twntyx-css 1.0.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 (228) hide show
  1. package/README.md +105 -0
  2. package/llm/CHANGELOG.md +7 -0
  3. package/llm/components/ai-background.json +90 -0
  4. package/llm/components/ai-orb.json +91 -0
  5. package/llm/components/ai-perl.json +91 -0
  6. package/llm/components/all-components.json +104 -0
  7. package/llm/components/animation-references.json +84 -0
  8. package/llm/components/avatar.json +149 -0
  9. package/llm/components/badge.json +263 -0
  10. package/llm/components/banner-marketplace.json +81 -0
  11. package/llm/components/banner.json +120 -0
  12. package/llm/components/breadcrumb.json +169 -0
  13. package/llm/components/button-container.json +150 -0
  14. package/llm/components/button-feedback.json +155 -0
  15. package/llm/components/button.json +290 -0
  16. package/llm/components/card-assessment.json +93 -0
  17. package/llm/components/card-test.json +83 -0
  18. package/llm/components/card.json +94 -0
  19. package/llm/components/chat.json +155 -0
  20. package/llm/components/checkbox.json +186 -0
  21. package/llm/components/checkmark.json +175 -0
  22. package/llm/components/collapsible.json +100 -0
  23. package/llm/components/color-palette.json +79 -0
  24. package/llm/components/color-usage.json +83 -0
  25. package/llm/components/combobox.json +143 -0
  26. package/llm/components/command-palette.json +159 -0
  27. package/llm/components/countdown.json +113 -0
  28. package/llm/components/datepicker.json +151 -0
  29. package/llm/components/divider.json +104 -0
  30. package/llm/components/empty-state.json +80 -0
  31. package/llm/components/field.json +123 -0
  32. package/llm/components/fieldset.json +78 -0
  33. package/llm/components/file-upload.json +163 -0
  34. package/llm/components/form-example.json +82 -0
  35. package/llm/components/getting-started.json +70 -0
  36. package/llm/components/icons-reference.json +78 -0
  37. package/llm/components/illustrations-library.json +78 -0
  38. package/llm/components/input-group.json +94 -0
  39. package/llm/components/introduction.json +71 -0
  40. package/llm/components/join.json +105 -0
  41. package/llm/components/kbd.json +139 -0
  42. package/llm/components/key-value.json +86 -0
  43. package/llm/components/link.json +120 -0
  44. package/llm/components/loader.json +117 -0
  45. package/llm/components/logotype.json +75 -0
  46. package/llm/components/menu.json +192 -0
  47. package/llm/components/modal.json +167 -0
  48. package/llm/components/navbar.json +158 -0
  49. package/llm/components/pagination.json +122 -0
  50. package/llm/components/pie-chart.json +94 -0
  51. package/llm/components/popover.json +174 -0
  52. package/llm/components/progress-bullet.json +203 -0
  53. package/llm/components/progress-linear.json +129 -0
  54. package/llm/components/progress-radial.json +125 -0
  55. package/llm/components/radio.json +162 -0
  56. package/llm/components/range-slider.json +125 -0
  57. package/llm/components/scrollbar.json +96 -0
  58. package/llm/components/select-input.json +224 -0
  59. package/llm/components/shadows.json +107 -0
  60. package/llm/components/skeleton.json +84 -0
  61. package/llm/components/stacked-chart.json +100 -0
  62. package/llm/components/state.json +138 -0
  63. package/llm/components/stepper.json +95 -0
  64. package/llm/components/steps.json +177 -0
  65. package/llm/components/surface.json +181 -0
  66. package/llm/components/table.json +223 -0
  67. package/llm/components/tabs.json +147 -0
  68. package/llm/components/template-ai.json +80 -0
  69. package/llm/components/template-login.json +88 -0
  70. package/llm/components/template-stats.json +76 -0
  71. package/llm/components/text-input.json +275 -0
  72. package/llm/components/textarea.json +183 -0
  73. package/llm/components/timeline.json +142 -0
  74. package/llm/components/toast.json +164 -0
  75. package/llm/components/toggle.json +158 -0
  76. package/llm/components/tool-svg-to-base64.json +78 -0
  77. package/llm/components/tool-svg-to-icon-data.json +81 -0
  78. package/llm/components/tooltip.json +90 -0
  79. package/llm/examples/ai-background.html +1 -0
  80. package/llm/examples/ai-orb.html +1 -0
  81. package/llm/examples/ai-perl.html +1 -0
  82. package/llm/examples/all-components.html +1 -0
  83. package/llm/examples/animation-references.html +1 -0
  84. package/llm/examples/avatar.html +1 -0
  85. package/llm/examples/badge.html +1 -0
  86. package/llm/examples/banner-marketplace.html +1 -0
  87. package/llm/examples/banner.html +1 -0
  88. package/llm/examples/breadcrumb.html +1 -0
  89. package/llm/examples/button-container.html +1 -0
  90. package/llm/examples/button-feedback.html +1 -0
  91. package/llm/examples/button.html +3 -0
  92. package/llm/examples/card-assessment.html +1 -0
  93. package/llm/examples/card-test.html +1 -0
  94. package/llm/examples/card.html +1 -0
  95. package/llm/examples/chat.html +1 -0
  96. package/llm/examples/checkbox.html +1 -0
  97. package/llm/examples/checkmark.html +1 -0
  98. package/llm/examples/collapsible.html +1 -0
  99. package/llm/examples/color-palette.html +1 -0
  100. package/llm/examples/color-usage.html +1 -0
  101. package/llm/examples/combobox.html +1 -0
  102. package/llm/examples/command-palette.html +1 -0
  103. package/llm/examples/countdown.html +1 -0
  104. package/llm/examples/datepicker.html +1 -0
  105. package/llm/examples/divider.html +1 -0
  106. package/llm/examples/empty-state.html +1 -0
  107. package/llm/examples/field.html +1 -0
  108. package/llm/examples/fieldset.html +1 -0
  109. package/llm/examples/file-upload.html +1 -0
  110. package/llm/examples/form-example.html +1 -0
  111. package/llm/examples/getting-started.html +1 -0
  112. package/llm/examples/icons-reference.html +1 -0
  113. package/llm/examples/illustrations-library.html +1 -0
  114. package/llm/examples/input-group.html +1 -0
  115. package/llm/examples/introduction.html +1 -0
  116. package/llm/examples/join.html +1 -0
  117. package/llm/examples/kbd.html +1 -0
  118. package/llm/examples/key-value.html +1 -0
  119. package/llm/examples/link.html +1 -0
  120. package/llm/examples/loader.html +1 -0
  121. package/llm/examples/logotype.html +1 -0
  122. package/llm/examples/menu.html +1 -0
  123. package/llm/examples/modal.html +16 -0
  124. package/llm/examples/navbar.html +1 -0
  125. package/llm/examples/pagination.html +1 -0
  126. package/llm/examples/pie-chart.html +1 -0
  127. package/llm/examples/popover.html +1 -0
  128. package/llm/examples/progress-bullet.html +1 -0
  129. package/llm/examples/progress-linear.html +1 -0
  130. package/llm/examples/progress-radial.html +1 -0
  131. package/llm/examples/radio.html +1 -0
  132. package/llm/examples/range-slider.html +1 -0
  133. package/llm/examples/scrollbar.html +1 -0
  134. package/llm/examples/select-input.html +1 -0
  135. package/llm/examples/shadows.html +1 -0
  136. package/llm/examples/skeleton.html +1 -0
  137. package/llm/examples/stacked-chart.html +1 -0
  138. package/llm/examples/state.html +1 -0
  139. package/llm/examples/stepper.html +1 -0
  140. package/llm/examples/steps.html +1 -0
  141. package/llm/examples/surface.html +1 -0
  142. package/llm/examples/table.html +16 -0
  143. package/llm/examples/tabs.html +1 -0
  144. package/llm/examples/template-ai.html +1 -0
  145. package/llm/examples/template-login.html +1 -0
  146. package/llm/examples/template-stats.html +1 -0
  147. package/llm/examples/text-input.html +10 -0
  148. package/llm/examples/textarea.html +1 -0
  149. package/llm/examples/timeline.html +1 -0
  150. package/llm/examples/toast.html +5 -0
  151. package/llm/examples/toggle.html +1 -0
  152. package/llm/examples/tool-svg-to-base64.html +1 -0
  153. package/llm/examples/tool-svg-to-icon-data.html +1 -0
  154. package/llm/examples/tooltip.html +1 -0
  155. package/llm/index.json +1615 -0
  156. package/llm/llms.txt +18 -0
  157. package/llm/patterns.json +111 -0
  158. package/llm/rules.json +47 -0
  159. package/llm/schema.json +804 -0
  160. package/llm/tokens.json +3629 -0
  161. package/package.json +30 -0
  162. package/styles/ai.css +114 -0
  163. package/styles/animation.css +2493 -0
  164. package/styles/avatar.css +101 -0
  165. package/styles/background-ai.css +118 -0
  166. package/styles/badge.css +274 -0
  167. package/styles/banner.css +98 -0
  168. package/styles/breadcrumb.css +72 -0
  169. package/styles/button.css +621 -0
  170. package/styles/card.css +27 -0
  171. package/styles/chart-pie.css +39 -0
  172. package/styles/chart-stacked.css +91 -0
  173. package/styles/chat.css +506 -0
  174. package/styles/checkmark.css +105 -0
  175. package/styles/code.css +264 -0
  176. package/styles/collapsible.css +93 -0
  177. package/styles/colors.css +536 -0
  178. package/styles/combobox.css +66 -0
  179. package/styles/command.css +81 -0
  180. package/styles/contest.css +227 -0
  181. package/styles/countdown.css +65 -0
  182. package/styles/datepicker.css +124 -0
  183. package/styles/divider.css +72 -0
  184. package/styles/drawer.css +142 -0
  185. package/styles/dropdown.css +22 -0
  186. package/styles/empty-state.css +48 -0
  187. package/styles/field.css +47 -0
  188. package/styles/fieldset.css +24 -0
  189. package/styles/form-checkbox-radio-toggle.css +233 -0
  190. package/styles/form-fileupload.css +146 -0
  191. package/styles/form-rangeslider.css +106 -0
  192. package/styles/form-shared.css +41 -0
  193. package/styles/form-text-select.css +411 -0
  194. package/styles/form.css +86 -0
  195. package/styles/globals.css +66 -0
  196. package/styles/input-group.css +63 -0
  197. package/styles/join.css +141 -0
  198. package/styles/kbd.css +55 -0
  199. package/styles/key-value.css +44 -0
  200. package/styles/link.css +48 -0
  201. package/styles/loader.css +183 -0
  202. package/styles/logotype.css +13 -0
  203. package/styles/menu.css +317 -0
  204. package/styles/modal.css +172 -0
  205. package/styles/navbar.css +48 -0
  206. package/styles/package-quill.css +1001 -0
  207. package/styles/pagination.css +147 -0
  208. package/styles/panel.css +113 -0
  209. package/styles/popover.css +303 -0
  210. package/styles/prism.css +60 -0
  211. package/styles/progress.css +209 -0
  212. package/styles/scrollbar.css +17 -0
  213. package/styles/shadow.css +25 -0
  214. package/styles/shared.css +226 -0
  215. package/styles/skeleton.css +34 -0
  216. package/styles/state.css +150 -0
  217. package/styles/stepper.css +72 -0
  218. package/styles/steps.css +98 -0
  219. package/styles/surface.css +252 -0
  220. package/styles/tab.css +286 -0
  221. package/styles/table.css +243 -0
  222. package/styles/theme.css +126 -0
  223. package/styles/timeline.css +193 -0
  224. package/styles/toast.css +150 -0
  225. package/styles/tooltip.css +8 -0
  226. package/styles/typography.css +160 -0
  227. package/styles/utility.css +20 -0
  228. package/tailwind.config.cjs +9 -0
