@atlaskit/tokens 0.9.0 → 0.9.3

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 (63) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/babel-plugin/package.json +3 -0
  3. package/css/atlassian-dark.css +2 -2
  4. package/css/atlassian-light.css +2 -2
  5. package/dist/cjs/artifacts/palettes-raw.js +1983 -0
  6. package/dist/cjs/artifacts/token-default-values.js +2 -2
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +378 -4
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +378 -4
  9. package/dist/cjs/entry-points/palettes-raw.js +15 -0
  10. package/dist/cjs/entry-points/token-ids.js +1 -1
  11. package/dist/cjs/get-token.js +1 -1
  12. package/dist/cjs/tokens/atlassian-dark/color/background.js +2 -2
  13. package/dist/cjs/tokens/atlassian-light/color/background.js +2 -2
  14. package/dist/cjs/tokens/default/deprecated/deprecated.js +187 -0
  15. package/dist/cjs/tokens/palette.js +232 -116
  16. package/dist/cjs/utils/color-detection.js +129 -0
  17. package/dist/cjs/{token-ids.js → utils/token-ids.js} +1 -1
  18. package/dist/cjs/version.json +1 -1
  19. package/dist/es2019/artifacts/palettes-raw.js +1976 -0
  20. package/dist/es2019/artifacts/token-default-values.js +2 -2
  21. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +378 -4
  22. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +378 -4
  23. package/dist/es2019/entry-points/palettes-raw.js +1 -0
  24. package/dist/es2019/entry-points/token-ids.js +1 -1
  25. package/dist/es2019/get-token.js +1 -1
  26. package/dist/es2019/tokens/atlassian-dark/color/background.js +2 -2
  27. package/dist/es2019/tokens/atlassian-light/color/background.js +2 -2
  28. package/dist/es2019/tokens/default/deprecated/deprecated.js +187 -0
  29. package/dist/es2019/tokens/palette.js +232 -116
  30. package/dist/es2019/utils/color-detection.js +101 -0
  31. package/dist/es2019/{token-ids.js → utils/token-ids.js} +1 -1
  32. package/dist/es2019/version.json +1 -1
  33. package/dist/esm/artifacts/palettes-raw.js +1976 -0
  34. package/dist/esm/artifacts/token-default-values.js +2 -2
  35. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +378 -4
  36. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +378 -4
  37. package/dist/esm/entry-points/palettes-raw.js +1 -0
  38. package/dist/esm/entry-points/token-ids.js +1 -1
  39. package/dist/esm/get-token.js +1 -1
  40. package/dist/esm/tokens/atlassian-dark/color/background.js +2 -2
  41. package/dist/esm/tokens/atlassian-light/color/background.js +2 -2
  42. package/dist/esm/tokens/default/deprecated/deprecated.js +187 -0
  43. package/dist/esm/tokens/palette.js +232 -116
  44. package/dist/esm/utils/color-detection.js +104 -0
  45. package/dist/esm/{token-ids.js → utils/token-ids.js} +1 -1
  46. package/dist/esm/version.json +1 -1
  47. package/dist/types/artifacts/palettes-raw.d.ts +19 -0
  48. package/dist/types/artifacts/token-default-values.d.ts +2 -2
  49. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +43 -0
  50. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +43 -0
  51. package/dist/types/entry-points/palettes-raw.d.ts +1 -0
  52. package/dist/types/entry-points/token-ids.d.ts +1 -1
  53. package/dist/types/tokens/atlassian-dark/utility/utility.d.ts +2 -10
  54. package/dist/types/tokens/atlassian-light/utility/utility.d.ts +2 -10
  55. package/dist/types/tokens/default/utility/utility.d.ts +2 -142
  56. package/dist/types/types.d.ts +22 -7
  57. package/dist/types/utils/color-detection.d.ts +38 -0
  58. package/dist/types/{token-ids.d.ts → utils/token-ids.d.ts} +0 -0
  59. package/package.json +15 -5
  60. package/palettes-raw/package.json +10 -0
  61. package/rename-mapping/package.json +3 -0
  62. package/token-ids/package.json +3 -0
  63. package/token-names/package.json +3 -0
