Releases: tokens-studio/types
Releases · tokens-studio/types
v0.5.2
v0.5.1
v0.5.0
Minor Changes
- c38c1b9: BREAKING: $extensions['studio.tokens'] is now optional, modify inner prop is optional, $extensions is extendable with other namespaces, add originalType meta prop to studio.tokens namespace.
Patch Changes
- 93f1cc3: Allow token value to be string for any token types, since it can always be a reference which is of type string.
v0.4.0
v0.3.0
Minor Changes
- fc3badc: BREAKING: add strokeStyle token type and values enum, rename the following 3 type exports for consistency: BoxShadowUnion -> BoxShadowTypesUnion, ColorModifierUnion -> ColorModifierTypesUnion, ColorSpaceUnion -> ColorSpaceTypesUnion. Export union types for the enum constants that did not yet have one.