@atlaskit/tokens 1.18.0 → 1.20.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 (96) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  7. package/dist/cjs/artifacts/token-default-values.js +81 -1
  8. package/dist/cjs/artifacts/token-names.js +81 -1
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +2037 -277
  13. package/dist/cjs/get-theme-html-attrs.js +2 -13
  14. package/dist/cjs/get-token-value.js +1 -1
  15. package/dist/cjs/get-token.js +1 -1
  16. package/dist/cjs/tokens/atlassian-dark/color/accent.js +360 -40
  17. package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  18. package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +396 -52
  19. package/dist/cjs/tokens/atlassian-light/color/accent.js +360 -40
  20. package/dist/cjs/tokens/default/color/accent.js +920 -200
  21. package/dist/cjs/utils/get-theme-preferences.js +3 -5
  22. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  23. package/dist/es2019/artifacts/themes/atlassian-dark.js +81 -1
  24. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +85 -5
  25. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +86 -6
  26. package/dist/es2019/artifacts/themes/atlassian-light.js +81 -1
  27. package/dist/es2019/artifacts/token-default-values.js +81 -1
  28. package/dist/es2019/artifacts/token-names.js +81 -1
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +2037 -277
  33. package/dist/es2019/get-theme-html-attrs.js +2 -13
  34. package/dist/es2019/get-token-value.js +1 -1
  35. package/dist/es2019/get-token.js +1 -1
  36. package/dist/es2019/tokens/atlassian-dark/color/accent.js +360 -40
  37. package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  38. package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +396 -52
  39. package/dist/es2019/tokens/atlassian-light/color/accent.js +360 -40
  40. package/dist/es2019/tokens/default/color/accent.js +920 -200
  41. package/dist/es2019/utils/get-theme-preferences.js +3 -5
  42. package/dist/esm/artifacts/generated-pairs.js +2 -2
  43. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  44. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  45. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  46. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  47. package/dist/esm/artifacts/token-default-values.js +81 -1
  48. package/dist/esm/artifacts/token-names.js +81 -1
  49. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +2044 -284
  50. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +2052 -292
  51. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +2038 -278
  52. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +2037 -277
  53. package/dist/esm/get-theme-html-attrs.js +2 -13
  54. package/dist/esm/get-token-value.js +1 -1
  55. package/dist/esm/get-token.js +1 -1
  56. package/dist/esm/tokens/atlassian-dark/color/accent.js +360 -40
  57. package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +396 -52
  58. package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +396 -52
  59. package/dist/esm/tokens/atlassian-light/color/accent.js +360 -40
  60. package/dist/esm/tokens/default/color/accent.js +920 -200
  61. package/dist/esm/utils/get-theme-preferences.js +3 -5
  62. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  63. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  64. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  65. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  66. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  67. package/dist/types/artifacts/token-default-values.d.ts +81 -1
  68. package/dist/types/artifacts/token-names.d.ts +161 -1
  69. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  70. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  71. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  72. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  73. package/dist/types/artifacts/types-internal.d.ts +2 -2
  74. package/dist/types/artifacts/types.d.ts +2 -2
  75. package/dist/types/types.d.ts +200 -40
  76. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  77. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  78. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  79. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  80. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  81. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +81 -1
  82. package/dist/types-ts4.5/artifacts/token-names.d.ts +161 -1
  83. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  84. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  86. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  87. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  88. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  89. package/dist/types-ts4.5/types.d.ts +200 -40
  90. package/figma/atlassian-dark.json +720 -0
  91. package/figma/atlassian-legacy-dark.json +724 -4
  92. package/figma/atlassian-legacy-light.json +724 -4
  93. package/figma/atlassian-light.json +720 -0
  94. package/package.json +1 -4
  95. package/report.api.md +360 -40
  96. package/tmp/api-report-tmp.d.ts +162 -2
@@ -7,7 +7,7 @@
7
7
  * Token names mapped to their value in the default Atlassian themes ('light').
8
8
  * These default values are used by the Babel plugin to optionally provide automatic fallbacks.
9
9
  *
10
- * @codegen <<SignedSource::2502bf5f723d604cd04596897e52d47f>>
10
+ * @codegen <<SignedSource::b5c908d96d2198b69df03d013b3c2b6a>>
11
11
  * @codegenCommand yarn build tokens
12
12
  */
