Sizing token group has been added within the dimension type. The value of the tokens are referencing the base token value '2', using it as the multiplier across the sizing scale.
Spacing token group has been added within the dimension type. The naming convention of the group follows the Chakra UI Docs for spacing. The value of the tokens are referencing the base token '2', using it as the multiplier across the scale.
What does it fix?
The dimension type allows for central control over spacing and sizing tokens respectively; also allowing for more flexibility across the system.
Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version?
This is a feature, and does no break any existing functionality, nor requires an update to a new version.
How has it been tested?
Have applied the different dimensions on frames.
What is this change?
dimension type
. The value of the tokens are referencing thebase token value '2'
, using it as the multiplier across the sizing scale.dimension type
. The naming convention of the group follows the Chakra UI Docs for spacing. The value of the tokens are referencingthe base token '2'
, using it as the multiplier across the scale.What does it fix? The dimension type allows for central control over
spacing
andsizing
tokens respectively; also allowing for more flexibility across the system.Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version? This is a feature, and does no break any existing functionality, nor requires an update to a new version.
How has it been tested? Have applied the different dimensions on frames.