@atlaskit/tokens 0.9.1 → 0.9.4

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