-
Notifications
You must be signed in to change notification settings - Fork 0
Milestone
Description
Why
We want to share the same Size primitive and createSize() raw value between Space and Typogrpahy values
What
Note: we are NOT renaming the domain, it's still space
Rename primitives
All types in packages/libs/designer-decisions/src/inputs/types/primitives/space
space.ts=>size.ts- all types within it become
SizeValueInput,Size... SpaceWithUnitsbecomesSizeObjectLiteral- remove
'em'from units (later...)
Note: there will be other space related values when we look into responsiveness (FluidSizeValue, maybe a separate RelativeSizeValue, BreakpointValue, ...)
Create Size and createSize()
change base of SpaceValue
from BaseNumericValue to BaseValue
Rename SpaceValue and SpaceScale
- to SizeValue to SizeScale
- rename also components ShowSpaceViz and ShowSizeViz
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done