@atlaskit/tokens 1.17.1 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/typography-palette.js +92 -77
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-typography-adg3.js +2 -2
  9. package/dist/cjs/artifacts/themes/atlassian-typography-minor3.js +2 -2
  10. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  11. package/dist/cjs/artifacts/token-default-values.js +84 -3
  12. package/dist/cjs/artifacts/token-names.js +82 -1
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +2037 -277
  17. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
  18. package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
  19. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +42 -97
  20. package/dist/cjs/babel-plugin/plugin.js +2 -2
  21. package/dist/cjs/get-global-theme.js +2 -2
  22. package/dist/cjs/get-token-value.js +1 -1
  23. package/dist/cjs/get-token.js +1 -1
  24. package/dist/cjs/palettes/typography-palette.js +46 -40
  25. package/dist/cjs/tokens/atlassian-dark/color/accent.js +360 -40
  26. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  27. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +396 -52
  28. package/dist/cjs/tokens/atlassian-light/color/accent.js +360 -40
  29. package/dist/cjs/tokens/atlassian-typography/theme.js +10 -0
  30. package/dist/cjs/tokens/atlassian-typography-adg3/theme.js +12 -2
  31. package/dist/cjs/tokens/atlassian-typography-minor3/theme.js +10 -0
  32. package/dist/cjs/tokens/default/color/accent.js +920 -200
  33. package/dist/cjs/tokens/default/typography/font.js +8 -0
  34. package/dist/cjs/utils/generate-custom-color-ramp.js +2 -2
  35. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  36. package/dist/es2019/artifacts/palettes-raw/typography-palette.js +92 -77
  37. package/dist/es2019/artifacts/themes/atlassian-dark.js +81 -1
  38. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +85 -5
  39. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +86 -6
  40. package/dist/es2019/artifacts/themes/atlassian-light.js +81 -1
  41. package/dist/es2019/artifacts/themes/atlassian-typography-adg3.js +4 -3
  42. package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +2 -1
  43. package/dist/es2019/artifacts/themes/atlassian-typography.js +2 -1
  44. package/dist/es2019/artifacts/token-default-values.js +84 -3
  45. package/dist/es2019/artifacts/token-names.js +82 -1
  46. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  47. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  48. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  49. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +2037 -277
  50. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
  51. package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
  52. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +42 -97
  53. package/dist/es2019/get-theme-styles.js +1 -2
  54. package/dist/es2019/get-token-value.js +1 -1
  55. package/dist/es2019/get-token.js +1 -1
  56. package/dist/es2019/palettes/typography-palette.js +44 -38
  57. package/dist/es2019/tokens/atlassian-dark/color/accent.js +360 -40
  58. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  59. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +396 -52
  60. package/dist/es2019/tokens/atlassian-light/color/accent.js +360 -40
  61. package/dist/es2019/tokens/atlassian-typography/theme.js +10 -0
  62. package/dist/es2019/tokens/atlassian-typography-adg3/theme.js +12 -2
  63. package/dist/es2019/tokens/atlassian-typography-minor3/theme.js +10 -0
  64. package/dist/es2019/tokens/default/color/accent.js +920 -200
  65. package/dist/es2019/tokens/default/typography/font.js +8 -0
  66. package/dist/esm/artifacts/generated-pairs.js +2 -2
  67. package/dist/esm/artifacts/palettes-raw/typography-palette.js +92 -77
  68. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  69. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  70. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  71. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  72. package/dist/esm/artifacts/themes/atlassian-typography-adg3.js +2 -2
  73. package/dist/esm/artifacts/themes/atlassian-typography-minor3.js +2 -2
  74. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  75. package/dist/esm/artifacts/token-default-values.js +84 -3
  76. package/dist/esm/artifacts/token-names.js +82 -1
  77. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  78. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  79. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  80. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +2037 -277
  81. package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +44 -99
  82. package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +42 -97
  83. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +42 -97
  84. package/dist/esm/babel-plugin/plugin.js +2 -2
  85. package/dist/esm/get-global-theme.js +2 -2
  86. package/dist/esm/get-token-value.js +1 -1
  87. package/dist/esm/get-token.js +1 -1
  88. package/dist/esm/palettes/typography-palette.js +46 -40
  89. package/dist/esm/tokens/atlassian-dark/color/accent.js +360 -40
  90. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  91. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +396 -52
  92. package/dist/esm/tokens/atlassian-light/color/accent.js +360 -40
  93. package/dist/esm/tokens/atlassian-typography/theme.js +10 -0
  94. package/dist/esm/tokens/atlassian-typography-adg3/theme.js +12 -2
  95. package/dist/esm/tokens/atlassian-typography-minor3/theme.js +10 -0
  96. package/dist/esm/tokens/default/color/accent.js +920 -200
  97. package/dist/esm/tokens/default/typography/font.js +8 -0
  98. package/dist/esm/utils/generate-custom-color-ramp.js +2 -2
  99. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  100. package/dist/types/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  101. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  102. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  103. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  104. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  105. package/dist/types/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  106. package/dist/types/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  107. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  108. package/dist/types/artifacts/token-default-values.d.ts +84 -3
  109. package/dist/types/artifacts/token-names.d.ts +163 -1
  110. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  111. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  112. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  113. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  114. package/dist/types/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +2 -45
  115. package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +2 -81
  116. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +2 -81
  117. package/dist/types/artifacts/types-internal.d.ts +2 -2
  118. package/dist/types/artifacts/types.d.ts +2 -2
  119. package/dist/types/palettes/typography-palette.d.ts +1 -1
  120. package/dist/types/types.d.ts +206 -46
  121. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  122. package/dist/types-ts4.5/artifacts/palettes-raw/typography-palette.d.ts +1 -1
  123. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  124. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  125. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  126. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  127. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-adg3.d.ts +2 -2
  128. package/dist/types-ts4.5/artifacts/themes/atlassian-typography-minor3.d.ts +2 -2
  129. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  130. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +84 -3
  131. package/dist/types-ts4.5/artifacts/token-names.d.ts +163 -1
  132. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  133. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  134. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  135. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  136. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +2 -45
  137. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +2 -81
  138. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +2 -81
  139. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  140. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  141. package/dist/types-ts4.5/palettes/typography-palette.d.ts +1 -1
  142. package/dist/types-ts4.5/types.d.ts +206 -46
  143. package/figma/atlassian-dark.json +720 -0
  144. package/figma/atlassian-legacy-dark.json +724 -4
  145. package/figma/atlassian-legacy-light.json +724 -4
  146. package/figma/atlassian-light.json +720 -0
  147. package/package.json +1 -1
  148. package/report.api.md +362 -40
  149. package/tmp/api-report-tmp.d.ts +164 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "1.17.1",
