@atlaskit/tokens 1.55.0 → 1.56.1

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 (82) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/palettes-raw/palette-brand-refresh.js +2257 -0
  4. package/dist/cjs/artifacts/theme-import-map.js +13 -1
  5. package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +12 -0
  6. package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +12 -0
  7. package/dist/cjs/artifacts/token-default-values.js +2 -1
  8. package/dist/cjs/artifacts/token-names.js +2 -1
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +8727 -0
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-light-brand-refresh.js +8689 -0
  11. package/dist/cjs/get-theme-styles.js +4 -1
  12. package/dist/cjs/get-token-value.js +8 -2
  13. package/dist/cjs/get-token.js +8 -2
  14. package/dist/cjs/set-global-theme.js +1 -1
  15. package/dist/cjs/theme-config.js +19 -1
  16. package/dist/cjs/utils/get-theme-preferences.js +3 -3
  17. package/dist/cjs/utils/theme-loading.js +7 -3
  18. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  19. package/dist/es2019/artifacts/palettes-raw/palette-brand-refresh.js +2251 -0
  20. package/dist/es2019/artifacts/theme-import-map.js +6 -2
  21. package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +401 -0
  22. package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +401 -0
  23. package/dist/es2019/artifacts/token-default-values.js +2 -1
  24. package/dist/es2019/artifacts/token-names.js +2 -1
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +8721 -0
  26. package/dist/es2019/artifacts/tokens-raw/atlassian-light-brand-refresh.js +8683 -0
  27. package/dist/es2019/get-theme-styles.js +3 -2
  28. package/dist/es2019/get-token-value.js +8 -2
  29. package/dist/es2019/get-token.js +8 -2
  30. package/dist/es2019/set-global-theme.js +2 -2
  31. package/dist/es2019/theme-config.js +19 -1
  32. package/dist/es2019/utils/get-theme-preferences.js +4 -4
  33. package/dist/es2019/utils/theme-loading.js +4 -0
  34. package/dist/esm/artifacts/generated-pairs.js +2 -2
  35. package/dist/esm/artifacts/palettes-raw/palette-brand-refresh.js +2251 -0
  36. package/dist/esm/artifacts/theme-import-map.js +9 -1
  37. package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +6 -0
  38. package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +6 -0
  39. package/dist/esm/artifacts/token-default-values.js +2 -1
  40. package/dist/esm/artifacts/token-names.js +2 -1
  41. package/dist/esm/artifacts/tokens-raw/atlassian-dark-brand-refresh.js +8721 -0
  42. package/dist/esm/artifacts/tokens-raw/atlassian-light-brand-refresh.js +8683 -0
  43. package/dist/esm/get-theme-styles.js +5 -2
  44. package/dist/esm/get-token-value.js +8 -2
  45. package/dist/esm/get-token.js +8 -2
  46. package/dist/esm/set-global-theme.js +2 -2
  47. package/dist/esm/theme-config.js +19 -1
  48. package/dist/esm/utils/get-theme-preferences.js +4 -4
  49. package/dist/esm/utils/theme-loading.js +7 -3
  50. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  51. package/dist/types/artifacts/palettes-raw/palette-brand-refresh.d.ts +41 -0
  52. package/dist/types/artifacts/theme-import-map.d.ts +1 -1
  53. package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +7 -0
  54. package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +7 -0
  55. package/dist/types/artifacts/token-default-values.d.ts +2 -1
  56. package/dist/types/artifacts/token-names.d.ts +3 -1
  57. package/dist/types/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +109 -0
  58. package/dist/types/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +89 -0
  59. package/dist/types/artifacts/types-internal.d.ts +2 -2
  60. package/dist/types/artifacts/types.d.ts +2 -2
  61. package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
  62. package/dist/types/theme-config.d.ts +6 -6
  63. package/dist/types/types.d.ts +22 -1
  64. package/dist/types/utils/get-theme-preferences.d.ts +1 -1
  65. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  66. package/dist/types-ts4.5/artifacts/palettes-raw/palette-brand-refresh.d.ts +41 -0
  67. package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
  68. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +7 -0
  69. package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +7 -0
  70. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +2 -1
  71. package/dist/types-ts4.5/artifacts/token-names.d.ts +3 -1
  72. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-brand-refresh.d.ts +109 -0
  73. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-brand-refresh.d.ts +89 -0
  74. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  75. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  76. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
  77. package/dist/types-ts4.5/theme-config.d.ts +8 -4
  78. package/dist/types-ts4.5/types.d.ts +22 -1
  79. package/dist/types-ts4.5/utils/get-theme-preferences.d.ts +1 -1
  80. package/figma/atlassian-dark-brand-refresh.json +3558 -0
  81. package/figma/atlassian-light-brand-refresh.json +3537 -0
  82. package/package.json +5 -1
