jbcima / chakra-ui-design-tokens

1 stars 2 forks source link

Feature/spacing tokens #60

Open keeganedwin opened 1 year ago

keeganedwin commented 1 year ago

What is this change?

  1. The core/space set has been renamed to core/spacing
  2. Spacing tokens are added

What does it fix?

  1. The set was renamed to match the Chakra UI Default Theme
  2. Spacing tokens were also added to conform to the Chakra DOCS
  3. The .5 increment names of the tokens from 0-3.5 have been added in the end as 0-5, 1-5, 2-5, 3-5 since the plugin uses '.' to group tokens.

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 not a bug fix, and does not break any functionality. 
 How has it been tested? Rem values work as expected as they multiply by the base font-size token in settings which is set to 16.