Releases: tokens-studio/types
Releases · tokens-studio/types
v0.2.0
Minor Changes
- 07e260c: Export enums through CJS/ESM entrypoints, as enums is not a type-level extension on JS, but rather, it contains actual constants (values).
Patch Changes
v0.1.3
Patch Changes
- f1d051f: Add and pass Named generic from DeepKeyTokenMap to SingleToken Named generic.
v0.1.2
Patch Changes
- 9f4dc96: Add unions of enum types. Move constants re-exports to main entrypoint.
v0.1.1
Patch Changes
- 90e52b7: Expand certain types to also allow number to be passed in, if this is possible in CSS for example.