Skip to content

Releases: tokens-studio/types

v0.2.0

14 Apr 13:24
39b12f6
Compare
Choose a tag to compare

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

07 Apr 14:25
340f13a
Compare
Choose a tag to compare

Patch Changes

  • f1d051f: Add and pass Named generic from DeepKeyTokenMap to SingleToken Named generic.

v0.1.2

07 Apr 12:39
e9c81b9
Compare
Choose a tag to compare

Patch Changes

  • 9f4dc96: Add unions of enum types. Move constants re-exports to main entrypoint.

v0.1.1

19 Mar 13:18
f795a0f
Compare
Choose a tag to compare

Patch Changes

  • 90e52b7: Expand certain types to also allow number to be passed in, if this is possible in CSS for example.