3
+ "version": "1.19.0",
4
4
  "description": "Design tokens are the single source of truth to name and store design decisions.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
package/report.api.md CHANGED
@@ -36,45 +36,125 @@ export type ActiveTokens =
36
36
  | 'border.width.indicator'
37
37
  | 'border.width.outline'
38
38
  | 'color.background.accent.blue.bolder'
39
+ | 'color.background.accent.blue.bolder.hovered'
40
+ | 'color.background.accent.blue.bolder.pressed'
39
41
  | 'color.background.accent.blue.subtle'
42
+ | 'color.background.accent.blue.subtle.hovered'
43
+ | 'color.background.accent.blue.subtle.pressed'
40
44
  | 'color.background.accent.blue.subtler'
45
+ | 'color.background.accent.blue.subtler.hovered'
46
+ | 'color.background.accent.blue.subtler.pressed'
41
47
  | 'color.background.accent.blue.subtlest'
48
+ | 'color.background.accent.blue.subtlest.hovered'
49
+ | 'color.background.accent.blue.subtlest.pressed'
42
50
  | 'color.background.accent.gray.bolder'
51
+ | 'color.background.accent.gray.bolder.hovered'
52
+ | 'color.background.accent.gray.bolder.pressed'
43
53
  | 'color.background.accent.gray.subtle'
54
+ | 'color.background.accent.gray.subtle.hovered'
55
+ | 'color.background.accent.gray.subtle.pressed'
44
56
  | 'color.background.accent.gray.subtler'
57
+ | 'color.background.accent.gray.subtler.hovered'
58
+ | 'color.background.accent.gray.subtler.pressed'
45
59
  | 'color.background.accent.gray.subtlest'
60
+ | 'color.background.accent.gray.subtlest.hovered'
61
+ | 'color.background.accent.gray.subtlest.pressed'
46
62
  | 'color.background.accent.green.bolder'
63
+ | 'color.background.accent.green.bolder.hovered'
64
+ | 'color.background.accent.green.bolder.pressed'
47
65
  | 'color.background.accent.green.subtle'
66
+ | 'color.background.accent.green.subtle.hovered'
67
+ | 'color.background.accent.green.subtle.pressed'
48
68
  | 'color.background.accent.green.subtler'
69
+ | 'color.background.accent.green.subtler.hovered'
70
+ | 'color.background.accent.green.subtler.pressed'
49
71
  | 'color.background.accent.green.subtlest'
72
+ | 'color.background.accent.green.subtlest.hovered'
73
+ | 'color.background.accent.green.subtlest.pressed'
50
74
  | 'color.background.accent.lime.bolder'
75
+ | 'color.background.accent.lime.bolder.hovered'
76
+ | 'color.background.accent.lime.bolder.pressed'
51
77
  | 'color.background.accent.lime.subtle'
78
+ | 'color.background.accent.lime.subtle.hovered'
79
+ | 'color.background.accent.lime.subtle.pressed'
52
80
  | 'color.background.accent.lime.subtler'
81
+ | 'color.background.accent.lime.subtler.hovered'
82
+ | 'color.background.accent.lime.subtler.pressed'
53
83
  | 'color.background.accent.lime.subtlest'
84
+ | 'color.background.accent.lime.subtlest.hovered'
85
+ | 'color.background.accent.lime.subtlest.pressed'
54
86
  | 'color.background.accent.magenta.bolder'
87
+ | 'color.background.accent.magenta.bolder.hovered'
88
+ | 'color.background.accent.magenta.bolder.pressed'
55
89
  | 'color.background.accent.magenta.subtle'
90
+ | 'color.background.accent.magenta.subtle.hovered'
91
+ | 'color.background.accent.magenta.subtle.pressed'
56
92
  | 'color.background.accent.magenta.subtler'
93
+ | 'color.background.accent.magenta.subtler.hovered'
94
+ | 'color.background.accent.magenta.subtler.pressed'
57
95
  | 'color.background.accent.magenta.subtlest'
96
+ | 'color.background.accent.magenta.subtlest.hovered'
97
+ | 'color.background.accent.magenta.subtlest.pressed'
58
98
  | 'color.background.accent.orange.bolder'
99
+ | 'color.background.accent.orange.bolder.hovered'
100
+ | 'color.background.accent.orange.bolder.pressed'
59
101
  | 'color.background.accent.orange.subtle'
102
+ | 'color.background.accent.orange.subtle.hovered'
103
+ | 'color.background.accent.orange.subtle.pressed'
60
104
  | 'color.background.accent.orange.subtler'
105
+ | 'color.background.accent.orange.subtler.hovered'
106
+ | 'color.background.accent.orange.subtler.pressed'
61
107
  | 'color.background.accent.orange.subtlest'
108
+ | 'color.background.accent.orange.subtlest.hovered'
109
+ | 'color.background.accent.orange.subtlest.pressed'
62
110
  | 'color.background.accent.purple.bolder'
111
+ | 'color.background.accent.purple.bolder.hovered'
112
+ | 'color.background.accent.purple.bolder.pressed'
63
113
  | 'color.background.accent.purple.subtle'
114
+ | 'color.background.accent.purple.subtle.hovered'
115
+ | 'color.background.accent.purple.subtle.pressed'
64
116
  | 'color.background.accent.purple.subtler'
117
+ | 'color.background.accent.purple.subtler.hovered'
118
+ | 'color.background.accent.purple.subtler.pressed'
65
119
  | 'color.background.accent.purple.subtlest'
120
+ | 'color.background.accent.purple.subtlest.hovered'
121
+ | 'color.background.accent.purple.subtlest.pressed'
66
122
  | 'color.background.accent.red.bolder'
123
+ | 'color.background.accent.red.bolder.hovered'
124
+ | 'color.background.accent.red.bolder.pressed'
67
125
  | 'color.background.accent.red.subtle'
126
+ | 'color.background.accent.red.subtle.hovered'
127
+ | 'color.background.accent.red.subtle.pressed'
68
128
  | 'color.background.accent.red.subtler'
129
+ | 'color.background.accent.red.subtler.hovered'
130
+ | 'color.background.accent.red.subtler.pressed'
69
131
  | 'color.background.accent.red.subtlest'
132
+ | 'color.background.accent.red.subtlest.hovered'
133
+ | 'color.background.accent.red.subtlest.pressed'
70
134
  | 'color.background.accent.teal.bolder'
135
+ | 'color.background.accent.teal.bolder.hovered'
136
+ | 'color.background.accent.teal.bolder.pressed'
71
137
  | 'color.background.accent.teal.subtle'
