Skip to content

Releases: tokens-studio/types

v0.5.2

07 Jan 14:42
1cc83d6
Compare
Choose a tag to compare

Patch Changes

  • 35c439c: Add missing figma-related properties to the ThemeObject type

v0.5.1

04 Jul 14:29
232e852
Compare
Choose a tag to compare

Patch Changes

  • e724106: Fix wrong union type, should be | and not &.

v0.5.0

04 Jul 14:08
3715d17
Compare
Choose a tag to compare

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

25 Jan 21:15
a611e37
Compare
Choose a tag to compare

Minor Changes

  • e994ecc: Add compatibility with W3C DTCG specification for design tokens.

v0.3.0

16 Nov 23:09
b0efdf0
Compare
Choose a tag to compare

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.

v0.2.5

03 Jul 14:30
811376b
Compare
Choose a tag to compare

Patch Changes

  • 1bd2eaf: Add enums for complex token values

v0.2.4

09 Jun 10:20
4f0e779
Compare
Choose a tag to compare

Patch Changes

  • 45729e2: Add group property to ThemeObject for multi-dimensional theming support.

v0.2.3

17 May 08:37
5b5c24f
Compare
Choose a tag to compare

Patch Changes

  • 4711628: Support nodenext module resolution compliance

v0.2.2

24 Apr 10:59
094b5db
Compare
Choose a tag to compare

Patch Changes

  • bb62787: Align SingleSpacingToken parameters, add it to SingleToken union type.

v0.2.1

14 Apr 13:40
9745fdf
Compare
Choose a tag to compare

Patch Changes

  • d31aa41: Add format property to color modifier.