@@ -0,0 +1,2251 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a06fa043504c1e55d9871df9eab477b6>>
4
+ * @codegenCommand yarn build tokens
5
+ */
6
+ var tokens = [{
7
+ "value": "#EFFFD6",
8
+ "attributes": {
9
+ "group": "palette",
10
+ "category": "lime"
11
+ },
12
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
13
+ "isSource": true,
14
+ "original": {
15
+ "value": "#EFFFD6",
16
+ "attributes": {
17
+ "group": "palette",
18
+ "category": "lime"
19
+ }
20
+ },
21
+ "name": "color.palette.Lime100",
22
+ "path": ["color", "palette", "Lime100"]
23
+ }, {
24
+ "value": "#D3F1A7",
25
+ "attributes": {
26
+ "group": "palette",
27
+ "category": "lime"
28
+ },
29
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
30
+ "isSource": true,
31
+ "original": {
32
+ "value": "#D3F1A7",
33
+ "attributes": {
34
+ "group": "palette",
35
+ "category": "lime"
36
+ }
37
+ },
38
+ "name": "color.palette.Lime200",
39
+ "path": ["color", "palette", "Lime200"]
40
+ }, {
41
+ "value": "#B3DF72",
42
+ "attributes": {
43
+ "group": "palette",
44
+ "category": "lime"
45
+ },
46
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
47
+ "isSource": true,
48
+ "original": {
49
+ "value": "#B3DF72",
50
+ "attributes": {
51
+ "group": "palette",
52
+ "category": "lime"
53
+ }
54
+ },
55
+ "name": "color.palette.Lime300",
56
+ "path": ["color", "palette", "Lime300"]
57
+ }, {
58
+ "value": "#94C748",
59
+ "attributes": {
60
+ "group": "palette",
61
+ "category": "lime"
62
+ },
63
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
64
+ "isSource": true,
65
+ "original": {
66
+ "value": "#94C748",
67
+ "attributes": {
68
+ "group": "palette",
69
+ "category": "lime"
70
+ }
71
+ },
72
+ "name": "color.palette.Lime400",
73
+ "path": ["color", "palette", "Lime400"]
74
+ }, {
75
+ "value": "#82B536",
76
+ "attributes": {
77
+ "group": "palette",
78
+ "category": "lime"
79
+ },
80
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
81
+ "isSource": true,
82
+ "original": {
83
+ "value": "#82B536",
84
+ "attributes": {
85
+ "group": "palette",
86
+ "category": "lime"
87
+ }
88
+ },
89
+ "name": "color.palette.Lime500",
90
+ "path": ["color", "palette", "Lime500"]
91
+ }, {
92
+ "value": "#6A9A23",
93
+ "attributes": {
94
+ "group": "palette",
95
+ "category": "lime"
96
+ },
97
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
98
+ "isSource": true,
99
+ "original": {
100
+ "value": "#6A9A23",
101
+ "attributes": {
102
+ "group": "palette",
103
+ "category": "lime"
104
+ }
105
+ },
106
+ "name": "color.palette.Lime600",
107
+ "path": ["color", "palette", "Lime600"]
108
+ }, {
109
+ "value": "#5B7F24",
110
+ "attributes": {
111
+ "group": "palette",
112
+ "category": "lime"
113
+ },
114
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
115
+ "isSource": true,
116
+ "original": {
117
+ "value": "#5B7F24",
118
+ "attributes": {
119
+ "group": "palette",
120
+ "category": "lime"
121
+ }
122
+ },
123
+ "name": "color.palette.Lime700",
124
+ "path": ["color", "palette", "Lime700"]
125
+ }, {
126
+ "value": "#4C6B1F",
127
+ "attributes": {
128
+ "group": "palette",
129
+ "category": "lime"
130
+ },
131
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
132
+ "isSource": true,
133
+ "original": {
134
+ "value": "#4C6B1F",
135
+ "attributes": {
136
+ "group": "palette",
137
+ "category": "lime"
138
+ }
139
+ },
140
+ "name": "color.palette.Lime800",
141
+ "path": ["color", "palette", "Lime800"]
142
+ }, {
143
+ "value": "#37471F",
144
+ "attributes": {
145
+ "group": "palette",
146
+ "category": "lime"
147
+ },
148
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
149
+ "isSource": true,
150
+ "original": {
151
+ "value": "#37471F",
152
+ "attributes": {
153
+ "group": "palette",
154
+ "category": "lime"
155
+ }
156
+ },
157
+ "name": "color.palette.Lime900",
158
+ "path": ["color", "palette", "Lime900"]
159
+ }, {
160
+ "value": "#28311B",
161
+ "attributes": {
162
+ "group": "palette",
163
+ "category": "lime"
164
+ },
165
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
166
+ "isSource": true,
167
+ "original": {
168
+ "value": "#28311B",
169
+ "attributes": {
170
+ "group": "palette",
171
+ "category": "lime"
172
+ }
173
+ },
174
+ "name": "color.palette.Lime1000",
175
+ "path": ["color", "palette", "Lime1000"]
176
+ }, {
177
+ "value": "#FFECEB",
178
+ "attributes": {
179
+ "group": "palette",
180
+ "category": "red"
181
+ },
182
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
183
+ "isSource": true,
184
+ "original": {
185
+ "value": "#FFECEB",
186
+ "attributes": {
187
+ "group": "palette",
188
+ "category": "red"
189
+ }
190
+ },
191
+ "name": "color.palette.Red100",
192
+ "path": ["color", "palette", "Red100"]
193
+ }, {
194
+ "value": "#FFD5D2",
195
+ "attributes": {
196
+ "group": "palette",
197
+ "category": "red"
198
+ },
199
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
200
+ "isSource": true,
201
+ "original": {
202
+ "value": "#FFD5D2",
203
+ "attributes": {
204
+ "group": "palette",
205
+ "category": "red"
206
+ }
207
+ },
208
+ "name": "color.palette.Red200",
209
+ "path": ["color", "palette", "Red200"]
210
+ }, {
211
+ "value": "#FD9891",
212
+ "attributes": {
213
+ "group": "palette",
214
+ "category": "red"
215
+ },
216
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
217
+ "isSource": true,
218
+ "original": {
219
+ "value": "#FD9891",
220
+ "attributes": {
221
+ "group": "palette",
222
+ "category": "red"
223
+ }
224
+ },
225
+ "name": "color.palette.Red300",
226
+ "path": ["color", "palette", "Red300"]
227
+ }, {
228
+ "value": "#F87168",
229
+ "attributes": {
230
+ "group": "palette",
231
+ "category": "red"
232
+ },
233
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
234
+ "isSource": true,
235
+ "original": {
236
+ "value": "#F87168",
237
+ "attributes": {
238
+ "group": "palette",
239
+ "category": "red"
240
+ }
241
+ },
242
+ "name": "color.palette.Red400",
243
+ "path": ["color", "palette", "Red400"]
244
+ }, {
245
+ "value": "#F15B50",
246
+ "attributes": {
247
+ "group": "palette",
248
+ "category": "red"
249
+ },
250
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
251
+ "isSource": true,
252
+ "original": {
253
+ "value": "#F15B50",
254
+ "attributes": {
255
+ "group": "palette",
256
+ "category": "red"
257
+ }
258
+ },
259
+ "name": "color.palette.Red500",
260
+ "path": ["color", "palette", "Red500"]
261
+ }, {
262
+ "value": "#E2483D",
263
+ "attributes": {
264
+ "group": "palette",
265
+ "category": "red"
266
+ },
267
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
268
+ "isSource": true,
269
+ "original": {
270
+ "value": "#E2483D",
271
+ "attributes": {
272
+ "group": "palette",
273
+ "category": "red"
274
+ }
275
+ },
276
+ "name": "color.palette.Red600",
277
+ "path": ["color", "palette", "Red600"]
278
+ }, {
279
+ "value": "#C9372C",
280
+ "attributes": {
281
+ "group": "palette",
282
+ "category": "red"
283
+ },
284
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
285
+ "isSource": true,
286
+ "original": {
287
+ "value": "#C9372C",
288
+ "attributes": {
289
+ "group": "palette",
290
+ "category": "red"
291
+ }
292
+ },
293
+ "name": "color.palette.Red700",
294
+ "path": ["color", "palette", "Red700"]
295
+ }, {
296
+ "value": "#AE2E24",
297
+ "attributes": {
298
+ "group": "palette",
299
+ "category": "red"
300
+ },
301
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
302
+ "isSource": true,
303
+ "original": {
304
+ "value": "#AE2E24",
305
+ "attributes": {
306
+ "group": "palette",
307
+ "category": "red"
308
+ }
309
+ },
310
+ "name": "color.palette.Red800",
311
+ "path": ["color", "palette", "Red800"]
312
+ }, {
313
+ "value": "#5D1F1A",
314
+ "attributes": {
315
+ "group": "palette",
316
+ "category": "red"
317
+ },
318
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
319
+ "isSource": true,
320
+ "original": {
321
+ "value": "#5D1F1A",
322
+ "attributes": {
323
+ "group": "palette",
324
+ "category": "red"
325
+ }
326
+ },
327
+ "name": "color.palette.Red900",
328
+ "path": ["color", "palette", "Red900"]
329
+ }, {
330
+ "value": "#42221F",
331
+ "attributes": {
332
+ "group": "palette",
333
+ "category": "red"
334
+ },
335
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
336
+ "isSource": true,
337
+ "original": {
338
+ "value": "#42221F",
339
+ "attributes": {
340
+ "group": "palette",
341
+ "category": "red"
342
+ }
343
+ },
344
+ "name": "color.palette.Red1000",
345
+ "path": ["color", "palette", "Red1000"]
346
+ }, {
347
+ "value": "#FFF5DB",
348
+ "attributes": {
349
+ "group": "palette",
350
+ "category": "orange"
351
+ },
352
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
353
+ "isSource": true,
354
+ "original": {
355
+ "value": "#FFF5DB",
356
+ "attributes": {
357
+ "group": "palette",
358
+ "category": "orange"
359
+ }
360
+ },
361
+ "name": "color.palette.Orange100",
362
+ "path": ["color", "palette", "Orange100"]
363
+ }, {
364
+ "value": "#FCE4A6",
365
+ "attributes": {
366
+ "group": "palette",
367
+ "category": "orange"
368
+ },
369
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
370
+ "isSource": true,
371
+ "original": {
372
+ "value": "#FCE4A6",
373
+ "attributes": {
374
+ "group": "palette",
375
+ "category": "orange"
376
+ }
377
+ },
378
+ "name": "color.palette.Orange200",
379
+ "path": ["color", "palette", "Orange200"]
380
+ }, {
381
+ "value": "#FBC828",
382
+ "attributes": {
383
+ "group": "palette",
384
+ "category": "orange"
385
+ },
386
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
387
+ "isSource": true,
388
+ "original": {
389
+ "value": "#FBC828",
390
+ "attributes": {
391
+ "group": "palette",
392
+ "category": "orange"
393
+ }
394
+ },
395
+ "name": "color.palette.Orange300",
396
+ "path": ["color", "palette", "Orange300"]
397
+ }, {
398
+ "value": "#FCA700",
399
+ "attributes": {
400
+ "group": "palette",
401
+ "category": "orange"
402
+ },
403
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
404
+ "isSource": true,
405
+ "original": {
406
+ "value": "#FCA700",
407
+ "attributes": {
408
+ "group": "palette",
409
+ "category": "orange"
410
+ }
411
+ },
412
+ "name": "color.palette.Orange400",
413
+ "path": ["color", "palette", "Orange400"]
414
+ }, {
415
+ "value": "#F68909",
416
+ "attributes": {
417
+ "group": "palette",
418
+ "category": "orange"
419
+ },
420
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
421
+ "isSource": true,
422
+ "original": {
423
+ "value": "#F68909",
424
+ "attributes": {
425
+ "group": "palette",
426
+ "category": "orange"
427
+ }
428
+ },
429
+ "name": "color.palette.Orange500",
430
+ "path": ["color", "palette", "Orange500"]
431
+ }, {
432
+ "value": "#E06C00",
433
+ "attributes": {
434
+ "group": "palette",
435
+ "category": "orange"
436
+ },
437
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
438
+ "isSource": true,
439
+ "original": {
440
+ "value": "#E06C00",
441
+ "attributes": {
442
+ "group": "palette",
443
+ "category": "orange"
444
+ }
445
+ },
446
+ "name": "color.palette.Orange600",
447
+ "path": ["color", "palette", "Orange600"]
448
+ }, {
449
+ "value": "#BD5B00",
450
+ "attributes": {
451
+ "group": "palette",
452
+ "category": "orange"
453
+ },
454
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
455
+ "isSource": true,
456
+ "original": {
457
+ "value": "#BD5B00",
458
+ "attributes": {
459
+ "group": "palette",
460
+ "category": "orange"
461
+ }
462
+ },
463
+ "name": "color.palette.Orange700",
464
+ "path": ["color", "palette", "Orange700"]
465
+ }, {
466
+ "value": "#9E4C00",
467
+ "attributes": {
468
+ "group": "palette",
469
+ "category": "orange"
470
+ },
471
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
472
+ "isSource": true,
473
+ "original": {
474
+ "value": "#9E4C00",
475
+ "attributes": {
476
+ "group": "palette",
477
+ "category": "orange"
478
+ }
479
+ },
480
+ "name": "color.palette.Orange800",
481
+ "path": ["color", "palette", "Orange800"]
482
+ }, {
483
+ "value": "#693200",
484
+ "attributes": {
485
+ "group": "palette",
486
+ "category": "orange"
487
+ },
488
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
489
+ "isSource": true,
490
+ "original": {
491
+ "value": "#693200",
492
+ "attributes": {
493
+ "group": "palette",
494
+ "category": "orange"
495
+ }
496
+ },
497
+ "name": "color.palette.Orange900",
498
+ "path": ["color", "palette", "Orange900"]
499
+ }, {
500
+ "value": "#3A2C1F",
501
+ "attributes": {
502
+ "group": "palette",
503
+ "category": "orange"
504
+ },
505
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
506
+ "isSource": true,
507
+ "original": {
508
+ "value": "#3A2C1F",
509
+ "attributes": {
510
+ "group": "palette",
511
+ "category": "orange"
512
+ }
513
+ },
514
+ "name": "color.palette.Orange1000",
515
+ "path": ["color", "palette", "Orange1000"]
516
+ }, {
517
+ "value": "#FEF7C8",
518
+ "attributes": {
519
+ "group": "palette",
520
+ "category": "yellow"
521
+ },
522
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
523
+ "isSource": true,
524
+ "original": {
525
+ "value": "#FEF7C8",
526
+ "attributes": {
527
+ "group": "palette",
528
+ "category": "yellow"
529
+ }
530
+ },
531
+ "name": "color.palette.Yellow100",
532
+ "path": ["color", "palette", "Yellow100"]
533
+ }, {
534
+ "value": "#F5E989",
535
+ "attributes": {
536
+ "group": "palette",
537
+ "category": "yellow"
538
+ },
539
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
540
+ "isSource": true,
541
+ "original": {
542
+ "value": "#F5E989",
543
+ "attributes": {
544
+ "group": "palette",
545
+ "category": "yellow"
546
+ }
547
+ },
548
+ "name": "color.palette.Yellow200",
549
+ "path": ["color", "palette", "Yellow200"]
550
+ }, {
551
+ "value": "#EED12B",
552
+ "attributes": {
553
+ "group": "palette",
554
+ "category": "yellow"
555
+ },
556
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
557
+ "isSource": true,
558
+ "original": {
559
+ "value": "#EED12B",
560
+ "attributes": {
561
+ "group": "palette",
562
+ "category": "yellow"
563
+ }
564
+ },
565
+ "name": "color.palette.Yellow300",
566
+ "path": ["color", "palette", "Yellow300"]
567
+ }, {
568
+ "value": "#DDB30E",
569
+ "attributes": {
570
+ "group": "palette",
571
+ "category": "yellow"
572
+ },
573
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
574
+ "isSource": true,
575
+ "original": {
576
+ "value": "#DDB30E",
577
+ "attributes": {
578
+ "group": "palette",
579
+ "category": "yellow"
580
+ }
581
+ },
582
+ "name": "color.palette.Yellow400",
583
+ "path": ["color", "palette", "Yellow400"]
584
+ }, {
585
+ "value": "#CF9F02",
586
+ "attributes": {
587
+ "group": "palette",
588
+ "category": "yellow"
589
+ },
590
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
591
+ "isSource": true,
592
+ "original": {
593
+ "value": "#CF9F02",
594
+ "attributes": {
595
+ "group": "palette",
596
+ "category": "yellow"
597
+ }
598
+ },
599
+ "name": "color.palette.Yellow500",
600
+ "path": ["color", "palette", "Yellow500"]
601
+ }, {
602
+ "value": "#B38600",
603
+ "attributes": {
604
+ "group": "palette",
605
+ "category": "yellow"
606
+ },
607
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
608
+ "isSource": true,
609
+ "original": {
610
+ "value": "#B38600",
611
+ "attributes": {
612
+ "group": "palette",
613
+ "category": "yellow"
614
+ }
615
+ },
616
+ "name": "color.palette.Yellow600",
617
+ "path": ["color", "palette", "Yellow600"]
618
+ }, {
619
+ "value": "#946F00",
620
+ "attributes": {
621
+ "group": "palette",
622
+ "category": "yellow"
623
+ },
624
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
625
+ "isSource": true,
626
+ "original": {
627
+ "value": "#946F00",
628
+ "attributes": {
629
+ "group": "palette",
630
+ "category": "yellow"
631
+ }
632
+ },
633
+ "name": "color.palette.Yellow700",
634
+ "path": ["color", "palette", "Yellow700"]
635
+ }, {
636
+ "value": "#7F5F01",
637
+ "attributes": {
638
+ "group": "palette",
639
+ "category": "yellow"
640
+ },
641
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
642
+ "isSource": true,
643
+ "original": {
644
+ "value": "#7F5F01",
645
+ "attributes": {
646
+ "group": "palette",
647
+ "category": "yellow"
648
+ }
649
+ },
650
+ "name": "color.palette.Yellow800",
651
+ "path": ["color", "palette", "Yellow800"]
652
+ }, {
653
+ "value": "#533F04",
654
+ "attributes": {
655
+ "group": "palette",
656
+ "category": "yellow"
657
+ },
658
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
659
+ "isSource": true,
660
+ "original": {
661
+ "value": "#533F04",
662
+ "attributes": {
663
+ "group": "palette",
664
+ "category": "yellow"
665
+ }
666
+ },
667
+ "name": "color.palette.Yellow900",
668
+ "path": ["color", "palette", "Yellow900"]
669
+ }, {
670
+ "value": "#332E1B",
671
+ "attributes": {
672
+ "group": "palette",
673
+ "category": "yellow"
674
+ },
675
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
676
+ "isSource": true,
677
+ "original": {
678
+ "value": "#332E1B",
679
+ "attributes": {
680
+ "group": "palette",
681
+ "category": "yellow"
682
+ }
683
+ },
684
+ "name": "color.palette.Yellow1000",
685
+ "path": ["color", "palette", "Yellow1000"]
686
+ }, {
687
+ "value": "#DCFFF1",
688
+ "attributes": {
689
+ "group": "palette",
690
+ "category": "green"
691
+ },
692
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
693
+ "isSource": true,
694
+ "original": {
695
+ "value": "#DCFFF1",
696
+ "attributes": {
697
+ "group": "palette",
698
+ "category": "green"
699
+ }
700
+ },
701
+ "name": "color.palette.Green100",
702
+ "path": ["color", "palette", "Green100"]
703
+ }, {
704
+ "value": "#BAF3DB",
705
+ "attributes": {
706
+ "group": "palette",
707
+ "category": "green"
708
+ },
709
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
710
+ "isSource": true,
711
+ "original": {
712
+ "value": "#BAF3DB",
713
+ "attributes": {
714
+ "group": "palette",
715
+ "category": "green"
716
+ }
717
+ },
718
+ "name": "color.palette.Green200",
719
+ "path": ["color", "palette", "Green200"]
720
+ }, {
721
+ "value": "#7EE2B8",
722
+ "attributes": {
723
+ "group": "palette",
724
+ "category": "green"
725
+ },
726
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
727
+ "isSource": true,
728
+ "original": {
729
+ "value": "#7EE2B8",
730
+ "attributes": {
731
+ "group": "palette",
732
+ "category": "green"
733
+ }
734
+ },
735
+ "name": "color.palette.Green300",
736
+ "path": ["color", "palette", "Green300"]
737
+ }, {
738
+ "value": "#4BCE97",
739
+ "attributes": {
740
+ "group": "palette",
741
+ "category": "green"
742
+ },
743
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
744
+ "isSource": true,
745
+ "original": {
746
+ "value": "#4BCE97",
747
+ "attributes": {
748
+ "group": "palette",
749
+ "category": "green"
750
+ }
751
+ },
752
+ "name": "color.palette.Green400",
753
+ "path": ["color", "palette", "Green400"]
754
+ }, {
755
+ "value": "#2ABB7F",
756
+ "attributes": {
757
+ "group": "palette",
758
+ "category": "green"
759
+ },
760
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
761
+ "isSource": true,
762
+ "original": {
763
+ "value": "#2ABB7F",
764
+ "attributes": {
765
+ "group": "palette",
766
+ "category": "green"
767
+ }
768
+ },
769
+ "name": "color.palette.Green500",
770
+ "path": ["color", "palette", "Green500"]
771
+ }, {
772
+ "value": "#22A06B",
773
+ "attributes": {
774
+ "group": "palette",
775
+ "category": "green"
776
+ },
777
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
778
+ "isSource": true,
779
+ "original": {
780
+ "value": "#22A06B",
781
+ "attributes": {
782
+ "group": "palette",
783
+ "category": "green"
784
+ }
785
+ },
786
+ "name": "color.palette.Green600",
787
+ "path": ["color", "palette", "Green600"]
788
+ }, {
789
+ "value": "#1F845A",
790
+ "attributes": {
791
+ "group": "palette",
792
+ "category": "green"
793
+ },
794
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
795
+ "isSource": true,
796
+ "original": {
797
+ "value": "#1F845A",
798
+ "attributes": {
799
+ "group": "palette",
800
+ "category": "green"
801
+ }
802
+ },
803
+ "name": "color.palette.Green700",
804
+ "path": ["color", "palette", "Green700"]
805
+ }, {
806
+ "value": "#216E4E",
807
+ "attributes": {
808
+ "group": "palette",
809
+ "category": "green"
810
+ },
811
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
812
+ "isSource": true,
813
+ "original": {
814
+ "value": "#216E4E",
815
+ "attributes": {
816
+ "group": "palette",
817
+ "category": "green"
818
+ }
819
+ },
820
+ "name": "color.palette.Green800",
821
+ "path": ["color", "palette", "Green800"]
822
+ }, {
823
+ "value": "#164B35",
824
+ "attributes": {
825
+ "group": "palette",
826
+ "category": "green"
827
+ },
828
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
829
+ "isSource": true,
830
+ "original": {
831
+ "value": "#164B35",
832
+ "attributes": {
833
+ "group": "palette",
834
+ "category": "green"
835
+ }
836
+ },
837
+ "name": "color.palette.Green900",
838
+ "path": ["color", "palette", "Green900"]
839
+ }, {
840
+ "value": "#1C3329",
841
+ "attributes": {
842
+ "group": "palette",
843
+ "category": "green"
844
+ },
845
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
846
+ "isSource": true,
847
+ "original": {
848
+ "value": "#1C3329",
849
+ "attributes": {
850
+ "group": "palette",
851
+ "category": "green"
852
+ }
853
+ },
854
+ "name": "color.palette.Green1000",
855
+ "path": ["color", "palette", "Green1000"]
856
+ }, {
857
+ "value": "#E7F9FF",
858
+ "attributes": {
859
+ "group": "palette",
860
+ "category": "teal"
861
+ },
862
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
863
+ "isSource": true,
864
+ "original": {
865
+ "value": "#E7F9FF",
866
+ "attributes": {
867
+ "group": "palette",
868
+ "category": "teal"
869
+ }
870
+ },
871
+ "name": "color.palette.Teal100",
872
+ "path": ["color", "palette", "Teal100"]
873
+ }, {
874
+ "value": "#C6EDFB",
875
+ "attributes": {
876
+ "group": "palette",
877
+ "category": "teal"
878
+ },
879
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
880
+ "isSource": true,
881
+ "original": {
882
+ "value": "#C6EDFB",
883
+ "attributes": {
884
+ "group": "palette",
885
+ "category": "teal"
886
+ }
887
+ },
888
+ "name": "color.palette.Teal200",
889
+ "path": ["color", "palette", "Teal200"]
890
+ }, {
891
+ "value": "#9DD9EE",
892
+ "attributes": {
893
+ "group": "palette",
894
+ "category": "teal"
895
+ },
896
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
897
+ "isSource": true,
898
+ "original": {
899
+ "value": "#9DD9EE",
900
+ "attributes": {
901
+ "group": "palette",
902
+ "category": "teal"
903
+ }
904
+ },
905
+ "name": "color.palette.Teal300",
906
+ "path": ["color", "palette", "Teal300"]
907
+ }, {
908
+ "value": "#6CC3E0",
909
+ "attributes": {
910
+ "group": "palette",
911
+ "category": "teal"
912
+ },
913
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
914
+ "isSource": true,
915
+ "original": {
916
+ "value": "#6CC3E0",
917
+ "attributes": {
918
+ "group": "palette",
919
+ "category": "teal"
920
+ }
921
+ },
922
+ "name": "color.palette.Teal400",
923
+ "path": ["color", "palette", "Teal400"]
924
+ }, {
925
+ "value": "#42B2D7",
926
+ "attributes": {
927
+ "group": "palette",
928
+ "category": "teal"
929
+ },
930
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
931
+ "isSource": true,
932
+ "original": {
933
+ "value": "#42B2D7",
934
+ "attributes": {
935
+ "group": "palette",
936
+ "category": "teal"
937
+ }
938
+ },
939
+ "name": "color.palette.Teal500",
940
+ "path": ["color", "palette", "Teal500"]
941
+ }, {
942
+ "value": "#2898BD",
943
+ "attributes": {
944
+ "group": "palette",
945
+ "category": "teal"
946
+ },
947
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
948
+ "isSource": true,
949
+ "original": {
950
+ "value": "#2898BD",
951
+ "attributes": {
952
+ "group": "palette",
953
+ "category": "teal"
954
+ }
955
+ },
956
+ "name": "color.palette.Teal600",
957
+ "path": ["color", "palette", "Teal600"]
958
+ }, {
959
+ "value": "#227D9B",
960
+ "attributes": {
961
+ "group": "palette",
962
+ "category": "teal"
963
+ },
964
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
965
+ "isSource": true,
966
+ "original": {
967
+ "value": "#227D9B",
968
+ "attributes": {
969
+ "group": "palette",
970
+ "category": "teal"
971
+ }
972
+ },
973
+ "name": "color.palette.Teal700",
974
+ "path": ["color", "palette", "Teal700"]
975
+ }, {
976
+ "value": "#206A83",
977
+ "attributes": {
978
+ "group": "palette",
979
+ "category": "teal"
980
+ },
981
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
982
+ "isSource": true,
983
+ "original": {
984
+ "value": "#206A83",
985
+ "attributes": {
986
+ "group": "palette",
987
+ "category": "teal"
988
+ }
989
+ },
990
+ "name": "color.palette.Teal800",
991
+ "path": ["color", "palette", "Teal800"]
992
+ }, {
993
+ "value": "#164555",
994
+ "attributes": {
995
+ "group": "palette",
996
+ "category": "teal"
997
+ },
998
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
999
+ "isSource": true,
1000
+ "original": {
1001
+ "value": "#164555",
1002
+ "attributes": {
1003
+ "group": "palette",
1004
+ "category": "teal"
1005
+ }
1006
+ },
1007
+ "name": "color.palette.Teal900",
1008
+ "path": ["color", "palette", "Teal900"]
1009
+ }, {
1010
+ "value": "#1E3137",
1011
+ "attributes": {
1012
+ "group": "palette",
1013
+ "category": "teal"
1014
+ },
1015
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1016
+ "isSource": true,
1017
+ "original": {
1018
+ "value": "#1E3137",
1019
+ "attributes": {
1020
+ "group": "palette",
1021
+ "category": "teal"
1022
+ }
1023
+ },
1024
+ "name": "color.palette.Teal1000",
1025
+ "path": ["color", "palette", "Teal1000"]
1026
+ }, {
1027
+ "value": "#E9F2FE",
1028
+ "attributes": {
1029
+ "group": "palette",
1030
+ "category": "blue"
1031
+ },
1032
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1033
+ "isSource": true,
1034
+ "original": {
1035
+ "value": "#E9F2FE",
1036
+ "attributes": {
1037
+ "group": "palette",
1038
+ "category": "blue"
1039
+ }
1040
+ },
1041
+ "name": "color.palette.Blue100",
1042
+ "path": ["color", "palette", "Blue100"]
1043
+ }, {
1044
+ "value": "#CFE1FD",
1045
+ "attributes": {
1046
+ "group": "palette",
1047
+ "category": "blue"
1048
+ },
1049
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1050
+ "isSource": true,
1051
+ "original": {
1052
+ "value": "#CFE1FD",
1053
+ "attributes": {
1054
+ "group": "palette",
1055
+ "category": "blue"
1056
+ }
1057
+ },
1058
+ "name": "color.palette.Blue200",
1059
+ "path": ["color", "palette", "Blue200"]
1060
+ }, {
1061
+ "value": "#8FB8F6",
1062
+ "attributes": {
1063
+ "group": "palette",
1064
+ "category": "blue"
1065
+ },
1066
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1067
+ "isSource": true,
1068
+ "original": {
1069
+ "value": "#8FB8F6",
1070
+ "attributes": {
1071
+ "group": "palette",
1072
+ "category": "blue"
1073
+ }
1074
+ },
1075
+ "name": "color.palette.Blue300",
1076
+ "path": ["color", "palette", "Blue300"]
1077
+ }, {
1078
+ "value": "#669DF1",
1079
+ "attributes": {
1080
+ "group": "palette",
1081
+ "category": "blue"
1082
+ },
1083
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1084
+ "isSource": true,
1085
+ "original": {
1086
+ "value": "#669DF1",
1087
+ "attributes": {
1088
+ "group": "palette",
1089
+ "category": "blue"
1090
+ }
1091
+ },
1092
+ "name": "color.palette.Blue400",
1093
+ "path": ["color", "palette", "Blue400"]
1094
+ }, {
1095
+ "value": "#4688EC",
1096
+ "attributes": {
1097
+ "group": "palette",
1098
+ "category": "blue"
1099
+ },
1100
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1101
+ "isSource": true,
1102
+ "original": {
1103
+ "value": "#4688EC",
1104
+ "attributes": {
1105
+ "group": "palette",
1106
+ "category": "blue"
1107
+ }
1108
+ },
1109
+ "name": "color.palette.Blue500",
1110
+ "path": ["color", "palette", "Blue500"]
1111
+ }, {
1112
+ "value": "#357DE8",
1113
+ "attributes": {
1114
+ "group": "palette",
1115
+ "category": "blue"
1116
+ },
1117
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1118
+ "isSource": true,
1119
+ "original": {
1120
+ "value": "#357DE8",
1121
+ "attributes": {
1122
+ "group": "palette",
1123
+ "category": "blue"
1124
+ }
1125
+ },
1126
+ "name": "color.palette.Blue600",
1127
+ "path": ["color", "palette", "Blue600"]
1128
+ }, {
1129
+ "value": "#1868DB",
1130
+ "attributes": {
1131
+ "group": "palette",
1132
+ "category": "blue"
1133
+ },
1134
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1135
+ "isSource": true,
1136
+ "original": {
1137
+ "value": "#1868DB",
1138
+ "attributes": {
1139
+ "group": "palette",
1140
+ "category": "blue"
1141
+ }
1142
+ },
1143
+ "name": "color.palette.Blue700",
1144
+ "path": ["color", "palette", "Blue700"]
1145
+ }, {
1146
+ "value": "#1558BC",
1147
+ "attributes": {
1148
+ "group": "palette",
1149
+ "category": "blue"
1150
+ },
1151
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1152
+ "isSource": true,
1153
+ "original": {
1154
+ "value": "#1558BC",
1155
+ "attributes": {
1156
+ "group": "palette",
1157
+ "category": "blue"
1158
+ }
1159
+ },
1160
+ "name": "color.palette.Blue800",
1161
+ "path": ["color", "palette", "Blue800"]
1162
+ }, {
1163
+ "value": "#123263",
1164
+ "attributes": {
1165
+ "group": "palette",
1166
+ "category": "blue"
1167
+ },
1168
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1169
+ "isSource": true,
1170
+ "original": {
1171
+ "value": "#123263",
1172
+ "attributes": {
1173
+ "group": "palette",
1174
+ "category": "blue"
1175
+ }
1176
+ },
1177
+ "name": "color.palette.Blue900",
1178
+ "path": ["color", "palette", "Blue900"]
1179
+ }, {
1180
+ "value": "#1C2B42",
1181
+ "attributes": {
1182
+ "group": "palette",
1183
+ "category": "blue"
1184
+ },
1185
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1186
+ "isSource": true,
1187
+ "original": {
1188
+ "value": "#1C2B42",
1189
+ "attributes": {
1190
+ "group": "palette",
1191
+ "category": "blue"
1192
+ }
1193
+ },
1194
+ "name": "color.palette.Blue1000",
1195
+ "path": ["color", "palette", "Blue1000"]
1196
+ }, {
1197
+ "value": "#F8EEFE",
1198
+ "attributes": {
1199
+ "group": "palette",
1200
+ "category": "purple"
1201
+ },
1202
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1203
+ "isSource": true,
1204
+ "original": {
1205
+ "value": "#F8EEFE",
1206
+ "attributes": {
1207
+ "group": "palette",
1208
+ "category": "purple"
1209
+ }
1210
+ },
1211
+ "name": "color.palette.Purple100",
1212
+ "path": ["color", "palette", "Purple100"]
1213
+ }, {
1214
+ "value": "#EED7FC",
1215
+ "attributes": {
1216
+ "group": "palette",
1217
+ "category": "purple"
1218
+ },
1219
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1220
+ "isSource": true,
1221
+ "original": {
1222
+ "value": "#EED7FC",
1223
+ "attributes": {
1224
+ "group": "palette",
1225
+ "category": "purple"
1226
+ }
1227
+ },
1228
+ "name": "color.palette.Purple200",
1229
+ "path": ["color", "palette", "Purple200"]
1230
+ }, {
1231
+ "value": "#D8A0F7",
1232
+ "attributes": {
1233
+ "group": "palette",
1234
+ "category": "purple"
1235
+ },
1236
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1237
+ "isSource": true,
1238
+ "original": {
1239
+ "value": "#D8A0F7",
1240
+ "attributes": {
1241
+ "group": "palette",
1242
+ "category": "purple"
1243
+ }
1244
+ },
1245
+ "name": "color.palette.Purple300",
1246
+ "path": ["color", "palette", "Purple300"]
1247
+ }, {
1248
+ "value": "#C97CF4",
1249
+ "attributes": {
1250
+ "group": "palette",
1251
+ "category": "purple"
1252
+ },
1253
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1254
+ "isSource": true,
1255
+ "original": {
1256
+ "value": "#C97CF4",
1257
+ "attributes": {
1258
+ "group": "palette",
1259
+ "category": "purple"
1260
+ }
1261
+ },
1262
+ "name": "color.palette.Purple400",
1263
+ "path": ["color", "palette", "Purple400"]
1264
+ }, {
1265
+ "value": "#BF63F3",
1266
+ "attributes": {
1267
+ "group": "palette",
1268
+ "category": "purple"
1269
+ },
1270
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1271
+ "isSource": true,
1272
+ "original": {
1273
+ "value": "#BF63F3",
1274
+ "attributes": {
1275
+ "group": "palette",
1276
+ "category": "purple"
1277
+ }
1278
+ },
1279
+ "name": "color.palette.Purple500",
1280
+ "path": ["color", "palette", "Purple500"]
1281
+ }, {
1282
+ "value": "#AF59E1",
1283
+ "attributes": {
1284
+ "group": "palette",
1285
+ "category": "purple"
1286
+ },
1287
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1288
+ "isSource": true,
1289
+ "original": {
1290
+ "value": "#AF59E1",
1291
+ "attributes": {
1292
+ "group": "palette",
1293
+ "category": "purple"
1294
+ }
1295
+ },
1296
+ "name": "color.palette.Purple600",
1297
+ "path": ["color", "palette", "Purple600"]
1298
+ }, {
1299
+ "value": "#964AC0",
1300
+ "attributes": {
1301
+ "group": "palette",
1302
+ "category": "purple"
1303
+ },
1304
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1305
+ "isSource": true,
1306
+ "original": {
1307
+ "value": "#964AC0",
1308
+ "attributes": {
1309
+ "group": "palette",
1310
+ "category": "purple"
1311
+ }
1312
+ },
1313
+ "name": "color.palette.Purple700",
1314
+ "path": ["color", "palette", "Purple700"]
1315
+ }, {
1316
+ "value": "#803FA5",
1317
+ "attributes": {
1318
+ "group": "palette",
1319
+ "category": "purple"
1320
+ },
1321
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1322
+ "isSource": true,
1323
+ "original": {
1324
+ "value": "#803FA5",
1325
+ "attributes": {
1326
+ "group": "palette",
1327
+ "category": "purple"
1328
+ }
1329
+ },
1330
+ "name": "color.palette.Purple800",
1331
+ "path": ["color", "palette", "Purple800"]
1332
+ }, {
1333
+ "value": "#48245D",
1334
+ "attributes": {
1335
+ "group": "palette",
1336
+ "category": "purple"
1337
+ },
1338
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1339
+ "isSource": true,
1340
+ "original": {
1341
+ "value": "#48245D",
1342
+ "attributes": {
1343
+ "group": "palette",
1344
+ "category": "purple"
1345
+ }
1346
+ },
1347
+ "name": "color.palette.Purple900",
1348
+ "path": ["color", "palette", "Purple900"]
1349
+ }, {
1350
+ "value": "#35243F",
1351
+ "attributes": {
1352
+ "group": "palette",
1353
+ "category": "purple"
1354
+ },
1355
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1356
+ "isSource": true,
1357
+ "original": {
1358
+ "value": "#35243F",
1359
+ "attributes": {
1360
+ "group": "palette",
1361
+ "category": "purple"
1362
+ }
1363
+ },
1364
+ "name": "color.palette.Purple1000",
1365
+ "path": ["color", "palette", "Purple1000"]
1366
+ }, {
1367
+ "value": "#FFECF8",
1368
+ "attributes": {
1369
+ "group": "palette",
1370
+ "category": "magenta"
1371
+ },
1372
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1373
+ "isSource": true,
1374
+ "original": {
1375
+ "value": "#FFECF8",
1376
+ "attributes": {
1377
+ "group": "palette",
1378
+ "category": "magenta"
1379
+ }
1380
+ },
1381
+ "name": "color.palette.Magenta100",
1382
+ "path": ["color", "palette", "Magenta100"]
1383
+ }, {
1384
+ "value": "#FDD0EC",
1385
+ "attributes": {
1386
+ "group": "palette",
1387
+ "category": "magenta"
1388
+ },
1389
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1390
+ "isSource": true,
1391
+ "original": {
1392
+ "value": "#FDD0EC",
1393
+ "attributes": {
1394
+ "group": "palette",
1395
+ "category": "magenta"
1396
+ }
1397
+ },
1398
+ "name": "color.palette.Magenta200",
1399
+ "path": ["color", "palette", "Magenta200"]
1400
+ }, {
1401
+ "value": "#F797D2",
1402
+ "attributes": {
1403
+ "group": "palette",
1404
+ "category": "magenta"
1405
+ },
1406
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1407
+ "isSource": true,
1408
+ "original": {
1409
+ "value": "#F797D2",
1410
+ "attributes": {
1411
+ "group": "palette",
1412
+ "category": "magenta"
1413
+ }
1414
+ },
1415
+ "name": "color.palette.Magenta300",
1416
+ "path": ["color", "palette", "Magenta300"]
1417
+ }, {
1418
+ "value": "#E774BB",
1419
+ "attributes": {
1420
+ "group": "palette",
1421
+ "category": "magenta"
1422
+ },
1423
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1424
+ "isSource": true,
1425
+ "original": {
1426
+ "value": "#E774BB",
1427
+ "attributes": {
1428
+ "group": "palette",
1429
+ "category": "magenta"
1430
+ }
1431
+ },
1432
+ "name": "color.palette.Magenta400",
1433
+ "path": ["color", "palette", "Magenta400"]
1434
+ }, {
1435
+ "value": "#DA62AC",
1436
+ "attributes": {
1437
+ "group": "palette",
1438
+ "category": "magenta"
1439
+ },
1440
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1441
+ "isSource": true,
1442
+ "original": {
1443
+ "value": "#DA62AC",
1444
+ "attributes": {
1445
+ "group": "palette",
1446
+ "category": "magenta"
1447
+ }
1448
+ },
1449
+ "name": "color.palette.Magenta500",
1450
+ "path": ["color", "palette", "Magenta500"]
1451
+ }, {
1452
+ "value": "#CD519D",
1453
+ "attributes": {
1454
+ "group": "palette",
1455
+ "category": "magenta"
1456
+ },
1457
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1458
+ "isSource": true,
1459
+ "original": {
1460
+ "value": "#CD519D",
1461
+ "attributes": {
1462
+ "group": "palette",
1463
+ "category": "magenta"
1464
+ }
1465
+ },
1466
+ "name": "color.palette.Magenta600",
1467
+ "path": ["color", "palette", "Magenta600"]
1468
+ }, {
1469
+ "value": "#AE4787",
1470
+ "attributes": {
1471
+ "group": "palette",
1472
+ "category": "magenta"
1473
+ },
1474
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1475
+ "isSource": true,
1476
+ "original": {
1477
+ "value": "#AE4787",
1478
+ "attributes": {
1479
+ "group": "palette",
1480
+ "category": "magenta"
1481
+ }
1482
+ },
1483
+ "name": "color.palette.Magenta700",
1484
+ "path": ["color", "palette", "Magenta700"]
1485
+ }, {
1486
+ "value": "#943D73",
1487
+ "attributes": {
1488
+ "group": "palette",
1489
+ "category": "magenta"
1490
+ },
1491
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1492
+ "isSource": true,
1493
+ "original": {
1494
+ "value": "#943D73",
1495
+ "attributes": {
1496
+ "group": "palette",
1497
+ "category": "magenta"
1498
+ }
1499
+ },
1500
+ "name": "color.palette.Magenta800",
1501
+ "path": ["color", "palette", "Magenta800"]
1502
+ }, {
1503
+ "value": "#50253F",
1504
+ "attributes": {
1505
+ "group": "palette",
1506
+ "category": "magenta"
1507
+ },
1508
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1509
+ "isSource": true,
1510
+ "original": {
1511
+ "value": "#50253F",
1512
+ "attributes": {
1513
+ "group": "palette",
1514
+ "category": "magenta"
1515
+ }
1516
+ },
1517
+ "name": "color.palette.Magenta900",
1518
+ "path": ["color", "palette", "Magenta900"]
1519
+ }, {
1520
+ "value": "#3D2232",
1521
+ "attributes": {
1522
+ "group": "palette",
1523
+ "category": "magenta"
1524
+ },
1525
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1526
+ "isSource": true,
1527
+ "original": {
1528
+ "value": "#3D2232",
1529
+ "attributes": {
1530
+ "group": "palette",
1531
+ "category": "magenta"
1532
+ }
1533
+ },
1534
+ "name": "color.palette.Magenta1000",
1535
+ "path": ["color", "palette", "Magenta1000"]
1536
+ }, {
1537
+ "value": "#FFFFFF",
1538
+ "attributes": {
1539
+ "group": "palette",
1540
+ "category": "light mode neutral"
1541
+ },
1542
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1543
+ "isSource": true,
1544
+ "original": {
1545
+ "value": "#FFFFFF",
1546
+ "attributes": {
1547
+ "group": "palette",
1548
+ "category": "light mode neutral"
1549
+ }
1550
+ },
1551
+ "name": "color.palette.Neutral0",
1552
+ "path": ["color", "palette", "Neutral0"]
1553
+ }, {
1554
+ "value": "#F8F8F8",
1555
+ "attributes": {
1556
+ "group": "palette",
1557
+ "category": "light mode neutral"
1558
+ },
1559
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1560
+ "isSource": true,
1561
+ "original": {
1562
+ "value": "#F8F8F8",
1563
+ "attributes": {
1564
+ "group": "palette",
1565
+ "category": "light mode neutral"
1566
+ }
1567
+ },
1568
+ "name": "color.palette.Neutral100",
1569
+ "path": ["color", "palette", "Neutral100"]
1570
+ }, {
1571
+ "value": "#F0F1F2",
1572
+ "attributes": {
1573
+ "group": "palette",
1574
+ "category": "light mode neutral"
1575
+ },
1576
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1577
+ "isSource": true,
1578
+ "original": {
1579
+ "value": "#F0F1F2",
1580
+ "attributes": {
1581
+ "group": "palette",
1582
+ "category": "light mode neutral"
1583
+ }
1584
+ },
1585
+ "name": "color.palette.Neutral200",
1586
+ "path": ["color", "palette", "Neutral200"]
1587
+ }, {
1588
+ "value": "#DDDEE1",
1589
+ "attributes": {
1590
+ "group": "palette",
1591
+ "category": "light mode neutral"
1592
+ },
1593
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1594
+ "isSource": true,
1595
+ "original": {
1596
+ "value": "#DDDEE1",
1597
+ "attributes": {
1598
+ "group": "palette",
1599
+ "category": "light mode neutral"
1600
+ }
1601
+ },
1602
+ "name": "color.palette.Neutral300",
1603
+ "path": ["color", "palette", "Neutral300"]
1604
+ }, {
1605
+ "value": "#B7B9BE",
1606
+ "attributes": {
1607
+ "group": "palette",
1608
+ "category": "light mode neutral"
1609
+ },
1610
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1611
+ "isSource": true,
1612
+ "original": {
1613
+ "value": "#B7B9BE",
1614
+ "attributes": {
1615
+ "group": "palette",
1616
+ "category": "light mode neutral"
1617
+ }
1618
+ },
1619
+ "name": "color.palette.Neutral400",
1620
+ "path": ["color", "palette", "Neutral400"]
1621
+ }, {
1622
+ "value": "#8C8F97",
1623
+ "attributes": {
1624
+ "group": "palette",
1625
+ "category": "light mode neutral"
1626
+ },
1627
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1628
+ "isSource": true,
1629
+ "original": {
1630
+ "value": "#8C8F97",
1631
+ "attributes": {
1632
+ "group": "palette",
1633
+ "category": "light mode neutral"
1634
+ }
1635
+ },
1636
+ "name": "color.palette.Neutral500",
1637
+ "path": ["color", "palette", "Neutral500"]
1638
+ }, {
1639
+ "value": "#7D818A",
1640
+ "attributes": {
1641
+ "group": "palette",
1642
+ "category": "light mode neutral"
1643
+ },
1644
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1645
+ "isSource": true,
1646
+ "original": {
1647
+ "value": "#7D818A",
1648
+ "attributes": {
1649
+ "group": "palette",
1650
+ "category": "light mode neutral"
1651
+ }
1652
+ },
1653
+ "name": "color.palette.Neutral600",
1654
+ "path": ["color", "palette", "Neutral600"]
1655
+ }, {
1656
+ "value": "#6B6E76",
1657
+ "attributes": {
1658
+ "group": "palette",
1659
+ "category": "light mode neutral"
1660
+ },
1661
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1662
+ "isSource": true,
1663
+ "original": {
1664
+ "value": "#6B6E76",
1665
+ "attributes": {
1666
+ "group": "palette",
1667
+ "category": "light mode neutral"
1668
+ }
1669
+ },
1670
+ "name": "color.palette.Neutral700",
1671
+ "path": ["color", "palette", "Neutral700"]
1672
+ }, {
1673
+ "value": "#505258",
1674
+ "attributes": {
1675
+ "group": "palette",
1676
+ "category": "light mode neutral"
1677
+ },
1678
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1679
+ "isSource": true,
1680
+ "original": {
1681
+ "value": "#505258",
1682
+ "attributes": {
1683
+ "group": "palette",
1684
+ "category": "light mode neutral"
1685
+ }
1686
+ },
1687
+ "name": "color.palette.Neutral800",
1688
+ "path": ["color", "palette", "Neutral800"]
1689
+ }, {
1690
+ "value": "#3B3D42",
1691
+ "attributes": {
1692
+ "group": "palette",
1693
+ "category": "light mode neutral"
1694
+ },
1695
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1696
+ "isSource": true,
1697
+ "original": {
1698
+ "value": "#3B3D42",
1699
+ "attributes": {
1700
+ "group": "palette",
1701
+ "category": "light mode neutral"
1702
+ }
1703
+ },
1704
+ "name": "color.palette.Neutral900",
1705
+ "path": ["color", "palette", "Neutral900"]
1706
+ }, {
1707
+ "value": "#292A2E",
1708
+ "attributes": {
1709
+ "group": "palette",
1710
+ "category": "light mode neutral"
1711
+ },
1712
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1713
+ "isSource": true,
1714
+ "original": {
1715
+ "value": "#292A2E",
1716
+ "attributes": {
1717
+ "group": "palette",
1718
+ "category": "light mode neutral"
1719
+ }
1720
+ },
1721
+ "name": "color.palette.Neutral1000",
1722
+ "path": ["color", "palette", "Neutral1000"]
1723
+ }, {
1724
+ "value": "#1E1F21",
1725
+ "attributes": {
1726
+ "group": "palette",
1727
+ "category": "light mode neutral"
1728
+ },
1729
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1730
+ "isSource": true,
1731
+ "original": {
1732
+ "value": "#1E1F21",
1733
+ "attributes": {
1734
+ "group": "palette",
1735
+ "category": "light mode neutral"
1736
+ }
1737
+ },
1738
+ "name": "color.palette.Neutral1100",
1739
+ "path": ["color", "palette", "Neutral1100"]
1740
+ }, {
1741
+ "value": "#17171708",
1742
+ "attributes": {
1743
+ "group": "palette",
1744
+ "category": "light mode neutral"
1745
+ },
1746
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1747
+ "isSource": true,
1748
+ "original": {
1749
+ "value": "#17171708",
1750
+ "attributes": {
1751
+ "group": "palette",
1752
+ "category": "light mode neutral"
1753
+ }
1754
+ },
1755
+ "name": "color.palette.Neutral100A",
1756
+ "path": ["color", "palette", "Neutral100A"]
1757
+ }, {
1758
+ "value": "#0515240F",
1759
+ "attributes": {
1760
+ "group": "palette",
1761
+ "category": "light mode neutral"
1762
+ },
1763
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1764
+ "isSource": true,
1765
+ "original": {
1766
+ "value": "#0515240F",
1767
+ "attributes": {
1768
+ "group": "palette",
1769
+ "category": "light mode neutral"
1770
+ }
1771
+ },
1772
+ "name": "color.palette.Neutral200A",
1773
+ "path": ["color", "palette", "Neutral200A"]
1774
+ }, {
1775
+ "value": "#0B120E24",
1776
+ "attributes": {
1777
+ "group": "palette",
1778
+ "category": "light mode neutral"
1779
+ },
1780
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1781
+ "isSource": true,
1782
+ "original": {
1783
+ "value": "#0B120E24",
1784
+ "attributes": {
1785
+ "group": "palette",
1786
+ "category": "light mode neutral"
1787
+ }
1788
+ },
1789
+ "name": "color.palette.Neutral300A",
1790
+ "path": ["color", "palette", "Neutral300A"]
1791
+ }, {
1792
+ "value": "#080F214A",
1793
+ "attributes": {
1794
+ "group": "palette",
1795
+ "category": "light mode neutral"
1796
+ },
1797
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1798
+ "isSource": true,
1799
+ "original": {
1800
+ "value": "#080F214A",
1801
+ "attributes": {
1802
+ "group": "palette",
1803
+ "category": "light mode neutral"
1804
+ }
1805
+ },
1806
+ "name": "color.palette.Neutral400A",
1807
+ "path": ["color", "palette", "Neutral400A"]
1808
+ }, {
1809
+ "value": "#050C1F75",
1810
+ "attributes": {
1811
+ "group": "palette",
1812
+ "category": "light mode neutral"
1813
+ },
1814
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1815
+ "isSource": true,
1816
+ "original": {
1817
+ "value": "#050C1F75",
1818
+ "attributes": {
1819
+ "group": "palette",
1820
+ "category": "light mode neutral"
1821
+ }
1822
+ },
1823
+ "name": "color.palette.Neutral500A",
1824
+ "path": ["color", "palette", "Neutral500A"]
1825
+ }, {
1826
+ "value": "#111213",
1827
+ "attributes": {
1828
+ "group": "palette",
1829
+ "category": "dark mode neutral"
1830
+ },
1831
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1832
+ "isSource": true,
1833
+ "original": {
1834
+ "value": "#111213",
1835
+ "attributes": {
1836
+ "group": "palette",
1837
+ "category": "dark mode neutral"
1838
+ }
1839
+ },
1840
+ "name": "color.palette.DarkNeutral-100",
1841
+ "path": ["color", "palette", "DarkNeutral-100"]
1842
+ }, {
1843
+ "value": "#18191A",
1844
+ "attributes": {
1845
+ "group": "palette",
1846
+ "category": "dark mode neutral"
1847
+ },
1848
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1849
+ "isSource": true,
1850
+ "original": {
1851
+ "value": "#18191A",
1852
+ "attributes": {
1853
+ "group": "palette",
1854
+ "category": "dark mode neutral"
1855
+ }
1856
+ },
1857
+ "name": "color.palette.DarkNeutral0",
1858
+ "path": ["color", "palette", "DarkNeutral0"]
1859
+ }, {
1860
+ "value": "#1F1F21",
1861
+ "attributes": {
1862
+ "group": "palette",
1863
+ "category": "dark mode neutral"
1864
+ },
1865
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1866
+ "isSource": true,
1867
+ "original": {
1868
+ "value": "#1F1F21",
1869
+ "attributes": {
1870
+ "group": "palette",
1871
+ "category": "dark mode neutral"
1872
+ }
1873
+ },
1874
+ "name": "color.palette.DarkNeutral100",
1875
+ "path": ["color", "palette", "DarkNeutral100"]
1876
+ }, {
1877
+ "value": "#242528",
1878
+ "attributes": {
1879
+ "group": "palette",
1880
+ "category": "dark mode neutral"
1881
+ },
1882
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1883
+ "isSource": true,
1884
+ "original": {
1885
+ "value": "#242528",
1886
+ "attributes": {
1887
+ "group": "palette",
1888
+ "category": "dark mode neutral"
1889
+ }
1890
+ },
1891
+ "name": "color.palette.DarkNeutral200",
1892
+ "path": ["color", "palette", "DarkNeutral200"]
1893
+ }, {
1894
+ "value": "#2B2C2F",
1895
+ "attributes": {
1896
+ "group": "palette",
1897
+ "category": "dark mode neutral"
1898
+ },
1899
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1900
+ "isSource": true,
1901
+ "original": {
1902
+ "value": "#2B2C2F",
1903
+ "attributes": {
1904
+ "group": "palette",
1905
+ "category": "dark mode neutral"
1906
+ }
1907
+ },
1908
+ "name": "color.palette.DarkNeutral250",
1909
+ "path": ["color", "palette", "DarkNeutral250"]
1910
+ }, {
1911
+ "value": "#303134",
1912
+ "attributes": {
1913
+ "group": "palette",
1914
+ "category": "dark mode neutral"
1915
+ },
1916
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1917
+ "isSource": true,
1918
+ "original": {
1919
+ "value": "#303134",
1920
+ "attributes": {
1921
+ "group": "palette",
1922
+ "category": "dark mode neutral"
1923
+ }
1924
+ },
1925
+ "name": "color.palette.DarkNeutral300",
1926
+ "path": ["color", "palette", "DarkNeutral300"]
1927
+ }, {
1928
+ "value": "#3D3F43",
1929
+ "attributes": {
1930
+ "group": "palette",
1931
+ "category": "dark mode neutral"
1932
+ },
1933
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1934
+ "isSource": true,
1935
+ "original": {
1936
+ "value": "#3D3F43",
1937
+ "attributes": {
1938
+ "group": "palette",
1939
+ "category": "dark mode neutral"
1940
+ }
1941
+ },
1942
+ "name": "color.palette.DarkNeutral350",
1943
+ "path": ["color", "palette", "DarkNeutral350"]
1944
+ }, {
1945
+ "value": "#4B4D51",
1946
+ "attributes": {
1947
+ "group": "palette",
1948
+ "category": "dark mode neutral"
1949
+ },
1950
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1951
+ "isSource": true,
1952
+ "original": {
1953
+ "value": "#4B4D51",
1954
+ "attributes": {
1955
+ "group": "palette",
1956
+ "category": "dark mode neutral"
1957
+ }
1958
+ },
1959
+ "name": "color.palette.DarkNeutral400",
1960
+ "path": ["color", "palette", "DarkNeutral400"]
1961
+ }, {
1962
+ "value": "#63666B",
1963
+ "attributes": {
1964
+ "group": "palette",
1965
+ "category": "dark mode neutral"
1966
+ },
1967
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1968
+ "isSource": true,
1969
+ "original": {
1970
+ "value": "#63666B",
1971
+ "attributes": {
1972
+ "group": "palette",
1973
+ "category": "dark mode neutral"
1974
+ }
1975
+ },
1976
+ "name": "color.palette.DarkNeutral500",
1977
+ "path": ["color", "palette", "DarkNeutral500"]
1978
+ }, {
1979
+ "value": "#7E8188",
1980
+ "attributes": {
1981
+ "group": "palette",
1982
+ "category": "dark mode neutral"
1983
+ },
1984
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
1985
+ "isSource": true,
1986
+ "original": {
1987
+ "value": "#7E8188",
1988
+ "attributes": {
1989
+ "group": "palette",
1990
+ "category": "dark mode neutral"
1991
+ }
1992
+ },
1993
+ "name": "color.palette.DarkNeutral600",
1994
+ "path": ["color", "palette", "DarkNeutral600"]
1995
+ }, {
1996
+ "value": "#96999E",
1997
+ "attributes": {
1998
+ "group": "palette",
1999
+ "category": "dark mode neutral"
2000
+ },
2001
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2002
+ "isSource": true,
2003
+ "original": {
2004
+ "value": "#96999E",
2005
+ "attributes": {
2006
+ "group": "palette",
2007
+ "category": "dark mode neutral"
2008
+ }
2009
+ },
2010
+ "name": "color.palette.DarkNeutral700",
2011
+ "path": ["color", "palette", "DarkNeutral700"]
2012
+ }, {
2013
+ "value": "#A9ABAF",
2014
+ "attributes": {
2015
+ "group": "palette",
2016
+ "category": "dark mode neutral"
2017
+ },
2018
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2019
+ "isSource": true,
2020
+ "original": {
2021
+ "value": "#A9ABAF",
2022
+ "attributes": {
2023
+ "group": "palette",
2024
+ "category": "dark mode neutral"
2025
+ }
2026
+ },
2027
+ "name": "color.palette.DarkNeutral800",
2028
+ "path": ["color", "palette", "DarkNeutral800"]
2029
+ }, {
2030
+ "value": "#BFC1C4",
2031
+ "attributes": {
2032
+ "group": "palette",
2033
+ "category": "dark mode neutral"
2034
+ },
2035
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2036
+ "isSource": true,
2037
+ "original": {
2038
+ "value": "#BFC1C4",
2039
+ "attributes": {
2040
+ "group": "palette",
2041
+ "category": "dark mode neutral"
2042
+ }
2043
+ },
2044
+ "name": "color.palette.DarkNeutral900",
2045
+ "path": ["color", "palette", "DarkNeutral900"]
2046
+ }, {
2047
+ "value": "#CECFD2",
2048
+ "attributes": {
2049
+ "group": "palette",
2050
+ "category": "dark mode neutral"
2051
+ },
2052
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2053
+ "isSource": true,
2054
+ "original": {
2055
+ "value": "#CECFD2",
2056
+ "attributes": {
2057
+ "group": "palette",
2058
+ "category": "dark mode neutral"
2059
+ }
2060
+ },
2061
+ "name": "color.palette.DarkNeutral1000",
2062
+ "path": ["color", "palette", "DarkNeutral1000"]
2063
+ }, {
2064
+ "value": "#E2E3E4",
2065
+ "attributes": {
2066
+ "group": "palette",
2067
+ "category": "dark mode neutral"
2068
+ },
2069
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2070
+ "isSource": true,
2071
+ "original": {
2072
+ "value": "#E2E3E4",
2073
+ "attributes": {
2074
+ "group": "palette",
2075
+ "category": "dark mode neutral"
2076
+ }
2077
+ },
2078
+ "name": "color.palette.DarkNeutral1100",
2079
+ "path": ["color", "palette", "DarkNeutral1100"]
2080
+ }, {
2081
+ "value": "#01040475",
2082
+ "attributes": {
2083
+ "group": "palette",
2084
+ "category": "dark mode neutral"
2085
+ },
2086
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2087
+ "isSource": true,
2088
+ "original": {
2089
+ "value": "#01040475",
2090
+ "attributes": {
2091
+ "group": "palette",
2092
+ "category": "dark mode neutral"
2093
+ }
2094
+ },
2095
+ "name": "color.palette.DarkNeutral-100A",
2096
+ "path": ["color", "palette", "DarkNeutral-100A"]
2097
+ }, {
2098
+ "value": "#BDBDBD0A",
2099
+ "attributes": {
2100
+ "group": "palette",
2101
+ "category": "dark mode neutral"
2102
+ },
2103
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2104
+ "isSource": true,
2105
+ "original": {
2106
+ "value": "#BDBDBD0A",
2107
+ "attributes": {
2108
+ "group": "palette",
2109
+ "category": "dark mode neutral"
2110
+ }
2111
+ },
2112
+ "name": "color.palette.DarkNeutral100A",
2113
+ "path": ["color", "palette", "DarkNeutral100A"]
2114
+ }, {
2115
+ "value": "#CECED912",
2116
+ "attributes": {
2117
+ "group": "palette",
2118
+ "category": "dark mode neutral"
2119
+ },
2120
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2121
+ "isSource": true,
2122
+ "original": {
2123
+ "value": "#CECED912",
2124
+ "attributes": {
2125
+ "group": "palette",
2126
+ "category": "dark mode neutral"
2127
+ }
2128
+ },
2129
+ "name": "color.palette.DarkNeutral200A",
2130
+ "path": ["color", "palette", "DarkNeutral200A"]
2131
+ }, {
2132
+ "value": "#D9DAE71A",
2133
+ "attributes": {
2134
+ "group": "palette",
2135
+ "category": "dark mode neutral"
2136
+ },
2137
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2138
+ "isSource": true,
2139
+ "original": {
2140
+ "value": "#D9DAE71A",
2141
+ "attributes": {
2142
+ "group": "palette",
2143
+ "category": "dark mode neutral"
2144
+ }
2145
+ },
2146
+ "name": "color.palette.DarkNeutral250A",
2147
+ "path": ["color", "palette", "DarkNeutral250A"]
2148
+ }, {
2149
+ "value": "#E3E4F21F",
2150
+ "attributes": {
2151
+ "group": "palette",
2152
+ "category": "dark mode neutral"
2153
+ },
2154
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2155
+ "isSource": true,
2156
+ "original": {
2157
+ "value": "#E3E4F21F",
2158
+ "attributes": {
2159
+ "group": "palette",
2160
+ "category": "dark mode neutral"
2161
+ }
2162
+ },
2163
+ "name": "color.palette.DarkNeutral300A",
2164
+ "path": ["color", "palette", "DarkNeutral300A"]
2165
+ }, {
2166
+ "value": "#E8EDFD2E",
2167
+ "attributes": {
2168
+ "group": "palette",
2169
+ "category": "dark mode neutral"
2170
+ },
2171
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2172
+ "isSource": true,
2173
+ "original": {
2174
+ "value": "#E8EDFD2E",
2175
+ "attributes": {
2176
+ "group": "palette",
2177
+ "category": "dark mode neutral"
2178
+ }
2179
+ },
2180
+ "name": "color.palette.DarkNeutral350A",
2181
+ "path": ["color", "palette", "DarkNeutral350A"]
2182
+ }, {
2183
+ "value": "#E5E9F640",
2184
+ "attributes": {
2185
+ "group": "palette",
2186
+ "category": "dark mode neutral"
2187
+ },
2188
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2189
+ "isSource": true,
2190
+ "original": {
2191
+ "value": "#E5E9F640",
2192
+ "attributes": {
2193
+ "group": "palette",
2194
+ "category": "dark mode neutral"
2195
+ }
2196
+ },
2197
+ "name": "color.palette.DarkNeutral400A",
2198
+ "path": ["color", "palette", "DarkNeutral400A"]
2199
+ }, {
2200
+ "value": "#E9F0FB5C",
2201
+ "attributes": {
2202
+ "group": "palette",
2203
+ "category": "dark mode neutral"
2204
+ },
2205
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2206
+ "isSource": true,
2207
+ "original": {
2208
+ "value": "#E9F0FB5C",
2209
+ "attributes": {
2210
+ "group": "palette",
2211
+ "category": "dark mode neutral"
2212
+ }
2213
+ },
2214
+ "name": "color.palette.DarkNeutral500A",
2215
+ "path": ["color", "palette", "DarkNeutral500A"]
2216
+ }, {
2217
+ "value": 0.2,
2218
+ "attributes": {
2219
+ "group": "palette",
2220
+ "category": "opacity"
2221
+ },
2222
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2223
+ "isSource": true,
2224
+ "original": {
2225
+ "value": 0.2,
2226
+ "attributes": {
2227
+ "group": "palette",
2228
+ "category": "opacity"
2229
+ }
2230
+ },
2231
+ "name": "value.opacity.Opacity20",
2232
+ "path": ["value", "opacity", "Opacity20"]
2233
+ }, {
2234
+ "value": 0.4,
2235
+ "attributes": {
2236
+ "group": "palette",
2237
+ "category": "opacity"
2238
+ },
2239
+ "filePath": "schema/palettes/palette-brand-refresh.tsx",
2240
+ "isSource": true,
2241
+ "original": {
2242
+ "value": 0.4,
2243
+ "attributes": {
2244
+ "group": "palette",
2245
+ "category": "opacity"
2246
+ }
2247
+ },
2248
+ "name": "value.opacity.Opacity40",
2249
+ "path": ["value", "opacity", "Opacity40"]
2250
+ }];
2251
+ export default tokens;