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