138
+ | 'color.background.accent.teal.subtle.hovered'
139
+ | 'color.background.accent.teal.subtle.pressed'
72
140
  | 'color.background.accent.teal.subtler'
141
+ | 'color.background.accent.teal.subtler.hovered'
142
+ | 'color.background.accent.teal.subtler.pressed'
73
143
  | 'color.background.accent.teal.subtlest'
144
+ | 'color.background.accent.teal.subtlest.hovered'
145
+ | 'color.background.accent.teal.subtlest.pressed'
74
146
  | 'color.background.accent.yellow.bolder'
147
+ | 'color.background.accent.yellow.bolder.hovered'
148
+ | 'color.background.accent.yellow.bolder.pressed'
75
149
  | 'color.background.accent.yellow.subtle'
150
+ | 'color.background.accent.yellow.subtle.hovered'
151
+ | 'color.background.accent.yellow.subtle.pressed'
76
152
  | 'color.background.accent.yellow.subtler'
153
+ | 'color.background.accent.yellow.subtler.hovered'
154
+ | 'color.background.accent.yellow.subtler.pressed'
77
155
  | 'color.background.accent.yellow.subtlest'
156
+ | 'color.background.accent.yellow.subtlest.hovered'
157
+ | 'color.background.accent.yellow.subtlest.pressed'
78
158
  | 'color.background.brand.bold'
79
159
  | 'color.background.brand.bold.hovered'
80
160
  | 'color.background.brand.bold.pressed'