13
13
  declare const defaultTokenValues: {
@@ -92,45 +92,125 @@ declare const defaultTokenValues: {
92
92
  readonly 'color.border.information': "#1D7AFC";
93
93
  readonly 'color.border.bold': "#758195";
94
94
  readonly 'color.background.accent.lime.subtlest': "#EEFBDA";
95
+ readonly 'color.background.accent.lime.subtlest.hovered': "#D3F1A7";
96
+ readonly 'color.background.accent.lime.subtlest.pressed': "#B3DF72";
95
97
  readonly 'color.background.accent.lime.subtler': "#D3F1A7";
98
+ readonly 'color.background.accent.lime.subtler.hovered': "#B3DF72";
99
+ readonly 'color.background.accent.lime.subtler.pressed': "#94C748";
96
100
  readonly 'color.background.accent.lime.subtle': "#94C748";
101
+ readonly 'color.background.accent.lime.subtle.hovered': "#B3DF72";
102
+ readonly 'color.background.accent.lime.subtle.pressed': "#D3F1A7";
97
103
  readonly 'color.background.accent.lime.bolder': "#5B7F24";
104
+ readonly 'color.background.accent.lime.bolder.hovered': "#4C6B1F";
105
+ readonly 'color.background.accent.lime.bolder.pressed': "#37471F";
98
106
  readonly 'color.background.accent.red.subtlest': "#FFEDEB";
107
+ readonly 'color.background.accent.red.subtlest.hovered': "#FFD2CC";
108
+ readonly 'color.background.accent.red.subtlest.pressed': "#FF9C8F";
99
109
  readonly 'color.background.accent.red.subtler': "#FFD2CC";
110
+ readonly 'color.background.accent.red.subtler.hovered': "#FF9C8F";
111
+ readonly 'color.background.accent.red.subtler.pressed': "#F87462";
100
112
  readonly 'color.background.accent.red.subtle': "#F87462";
113
+ readonly 'color.background.accent.red.subtle.hovered': "#FF9C8F";
114
+ readonly 'color.background.accent.red.subtle.pressed': "#FFD2CC";
101
115
  readonly 'color.background.accent.red.bolder': "#CA3521";
116
+ readonly 'color.background.accent.red.bolder.hovered': "#AE2A19";
117
+ readonly 'color.background.accent.red.bolder.pressed': "#601E16";
102
118
  readonly 'color.background.accent.orange.subtlest': "#FFF4E5";
119
+ readonly 'color.background.accent.orange.subtlest.hovered': "#FFE2BD";
120
+ readonly 'color.background.accent.orange.subtlest.pressed': "#FEC57B";
103
121
  readonly 'color.background.accent.orange.subtler': "#FFE2BD";
122
+ readonly 'color.background.accent.orange.subtler.hovered': "#FEC57B";
123
+ readonly 'color.background.accent.orange.subtler.pressed': "#FAA53D";
104
124
  readonly 'color.background.accent.orange.subtle': "#FAA53D";
125
+ readonly 'color.background.accent.orange.subtle.hovered': "#FEC57B";
126
+ readonly 'color.background.accent.orange.subtle.pressed': "#FFE2BD";
105
127
  readonly 'color.background.accent.orange.bolder': "#B65C02";
128
+ readonly 'color.background.accent.orange.bolder.hovered': "#974F0C";
129
+ readonly 'color.background.accent.orange.bolder.pressed': "#5F3811";
106
130
  readonly 'color.background.accent.yellow.subtlest': "#FFF7D6";
131
+ readonly 'color.background.accent.yellow.subtlest.hovered': "#F8E6A0";
132
+ readonly 'color.background.accent.yellow.subtlest.pressed': "#F5CD47";
107
133
  readonly 'color.background.accent.yellow.subtler': "#F8E6A0";
134
+ readonly 'color.background.accent.yellow.subtler.hovered': "#F5CD47";
135
+ readonly 'color.background.accent.yellow.subtler.pressed': "#E2B203";
108
136
  readonly 'color.background.accent.yellow.subtle': "#E2B203";
137
+ readonly 'color.background.accent.yellow.subtle.hovered': "#F5CD47";
138
+ readonly 'color.background.accent.yellow.subtle.pressed': "#F8E6A0";
109
139
  readonly 'color.background.accent.yellow.bolder': "#946F00";
140
+ readonly 'color.background.accent.yellow.bolder.hovered': "#7F5F01";
141
+ readonly 'color.background.accent.yellow.bolder.pressed': "#533F04";
110
142
  readonly 'color.background.accent.green.subtlest': "#DFFCF0";
143
+ readonly 'color.background.accent.green.subtlest.hovered': "#BAF3DB";
144
+ readonly 'color.background.accent.green.subtlest.pressed': "#7EE2B8";
111
145
  readonly 'color.background.accent.green.subtler': "#BAF3DB";
146
+ readonly 'color.background.accent.green.subtler.hovered': "#7EE2B8";
147
+ readonly 'color.background.accent.green.subtler.pressed': "#4BCE97";
112
148
  readonly 'color.background.accent.green.subtle': "#4BCE97";
149
+ readonly 'color.background.accent.green.subtle.hovered': "#7EE2B8";
150
+ readonly 'color.background.accent.green.subtle.pressed': "#BAF3DB";
113
151
  readonly 'color.background.accent.green.bolder': "#1F845A";
152
+ readonly 'color.background.accent.green.bolder.hovered': "#216E4E";
153
+ readonly 'color.background.accent.green.bolder.pressed': "#164B35";
114
154
  readonly 'color.background.accent.teal.subtlest': "#E3FAFC";
155
+ readonly 'color.background.accent.teal.subtlest.hovered': "#C1F0F5";
156
+ readonly 'color.background.accent.teal.subtlest.pressed': "#8BDBE5";
115
157
  readonly 'color.background.accent.teal.subtler': "#C1F0F5";
158
+ readonly 'color.background.accent.teal.subtler.hovered': "#8BDBE5";
159
+ readonly 'color.background.accent.teal.subtler.pressed': "#60C6D2";
116
160
  readonly 'color.background.accent.teal.subtle': "#60C6D2";
161
+ readonly 'color.background.accent.teal.subtle.hovered': "#8BDBE5";
162
+ readonly 'color.background.accent.teal.subtle.pressed': "#C1F0F5";
117
163
  readonly 'color.background.accent.teal.bolder': "#1D7F8C";
164
+ readonly 'color.background.accent.teal.bolder.hovered': "#206B74";
165
+ readonly 'color.background.accent.teal.bolder.pressed': "#1D474C";
118
166
  readonly 'color.background.accent.blue.subtlest': "#E9F2FF";
167
+ readonly 'color.background.accent.blue.subtlest.hovered': "#CCE0FF";
168
+ readonly 'color.background.accent.blue.subtlest.pressed': "#85B8FF";
119
169
  readonly 'color.background.accent.blue.subtler': "#CCE0FF";
170
+ readonly 'color.background.accent.blue.subtler.hovered': "#85B8FF";
171
+ readonly 'color.background.accent.blue.subtler.pressed': "#579DFF";
120
172
  readonly 'color.background.accent.blue.subtle': "#579DFF";
173
+ readonly 'color.background.accent.blue.subtle.hovered': "#85B8FF";
174
+ readonly 'color.background.accent.blue.subtle.pressed': "#CCE0FF";
121
175
  readonly 'color.background.accent.blue.bolder': "#0C66E4";
176
+ readonly 'color.background.accent.blue.bolder.hovered': "#0055CC";
177
+ readonly 'color.background.accent.blue.bolder.pressed': "#09326C";
122
178
  readonly 'color.background.accent.purple.subtlest': "#F3F0FF";
179
+ readonly 'color.background.accent.purple.subtlest.hovered': "#DFD8FD";
180
+ readonly 'color.background.accent.purple.subtlest.pressed': "#B8ACF6";
123
181
  readonly 'color.background.accent.purple.subtler': "#DFD8FD";
182
+ readonly 'color.background.accent.purple.subtler.hovered': "#B8ACF6";
183
+ readonly 'color.background.accent.purple.subtler.pressed': "#9F8FEF";
124
184
  readonly 'color.background.accent.purple.subtle': "#9F8FEF";
185
+ readonly 'color.background.accent.purple.subtle.hovered': "#B8ACF6";
186
+ readonly 'color.background.accent.purple.subtle.pressed': "#DFD8FD";
125
187
  readonly 'color.background.accent.purple.bolder': "#6E5DC6";
188
+ readonly 'color.background.accent.purple.bolder.hovered': "#5E4DB2";
189
+ readonly 'color.background.accent.purple.bolder.pressed': "#352C63";
126
190
  readonly 'color.background.accent.magenta.subtlest': "#FFECF8";
191
+ readonly 'color.background.accent.magenta.subtlest.hovered': "#FDD0EC";
192
+ readonly 'color.background.accent.magenta.subtlest.pressed': "#F797D2";
127
193
  readonly 'color.background.accent.magenta.subtler': "#FDD0EC";
194
+ readonly 'color.background.accent.magenta.subtler.hovered': "#F797D2";
195
+ readonly 'color.background.accent.magenta.subtler.pressed': "#E774BB";
128
196
  readonly 'color.background.accent.magenta.subtle': "#E774BB";
197
+ readonly 'color.background.accent.magenta.subtle.hovered': "#F797D2";
198
+ readonly 'color.background.accent.magenta.subtle.pressed': "#FDD0EC";
129
199
  readonly 'color.background.accent.magenta.bolder': "#AE4787";
200
+ readonly 'color.background.accent.magenta.bolder.hovered': "#943D73";
201
+ readonly 'color.background.accent.magenta.bolder.pressed': "#50253F";
130
202
  readonly 'color.background.accent.gray.subtlest': "#F1F2F4";
203
+ readonly 'color.background.accent.gray.subtlest.hovered': "#DCDFE4";
204
+ readonly 'color.background.accent.gray.subtlest.pressed': "#B3B9C4";
131
205
  readonly 'color.background.accent.gray.subtler': "#DCDFE4";
206
+ readonly 'color.background.accent.gray.subtler.hovered': "#B3B9C4";
207
+ readonly 'color.background.accent.gray.subtler.pressed': "#8590A2";
132
208
  readonly 'color.background.accent.gray.subtle': "#8590A2";
209
+ readonly 'color.background.accent.gray.subtle.hovered': "#B3B9C4";
210
+ readonly 'color.background.accent.gray.subtle.pressed': "#DCDFE4";
133
211
  readonly 'color.background.accent.gray.bolder': "#626F86";
212
+ readonly 'color.background.accent.gray.bolder.hovered': "#44546F";
213
+ readonly 'color.background.accent.gray.bolder.pressed': "#2C3E5D";
134
214
  readonly 'color.background.disabled': "#091E4208";
135
215
  readonly 'color.background.input': "#FFFFFF";
136
216
  readonly 'color.background.input.hovered': "#F7F8F9";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::d529715bd079c269a29aaf75bad507ea>>
3
+ * @codegen <<SignedSource::5688852b9c5bb12cbce375967cb93ef5>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: {
@@ -85,45 +85,125 @@ declare const tokens: {
85
85
  readonly 'color.border.information': "--ds-border-information";
86
86
  readonly 'color.border.bold': "--ds-border-bold";
87
87
  readonly 'color.background.accent.lime.subtlest': "--ds-background-accent-lime-subtlest";
88
+ readonly 'color.background.accent.lime.subtlest.hovered': "--ds-background-accent-lime-subtlest-hovered";
89
+ readonly 'color.background.accent.lime.subtlest.pressed': "--ds-background-accent-lime-subtlest-pressed";
88
90
  readonly 'color.background.accent.lime.subtler': "--ds-background-accent-lime-subtler";
91
+ readonly 'color.background.accent.lime.subtler.hovered': "--ds-background-accent-lime-subtler-hovered";
92
+ readonly 'color.background.accent.lime.subtler.pressed': "--ds-background-accent-lime-subtler-pressed";
89
93
  readonly 'color.background.accent.lime.subtle': "--ds-background-accent-lime-subtle";
94
+ readonly 'color.background.accent.lime.subtle.hovered': "--ds-background-accent-lime-subtle-hovered";
95
+ readonly 'color.background.accent.lime.subtle.pressed': "--ds-background-accent-lime-subtle-pressed";
90
96
  readonly 'color.background.accent.lime.bolder': "--ds-background-accent-lime-bolder";
97
+ readonly 'color.background.accent.lime.bolder.hovered': "--ds-background-accent-lime-bolder-hovered";
98
+ readonly 'color.background.accent.lime.bolder.pressed': "--ds-background-accent-lime-bolder-pressed";
91
99
  readonly 'color.background.accent.red.subtlest': "--ds-background-accent-red-subtlest";
100
+ readonly 'color.background.accent.red.subtlest.hovered': "--ds-background-accent-red-subtlest-hovered";
101
+ readonly 'color.background.accent.red.subtlest.pressed': "--ds-background-accent-red-subtlest-pressed";
92
102
  readonly 'color.background.accent.red.subtler': "--ds-background-accent-red-subtler";
103
+ readonly 'color.background.accent.red.subtler.hovered': "--ds-background-accent-red-subtler-hovered";
104
+ readonly 'color.background.accent.red.subtler.pressed': "--ds-background-accent-red-subtler-pressed";
93
105
  readonly 'color.background.accent.red.subtle': "--ds-background-accent-red-subtle";
106
+ readonly 'color.background.accent.red.subtle.hovered': "--ds-background-accent-red-subtle-hovered";
107
+ readonly 'color.background.accent.red.subtle.pressed': "--ds-background-accent-red-subtle-pressed";
94
108
  readonly 'color.background.accent.red.bolder': "--ds-background-accent-red-bolder";
109
+ readonly 'color.background.accent.red.bolder.hovered': "--ds-background-accent-red-bolder-hovered";
110
+ readonly 'color.background.accent.red.bolder.pressed': "--ds-background-accent-red-bolder-pressed";
95
111
  readonly 'color.background.accent.orange.subtlest': "--ds-background-accent-orange-subtlest";
112
+ readonly 'color.background.accent.orange.subtlest.hovered': "--ds-background-accent-orange-subtlest-hovered";
113
+ readonly 'color.background.accent.orange.subtlest.pressed': "--ds-background-accent-orange-subtlest-pressed";
96
114
  readonly 'color.background.accent.orange.subtler': "--ds-background-accent-orange-subtler";
115
+ readonly 'color.background.accent.orange.subtler.hovered': "--ds-background-accent-orange-subtler-hovered";
116
+ readonly 'color.background.accent.orange.subtler.pressed': "--ds-background-accent-orange-subtler-pressed";
97
117
  readonly 'color.background.accent.orange.subtle': "--ds-background-accent-orange-subtle";
118
+ readonly 'color.background.accent.orange.subtle.hovered': "--ds-background-accent-orange-subtle-hovered";
119
+ readonly 'color.background.accent.orange.subtle.pressed': "--ds-background-accent-orange-subtle-pressed";
98
120
  readonly 'color.background.accent.orange.bolder': "--ds-background-accent-orange-bolder";
121
+ readonly 'color.background.accent.orange.bolder.hovered': "--ds-background-accent-orange-bolder-hovered";
122
+ readonly 'color.background.accent.orange.bolder.pressed': "--ds-background-accent-orange-bolder-pressed";
99
123
  readonly 'color.background.accent.yellow.subtlest': "--ds-background-accent-yellow-subtlest";
124
+ readonly 'color.background.accent.yellow.subtlest.hovered': "--ds-background-accent-yellow-subtlest-hovered";
125
+ readonly 'color.background.accent.yellow.subtlest.pressed': "--ds-background-accent-yellow-subtlest-pressed";
100
126
  readonly 'color.background.accent.yellow.subtler': "--ds-background-accent-yellow-subtler";
127
+ readonly 'color.background.accent.yellow.subtler.hovered': "--ds-background-accent-yellow-subtler-hovered";
128
+ readonly 'color.background.accent.yellow.subtler.pressed': "--ds-background-accent-yellow-subtler-pressed";
101
129
  readonly 'color.background.accent.yellow.subtle': "--ds-background-accent-yellow-subtle";
130
+ readonly 'color.background.accent.yellow.subtle.hovered': "--ds-background-accent-yellow-subtle-hovered";
131
+ readonly 'color.background.accent.yellow.subtle.pressed': "--ds-background-accent-yellow-subtle-pressed";
102
132
  readonly 'color.background.accent.yellow.bolder': "--ds-background-accent-yellow-bolder";
133
+ readonly 'color.background.accent.yellow.bolder.hovered': "--ds-background-accent-yellow-bolder-hovered";
134
+ readonly 'color.background.accent.yellow.bolder.pressed': "--ds-background-accent-yellow-bolder-pressed";
103
135
  readonly 'color.background.accent.green.subtlest': "--ds-background-accent-green-subtlest";
136
+ readonly 'color.background.accent.green.subtlest.hovered': "--ds-background-accent-green-subtlest-hovered";
137
+ readonly 'color.background.accent.green.subtlest.pressed': "--ds-background-accent-green-subtlest-pressed";
104
138
  readonly 'color.background.accent.green.subtler': "--ds-background-accent-green-subtler";
139
+ readonly 'color.background.accent.green.subtler.hovered': "--ds-background-accent-green-subtler-hovered";
140
+ readonly 'color.background.accent.green.subtler.pressed': "--ds-background-accent-green-subtler-pressed";
105
141
  readonly 'color.background.accent.green.subtle': "--ds-background-accent-green-subtle";
142
+ readonly 'color.background.accent.green.subtle.hovered': "--ds-background-accent-green-subtle-hovered";
143
+ readonly 'color.background.accent.green.subtle.pressed': "--ds-background-accent-green-subtle-pressed";
106
144
  readonly 'color.background.accent.green.bolder': "--ds-background-accent-green-bolder";
145
+ readonly 'color.background.accent.green.bolder.hovered': "--ds-background-accent-green-bolder-hovered";
146
+ readonly 'color.background.accent.green.bolder.pressed': "--ds-background-accent-green-bolder-pressed";
107
147
  readonly 'color.background.accent.teal.subtlest': "--ds-background-accent-teal-subtlest";
148
+ readonly 'color.background.accent.teal.subtlest.hovered': "--ds-background-accent-teal-subtlest-hovered";
149
+ readonly 'color.background.accent.teal.subtlest.pressed': "--ds-background-accent-teal-subtlest-pressed";
108
150
  readonly 'color.background.accent.teal.subtler': "--ds-background-accent-teal-subtler";
151
+ readonly 'color.background.accent.teal.subtler.hovered': "--ds-background-accent-teal-subtler-hovered";
152
+ readonly 'color.background.accent.teal.subtler.pressed': "--ds-background-accent-teal-subtler-pressed";
109
153
  readonly 'color.background.accent.teal.subtle': "--ds-background-accent-teal-subtle";
154
+ readonly 'color.background.accent.teal.subtle.hovered': "--ds-background-accent-teal-subtle-hovered";
155
+ readonly 'color.background.accent.teal.subtle.pressed': "--ds-background-accent-teal-subtle-pressed";
110
156
  readonly 'color.background.accent.teal.bolder': "--ds-background-accent-teal-bolder";
157
+ readonly 'color.background.accent.teal.bolder.hovered': "--ds-background-accent-teal-bolder-hovered";
158
+ readonly 'color.background.accent.teal.bolder.pressed': "--ds-background-accent-teal-bolder-pressed";
111
159
  readonly 'color.background.accent.blue.subtlest': "--ds-background-accent-blue-subtlest";
160
+ readonly 'color.background.accent.blue.subtlest.hovered': "--ds-background-accent-blue-subtlest-hovered";
161
+ readonly 'color.background.accent.blue.subtlest.pressed': "--ds-background-accent-blue-subtlest-pressed";
112
162
  readonly 'color.background.accent.blue.subtler': "--ds-background-accent-blue-subtler";
163
+ readonly 'color.background.accent.blue.subtler.hovered': "--ds-background-accent-blue-subtler-hovered";
164
+ readonly 'color.background.accent.blue.subtler.pressed': "--ds-background-accent-blue-subtler-pressed";
113
165
  readonly 'color.background.accent.blue.subtle': "--ds-background-accent-blue-subtle";
166
+ readonly 'color.background.accent.blue.subtle.hovered': "--ds-background-accent-blue-subtle-hovered";
167
+ readonly 'color.background.accent.blue.subtle.pressed': "--ds-background-accent-blue-subtle-pressed";
114
168
  readonly 'color.background.accent.blue.bolder': "--ds-background-accent-blue-bolder";
169
+ readonly 'color.background.accent.blue.bolder.hovered': "--ds-background-accent-blue-bolder-hovered";
170
+ readonly 'color.background.accent.blue.bolder.pressed': "--ds-background-accent-blue-bolder-pressed";
115
171
  readonly 'color.background.accent.purple.subtlest': "--ds-background-accent-purple-subtlest";
172
+ readonly 'color.background.accent.purple.subtlest.hovered': "--ds-background-accent-purple-subtlest-hovered";
173
+ readonly 'color.background.accent.purple.subtlest.pressed': "--ds-background-accent-purple-subtlest-pressed";
116
174
  readonly 'color.background.accent.purple.subtler': "--ds-background-accent-purple-subtler";
175
+ readonly 'color.background.accent.purple.subtler.hovered': "--ds-background-accent-purple-subtler-hovered";
176
+ readonly 'color.background.accent.purple.subtler.pressed': "--ds-background-accent-purple-subtler-pressed";
117
177
  readonly 'color.background.accent.purple.subtle': "--ds-background-accent-purple-subtle";
178
+ readonly 'color.background.accent.purple.subtle.hovered': "--ds-background-accent-purple-subtle-hovered";
179
+ readonly 'color.background.accent.purple.subtle.pressed': "--ds-background-accent-purple-subtle-pressed";
118
180
  readonly 'color.background.accent.purple.bolder': "--ds-background-accent-purple-bolder";
181
+ readonly 'color.background.accent.purple.bolder.hovered': "--ds-background-accent-purple-bolder-hovered";
182
+ readonly 'color.background.accent.purple.bolder.pressed': "--ds-background-accent-purple-bolder-pressed";
119
183
  readonly 'color.background.accent.magenta.subtlest': "--ds-background-accent-magenta-subtlest";
184
+ readonly 'color.background.accent.magenta.subtlest.hovered': "--ds-background-accent-magenta-subtlest-hovered";
185
+ readonly 'color.background.accent.magenta.subtlest.pressed': "--ds-background-accent-magenta-subtlest-pressed";
120
186
  readonly 'color.background.accent.magenta.subtler': "--ds-background-accent-magenta-subtler";
187
+ readonly 'color.background.accent.magenta.subtler.hovered': "--ds-background-accent-magenta-subtler-hovered";
188
+ readonly 'color.background.accent.magenta.subtler.pressed': "--ds-background-accent-magenta-subtler-pressed";
121
189
  readonly 'color.background.accent.magenta.subtle': "--ds-background-accent-magenta-subtle";
190
+ readonly 'color.background.accent.magenta.subtle.hovered': "--ds-background-accent-magenta-subtle-hovered";
191
+ readonly 'color.background.accent.magenta.subtle.pressed': "--ds-background-accent-magenta-subtle-pressed";
122
192
  readonly 'color.background.accent.magenta.bolder': "--ds-background-accent-magenta-bolder";
193
+ readonly 'color.background.accent.magenta.bolder.hovered': "--ds-background-accent-magenta-bolder-hovered";
194
+ readonly 'color.background.accent.magenta.bolder.pressed': "--ds-background-accent-magenta-bolder-pressed";
123
195
  readonly 'color.background.accent.gray.subtlest': "--ds-background-accent-gray-subtlest";
196
+ readonly 'color.background.accent.gray.subtlest.hovered': "--ds-background-accent-gray-subtlest-hovered";
197
+ readonly 'color.background.accent.gray.subtlest.pressed': "--ds-background-accent-gray-subtlest-pressed";
124
198
  readonly 'color.background.accent.gray.subtler': "--ds-background-accent-gray-subtler";
199
+ readonly 'color.background.accent.gray.subtler.hovered': "--ds-background-accent-gray-subtler-hovered";
200
+ readonly 'color.background.accent.gray.subtler.pressed': "--ds-background-accent-gray-subtler-pressed";
125
201
  readonly 'color.background.accent.gray.subtle': "--ds-background-accent-gray-subtle";
202
+ readonly 'color.background.accent.gray.subtle.hovered': "--ds-background-accent-gray-subtle-hovered";
203
+ readonly 'color.background.accent.gray.subtle.pressed': "--ds-background-accent-gray-subtle-pressed";
126
204
  readonly 'color.background.accent.gray.bolder': "--ds-background-accent-gray-bolder";
205
+ readonly 'color.background.accent.gray.bolder.hovered': "--ds-background-accent-gray-bolder-hovered";
206
+ readonly 'color.background.accent.gray.bolder.pressed': "--ds-background-accent-gray-bolder-pressed";
127
207
  readonly 'color.background.disabled': "--ds-background-disabled";
128
208
  readonly 'color.background.input': "--ds-background-input";
129
209
  readonly 'color.background.input.hovered': "--ds-background-input-hovered";
@@ -461,45 +541,125 @@ export type CSSTokenMap = {
461
541
  'color.border.information': 'var(--ds-border-information)';
462
542
  'color.border.bold': 'var(--ds-border-bold)';
463
543
  'color.background.accent.lime.subtlest': 'var(--ds-background-accent-lime-subtlest)';
544
+ 'color.background.accent.lime.subtlest.hovered': 'var(--ds-background-accent-lime-subtlest-hovered)';
545
+ 'color.background.accent.lime.subtlest.pressed': 'var(--ds-background-accent-lime-subtlest-pressed)';
464
546
  'color.background.accent.lime.subtler': 'var(--ds-background-accent-lime-subtler)';
547
+ 'color.background.accent.lime.subtler.hovered': 'var(--ds-background-accent-lime-subtler-hovered)';
548
+ 'color.background.accent.lime.subtler.pressed': 'var(--ds-background-accent-lime-subtler-pressed)';
465
549
  'color.background.accent.lime.subtle': 'var(--ds-background-accent-lime-subtle)';
550
+ 'color.background.accent.lime.subtle.hovered': 'var(--ds-background-accent-lime-subtle-hovered)';
551
+ 'color.background.accent.lime.subtle.pressed': 'var(--ds-background-accent-lime-subtle-pressed)';
466
552
  'color.background.accent.lime.bolder': 'var(--ds-background-accent-lime-bolder)';
553
+ 'color.background.accent.lime.bolder.hovered': 'var(--ds-background-accent-lime-bolder-hovered)';
554
+ 'color.background.accent.lime.bolder.pressed': 'var(--ds-background-accent-lime-bolder-pressed)';
467
555
  'color.background.accent.red.subtlest': 'var(--ds-background-accent-red-subtlest)';
556
+ 'color.background.accent.red.subtlest.hovered': 'var(--ds-background-accent-red-subtlest-hovered)';
557
+ 'color.background.accent.red.subtlest.pressed': 'var(--ds-background-accent-red-subtlest-pressed)';
468
558
  'color.background.accent.red.subtler': 'var(--ds-background-accent-red-subtler)';
559
+ 'color.background.accent.red.subtler.hovered': 'var(--ds-background-accent-red-subtler-hovered)';
560
+ 'color.background.accent.red.subtler.pressed': 'var(--ds-background-accent-red-subtler-pressed)';
469
561
  'color.background.accent.red.subtle': 'var(--ds-background-accent-red-subtle)';
562
+ 'color.background.accent.red.subtle.hovered': 'var(--ds-background-accent-red-subtle-hovered)';
563
+ 'color.background.accent.red.subtle.pressed': 'var(--ds-background-accent-red-subtle-pressed)';
470
564
  'color.background.accent.red.bolder': 'var(--ds-background-accent-red-bolder)';
565
+ 'color.background.accent.red.bolder.hovered': 'var(--ds-background-accent-red-bolder-hovered)';
566
+ 'color.background.accent.red.bolder.pressed': 'var(--ds-background-accent-red-bolder-pressed)';
471
567
  'color.background.accent.orange.subtlest': 'var(--ds-background-accent-orange-subtlest)';
568
+ 'color.background.accent.orange.subtlest.hovered': 'var(--ds-background-accent-orange-subtlest-hovered)';
569
+ 'color.background.accent.orange.subtlest.pressed': 'var(--ds-background-accent-orange-subtlest-pressed)';
472
570
  'color.background.accent.orange.subtler': 'var(--ds-background-accent-orange-subtler)';
571
+ 'color.background.accent.orange.subtler.hovered': 'var(--ds-background-accent-orange-subtler-hovered)';
572
+ 'color.background.accent.orange.subtler.pressed': 'var(--ds-background-accent-orange-subtler-pressed)';
473
573
  'color.background.accent.orange.subtle': 'var(--ds-background-accent-orange-subtle)';
574
+ 'color.background.accent.orange.subtle.hovered': 'var(--ds-background-accent-orange-subtle-hovered)';
575
+ 'color.background.accent.orange.subtle.pressed': 'var(--ds-background-accent-orange-subtle-pressed)';
474
576
  'color.background.accent.orange.bolder': 'var(--ds-background-accent-orange-bolder)';
577
+ 'color.background.accent.orange.bolder.hovered': 'var(--ds-background-accent-orange-bolder-hovered)';
578
+ 'color.background.accent.orange.bolder.pressed': 'var(--ds-background-accent-orange-bolder-pressed)';
475
579
  'color.background.accent.yellow.subtlest': 'var(--ds-background-accent-yellow-subtlest)';
580
+ 'color.background.accent.yellow.subtlest.hovered': 'var(--ds-background-accent-yellow-subtlest-hovered)';
581
+ 'color.background.accent.yellow.subtlest.pressed': 'var(--ds-background-accent-yellow-subtlest-pressed)';
476
582
  'color.background.accent.yellow.subtler': 'var(--ds-background-accent-yellow-subtler)';
583
+ 'color.background.accent.yellow.subtler.hovered': 'var(--ds-background-accent-yellow-subtler-hovered)';
584
+ 'color.background.accent.yellow.subtler.pressed': 'var(--ds-background-accent-yellow-subtler-pressed)';
477
585
  'color.background.accent.yellow.subtle': 'var(--ds-background-accent-yellow-subtle)';
586
+ 'color.background.accent.yellow.subtle.hovered': 'var(--ds-background-accent-yellow-subtle-hovered)';
587
+ 'color.background.accent.yellow.subtle.pressed': 'var(--ds-background-accent-yellow-subtle-pressed)';
478
588
  'color.background.accent.yellow.bolder': 'var(--ds-background-accent-yellow-bolder)';
589
+ 'color.background.accent.yellow.bolder.hovered': 'var(--ds-background-accent-yellow-bolder-hovered)';
590
+ 'color.background.accent.yellow.bolder.pressed': 'var(--ds-background-accent-yellow-bolder-pressed)';
479
591
  'color.background.accent.green.subtlest': 'var(--ds-background-accent-green-subtlest)';
592
+ 'color.background.accent.green.subtlest.hovered': 'var(--ds-background-accent-green-subtlest-hovered)';
593
+ 'color.background.accent.green.subtlest.pressed': 'var(--ds-background-accent-green-subtlest-pressed)';
480
594
  'color.background.accent.green.subtler': 'var(--ds-background-accent-green-subtler)';
595
+ 'color.background.accent.green.subtler.hovered': 'var(--ds-background-accent-green-subtler-hovered)';
596
+ 'color.background.accent.green.subtler.pressed': 'var(--ds-background-accent-green-subtler-pressed)';
481
597
  'color.background.accent.green.subtle': 'var(--ds-background-accent-green-subtle)';
598
+ 'color.background.accent.green.subtle.hovered': 'var(--ds-background-accent-green-subtle-hovered)';
599
+ 'color.background.accent.green.subtle.pressed': 'var(--ds-background-accent-green-subtle-pressed)';
482
600
  'color.background.accent.green.bolder': 'var(--ds-background-accent-green-bolder)';
601
+ 'color.background.accent.green.bolder.hovered': 'var(--ds-background-accent-green-bolder-hovered)';
602
+ 'color.background.accent.green.bolder.pressed': 'var(--ds-background-accent-green-bolder-pressed)';
483
603
  'color.background.accent.teal.subtlest': 'var(--ds-background-accent-teal-subtlest)';
604
+ 'color.background.accent.teal.subtlest.hovered': 'var(--ds-background-accent-teal-subtlest-hovered)';
605
+ 'color.background.accent.teal.subtlest.pressed': 'var(--ds-background-accent-teal-subtlest-pressed)';
484
606
  'color.background.accent.teal.subtler': 'var(--ds-background-accent-teal-subtler)';
607
+ 'color.background.accent.teal.subtler.hovered': 'var(--ds-background-accent-teal-subtler-hovered)';
608
+ 'color.background.accent.teal.subtler.pressed': 'var(--ds-background-accent-teal-subtler-pressed)';
485
609
  'color.background.accent.teal.subtle': 'var(--ds-background-accent-teal-subtle)';
610
+ 'color.background.accent.teal.subtle.hovered': 'var(--ds-background-accent-teal-subtle-hovered)';
611
+ 'color.background.accent.teal.subtle.pressed': 'var(--ds-background-accent-teal-subtle-pressed)';
486
612
  'color.background.accent.teal.bolder': 'var(--ds-background-accent-teal-bolder)';
613
+ 'color.background.accent.teal.bolder.hovered': 'var(--ds-background-accent-teal-bolder-hovered)';
614
+ 'color.background.accent.teal.bolder.pressed': 'var(--ds-background-accent-teal-bolder-pressed)';
487
615
  'color.background.accent.blue.subtlest': 'var(--ds-background-accent-blue-subtlest)';
616
+ 'color.background.accent.blue.subtlest.hovered': 'var(--ds-background-accent-blue-subtlest-hovered)';
617
+ 'color.background.accent.blue.subtlest.pressed': 'var(--ds-background-accent-blue-subtlest-pressed)';
488
618
  'color.background.accent.blue.subtler': 'var(--ds-background-accent-blue-subtler)';
619
+ 'color.background.accent.blue.subtler.hovered': 'var(--ds-background-accent-blue-subtler-hovered)';
620
+ 'color.background.accent.blue.subtler.pressed': 'var(--ds-background-accent-blue-subtler-pressed)';
489
621
  'color.background.accent.blue.subtle': 'var(--ds-background-accent-blue-subtle)';
622
+ 'color.background.accent.blue.subtle.hovered': 'var(--ds-background-accent-blue-subtle-hovered)';
623
+ 'color.background.accent.blue.subtle.pressed': 'var(--ds-background-accent-blue-subtle-pressed)';
490
624
  'color.background.accent.blue.bolder': 'var(--ds-background-accent-blue-bolder)';
625
+ 'color.background.accent.blue.bolder.hovered': 'var(--ds-background-accent-blue-bolder-hovered)';
626
+ 'color.background.accent.blue.bolder.pressed': 'var(--ds-background-accent-blue-bolder-pressed)';
491
627
  'color.background.accent.purple.subtlest': 'var(--ds-background-accent-purple-subtlest)';
628
+ 'color.background.accent.purple.subtlest.hovered': 'var(--ds-background-accent-purple-subtlest-hovered)';
629
+ 'color.background.accent.purple.subtlest.pressed': 'var(--ds-background-accent-purple-subtlest-pressed)';
492
630
  'color.background.accent.purple.subtler': 'var(--ds-background-accent-purple-subtler)';
631
+ 'color.background.accent.purple.subtler.hovered': 'var(--ds-background-accent-purple-subtler-hovered)';
632
+ 'color.background.accent.purple.subtler.pressed': 'var(--ds-background-accent-purple-subtler-pressed)';
493
633
  'color.background.accent.purple.subtle': 'var(--ds-background-accent-purple-subtle)';
634
+ 'color.background.accent.purple.subtle.hovered': 'var(--ds-background-accent-purple-subtle-hovered)';
635
+ 'color.background.accent.purple.subtle.pressed': 'var(--ds-background-accent-purple-subtle-pressed)';
494
636
  'color.background.accent.purple.bolder': 'var(--ds-background-accent-purple-bolder)';
637
+ 'color.background.accent.purple.bolder.hovered': 'var(--ds-background-accent-purple-bolder-hovered)';
638
+ 'color.background.accent.purple.bolder.pressed': 'var(--ds-background-accent-purple-bolder-pressed)';
495
639
  'color.background.accent.magenta.subtlest': 'var(--ds-background-accent-magenta-subtlest)';
640
+ 'color.background.accent.magenta.subtlest.hovered': 'var(--ds-background-accent-magenta-subtlest-hovered)';
641
+ 'color.background.accent.magenta.subtlest.pressed': 'var(--ds-background-accent-magenta-subtlest-pressed)';
496
642
  'color.background.accent.magenta.subtler': 'var(--ds-background-accent-magenta-subtler)';
643
+ 'color.background.accent.magenta.subtler.hovered': 'var(--ds-background-accent-magenta-subtler-hovered)';
644
+ 'color.background.accent.magenta.subtler.pressed': 'var(--ds-background-accent-magenta-subtler-pressed)';
497
645
  'color.background.accent.magenta.subtle': 'var(--ds-background-accent-magenta-subtle)';
646
+ 'color.background.accent.magenta.subtle.hovered': 'var(--ds-background-accent-magenta-subtle-hovered)';
647
+ 'color.background.accent.magenta.subtle.pressed': 'var(--ds-background-accent-magenta-subtle-pressed)';
498
648
  'color.background.accent.magenta.bolder': 'var(--ds-background-accent-magenta-bolder)';
649
+ 'color.background.accent.magenta.bolder.hovered': 'var(--ds-background-accent-magenta-bolder-hovered)';
650
+ 'color.background.accent.magenta.bolder.pressed': 'var(--ds-background-accent-magenta-bolder-pressed)';
499
651
  'color.background.accent.gray.subtlest': 'var(--ds-background-accent-gray-subtlest)';
652
+ 'color.background.accent.gray.subtlest.hovered': 'var(--ds-background-accent-gray-subtlest-hovered)';
653
+ 'color.background.accent.gray.subtlest.pressed': 'var(--ds-background-accent-gray-subtlest-pressed)';
500
654
  'color.background.accent.gray.subtler': 'var(--ds-background-accent-gray-subtler)';
655
+ 'color.background.accent.gray.subtler.hovered': 'var(--ds-background-accent-gray-subtler-hovered)';
656
+ 'color.background.accent.gray.subtler.pressed': 'var(--ds-background-accent-gray-subtler-pressed)';
501
657
  'color.background.accent.gray.subtle': 'var(--ds-background-accent-gray-subtle)';
658
+ 'color.background.accent.gray.subtle.hovered': 'var(--ds-background-accent-gray-subtle-hovered)';
659
+ 'color.background.accent.gray.subtle.pressed': 'var(--ds-background-accent-gray-subtle-pressed)';
502
660
  'color.background.accent.gray.bolder': 'var(--ds-background-accent-gray-bolder)';
661
+ 'color.background.accent.gray.bolder.hovered': 'var(--ds-background-accent-gray-bolder-hovered)';
662
+ 'color.background.accent.gray.bolder.pressed': 'var(--ds-background-accent-gray-bolder-pressed)';
503
663
  'color.background.disabled': 'var(--ds-background-disabled)';
504
664
  'color.background.input': 'var(--ds-background-input)';
505
665
  'color.background.input.hovered': 'var(--ds-background-input-hovered)';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::72b954bf07d3f88c91f182994cf842e8>>
3
+ * @codegen <<SignedSource::a80d8cbd5dd6567623aa21c92718805d>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::2a0fae81b3c8b6bd958a5afee23d5c83>>
3
+ * @codegen <<SignedSource::d20511e24953b6338bedcac850c9ecf7>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::b3ea1da0f88da3d30d4cda12e93afc66>>
3
+ * @codegen <<SignedSource::9faa03010b915213b0e7b73c8c9a4264>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::433c4b4063a7a64e2fbe6ec86614ba47>>
3
+ * @codegen <<SignedSource::656f1845b17c239ea0ba3e5d62dcba09>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  declare const tokens: ({
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::797f2a163c73bcf6822f72e79c4f2351>>
3
+ * @codegen <<SignedSource::044c9b691c96cb4366932f50f3cbc95f>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- export type InternalTokenIds = 'color.text.[default]' | 'color.text.accent.lime.[default]' | 'color.text.accent.lime.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.icon.[default]' | 'color.icon.accent.lime' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.lime' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.lime.subtlest' | 'color.background.accent.lime.subtler' | 'color.background.accent.lime.subtle' | 'color.background.accent.lime.bolder' | 'color.background.accent.red.subtlest' | 'color.background.accent.red.subtler' | 'color.background.accent.red.subtle' | 'color.background.accent.red.bolder' | 'color.background.accent.orange.subtlest' | 'color.background.accent.orange.subtler' | 'color.background.accent.orange.subtle' | 'color.background.accent.orange.bolder' | 'color.background.accent.yellow.subtlest' | 'color.background.accent.yellow.subtler' | 'color.background.accent.yellow.subtle' | 'color.background.accent.yellow.bolder' | 'color.background.accent.green.subtlest' | 'color.background.accent.green.subtler' | 'color.background.accent.green.subtle' | 'color.background.accent.green.bolder' | 'color.background.accent.teal.subtlest' | 'color.background.accent.teal.subtler' | 'color.background.accent.teal.subtle' | 'color.background.accent.teal.bolder' | 'color.background.accent.blue.subtlest' | 'color.background.accent.blue.subtler' | 'color.background.accent.blue.subtle' | 'color.background.accent.blue.bolder' | 'color.background.accent.purple.subtlest' | 'color.background.accent.purple.subtler' | 'color.background.accent.purple.subtle' | 'color.background.accent.purple.bolder' | 'color.background.accent.magenta.subtlest' | 'color.background.accent.magenta.subtler' | 'color.background.accent.magenta.subtle' | 'color.background.accent.magenta.bolder' | 'color.background.accent.gray.subtlest' | 'color.background.accent.gray.subtler' | 'color.background.accent.gray.subtle' | 'color.background.accent.gray.bolder' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.subtlest.[default]' | 'color.background.brand.subtlest.hovered' | 'color.background.brand.subtlest.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.brand.boldest.[default]' | 'color.background.brand.boldest.hovered' | 'color.background.brand.boldest.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.lime.bold.[default]' | 'color.chart.lime.bold.hovered' | 'color.chart.lime.bolder.[default]' | 'color.chart.lime.bolder.hovered' | 'color.chart.lime.boldest.[default]' | 'color.chart.lime.boldest.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.transparent' | 'utility.elevation.surface.current' | 'border.radius.050' | 'border.radius.[default]' | 'border.radius.100' | 'border.radius.200' | 'border.radius.300' | 'border.radius.400' | 'border.radius.circle' | 'border.width.[default]' | 'border.width.indicator' | 'border.width.outline' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'font.letterSpacing.0' | 'font.letterSpacing.100' | 'font.letterSpacing.200' | 'font.letterSpacing.300' | 'font.letterSpacing.400' | 'font.family.monospace' | 'font.family.sans' | 'font.size.050' | 'font.size.075' | 'font.size.100' | 'font.size.200' | 'font.size.300' | 'font.size.400' | 'font.size.500' | 'font.size.600' | 'font.weight.bold' | 'font.weight.medium' | 'font.weight.regular' | 'font.weight.semibold' | 'font.lineHeight.1' | 'font.lineHeight.100' | 'font.lineHeight.200' | 'font.lineHeight.300' | 'font.lineHeight.400' | 'font.lineHeight.500' | 'font.lineHeight.600';
6
+ export type InternalTokenIds = 'color.text.[default]' | 'color.text.accent.lime.[default]' | 'color.text.accent.lime.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.success' | 'color.text.discovery' | 'color.text.information' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.icon.[default]' | 'color.icon.accent.lime' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.lime' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.lime.subtlest.[default]' | 'color.background.accent.lime.subtlest.hovered' | 'color.background.accent.lime.subtlest.pressed' | 'color.background.accent.lime.subtler.[default]' | 'color.background.accent.lime.subtler.hovered' | 'color.background.accent.lime.subtler.pressed' | 'color.background.accent.lime.subtle.[default]' | 'color.background.accent.lime.subtle.hovered' | 'color.background.accent.lime.subtle.pressed' | 'color.background.accent.lime.bolder.[default]' | 'color.background.accent.lime.bolder.hovered' | 'color.background.accent.lime.bolder.pressed' | 'color.background.accent.red.subtlest.[default]' | 'color.background.accent.red.subtlest.hovered' | 'color.background.accent.red.subtlest.pressed' | 'color.background.accent.red.subtler.[default]' | 'color.background.accent.red.subtler.hovered' | 'color.background.accent.red.subtler.pressed' | 'color.background.accent.red.subtle.[default]' | 'color.background.accent.red.subtle.hovered' | 'color.background.accent.red.subtle.pressed' | 'color.background.accent.red.bolder.[default]' | 'color.background.accent.red.bolder.hovered' | 'color.background.accent.red.bolder.pressed' | 'color.background.accent.orange.subtlest.[default]' | 'color.background.accent.orange.subtlest.hovered' | 'color.background.accent.orange.subtlest.pressed' | 'color.background.accent.orange.subtler.[default]' | 'color.background.accent.orange.subtler.hovered' | 'color.background.accent.orange.subtler.pressed' | 'color.background.accent.orange.subtle.[default]' | 'color.background.accent.orange.subtle.hovered' | 'color.background.accent.orange.subtle.pressed' | 'color.background.accent.orange.bolder.[default]' | 'color.background.accent.orange.bolder.hovered' | 'color.background.accent.orange.bolder.pressed' | 'color.background.accent.yellow.subtlest.[default]' | 'color.background.accent.yellow.subtlest.hovered' | 'color.background.accent.yellow.subtlest.pressed' | 'color.background.accent.yellow.subtler.[default]' | 'color.background.accent.yellow.subtler.hovered' | 'color.background.accent.yellow.subtler.pressed' | 'color.background.accent.yellow.subtle.[default]' | 'color.background.accent.yellow.subtle.hovered' | 'color.background.accent.yellow.subtle.pressed' | 'color.background.accent.yellow.bolder.[default]' | 'color.background.accent.yellow.bolder.hovered' | 'color.background.accent.yellow.bolder.pressed' | 'color.background.accent.green.subtlest.[default]' | 'color.background.accent.green.subtlest.hovered' | 'color.background.accent.green.subtlest.pressed' | 'color.background.accent.green.subtler.[default]' | 'color.background.accent.green.subtler.hovered' | 'color.background.accent.green.subtler.pressed' | 'color.background.accent.green.subtle.[default]' | 'color.background.accent.green.subtle.hovered' | 'color.background.accent.green.subtle.pressed' | 'color.background.accent.green.bolder.[default]' | 'color.background.accent.green.bolder.hovered' | 'color.background.accent.green.bolder.pressed' | 'color.background.accent.teal.subtlest.[default]' | 'color.background.accent.teal.subtlest.hovered' | 'color.background.accent.teal.subtlest.pressed' | 'color.background.accent.teal.subtler.[default]' | 'color.background.accent.teal.subtler.hovered' | 'color.background.accent.teal.subtler.pressed' | 'color.background.accent.teal.subtle.[default]' | 'color.background.accent.teal.subtle.hovered' | 'color.background.accent.teal.subtle.pressed' | 'color.background.accent.teal.bolder.[default]' | 'color.background.accent.teal.bolder.hovered' | 'color.background.accent.teal.bolder.pressed' | 'color.background.accent.blue.subtlest.[default]' | 'color.background.accent.blue.subtlest.hovered' | 'color.background.accent.blue.subtlest.pressed' | 'color.background.accent.blue.subtler.[default]' | 'color.background.accent.blue.subtler.hovered' | 'color.background.accent.blue.subtler.pressed' | 'color.background.accent.blue.subtle.[default]' | 'color.background.accent.blue.subtle.hovered' | 'color.background.accent.blue.subtle.pressed' | 'color.background.accent.blue.bolder.[default]' | 'color.background.accent.blue.bolder.hovered' | 'color.background.accent.blue.bolder.pressed' | 'color.background.accent.purple.subtlest.[default]' | 'color.background.accent.purple.subtlest.hovered' | 'color.background.accent.purple.subtlest.pressed' | 'color.background.accent.purple.subtler.[default]' | 'color.background.accent.purple.subtler.hovered' | 'color.background.accent.purple.subtler.pressed' | 'color.background.accent.purple.subtle.[default]' | 'color.background.accent.purple.subtle.hovered' | 'color.background.accent.purple.subtle.pressed' | 'color.background.accent.purple.bolder.[default]' | 'color.background.accent.purple.bolder.hovered' | 'color.background.accent.purple.bolder.pressed' | 'color.background.accent.magenta.subtlest.[default]' | 'color.background.accent.magenta.subtlest.hovered' | 'color.background.accent.magenta.subtlest.pressed' | 'color.background.accent.magenta.subtler.[default]' | 'color.background.accent.magenta.subtler.hovered' | 'color.background.accent.magenta.subtler.pressed' | 'color.background.accent.magenta.subtle.[default]' | 'color.background.accent.magenta.subtle.hovered' | 'color.background.accent.magenta.subtle.pressed' | 'color.background.accent.magenta.bolder.[default]' | 'color.background.accent.magenta.bolder.hovered' | 'color.background.accent.magenta.bolder.pressed' | 'color.background.accent.gray.subtlest.[default]' | 'color.background.accent.gray.subtlest.hovered' | 'color.background.accent.gray.subtlest.pressed' | 'color.background.accent.gray.subtler.[default]' | 'color.background.accent.gray.subtler.hovered' | 'color.background.accent.gray.subtler.pressed' | 'color.background.accent.gray.subtle.[default]' | 'color.background.accent.gray.subtle.hovered' | 'color.background.accent.gray.subtle.pressed' | 'color.background.accent.gray.bolder.[default]' | 'color.background.accent.gray.bolder.hovered' | 'color.background.accent.gray.bolder.pressed' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.subtlest.[default]' | 'color.background.brand.subtlest.hovered' | 'color.background.brand.subtlest.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.brand.boldest.[default]' | 'color.background.brand.boldest.hovered' | 'color.background.brand.boldest.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.lime.bold.[default]' | 'color.chart.lime.bold.hovered' | 'color.chart.lime.bolder.[default]' | 'color.chart.lime.bolder.hovered' | 'color.chart.lime.boldest.[default]' | 'color.chart.lime.boldest.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.transparent' | 'utility.elevation.surface.current' | 'border.radius.050' | 'border.radius.[default]' | 'border.radius.100' | 'border.radius.200' | 'border.radius.300' | 'border.radius.400' | 'border.radius.circle' | 'border.width.[default]' | 'border.width.indicator' | 'border.width.outline' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'font.letterSpacing.0' | 'font.letterSpacing.100' | 'font.letterSpacing.200' | 'font.letterSpacing.300' | 'font.letterSpacing.400' | 'font.family.monospace' | 'font.family.sans' | 'font.size.050' | 'font.size.075' | 'font.size.100' | 'font.size.200' | 'font.size.300' | 'font.size.400' | 'font.size.500' | 'font.size.600' | 'font.weight.bold' | 'font.weight.medium' | 'font.weight.regular' | 'font.weight.semibold' | 'font.lineHeight.1' | 'font.lineHeight.100' | 'font.lineHeight.200' | 'font.lineHeight.300' | 'font.lineHeight.400' | 'font.lineHeight.500' | 'font.lineHeight.600';