feat(editor): add inspector components and section renderers#3173
Open
joaopcm wants to merge 1 commit intofeat/inspector-primitivesfrom
Open
feat(editor): add inspector components and section renderers#3173joaopcm wants to merge 1 commit intofeat/inspector-primitivesfrom
joaopcm wants to merge 1 commit intofeat/inspector-primitivesfrom
Conversation
|
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
4da5510 to
22701c1
Compare
26da903 to
d898dcd
Compare
22701c1 to
dea4fe0
Compare
d898dcd to
1aa965d
Compare
dea4fe0 to
de2a026
Compare
1aa965d to
d5ce875
Compare
de2a026 to
c02e5b7
Compare
d5ce875 to
200b14b
Compare
200b14b to
4271295
Compare
c67a915 to
d5b6620
Compare
e5e9c01 to
beecd99
Compare
d5b6620 to
aa5fc4e
Compare
beecd99 to
ab6139c
Compare
aa5fc4e to
f2fdb81
Compare
ab6139c to
4b23c3e
Compare
f2fdb81 to
57a0309
Compare
4b23c3e to
7ca68e6
Compare
57a0309 to
f5fdfd0
Compare
7ca68e6 to
712022f
Compare
f5fdfd0 to
2e87fc2
Compare
712022f to
329d4e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacks on #3172 + #3171
Summary by cubic
Adds inspector primitives, UI components, and section renderers for the new style inspector. Edit background, borders (per-side/per-corner with px/%), spacing, size (px/%), typography, attributes, links, and other styles, with new icons and updated
inspector.csssection/prop-row layout.New Features
TextField(Root/Input/Slot), compoundSelect(Root/Trigger/Value/Content/ItemwithonValueChange),ToggleGroup, plusColorInput,Text,Textarea,IconButton,Button,Label,Tooltip.NumberInput(drag-to-change, unit select),BorderPicker,PaddingPicker(uniform/per-side),BorderRadiusPicker(uniform/per-corner,px/%),TextInput,Section,PropRow,StylePanel,PropertyGroups.background,border,padding,size,text,text-typography,attributes,link,other-styles.panel-*,corner-*,square,square-dashed,plus,x; updatedicons/index.ts; added section and prop-row styles ininspector.css.Refactors
property-groupsandstyle-panel; removed legacy node section config.../primitives; normalized icon names/exports; tightened primitive exports to compoundToggleGroupandSelectAPIs.Written for commit d8d2fc2. Summary will update on new commits.