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