@@ -0,0 +1,1976 @@
1
+ // THIS IS AN AUTO-GENERATED FILE DO NOT MODIFY DIRECTLY
2
+ // Re-generate by running `yarn build tokens`.
3
+ const tokens = [{
4
+ "value": "#E9F2FF",
5
+ "attributes": {
6
+ "group": "palette",
7
+ "category": "blue"
8
+ },
9
+ "filePath": "src/tokens/palette.tsx",
10
+ "isSource": false,
11
+ "original": {
12
+ "value": "#E9F2FF",
13
+ "attributes": {
14
+ "group": "palette",
15
+ "category": "blue"
16
+ }
17
+ },
18
+ "name": "color.palette.B100",
19
+ "path": ["color", "palette", "B100"]
20
+ }, {
21
+ "value": "#CCE0FF",
22
+ "attributes": {
23
+ "group": "palette",
24
+ "category": "blue"
25
+ },
26
+ "filePath": "src/tokens/palette.tsx",
27
+ "isSource": false,
28
+ "original": {
29
+ "value": "#CCE0FF",
30
+ "attributes": {
31
+ "group": "palette",
32
+ "category": "blue"
33
+ }
34
+ },
35
+ "name": "color.palette.B200",
36
+ "path": ["color", "palette", "B200"]
37
+ }, {
38
+ "value": "#85B8FF",
39
+ "attributes": {
40
+ "group": "palette",
41
+ "category": "blue"
42
+ },
43
+ "filePath": "src/tokens/palette.tsx",
44
+ "isSource": false,
45
+ "original": {
46
+ "value": "#85B8FF",
47
+ "attributes": {
48
+ "group": "palette",
49
+ "category": "blue"
50
+ }
51
+ },
52
+ "name": "color.palette.B300",
53
+ "path": ["color", "palette", "B300"]
54
+ }, {
55
+ "value": "#579DFF",
56
+ "attributes": {
57
+ "group": "palette",
58
+ "category": "blue"
59
+ },
60
+ "filePath": "src/tokens/palette.tsx",
61
+ "isSource": false,
62
+ "original": {
63
+ "value": "#579DFF",
64
+ "attributes": {
65
+ "group": "palette",
66
+ "category": "blue"
67
+ }
68
+ },
69
+ "name": "color.palette.B400",
70
+ "path": ["color", "palette", "B400"]
71
+ }, {
72
+ "value": "#388BFF",
73
+ "attributes": {
74
+ "group": "palette",
75
+ "category": "blue"
76
+ },
77
+ "filePath": "src/tokens/palette.tsx",
78
+ "isSource": false,
79
+ "original": {
80
+ "value": "#388BFF",
81
+ "attributes": {
82
+ "group": "palette",
83
+ "category": "blue"
84
+ }
85
+ },
86
+ "name": "color.palette.B500",
87
+ "path": ["color", "palette", "B500"]
88
+ }, {
89
+ "value": "#1D7AFC",
90
+ "attributes": {
91
+ "group": "palette",
92
+ "category": "blue"
93
+ },
94
+ "filePath": "src/tokens/palette.tsx",
95
+ "isSource": false,
96
+ "original": {
97
+ "value": "#1D7AFC",
98
+ "attributes": {
99
+ "group": "palette",
100
+ "category": "blue"
101
+ }
102
+ },
103
+ "name": "color.palette.B600",
104
+ "path": ["color", "palette", "B600"]
105
+ }, {
106
+ "value": "#0C66E4",
107
+ "attributes": {
108
+ "group": "palette",
109
+ "category": "blue"
110
+ },
111
+ "filePath": "src/tokens/palette.tsx",
112
+ "isSource": false,
113
+ "original": {
114
+ "value": "#0C66E4",
115
+ "attributes": {
116
+ "group": "palette",
117
+ "category": "blue"
118
+ }
119
+ },
120
+ "name": "color.palette.B700",
121
+ "path": ["color", "palette", "B700"]
122
+ }, {
123
+ "value": "#0055CC",
124
+ "attributes": {
125
+ "group": "palette",
126
+ "category": "blue"
127
+ },
128
+ "filePath": "src/tokens/palette.tsx",
129
+ "isSource": false,
130
+ "original": {
131
+ "value": "#0055CC",
132
+ "attributes": {
133
+ "group": "palette",
134
+ "category": "blue"
135
+ }
136
+ },
137
+ "name": "color.palette.B800",
138
+ "path": ["color", "palette", "B800"]
139
+ }, {
140
+ "value": "#09326C",
141
+ "attributes": {
142
+ "group": "palette",
143
+ "category": "blue"
144
+ },
145
+ "filePath": "src/tokens/palette.tsx",
146
+ "isSource": false,
147
+ "original": {
148
+ "value": "#09326C",
149
+ "attributes": {
150
+ "group": "palette",
151
+ "category": "blue"
152
+ }
153
+ },
154
+ "name": "color.palette.B900",
155
+ "path": ["color", "palette", "B900"]
156
+ }, {
157
+ "value": "#082145",
158
+ "attributes": {
159
+ "group": "palette",
160
+ "category": "blue"
161
+ },
162
+ "filePath": "src/tokens/palette.tsx",
163
+ "isSource": false,
164
+ "original": {
165
+ "value": "#082145",
166
+ "attributes": {
167
+ "group": "palette",
168
+ "category": "blue"
169
+ }
170
+ },
171
+ "name": "color.palette.B1000",
172
+ "path": ["color", "palette", "B1000"]
173
+ }, {
174
+ "value": "#FFEDEB",
175
+ "attributes": {
176
+ "group": "palette",
177
+ "category": "red"
178
+ },
179
+ "filePath": "src/tokens/palette.tsx",
180
+ "isSource": false,
181
+ "original": {
182
+ "value": "#FFEDEB",
183
+ "attributes": {
184
+ "group": "palette",
185
+ "category": "red"
186
+ }
187
+ },
188
+ "name": "color.palette.R100",
189
+ "path": ["color", "palette", "R100"]
190
+ }, {
191
+ "value": "#FFD2CC",
192
+ "attributes": {
193
+ "group": "palette",
194
+ "category": "red"
195
+ },
196
+ "filePath": "src/tokens/palette.tsx",
197
+ "isSource": false,
198
+ "original": {
199
+ "value": "#FFD2CC",
200
+ "attributes": {
201
+ "group": "palette",
202
+ "category": "red"
203
+ }
204
+ },
205
+ "name": "color.palette.R200",
206
+ "path": ["color", "palette", "R200"]
207
+ }, {
208
+ "value": "#FF9C8F",
209
+ "attributes": {
210
+ "group": "palette",
211
+ "category": "red"
212
+ },
213
+ "filePath": "src/tokens/palette.tsx",
214
+ "isSource": false,
215
+ "original": {
216
+ "value": "#FF9C8F",
217
+ "attributes": {
218
+ "group": "palette",
219
+ "category": "red"
220
+ }
221
+ },
222
+ "name": "color.palette.R300",
223
+ "path": ["color", "palette", "R300"]
224
+ }, {
225
+ "value": "#F87462",
226
+ "attributes": {
227
+ "group": "palette",
228
+ "category": "red"
229
+ },
230
+ "filePath": "src/tokens/palette.tsx",
231
+ "isSource": false,
232
+ "original": {
233
+ "value": "#F87462",
234
+ "attributes": {
235
+ "group": "palette",
236
+ "category": "red"
237
+ }
238
+ },
239
+ "name": "color.palette.R400",
240
+ "path": ["color", "palette", "R400"]
241
+ }, {
242
+ "value": "#EF5C48",
243
+ "attributes": {
244
+ "group": "palette",
245
+ "category": "red"
246
+ },
247
+ "filePath": "src/tokens/palette.tsx",
248
+ "isSource": false,
249
+ "original": {
250
+ "value": "#EF5C48",
251
+ "attributes": {
252
+ "group": "palette",
253
+ "category": "red"
254
+ }
255
+ },
256
+ "name": "color.palette.R500",
257
+ "path": ["color", "palette", "R500"]
258
+ }, {
259
+ "value": "#E34935",
260
+ "attributes": {
261
+ "group": "palette",
262
+ "category": "red"
263
+ },
264
+ "filePath": "src/tokens/palette.tsx",
265
+ "isSource": false,
266
+ "original": {
267
+ "value": "#E34935",
268
+ "attributes": {
269
+ "group": "palette",
270
+ "category": "red"
271
+ }
272
+ },
273
+ "name": "color.palette.R600",
274
+ "path": ["color", "palette", "R600"]
275
+ }, {
276
+ "value": "#CA3521",
277
+ "attributes": {
278
+ "group": "palette",
279
+ "category": "red"
280
+ },
281
+ "filePath": "src/tokens/palette.tsx",
282
+ "isSource": false,
283
+ "original": {
284
+ "value": "#CA3521",
285
+ "attributes": {
286
+ "group": "palette",
287
+ "category": "red"
288
+ }
289
+ },
290
+ "name": "color.palette.R700",
291
+ "path": ["color", "palette", "R700"]
292
+ }, {
293
+ "value": "#AE2A19",
294
+ "attributes": {
295
+ "group": "palette",
296
+ "category": "red"
297
+ },
298
+ "filePath": "src/tokens/palette.tsx",
299
+ "isSource": false,
300
+ "original": {
301
+ "value": "#AE2A19",
302
+ "attributes": {
303
+ "group": "palette",
304
+ "category": "red"
305
+ }
306
+ },
307
+ "name": "color.palette.R800",
308
+ "path": ["color", "palette", "R800"]
309
+ }, {
310
+ "value": "#601E16",
311
+ "attributes": {
312
+ "group": "palette",
313
+ "category": "red"
314
+ },
315
+ "filePath": "src/tokens/palette.tsx",
316
+ "isSource": false,
317
+ "original": {
318
+ "value": "#601E16",
319
+ "attributes": {
320
+ "group": "palette",
321
+ "category": "red"
322
+ }
323
+ },
324
+ "name": "color.palette.R900",
325
+ "path": ["color", "palette", "R900"]
326
+ }, {
327
+ "value": "#391813",
328
+ "attributes": {
329
+ "group": "palette",
330
+ "category": "red"
331
+ },
332
+ "filePath": "src/tokens/palette.tsx",
333
+ "isSource": false,
334
+ "original": {
335
+ "value": "#391813",
336
+ "attributes": {
337
+ "group": "palette",
338
+ "category": "red"
339
+ }
340
+ },
341
+ "name": "color.palette.R1000",
342
+ "path": ["color", "palette", "R1000"]
343
+ }, {
344
+ "value": "#FFF7D6",
345
+ "attributes": {
346
+ "group": "palette",
347
+ "category": "yellow"
348
+ },
349
+ "filePath": "src/tokens/palette.tsx",
350
+ "isSource": false,
351
+ "original": {
352
+ "value": "#FFF7D6",
353
+ "attributes": {
354
+ "group": "palette",
355
+ "category": "yellow"
356
+ }
357
+ },
358
+ "name": "color.palette.Y100",
359
+ "path": ["color", "palette", "Y100"]
360
+ }, {
361
+ "value": "#F8E6A0",
362
+ "attributes": {
363
+ "group": "palette",
364
+ "category": "yellow"
365
+ },
366
+ "filePath": "src/tokens/palette.tsx",
367
+ "isSource": false,
368
+ "original": {
369
+ "value": "#F8E6A0",
370
+ "attributes": {
371
+ "group": "palette",
372
+ "category": "yellow"
373
+ }
374
+ },
375
+ "name": "color.palette.Y200",
376
+ "path": ["color", "palette", "Y200"]
377
+ }, {
378
+ "value": "#F5CD47",
379
+ "attributes": {
380
+ "group": "palette",
381
+ "category": "yellow"
382
+ },
383
+ "filePath": "src/tokens/palette.tsx",
384
+ "isSource": false,
385
+ "original": {
386
+ "value": "#F5CD47",
387
+ "attributes": {
388
+ "group": "palette",
389
+ "category": "yellow"
390
+ }
391
+ },
392
+ "name": "color.palette.Y300",
393
+ "path": ["color", "palette", "Y300"]
394
+ }, {
395
+ "value": "#E2B203",
396
+ "attributes": {
397
+ "group": "palette",
398
+ "category": "yellow"
399
+ },
400
+ "filePath": "src/tokens/palette.tsx",
401
+ "isSource": false,
402
+ "original": {
403
+ "value": "#E2B203",
404
+ "attributes": {
405
+ "group": "palette",
406
+ "category": "yellow"
407
+ }
408
+ },
409
+ "name": "color.palette.Y400",
410
+ "path": ["color", "palette", "Y400"]
411
+ }, {
412
+ "value": "#CF9F02",
413
+ "attributes": {
414
+ "group": "palette",
415
+ "category": "yellow"
416
+ },
417
+ "filePath": "src/tokens/palette.tsx",
418
+ "isSource": false,
419
+ "original": {
420
+ "value": "#CF9F02",
421
+ "attributes": {
422
+ "group": "palette",
423
+ "category": "yellow"
424
+ }
425
+ },
426
+ "name": "color.palette.Y500",
427
+ "path": ["color", "palette", "Y500"]
428
+ }, {
429
+ "value": "#B38600",
430
+ "attributes": {
431
+ "group": "palette",
432
+ "category": "yellow"
433
+ },
434
+ "filePath": "src/tokens/palette.tsx",
435
+ "isSource": false,
436
+ "original": {
437
+ "value": "#B38600",
438
+ "attributes": {
439
+ "group": "palette",
440
+ "category": "yellow"
441
+ }
442
+ },
443
+ "name": "color.palette.Y600",
444
+ "path": ["color", "palette", "Y600"]
445
+ }, {
446
+ "value": "#946F00",
447
+ "attributes": {
448
+ "group": "palette",
449
+ "category": "yellow"
450
+ },
451
+ "filePath": "src/tokens/palette.tsx",
452
+ "isSource": false,
453
+ "original": {
454
+ "value": "#946F00",
455
+ "attributes": {
456
+ "group": "palette",
457
+ "category": "yellow"
458
+ }
459
+ },
460
+ "name": "color.palette.Y700",
461
+ "path": ["color", "palette", "Y700"]
462
+ }, {
463
+ "value": "#7F5F01",
464
+ "attributes": {
465
+ "group": "palette",
466
+ "category": "yellow"
467
+ },
468
+ "filePath": "src/tokens/palette.tsx",
469
+ "isSource": false,
470
+ "original": {
471
+ "value": "#7F5F01",
472
+ "attributes": {
473
+ "group": "palette",
474
+ "category": "yellow"
475
+ }
476
+ },
477
+ "name": "color.palette.Y800",
478
+ "path": ["color", "palette", "Y800"]
479
+ }, {
480
+ "value": "#533F04",
481
+ "attributes": {
482
+ "group": "palette",
483
+ "category": "yellow"
484
+ },
485
+ "filePath": "src/tokens/palette.tsx",
486
+ "isSource": false,
487
+ "original": {
488
+ "value": "#533F04",
489
+ "attributes": {
490
+ "group": "palette",
491
+ "category": "yellow"
492
+ }
493
+ },
494
+ "name": "color.palette.Y900",
495
+ "path": ["color", "palette", "Y900"]
496
+ }, {
497
+ "value": "#3D2E00",
498
+ "attributes": {
499
+ "group": "palette",
500
+ "category": "yellow"
501
+ },
502
+ "filePath": "src/tokens/palette.tsx",
503
+ "isSource": false,
504
+ "original": {
505
+ "value": "#3D2E00",
506
+ "attributes": {
507
+ "group": "palette",
508
+ "category": "yellow"
509
+ }
510
+ },
511
+ "name": "color.palette.Y1000",
512
+ "path": ["color", "palette", "Y1000"]
513
+ }, {
514
+ "value": "#DFFCF0",
515
+ "attributes": {
516
+ "group": "palette",
517
+ "category": "green"
518
+ },
519
+ "filePath": "src/tokens/palette.tsx",
520
+ "isSource": false,
521
+ "original": {
522
+ "value": "#DFFCF0",
523
+ "attributes": {
524
+ "group": "palette",
525
+ "category": "green"
526
+ }
527
+ },
528
+ "name": "color.palette.G100",
529
+ "path": ["color", "palette", "G100"]
530
+ }, {
531
+ "value": "#BAF3DB",
532
+ "attributes": {
533
+ "group": "palette",
534
+ "category": "green"
535
+ },
536
+ "filePath": "src/tokens/palette.tsx",
537
+ "isSource": false,
538
+ "original": {
539
+ "value": "#BAF3DB",
540
+ "attributes": {
541
+ "group": "palette",
542
+ "category": "green"
543
+ }
544
+ },
545
+ "name": "color.palette.G200",
546
+ "path": ["color", "palette", "G200"]
547
+ }, {
548
+ "value": "#7EE2B8",
549
+ "attributes": {
550
+ "group": "palette",
551
+ "category": "green"
552
+ },
553
+ "filePath": "src/tokens/palette.tsx",
554
+ "isSource": false,
555
+ "original": {
556
+ "value": "#7EE2B8",
557
+ "attributes": {
558
+ "group": "palette",
559
+ "category": "green"
560
+ }
561
+ },
562
+ "name": "color.palette.G300",
563
+ "path": ["color", "palette", "G300"]
564
+ }, {
565
+ "value": "#4BCE97",
566
+ "attributes": {
567
+ "group": "palette",
568
+ "category": "green"
569
+ },
570
+ "filePath": "src/tokens/palette.tsx",
571
+ "isSource": false,
572
+ "original": {
573
+ "value": "#4BCE97",
574
+ "attributes": {
575
+ "group": "palette",
576
+ "category": "green"
577
+ }
578
+ },
579
+ "name": "color.palette.G400",
580
+ "path": ["color", "palette", "G400"]
581
+ }, {
582
+ "value": "#2ABB7F",
583
+ "attributes": {
584
+ "group": "palette",
585
+ "category": "green"
586
+ },
587
+ "filePath": "src/tokens/palette.tsx",
588
+ "isSource": false,
589
+ "original": {
590
+ "value": "#2ABB7F",
591
+ "attributes": {
592
+ "group": "palette",
593
+ "category": "green"
594
+ }
595
+ },
596
+ "name": "color.palette.G500",
597
+ "path": ["color", "palette", "G500"]
598
+ }, {
599
+ "value": "#22A06B",
600
+ "attributes": {
601
+ "group": "palette",
602
+ "category": "green"
603
+ },
604
+ "filePath": "src/tokens/palette.tsx",
605
+ "isSource": false,
606
+ "original": {
607
+ "value": "#22A06B",
608
+ "attributes": {
609
+ "group": "palette",
610
+ "category": "green"
611
+ }
612
+ },
613
+ "name": "color.palette.G600",
614
+ "path": ["color", "palette", "G600"]
615
+ }, {
616
+ "value": "#1F845A",
617
+ "attributes": {
618
+ "group": "palette",
619
+ "category": "green"
620
+ },
621
+ "filePath": "src/tokens/palette.tsx",
622
+ "isSource": false,
623
+ "original": {
624
+ "value": "#1F845A",
625
+ "attributes": {
626
+ "group": "palette",
627
+ "category": "green"
628
+ }
629
+ },
630
+ "name": "color.palette.G700",
631
+ "path": ["color", "palette", "G700"]
632
+ }, {
633
+ "value": "#216E4E",
634
+ "attributes": {
635
+ "group": "palette",
636
+ "category": "green"
637
+ },
638
+ "filePath": "src/tokens/palette.tsx",
639
+ "isSource": false,
640
+ "original": {
641
+ "value": "#216E4E",
642
+ "attributes": {
643
+ "group": "palette",
644
+ "category": "green"
645
+ }
646
+ },
647
+ "name": "color.palette.G800",
648
+ "path": ["color", "palette", "G800"]
649
+ }, {
650
+ "value": "#164B35",
651
+ "attributes": {
652
+ "group": "palette",
653
+ "category": "green"
654
+ },
655
+ "filePath": "src/tokens/palette.tsx",
656
+ "isSource": false,
657
+ "original": {
658
+ "value": "#164B35",
659
+ "attributes": {
660
+ "group": "palette",
661
+ "category": "green"
662
+ }
663
+ },
664
+ "name": "color.palette.G900",
665
+ "path": ["color", "palette", "G900"]
666
+ }, {
667
+ "value": "#133527",
668
+ "attributes": {
669
+ "group": "palette",
670
+ "category": "green"
671
+ },
672
+ "filePath": "src/tokens/palette.tsx",
673
+ "isSource": false,
674
+ "original": {
675
+ "value": "#133527",
676
+ "attributes": {
677
+ "group": "palette",
678
+ "category": "green"
679
+ }
680
+ },
681
+ "name": "color.palette.G1000",
682
+ "path": ["color", "palette", "G1000"]
683
+ }, {
684
+ "value": "#F3F0FF",
685
+ "attributes": {
686
+ "group": "palette",
687
+ "category": "purple"
688
+ },
689
+ "filePath": "src/tokens/palette.tsx",
690
+ "isSource": false,
691
+ "original": {
692
+ "value": "#F3F0FF",
693
+ "attributes": {
694
+ "group": "palette",
695
+ "category": "purple"
696
+ }
697
+ },
698
+ "name": "color.palette.P100",
699
+ "path": ["color", "palette", "P100"]
700
+ }, {
701
+ "value": "#DFD8FD",
702
+ "attributes": {
703
+ "group": "palette",
704
+ "category": "purple"
705
+ },
706
+ "filePath": "src/tokens/palette.tsx",
707
+ "isSource": false,
708
+ "original": {
709
+ "value": "#DFD8FD",
710
+ "attributes": {
711
+ "group": "palette",
712
+ "category": "purple"
713
+ }
714
+ },
715
+ "name": "color.palette.P200",
716
+ "path": ["color", "palette", "P200"]
717
+ }, {
718
+ "value": "#B8ACF6",
719
+ "attributes": {
720
+ "group": "palette",
721
+ "category": "purple"
722
+ },
723
+ "filePath": "src/tokens/palette.tsx",
724
+ "isSource": false,
725
+ "original": {
726
+ "value": "#B8ACF6",
727
+ "attributes": {
728
+ "group": "palette",
729
+ "category": "purple"
730
+ }
731
+ },
732
+ "name": "color.palette.P300",
733
+ "path": ["color", "palette", "P300"]
734
+ }, {
735
+ "value": "#9F8FEF",
736
+ "attributes": {
737
+ "group": "palette",
738
+ "category": "purple"
739
+ },
740
+ "filePath": "src/tokens/palette.tsx",
741
+ "isSource": false,
742
+ "original": {
743
+ "value": "#9F8FEF",
744
+ "attributes": {
745
+ "group": "palette",
746
+ "category": "purple"
747
+ }
748
+ },
749
+ "name": "color.palette.P400",
750
+ "path": ["color", "palette", "P400"]
751
+ }, {
752
+ "value": "#8F7EE7",
753
+ "attributes": {
754
+ "group": "palette",
755
+ "category": "purple"
756
+ },
757
+ "filePath": "src/tokens/palette.tsx",
758
+ "isSource": false,
759
+ "original": {
760
+ "value": "#8F7EE7",
761
+ "attributes": {
762
+ "group": "palette",
763
+ "category": "purple"
764
+ }
765
+ },
766
+ "name": "color.palette.P500",
767
+ "path": ["color", "palette", "P500"]
768
+ }, {
769
+ "value": "#8270DB",
770
+ "attributes": {
771
+ "group": "palette",
772
+ "category": "purple"
773
+ },
774
+ "filePath": "src/tokens/palette.tsx",
775
+ "isSource": false,
776
+ "original": {
777
+ "value": "#8270DB",
778
+ "attributes": {
779
+ "group": "palette",
780
+ "category": "purple"
781
+ }
782
+ },
783
+ "name": "color.palette.P600",
784
+ "path": ["color", "palette", "P600"]
785
+ }, {
786
+ "value": "#6E5DC6",
787
+ "attributes": {
788
+ "group": "palette",
789
+ "category": "purple"
790
+ },
791
+ "filePath": "src/tokens/palette.tsx",
792
+ "isSource": false,
793
+ "original": {
794
+ "value": "#6E5DC6",
795
+ "attributes": {
796
+ "group": "palette",
797
+ "category": "purple"
798
+ }
799
+ },
800
+ "name": "color.palette.P700",
801
+ "path": ["color", "palette", "P700"]
802
+ }, {
803
+ "value": "#5E4DB2",
804
+ "attributes": {
805
+ "group": "palette",
806
+ "category": "purple"
807
+ },
808
+ "filePath": "src/tokens/palette.tsx",
809
+ "isSource": false,
810
+ "original": {
811
+ "value": "#5E4DB2",
812
+ "attributes": {
813
+ "group": "palette",
814
+ "category": "purple"
815
+ }
816
+ },
817
+ "name": "color.palette.P800",
818
+ "path": ["color", "palette", "P800"]
819
+ }, {
820
+ "value": "#352C63",
821
+ "attributes": {
822
+ "group": "palette",
823
+ "category": "purple"
824
+ },
825
+ "filePath": "src/tokens/palette.tsx",
826
+ "isSource": false,
827
+ "original": {
828
+ "value": "#352C63",
829
+ "attributes": {
830
+ "group": "palette",
831
+ "category": "purple"
832
+ }
833
+ },
834
+ "name": "color.palette.P900",
835
+ "path": ["color", "palette", "P900"]
836
+ }, {
837
+ "value": "#231C3F",
838
+ "attributes": {
839
+ "group": "palette",
840
+ "category": "purple"
841
+ },
842
+ "filePath": "src/tokens/palette.tsx",
843
+ "isSource": false,
844
+ "original": {
845
+ "value": "#231C3F",
846
+ "attributes": {
847
+ "group": "palette",
848
+ "category": "purple"
849
+ }
850
+ },
851
+ "name": "color.palette.P1000",
852
+ "path": ["color", "palette", "P1000"]
853
+ }, {
854
+ "value": "#E3FAFC",
855
+ "attributes": {
856
+ "group": "palette",
857
+ "category": "teal"
858
+ },
859
+ "filePath": "src/tokens/palette.tsx",
860
+ "isSource": false,
861
+ "original": {
862
+ "value": "#E3FAFC",
863
+ "attributes": {
864
+ "group": "palette",
865
+ "category": "teal"
866
+ }
867
+ },
868
+ "name": "color.palette.T100",
869
+ "path": ["color", "palette", "T100"]
870
+ }, {
871
+ "value": "#C1F0F5",
872
+ "attributes": {
873
+ "group": "palette",
874
+ "category": "teal"
875
+ },
876
+ "filePath": "src/tokens/palette.tsx",
877
+ "isSource": false,
878
+ "original": {
879
+ "value": "#C1F0F5",
880
+ "attributes": {
881
+ "group": "palette",
882
+ "category": "teal"
883
+ }
884
+ },
885
+ "name": "color.palette.T200",
886
+ "path": ["color", "palette", "T200"]
887
+ }, {
888
+ "value": "#8BDBE5",
889
+ "attributes": {
890
+ "group": "palette",
891
+ "category": "teal"
892
+ },
893
+ "filePath": "src/tokens/palette.tsx",
894
+ "isSource": false,
895
+ "original": {
896
+ "value": "#8BDBE5",
897
+ "attributes": {
898
+ "group": "palette",
899
+ "category": "teal"
900
+ }
901
+ },
902
+ "name": "color.palette.T300",
903
+ "path": ["color", "palette", "T300"]
904
+ }, {
905
+ "value": "#60C6D2",
906
+ "attributes": {
907
+ "group": "palette",
908
+ "category": "teal"
909
+ },
910
+ "filePath": "src/tokens/palette.tsx",
911
+ "isSource": false,
912
+ "original": {
913
+ "value": "#60C6D2",
914
+ "attributes": {
915
+ "group": "palette",
916
+ "category": "teal"
917
+ }
918
+ },
919
+ "name": "color.palette.T400",
920
+ "path": ["color", "palette", "T400"]
921
+ }, {
922
+ "value": "#37B4C3",
923
+ "attributes": {
924
+ "group": "palette",
925
+ "category": "teal"
926
+ },
927
+ "filePath": "src/tokens/palette.tsx",
928
+ "isSource": false,
929
+ "original": {
930
+ "value": "#37B4C3",
931
+ "attributes": {
932
+ "group": "palette",
933
+ "category": "teal"
934
+ }
935
+ },
936
+ "name": "color.palette.T500",
937
+ "path": ["color", "palette", "T500"]
938
+ }, {
939
+ "value": "#1D9AAA",
940
+ "attributes": {
941
+ "group": "palette",
942
+ "category": "teal"
943
+ },
944
+ "filePath": "src/tokens/palette.tsx",
945
+ "isSource": false,
946
+ "original": {
947
+ "value": "#1D9AAA",
948
+ "attributes": {
949
+ "group": "palette",
950
+ "category": "teal"
951
+ }
952
+ },
953
+ "name": "color.palette.T600",
954
+ "path": ["color", "palette", "T600"]
955
+ }, {
956
+ "value": "#1D7F8C",
957
+ "attributes": {
958
+ "group": "palette",
959
+ "category": "teal"
960
+ },
961
+ "filePath": "src/tokens/palette.tsx",
962
+ "isSource": false,
963
+ "original": {
964
+ "value": "#1D7F8C",
965
+ "attributes": {
966
+ "group": "palette",
967
+ "category": "teal"
968
+ }
969
+ },
970
+ "name": "color.palette.T700",
971
+ "path": ["color", "palette", "T700"]
972
+ }, {
973
+ "value": "#206B74",
974
+ "attributes": {
975
+ "group": "palette",
976
+ "category": "teal"
977
+ },
978
+ "filePath": "src/tokens/palette.tsx",
979
+ "isSource": false,
980
+ "original": {
981
+ "value": "#206B74",
982
+ "attributes": {
983
+ "group": "palette",
984
+ "category": "teal"
985
+ }
986
+ },
987
+ "name": "color.palette.T800",
988
+ "path": ["color", "palette", "T800"]
989
+ }, {
990
+ "value": "#1D474C",
991
+ "attributes": {
992
+ "group": "palette",
993
+ "category": "teal"
994
+ },
995
+ "filePath": "src/tokens/palette.tsx",
996
+ "isSource": false,
997
+ "original": {
998
+ "value": "#1D474C",
999
+ "attributes": {
1000
+ "group": "palette",
1001
+ "category": "teal"
1002
+ }
1003
+ },
1004
+ "name": "color.palette.T900",
1005
+ "path": ["color", "palette", "T900"]
1006
+ }, {
1007
+ "value": "#153337",
1008
+ "attributes": {
1009
+ "group": "palette",
1010
+ "category": "teal"
1011
+ },
1012
+ "filePath": "src/tokens/palette.tsx",
1013
+ "isSource": false,
1014
+ "original": {
1015
+ "value": "#153337",
1016
+ "attributes": {
1017
+ "group": "palette",
1018
+ "category": "teal"
1019
+ }
1020
+ },
1021
+ "name": "color.palette.T1000",
1022
+ "path": ["color", "palette", "T1000"]
1023
+ }, {
1024
+ "value": "#FFF4E5",
1025
+ "attributes": {
1026
+ "group": "palette",
1027
+ "category": "orange"
1028
+ },
1029
+ "filePath": "src/tokens/palette.tsx",
1030
+ "isSource": false,
1031
+ "original": {
1032
+ "value": "#FFF4E5",
1033
+ "attributes": {
1034
+ "group": "palette",
1035
+ "category": "orange"
1036
+ }
1037
+ },
1038
+ "name": "color.palette.O100",
1039
+ "path": ["color", "palette", "O100"]
1040
+ }, {
1041
+ "value": "#FFE2BD",
1042
+ "attributes": {
1043
+ "group": "palette",
1044
+ "category": "orange"
1045
+ },
1046
+ "filePath": "src/tokens/palette.tsx",
1047
+ "isSource": false,
1048
+ "original": {
1049
+ "value": "#FFE2BD",
1050
+ "attributes": {
1051
+ "group": "palette",
1052
+ "category": "orange"
1053
+ }
1054
+ },
1055
+ "name": "color.palette.O200",
1056
+ "path": ["color", "palette", "O200"]
1057
+ }, {
1058
+ "value": "#FEC57B",
1059
+ "attributes": {
1060
+ "group": "palette",
1061
+ "category": "orange"
1062
+ },
1063
+ "filePath": "src/tokens/palette.tsx",
1064
+ "isSource": false,
1065
+ "original": {
1066
+ "value": "#FEC57B",
1067
+ "attributes": {
1068
+ "group": "palette",
1069
+ "category": "orange"
1070
+ }
1071
+ },
1072
+ "name": "color.palette.O300",
1073
+ "path": ["color", "palette", "O300"]
1074
+ }, {
1075
+ "value": "#FAA53D",
1076
+ "attributes": {
1077
+ "group": "palette",
1078
+ "category": "orange"
1079
+ },
1080
+ "filePath": "src/tokens/palette.tsx",
1081
+ "isSource": false,
1082
+ "original": {
1083
+ "value": "#FAA53D",
1084
+ "attributes": {
1085
+ "group": "palette",
1086
+ "category": "orange"
1087
+ }
1088
+ },
1089
+ "name": "color.palette.O400",
1090
+ "path": ["color", "palette", "O400"]
1091
+ }, {
1092
+ "value": "#F18D13",
1093
+ "attributes": {
1094
+ "group": "palette",
1095
+ "category": "orange"
1096
+ },
1097
+ "filePath": "src/tokens/palette.tsx",
1098
+ "isSource": false,
1099
+ "original": {
1100
+ "value": "#F18D13",
1101
+ "attributes": {
1102
+ "group": "palette",
1103
+ "category": "orange"
1104
+ }
1105
+ },
1106
+ "name": "color.palette.O500",
1107
+ "path": ["color", "palette", "O500"]
1108
+ }, {
1109
+ "value": "#D97008",
1110
+ "attributes": {
1111
+ "group": "palette",
1112
+ "category": "orange"
1113
+ },
1114
+ "filePath": "src/tokens/palette.tsx",
1115
+ "isSource": false,
1116
+ "original": {
1117
+ "value": "#D97008",
1118
+ "attributes": {
1119
+ "group": "palette",
1120
+ "category": "orange"
1121
+ }
1122
+ },
1123
+ "name": "color.palette.O600",
1124
+ "path": ["color", "palette", "O600"]
1125
+ }, {
1126
+ "value": "#B65C02",
1127
+ "attributes": {
1128
+ "group": "palette",
1129
+ "category": "orange"
1130
+ },
1131
+ "filePath": "src/tokens/palette.tsx",
1132
+ "isSource": false,
1133
+ "original": {
1134
+ "value": "#B65C02",
1135
+ "attributes": {
1136
+ "group": "palette",
1137
+ "category": "orange"
1138
+ }
1139
+ },
1140
+ "name": "color.palette.O700",
1141
+ "path": ["color", "palette", "O700"]
1142
+ }, {
1143
+ "value": "#974F0C",
1144
+ "attributes": {
1145
+ "group": "palette",
1146
+ "category": "orange"
1147
+ },
1148
+ "filePath": "src/tokens/palette.tsx",
1149
+ "isSource": false,
1150
+ "original": {
1151
+ "value": "#974F0C",
1152
+ "attributes": {
1153
+ "group": "palette",
1154
+ "category": "orange"
1155
+ }
1156
+ },
1157
+ "name": "color.palette.O800",
1158
+ "path": ["color", "palette", "O800"]
1159
+ }, {
1160
+ "value": "#5F3811",
1161
+ "attributes": {
1162
+ "group": "palette",
1163
+ "category": "orange"
1164
+ },
1165
+ "filePath": "src/tokens/palette.tsx",
1166
+ "isSource": false,
1167
+ "original": {
1168
+ "value": "#5F3811",
1169
+ "attributes": {
1170
+ "group": "palette",
1171
+ "category": "orange"
1172
+ }
1173
+ },
1174
+ "name": "color.palette.O900",
1175
+ "path": ["color", "palette", "O900"]
1176
+ }, {
1177
+ "value": "#43290F",
1178
+ "attributes": {
1179
+ "group": "palette",
1180
+ "category": "orange"
1181
+ },
1182
+ "filePath": "src/tokens/palette.tsx",
1183
+ "isSource": false,
1184
+ "original": {
1185
+ "value": "#43290F",
1186
+ "attributes": {
1187
+ "group": "palette",
1188
+ "category": "orange"
1189
+ }
1190
+ },
1191
+ "name": "color.palette.O1000",
1192
+ "path": ["color", "palette", "O1000"]
1193
+ }, {
1194
+ "value": "#FFECF8",
1195
+ "attributes": {
1196
+ "group": "palette",
1197
+ "category": "magenta"
1198
+ },
1199
+ "filePath": "src/tokens/palette.tsx",
1200
+ "isSource": false,
1201
+ "original": {
1202
+ "value": "#FFECF8",
1203
+ "attributes": {
1204
+ "group": "palette",
1205
+ "category": "magenta"
1206
+ }
1207
+ },
1208
+ "name": "color.palette.M100",
1209
+ "path": ["color", "palette", "M100"]
1210
+ }, {
1211
+ "value": "#FDD0EC",
1212
+ "attributes": {
1213
+ "group": "palette",
1214
+ "category": "magenta"
1215
+ },
1216
+ "filePath": "src/tokens/palette.tsx",
1217
+ "isSource": false,
1218
+ "original": {
1219
+ "value": "#FDD0EC",
1220
+ "attributes": {
1221
+ "group": "palette",
1222
+ "category": "magenta"
1223
+ }
1224
+ },
1225
+ "name": "color.palette.M200",
1226
+ "path": ["color", "palette", "M200"]
1227
+ }, {
1228
+ "value": "#F797D2",
1229
+ "attributes": {
1230
+ "group": "palette",
1231
+ "category": "magenta"
1232
+ },
1233
+ "filePath": "src/tokens/palette.tsx",
1234
+ "isSource": false,
1235
+ "original": {
1236
+ "value": "#F797D2",
1237
+ "attributes": {
1238
+ "group": "palette",
1239
+ "category": "magenta"
1240
+ }
1241
+ },
1242
+ "name": "color.palette.M300",
1243
+ "path": ["color", "palette", "M300"]
1244
+ }, {
1245
+ "value": "#E774BB",
1246
+ "attributes": {
1247
+ "group": "palette",
1248
+ "category": "magenta"
1249
+ },
1250
+ "filePath": "src/tokens/palette.tsx",
1251
+ "isSource": false,
1252
+ "original": {
1253
+ "value": "#E774BB",
1254
+ "attributes": {
1255
+ "group": "palette",
1256
+ "category": "magenta"
1257
+ }
1258
+ },
1259
+ "name": "color.palette.M400",
1260
+ "path": ["color", "palette", "M400"]
1261
+ }, {
1262
+ "value": "#DA62AC",
1263
+ "attributes": {
1264
+ "group": "palette",
1265
+ "category": "magenta"
1266
+ },
1267
+ "filePath": "src/tokens/palette.tsx",
1268
+ "isSource": false,
1269
+ "original": {
1270
+ "value": "#DA62AC",
1271
+ "attributes": {
1272
+ "group": "palette",
1273
+ "category": "magenta"
1274
+ }
1275
+ },
1276
+ "name": "color.palette.M500",
1277
+ "path": ["color", "palette", "M500"]
1278
+ }, {
1279
+ "value": "#CD519D",
1280
+ "attributes": {
1281
+ "group": "palette",
1282
+ "category": "magenta"
1283
+ },
1284
+ "filePath": "src/tokens/palette.tsx",
1285
+ "isSource": false,
1286
+ "original": {
1287
+ "value": "#CD519D",
1288
+ "attributes": {
1289
+ "group": "palette",
1290
+ "category": "magenta"
1291
+ }
1292
+ },
1293
+ "name": "color.palette.M600",
1294
+ "path": ["color", "palette", "M600"]
1295
+ }, {
1296
+ "value": "#AE4787",
1297
+ "attributes": {
1298
+ "group": "palette",
1299
+ "category": "magenta"
1300
+ },
1301
+ "filePath": "src/tokens/palette.tsx",
1302
+ "isSource": false,
1303
+ "original": {
1304
+ "value": "#AE4787",
1305
+ "attributes": {
1306
+ "group": "palette",
1307
+ "category": "magenta"
1308
+ }
1309
+ },
1310
+ "name": "color.palette.M700",
1311
+ "path": ["color", "palette", "M700"]
1312
+ }, {
1313
+ "value": "#943D73",
1314
+ "attributes": {
1315
+ "group": "palette",
1316
+ "category": "magenta"
1317
+ },
1318
+ "filePath": "src/tokens/palette.tsx",
1319
+ "isSource": false,
1320
+ "original": {
1321
+ "value": "#943D73",
1322
+ "attributes": {
1323
+ "group": "palette",
1324
+ "category": "magenta"
1325
+ }
1326
+ },
1327
+ "name": "color.palette.M800",
1328
+ "path": ["color", "palette", "M800"]
1329
+ }, {
1330
+ "value": "#50253F",
1331
+ "attributes": {
1332
+ "group": "palette",
1333
+ "category": "magenta"
1334
+ },
1335
+ "filePath": "src/tokens/palette.tsx",
1336
+ "isSource": false,
1337
+ "original": {
1338
+ "value": "#50253F",
1339
+ "attributes": {
1340
+ "group": "palette",
1341
+ "category": "magenta"
1342
+ }
1343
+ },
1344
+ "name": "color.palette.M900",
1345
+ "path": ["color", "palette", "M900"]
1346
+ }, {
1347
+ "value": "#341829",
1348
+ "attributes": {
1349
+ "group": "palette",
1350
+ "category": "magenta"
1351
+ },
1352
+ "filePath": "src/tokens/palette.tsx",
1353
+ "isSource": false,
1354
+ "original": {
1355
+ "value": "#341829",
1356
+ "attributes": {
1357
+ "group": "palette",
1358
+ "category": "magenta"
1359
+ }
1360
+ },
1361
+ "name": "color.palette.M1000",
1362
+ "path": ["color", "palette", "M1000"]
1363
+ }, {
1364
+ "value": "#101214",
1365
+ "attributes": {
1366
+ "group": "palette",
1367
+ "category": "dark neutral"
1368
+ },
1369
+ "filePath": "src/tokens/palette.tsx",
1370
+ "isSource": false,
1371
+ "original": {
1372
+ "value": "#101214",
1373
+ "attributes": {
1374
+ "group": "palette",
1375
+ "category": "dark neutral"
1376
+ }
1377
+ },
1378
+ "name": "color.palette.DN-100",
1379
+ "path": ["color", "palette", "DN-100"]
1380
+ }, {
1381
+ "value": "#03040442",
1382
+ "attributes": {
1383
+ "group": "palette",
1384
+ "category": "dark neutral"
1385
+ },
1386
+ "filePath": "src/tokens/palette.tsx",
1387
+ "isSource": false,
1388
+ "original": {
1389
+ "value": "#03040442",
1390
+ "attributes": {
1391
+ "group": "palette",
1392
+ "category": "dark neutral"
1393
+ }
1394
+ },
1395
+ "name": "color.palette.DN-100A",
1396
+ "path": ["color", "palette", "DN-100A"]
1397
+ }, {
1398
+ "value": "#161A1D",
1399
+ "attributes": {
1400
+ "group": "palette",
1401
+ "category": "dark neutral"
1402
+ },
1403
+ "filePath": "src/tokens/palette.tsx",
1404
+ "isSource": false,
1405
+ "original": {
1406
+ "value": "#161A1D",
1407
+ "attributes": {
1408
+ "group": "palette",
1409
+ "category": "dark neutral"
1410
+ }
1411
+ },
1412
+ "name": "color.palette.DN0",
1413
+ "path": ["color", "palette", "DN0"]
1414
+ }, {
1415
+ "value": "#1D2125",
1416
+ "attributes": {
1417
+ "group": "palette",
1418
+ "category": "dark neutral"
1419
+ },
1420
+ "filePath": "src/tokens/palette.tsx",
1421
+ "isSource": false,
1422
+ "original": {
1423
+ "value": "#1D2125",
1424
+ "attributes": {
1425
+ "group": "palette",
1426
+ "category": "dark neutral"
1427
+ }
1428
+ },
1429
+ "name": "color.palette.DN100",
1430
+ "path": ["color", "palette", "DN100"]
1431
+ }, {
1432
+ "value": "#BCD6F00A",
1433
+ "attributes": {
1434
+ "group": "palette",
1435
+ "category": "dark neutral"
1436
+ },
1437
+ "filePath": "src/tokens/palette.tsx",
1438
+ "isSource": false,
1439
+ "original": {
1440
+ "value": "#BCD6F00A",
1441
+ "attributes": {
1442
+ "group": "palette",
1443
+ "category": "dark neutral"
1444
+ }
1445
+ },
1446
+ "name": "color.palette.DN100A",
1447
+ "path": ["color", "palette", "DN100A"]
1448
+ }, {
1449
+ "value": "#22272B",
1450
+ "attributes": {
1451
+ "group": "palette",
1452
+ "category": "dark neutral"
1453
+ },
1454
+ "filePath": "src/tokens/palette.tsx",
1455
+ "isSource": false,
1456
+ "original": {
1457
+ "value": "#22272B",
1458
+ "attributes": {
1459
+ "group": "palette",
1460
+ "category": "dark neutral"
1461
+ }
1462
+ },
1463
+ "name": "color.palette.DN200",
1464
+ "path": ["color", "palette", "DN200"]
1465
+ }, {
1466
+ "value": "#A1BDD914",
1467
+ "attributes": {
1468
+ "group": "palette",
1469
+ "category": "dark neutral"
1470
+ },
1471
+ "filePath": "src/tokens/palette.tsx",
1472
+ "isSource": false,
1473
+ "original": {
1474
+ "value": "#A1BDD914",
1475
+ "attributes": {
1476
+ "group": "palette",
1477
+ "category": "dark neutral"
1478
+ }
1479
+ },
1480
+ "name": "color.palette.DN200A",
1481
+ "path": ["color", "palette", "DN200A"]
1482
+ }, {
1483
+ "value": "#2C333A",
1484
+ "attributes": {
1485
+ "group": "palette",
1486
+ "category": "dark neutral"
1487
+ },
1488
+ "filePath": "src/tokens/palette.tsx",
1489
+ "isSource": false,
1490
+ "original": {
1491
+ "value": "#2C333A",
1492
+ "attributes": {
1493
+ "group": "palette",
1494
+ "category": "dark neutral"
1495
+ }
1496
+ },
1497
+ "name": "color.palette.DN300",
1498
+ "path": ["color", "palette", "DN300"]
1499
+ }, {
1500
+ "value": "#A6C5E229",
1501
+ "attributes": {
1502
+ "group": "palette",
1503
+ "category": "dark neutral"
1504
+ },
1505
+ "filePath": "src/tokens/palette.tsx",
1506
+ "isSource": false,
1507
+ "original": {
1508
+ "value": "#A6C5E229",
1509
+ "attributes": {
1510
+ "group": "palette",
1511
+ "category": "dark neutral"
1512
+ }
1513
+ },
1514
+ "name": "color.palette.DN300A",
1515
+ "path": ["color", "palette", "DN300A"]
1516
+ }, {
1517
+ "value": "#454F59",
1518
+ "attributes": {
1519
+ "group": "palette",
1520
+ "category": "dark neutral"
1521
+ },
1522
+ "filePath": "src/tokens/palette.tsx",
1523
+ "isSource": false,
1524
+ "original": {
1525
+ "value": "#454F59",
1526
+ "attributes": {
1527
+ "group": "palette",
1528
+ "category": "dark neutral"
1529
+ }
1530
+ },
1531
+ "name": "color.palette.DN400",
1532
+ "path": ["color", "palette", "DN400"]
1533
+ }, {
1534
+ "value": "#BFDBF847",
1535
+ "attributes": {
1536
+ "group": "palette",
1537
+ "category": "dark neutral"
1538
+ },
1539
+ "filePath": "src/tokens/palette.tsx",
1540
+ "isSource": false,
1541
+ "original": {
1542
+ "value": "#BFDBF847",
1543
+ "attributes": {
1544
+ "group": "palette",
1545
+ "category": "dark neutral"
1546
+ }
1547
+ },
1548
+ "name": "color.palette.DN400A",
1549
+ "path": ["color", "palette", "DN400A"]
1550
+ }, {
1551
+ "value": "#5C6C7A",
1552
+ "attributes": {
1553
+ "group": "palette",
1554
+ "category": "dark neutral"
1555
+ },
1556
+ "filePath": "src/tokens/palette.tsx",
1557
+ "isSource": false,
1558
+ "original": {
1559
+ "value": "#5C6C7A",
1560
+ "attributes": {
1561
+ "group": "palette",
1562
+ "category": "dark neutral"
1563
+ }
1564
+ },
1565
+ "name": "color.palette.DN500",
1566
+ "path": ["color", "palette", "DN500"]
1567
+ }, {
1568
+ "value": "#A9C5DF7A",
1569
+ "attributes": {
1570
+ "group": "palette",
1571
+ "category": "dark neutral"
1572
+ },
1573
+ "filePath": "src/tokens/palette.tsx",
1574
+ "isSource": false,
1575
+ "original": {
1576
+ "value": "#A9C5DF7A",
1577
+ "attributes": {
1578
+ "group": "palette",
1579
+ "category": "dark neutral"
1580
+ }
1581
+ },
1582
+ "name": "color.palette.DN500A",
1583
+ "path": ["color", "palette", "DN500A"]
1584
+ }, {
1585
+ "value": "#738496",
1586
+ "attributes": {
1587
+ "group": "palette",
1588
+ "category": "dark neutral"
1589
+ },
1590
+ "filePath": "src/tokens/palette.tsx",
1591
+ "isSource": false,
1592
+ "original": {
1593
+ "value": "#738496",
1594
+ "attributes": {
1595
+ "group": "palette",
1596
+ "category": "dark neutral"
1597
+ }
1598
+ },
1599
+ "name": "color.palette.DN600",
1600
+ "path": ["color", "palette", "DN600"]
1601
+ }, {
1602
+ "value": "#8696A7",
1603
+ "attributes": {
1604
+ "group": "palette",
1605
+ "category": "dark neutral"
1606
+ },
1607
+ "filePath": "src/tokens/palette.tsx",
1608
+ "isSource": false,
1609
+ "original": {
1610
+ "value": "#8696A7",
1611
+ "attributes": {
1612
+ "group": "palette",
1613
+ "category": "dark neutral"
1614
+ }
1615
+ },
1616
+ "name": "color.palette.DN700",
1617
+ "path": ["color", "palette", "DN700"]
1618
+ }, {
1619
+ "value": "#9FADBC",
1620
+ "attributes": {
1621
+ "group": "palette",
1622
+ "category": "dark neutral"
1623
+ },
1624
+ "filePath": "src/tokens/palette.tsx",
1625
+ "isSource": false,
1626
+ "original": {
1627
+ "value": "#9FADBC",
1628
+ "attributes": {
1629
+ "group": "palette",
1630
+ "category": "dark neutral"
1631
+ }
1632
+ },
1633
+ "name": "color.palette.DN800",
1634
+ "path": ["color", "palette", "DN800"]
1635
+ }, {
1636
+ "value": "#B6C2CF",
1637
+ "attributes": {
1638
+ "group": "palette",
1639
+ "category": "dark neutral"
1640
+ },
1641
+ "filePath": "src/tokens/palette.tsx",
1642
+ "isSource": false,
1643
+ "original": {
1644
+ "value": "#B6C2CF",
1645
+ "attributes": {
1646
+ "group": "palette",
1647
+ "category": "dark neutral"
1648
+ }
1649
+ },
1650
+ "name": "color.palette.DN900",
1651
+ "path": ["color", "palette", "DN900"]
1652
+ }, {
1653
+ "value": "#C7D1DB",
1654
+ "attributes": {
1655
+ "group": "palette",
1656
+ "category": "dark neutral"
1657
+ },
1658
+ "filePath": "src/tokens/palette.tsx",
1659
+ "isSource": false,
1660
+ "original": {
1661
+ "value": "#C7D1DB",
1662
+ "attributes": {
1663
+ "group": "palette",
1664
+ "category": "dark neutral"
1665
+ }
1666
+ },
1667
+ "name": "color.palette.DN1000",
1668
+ "path": ["color", "palette", "DN1000"]
1669
+ }, {
1670
+ "value": "#DEE4EA",
1671
+ "attributes": {
1672
+ "group": "palette",
1673
+ "category": "dark neutral"
1674
+ },
1675
+ "filePath": "src/tokens/palette.tsx",
1676
+ "isSource": false,
1677
+ "original": {
1678
+ "value": "#DEE4EA",
1679
+ "attributes": {
1680
+ "group": "palette",
1681
+ "category": "dark neutral"
1682
+ }
1683
+ },
1684
+ "name": "color.palette.DN1100",
1685
+ "path": ["color", "palette", "DN1100"]
1686
+ }, {
1687
+ "value": "#FFFFFF",
1688
+ "attributes": {
1689
+ "group": "palette",
1690
+ "category": "light neutral"
1691
+ },
1692
+ "filePath": "src/tokens/palette.tsx",
1693
+ "isSource": false,
1694
+ "original": {
1695
+ "value": "#FFFFFF",
1696
+ "attributes": {
1697
+ "group": "palette",
1698
+ "category": "light neutral"
1699
+ }
1700
+ },
1701
+ "name": "color.palette.N0",
1702
+ "path": ["color", "palette", "N0"]
1703
+ }, {
1704
+ "value": "#F7F8F9",
1705
+ "attributes": {
1706
+ "group": "palette",
1707
+ "category": "light neutral"
1708
+ },
1709
+ "filePath": "src/tokens/palette.tsx",
1710
+ "isSource": false,
1711
+ "original": {
1712
+ "value": "#F7F8F9",
1713
+ "attributes": {
1714
+ "group": "palette",
1715
+ "category": "light neutral"
1716
+ }
1717
+ },
1718
+ "name": "color.palette.N100",
1719
+ "path": ["color", "palette", "N100"]
1720
+ }, {
1721
+ "value": "#091E4208",
1722
+ "attributes": {
1723
+ "group": "palette",
1724
+ "category": "light neutral"
1725
+ },
1726
+ "filePath": "src/tokens/palette.tsx",
1727
+ "isSource": false,
1728
+ "original": {
1729
+ "value": "#091E4208",
1730
+ "attributes": {
1731
+ "group": "palette",
1732
+ "category": "light neutral"
1733
+ }
1734
+ },
1735
+ "name": "color.palette.N100A",
1736
+ "path": ["color", "palette", "N100A"]
1737
+ }, {
1738
+ "value": "#F1F2F4",
1739
+ "attributes": {
1740
+ "group": "palette",
1741
+ "category": "light neutral"
1742
+ },
1743
+ "filePath": "src/tokens/palette.tsx",
1744
+ "isSource": false,
1745
+ "original": {
1746
+ "value": "#F1F2F4",
1747
+ "attributes": {
1748
+ "group": "palette",
1749
+ "category": "light neutral"
1750
+ }
1751
+ },
1752
+ "name": "color.palette.N200",
1753
+ "path": ["color", "palette", "N200"]
1754
+ }, {
1755
+ "value": "#091E420F",
1756
+ "attributes": {
1757
+ "group": "palette",
1758
+ "category": "light neutral"
1759
+ },
1760
+ "filePath": "src/tokens/palette.tsx",
1761
+ "isSource": false,
1762
+ "original": {
1763
+ "value": "#091E420F",
1764
+ "attributes": {
1765
+ "group": "palette",
1766
+ "category": "light neutral"
1767
+ }
1768
+ },
1769
+ "name": "color.palette.N200A",
1770
+ "path": ["color", "palette", "N200A"]
1771
+ }, {
1772
+ "value": "#DCDFE4",
1773
+ "attributes": {
1774
+ "group": "palette",
1775
+ "category": "light neutral"
1776
+ },
1777
+ "filePath": "src/tokens/palette.tsx",
1778
+ "isSource": false,
1779
+ "original": {
1780
+ "value": "#DCDFE4",
1781
+ "attributes": {
1782
+ "group": "palette",
1783
+ "category": "light neutral"
1784
+ }
1785
+ },
1786
+ "name": "color.palette.N300",
1787
+ "path": ["color", "palette", "N300"]
1788
+ }, {
1789
+ "value": "#091E4224",
1790
+ "attributes": {
1791
+ "group": "palette",
1792
+ "category": "light neutral"
1793
+ },
1794
+ "filePath": "src/tokens/palette.tsx",
1795
+ "isSource": false,
1796
+ "original": {
1797
+ "value": "#091E4224",
1798
+ "attributes": {
1799
+ "group": "palette",
1800
+ "category": "light neutral"
1801
+ }
1802
+ },
1803
+ "name": "color.palette.N300A",
1804
+ "path": ["color", "palette", "N300A"]
1805
+ }, {
1806
+ "value": "#B3B9C4",
1807
+ "attributes": {
1808
+ "group": "palette",
1809
+ "category": "light neutral"
1810
+ },
1811
+ "filePath": "src/tokens/palette.tsx",
1812
+ "isSource": false,
1813
+ "original": {
1814
+ "value": "#B3B9C4",
1815
+ "attributes": {
1816
+ "group": "palette",
1817
+ "category": "light neutral"
1818
+ }
1819
+ },
1820
+ "name": "color.palette.N400",
1821
+ "path": ["color", "palette", "N400"]
1822
+ }, {
1823
+ "value": "#091E424F",
1824
+ "attributes": {
1825
+ "group": "palette",
1826
+ "category": "light neutral"
1827
+ },
1828
+ "filePath": "src/tokens/palette.tsx",
1829
+ "isSource": false,
1830
+ "original": {
1831
+ "value": "#091E424F",
1832
+ "attributes": {
1833
+ "group": "palette",
1834
+ "category": "light neutral"
1835
+ }
1836
+ },
1837
+ "name": "color.palette.N400A",
1838
+ "path": ["color", "palette", "N400A"]
1839
+ }, {
1840
+ "value": "#8993A5",
1841
+ "attributes": {
1842
+ "group": "palette",
1843
+ "category": "light neutral"
1844
+ },
1845
+ "filePath": "src/tokens/palette.tsx",
1846
+ "isSource": false,
1847
+ "original": {
1848
+ "value": "#8993A5",
1849
+ "attributes": {
1850
+ "group": "palette",
1851
+ "category": "light neutral"
1852
+ }
1853
+ },
1854
+ "name": "color.palette.N500",
1855
+ "path": ["color", "palette", "N500"]
1856
+ }, {
1857
+ "value": "#091E427A",
1858
+ "attributes": {
1859
+ "group": "palette",
1860
+ "category": "light neutral"
1861
+ },
1862
+ "filePath": "src/tokens/palette.tsx",
1863
+ "isSource": false,
1864
+ "original": {
1865
+ "value": "#091E427A",
1866
+ "attributes": {
1867
+ "group": "palette",
1868
+ "category": "light neutral"
1869
+ }
1870
+ },
1871
+ "name": "color.palette.N500A",
1872
+ "path": ["color", "palette", "N500A"]
1873
+ }, {
1874
+ "value": "#758195",
1875
+ "attributes": {
1876
+ "group": "palette",
1877
+ "category": "light neutral"
1878
+ },
1879
+ "filePath": "src/tokens/palette.tsx",
1880
+ "isSource": false,
1881
+ "original": {
1882
+ "value": "#758195",
1883
+ "attributes": {
1884
+ "group": "palette",
1885
+ "category": "light neutral"
1886
+ }
1887
+ },
1888
+ "name": "color.palette.N600",
1889
+ "path": ["color", "palette", "N600"]
1890
+ }, {
1891
+ "value": "#626F86",
1892
+ "attributes": {
1893
+ "group": "palette",
1894
+ "category": "light neutral"
1895
+ },
1896
+ "filePath": "src/tokens/palette.tsx",
1897
+ "isSource": false,
1898
+ "original": {
1899
+ "value": "#626F86",
1900
+ "attributes": {
1901
+ "group": "palette",
1902
+ "category": "light neutral"
1903
+ }
1904
+ },
1905
+ "name": "color.palette.N700",
1906
+ "path": ["color", "palette", "N700"]
1907
+ }, {
1908
+ "value": "#44546F",
1909
+ "attributes": {
1910
+ "group": "palette",
1911
+ "category": "light neutral"
1912
+ },
1913
+ "filePath": "src/tokens/palette.tsx",
1914
+ "isSource": false,
1915
+ "original": {
1916
+ "value": "#44546F",
1917
+ "attributes": {
1918
+ "group": "palette",
1919
+ "category": "light neutral"
1920
+ }
1921
+ },
1922
+ "name": "color.palette.N800",
1923
+ "path": ["color", "palette", "N800"]
1924
+ }, {
1925
+ "value": "#2C3E5D",
1926
+ "attributes": {
1927
+ "group": "palette",
1928
+ "category": "light neutral"
1929
+ },
1930
+ "filePath": "src/tokens/palette.tsx",
1931
+ "isSource": false,
1932
+ "original": {
1933
+ "value": "#2C3E5D",
1934
+ "attributes": {
1935
+ "group": "palette",
1936
+ "category": "light neutral"
1937
+ }
1938
+ },
1939
+ "name": "color.palette.N900",
1940
+ "path": ["color", "palette", "N900"]
1941
+ }, {
1942
+ "value": "#172B4D",
1943
+ "attributes": {
1944
+ "group": "palette",
1945
+ "category": "light neutral"
1946
+ },
1947
+ "filePath": "src/tokens/palette.tsx",
1948
+ "isSource": false,
1949
+ "original": {
1950
+ "value": "#172B4D",
1951
+ "attributes": {
1952
+ "group": "palette",
1953
+ "category": "light neutral"
1954
+ }
1955
+ },
1956
+ "name": "color.palette.N1000",
1957
+ "path": ["color", "palette", "N1000"]
1958
+ }, {
1959
+ "value": "#091E42",
1960
+ "attributes": {
1961
+ "group": "palette",
1962
+ "category": "light neutral"
1963
+ },
1964
+ "filePath": "src/tokens/palette.tsx",
1965
+ "isSource": false,
1966
+ "original": {
1967
+ "value": "#091E42",
1968
+ "attributes": {
1969
+ "group": "palette",
1970
+ "category": "light neutral"
1971
+ }
1972
+ },
1973
+ "name": "color.palette.N1100",
1974
+ "path": ["color", "palette", "N1100"]
1975
+ }];
1976
+ export default tokens;