@@ -637,45 +717,125 @@ type CSSTokenMap = {
637
717
  'color.border.information': 'var(--ds-border-information)';
638
718
  'color.border.bold': 'var(--ds-border-bold)';
639
719
  'color.background.accent.lime.subtlest': 'var(--ds-background-accent-lime-subtlest)';
720
+ 'color.background.accent.lime.subtlest.hovered': 'var(--ds-background-accent-lime-subtlest-hovered)';
721
+ 'color.background.accent.lime.subtlest.pressed': 'var(--ds-background-accent-lime-subtlest-pressed)';
640
722
  'color.background.accent.lime.subtler': 'var(--ds-background-accent-lime-subtler)';
723
+ 'color.background.accent.lime.subtler.hovered': 'var(--ds-background-accent-lime-subtler-hovered)';
724
+ 'color.background.accent.lime.subtler.pressed': 'var(--ds-background-accent-lime-subtler-pressed)';
641
725
  'color.background.accent.lime.subtle': 'var(--ds-background-accent-lime-subtle)';
726
+ 'color.background.accent.lime.subtle.hovered': 'var(--ds-background-accent-lime-subtle-hovered)';
727
+ 'color.background.accent.lime.subtle.pressed': 'var(--ds-background-accent-lime-subtle-pressed)';
642
728
  'color.background.accent.lime.bolder': 'var(--ds-background-accent-lime-bolder)';
729
+ 'color.background.accent.lime.bolder.hovered': 'var(--ds-background-accent-lime-bolder-hovered)';
730
+ 'color.background.accent.lime.bolder.pressed': 'var(--ds-background-accent-lime-bolder-pressed)';
643
731
  'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
732
+ 'color.background.accent.red.subtlest.hovered': 'var(--ds-background-accent-red-subtlest-hovered)';
733
+ 'color.background.accent.red.subtlest.pressed': 'var(--ds-background-accent-red-subtlest-pressed)';
644
734
  'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
735
+ 'color.background.accent.red.subtler.hovered': 'var(--ds-background-accent-red-subtler-hovered)';
736
+ 'color.background.accent.red.subtler.pressed': 'var(--ds-background-accent-red-subtler-pressed)';
645
737
  'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
738
+ 'color.background.accent.red.subtle.hovered': 'var(--ds-background-accent-red-subtle-hovered)';
739
+ 'color.background.accent.red.subtle.pressed': 'var(--ds-background-accent-red-subtle-pressed)';
646
740
  'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
741
+ 'color.background.accent.red.bolder.hovered': 'var(--ds-background-accent-red-bolder-hovered)';
742
+ 'color.background.accent.red.bolder.pressed': 'var(--ds-background-accent-red-bolder-pressed)';
647
743
  'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
744
+ 'color.background.accent.orange.subtlest.hovered': 'var(--ds-background-accent-orange-subtlest-hovered)';
745
+ 'color.background.accent.orange.subtlest.pressed': 'var(--ds-background-accent-orange-subtlest-pressed)';
648
746
  'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
747
+ 'color.background.accent.orange.subtler.hovered': 'var(--ds-background-accent-orange-subtler-hovered)';
748
+ 'color.background.accent.orange.subtler.pressed': 'var(--ds-background-accent-orange-subtler-pressed)';
649
749
  'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
750
+ 'color.background.accent.orange.subtle.hovered': 'var(--ds-background-accent-orange-subtle-hovered)';
751
+ 'color.background.accent.orange.subtle.pressed': 'var(--ds-background-accent-orange-subtle-pressed)';
650
752
  'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
753
+ 'color.background.accent.orange.bolder.hovered': 'var(--ds-background-accent-orange-bolder-hovered)';
754
+ 'color.background.accent.orange.bolder.pressed': 'var(--ds-background-accent-orange-bolder-pressed)';
651
755
  'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
756
+ 'color.background.accent.yellow.subtlest.hovered': 'var(--ds-background-accent-yellow-subtlest-hovered)';
757
+ 'color.background.accent.yellow.subtlest.pressed': 'var(--ds-background-accent-yellow-subtlest-pressed)';
652
758
  'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
759
+ 'color.background.accent.yellow.subtler.hovered': 'var(--ds-background-accent-yellow-subtler-hovered)';
760
+ 'color.background.accent.yellow.subtler.pressed': 'var(--ds-background-accent-yellow-subtler-pressed)';
653
761
  'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
762
+ 'color.background.accent.yellow.subtle.hovered': 'var(--ds-background-accent-yellow-subtle-hovered)';
763
+ 'color.background.accent.yellow.subtle.pressed': 'var(--ds-background-accent-yellow-subtle-pressed)';
654
764
  'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
765
+ 'color.background.accent.yellow.bolder.hovered': 'var(--ds-background-accent-yellow-bolder-hovered)';
766
+ 'color.background.accent.yellow.bolder.pressed': 'var(--ds-background-accent-yellow-bolder-pressed)';
655
767
  'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
768
+ 'color.background.accent.green.subtlest.hovered': 'var(--ds-background-accent-green-subtlest-hovered)';
769
+ 'color.background.accent.green.subtlest.pressed': 'var(--ds-background-accent-green-subtlest-pressed)';
656
770
  'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
771
+ 'color.background.accent.green.subtler.hovered': 'var(--ds-background-accent-green-subtler-hovered)';
772
+ 'color.background.accent.green.subtler.pressed': 'var(--ds-background-accent-green-subtler-pressed)';
657
773
  'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
774
+ 'color.background.accent.green.subtle.hovered': 'var(--ds-background-accent-green-subtle-hovered)';
775
+ 'color.background.accent.green.subtle.pressed': 'var(--ds-background-accent-green-subtle-pressed)';
658
776
  'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
777
+ 'color.background.accent.green.bolder.hovered': 'var(--ds-background-accent-green-bolder-hovered)';
778
+ 'color.background.accent.green.bolder.pressed': 'var(--ds-background-accent-green-bolder-pressed)';
659
779
  'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
780
+ 'color.background.accent.teal.subtlest.hovered': 'var(--ds-background-accent-teal-subtlest-hovered)';
781
+ 'color.background.accent.teal.subtlest.pressed': 'var(--ds-background-accent-teal-subtlest-pressed)';
660
782
  'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
783
+ 'color.background.accent.teal.subtler.hovered': 'var(--ds-background-accent-teal-subtler-hovered)';
784
+ 'color.background.accent.teal.subtler.pressed': 'var(--ds-background-accent-teal-subtler-pressed)';
661
785
  'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
786
+ 'color.background.accent.teal.subtle.hovered': 'var(--ds-background-accent-teal-subtle-hovered)';
787
+ 'color.background.accent.teal.subtle.pressed': 'var(--ds-background-accent-teal-subtle-pressed)';
662
788
  'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
789
+ 'color.background.accent.teal.bolder.hovered': 'var(--ds-background-accent-teal-bolder-hovered)';
790
+ 'color.background.accent.teal.bolder.pressed': 'var(--ds-background-accent-teal-bolder-pressed)';
663
791
  'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
792
+ 'color.background.accent.blue.subtlest.hovered': 'var(--ds-background-accent-blue-subtlest-hovered)';
793
+ 'color.background.accent.blue.subtlest.pressed': 'var(--ds-background-accent-blue-subtlest-pressed)';
664
794
  'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
795
+ 'color.background.accent.blue.subtler.hovered': 'var(--ds-background-accent-blue-subtler-hovered)';
796
+ 'color.background.accent.blue.subtler.pressed': 'var(--ds-background-accent-blue-subtler-pressed)';
665
797
  'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
798
+ 'color.background.accent.blue.subtle.hovered': 'var(--ds-background-accent-blue-subtle-hovered)';
799
+ 'color.background.accent.blue.subtle.pressed': 'var(--ds-background-accent-blue-subtle-pressed)';
666
800
  'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
801
+ 'color.background.accent.blue.bolder.hovered': 'var(--ds-background-accent-blue-bolder-hovered)';
802
+ 'color.background.accent.blue.bolder.pressed': 'var(--ds-background-accent-blue-bolder-pressed)';
667
803
  'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
804
+ 'color.background.accent.purple.subtlest.hovered': 'var(--ds-background-accent-purple-subtlest-hovered)';
805
+ 'color.background.accent.purple.subtlest.pressed': 'var(--ds-background-accent-purple-subtlest-pressed)';
668
806
  'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
807
+ 'color.background.accent.purple.subtler.hovered': 'var(--ds-background-accent-purple-subtler-hovered)';
808
+ 'color.background.accent.purple.subtler.pressed': 'var(--ds-background-accent-purple-subtler-pressed)';
669
809
  'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
810
+ 'color.background.accent.purple.subtle.hovered': 'var(--ds-background-accent-purple-subtle-hovered)';
811
+ 'color.background.accent.purple.subtle.pressed': 'var(--ds-background-accent-purple-subtle-pressed)';
670
812
  'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
813
+ 'color.background.accent.purple.bolder.hovered': 'var(--ds-background-accent-purple-bolder-hovered)';
814
+ 'color.background.accent.purple.bolder.pressed': 'var(--ds-background-accent-purple-bolder-pressed)';
671
815
  'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
816
+ 'color.background.accent.magenta.subtlest.hovered': 'var(--ds-background-accent-magenta-subtlest-hovered)';
817
+ 'color.background.accent.magenta.subtlest.pressed': 'var(--ds-background-accent-magenta-subtlest-pressed)';
672
818
  'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
819
+ 'color.background.accent.magenta.subtler.hovered': 'var(--ds-background-accent-magenta-subtler-hovered)';
820
+ 'color.background.accent.magenta.subtler.pressed': 'var(--ds-background-accent-magenta-subtler-pressed)';
673
821
  'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
822
+ 'color.background.accent.magenta.subtle.hovered': 'var(--ds-background-accent-magenta-subtle-hovered)';
823
+ 'color.background.accent.magenta.subtle.pressed': 'var(--ds-background-accent-magenta-subtle-pressed)';
674
824
  'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
825
+ 'color.background.accent.magenta.bolder.hovered': 'var(--ds-background-accent-magenta-bolder-hovered)';
826
+ 'color.background.accent.magenta.bolder.pressed': 'var(--ds-background-accent-magenta-bolder-pressed)';
675
827
  'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
828
+ 'color.background.accent.gray.subtlest.hovered': 'var(--ds-background-accent-gray-subtlest-hovered)';
829
+ 'color.background.accent.gray.subtlest.pressed': 'var(--ds-background-accent-gray-subtlest-pressed)';
676
830
  'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
831
+ 'color.background.accent.gray.subtler.hovered': 'var(--ds-background-accent-gray-subtler-hovered)';
832
+ 'color.background.accent.gray.subtler.pressed': 'var(--ds-background-accent-gray-subtler-pressed)';
677
833
  'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
834
+ 'color.background.accent.gray.subtle.hovered': 'var(--ds-background-accent-gray-subtle-hovered)';
835
+ 'color.background.accent.gray.subtle.pressed': 'var(--ds-background-accent-gray-subtle-pressed)';
678
836
  'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
837
+ 'color.background.accent.gray.bolder.hovered': 'var(--ds-background-accent-gray-bolder-hovered)';
838
+ 'color.background.accent.gray.bolder.pressed': 'var(--ds-background-accent-gray-bolder-pressed)';
679
839
  'color.background.disabled': 'var(--ds-background-disabled)';
680
840
  'color.background.input': 'var(--ds-background-input)';
681
841
  'color.background.input.hovered': 'var(--ds-background-input-hovered)';
@@ -889,6 +1049,7 @@ type CSSTokenMap = {
889
1049
  'space.800': 'var(--ds-space-800)';
890
1050
  'space.1000': 'var(--ds-space-1000)';
891
1051
  'font.body': 'var(--ds-font-body)';
1052
+ 'font.body.lg': 'var(--ds-font-body-lg)';
892
1053
  'font.body.sm': 'var(--ds-font-body-sm)';
893
1054
  'font.code': 'var(--ds-font-code)';
894
1055
  'font.heading.lg': 'var(--ds-font-heading-lg)';
@@ -1052,46 +1213,126 @@ type InternalTokenIds =
1052
1213
  | 'border.width.[default]'
1053
1214
  | 'border.width.indicator'
1054
1215
  | 'border.width.outline'
1055
- | 'color.background.accent.blue.bolder'
1056
- | 'color.background.accent.blue.subtle'
1057
- | 'color.background.accent.blue.subtler'
1058
- | 'color.background.accent.blue.subtlest'
1059
- | 'color.background.accent.gray.bolder'
1060
- | 'color.background.accent.gray.subtle'
1061
- | 'color.background.accent.gray.subtler'
1062
- | 'color.background.accent.gray.subtlest'
1063
- | 'color.background.accent.green.bolder'
1064
- | 'color.background.accent.green.subtle'
1065
- | 'color.background.accent.green.subtler'
1066
- | 'color.background.accent.green.subtlest'
1067
- | 'color.background.accent.lime.bolder'
1068
- | 'color.background.accent.lime.subtle'
1069
- | 'color.background.accent.lime.subtler'
1070
- | 'color.background.accent.lime.subtlest'
1071
- | 'color.background.accent.magenta.bolder'
1072
- | 'color.background.accent.magenta.subtle'
1073
- | 'color.background.accent.magenta.subtler'
1074
- | 'color.background.accent.magenta.subtlest'
1075
- | 'color.background.accent.orange.bolder'
1076
- | 'color.background.accent.orange.subtle'
1077
- | 'color.background.accent.orange.subtler'
1078
- | 'color.background.accent.orange.subtlest'
1079
- | 'color.background.accent.purple.bolder'
1080
- | 'color.background.accent.purple.subtle'
1081
- | 'color.background.accent.purple.subtler'
1082
- | 'color.background.accent.purple.subtlest'
1083
- | 'color.background.accent.red.bolder'
1084
- | 'color.background.accent.red.subtle'
1085
- | 'color.background.accent.red.subtler'
1086
- | 'color.background.accent.red.subtlest'
1087
- | 'color.background.accent.teal.bolder'
1088
- | 'color.background.accent.teal.subtle'
1089
- | 'color.background.accent.teal.subtler'
1090
- | 'color.background.accent.teal.subtlest'
1091
- | 'color.background.accent.yellow.bolder'
1092
- | 'color.background.accent.yellow.subtle'
1093
- | 'color.background.accent.yellow.subtler'
1094
- | 'color.background.accent.yellow.subtlest'
1216
+ | 'color.background.accent.blue.bolder.[default]'
1217
+ | 'color.background.accent.blue.bolder.hovered'
1218
+ | 'color.background.accent.blue.bolder.pressed'
1219
+ | 'color.background.accent.blue.subtle.[default]'
1220
+ | 'color.background.accent.blue.subtle.hovered'
1221
+ | 'color.background.accent.blue.subtle.pressed'
1222
+ | 'color.background.accent.blue.subtler.[default]'
1223
+ | 'color.background.accent.blue.subtler.hovered'
1224
+ | 'color.background.accent.blue.subtler.pressed'
1225
+ | 'color.background.accent.blue.subtlest.[default]'
1226
+ | 'color.background.accent.blue.subtlest.hovered'
1227
+ | 'color.background.accent.blue.subtlest.pressed'
1228
+ | 'color.background.accent.gray.bolder.[default]'
1229
+ | 'color.background.accent.gray.bolder.hovered'
1230
+ | 'color.background.accent.gray.bolder.pressed'
1231
+ | 'color.background.accent.gray.subtle.[default]'
1232
+ | 'color.background.accent.gray.subtle.hovered'
1233
+ | 'color.background.accent.gray.subtle.pressed'
1234
+ | 'color.background.accent.gray.subtler.[default]'
1235
+ | 'color.background.accent.gray.subtler.hovered'
1236
+ | 'color.background.accent.gray.subtler.pressed'
1237
+ | 'color.background.accent.gray.subtlest.[default]'
1238
+ | 'color.background.accent.gray.subtlest.hovered'
1239
+ | 'color.background.accent.gray.subtlest.pressed'
1240
+ | 'color.background.accent.green.bolder.[default]'
1241
+ | 'color.background.accent.green.bolder.hovered'
1242
+ | 'color.background.accent.green.bolder.pressed'
1243
+ | 'color.background.accent.green.subtle.[default]'
1244
+ | 'color.background.accent.green.subtle.hovered'
1245
+ | 'color.background.accent.green.subtle.pressed'
1246
+ | 'color.background.accent.green.subtler.[default]'
1247
+ | 'color.background.accent.green.subtler.hovered'
1248
+ | 'color.background.accent.green.subtler.pressed'
1249
+ | 'color.background.accent.green.subtlest.[default]'
1250
+ | 'color.background.accent.green.subtlest.hovered'
1251
+ | 'color.background.accent.green.subtlest.pressed'
1252
+ | 'color.background.accent.lime.bolder.[default]'
1253
+ | 'color.background.accent.lime.bolder.hovered'
1254
+ | 'color.background.accent.lime.bolder.pressed'
1255
+ | 'color.background.accent.lime.subtle.[default]'
1256
+ | 'color.background.accent.lime.subtle.hovered'
1257
+ | 'color.background.accent.lime.subtle.pressed'
1258
+ | 'color.background.accent.lime.subtler.[default]'
1259
+ | 'color.background.accent.lime.subtler.hovered'
1260
+ | 'color.background.accent.lime.subtler.pressed'
1261
+ | 'color.background.accent.lime.subtlest.[default]'
1262
+ | 'color.background.accent.lime.subtlest.hovered'
1263
+ | 'color.background.accent.lime.subtlest.pressed'
1264
+ | 'color.background.accent.magenta.bolder.[default]'
1265
+ | 'color.background.accent.magenta.bolder.hovered'
1266
+ | 'color.background.accent.magenta.bolder.pressed'
1267
+ | 'color.background.accent.magenta.subtle.[default]'
1268
+ | 'color.background.accent.magenta.subtle.hovered'
1269
+ | 'color.background.accent.magenta.subtle.pressed'
1270
+ | 'color.background.accent.magenta.subtler.[default]'
1271
+ | 'color.background.accent.magenta.subtler.hovered'
1272
+ | 'color.background.accent.magenta.subtler.pressed'
1273
+ | 'color.background.accent.magenta.subtlest.[default]'
1274
+ | 'color.background.accent.magenta.subtlest.hovered'
1275
+ | 'color.background.accent.magenta.subtlest.pressed'
1276
+ | 'color.background.accent.orange.bolder.[default]'
1277
+ | 'color.background.accent.orange.bolder.hovered'
1278
+ | 'color.background.accent.orange.bolder.pressed'
1279
+ | 'color.background.accent.orange.subtle.[default]'
1280
+ | 'color.background.accent.orange.subtle.hovered'
1281
+ | 'color.background.accent.orange.subtle.pressed'
1282
+ | 'color.background.accent.orange.subtler.[default]'
1283
+ | 'color.background.accent.orange.subtler.hovered'
1284
+ | 'color.background.accent.orange.subtler.pressed'
1285
+ | 'color.background.accent.orange.subtlest.[default]'
1286
+ | 'color.background.accent.orange.subtlest.hovered'
1287
+ | 'color.background.accent.orange.subtlest.pressed'
1288
+ | 'color.background.accent.purple.bolder.[default]'
1289
+ | 'color.background.accent.purple.bolder.hovered'
1290
+ | 'color.background.accent.purple.bolder.pressed'
1291
+ | 'color.background.accent.purple.subtle.[default]'
1292
+ | 'color.background.accent.purple.subtle.hovered'
1293
+ | 'color.background.accent.purple.subtle.pressed'
1294
+ | 'color.background.accent.purple.subtler.[default]'
1295
+ | 'color.background.accent.purple.subtler.hovered'
1296
+ | 'color.background.accent.purple.subtler.pressed'
1297
+ | 'color.background.accent.purple.subtlest.[default]'
1298
+ | 'color.background.accent.purple.subtlest.hovered'
1299
+ | 'color.background.accent.purple.subtlest.pressed'
1300
+ | 'color.background.accent.red.bolder.[default]'
1301
+ | 'color.background.accent.red.bolder.hovered'
1302
+ | 'color.background.accent.red.bolder.pressed'
1303
+ | 'color.background.accent.red.subtle.[default]'
1304
+ | 'color.background.accent.red.subtle.hovered'
1305
+ | 'color.background.accent.red.subtle.pressed'
1306
+ | 'color.background.accent.red.subtler.[default]'
1307
+ | 'color.background.accent.red.subtler.hovered'
1308
+ | 'color.background.accent.red.subtler.pressed'
1309
+ | 'color.background.accent.red.subtlest.[default]'
1310
+ | 'color.background.accent.red.subtlest.hovered'
1311
+ | 'color.background.accent.red.subtlest.pressed'
1312
+ | 'color.background.accent.teal.bolder.[default]'
1313
+ | 'color.background.accent.teal.bolder.hovered'
1314
+ | 'color.background.accent.teal.bolder.pressed'
1315
+ | 'color.background.accent.teal.subtle.[default]'
1316
+ | 'color.background.accent.teal.subtle.hovered'
1317
+ | 'color.background.accent.teal.subtle.pressed'
1318
+ | 'color.background.accent.teal.subtler.[default]'
1319
+ | 'color.background.accent.teal.subtler.hovered'
1320
+ | 'color.background.accent.teal.subtler.pressed'
1321
+ | 'color.background.accent.teal.subtlest.[default]'
1322
+ | 'color.background.accent.teal.subtlest.hovered'
1323
+ | 'color.background.accent.teal.subtlest.pressed'
1324
+ | 'color.background.accent.yellow.bolder.[default]'
1325
+ | 'color.background.accent.yellow.bolder.hovered'
1326
+ | 'color.background.accent.yellow.bolder.pressed'
1327
+ | 'color.background.accent.yellow.subtle.[default]'
1328
+ | 'color.background.accent.yellow.subtle.hovered'
1329
+ | 'color.background.accent.yellow.subtle.pressed'
1330
+ | 'color.background.accent.yellow.subtler.[default]'
1331
+ | 'color.background.accent.yellow.subtler.hovered'
1332
+ | 'color.background.accent.yellow.subtler.pressed'
1333
+ | 'color.background.accent.yellow.subtlest.[default]'
1334
+ | 'color.background.accent.yellow.subtlest.hovered'
1335
+ | 'color.background.accent.yellow.subtlest.pressed'
1095
1336
  | 'color.background.brand.bold.[default]'
1096
1337
  | 'color.background.brand.bold.hovered'
1097
1338
  | 'color.background.brand.bold.pressed'
@@ -1721,45 +1962,125 @@ const tokens: {
1721
1962
  readonly 'color.border.information': '--ds-border-information';
1722
1963
  readonly 'color.border.bold': '--ds-border-bold';
1723
1964
  readonly 'color.background.accent.lime.subtlest': '--ds-background-accent-lime-subtlest';
1965
+ readonly 'color.background.accent.lime.subtlest.hovered': '--ds-background-accent-lime-subtlest-hovered';
1966
+ readonly 'color.background.accent.lime.subtlest.pressed': '--ds-background-accent-lime-subtlest-pressed';
1724
1967
  readonly 'color.background.accent.lime.subtler': '--ds-background-accent-lime-subtler';
1968
+ readonly 'color.background.accent.lime.subtler.hovered': '--ds-background-accent-lime-subtler-hovered';
1969
+ readonly 'color.background.accent.lime.subtler.pressed': '--ds-background-accent-lime-subtler-pressed';
1725
1970
  readonly 'color.background.accent.lime.subtle': '--ds-background-accent-lime-subtle';
1971
+ readonly 'color.background.accent.lime.subtle.hovered': '--ds-background-accent-lime-subtle-hovered';
1972
+ readonly 'color.background.accent.lime.subtle.pressed': '--ds-background-accent-lime-subtle-pressed';
1726
1973
  readonly 'color.background.accent.lime.bolder': '--ds-background-accent-lime-bolder';
1974
+ readonly 'color.background.accent.lime.bolder.hovered': '--ds-background-accent-lime-bolder-hovered';
1975
+ readonly 'color.background.accent.lime.bolder.pressed': '--ds-background-accent-lime-bolder-pressed';
1727
1976
  readonly 'color.background.accent.red.subtlest': '--ds-background-accent-red-subtlest';
1977
+ readonly 'color.background.accent.red.subtlest.hovered': '--ds-background-accent-red-subtlest-hovered';
1978
+ readonly 'color.background.accent.red.subtlest.pressed': '--ds-background-accent-red-subtlest-pressed';
1728
1979
  readonly 'color.background.accent.red.subtler': '--ds-background-accent-red-subtler';
1980
+ readonly 'color.background.accent.red.subtler.hovered': '--ds-background-accent-red-subtler-hovered';
1981
+ readonly 'color.background.accent.red.subtler.pressed': '--ds-background-accent-red-subtler-pressed';
1729
1982
  readonly 'color.background.accent.red.subtle': '--ds-background-accent-red-subtle';
1983
+ readonly 'color.background.accent.red.subtle.hovered': '--ds-background-accent-red-subtle-hovered';
1984
+ readonly 'color.background.accent.red.subtle.pressed': '--ds-background-accent-red-subtle-pressed';
1730
1985
  readonly 'color.background.accent.red.bolder': '--ds-background-accent-red-bolder';
1986
+ readonly 'color.background.accent.red.bolder.hovered': '--ds-background-accent-red-bolder-hovered';
1987
+ readonly 'color.background.accent.red.bolder.pressed': '--ds-background-accent-red-bolder-pressed';
1731
1988
  readonly 'color.background.accent.orange.subtlest': '--ds-background-accent-orange-subtlest';
1989
+ readonly 'color.background.accent.orange.subtlest.hovered': '--ds-background-accent-orange-subtlest-hovered';
1990
+ readonly 'color.background.accent.orange.subtlest.pressed': '--ds-background-accent-orange-subtlest-pressed';
1732
1991
  readonly 'color.background.accent.orange.subtler': '--ds-background-accent-orange-subtler';
1992
+ readonly 'color.background.accent.orange.subtler.hovered': '--ds-background-accent-orange-subtler-hovered';
1993
+ readonly 'color.background.accent.orange.subtler.pressed': '--ds-background-accent-orange-subtler-pressed';
1733
1994
  readonly 'color.background.accent.orange.subtle': '--ds-background-accent-orange-subtle';
1995
+ readonly 'color.background.accent.orange.subtle.hovered': '--ds-background-accent-orange-subtle-hovered';
1996
+ readonly 'color.background.accent.orange.subtle.pressed': '--ds-background-accent-orange-subtle-pressed';
1734
1997
  readonly 'color.background.accent.orange.bolder': '--ds-background-accent-orange-bolder';
1998
+ readonly 'color.background.accent.orange.bolder.hovered': '--ds-background-accent-orange-bolder-hovered';
1999
+ readonly 'color.background.accent.orange.bolder.pressed': '--ds-background-accent-orange-bolder-pressed';
1735
2000
  readonly 'color.background.accent.yellow.subtlest': '--ds-background-accent-yellow-subtlest';
2001
+ readonly 'color.background.accent.yellow.subtlest.hovered': '--ds-background-accent-yellow-subtlest-hovered';
2002
+ readonly 'color.background.accent.yellow.subtlest.pressed': '--ds-background-accent-yellow-subtlest-pressed';
1736
2003
  readonly 'color.background.accent.yellow.subtler': '--ds-background-accent-yellow-subtler';
2004
+ readonly 'color.background.accent.yellow.subtler.hovered': '--ds-background-accent-yellow-subtler-hovered';
2005
+ readonly 'color.background.accent.yellow.subtler.pressed': '--ds-background-accent-yellow-subtler-pressed';
1737
2006
  readonly 'color.background.accent.yellow.subtle': '--ds-background-accent-yellow-subtle';
2007
+ readonly 'color.background.accent.yellow.subtle.hovered': '--ds-background-accent-yellow-subtle-hovered';
2008
+ readonly 'color.background.accent.yellow.subtle.pressed': '--ds-background-accent-yellow-subtle-pressed';
1738
2009
  readonly 'color.background.accent.yellow.bolder': '--ds-background-accent-yellow-bolder';
2010
+ readonly 'color.background.accent.yellow.bolder.hovered': '--ds-background-accent-yellow-bolder-hovered';
2011
+ readonly 'color.background.accent.yellow.bolder.pressed': '--ds-background-accent-yellow-bolder-pressed';
1739
2012
  readonly 'color.background.accent.green.subtlest': '--ds-background-accent-green-subtlest';
2013
+ readonly 'color.background.accent.green.subtlest.hovered': '--ds-background-accent-green-subtlest-hovered';
2014
+ readonly 'color.background.accent.green.subtlest.pressed': '--ds-background-accent-green-subtlest-pressed';
1740
2015
  readonly 'color.background.accent.green.subtler': '--ds-background-accent-green-subtler';
2016
+ readonly 'color.background.accent.green.subtler.hovered': '--ds-background-accent-green-subtler-hovered';
2017
+ readonly 'color.background.accent.green.subtler.pressed': '--ds-background-accent-green-subtler-pressed';
1741
2018
  readonly 'color.background.accent.green.subtle': '--ds-background-accent-green-subtle';
2019
+ readonly 'color.background.accent.green.subtle.hovered': '--ds-background-accent-green-subtle-hovered';
2020
+ readonly 'color.background.accent.green.subtle.pressed': '--ds-background-accent-green-subtle-pressed';
1742
2021
  readonly 'color.background.accent.green.bolder': '--ds-background-accent-green-bolder';
2022
+ readonly 'color.background.accent.green.bolder.hovered': '--ds-background-accent-green-bolder-hovered';
2023
+ readonly 'color.background.accent.green.bolder.pressed': '--ds-background-accent-green-bolder-pressed';
1743
2024
  readonly 'color.background.accent.teal.subtlest': '--ds-background-accent-teal-subtlest';
2025
+ readonly 'color.background.accent.teal.subtlest.hovered': '--ds-background-accent-teal-subtlest-hovered';
2026
+ readonly 'color.background.accent.teal.subtlest.pressed': '--ds-background-accent-teal-subtlest-pressed';
1744
2027
  readonly 'color.background.accent.teal.subtler': '--ds-background-accent-teal-subtler';
2028
+ readonly 'color.background.accent.teal.subtler.hovered': '--ds-background-accent-teal-subtler-hovered';
2029
+ readonly 'color.background.accent.teal.subtler.pressed': '--ds-background-accent-teal-subtler-pressed';
1745
2030
  readonly 'color.background.accent.teal.subtle': '--ds-background-accent-teal-subtle';
2031
+ readonly 'color.background.accent.teal.subtle.hovered': '--ds-background-accent-teal-subtle-hovered';
2032
+ readonly 'color.background.accent.teal.subtle.pressed': '--ds-background-accent-teal-subtle-pressed';
1746
2033
  readonly 'color.background.accent.teal.bolder': '--ds-background-accent-teal-bolder';
2034
+ readonly 'color.background.accent.teal.bolder.hovered': '--ds-background-accent-teal-bolder-hovered';
2035
+ readonly 'color.background.accent.teal.bolder.pressed': '--ds-background-accent-teal-bolder-pressed';
1747
2036
  readonly 'color.background.accent.blue.subtlest': '--ds-background-accent-blue-subtlest';
2037
+ readonly 'color.background.accent.blue.subtlest.hovered': '--ds-background-accent-blue-subtlest-hovered';
2038
+ readonly 'color.background.accent.blue.subtlest.pressed': '--ds-background-accent-blue-subtlest-pressed';
1748
2039
  readonly 'color.background.accent.blue.subtler': '--ds-background-accent-blue-subtler';
2040
+ readonly 'color.background.accent.blue.subtler.hovered': '--ds-background-accent-blue-subtler-hovered';
2041
+ readonly 'color.background.accent.blue.subtler.pressed': '--ds-background-accent-blue-subtler-pressed';
1749
2042
  readonly 'color.background.accent.blue.subtle': '--ds-background-accent-blue-subtle';
2043
+ readonly 'color.background.accent.blue.subtle.hovered': '--ds-background-accent-blue-subtle-hovered';
2044
+ readonly 'color.background.accent.blue.subtle.pressed': '--ds-background-accent-blue-subtle-pressed';
1750
2045
  readonly 'color.background.accent.blue.bolder': '--ds-background-accent-blue-bolder';
2046
+ readonly 'color.background.accent.blue.bolder.hovered': '--ds-background-accent-blue-bolder-hovered';
2047
+ readonly 'color.background.accent.blue.bolder.pressed': '--ds-background-accent-blue-bolder-pressed';
1751
2048
  readonly 'color.background.accent.purple.subtlest': '--ds-background-accent-purple-subtlest';
2049
+ readonly 'color.background.accent.purple.subtlest.hovered': '--ds-background-accent-purple-subtlest-hovered';
2050
+ readonly 'color.background.accent.purple.subtlest.pressed': '--ds-background-accent-purple-subtlest-pressed';
1752
2051
  readonly 'color.background.accent.purple.subtler': '--ds-background-accent-purple-subtler';
2052
+ readonly 'color.background.accent.purple.subtler.hovered': '--ds-background-accent-purple-subtler-hovered';
2053
+ readonly 'color.background.accent.purple.subtler.pressed': '--ds-background-accent-purple-subtler-pressed';
1753
2054
  readonly 'color.background.accent.purple.subtle': '--ds-background-accent-purple-subtle';
2055
+ readonly 'color.background.accent.purple.subtle.hovered': '--ds-background-accent-purple-subtle-hovered';
2056
+ readonly 'color.background.accent.purple.subtle.pressed': '--ds-background-accent-purple-subtle-pressed';
1754
2057
  readonly 'color.background.accent.purple.bolder': '--ds-background-accent-purple-bolder';
2058
+ readonly 'color.background.accent.purple.bolder.hovered': '--ds-background-accent-purple-bolder-hovered';
2059
+ readonly 'color.background.accent.purple.bolder.pressed': '--ds-background-accent-purple-bolder-pressed';
1755
2060
  readonly 'color.background.accent.magenta.subtlest': '--ds-background-accent-magenta-subtlest';
2061
+ readonly 'color.background.accent.magenta.subtlest.hovered': '--ds-background-accent-magenta-subtlest-hovered';
2062
+ readonly 'color.background.accent.magenta.subtlest.pressed': '--ds-background-accent-magenta-subtlest-pressed';
1756
2063
  readonly 'color.background.accent.magenta.subtler': '--ds-background-accent-magenta-subtler';
2064
+ readonly 'color.background.accent.magenta.subtler.hovered': '--ds-background-accent-magenta-subtler-hovered';
2065
+ readonly 'color.background.accent.magenta.subtler.pressed': '--ds-background-accent-magenta-subtler-pressed';
1757
2066
  readonly 'color.background.accent.magenta.subtle': '--ds-background-accent-magenta-subtle';
2067
+ readonly 'color.background.accent.magenta.subtle.hovered': '--ds-background-accent-magenta-subtle-hovered';
2068
+ readonly 'color.background.accent.magenta.subtle.pressed': '--ds-background-accent-magenta-subtle-pressed';
1758
2069
  readonly 'color.background.accent.magenta.bolder': '--ds-background-accent-magenta-bolder';
2070
+ readonly 'color.background.accent.magenta.bolder.hovered': '--ds-background-accent-magenta-bolder-hovered';
2071
+ readonly 'color.background.accent.magenta.bolder.pressed': '--ds-background-accent-magenta-bolder-pressed';
1759
2072
  readonly 'color.background.accent.gray.subtlest': '--ds-background-accent-gray-subtlest';
2073
+ readonly 'color.background.accent.gray.subtlest.hovered': '--ds-background-accent-gray-subtlest-hovered';
2074
+ readonly 'color.background.accent.gray.subtlest.pressed': '--ds-background-accent-gray-subtlest-pressed';
1760
2075
  readonly 'color.background.accent.gray.subtler': '--ds-background-accent-gray-subtler';
2076
+ readonly 'color.background.accent.gray.subtler.hovered': '--ds-background-accent-gray-subtler-hovered';
2077
+ readonly 'color.background.accent.gray.subtler.pressed': '--ds-background-accent-gray-subtler-pressed';
1761
2078
  readonly 'color.background.accent.gray.subtle': '--ds-background-accent-gray-subtle';
2079
+ readonly 'color.background.accent.gray.subtle.hovered': '--ds-background-accent-gray-subtle-hovered';
2080
+ readonly 'color.background.accent.gray.subtle.pressed': '--ds-background-accent-gray-subtle-pressed';
1762
2081
  readonly 'color.background.accent.gray.bolder': '--ds-background-accent-gray-bolder';
2082
+ readonly 'color.background.accent.gray.bolder.hovered': '--ds-background-accent-gray-bolder-hovered';
2083
+ readonly 'color.background.accent.gray.bolder.pressed': '--ds-background-accent-gray-bolder-pressed';
1763
2084
  readonly 'color.background.disabled': '--ds-background-disabled';
1764
2085
  readonly 'color.background.input': '--ds-background-input';
1765
2086
  readonly 'color.background.input.hovered': '--ds-background-input-hovered';
@@ -1973,6 +2294,7 @@ const tokens: {
1973
2294
  readonly 'space.800': '--ds-space-800';
1974
2295
  readonly 'space.1000': '--ds-space-1000';
1975
2296
  readonly 'font.body': '--ds-font-body';
2297
+ readonly 'font.body.lg': '--ds-font-body-lg';
1976
2298
  readonly 'font.body.sm': '--ds-font-body-sm';
1977
2299
  readonly 'font.code': '--ds-font-code';
1978
2300
  readonly 'font.heading.lg': '--ds-font-heading-lg';