@@ -0,0 +1,3629 @@
1
+ {
2
+ "llmSchemaVersion": "1.0.0",
3
+ "generatedFrom": [
4
+ "assets/styles/colors.css",
5
+ "config/dataColors.js"
6
+ ],
7
+ "items": [
8
+ {
9
+ "id": "background-attention",
10
+ "cssVariable": "--color-background-attention",
11
+ "category": "background",
12
+ "semanticIntent": {
13
+ "name": "Attention",
14
+ "path": [
15
+ "Semantic",
16
+ "Background",
17
+ "Status: attention"
18
+ ],
19
+ "reference": {
20
+ "light": "Core/Yellow 100",
21
+ "dark": "Core/Yellow 100 Dark"
22
+ }
23
+ },
24
+ "values": {
25
+ "light": "#fff7d6",
26
+ "dark": "#332900"
27
+ },
28
+ "resolvedValues": {
29
+ "light": "#fff7d6",
30
+ "dark": "#332900"
31
+ },
32
+ "sourcePaths": [
33
+ "assets/styles/colors.css",
34
+ "config/dataColors.js"
35
+ ]
36
+ },
37
+ {
38
+ "id": "background-attention-active",
39
+ "cssVariable": "--color-background-attention-active",
40
+ "category": "background",
41
+ "semanticIntent": {
42
+ "name": "Attention active",
43
+ "path": [
44
+ "Semantic",
45
+ "Background",
46
+ "Status: attention"
47
+ ],
48
+ "reference": {
49
+ "light": "Core/Yellow 600",
50
+ "dark": "Core/Yellow 600 Dark"
51
+ }
52
+ },
53
+ "values": {
54
+ "light": "#ffc000",
55
+ "dark": "#e19641"
56
+ },
57
+ "resolvedValues": {
58
+ "light": "#ffc000",
59
+ "dark": "#e19641"
60
+ },
61
+ "sourcePaths": [
62
+ "assets/styles/colors.css",
63
+ "config/dataColors.js"
64
+ ]
65
+ },
66
+ {
67
+ "id": "background-attention-hover",
68
+ "cssVariable": "--color-background-attention-hover",
69
+ "category": "background",
70
+ "semanticIntent": {
71
+ "name": "Attention hover",
72
+ "path": [
73
+ "Semantic",
74
+ "Background",
75
+ "Status: attention"
76
+ ],
77
+ "reference": {
78
+ "light": "Core/Yellow 200",
79
+ "dark": "Core/Yellow 200 Dark"
80
+ }
81
+ },
82
+ "values": {
83
+ "light": "#ffedb3",
84
+ "dark": "#4d3e00"
85
+ },
86
+ "resolvedValues": {
87
+ "light": "#ffedb3",
88
+ "dark": "#4d3e00"
89
+ },
90
+ "sourcePaths": [
91
+ "assets/styles/colors.css",
92
+ "config/dataColors.js"
93
+ ]
94
+ },
95
+ {
96
+ "id": "background-brand",
97
+ "cssVariable": "--color-background-brand",
98
+ "category": "background",
99
+ "semanticIntent": {
100
+ "name": "Brand",
101
+ "path": [
102
+ "Semantic",
103
+ "Background",
104
+ "Brand"
105
+ ],
106
+ "reference": {
107
+ "light": "Brand",
108
+ "dark": "Brand Dark"
109
+ }
110
+ },
111
+ "values": {
112
+ "light": "#e19641",
113
+ "dark": "#f0af5f"
114
+ },
115
+ "resolvedValues": {
116
+ "light": "#e19641",
117
+ "dark": "#f0af5f"
118
+ },
119
+ "sourcePaths": [
120
+ "assets/styles/colors.css",
121
+ "config/dataColors.js"
122
+ ]
123
+ },
124
+ {
125
+ "id": "background-brand-active",
126
+ "cssVariable": "--color-background-brand-active",
127
+ "category": "background",
128
+ "semanticIntent": {
129
+ "name": "Brand active",
130
+ "path": [
131
+ "Semantic",
132
+ "Background",
133
+ "Brand"
134
+ ],
135
+ "reference": {
136
+ "light": "Brand Soft",
137
+ "dark": "Brand Soft Dark"
138
+ }
139
+ },
140
+ "values": {
141
+ "light": "#fbeeda",
142
+ "dark": "#a05f23"
143
+ },
144
+ "resolvedValues": {
145
+ "light": "#fbeeda",
146
+ "dark": "#a05f23"
147
+ },
148
+ "sourcePaths": [
149
+ "assets/styles/colors.css",
150
+ "config/dataColors.js"
151
+ ]
152
+ },
153
+ {
154
+ "id": "background-brand-disabled",
155
+ "cssVariable": "--color-background-brand-disabled",
156
+ "category": "background",
157
+ "semanticIntent": {
158
+ "name": "Brand disabled",
159
+ "path": [
160
+ "Semantic",
161
+ "Background",
162
+ "Brand"
163
+ ],
164
+ "reference": {
165
+ "light": "Brand Light",
166
+ "dark": "Brand Light Dark"
167
+ }
168
+ },
169
+ "values": {
170
+ "light": "#fffaf3",
171
+ "dark": "#6e4114"
172
+ },
173
+ "resolvedValues": {
174
+ "light": "#fffaf3",
175
+ "dark": "#6e4114"
176
+ },
177
+ "sourcePaths": [
178
+ "assets/styles/colors.css",
179
+ "config/dataColors.js"
180
+ ]
181
+ },
182
+ {
183
+ "id": "background-brand-hover",
184
+ "cssVariable": "--color-background-brand-hover",
185
+ "category": "background",
186
+ "semanticIntent": {
187
+ "name": "Brand hover",
188
+ "path": [
189
+ "Semantic",
190
+ "Background",
191
+ "Brand"
192
+ ],
193
+ "reference": {
194
+ "light": "Brand Moderate",
195
+ "dark": "Brand Moderate Dark"
196
+ }
197
+ },
198
+ "values": {
199
+ "light": "#eeb473",
200
+ "dark": "#c88237"
201
+ },
202
+ "resolvedValues": {
203
+ "light": "#eeb473",
204
+ "dark": "#c88237"
205
+ },
206
+ "sourcePaths": [
207
+ "assets/styles/colors.css",
208
+ "config/dataColors.js"
209
+ ]
210
+ },
211
+ {
212
+ "id": "background-error",
213
+ "cssVariable": "--color-background-error",
214
+ "category": "background",
215
+ "semanticIntent": {
216
+ "name": "Error",
217
+ "path": [
218
+ "Semantic",
219
+ "Background",
220
+ "Status: error"
221
+ ],
222
+ "reference": {
223
+ "light": "Core/Red 100",
224
+ "dark": "Core/Red 100 Dark"
225
+ }
226
+ },
227
+ "values": {
228
+ "light": "#fde6e9",
229
+ "dark": "#52121d"
230
+ },
231
+ "resolvedValues": {
232
+ "light": "#fde6e9",
233
+ "dark": "#52121d"
234
+ },
235
+ "sourcePaths": [
236
+ "assets/styles/colors.css",
237
+ "config/dataColors.js"
238
+ ]
239
+ },
240
+ {
241
+ "id": "background-error-active",
242
+ "cssVariable": "--color-background-error-active",
243
+ "category": "background",
244
+ "semanticIntent": {
245
+ "name": "Error active",
246
+ "path": [
247
+ "Semantic",
248
+ "Background",
249
+ "Status: error"
250
+ ],
251
+ "reference": {
252
+ "light": "Core/Red 600",
253
+ "dark": "Core/Red 600 Dark"
254
+ }
255
+ },
256
+ "values": {
257
+ "light": "#c10d30",
258
+ "dark": "#f27a8a"
259
+ },
260
+ "resolvedValues": {
261
+ "light": "#c10d30",
262
+ "dark": "#f27a8a"
263
+ },
264
+ "sourcePaths": [
265
+ "assets/styles/colors.css",
266
+ "config/dataColors.js"
267
+ ]
268
+ },
269
+ {
270
+ "id": "background-error-hover",
271
+ "cssVariable": "--color-background-error-hover",
272
+ "category": "background",
273
+ "semanticIntent": {
274
+ "name": "Error hover",
275
+ "path": [
276
+ "Semantic",
277
+ "Background",
278
+ "Status: error"
279
+ ],
280
+ "reference": {
281
+ "light": "Core/Red 200",
282
+ "dark": "Core/Red 200 Dark"
283
+ }
284
+ },
285
+ "values": {
286
+ "light": "#fbccd2",
287
+ "dark": "#801c2d"
288
+ },
289
+ "resolvedValues": {
290
+ "light": "#fbccd2",
291
+ "dark": "#801c2d"
292
+ },
293
+ "sourcePaths": [
294
+ "assets/styles/colors.css",
295
+ "config/dataColors.js"
296
+ ]
297
+ },
298
+ {
299
+ "id": "background-info",
300
+ "cssVariable": "--color-background-info",
301
+ "category": "background",
302
+ "semanticIntent": {
303
+ "name": "Info",
304
+ "path": [
305
+ "Semantic",
306
+ "Background",
307
+ "Status: info"
308
+ ],
309
+ "reference": {
310
+ "light": "Core/Blue 100",
311
+ "dark": "Core/Blue 100 Dark"
312
+ }
313
+ },
314
+ "values": {
315
+ "light": "#ebf1ff",
316
+ "dark": "#112038"
317
+ },
318
+ "resolvedValues": {
319
+ "light": "#ebf1ff",
320
+ "dark": "#112038"
321
+ },
322
+ "sourcePaths": [
323
+ "assets/styles/colors.css",
324
+ "config/dataColors.js"
325
+ ]
326
+ },
327
+ {
328
+ "id": "background-info-active",
329
+ "cssVariable": "--color-background-info-active",
330
+ "category": "background",
331
+ "semanticIntent": {
332
+ "name": "Info active",
333
+ "path": [
334
+ "Semantic",
335
+ "Background",
336
+ "Status: info"
337
+ ],
338
+ "reference": {
339
+ "light": "Core/Blue 600",
340
+ "dark": "Core/Blue 600 Dark"
341
+ }
342
+ },
343
+ "values": {
344
+ "light": "#2256e4",
345
+ "dark": "#88a7ff"
346
+ },
347
+ "resolvedValues": {
348
+ "light": "#2256e4",
349
+ "dark": "#88a7ff"
350
+ },
351
+ "sourcePaths": [
352
+ "assets/styles/colors.css",
353
+ "config/dataColors.js"
354
+ ]
355
+ },
356
+ {
357
+ "id": "background-info-hover",
358
+ "cssVariable": "--color-background-info-hover",
359
+ "category": "background",
360
+ "semanticIntent": {
361
+ "name": "Info hover",
362
+ "path": [
363
+ "Semantic",
364
+ "Background",
365
+ "Status: info"
366
+ ],
367
+ "reference": {
368
+ "light": "Core/Blue 200",
369
+ "dark": "Core/Blue 200 Dark"
370
+ }
371
+ },
372
+ "values": {
373
+ "light": "#cddaff",
374
+ "dark": "#224070"
375
+ },
376
+ "resolvedValues": {
377
+ "light": "#cddaff",
378
+ "dark": "#224070"
379
+ },
380
+ "sourcePaths": [
381
+ "assets/styles/colors.css",
382
+ "config/dataColors.js"
383
+ ]
384
+ },
385
+ {
386
+ "id": "background-inverted",
387
+ "cssVariable": "--color-background-inverted",
388
+ "category": "background",
389
+ "semanticIntent": {
390
+ "name": "Inverted",
391
+ "path": [
392
+ "Semantic",
393
+ "Background",
394
+ "Page & surface"
395
+ ],
396
+ "reference": {
397
+ "light": "Core/UI 900",
398
+ "dark": "Core/UI 50"
399
+ }
400
+ },
401
+ "values": {
402
+ "light": "#201c17",
403
+ "dark": "#fbfaf7"
404
+ },
405
+ "resolvedValues": {
406
+ "light": "#201c17",
407
+ "dark": "#fbfaf7"
408
+ },
409
+ "sourcePaths": [
410
+ "assets/styles/colors.css",
411
+ "config/dataColors.js"
412
+ ]
413
+ },
414
+ {
415
+ "id": "background-neutral",
416
+ "cssVariable": "--color-background-neutral",
417
+ "category": "background",
418
+ "semanticIntent": {
419
+ "name": "Neutral",
420
+ "path": [
421
+ "Semantic",
422
+ "Background",
423
+ "Status: neutral"
424
+ ],
425
+ "reference": {
426
+ "light": "Core/UI 200",
427
+ "dark": "Core/UI 600"
428
+ }
429
+ },
430
+ "values": {
431
+ "light": "#f3f0eb",
432
+ "dark": "#5a5248"
433
+ },
434
+ "resolvedValues": {
435
+ "light": "#f3f0eb",
436
+ "dark": "#5a5248"
437
+ },
438
+ "sourcePaths": [
439
+ "assets/styles/colors.css",
440
+ "config/dataColors.js"
441
+ ]
442
+ },
443
+ {
444
+ "id": "background-neutral-active",
445
+ "cssVariable": "--color-background-neutral-active",
446
+ "category": "background",
447
+ "semanticIntent": {
448
+ "name": "Neutral active",
449
+ "path": [
450
+ "Semantic",
451
+ "Background",
452
+ "Status: neutral"
453
+ ],
454
+ "reference": {
455
+ "light": "Core/UI 600",
456
+ "dark": "Core/UI 600"
457
+ }
458
+ },
459
+ "values": {
460
+ "light": "#5a5248",
461
+ "dark": "#5a5248"
462
+ },
463
+ "resolvedValues": {
464
+ "light": "#5a5248",
465
+ "dark": "#5a5248"
466
+ },
467
+ "sourcePaths": [
468
+ "assets/styles/colors.css",
469
+ "config/dataColors.js"
470
+ ]
471
+ },
472
+ {
473
+ "id": "background-neutral-hover",
474
+ "cssVariable": "--color-background-neutral-hover",
475
+ "category": "background",
476
+ "semanticIntent": {
477
+ "name": "Neutral hover",
478
+ "path": [
479
+ "Semantic",
480
+ "Background",
481
+ "Status: neutral"
482
+ ],
483
+ "reference": {
484
+ "light": "Core/UI 300",
485
+ "dark": "Core/UI 800"
486
+ }
487
+ },
488
+ "values": {
489
+ "light": "#ede9e2",
490
+ "dark": "#302b24"
491
+ },
492
+ "resolvedValues": {
493
+ "light": "#ede9e2",
494
+ "dark": "#302b24"
495
+ },
496
+ "sourcePaths": [
497
+ "assets/styles/colors.css",
498
+ "config/dataColors.js"
499
+ ]
500
+ },
501
+ {
502
+ "id": "background-overlay",
503
+ "cssVariable": "--color-background-overlay",
504
+ "category": "background",
505
+ "semanticIntent": {
506
+ "name": "Overlay",
507
+ "path": [
508
+ "Semantic",
509
+ "Background",
510
+ "Page & surface"
511
+ ],
512
+ "reference": {
513
+ "light": "Core/UI 900/95%",
514
+ "dark": "Core/UI 900/95%"
515
+ }
516
+ },
517
+ "values": {
518
+ "light": "rgba(32, 28, 23, 0.95)",
519
+ "dark": "rgba(32, 28, 23, 0.95)"
520
+ },
521
+ "resolvedValues": {
522
+ "light": "color-mix(in srgb, var(--raw-color-core-ui-900) 95%, transparent)",
523
+ "dark": "color-mix(in srgb, var(--raw-color-core-ui-900) 95%, transparent)"
524
+ },
525
+ "sourcePaths": [
526
+ "assets/styles/colors.css",
527
+ "config/dataColors.js"
528
+ ]
529
+ },
530
+ {
531
+ "id": "background-page",
532
+ "cssVariable": "--color-background-page",
533
+ "category": "background",
534
+ "semanticIntent": {
535
+ "name": "Page",
536
+ "path": [
537
+ "Semantic",
538
+ "Background",
539
+ "Page & surface"
540
+ ],
541
+ "reference": {
542
+ "light": "Core/UI 50",
543
+ "dark": "Core/UI 900"
544
+ }
545
+ },
546
+ "values": {
547
+ "light": "#fbfaf7",
548
+ "dark": "#201c17"
549
+ },
550
+ "resolvedValues": {
551
+ "light": "#fbfaf7",
552
+ "dark": "#201c17"
553
+ },
554
+ "sourcePaths": [
555
+ "assets/styles/colors.css",
556
+ "config/dataColors.js"
557
+ ]
558
+ },
559
+ {
560
+ "id": "background-success",
561
+ "cssVariable": "--color-background-success",
562
+ "category": "background",
563
+ "semanticIntent": {
564
+ "name": "Success",
565
+ "path": [
566
+ "Semantic",
567
+ "Background",
568
+ "Status: success"
569
+ ],
570
+ "reference": {
571
+ "light": "Core/Green 100",
572
+ "dark": "Core/Green 100 Dark"
573
+ }
574
+ },
575
+ "values": {
576
+ "light": "#dceee6",
577
+ "dark": "#114331"
578
+ },
579
+ "resolvedValues": {
580
+ "light": "#dceee6",
581
+ "dark": "#114331"
582
+ },
583
+ "sourcePaths": [
584
+ "assets/styles/colors.css",
585
+ "config/dataColors.js"
586
+ ]
587
+ },
588
+ {
589
+ "id": "background-success-active",
590
+ "cssVariable": "--color-background-success-active",
591
+ "category": "background",
592
+ "semanticIntent": {
593
+ "name": "Success active",
594
+ "path": [
595
+ "Semantic",
596
+ "Background",
597
+ "Status: success"
598
+ ],
599
+ "reference": {
600
+ "light": "Core/Green 600",
601
+ "dark": "Core/Green 600 Dark"
602
+ }
603
+ },
604
+ "values": {
605
+ "light": "#1c8e62",
606
+ "dark": "#66bd99"
607
+ },
608
+ "resolvedValues": {
609
+ "light": "#1c8e62",
610
+ "dark": "#66bd99"
611
+ },
612
+ "sourcePaths": [
613
+ "assets/styles/colors.css",
614
+ "config/dataColors.js"
615
+ ]
616
+ },
617
+ {
618
+ "id": "background-success-hover",
619
+ "cssVariable": "--color-background-success-hover",
620
+ "category": "background",
621
+ "semanticIntent": {
622
+ "name": "Success hover",
623
+ "path": [
624
+ "Semantic",
625
+ "Background",
626
+ "Status: success"
627
+ ],
628
+ "reference": {
629
+ "light": "Core/Green 200",
630
+ "dark": "Core/Green 200 Dark"
631
+ }
632
+ },
633
+ "values": {
634
+ "light": "#bee1d2",
635
+ "dark": "#196449"
636
+ },
637
+ "resolvedValues": {
638
+ "light": "#bee1d2",
639
+ "dark": "#196449"
640
+ },
641
+ "sourcePaths": [
642
+ "assets/styles/colors.css",
643
+ "config/dataColors.js"
644
+ ]
645
+ },
646
+ {
647
+ "id": "background-surface",
648
+ "cssVariable": "--color-background-surface",
649
+ "category": "background",
650
+ "semanticIntent": {
651
+ "name": "Surface",
652
+ "path": [
653
+ "Semantic",
654
+ "Background",
655
+ "Page & surface"
656
+ ],
657
+ "reference": {
658
+ "light": "Core/White",
659
+ "dark": "Core/UI 800"
660
+ }
661
+ },
662
+ "values": {
663
+ "light": "#ffffff",
664
+ "dark": "#302b24"
665
+ },
666
+ "resolvedValues": {
667
+ "light": "#ffffff",
668
+ "dark": "#302b24"
669
+ },
670
+ "sourcePaths": [
671
+ "assets/styles/colors.css",
672
+ "config/dataColors.js"
673
+ ]
674
+ },
675
+ {
676
+ "id": "background-surface-elevated",
677
+ "cssVariable": "--color-background-surface-elevated",
678
+ "category": "background",
679
+ "semanticIntent": {
680
+ "name": "Surface elevated",
681
+ "path": [
682
+ "Semantic",
683
+ "Background",
684
+ "Page & surface"
685
+ ],
686
+ "reference": {
687
+ "light": "Core/UI 50",
688
+ "dark": "Core/UI 700"
689
+ }
690
+ },
691
+ "values": {
692
+ "light": "#fbfaf7",
693
+ "dark": "#3c362e"
694
+ },
695
+ "resolvedValues": {
696
+ "light": "#fbfaf7",
697
+ "dark": "#3c362e"
698
+ },
699
+ "sourcePaths": [
700
+ "assets/styles/colors.css",
701
+ "config/dataColors.js"
702
+ ]
703
+ },
704
+ {
705
+ "id": "background-surface-sunken",
706
+ "cssVariable": "--color-background-surface-sunken",
707
+ "category": "background",
708
+ "semanticIntent": {
709
+ "name": "Surface sunken",
710
+ "path": [
711
+ "Semantic",
712
+ "Background",
713
+ "Page & surface"
714
+ ],
715
+ "reference": {
716
+ "light": "Core/UI 200",
717
+ "dark": "Core/UI 900"
718
+ }
719
+ },
720
+ "values": {
721
+ "light": "#f3f0eb",
722
+ "dark": "#201c17"
723
+ },
724
+ "resolvedValues": {
725
+ "light": "#f3f0eb",
726
+ "dark": "#201c17"
727
+ },
728
+ "sourcePaths": [
729
+ "assets/styles/colors.css",
730
+ "config/dataColors.js"
731
+ ]
732
+ },
733
+ {
734
+ "id": "background-warning",
735
+ "cssVariable": "--color-background-warning",
736
+ "category": "background",
737
+ "semanticIntent": {
738
+ "name": "Warning",
739
+ "path": [
740
+ "Semantic",
741
+ "Background",
742
+ "Status: warning"
743
+ ],
744
+ "reference": {
745
+ "light": "Core/Orange 100",
746
+ "dark": "Core/Orange 100 Dark"
747
+ }
748
+ },
749
+ "values": {
750
+ "light": "#ffede0",
751
+ "dark": "#5f2214"
752
+ },
753
+ "resolvedValues": {
754
+ "light": "#ffede0",
755
+ "dark": "#5f2214"
756
+ },
757
+ "sourcePaths": [
758
+ "assets/styles/colors.css",
759
+ "config/dataColors.js"
760
+ ]
761
+ },
762
+ {
763
+ "id": "background-warning-active",
764
+ "cssVariable": "--color-background-warning-active",
765
+ "category": "background",
766
+ "semanticIntent": {
767
+ "name": "Warning active",
768
+ "path": [
769
+ "Semantic",
770
+ "Background",
771
+ "Status: warning"
772
+ ],
773
+ "reference": {
774
+ "light": "Core/Orange 600",
775
+ "dark": "Core/Orange 600 Dark"
776
+ }
777
+ },
778
+ "values": {
779
+ "light": "#ee5432",
780
+ "dark": "#ffaa7a"
781
+ },
782
+ "resolvedValues": {
783
+ "light": "#ee5432",
784
+ "dark": "#ffaa7a"
785
+ },
786
+ "sourcePaths": [
787
+ "assets/styles/colors.css",
788
+ "config/dataColors.js"
789
+ ]
790
+ },
791
+ {
792
+ "id": "background-warning-hover",
793
+ "cssVariable": "--color-background-warning-hover",
794
+ "category": "background",
795
+ "semanticIntent": {
796
+ "name": "Warning hover",
797
+ "path": [
798
+ "Semantic",
799
+ "Background",
800
+ "Status: warning"
801
+ ],
802
+ "reference": {
803
+ "light": "Core/Orange 200",
804
+ "dark": "Core/Orange 200 Dark"
805
+ }
806
+ },
807
+ "values": {
808
+ "light": "#ffddc7",
809
+ "dark": "#8f321e"
810
+ },
811
+ "resolvedValues": {
812
+ "light": "#ffddc7",
813
+ "dark": "#8f321e"
814
+ },
815
+ "sourcePaths": [
816
+ "assets/styles/colors.css",
817
+ "config/dataColors.js"
818
+ ]
819
+ },
820
+ {
821
+ "id": "brand-default",
822
+ "cssVariable": "--color-brand-default",
823
+ "category": "brand",
824
+ "semanticIntent": {
825
+ "name": "Default",
826
+ "path": [
827
+ "Core",
828
+ "Brand"
829
+ ],
830
+ "reference": null
831
+ },
832
+ "values": {
833
+ "light": "#e19641",
834
+ "dark": "#f0af5f"
835
+ },
836
+ "resolvedValues": {
837
+ "light": "#e19641",
838
+ "dark": "#f0af5f"
839
+ },
840
+ "sourcePaths": [
841
+ "assets/styles/colors.css",
842
+ "config/dataColors.js"
843
+ ]
844
+ },
845
+ {
846
+ "id": "brand-light",
847
+ "cssVariable": "--color-brand-light",
848
+ "category": "brand",
849
+ "semanticIntent": {
850
+ "name": "Light",
851
+ "path": [
852
+ "Core",
853
+ "Brand"
854
+ ],
855
+ "reference": null
856
+ },
857
+ "values": {
858
+ "light": "#fffaf3",
859
+ "dark": "#6e4114"
860
+ },
861
+ "resolvedValues": {
862
+ "light": "#fffaf3",
863
+ "dark": "#6e4114"
864
+ },
865
+ "sourcePaths": [
866
+ "assets/styles/colors.css",
867
+ "config/dataColors.js"
868
+ ]
869
+ },
870
+ {
871
+ "id": "brand-moderate",
872
+ "cssVariable": "--color-brand-moderate",
873
+ "category": "brand",
874
+ "semanticIntent": {
875
+ "name": "Moderate",
876
+ "path": [
877
+ "Core",
878
+ "Brand"
879
+ ],
880
+ "reference": null
881
+ },
882
+ "values": {
883
+ "light": "#eeb473",
884
+ "dark": "#c88237"
885
+ },
886
+ "resolvedValues": {
887
+ "light": "#eeb473",
888
+ "dark": "#c88237"
889
+ },
890
+ "sourcePaths": [
891
+ "assets/styles/colors.css",
892
+ "config/dataColors.js"
893
+ ]
894
+ },
895
+ {
896
+ "id": "brand-soft",
897
+ "cssVariable": "--color-brand-soft",
898
+ "category": "brand",
899
+ "semanticIntent": {
900
+ "name": "Soft",
901
+ "path": [
902
+ "Core",
903
+ "Brand"
904
+ ],
905
+ "reference": null
906
+ },
907
+ "values": {
908
+ "light": "#fbeeda",
909
+ "dark": "#a05f23"
910
+ },
911
+ "resolvedValues": {
912
+ "light": "#fbeeda",
913
+ "dark": "#a05f23"
914
+ },
915
+ "sourcePaths": [
916
+ "assets/styles/colors.css",
917
+ "config/dataColors.js"
918
+ ]
919
+ },
920
+ {
921
+ "id": "brand-strong",
922
+ "cssVariable": "--color-brand-strong",
923
+ "category": "brand",
924
+ "semanticIntent": {
925
+ "name": "Strong",
926
+ "path": [
927
+ "Core",
928
+ "Brand"
929
+ ],
930
+ "reference": null
931
+ },
932
+ "values": {
933
+ "light": "#a55a14",
934
+ "dark": "#ffe1b4"
935
+ },
936
+ "resolvedValues": {
937
+ "light": "#a55a14",
938
+ "dark": "#ffe1b4"
939
+ },
940
+ "sourcePaths": [
941
+ "assets/styles/colors.css",
942
+ "config/dataColors.js"
943
+ ]
944
+ },
945
+ {
946
+ "id": "core-black",
947
+ "cssVariable": "--color-core-black",
948
+ "category": "core",
949
+ "semanticIntent": {
950
+ "name": "Black",
951
+ "path": [
952
+ "Core",
953
+ "Monochrome"
954
+ ],
955
+ "reference": null
956
+ },
957
+ "values": {
958
+ "light": "#302b24",
959
+ "dark": "#302b24"
960
+ },
961
+ "resolvedValues": {
962
+ "light": "#302b24",
963
+ "dark": "#302b24"
964
+ },
965
+ "sourcePaths": [
966
+ "assets/styles/colors.css",
967
+ "config/dataColors.js"
968
+ ]
969
+ },
970
+ {
971
+ "id": "core-blue-100",
972
+ "cssVariable": "--color-core-blue-100",
973
+ "category": "core",
974
+ "semanticIntent": {
975
+ "name": "Blue 100",
976
+ "path": [
977
+ "Core",
978
+ "Blue"
979
+ ],
980
+ "reference": null
981
+ },
982
+ "values": {
983
+ "light": "#ebf1ff",
984
+ "dark": "#112038"
985
+ },
986
+ "resolvedValues": {
987
+ "light": "#ebf1ff",
988
+ "dark": "#112038"
989
+ },
990
+ "sourcePaths": [
991
+ "assets/styles/colors.css",
992
+ "config/dataColors.js"
993
+ ]
994
+ },
995
+ {
996
+ "id": "core-blue-200",
997
+ "cssVariable": "--color-core-blue-200",
998
+ "category": "core",
999
+ "semanticIntent": {
1000
+ "name": "Blue 200",
1001
+ "path": [
1002
+ "Core",
1003
+ "Blue"
1004
+ ],
1005
+ "reference": null
1006
+ },
1007
+ "values": {
1008
+ "light": "#cddaff",
1009
+ "dark": "#224070"
1010
+ },
1011
+ "resolvedValues": {
1012
+ "light": "#cddaff",
1013
+ "dark": "#224070"
1014
+ },
1015
+ "sourcePaths": [
1016
+ "assets/styles/colors.css",
1017
+ "config/dataColors.js"
1018
+ ]
1019
+ },
1020
+ {
1021
+ "id": "core-blue-300",
1022
+ "cssVariable": "--color-core-blue-300",
1023
+ "category": "core",
1024
+ "semanticIntent": {
1025
+ "name": "Blue 300",
1026
+ "path": [
1027
+ "Core",
1028
+ "Blue"
1029
+ ],
1030
+ "reference": null
1031
+ },
1032
+ "values": {
1033
+ "light": "#b0c3ff",
1034
+ "dark": "#3360a8"
1035
+ },
1036
+ "resolvedValues": {
1037
+ "light": "#b0c3ff",
1038
+ "dark": "#3360a8"
1039
+ },
1040
+ "sourcePaths": [
1041
+ "assets/styles/colors.css",
1042
+ "config/dataColors.js"
1043
+ ]
1044
+ },
1045
+ {
1046
+ "id": "core-blue-400",
1047
+ "cssVariable": "--color-core-blue-400",
1048
+ "category": "core",
1049
+ "semanticIntent": {
1050
+ "name": "Blue 400",
1051
+ "path": [
1052
+ "Core",
1053
+ "Blue"
1054
+ ],
1055
+ "reference": null
1056
+ },
1057
+ "values": {
1058
+ "light": "#88a7ff",
1059
+ "dark": "#5580cc"
1060
+ },
1061
+ "resolvedValues": {
1062
+ "light": "#88a7ff",
1063
+ "dark": "#5580cc"
1064
+ },
1065
+ "sourcePaths": [
1066
+ "assets/styles/colors.css",
1067
+ "config/dataColors.js"
1068
+ ]
1069
+ },
1070
+ {
1071
+ "id": "core-blue-50",
1072
+ "cssVariable": "--color-core-blue-50",
1073
+ "category": "core",
1074
+ "semanticIntent": {
1075
+ "name": "Blue 50",
1076
+ "path": [
1077
+ "Core",
1078
+ "Blue"
1079
+ ],
1080
+ "reference": null
1081
+ },
1082
+ "values": {
1083
+ "light": "#f5f8ff",
1084
+ "dark": "#0d192d"
1085
+ },
1086
+ "resolvedValues": {
1087
+ "light": "#f5f8ff",
1088
+ "dark": "#0d192d"
1089
+ },
1090
+ "sourcePaths": [
1091
+ "assets/styles/colors.css",
1092
+ "config/dataColors.js"
1093
+ ]
1094
+ },
1095
+ {
1096
+ "id": "core-blue-500",
1097
+ "cssVariable": "--color-core-blue-500",
1098
+ "category": "core",
1099
+ "semanticIntent": {
1100
+ "name": "Blue 500",
1101
+ "path": [
1102
+ "Core",
1103
+ "Blue"
1104
+ ],
1105
+ "reference": null
1106
+ },
1107
+ "values": {
1108
+ "light": "#5886ff",
1109
+ "dark": "#7799e6"
1110
+ },
1111
+ "resolvedValues": {
1112
+ "light": "#5886ff",
1113
+ "dark": "#7799e6"
1114
+ },
1115
+ "sourcePaths": [
1116
+ "assets/styles/colors.css",
1117
+ "config/dataColors.js"
1118
+ ]
1119
+ },
1120
+ {
1121
+ "id": "core-blue-600",
1122
+ "cssVariable": "--color-core-blue-600",
1123
+ "category": "core",
1124
+ "semanticIntent": {
1125
+ "name": "Blue 600",
1126
+ "path": [
1127
+ "Core",
1128
+ "Blue"
1129
+ ],
1130
+ "reference": null
1131
+ },
1132
+ "values": {
1133
+ "light": "#2256e4",
1134
+ "dark": "#88a7ff"
1135
+ },
1136
+ "resolvedValues": {
1137
+ "light": "#2256e4",
1138
+ "dark": "#88a7ff"
1139
+ },
1140
+ "sourcePaths": [
1141
+ "assets/styles/colors.css",
1142
+ "config/dataColors.js"
1143
+ ]
1144
+ },
1145
+ {
1146
+ "id": "core-blue-700",
1147
+ "cssVariable": "--color-core-blue-700",
1148
+ "category": "core",
1149
+ "semanticIntent": {
1150
+ "name": "Blue 700",
1151
+ "path": [
1152
+ "Core",
1153
+ "Blue"
1154
+ ],
1155
+ "reference": null
1156
+ },
1157
+ "values": {
1158
+ "light": "#0e39b0",
1159
+ "dark": "#9fb8ff"
1160
+ },
1161
+ "resolvedValues": {
1162
+ "light": "#0e39b0",
1163
+ "dark": "#9fb8ff"
1164
+ },
1165
+ "sourcePaths": [
1166
+ "assets/styles/colors.css",
1167
+ "config/dataColors.js"
1168
+ ]
1169
+ },
1170
+ {
1171
+ "id": "core-blue-800",
1172
+ "cssVariable": "--color-core-blue-800",
1173
+ "category": "core",
1174
+ "semanticIntent": {
1175
+ "name": "Blue 800",
1176
+ "path": [
1177
+ "Core",
1178
+ "Blue"
1179
+ ],
1180
+ "reference": null
1181
+ },
1182
+ "values": {
1183
+ "light": "#0c329c",
1184
+ "dark": "#b6c9ff"
1185
+ },
1186
+ "resolvedValues": {
1187
+ "light": "#0c329c",
1188
+ "dark": "#b6c9ff"
1189
+ },
1190
+ "sourcePaths": [
1191
+ "assets/styles/colors.css",
1192
+ "config/dataColors.js"
1193
+ ]
1194
+ },
1195
+ {
1196
+ "id": "core-blue-900",
1197
+ "cssVariable": "--color-core-blue-900",
1198
+ "category": "core",
1199
+ "semanticIntent": {
1200
+ "name": "Blue 900",
1201
+ "path": [
1202
+ "Core",
1203
+ "Blue"
1204
+ ],
1205
+ "reference": null
1206
+ },
1207
+ "values": {
1208
+ "light": "#08267d",
1209
+ "dark": "#cddaff"
1210
+ },
1211
+ "resolvedValues": {
1212
+ "light": "#08267d",
1213
+ "dark": "#cddaff"
1214
+ },
1215
+ "sourcePaths": [
1216
+ "assets/styles/colors.css",
1217
+ "config/dataColors.js"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "id": "core-blue-950",
1222
+ "cssVariable": "--color-core-blue-950",
1223
+ "category": "core",
1224
+ "semanticIntent": {
1225
+ "name": "Blue 950",
1226
+ "path": [
1227
+ "Core",
1228
+ "Blue"
1229
+ ],
1230
+ "reference": null
1231
+ },
1232
+ "values": {
1233
+ "light": "#051954",
1234
+ "dark": "#ebf2ff"
1235
+ },
1236
+ "resolvedValues": {
1237
+ "light": "#051954",
1238
+ "dark": "#ebf2ff"
1239
+ },
1240
+ "sourcePaths": [
1241
+ "assets/styles/colors.css",
1242
+ "config/dataColors.js"
1243
+ ]
1244
+ },
1245
+ {
1246
+ "id": "core-green-100",
1247
+ "cssVariable": "--color-core-green-100",
1248
+ "category": "core",
1249
+ "semanticIntent": {
1250
+ "name": "Green 100",
1251
+ "path": [
1252
+ "Core",
1253
+ "Green"
1254
+ ],
1255
+ "reference": null
1256
+ },
1257
+ "values": {
1258
+ "light": "#dceee6",
1259
+ "dark": "#114331"
1260
+ },
1261
+ "resolvedValues": {
1262
+ "light": "#dceee6",
1263
+ "dark": "#114331"
1264
+ },
1265
+ "sourcePaths": [
1266
+ "assets/styles/colors.css",
1267
+ "config/dataColors.js"
1268
+ ]
1269
+ },
1270
+ {
1271
+ "id": "core-green-200",
1272
+ "cssVariable": "--color-core-green-200",
1273
+ "category": "core",
1274
+ "semanticIntent": {
1275
+ "name": "Green 200",
1276
+ "path": [
1277
+ "Core",
1278
+ "Green"
1279
+ ],
1280
+ "reference": null
1281
+ },
1282
+ "values": {
1283
+ "light": "#bee1d2",
1284
+ "dark": "#196449"
1285
+ },
1286
+ "resolvedValues": {
1287
+ "light": "#bee1d2",
1288
+ "dark": "#196449"
1289
+ },
1290
+ "sourcePaths": [
1291
+ "assets/styles/colors.css",
1292
+ "config/dataColors.js"
1293
+ ]
1294
+ },
1295
+ {
1296
+ "id": "core-green-300",
1297
+ "cssVariable": "--color-core-green-300",
1298
+ "category": "core",
1299
+ "semanticIntent": {
1300
+ "name": "Green 300",
1301
+ "path": [
1302
+ "Core",
1303
+ "Green"
1304
+ ],
1305
+ "reference": null
1306
+ },
1307
+ "values": {
1308
+ "light": "#8cc8ad",
1309
+ "dark": "#228661"
1310
+ },
1311
+ "resolvedValues": {
1312
+ "light": "#8cc8ad",
1313
+ "dark": "#228661"
1314
+ },
1315
+ "sourcePaths": [
1316
+ "assets/styles/colors.css",
1317
+ "config/dataColors.js"
1318
+ ]
1319
+ },
1320
+ {
1321
+ "id": "core-green-400",
1322
+ "cssVariable": "--color-core-green-400",
1323
+ "category": "core",
1324
+ "semanticIntent": {
1325
+ "name": "Green 400",
1326
+ "path": [
1327
+ "Core",
1328
+ "Green"
1329
+ ],
1330
+ "reference": null
1331
+ },
1332
+ "values": {
1333
+ "light": "#5aaf89",
1334
+ "dark": "#2aa779"
1335
+ },
1336
+ "resolvedValues": {
1337
+ "light": "#5aaf89",
1338
+ "dark": "#2aa779"
1339
+ },
1340
+ "sourcePaths": [
1341
+ "assets/styles/colors.css",
1342
+ "config/dataColors.js"
1343
+ ]
1344
+ },
1345
+ {
1346
+ "id": "core-green-50",
1347
+ "cssVariable": "--color-core-green-50",
1348
+ "category": "core",
1349
+ "semanticIntent": {
1350
+ "name": "Green 50",
1351
+ "path": [
1352
+ "Core",
1353
+ "Green"
1354
+ ],
1355
+ "reference": null
1356
+ },
1357
+ "values": {
1358
+ "light": "#ecf6f2",
1359
+ "dark": "#082118"
1360
+ },
1361
+ "resolvedValues": {
1362
+ "light": "#ecf6f2",
1363
+ "dark": "#082118"
1364
+ },
1365
+ "sourcePaths": [
1366
+ "assets/styles/colors.css",
1367
+ "config/dataColors.js"
1368
+ ]
1369
+ },
1370
+ {
1371
+ "id": "core-green-500",
1372
+ "cssVariable": "--color-core-green-500",
1373
+ "category": "core",
1374
+ "semanticIntent": {
1375
+ "name": "Green 500",
1376
+ "path": [
1377
+ "Core",
1378
+ "Green"
1379
+ ],
1380
+ "reference": null
1381
+ },
1382
+ "values": {
1383
+ "light": "#33a073",
1384
+ "dark": "#48b289"
1385
+ },
1386
+ "resolvedValues": {
1387
+ "light": "#33a073",
1388
+ "dark": "#48b289"
1389
+ },
1390
+ "sourcePaths": [
1391
+ "assets/styles/colors.css",
1392
+ "config/dataColors.js"
1393
+ ]
1394
+ },
1395
+ {
1396
+ "id": "core-green-600",
1397
+ "cssVariable": "--color-core-green-600",
1398
+ "category": "core",
1399
+ "semanticIntent": {
1400
+ "name": "Green 600",
1401
+ "path": [
1402
+ "Core",
1403
+ "Green"
1404
+ ],
1405
+ "reference": null
1406
+ },
1407
+ "values": {
1408
+ "light": "#1c8e62",
1409
+ "dark": "#66bd99"
1410
+ },
1411
+ "resolvedValues": {
1412
+ "light": "#1c8e62",
1413
+ "dark": "#66bd99"
1414
+ },
1415
+ "sourcePaths": [
1416
+ "assets/styles/colors.css",
1417
+ "config/dataColors.js"
1418
+ ]
1419
+ },
1420
+ {
1421
+ "id": "core-green-700",
1422
+ "cssVariable": "--color-core-green-700",
1423
+ "category": "core",
1424
+ "semanticIntent": {
1425
+ "name": "Green 700",
1426
+ "path": [
1427
+ "Core",
1428
+ "Green"
1429
+ ],
1430
+ "reference": null
1431
+ },
1432
+ "values": {
1433
+ "light": "#167350",
1434
+ "dark": "#99d3ba"
1435
+ },
1436
+ "resolvedValues": {
1437
+ "light": "#167350",
1438
+ "dark": "#99d3ba"
1439
+ },
1440
+ "sourcePaths": [
1441
+ "assets/styles/colors.css",
1442
+ "config/dataColors.js"
1443
+ ]
1444
+ },
1445
+ {
1446
+ "id": "core-green-800",
1447
+ "cssVariable": "--color-core-green-800",
1448
+ "category": "core",
1449
+ "semanticIntent": {
1450
+ "name": "Green 800",
1451
+ "path": [
1452
+ "Core",
1453
+ "Green"
1454
+ ],
1455
+ "reference": null
1456
+ },
1457
+ "values": {
1458
+ "light": "#11583d",
1459
+ "dark": "#cce9dc"
1460
+ },
1461
+ "resolvedValues": {
1462
+ "light": "#11583d",
1463
+ "dark": "#cce9dc"
1464
+ },
1465
+ "sourcePaths": [
1466
+ "assets/styles/colors.css",
1467
+ "config/dataColors.js"
1468
+ ]
1469
+ },
1470
+ {
1471
+ "id": "core-green-900",
1472
+ "cssVariable": "--color-core-green-900",
1473
+ "category": "core",
1474
+ "semanticIntent": {
1475
+ "name": "Green 900",
1476
+ "path": [
1477
+ "Core",
1478
+ "Green"
1479
+ ],
1480
+ "reference": null
1481
+ },
1482
+ "values": {
1483
+ "light": "#0d422e",
1484
+ "dark": "#e6f4ee"
1485
+ },
1486
+ "resolvedValues": {
1487
+ "light": "#0d422e",
1488
+ "dark": "#e6f4ee"
1489
+ },
1490
+ "sourcePaths": [
1491
+ "assets/styles/colors.css",
1492
+ "config/dataColors.js"
1493
+ ]
1494
+ },
1495
+ {
1496
+ "id": "core-green-950",
1497
+ "cssVariable": "--color-core-green-950",
1498
+ "category": "core",
1499
+ "semanticIntent": {
1500
+ "name": "Green 950",
1501
+ "path": [
1502
+ "Core",
1503
+ "Green"
1504
+ ],
1505
+ "reference": null
1506
+ },
1507
+ "values": {
1508
+ "light": "#072117",
1509
+ "dark": "#f2f9f6"
1510
+ },
1511
+ "resolvedValues": {
1512
+ "light": "#072117",
1513
+ "dark": "#f2f9f6"
1514
+ },
1515
+ "sourcePaths": [
1516
+ "assets/styles/colors.css",
1517
+ "config/dataColors.js"
1518
+ ]
1519
+ },
1520
+ {
1521
+ "id": "core-orange-100",
1522
+ "cssVariable": "--color-core-orange-100",
1523
+ "category": "core",
1524
+ "semanticIntent": {
1525
+ "name": "Orange 100",
1526
+ "path": [
1527
+ "Core",
1528
+ "Orange"
1529
+ ],
1530
+ "reference": null
1531
+ },
1532
+ "values": {
1533
+ "light": "#ffede0",
1534
+ "dark": "#5f2214"
1535
+ },
1536
+ "resolvedValues": {
1537
+ "light": "#ffede0",
1538
+ "dark": "#5f2214"
1539
+ },
1540
+ "sourcePaths": [
1541
+ "assets/styles/colors.css",
1542
+ "config/dataColors.js"
1543
+ ]
1544
+ },
1545
+ {
1546
+ "id": "core-orange-200",
1547
+ "cssVariable": "--color-core-orange-200",
1548
+ "category": "core",
1549
+ "semanticIntent": {
1550
+ "name": "Orange 200",
1551
+ "path": [
1552
+ "Core",
1553
+ "Orange"
1554
+ ],
1555
+ "reference": null
1556
+ },
1557
+ "values": {
1558
+ "light": "#ffddc7",
1559
+ "dark": "#8f321e"
1560
+ },
1561
+ "resolvedValues": {
1562
+ "light": "#ffddc7",
1563
+ "dark": "#8f321e"
1564
+ },
1565
+ "sourcePaths": [
1566
+ "assets/styles/colors.css",
1567
+ "config/dataColors.js"
1568
+ ]
1569
+ },
1570
+ {
1571
+ "id": "core-orange-300",
1572
+ "cssVariable": "--color-core-orange-300",
1573
+ "category": "core",
1574
+ "semanticIntent": {
1575
+ "name": "Orange 300",
1576
+ "path": [
1577
+ "Core",
1578
+ "Orange"
1579
+ ],
1580
+ "reference": null
1581
+ },
1582
+ "values": {
1583
+ "light": "#ffc5a3",
1584
+ "dark": "#be4328"
1585
+ },
1586
+ "resolvedValues": {
1587
+ "light": "#ffc5a3",
1588
+ "dark": "#be4328"
1589
+ },
1590
+ "sourcePaths": [
1591
+ "assets/styles/colors.css",
1592
+ "config/dataColors.js"
1593
+ ]
1594
+ },
1595
+ {
1596
+ "id": "core-orange-400",
1597
+ "cssVariable": "--color-core-orange-400",
1598
+ "category": "core",
1599
+ "semanticIntent": {
1600
+ "name": "Orange 400",
1601
+ "path": [
1602
+ "Core",
1603
+ "Orange"
1604
+ ],
1605
+ "reference": null
1606
+ },
1607
+ "values": {
1608
+ "light": "#ffaa7a",
1609
+ "dark": "#ee5432"
1610
+ },
1611
+ "resolvedValues": {
1612
+ "light": "#ffaa7a",
1613
+ "dark": "#ee5432"
1614
+ },
1615
+ "sourcePaths": [
1616
+ "assets/styles/colors.css",
1617
+ "config/dataColors.js"
1618
+ ]
1619
+ },
1620
+ {
1621
+ "id": "core-orange-50",
1622
+ "cssVariable": "--color-core-orange-50",
1623
+ "category": "core",
1624
+ "semanticIntent": {
1625
+ "name": "Orange 50",
1626
+ "path": [
1627
+ "Core",
1628
+ "Orange"
1629
+ ],
1630
+ "reference": null
1631
+ },
1632
+ "values": {
1633
+ "light": "#fff7f1",
1634
+ "dark": "#30110a"
1635
+ },
1636
+ "resolvedValues": {
1637
+ "light": "#fff7f1",
1638
+ "dark": "#30110a"
1639
+ },
1640
+ "sourcePaths": [
1641
+ "assets/styles/colors.css",
1642
+ "config/dataColors.js"
1643
+ ]
1644
+ },
1645
+ {
1646
+ "id": "core-orange-500",
1647
+ "cssVariable": "--color-core-orange-500",
1648
+ "category": "core",
1649
+ "semanticIntent": {
1650
+ "name": "Orange 500",
1651
+ "path": [
1652
+ "Core",
1653
+ "Orange"
1654
+ ],
1655
+ "reference": null
1656
+ },
1657
+ "values": {
1658
+ "light": "#ff8b4d",
1659
+ "dark": "#ff8b4d"
1660
+ },
1661
+ "resolvedValues": {
1662
+ "light": "#ff8b4d",
1663
+ "dark": "#ff8b4d"
1664
+ },
1665
+ "sourcePaths": [
1666
+ "assets/styles/colors.css",
1667
+ "config/dataColors.js"
1668
+ ]
1669
+ },
1670
+ {
1671
+ "id": "core-orange-600",
1672
+ "cssVariable": "--color-core-orange-600",
1673
+ "category": "core",
1674
+ "semanticIntent": {
1675
+ "name": "Orange 600",
1676
+ "path": [
1677
+ "Core",
1678
+ "Orange"
1679
+ ],
1680
+ "reference": null
1681
+ },
1682
+ "values": {
1683
+ "light": "#ee5432",
1684
+ "dark": "#ffaa7a"
1685
+ },
1686
+ "resolvedValues": {
1687
+ "light": "#ee5432",
1688
+ "dark": "#ffaa7a"
1689
+ },
1690
+ "sourcePaths": [
1691
+ "assets/styles/colors.css",
1692
+ "config/dataColors.js"
1693
+ ]
1694
+ },
1695
+ {
1696
+ "id": "core-orange-700",
1697
+ "cssVariable": "--color-core-orange-700",
1698
+ "category": "core",
1699
+ "semanticIntent": {
1700
+ "name": "Orange 700",
1701
+ "path": [
1702
+ "Core",
1703
+ "Orange"
1704
+ ],
1705
+ "reference": null
1706
+ },
1707
+ "values": {
1708
+ "light": "#be4328",
1709
+ "dark": "#ffc5a3"
1710
+ },
1711
+ "resolvedValues": {
1712
+ "light": "#be4328",
1713
+ "dark": "#ffc5a3"
1714
+ },
1715
+ "sourcePaths": [
1716
+ "assets/styles/colors.css",
1717
+ "config/dataColors.js"
1718
+ ]
1719
+ },
1720
+ {
1721
+ "id": "core-orange-800",
1722
+ "cssVariable": "--color-core-orange-800",
1723
+ "category": "core",
1724
+ "semanticIntent": {
1725
+ "name": "Orange 800",
1726
+ "path": [
1727
+ "Core",
1728
+ "Orange"
1729
+ ],
1730
+ "reference": null
1731
+ },
1732
+ "values": {
1733
+ "light": "#8f321e",
1734
+ "dark": "#ffddc7"
1735
+ },
1736
+ "resolvedValues": {
1737
+ "light": "#8f321e",
1738
+ "dark": "#ffddc7"
1739
+ },
1740
+ "sourcePaths": [
1741
+ "assets/styles/colors.css",
1742
+ "config/dataColors.js"
1743
+ ]
1744
+ },
1745
+ {
1746
+ "id": "core-orange-900",
1747
+ "cssVariable": "--color-core-orange-900",
1748
+ "category": "core",
1749
+ "semanticIntent": {
1750
+ "name": "Orange 900",
1751
+ "path": [
1752
+ "Core",
1753
+ "Orange"
1754
+ ],
1755
+ "reference": null
1756
+ },
1757
+ "values": {
1758
+ "light": "#5f2214",
1759
+ "dark": "#ffede0"
1760
+ },
1761
+ "resolvedValues": {
1762
+ "light": "#5f2214",
1763
+ "dark": "#ffede0"
1764
+ },
1765
+ "sourcePaths": [
1766
+ "assets/styles/colors.css",
1767
+ "config/dataColors.js"
1768
+ ]
1769
+ },
1770
+ {
1771
+ "id": "core-orange-950",
1772
+ "cssVariable": "--color-core-orange-950",
1773
+ "category": "core",
1774
+ "semanticIntent": {
1775
+ "name": "Orange 950",
1776
+ "path": [
1777
+ "Core",
1778
+ "Orange"
1779
+ ],
1780
+ "reference": null
1781
+ },
1782
+ "values": {
1783
+ "light": "#30110a",
1784
+ "dark": "#fff7f1"
1785
+ },
1786
+ "resolvedValues": {
1787
+ "light": "#30110a",
1788
+ "dark": "#fff7f1"
1789
+ },
1790
+ "sourcePaths": [
1791
+ "assets/styles/colors.css",
1792
+ "config/dataColors.js"
1793
+ ]
1794
+ },
1795
+ {
1796
+ "id": "core-red-100",
1797
+ "cssVariable": "--color-core-red-100",
1798
+ "category": "core",
1799
+ "semanticIntent": {
1800
+ "name": "Red 100",
1801
+ "path": [
1802
+ "Core",
1803
+ "Red"
1804
+ ],
1805
+ "reference": null
1806
+ },
1807
+ "values": {
1808
+ "light": "#fde6e9",
1809
+ "dark": "#52121d"
1810
+ },
1811
+ "resolvedValues": {
1812
+ "light": "#fde6e9",
1813
+ "dark": "#52121d"
1814
+ },
1815
+ "sourcePaths": [
1816
+ "assets/styles/colors.css",
1817
+ "config/dataColors.js"
1818
+ ]
1819
+ },
1820
+ {
1821
+ "id": "core-red-200",
1822
+ "cssVariable": "--color-core-red-200",
1823
+ "category": "core",
1824
+ "semanticIntent": {
1825
+ "name": "Red 200",
1826
+ "path": [
1827
+ "Core",
1828
+ "Red"
1829
+ ],
1830
+ "reference": null
1831
+ },
1832
+ "values": {
1833
+ "light": "#fbccd2",
1834
+ "dark": "#801c2d"
1835
+ },
1836
+ "resolvedValues": {
1837
+ "light": "#fbccd2",
1838
+ "dark": "#801c2d"
1839
+ },
1840
+ "sourcePaths": [
1841
+ "assets/styles/colors.css",
1842
+ "config/dataColors.js"
1843
+ ]
1844
+ },
1845
+ {
1846
+ "id": "core-red-300",
1847
+ "cssVariable": "--color-core-red-300",
1848
+ "category": "core",
1849
+ "semanticIntent": {
1850
+ "name": "Red 300",
1851
+ "path": [
1852
+ "Core",
1853
+ "Red"
1854
+ ],
1855
+ "reference": null
1856
+ },
1857
+ "values": {
1858
+ "light": "#f7a6b0",
1859
+ "dark": "#ad263e"
1860
+ },
1861
+ "resolvedValues": {
1862
+ "light": "#f7a6b0",
1863
+ "dark": "#ad263e"
1864
+ },
1865
+ "sourcePaths": [
1866
+ "assets/styles/colors.css",
1867
+ "config/dataColors.js"
1868
+ ]
1869
+ },
1870
+ {
1871
+ "id": "core-red-400",
1872
+ "cssVariable": "--color-core-red-400",
1873
+ "category": "core",
1874
+ "semanticIntent": {
1875
+ "name": "Red 400",
1876
+ "path": [
1877
+ "Core",
1878
+ "Red"
1879
+ ],
1880
+ "reference": null
1881
+ },
1882
+ "values": {
1883
+ "light": "#eb7383",
1884
+ "dark": "#db304e"
1885
+ },
1886
+ "resolvedValues": {
1887
+ "light": "#eb7383",
1888
+ "dark": "#db304e"
1889
+ },
1890
+ "sourcePaths": [
1891
+ "assets/styles/colors.css",
1892
+ "config/dataColors.js"
1893
+ ]
1894
+ },
1895
+ {
1896
+ "id": "core-red-50",
1897
+ "cssVariable": "--color-core-red-50",
1898
+ "category": "core",
1899
+ "semanticIntent": {
1900
+ "name": "Red 50",
1901
+ "path": [
1902
+ "Core",
1903
+ "Red"
1904
+ ],
1905
+ "reference": null
1906
+ },
1907
+ "values": {
1908
+ "light": "#fef2f3",
1909
+ "dark": "#330c12"
1910
+ },
1911
+ "resolvedValues": {
1912
+ "light": "#fef2f3",
1913
+ "dark": "#330c12"
1914
+ },
1915
+ "sourcePaths": [
1916
+ "assets/styles/colors.css",
1917
+ "config/dataColors.js"
1918
+ ]
1919
+ },
1920
+ {
1921
+ "id": "core-red-500",
1922
+ "cssVariable": "--color-core-red-500",
1923
+ "category": "core",
1924
+ "semanticIntent": {
1925
+ "name": "Red 500",
1926
+ "path": [
1927
+ "Core",
1928
+ "Red"
1929
+ ],
1930
+ "reference": null
1931
+ },
1932
+ "values": {
1933
+ "light": "#d64057",
1934
+ "dark": "#f25f74"
1935
+ },
1936
+ "resolvedValues": {
1937
+ "light": "#d64057",
1938
+ "dark": "#f25f74"
1939
+ },
1940
+ "sourcePaths": [
1941
+ "assets/styles/colors.css",
1942
+ "config/dataColors.js"
1943
+ ]
1944
+ },
1945
+ {
1946
+ "id": "core-red-600",
1947
+ "cssVariable": "--color-core-red-600",
1948
+ "category": "core",
1949
+ "semanticIntent": {
1950
+ "name": "Red 600",
1951
+ "path": [
1952
+ "Core",
1953
+ "Red"
1954
+ ],
1955
+ "reference": null
1956
+ },
1957
+ "values": {
1958
+ "light": "#c10d30",
1959
+ "dark": "#f27a8a"
1960
+ },
1961
+ "resolvedValues": {
1962
+ "light": "#c10d30",
1963
+ "dark": "#f27a8a"
1964
+ },
1965
+ "sourcePaths": [
1966
+ "assets/styles/colors.css",
1967
+ "config/dataColors.js"
1968
+ ]
1969
+ },
1970
+ {
1971
+ "id": "core-red-700",
1972
+ "cssVariable": "--color-core-red-700",
1973
+ "category": "core",
1974
+ "semanticIntent": {
1975
+ "name": "Red 700",
1976
+ "path": [
1977
+ "Core",
1978
+ "Red"
1979
+ ],
1980
+ "reference": null
1981
+ },
1982
+ "values": {
1983
+ "light": "#9a0a26",
1984
+ "dark": "#f59eaa"
1985
+ },
1986
+ "resolvedValues": {
1987
+ "light": "#9a0a26",
1988
+ "dark": "#f59eaa"
1989
+ },
1990
+ "sourcePaths": [
1991
+ "assets/styles/colors.css",
1992
+ "config/dataColors.js"
1993
+ ]
1994
+ },
1995
+ {
1996
+ "id": "core-red-800",
1997
+ "cssVariable": "--color-core-red-800",
1998
+ "category": "core",
1999
+ "semanticIntent": {
2000
+ "name": "Red 800",
2001
+ "path": [
2002
+ "Core",
2003
+ "Red"
2004
+ ],
2005
+ "reference": null
2006
+ },
2007
+ "values": {
2008
+ "light": "#74081d",
2009
+ "dark": "#f9bdc5"
2010
+ },
2011
+ "resolvedValues": {
2012
+ "light": "#74081d",
2013
+ "dark": "#f9bdc5"
2014
+ },
2015
+ "sourcePaths": [
2016
+ "assets/styles/colors.css",
2017
+ "config/dataColors.js"
2018
+ ]
2019
+ },
2020
+ {
2021
+ "id": "core-red-900",
2022
+ "cssVariable": "--color-core-red-900",
2023
+ "category": "core",
2024
+ "semanticIntent": {
2025
+ "name": "Red 900",
2026
+ "path": [
2027
+ "Core",
2028
+ "Red"
2029
+ ],
2030
+ "reference": null
2031
+ },
2032
+ "values": {
2033
+ "light": "#4d0513",
2034
+ "dark": "#fcdbe0"
2035
+ },
2036
+ "resolvedValues": {
2037
+ "light": "#4d0513",
2038
+ "dark": "#fcdbe0"
2039
+ },
2040
+ "sourcePaths": [
2041
+ "assets/styles/colors.css",
2042
+ "config/dataColors.js"
2043
+ ]
2044
+ },
2045
+ {
2046
+ "id": "core-red-950",
2047
+ "cssVariable": "--color-core-red-950",
2048
+ "category": "core",
2049
+ "semanticIntent": {
2050
+ "name": "Red 950",
2051
+ "path": [
2052
+ "Core",
2053
+ "Red"
2054
+ ],
2055
+ "reference": null
2056
+ },
2057
+ "values": {
2058
+ "light": "#27030a",
2059
+ "dark": "#fef2f3"
2060
+ },
2061
+ "resolvedValues": {
2062
+ "light": "#27030a",
2063
+ "dark": "#fef2f3"
2064
+ },
2065
+ "sourcePaths": [
2066
+ "assets/styles/colors.css",
2067
+ "config/dataColors.js"
2068
+ ]
2069
+ },
2070
+ {
2071
+ "id": "core-ui-100",
2072
+ "cssVariable": "--color-core-ui-100",
2073
+ "category": "core",
2074
+ "semanticIntent": {
2075
+ "name": "UI 100",
2076
+ "path": [
2077
+ "Core",
2078
+ "UI"
2079
+ ],
2080
+ "reference": null
2081
+ },
2082
+ "values": {
2083
+ "light": "#f9f7f3",
2084
+ "dark": "#f9f7f3"
2085
+ },
2086
+ "resolvedValues": {
2087
+ "light": "#f9f7f3",
2088
+ "dark": "#f9f7f3"
2089
+ },
2090
+ "sourcePaths": [
2091
+ "assets/styles/colors.css",
2092
+ "config/dataColors.js"
2093
+ ]
2094
+ },
2095
+ {
2096
+ "id": "core-ui-200",
2097
+ "cssVariable": "--color-core-ui-200",
2098
+ "category": "core",
2099
+ "semanticIntent": {
2100
+ "name": "UI 200",
2101
+ "path": [
2102
+ "Core",
2103
+ "UI"
2104
+ ],
2105
+ "reference": null
2106
+ },
2107
+ "values": {
2108
+ "light": "#f3f0eb",
2109
+ "dark": "#f3f0eb"
2110
+ },
2111
+ "resolvedValues": {
2112
+ "light": "#f3f0eb",
2113
+ "dark": "#f3f0eb"
2114
+ },
2115
+ "sourcePaths": [
2116
+ "assets/styles/colors.css",
2117
+ "config/dataColors.js"
2118
+ ]
2119
+ },
2120
+ {
2121
+ "id": "core-ui-300",
2122
+ "cssVariable": "--color-core-ui-300",
2123
+ "category": "core",
2124
+ "semanticIntent": {
2125
+ "name": "UI 300",
2126
+ "path": [
2127
+ "Core",
2128
+ "UI"
2129
+ ],
2130
+ "reference": null
2131
+ },
2132
+ "values": {
2133
+ "light": "#ede9e2",
2134
+ "dark": "#ede9e2"
2135
+ },
2136
+ "resolvedValues": {
2137
+ "light": "#ede9e2",
2138
+ "dark": "#ede9e2"
2139
+ },
2140
+ "sourcePaths": [
2141
+ "assets/styles/colors.css",
2142
+ "config/dataColors.js"
2143
+ ]
2144
+ },
2145
+ {
2146
+ "id": "core-ui-400",
2147
+ "cssVariable": "--color-core-ui-400",
2148
+ "category": "core",
2149
+ "semanticIntent": {
2150
+ "name": "UI 400",
2151
+ "path": [
2152
+ "Core",
2153
+ "UI"
2154
+ ],
2155
+ "reference": null
2156
+ },
2157
+ "values": {
2158
+ "light": "#beb6ac",
2159
+ "dark": "#beb6ac"
2160
+ },
2161
+ "resolvedValues": {
2162
+ "light": "#beb6ac",
2163
+ "dark": "#beb6ac"
2164
+ },
2165
+ "sourcePaths": [
2166
+ "assets/styles/colors.css",
2167
+ "config/dataColors.js"
2168
+ ]
2169
+ },
2170
+ {
2171
+ "id": "core-ui-50",
2172
+ "cssVariable": "--color-core-ui-50",
2173
+ "category": "core",
2174
+ "semanticIntent": {
2175
+ "name": "UI 50",
2176
+ "path": [
2177
+ "Core",
2178
+ "UI"
2179
+ ],
2180
+ "reference": null
2181
+ },
2182
+ "values": {
2183
+ "light": "#fbfaf7",
2184
+ "dark": "#fbfaf7"
2185
+ },
2186
+ "resolvedValues": {
2187
+ "light": "#fbfaf7",
2188
+ "dark": "#fbfaf7"
2189
+ },
2190
+ "sourcePaths": [
2191
+ "assets/styles/colors.css",
2192
+ "config/dataColors.js"
2193
+ ]
2194
+ },
2195
+ {
2196
+ "id": "core-ui-500",
2197
+ "cssVariable": "--color-core-ui-500",
2198
+ "category": "core",
2199
+ "semanticIntent": {
2200
+ "name": "UI 500",
2201
+ "path": [
2202
+ "Core",
2203
+ "UI"
2204
+ ],
2205
+ "reference": null
2206
+ },
2207
+ "values": {
2208
+ "light": "#7d7369",
2209
+ "dark": "#7d7369"
2210
+ },
2211
+ "resolvedValues": {
2212
+ "light": "#7d7369",
2213
+ "dark": "#7d7369"
2214
+ },
2215
+ "sourcePaths": [
2216
+ "assets/styles/colors.css",
2217
+ "config/dataColors.js"
2218
+ ]
2219
+ },
2220
+ {
2221
+ "id": "core-ui-600",
2222
+ "cssVariable": "--color-core-ui-600",
2223
+ "category": "core",
2224
+ "semanticIntent": {
2225
+ "name": "UI 600",
2226
+ "path": [
2227
+ "Core",
2228
+ "UI"
2229
+ ],
2230
+ "reference": null
2231
+ },
2232
+ "values": {
2233
+ "light": "#5a5248",
2234
+ "dark": "#5a5248"
2235
+ },
2236
+ "resolvedValues": {
2237
+ "light": "#5a5248",
2238
+ "dark": "#5a5248"
2239
+ },
2240
+ "sourcePaths": [
2241
+ "assets/styles/colors.css",
2242
+ "config/dataColors.js"
2243
+ ]
2244
+ },
2245
+ {
2246
+ "id": "core-ui-700",
2247
+ "cssVariable": "--color-core-ui-700",
2248
+ "category": "core",
2249
+ "semanticIntent": {
2250
+ "name": "UI 700",
2251
+ "path": [
2252
+ "Core",
2253
+ "UI"
2254
+ ],
2255
+ "reference": null
2256
+ },
2257
+ "values": {
2258
+ "light": "#3c362e",
2259
+ "dark": "#3c362e"
2260
+ },
2261
+ "resolvedValues": {
2262
+ "light": "#3c362e",
2263
+ "dark": "#3c362e"
2264
+ },
2265
+ "sourcePaths": [
2266
+ "assets/styles/colors.css",
2267
+ "config/dataColors.js"
2268
+ ]
2269
+ },
2270
+ {
2271
+ "id": "core-ui-800",
2272
+ "cssVariable": "--color-core-ui-800",
2273
+ "category": "core",
2274
+ "semanticIntent": {
2275
+ "name": "UI 800",
2276
+ "path": [
2277
+ "Core",
2278
+ "UI"
2279
+ ],
2280
+ "reference": null
2281
+ },
2282
+ "values": {
2283
+ "light": "#302b24",
2284
+ "dark": "#302b24"
2285
+ },
2286
+ "resolvedValues": {
2287
+ "light": "#302b24",
2288
+ "dark": "#302b24"
2289
+ },
2290
+ "sourcePaths": [
2291
+ "assets/styles/colors.css",
2292
+ "config/dataColors.js"
2293
+ ]
2294
+ },
2295
+ {
2296
+ "id": "core-ui-900",
2297
+ "cssVariable": "--color-core-ui-900",
2298
+ "category": "core",
2299
+ "semanticIntent": {
2300
+ "name": "UI 900",
2301
+ "path": [
2302
+ "Core",
2303
+ "UI"
2304
+ ],
2305
+ "reference": null
2306
+ },
2307
+ "values": {
2308
+ "light": "#201c17",
2309
+ "dark": "#201c17"
2310
+ },
2311
+ "resolvedValues": {
2312
+ "light": "#201c17",
2313
+ "dark": "#201c17"
2314
+ },
2315
+ "sourcePaths": [
2316
+ "assets/styles/colors.css",
2317
+ "config/dataColors.js"
2318
+ ]
2319
+ },
2320
+ {
2321
+ "id": "core-ui-950",
2322
+ "cssVariable": "--color-core-ui-950",
2323
+ "category": "core",
2324
+ "semanticIntent": {
2325
+ "name": "UI 950",
2326
+ "path": [
2327
+ "Core",
2328
+ "UI"
2329
+ ],
2330
+ "reference": null
2331
+ },
2332
+ "values": {
2333
+ "light": "#0e0c09",
2334
+ "dark": "#0e0c09"
2335
+ },
2336
+ "resolvedValues": {
2337
+ "light": "#0e0c09",
2338
+ "dark": "#0e0c09"
2339
+ },
2340
+ "sourcePaths": [
2341
+ "assets/styles/colors.css",
2342
+ "config/dataColors.js"
2343
+ ]
2344
+ },
2345
+ {
2346
+ "id": "core-white",
2347
+ "cssVariable": "--color-core-white",
2348
+ "category": "core",
2349
+ "semanticIntent": {
2350
+ "name": "White",
2351
+ "path": [
2352
+ "Core",
2353
+ "Monochrome"
2354
+ ],
2355
+ "reference": null
2356
+ },
2357
+ "values": {
2358
+ "light": "#ffffff",
2359
+ "dark": "#ffffff"
2360
+ },
2361
+ "resolvedValues": {
2362
+ "light": "#ffffff",
2363
+ "dark": "#ffffff"
2364
+ },
2365
+ "sourcePaths": [
2366
+ "assets/styles/colors.css",
2367
+ "config/dataColors.js"
2368
+ ]
2369
+ },
2370
+ {
2371
+ "id": "core-yellow-100",
2372
+ "cssVariable": "--color-core-yellow-100",
2373
+ "category": "core",
2374
+ "semanticIntent": {
2375
+ "name": "Yellow 100",
2376
+ "path": [
2377
+ "Core",
2378
+ "Yellow"
2379
+ ],
2380
+ "reference": null
2381
+ },
2382
+ "values": {
2383
+ "light": "#fff7d6",
2384
+ "dark": "#332900"
2385
+ },
2386
+ "resolvedValues": {
2387
+ "light": "#fff7d6",
2388
+ "dark": "#332900"
2389
+ },
2390
+ "sourcePaths": [
2391
+ "assets/styles/colors.css",
2392
+ "config/dataColors.js"
2393
+ ]
2394
+ },
2395
+ {
2396
+ "id": "core-yellow-200",
2397
+ "cssVariable": "--color-core-yellow-200",
2398
+ "category": "core",
2399
+ "semanticIntent": {
2400
+ "name": "Yellow 200",
2401
+ "path": [
2402
+ "Core",
2403
+ "Yellow"
2404
+ ],
2405
+ "reference": null
2406
+ },
2407
+ "values": {
2408
+ "light": "#ffedb3",
2409
+ "dark": "#4d3e00"
2410
+ },
2411
+ "resolvedValues": {
2412
+ "light": "#ffedb3",
2413
+ "dark": "#4d3e00"
2414
+ },
2415
+ "sourcePaths": [
2416
+ "assets/styles/colors.css",
2417
+ "config/dataColors.js"
2418
+ ]
2419
+ },
2420
+ {
2421
+ "id": "core-yellow-300",
2422
+ "cssVariable": "--color-core-yellow-300",
2423
+ "category": "core",
2424
+ "semanticIntent": {
2425
+ "name": "Yellow 300",
2426
+ "path": [
2427
+ "Core",
2428
+ "Yellow"
2429
+ ],
2430
+ "reference": null
2431
+ },
2432
+ "values": {
2433
+ "light": "#ffe38f",
2434
+ "dark": "#665200"
2435
+ },
2436
+ "resolvedValues": {
2437
+ "light": "#ffe38f",
2438
+ "dark": "#665200"
2439
+ },
2440
+ "sourcePaths": [
2441
+ "assets/styles/colors.css",
2442
+ "config/dataColors.js"
2443
+ ]
2444
+ },
2445
+ {
2446
+ "id": "core-yellow-400",
2447
+ "cssVariable": "--color-core-yellow-400",
2448
+ "category": "core",
2449
+ "semanticIntent": {
2450
+ "name": "Yellow 400",
2451
+ "path": [
2452
+ "Core",
2453
+ "Yellow"
2454
+ ],
2455
+ "reference": null
2456
+ },
2457
+ "values": {
2458
+ "light": "#ffd46b",
2459
+ "dark": "#806700"
2460
+ },
2461
+ "resolvedValues": {
2462
+ "light": "#ffd46b",
2463
+ "dark": "#806700"
2464
+ },
2465
+ "sourcePaths": [
2466
+ "assets/styles/colors.css",
2467
+ "config/dataColors.js"
2468
+ ]
2469
+ },
2470
+ {
2471
+ "id": "core-yellow-50",
2472
+ "cssVariable": "--color-core-yellow-50",
2473
+ "category": "core",
2474
+ "semanticIntent": {
2475
+ "name": "Yellow 50",
2476
+ "path": [
2477
+ "Core",
2478
+ "Yellow"
2479
+ ],
2480
+ "reference": null
2481
+ },
2482
+ "values": {
2483
+ "light": "#fffceb",
2484
+ "dark": "#261f00"
2485
+ },
2486
+ "resolvedValues": {
2487
+ "light": "#fffceb",
2488
+ "dark": "#261f00"
2489
+ },
2490
+ "sourcePaths": [
2491
+ "assets/styles/colors.css",
2492
+ "config/dataColors.js"
2493
+ ]
2494
+ },
2495
+ {
2496
+ "id": "core-yellow-500",
2497
+ "cssVariable": "--color-core-yellow-500",
2498
+ "category": "core",
2499
+ "semanticIntent": {
2500
+ "name": "Yellow 500",
2501
+ "path": [
2502
+ "Core",
2503
+ "Yellow"
2504
+ ],
2505
+ "reference": null
2506
+ },
2507
+ "values": {
2508
+ "light": "#ffca36",
2509
+ "dark": "#b39000"
2510
+ },
2511
+ "resolvedValues": {
2512
+ "light": "#ffca36",
2513
+ "dark": "#b39000"
2514
+ },
2515
+ "sourcePaths": [
2516
+ "assets/styles/colors.css",
2517
+ "config/dataColors.js"
2518
+ ]
2519
+ },
2520
+ {
2521
+ "id": "core-yellow-600",
2522
+ "cssVariable": "--color-core-yellow-600",
2523
+ "category": "core",
2524
+ "semanticIntent": {
2525
+ "name": "Yellow 600",
2526
+ "path": [
2527
+ "Core",
2528
+ "Yellow"
2529
+ ],
2530
+ "reference": null
2531
+ },
2532
+ "values": {
2533
+ "light": "#ffc000",
2534
+ "dark": "#e19641"
2535
+ },
2536
+ "resolvedValues": {
2537
+ "light": "#ffc000",
2538
+ "dark": "#e19641"
2539
+ },
2540
+ "sourcePaths": [
2541
+ "assets/styles/colors.css",
2542
+ "config/dataColors.js"
2543
+ ]
2544
+ },
2545
+ {
2546
+ "id": "core-yellow-700",
2547
+ "cssVariable": "--color-core-yellow-700",
2548
+ "category": "core",
2549
+ "semanticIntent": {
2550
+ "name": "Yellow 700",
2551
+ "path": [
2552
+ "Core",
2553
+ "Yellow"
2554
+ ],
2555
+ "reference": null
2556
+ },
2557
+ "values": {
2558
+ "light": "#e6ad00",
2559
+ "dark": "#ffcc33"
2560
+ },
2561
+ "resolvedValues": {
2562
+ "light": "#e6ad00",
2563
+ "dark": "#ffcc33"
2564
+ },
2565
+ "sourcePaths": [
2566
+ "assets/styles/colors.css",
2567
+ "config/dataColors.js"
2568
+ ]
2569
+ },
2570
+ {
2571
+ "id": "core-yellow-800",
2572
+ "cssVariable": "--color-core-yellow-800",
2573
+ "category": "core",
2574
+ "semanticIntent": {
2575
+ "name": "Yellow 800",
2576
+ "path": [
2577
+ "Core",
2578
+ "Yellow"
2579
+ ],
2580
+ "reference": null
2581
+ },
2582
+ "values": {
2583
+ "light": "#cc9a00",
2584
+ "dark": "#ffd652"
2585
+ },
2586
+ "resolvedValues": {
2587
+ "light": "#cc9a00",
2588
+ "dark": "#ffd652"
2589
+ },
2590
+ "sourcePaths": [
2591
+ "assets/styles/colors.css",
2592
+ "config/dataColors.js"
2593
+ ]
2594
+ },
2595
+ {
2596
+ "id": "core-yellow-900",
2597
+ "cssVariable": "--color-core-yellow-900",
2598
+ "category": "core",
2599
+ "semanticIntent": {
2600
+ "name": "Yellow 900",
2601
+ "path": [
2602
+ "Core",
2603
+ "Yellow"
2604
+ ],
2605
+ "reference": null
2606
+ },
2607
+ "values": {
2608
+ "light": "#b38700",
2609
+ "dark": "#ffe070"
2610
+ },
2611
+ "resolvedValues": {
2612
+ "light": "#b38700",
2613
+ "dark": "#ffe070"
2614
+ },
2615
+ "sourcePaths": [
2616
+ "assets/styles/colors.css",
2617
+ "config/dataColors.js"
2618
+ ]
2619
+ },
2620
+ {
2621
+ "id": "core-yellow-950",
2622
+ "cssVariable": "--color-core-yellow-950",
2623
+ "category": "core",
2624
+ "semanticIntent": {
2625
+ "name": "Yellow 950",
2626
+ "path": [
2627
+ "Core",
2628
+ "Yellow"
2629
+ ],
2630
+ "reference": null
2631
+ },
2632
+ "values": {
2633
+ "light": "#806100",
2634
+ "dark": "#ffeb8f"
2635
+ },
2636
+ "resolvedValues": {
2637
+ "light": "#806100",
2638
+ "dark": "#ffeb8f"
2639
+ },
2640
+ "sourcePaths": [
2641
+ "assets/styles/colors.css",
2642
+ "config/dataColors.js"
2643
+ ]
2644
+ },
2645
+ {
2646
+ "id": "foreground",
2647
+ "cssVariable": "--color-foreground",
2648
+ "category": "foreground",
2649
+ "semanticIntent": {
2650
+ "name": "Foreground",
2651
+ "path": [
2652
+ "foreground"
2653
+ ],
2654
+ "reference": null
2655
+ },
2656
+ "values": {
2657
+ "light": "var(--raw-color-fg-elevation-default)",
2658
+ "dark": "var(--raw-color-fg-elevation-default-dark)"
2659
+ },
2660
+ "resolvedValues": {
2661
+ "light": "var(--raw-color-fg-elevation-default)",
2662
+ "dark": "var(--raw-color-fg-elevation-default-dark)"
2663
+ },
2664
+ "sourcePaths": [
2665
+ "assets/styles/colors.css",
2666
+ "config/dataColors.js"
2667
+ ]
2668
+ },
2669
+ {
2670
+ "id": "line-attention",
2671
+ "cssVariable": "--color-line-attention",
2672
+ "category": "line",
2673
+ "semanticIntent": {
2674
+ "name": "Attention",
2675
+ "path": [
2676
+ "Semantic",
2677
+ "Border",
2678
+ "Status"
2679
+ ],
2680
+ "reference": {
2681
+ "light": "Core/Yellow 200",
2682
+ "dark": "Core/Yellow 200 Dark"
2683
+ }
2684
+ },
2685
+ "values": {
2686
+ "light": "#ffedb3",
2687
+ "dark": "#4d3e00"
2688
+ },
2689
+ "resolvedValues": {
2690
+ "light": "#ffedb3",
2691
+ "dark": "#4d3e00"
2692
+ },
2693
+ "sourcePaths": [
2694
+ "assets/styles/colors.css",
2695
+ "config/dataColors.js"
2696
+ ]
2697
+ },
2698
+ {
2699
+ "id": "line-brand",
2700
+ "cssVariable": "--color-line-brand",
2701
+ "category": "line",
2702
+ "semanticIntent": {
2703
+ "name": "Brand",
2704
+ "path": [
2705
+ "Semantic",
2706
+ "Border",
2707
+ "Brand"
2708
+ ],
2709
+ "reference": {
2710
+ "light": "Brand",
2711
+ "dark": "Brand Dark"
2712
+ }
2713
+ },
2714
+ "values": {
2715
+ "light": "#e19641",
2716
+ "dark": "#f0af5f"
2717
+ },
2718
+ "resolvedValues": {
2719
+ "light": "#e19641",
2720
+ "dark": "#f0af5f"
2721
+ },
2722
+ "sourcePaths": [
2723
+ "assets/styles/colors.css",
2724
+ "config/dataColors.js"
2725
+ ]
2726
+ },
2727
+ {
2728
+ "id": "line-brand-active",
2729
+ "cssVariable": "--color-line-brand-active",
2730
+ "category": "line",
2731
+ "semanticIntent": {
2732
+ "name": "Brand active",
2733
+ "path": [
2734
+ "Semantic",
2735
+ "Border",
2736
+ "Brand"
2737
+ ],
2738
+ "reference": {
2739
+ "light": "Brand Light",
2740
+ "dark": "Brand Light Dark"
2741
+ }
2742
+ },
2743
+ "values": {
2744
+ "light": "#fffaf3",
2745
+ "dark": "#6e4114"
2746
+ },
2747
+ "resolvedValues": {
2748
+ "light": "#fffaf3",
2749
+ "dark": "#6e4114"
2750
+ },
2751
+ "sourcePaths": [
2752
+ "assets/styles/colors.css",
2753
+ "config/dataColors.js"
2754
+ ]
2755
+ },
2756
+ {
2757
+ "id": "line-brand-disabled",
2758
+ "cssVariable": "--color-line-brand-disabled",
2759
+ "category": "line",
2760
+ "semanticIntent": {
2761
+ "name": "Brand disabled",
2762
+ "path": [
2763
+ "Semantic",
2764
+ "Border",
2765
+ "Brand"
2766
+ ],
2767
+ "reference": {
2768
+ "light": "Brand Light",
2769
+ "dark": "Brand Light Dark"
2770
+ }
2771
+ },
2772
+ "values": {
2773
+ "light": "#fffaf3",
2774
+ "dark": "#6e4114"
2775
+ },
2776
+ "resolvedValues": {
2777
+ "light": "#fffaf3",
2778
+ "dark": "#6e4114"
2779
+ },
2780
+ "sourcePaths": [
2781
+ "assets/styles/colors.css",
2782
+ "config/dataColors.js"
2783
+ ]
2784
+ },
2785
+ {
2786
+ "id": "line-brand-hover",
2787
+ "cssVariable": "--color-line-brand-hover",
2788
+ "category": "line",
2789
+ "semanticIntent": {
2790
+ "name": "Brand hover",
2791
+ "path": [
2792
+ "Semantic",
2793
+ "Border",
2794
+ "Brand"
2795
+ ],
2796
+ "reference": {
2797
+ "light": "Brand",
2798
+ "dark": "Brand Dark"
2799
+ }
2800
+ },
2801
+ "values": {
2802
+ "light": "#e19641",
2803
+ "dark": "#f0af5f"
2804
+ },
2805
+ "resolvedValues": {
2806
+ "light": "#e19641",
2807
+ "dark": "#f0af5f"
2808
+ },
2809
+ "sourcePaths": [
2810
+ "assets/styles/colors.css",
2811
+ "config/dataColors.js"
2812
+ ]
2813
+ },
2814
+ {
2815
+ "id": "line-default",
2816
+ "cssVariable": "--color-line-default",
2817
+ "category": "line",
2818
+ "semanticIntent": {
2819
+ "name": "Default",
2820
+ "path": [
2821
+ "Semantic",
2822
+ "Border",
2823
+ "Default"
2824
+ ],
2825
+ "reference": {
2826
+ "light": "Core/UI 300",
2827
+ "dark": "Core/UI 700"
2828
+ }
2829
+ },
2830
+ "values": {
2831
+ "light": "#ede9e2",
2832
+ "dark": "#3c362e"
2833
+ },
2834
+ "resolvedValues": {
2835
+ "light": "#ede9e2",
2836
+ "dark": "#3c362e"
2837
+ },
2838
+ "sourcePaths": [
2839
+ "assets/styles/colors.css",
2840
+ "config/dataColors.js"
2841
+ ]
2842
+ },
2843
+ {
2844
+ "id": "line-error",
2845
+ "cssVariable": "--color-line-error",
2846
+ "category": "line",
2847
+ "semanticIntent": {
2848
+ "name": "Error",
2849
+ "path": [
2850
+ "Semantic",
2851
+ "Border",
2852
+ "Status"
2853
+ ],
2854
+ "reference": {
2855
+ "light": "Core/Red 200",
2856
+ "dark": "Core/Red 200 Dark"
2857
+ }
2858
+ },
2859
+ "values": {
2860
+ "light": "#fbccd2",
2861
+ "dark": "#801c2d"
2862
+ },
2863
+ "resolvedValues": {
2864
+ "light": "#fbccd2",
2865
+ "dark": "#801c2d"
2866
+ },
2867
+ "sourcePaths": [
2868
+ "assets/styles/colors.css",
2869
+ "config/dataColors.js"
2870
+ ]
2871
+ },
2872
+ {
2873
+ "id": "line-focus",
2874
+ "cssVariable": "--color-line-focus",
2875
+ "category": "line",
2876
+ "semanticIntent": {
2877
+ "name": "Focus",
2878
+ "path": [
2879
+ "Semantic",
2880
+ "Border",
2881
+ "Interactive"
2882
+ ],
2883
+ "reference": {
2884
+ "light": "Core/UI 500",
2885
+ "dark": "Core/UI 400"
2886
+ }
2887
+ },
2888
+ "values": {
2889
+ "light": "#7d7369",
2890
+ "dark": "#beb6ac"
2891
+ },
2892
+ "resolvedValues": {
2893
+ "light": "#7d7369",
2894
+ "dark": "#beb6ac"
2895
+ },
2896
+ "sourcePaths": [
2897
+ "assets/styles/colors.css",
2898
+ "config/dataColors.js"
2899
+ ]
2900
+ },
2901
+ {
2902
+ "id": "line-focus-visible",
2903
+ "cssVariable": "--color-line-focus-visible",
2904
+ "category": "line",
2905
+ "semanticIntent": {
2906
+ "name": "Focus visible",
2907
+ "path": [
2908
+ "Semantic",
2909
+ "Border",
2910
+ "Interactive"
2911
+ ],
2912
+ "reference": {
2913
+ "light": "Brand",
2914
+ "dark": "Brand Strong Dark"
2915
+ }
2916
+ },
2917
+ "values": {
2918
+ "light": "#e19641",
2919
+ "dark": "#ffe1b4"
2920
+ },
2921
+ "resolvedValues": {
2922
+ "light": "#e19641",
2923
+ "dark": "#ffe1b4"
2924
+ },
2925
+ "sourcePaths": [
2926
+ "assets/styles/colors.css",
2927
+ "config/dataColors.js"
2928
+ ]
2929
+ },
2930
+ {
2931
+ "id": "line-highlight",
2932
+ "cssVariable": "--color-line-highlight",
2933
+ "category": "line",
2934
+ "semanticIntent": {
2935
+ "name": "Line Highlight",
2936
+ "path": [
2937
+ "line"
2938
+ ],
2939
+ "reference": null
2940
+ },
2941
+ "values": {
2942
+ "light": "color-mix(in srgb, var(--raw-color-border-strong) 50%, transparent)",
2943
+ "dark": "color-mix(in srgb, var(--raw-color-border-strong-dark) 50%, transparent)"
2944
+ },
2945
+ "resolvedValues": {
2946
+ "light": "color-mix(in srgb, var(--raw-color-border-strong) 50%, transparent)",
2947
+ "dark": "color-mix(in srgb, var(--raw-color-border-strong-dark) 50%, transparent)"
2948
+ },
2949
+ "sourcePaths": [
2950
+ "assets/styles/colors.css",
2951
+ "config/dataColors.js"
2952
+ ]
2953
+ },
2954
+ {
2955
+ "id": "line-hover",
2956
+ "cssVariable": "--color-line-hover",
2957
+ "category": "line",
2958
+ "semanticIntent": {
2959
+ "name": "Line Hover",
2960
+ "path": [
2961
+ "line"
2962
+ ],
2963
+ "reference": null
2964
+ },
2965
+ "values": {
2966
+ "light": "#beb6ac",
2967
+ "dark": "#7d7369"
2968
+ },
2969
+ "resolvedValues": {
2970
+ "light": "#beb6ac",
2971
+ "dark": "#7d7369"
2972
+ },
2973
+ "sourcePaths": [
2974
+ "assets/styles/colors.css",
2975
+ "config/dataColors.js"
2976
+ ]
2977
+ },
2978
+ {
2979
+ "id": "line-info",
2980
+ "cssVariable": "--color-line-info",
2981
+ "category": "line",
2982
+ "semanticIntent": {
2983
+ "name": "Info",
2984
+ "path": [
2985
+ "Semantic",
2986
+ "Border",
2987
+ "Status"
2988
+ ],
2989
+ "reference": {
2990
+ "light": "Core/Blue 200",
2991
+ "dark": "Core/Blue 300 Dark"
2992
+ }
2993
+ },
2994
+ "values": {
2995
+ "light": "#cddaff",
2996
+ "dark": "#3360a8"
2997
+ },
2998
+ "resolvedValues": {
2999
+ "light": "#cddaff",
3000
+ "dark": "#3360a8"
3001
+ },
3002
+ "sourcePaths": [
3003
+ "assets/styles/colors.css",
3004
+ "config/dataColors.js"
3005
+ ]
3006
+ },
3007
+ {
3008
+ "id": "line-neutral",
3009
+ "cssVariable": "--color-line-neutral",
3010
+ "category": "line",
3011
+ "semanticIntent": {
3012
+ "name": "Neutral",
3013
+ "path": [
3014
+ "Semantic",
3015
+ "Border",
3016
+ "Status"
3017
+ ],
3018
+ "reference": {
3019
+ "light": "Core/UI 400",
3020
+ "dark": "Core/UI 500"
3021
+ }
3022
+ },
3023
+ "values": {
3024
+ "light": "#beb6ac",
3025
+ "dark": "#7d7369"
3026
+ },
3027
+ "resolvedValues": {
3028
+ "light": "#ede9e2",
3029
+ "dark": "#7d7369"
3030
+ },
3031
+ "sourcePaths": [
3032
+ "assets/styles/colors.css",
3033
+ "config/dataColors.js"
3034
+ ]
3035
+ },
3036
+ {
3037
+ "id": "line-strong",
3038
+ "cssVariable": "--color-line-strong",
3039
+ "category": "line",
3040
+ "semanticIntent": {
3041
+ "name": "Strong",
3042
+ "path": [
3043
+ "Semantic",
3044
+ "Border",
3045
+ "Default"
3046
+ ],
3047
+ "reference": {
3048
+ "light": "Core/UI 400",
3049
+ "dark": "Core/UI 500"
3050
+ }
3051
+ },
3052
+ "values": {
3053
+ "light": "#beb6ac",
3054
+ "dark": "#7d7369"
3055
+ },
3056
+ "resolvedValues": {
3057
+ "light": "#beb6ac",
3058
+ "dark": "#7d7369"
3059
+ },
3060
+ "sourcePaths": [
3061
+ "assets/styles/colors.css",
3062
+ "config/dataColors.js"
3063
+ ]
3064
+ },
3065
+ {
3066
+ "id": "line-subtle",
3067
+ "cssVariable": "--color-line-subtle",
3068
+ "category": "line",
3069
+ "semanticIntent": {
3070
+ "name": "Subtle",
3071
+ "path": [
3072
+ "Semantic",
3073
+ "Border",
3074
+ "Default"
3075
+ ],
3076
+ "reference": {
3077
+ "light": "Core/UI 200",
3078
+ "dark": "Core/UI 800"
3079
+ }
3080
+ },
3081
+ "values": {
3082
+ "light": "#f3f0eb",
3083
+ "dark": "#302b24"
3084
+ },
3085
+ "resolvedValues": {
3086
+ "light": "#f3f0eb",
3087
+ "dark": "#302b24"
3088
+ },
3089
+ "sourcePaths": [
3090
+ "assets/styles/colors.css",
3091
+ "config/dataColors.js"
3092
+ ]
3093
+ },
3094
+ {
3095
+ "id": "line-success",
3096
+ "cssVariable": "--color-line-success",
3097
+ "category": "line",
3098
+ "semanticIntent": {
3099
+ "name": "Success",
3100
+ "path": [
3101
+ "Semantic",
3102
+ "Border",
3103
+ "Status"
3104
+ ],
3105
+ "reference": {
3106
+ "light": "Core/Green 200",
3107
+ "dark": "Core/Green 200 Dark"
3108
+ }
3109
+ },
3110
+ "values": {
3111
+ "light": "#bee1d2",
3112
+ "dark": "#196449"
3113
+ },
3114
+ "resolvedValues": {
3115
+ "light": "#bee1d2",
3116
+ "dark": "#196449"
3117
+ },
3118
+ "sourcePaths": [
3119
+ "assets/styles/colors.css",
3120
+ "config/dataColors.js"
3121
+ ]
3122
+ },
3123
+ {
3124
+ "id": "line-warning",
3125
+ "cssVariable": "--color-line-warning",
3126
+ "category": "line",
3127
+ "semanticIntent": {
3128
+ "name": "Warning",
3129
+ "path": [
3130
+ "Semantic",
3131
+ "Border",
3132
+ "Status"
3133
+ ],
3134
+ "reference": {
3135
+ "light": "Core/Orange 200",
3136
+ "dark": "Core/Orange 200 Dark"
3137
+ }
3138
+ },
3139
+ "values": {
3140
+ "light": "#ffddc7",
3141
+ "dark": "#8f321e"
3142
+ },
3143
+ "resolvedValues": {
3144
+ "light": "#ffddc7",
3145
+ "dark": "#8f321e"
3146
+ },
3147
+ "sourcePaths": [
3148
+ "assets/styles/colors.css",
3149
+ "config/dataColors.js"
3150
+ ]
3151
+ },
3152
+ {
3153
+ "id": "text-attention",
3154
+ "cssVariable": "--color-text-attention",
3155
+ "category": "text",
3156
+ "semanticIntent": {
3157
+ "name": "Attention",
3158
+ "path": [
3159
+ "Semantic",
3160
+ "Text"
3161
+ ],
3162
+ "reference": {
3163
+ "light": "Core/Yellow 950",
3164
+ "dark": "Core/Yellow 700 Dark"
3165
+ }
3166
+ },
3167
+ "values": {
3168
+ "light": "#806100",
3169
+ "dark": "#ffcc33"
3170
+ },
3171
+ "resolvedValues": {
3172
+ "light": "#806100",
3173
+ "dark": "#ffcc33"
3174
+ },
3175
+ "sourcePaths": [
3176
+ "assets/styles/colors.css",
3177
+ "config/dataColors.js"
3178
+ ]
3179
+ },
3180
+ {
3181
+ "id": "text-brand",
3182
+ "cssVariable": "--color-text-brand",
3183
+ "category": "text",
3184
+ "semanticIntent": {
3185
+ "name": "Text Brand",
3186
+ "path": [
3187
+ "text"
3188
+ ],
3189
+ "reference": null
3190
+ },
3191
+ "values": {
3192
+ "light": "#e19641",
3193
+ "dark": "#f0af5f"
3194
+ },
3195
+ "resolvedValues": {
3196
+ "light": "#e19641",
3197
+ "dark": "#f0af5f"
3198
+ },
3199
+ "sourcePaths": [
3200
+ "assets/styles/colors.css",
3201
+ "config/dataColors.js"
3202
+ ]
3203
+ },
3204
+ {
3205
+ "id": "text-brand-active",
3206
+ "cssVariable": "--color-text-brand-active",
3207
+ "category": "text",
3208
+ "semanticIntent": {
3209
+ "name": "Text Brand Active",
3210
+ "path": [
3211
+ "text"
3212
+ ],
3213
+ "reference": null
3214
+ },
3215
+ "values": {
3216
+ "light": "#a55a14",
3217
+ "dark": "#ffe1b4"
3218
+ },
3219
+ "resolvedValues": {
3220
+ "light": "#a55a14",
3221
+ "dark": "#ffe1b4"
3222
+ },
3223
+ "sourcePaths": [
3224
+ "assets/styles/colors.css",
3225
+ "config/dataColors.js"
3226
+ ]
3227
+ },
3228
+ {
3229
+ "id": "text-brand-disabled",
3230
+ "cssVariable": "--color-text-brand-disabled",
3231
+ "category": "text",
3232
+ "semanticIntent": {
3233
+ "name": "Text Brand Disabled",
3234
+ "path": [
3235
+ "text"
3236
+ ],
3237
+ "reference": null
3238
+ },
3239
+ "values": {
3240
+ "light": "#fffaf3",
3241
+ "dark": "#6e4114"
3242
+ },
3243
+ "resolvedValues": {
3244
+ "light": "#fffaf3",
3245
+ "dark": "#6e4114"
3246
+ },
3247
+ "sourcePaths": [
3248
+ "assets/styles/colors.css",
3249
+ "config/dataColors.js"
3250
+ ]
3251
+ },
3252
+ {
3253
+ "id": "text-brand-hover",
3254
+ "cssVariable": "--color-text-brand-hover",
3255
+ "category": "text",
3256
+ "semanticIntent": {
3257
+ "name": "Text Brand Hover",
3258
+ "path": [
3259
+ "text"
3260
+ ],
3261
+ "reference": null
3262
+ },
3263
+ "values": {
3264
+ "light": "#eeb473",
3265
+ "dark": "#c88237"
3266
+ },
3267
+ "resolvedValues": {
3268
+ "light": "#eeb473",
3269
+ "dark": "#c88237"
3270
+ },
3271
+ "sourcePaths": [
3272
+ "assets/styles/colors.css",
3273
+ "config/dataColors.js"
3274
+ ]
3275
+ },
3276
+ {
3277
+ "id": "text-default",
3278
+ "cssVariable": "--color-text-default",
3279
+ "category": "text",
3280
+ "semanticIntent": {
3281
+ "name": "Default",
3282
+ "path": [
3283
+ "Semantic",
3284
+ "Text"
3285
+ ],
3286
+ "reference": {
3287
+ "light": "Core/UI 900",
3288
+ "dark": "Core/White"
3289
+ }
3290
+ },
3291
+ "values": {
3292
+ "light": "#302b24",
3293
+ "dark": "#ffffff"
3294
+ },
3295
+ "resolvedValues": {
3296
+ "light": "#302b24",
3297
+ "dark": "#ffffff"
3298
+ },
3299
+ "sourcePaths": [
3300
+ "assets/styles/colors.css",
3301
+ "config/dataColors.js"
3302
+ ]
3303
+ },
3304
+ {
3305
+ "id": "text-disabled",
3306
+ "cssVariable": "--color-text-disabled",
3307
+ "category": "text",
3308
+ "semanticIntent": {
3309
+ "name": "Disabled",
3310
+ "path": [
3311
+ "Semantic",
3312
+ "Text"
3313
+ ],
3314
+ "reference": {
3315
+ "light": "Core/UI 400",
3316
+ "dark": "Core/UI 500"
3317
+ }
3318
+ },
3319
+ "values": {
3320
+ "light": "#beb6ac",
3321
+ "dark": "#7d7369"
3322
+ },
3323
+ "resolvedValues": {
3324
+ "light": "#beb6ac",
3325
+ "dark": "#7d7369"
3326
+ },
3327
+ "sourcePaths": [
3328
+ "assets/styles/colors.css",
3329
+ "config/dataColors.js"
3330
+ ]
3331
+ },
3332
+ {
3333
+ "id": "text-error",
3334
+ "cssVariable": "--color-text-error",
3335
+ "category": "text",
3336
+ "semanticIntent": {
3337
+ "name": "Error",
3338
+ "path": [
3339
+ "Semantic",
3340
+ "Text"
3341
+ ],
3342
+ "reference": {
3343
+ "light": "Core/Red 600",
3344
+ "dark": "Core/Red 700 Dark"
3345
+ }
3346
+ },
3347
+ "values": {
3348
+ "light": "#c10d30",
3349
+ "dark": "#f59eaa"
3350
+ },
3351
+ "resolvedValues": {
3352
+ "light": "#c10d30",
3353
+ "dark": "#f59eaa"
3354
+ },
3355
+ "sourcePaths": [
3356
+ "assets/styles/colors.css",
3357
+ "config/dataColors.js"
3358
+ ]
3359
+ },
3360
+ {
3361
+ "id": "text-info",
3362
+ "cssVariable": "--color-text-info",
3363
+ "category": "text",
3364
+ "semanticIntent": {
3365
+ "name": "Info",
3366
+ "path": [
3367
+ "Semantic",
3368
+ "Text"
3369
+ ],
3370
+ "reference": {
3371
+ "light": "Core/Blue 600",
3372
+ "dark": "Core/Blue 700 Dark"
3373
+ }
3374
+ },
3375
+ "values": {
3376
+ "light": "#2256e4",
3377
+ "dark": "#9fb8ff"
3378
+ },
3379
+ "resolvedValues": {
3380
+ "light": "#2256e4",
3381
+ "dark": "#9fb8ff"
3382
+ },
3383
+ "sourcePaths": [
3384
+ "assets/styles/colors.css",
3385
+ "config/dataColors.js"
3386
+ ]
3387
+ },
3388
+ {
3389
+ "id": "text-inverted",
3390
+ "cssVariable": "--color-text-inverted",
3391
+ "category": "text",
3392
+ "semanticIntent": {
3393
+ "name": "Text Inverted",
3394
+ "path": [
3395
+ "text"
3396
+ ],
3397
+ "reference": null
3398
+ },
3399
+ "values": {
3400
+ "light": "#ffffff",
3401
+ "dark": "#302b24"
3402
+ },
3403
+ "resolvedValues": {
3404
+ "light": "#ffffff",
3405
+ "dark": "#302b24"
3406
+ },
3407
+ "sourcePaths": [
3408
+ "assets/styles/colors.css",
3409
+ "config/dataColors.js"
3410
+ ]
3411
+ },
3412
+ {
3413
+ "id": "text-link",
3414
+ "cssVariable": "--color-text-link",
3415
+ "category": "text",
3416
+ "semanticIntent": {
3417
+ "name": "Link",
3418
+ "path": [
3419
+ "Semantic",
3420
+ "Text"
3421
+ ],
3422
+ "reference": {
3423
+ "light": "Brand",
3424
+ "dark": "Brand Dark"
3425
+ }
3426
+ },
3427
+ "values": {
3428
+ "light": "#e19641",
3429
+ "dark": "#f0af5f"
3430
+ },
3431
+ "resolvedValues": {
3432
+ "light": "#e19641",
3433
+ "dark": "#f0af5f"
3434
+ },
3435
+ "sourcePaths": [
3436
+ "assets/styles/colors.css",
3437
+ "config/dataColors.js"
3438
+ ]
3439
+ },
3440
+ {
3441
+ "id": "text-link-active",
3442
+ "cssVariable": "--color-text-link-active",
3443
+ "category": "text",
3444
+ "semanticIntent": {
3445
+ "name": "Text Link Active",
3446
+ "path": [
3447
+ "text"
3448
+ ],
3449
+ "reference": null
3450
+ },
3451
+ "values": {
3452
+ "light": "#a55a14",
3453
+ "dark": "#ffe1b4"
3454
+ },
3455
+ "resolvedValues": {
3456
+ "light": "#a55a14",
3457
+ "dark": "#ffe1b4"
3458
+ },
3459
+ "sourcePaths": [
3460
+ "assets/styles/colors.css",
3461
+ "config/dataColors.js"
3462
+ ]
3463
+ },
3464
+ {
3465
+ "id": "text-link-hover",
3466
+ "cssVariable": "--color-text-link-hover",
3467
+ "category": "text",
3468
+ "semanticIntent": {
3469
+ "name": "Link hover",
3470
+ "path": [
3471
+ "Semantic",
3472
+ "Text"
3473
+ ],
3474
+ "reference": {
3475
+ "light": "Brand Moderate",
3476
+ "dark": "Brand Moderate Dark"
3477
+ }
3478
+ },
3479
+ "values": {
3480
+ "light": "#eeb473",
3481
+ "dark": "#c88237"
3482
+ },
3483
+ "resolvedValues": {
3484
+ "light": "#eeb473",
3485
+ "dark": "#c88237"
3486
+ },
3487
+ "sourcePaths": [
3488
+ "assets/styles/colors.css",
3489
+ "config/dataColors.js"
3490
+ ]
3491
+ },
3492
+ {
3493
+ "id": "text-neutral",
3494
+ "cssVariable": "--color-text-neutral",
3495
+ "category": "text",
3496
+ "semanticIntent": {
3497
+ "name": "Text Neutral",
3498
+ "path": [
3499
+ "text"
3500
+ ],
3501
+ "reference": null
3502
+ },
3503
+ "values": {
3504
+ "light": "#3c362e",
3505
+ "dark": "var(--raw-color-core-ui-700-dark)"
3506
+ },
3507
+ "resolvedValues": {
3508
+ "light": "#3c362e",
3509
+ "dark": "var(--raw-color-core-ui-700-dark)"
3510
+ },
3511
+ "sourcePaths": [
3512
+ "assets/styles/colors.css",
3513
+ "config/dataColors.js"
3514
+ ]
3515
+ },
3516
+ {
3517
+ "id": "text-secondary",
3518
+ "cssVariable": "--color-text-secondary",
3519
+ "category": "text",
3520
+ "semanticIntent": {
3521
+ "name": "Secondary",
3522
+ "path": [
3523
+ "Semantic",
3524
+ "Text"
3525
+ ],
3526
+ "reference": {
3527
+ "light": "Core/UI 600",
3528
+ "dark": "Core/UI 300"
3529
+ }
3530
+ },
3531
+ "values": {
3532
+ "light": "#5a5248",
3533
+ "dark": "#ede9e2"
3534
+ },
3535
+ "resolvedValues": {
3536
+ "light": "#5a5248",
3537
+ "dark": "#ede9e2"
3538
+ },
3539
+ "sourcePaths": [
3540
+ "assets/styles/colors.css",
3541
+ "config/dataColors.js"
3542
+ ]
3543
+ },
3544
+ {
3545
+ "id": "text-success",
3546
+ "cssVariable": "--color-text-success",
3547
+ "category": "text",
3548
+ "semanticIntent": {
3549
+ "name": "Success",
3550
+ "path": [
3551
+ "Semantic",
3552
+ "Text"
3553
+ ],
3554
+ "reference": {
3555
+ "light": "Core/Green 700",
3556
+ "dark": "Core/Green 700 Dark"
3557
+ }
3558
+ },
3559
+ "values": {
3560
+ "light": "#167350",
3561
+ "dark": "#99d3ba"
3562
+ },
3563
+ "resolvedValues": {
3564
+ "light": "#167350",
3565
+ "dark": "#99d3ba"
3566
+ },
3567
+ "sourcePaths": [
3568
+ "assets/styles/colors.css",
3569
+ "config/dataColors.js"
3570
+ ]
3571
+ },
3572
+ {
3573
+ "id": "text-tertiary",
3574
+ "cssVariable": "--color-text-tertiary",
3575
+ "category": "text",
3576
+ "semanticIntent": {
3577
+ "name": "Tertiary",
3578
+ "path": [
3579
+ "Semantic",
3580
+ "Text"
3581
+ ],
3582
+ "reference": {
3583
+ "light": "Core/UI 500",
3584
+ "dark": "Core/UI 400"
3585
+ }
3586
+ },
3587
+ "values": {
3588
+ "light": "#7d7369",
3589
+ "dark": "#beb6ac"
3590
+ },
3591
+ "resolvedValues": {
3592
+ "light": "#7d7369",
3593
+ "dark": "#beb6ac"
3594
+ },
3595
+ "sourcePaths": [
3596
+ "assets/styles/colors.css",
3597
+ "config/dataColors.js"
3598
+ ]
3599
+ },
3600
+ {
3601
+ "id": "text-warning",
3602
+ "cssVariable": "--color-text-warning",
3603
+ "category": "text",
3604
+ "semanticIntent": {
3605
+ "name": "Warning",
3606
+ "path": [
3607
+ "Semantic",
3608
+ "Text"
3609
+ ],
3610
+ "reference": {
3611
+ "light": "Core/Orange 700",
3612
+ "dark": "Core/Orange 700 Dark"
3613
+ }
3614
+ },
3615
+ "values": {
3616
+ "light": "#be4328",
3617
+ "dark": "#ffc5a3"
3618
+ },
3619
+ "resolvedValues": {
3620
+ "light": "#be4328",
3621
+ "dark": "#ffc5a3"
3622
+ },
3623
+ "sourcePaths": [
3624
+ "assets/styles/colors.css",
3625
+ "config/dataColors.js"
3626
+ ]
3627
+ }
3628
+ ]
3629
+ }