@autofleet/theme 0.1.1 → 0.1.2

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 (57) hide show
  1. package/package.json +3 -2
  2. package/src/colors/atomic-colors.d.ts +132 -0
  3. package/src/colors/atomic-colors.js +150 -0
  4. package/src/colors/atomic-colors.js.map +1 -0
  5. package/src/colors/index.d.ts +12 -0
  6. package/src/colors/index.js +12 -0
  7. package/src/colors/index.js.map +1 -0
  8. package/src/colors/tokens/color-token-mapping.d.ts +8 -0
  9. package/src/colors/tokens/color-token-mapping.js +885 -0
  10. package/src/colors/tokens/color-token-mapping.js.map +1 -0
  11. package/src/colors/tokens/color-tokens.d.ts +17 -0
  12. package/src/colors/tokens/color-tokens.js +97 -0
  13. package/src/colors/tokens/color-tokens.js.map +1 -0
  14. package/src/colors-utils.d.ts +57 -0
  15. package/src/colors-utils.js +104 -0
  16. package/src/colors-utils.js.map +1 -0
  17. package/src/const.d.ts +4 -0
  18. package/src/const.js +5 -0
  19. package/src/const.js.map +1 -0
  20. package/src/fonts/atomic-fonts.d.ts +13 -0
  21. package/src/fonts/atomic-fonts.js +75 -0
  22. package/src/fonts/atomic-fonts.js.map +1 -0
  23. package/src/fonts/index.d.ts +20 -0
  24. package/src/fonts/index.js +22 -0
  25. package/src/fonts/index.js.map +1 -0
  26. package/src/index.d.ts +77 -0
  27. package/src/index.js +16 -0
  28. package/src/index.js.map +1 -0
  29. package/src/shadow/index.d.ts +19 -0
  30. package/src/shadow/{index.ts → index.js} +11 -32
  31. package/src/shadow/index.js.map +1 -0
  32. package/src/spacing/border-radius.d.ts +8 -0
  33. package/src/spacing/border-radius.js +9 -0
  34. package/src/spacing/border-radius.js.map +1 -0
  35. package/src/spacing/index.d.ts +25 -0
  36. package/src/spacing/{index.ts → index.js} +3 -3
  37. package/src/spacing/index.js.map +1 -0
  38. package/src/spacing/spacing.d.ts +15 -0
  39. package/src/spacing/spacing.js +16 -0
  40. package/src/spacing/spacing.js.map +1 -0
  41. package/.nvmrc +0 -1
  42. package/project.json +0 -40
  43. package/src/colors/atomic-colors.ts +0 -169
  44. package/src/colors/index.ts +0 -31
  45. package/src/colors/tokens/color-token-mapping.ts +0 -909
  46. package/src/colors/tokens/color-tokens.ts +0 -110
  47. package/src/colors-utils.ts +0 -196
  48. package/src/const.ts +0 -4
  49. package/src/fonts/atomic-fonts.ts +0 -102
  50. package/src/fonts/index.ts +0 -22
  51. package/src/index.ts +0 -38
  52. package/src/spacing/border-radius.ts +0 -8
  53. package/src/spacing/spacing.ts +0 -15
  54. package/tsconfig.json +0 -22
  55. package/tsconfig.lib.json +0 -10
  56. package/tsconfig.spec.json +0 -20
  57. package/vite.config.ts +0 -15
@@ -0,0 +1,885 @@
1
+ const PRE_COLOR_TOKEN_MAP = {
2
+ 'bg-primary': {
3
+ autofleet: {
4
+ light: 'n-00',
5
+ dark: 'n-05',
6
+ },
7
+ whiteLabel: {
8
+ light: 'n-00',
9
+ dark: 'n-05',
10
+ },
11
+ },
12
+ 'bg-secondary': {
13
+ autofleet: {
14
+ light: 'n-01',
15
+ dark: 'n-04',
16
+ },
17
+ whiteLabel: {
18
+ light: 'n-01',
19
+ dark: 'n-04',
20
+ },
21
+ },
22
+ 'bg-info': {
23
+ autofleet: {
24
+ light: 'b-01',
25
+ dark: 'b-04',
26
+ },
27
+ whiteLabel: {
28
+ light: 'b-01',
29
+ dark: 'b-04',
30
+ },
31
+ },
32
+ 'bg-success': {
33
+ autofleet: {
34
+ light: 'g-01',
35
+ dark: 'g-04',
36
+ },
37
+ whiteLabel: {
38
+ light: 'g-01',
39
+ dark: 'g-04',
40
+ },
41
+ },
42
+ 'bg-warning': {
43
+ autofleet: {
44
+ light: 'y-01',
45
+ dark: 'y-04',
46
+ },
47
+ whiteLabel: {
48
+ light: 'y-01',
49
+ dark: 'y-04',
50
+ },
51
+ },
52
+ 'bg-error': {
53
+ autofleet: {
54
+ light: 'r-01',
55
+ dark: 'r-04',
56
+ },
57
+ whiteLabel: {
58
+ light: 'r-01',
59
+ dark: 'r-04',
60
+ },
61
+ },
62
+ 'divider-neutral': {
63
+ autofleet: {
64
+ light: 'n-opa-32',
65
+ dark: 'n-opa-32',
66
+ },
67
+ whiteLabel: {
68
+ light: 'n-opa-32',
69
+ dark: 'n-opa-32',
70
+ },
71
+ },
72
+ 'divider-invert': {
73
+ autofleet: {
74
+ light: 'n-00-opa-32',
75
+ dark: 'n-00-opa-32',
76
+ },
77
+ whiteLabel: {
78
+ light: 'n-00-opa-32',
79
+ dark: 'n-00-opa-32',
80
+ },
81
+ },
82
+ 'divider-brand': {
83
+ autofleet: {
84
+ light: 'brand-opa-32',
85
+ dark: 'brand-opa-32',
86
+ },
87
+ whiteLabel: {
88
+ light: 'brand-opa-32',
89
+ dark: 'brand-opa-32',
90
+ },
91
+ },
92
+ 'divider-info': {
93
+ autofleet: {
94
+ light: 'b-opa-32',
95
+ dark: 'b-opa-32',
96
+ },
97
+ whiteLabel: {
98
+ light: 'b-opa-32',
99
+ dark: 'b-opa-32',
100
+ },
101
+ },
102
+ 'divider-success': {
103
+ autofleet: {
104
+ light: 'g-opa-32',
105
+ dark: 'g-opa-32',
106
+ },
107
+ whiteLabel: {
108
+ light: 'g-opa-32',
109
+ dark: 'g-opa-32',
110
+ },
111
+ },
112
+ 'divider-warning': {
113
+ autofleet: {
114
+ light: 'y-opa-32',
115
+ dark: 'y-opa-32',
116
+ },
117
+ whiteLabel: {
118
+ light: 'y-opa-32',
119
+ dark: 'y-opa-32',
120
+ },
121
+ },
122
+ 'divider-error': {
123
+ autofleet: {
124
+ light: 'r-opa-32',
125
+ dark: 'r-opa-32',
126
+ },
127
+ whiteLabel: {
128
+ light: 'r-opa-32',
129
+ dark: 'r-opa-32',
130
+ },
131
+ },
132
+ 'primary-btn': {
133
+ autofleet: {
134
+ light: 'brand',
135
+ dark: 'brand',
136
+ },
137
+ whiteLabel: {
138
+ light: 'brand',
139
+ dark: 'brand',
140
+ },
141
+ },
142
+ 'primary-btn-hover': {
143
+ autofleet: {
144
+ light: 'brand-hover',
145
+ dark: 'brand-hover',
146
+ },
147
+ whiteLabel: {
148
+ light: 'brand-hover',
149
+ dark: 'brand-hover',
150
+ },
151
+ },
152
+ 'primary-btn-opa-01': {
153
+ autofleet: {
154
+ light: 'brand-opa-10',
155
+ dark: 'brand-opa-16',
156
+ },
157
+ whiteLabel: {
158
+ light: 'brand-opa-10',
159
+ dark: 'brand-opa-16',
160
+ },
161
+ },
162
+ 'primary-btn-opa-02': {
163
+ autofleet: {
164
+ light: 'brand-opa-24',
165
+ dark: 'brand-opa-24',
166
+ },
167
+ whiteLabel: {
168
+ light: 'brand-opa-24',
169
+ dark: 'brand-opa-24',
170
+ },
171
+ },
172
+ other: {
173
+ autofleet: {
174
+ light: 'brand',
175
+ dark: 'brand',
176
+ },
177
+ whiteLabel: {
178
+ light: 'n-05',
179
+ dark: 'n-00',
180
+ },
181
+ },
182
+ 'other-hover': {
183
+ autofleet: {
184
+ light: 'brand-hover',
185
+ dark: 'brand-hover',
186
+ },
187
+ whiteLabel: {
188
+ light: 'n-03',
189
+ dark: 'n-02',
190
+ },
191
+ },
192
+ 'other-opa-01': {
193
+ autofleet: {
194
+ light: 'brand-opa-10',
195
+ dark: 'brand-opa-16',
196
+ },
197
+ whiteLabel: {
198
+ light: 'n-opa-10',
199
+ dark: 'n-opa-16',
200
+ },
201
+ },
202
+ 'other-opa-02': {
203
+ autofleet: {
204
+ light: 'brand-opa-24',
205
+ dark: 'brand-opa-24',
206
+ },
207
+ whiteLabel: {
208
+ light: 'n-opa-24',
209
+ dark: 'n-opa-24',
210
+ },
211
+ },
212
+ 'other-text': {
213
+ autofleet: {
214
+ light: 'b-06',
215
+ dark: 'b-07',
216
+ },
217
+ whiteLabel: {
218
+ light: 'b-06',
219
+ dark: 'b-07',
220
+ },
221
+ },
222
+ 'neutral-dark': {
223
+ autofleet: {
224
+ light: 'n-05',
225
+ dark: 'n-00',
226
+ },
227
+ whiteLabel: {
228
+ light: 'n-05',
229
+ dark: 'n-00',
230
+ },
231
+ },
232
+ 'neutral-charcoal': {
233
+ autofleet: {
234
+ light: 'n-03',
235
+ dark: 'n-02',
236
+ },
237
+ whiteLabel: {
238
+ light: 'n-03',
239
+ dark: 'n-02',
240
+ },
241
+ },
242
+ 'neutral-light': {
243
+ autofleet: {
244
+ light: 'n-02',
245
+ dark: 'n-03',
246
+ },
247
+ whiteLabel: {
248
+ light: 'n-02',
249
+ dark: 'n-03',
250
+ },
251
+ },
252
+ 'neutral-invert': {
253
+ autofleet: {
254
+ light: 'n-00',
255
+ dark: 'n-05',
256
+ },
257
+ whiteLabel: {
258
+ light: 'n-00',
259
+ dark: 'n-05',
260
+ },
261
+ },
262
+ 'neutral-opa-01': {
263
+ autofleet: {
264
+ light: 'n-opa-10',
265
+ dark: 'n-opa-16',
266
+ },
267
+ whiteLabel: {
268
+ light: 'n-opa-10',
269
+ dark: 'n-opa-16',
270
+ },
271
+ },
272
+ 'neutral-opa-02': {
273
+ autofleet: {
274
+ light: 'n-opa-24',
275
+ dark: 'n-opa-24',
276
+ },
277
+ whiteLabel: {
278
+ light: 'n-opa-24',
279
+ dark: 'n-opa-24',
280
+ },
281
+ },
282
+ 'info-hover': {
283
+ autofleet: {
284
+ light: 'b-03',
285
+ dark: 'b-05',
286
+ },
287
+ whiteLabel: {
288
+ light: 'b-03',
289
+ dark: 'b-05',
290
+ },
291
+ },
292
+ info: {
293
+ autofleet: {
294
+ light: 'b-02',
295
+ dark: 'b-02',
296
+ },
297
+ whiteLabel: {
298
+ light: 'b-02',
299
+ dark: 'b-02',
300
+ },
301
+ },
302
+ 'info-opa-01': {
303
+ autofleet: {
304
+ light: 'b-opa-10',
305
+ dark: 'b-opa-16',
306
+ },
307
+ whiteLabel: {
308
+ light: 'b-opa-10',
309
+ dark: 'b-opa-16',
310
+ },
311
+ },
312
+ 'info-opa-02': {
313
+ autofleet: {
314
+ light: 'b-opa-24',
315
+ dark: 'b-opa-24',
316
+ },
317
+ whiteLabel: {
318
+ light: 'b-opa-24',
319
+ dark: 'b-opa-24',
320
+ },
321
+ },
322
+ 'info-text': {
323
+ autofleet: {
324
+ light: 'b-06',
325
+ dark: 'b-07',
326
+ },
327
+ whiteLabel: {
328
+ light: 'b-06',
329
+ dark: 'b-07',
330
+ },
331
+ },
332
+ 'success-hover': {
333
+ autofleet: {
334
+ light: 'g-03',
335
+ dark: 'g-05',
336
+ },
337
+ whiteLabel: {
338
+ light: 'g-03',
339
+ dark: 'g-05',
340
+ },
341
+ },
342
+ success: {
343
+ autofleet: {
344
+ light: 'g-02',
345
+ dark: 'g-02',
346
+ },
347
+ whiteLabel: {
348
+ light: 'g-02',
349
+ dark: 'g-02',
350
+ },
351
+ },
352
+ 'success-opa-01': {
353
+ autofleet: {
354
+ light: 'g-opa-10',
355
+ dark: 'g-opa-16',
356
+ },
357
+ whiteLabel: {
358
+ light: 'g-opa-10',
359
+ dark: 'g-opa-16',
360
+ },
361
+ },
362
+ 'success-opa-02': {
363
+ autofleet: {
364
+ light: 'g-opa-24',
365
+ dark: 'g-opa-24',
366
+ },
367
+ whiteLabel: {
368
+ light: 'g-opa-24',
369
+ dark: 'g-opa-24',
370
+ },
371
+ },
372
+ 'success-text': {
373
+ autofleet: {
374
+ light: 'g-06',
375
+ dark: 'g-07',
376
+ },
377
+ whiteLabel: {
378
+ light: 'g-06',
379
+ dark: 'g-07',
380
+ },
381
+ },
382
+ 'warning-hover': {
383
+ autofleet: {
384
+ light: 'y-03',
385
+ dark: 'y-05',
386
+ },
387
+ whiteLabel: {
388
+ light: 'y-03',
389
+ dark: 'y-05',
390
+ },
391
+ },
392
+ warning: {
393
+ autofleet: {
394
+ light: 'y-02',
395
+ dark: 'y-02',
396
+ },
397
+ whiteLabel: {
398
+ light: 'y-02',
399
+ dark: 'y-02',
400
+ },
401
+ },
402
+ 'warning-opa-01': {
403
+ autofleet: {
404
+ light: 'y-opa-10',
405
+ dark: 'y-opa-16',
406
+ },
407
+ whiteLabel: {
408
+ light: 'y-opa-10',
409
+ dark: 'y-opa-16',
410
+ },
411
+ },
412
+ 'warning-opa-02': {
413
+ autofleet: {
414
+ light: 'y-opa-24',
415
+ dark: 'y-opa-24',
416
+ },
417
+ whiteLabel: {
418
+ light: 'y-opa-24',
419
+ dark: 'y-opa-24',
420
+ },
421
+ },
422
+ 'warning-text': {
423
+ autofleet: {
424
+ light: 'y-06',
425
+ dark: 'y-07',
426
+ },
427
+ whiteLabel: {
428
+ light: 'y-06',
429
+ dark: 'y-07',
430
+ },
431
+ },
432
+ 'error-hover': {
433
+ autofleet: {
434
+ light: 'r-03',
435
+ dark: 'r-05',
436
+ },
437
+ whiteLabel: {
438
+ light: 'r-03',
439
+ dark: 'r-05',
440
+ },
441
+ },
442
+ error: {
443
+ autofleet: {
444
+ light: 'r-02',
445
+ dark: 'r-02',
446
+ },
447
+ whiteLabel: {
448
+ light: 'r-02',
449
+ dark: 'r-02',
450
+ },
451
+ },
452
+ 'error-opa-01': {
453
+ autofleet: {
454
+ light: 'r-opa-10',
455
+ dark: 'r-opa-16',
456
+ },
457
+ whiteLabel: {
458
+ light: 'r-opa-10',
459
+ dark: 'r-opa-16',
460
+ },
461
+ },
462
+ 'error-opa-02': {
463
+ autofleet: {
464
+ light: 'r-opa-24',
465
+ dark: 'r-opa-24',
466
+ },
467
+ whiteLabel: {
468
+ light: 'r-opa-24',
469
+ dark: 'r-opa-24',
470
+ },
471
+ },
472
+ 'error-text': {
473
+ autofleet: {
474
+ light: 'r-06',
475
+ dark: 'r-07',
476
+ },
477
+ whiteLabel: {
478
+ light: 'r-06',
479
+ dark: 'r-07',
480
+ },
481
+ },
482
+ purple: {
483
+ autofleet: {
484
+ light: 'pu-02',
485
+ dark: 'pu-02',
486
+ },
487
+ whiteLabel: {
488
+ light: 'pu-02',
489
+ dark: 'pu-02',
490
+ },
491
+ },
492
+ 'purple-opa-01': {
493
+ autofleet: {
494
+ light: 'pu-opa-10',
495
+ dark: 'pu-opa-16',
496
+ },
497
+ whiteLabel: {
498
+ light: 'pu-opa-10',
499
+ dark: 'pu-opa-16',
500
+ },
501
+ },
502
+ 'purple-opa-02': {
503
+ autofleet: {
504
+ light: 'pu-opa-24',
505
+ dark: 'pu-opa-24',
506
+ },
507
+ whiteLabel: {
508
+ light: 'pu-opa-24',
509
+ dark: 'pu-opa-24',
510
+ },
511
+ },
512
+ 'purple-text': {
513
+ autofleet: {
514
+ light: 'pu-06',
515
+ dark: 'pu-07',
516
+ },
517
+ whiteLabel: {
518
+ light: 'pu-06',
519
+ dark: 'pu-07',
520
+ },
521
+ },
522
+ orange: {
523
+ autofleet: {
524
+ light: 'or-02',
525
+ dark: 'or-02',
526
+ },
527
+ whiteLabel: {
528
+ light: 'or-02',
529
+ dark: 'or-02',
530
+ },
531
+ },
532
+ 'orange-opa-01': {
533
+ autofleet: {
534
+ light: 'or-opa-10',
535
+ dark: 'or-opa-16',
536
+ },
537
+ whiteLabel: {
538
+ light: 'or-opa-10',
539
+ dark: 'or-opa-16',
540
+ },
541
+ },
542
+ 'orange-opa-02': {
543
+ autofleet: {
544
+ light: 'or-opa-24',
545
+ dark: 'or-opa-24',
546
+ },
547
+ whiteLabel: {
548
+ light: 'or-opa-24',
549
+ dark: 'or-opa-24',
550
+ },
551
+ },
552
+ 'orange-text': {
553
+ autofleet: {
554
+ light: 'or-06',
555
+ dark: 'or-07',
556
+ },
557
+ whiteLabel: {
558
+ light: 'or-06',
559
+ dark: 'or-07',
560
+ },
561
+ },
562
+ turquoise: {
563
+ autofleet: {
564
+ light: 'tu-02',
565
+ dark: 'tu-02',
566
+ },
567
+ whiteLabel: {
568
+ light: 'tu-02',
569
+ dark: 'tu-02',
570
+ },
571
+ },
572
+ 'turquoise-opa-01': {
573
+ autofleet: {
574
+ light: 'tu-opa-10',
575
+ dark: 'tu-opa-16',
576
+ },
577
+ whiteLabel: {
578
+ light: 'tu-opa-10',
579
+ dark: 'tu-opa-16',
580
+ },
581
+ },
582
+ 'turquoise-opa-02': {
583
+ autofleet: {
584
+ light: 'tu-opa-24',
585
+ dark: 'tu-opa-24',
586
+ },
587
+ whiteLabel: {
588
+ light: 'tu-opa-24',
589
+ dark: 'tu-opa-24',
590
+ },
591
+ },
592
+ 'turquoise-text': {
593
+ autofleet: {
594
+ light: 'tu-06',
595
+ dark: 'tu-07',
596
+ },
597
+ whiteLabel: {
598
+ light: 'tu-06',
599
+ dark: 'tu-07',
600
+ },
601
+ },
602
+ pink: {
603
+ autofleet: {
604
+ light: 'pi-02',
605
+ dark: 'pi-02',
606
+ },
607
+ whiteLabel: {
608
+ light: 'pi-02',
609
+ dark: 'pi-02',
610
+ },
611
+ },
612
+ 'pink-opa-01': {
613
+ autofleet: {
614
+ light: 'pi-opa-10',
615
+ dark: 'pi-opa-16',
616
+ },
617
+ whiteLabel: {
618
+ light: 'pi-opa-10',
619
+ dark: 'pi-opa-16',
620
+ },
621
+ },
622
+ 'pink-opa-02': {
623
+ autofleet: {
624
+ light: 'pi-opa-24',
625
+ dark: 'pi-opa-24',
626
+ },
627
+ whiteLabel: {
628
+ light: 'pi-opa-24',
629
+ dark: 'pi-opa-24',
630
+ },
631
+ },
632
+ 'pink-text': {
633
+ autofleet: {
634
+ light: 'pi-06',
635
+ dark: 'pi-07',
636
+ },
637
+ whiteLabel: {
638
+ light: 'pi-06',
639
+ dark: 'pi-07',
640
+ },
641
+ },
642
+ ultramarine: {
643
+ autofleet: {
644
+ light: 'ul-02',
645
+ dark: 'ul-02',
646
+ },
647
+ whiteLabel: {
648
+ light: 'ul-02',
649
+ dark: 'ul-02',
650
+ },
651
+ },
652
+ 'ultramarine-opa-01': {
653
+ autofleet: {
654
+ light: 'ul-opa-10',
655
+ dark: 'ul-opa-16',
656
+ },
657
+ whiteLabel: {
658
+ light: 'ul-opa-10',
659
+ dark: 'ul-opa-16',
660
+ },
661
+ },
662
+ 'ultramarine-opa-02': {
663
+ autofleet: {
664
+ light: 'ul-opa-24',
665
+ dark: 'ul-opa-24',
666
+ },
667
+ whiteLabel: {
668
+ light: 'ul-opa-24',
669
+ dark: 'ul-opa-24',
670
+ },
671
+ },
672
+ 'ultramarine-text': {
673
+ autofleet: {
674
+ light: 'ul-06',
675
+ dark: 'ul-07',
676
+ },
677
+ whiteLabel: {
678
+ light: 'ul-06',
679
+ dark: 'ul-07',
680
+ },
681
+ },
682
+ peach: {
683
+ autofleet: {
684
+ light: 'pe-02',
685
+ dark: 'pe-02',
686
+ },
687
+ whiteLabel: {
688
+ light: 'pe-02',
689
+ dark: 'pe-02',
690
+ },
691
+ },
692
+ 'peach-opa-01': {
693
+ autofleet: {
694
+ light: 'pe-opa-10',
695
+ dark: 'pe-opa-16',
696
+ },
697
+ whiteLabel: {
698
+ light: 'pe-opa-10',
699
+ dark: 'pe-opa-16',
700
+ },
701
+ },
702
+ 'peach-opa-02': {
703
+ autofleet: {
704
+ light: 'pe-opa-24',
705
+ dark: 'pe-opa-24',
706
+ },
707
+ whiteLabel: {
708
+ light: 'pe-opa-24',
709
+ dark: 'pe-opa-24',
710
+ },
711
+ },
712
+ 'peach-text': {
713
+ autofleet: {
714
+ light: 'pe-06',
715
+ dark: 'pe-07',
716
+ },
717
+ whiteLabel: {
718
+ light: 'pe-06',
719
+ dark: 'pe-07',
720
+ },
721
+ },
722
+ apple: {
723
+ autofleet: {
724
+ light: 'ap-02',
725
+ dark: 'ap-02',
726
+ },
727
+ whiteLabel: {
728
+ light: 'ap-02',
729
+ dark: 'ap-02',
730
+ },
731
+ },
732
+ 'apple-opa-01': {
733
+ autofleet: {
734
+ light: 'ap-opa-10',
735
+ dark: 'ap-opa-16',
736
+ },
737
+ whiteLabel: {
738
+ light: 'ap-opa-10',
739
+ dark: 'ap-opa-16',
740
+ },
741
+ },
742
+ 'apple-opa-02': {
743
+ autofleet: {
744
+ light: 'ap-opa-24',
745
+ dark: 'ap-opa-24',
746
+ },
747
+ whiteLabel: {
748
+ light: 'ap-opa-24',
749
+ dark: 'ap-opa-24',
750
+ },
751
+ },
752
+ 'apple-text': {
753
+ autofleet: {
754
+ light: 'ap-06',
755
+ dark: 'ap-07',
756
+ },
757
+ whiteLabel: {
758
+ light: 'ap-06',
759
+ dark: 'ap-07',
760
+ },
761
+ },
762
+ bubblegum: {
763
+ autofleet: {
764
+ light: 'bu-02',
765
+ dark: 'bu-02',
766
+ },
767
+ whiteLabel: {
768
+ light: 'bu-02',
769
+ dark: 'bu-02',
770
+ },
771
+ },
772
+ 'bubblegum-opa-01': {
773
+ autofleet: {
774
+ light: 'bu-opa-10',
775
+ dark: 'bu-opa-16',
776
+ },
777
+ whiteLabel: {
778
+ light: 'bu-opa-10',
779
+ dark: 'bu-opa-16',
780
+ },
781
+ },
782
+ 'bubblegum-opa-02': {
783
+ autofleet: {
784
+ light: 'bu-opa-24',
785
+ dark: 'bu-opa-24',
786
+ },
787
+ whiteLabel: {
788
+ light: 'bu-opa-24',
789
+ dark: 'bu-opa-24',
790
+ },
791
+ },
792
+ 'bubblegum-text': {
793
+ autofleet: {
794
+ light: 'bu-06',
795
+ dark: 'bu-07',
796
+ },
797
+ whiteLabel: {
798
+ light: 'bu-06',
799
+ dark: 'bu-07',
800
+ },
801
+ },
802
+ ocher: {
803
+ autofleet: {
804
+ light: 'oc-02',
805
+ dark: 'oc-02',
806
+ },
807
+ whiteLabel: {
808
+ light: 'oc-02',
809
+ dark: 'oc-02',
810
+ },
811
+ },
812
+ 'ocher-opa-01': {
813
+ autofleet: {
814
+ light: 'oc-opa-10',
815
+ dark: 'oc-opa-16',
816
+ },
817
+ whiteLabel: {
818
+ light: 'oc-opa-10',
819
+ dark: 'oc-opa-16',
820
+ },
821
+ },
822
+ 'ocher-opa-02': {
823
+ autofleet: {
824
+ light: 'oc-opa-24',
825
+ dark: 'oc-opa-24',
826
+ },
827
+ whiteLabel: {
828
+ light: 'oc-opa-24',
829
+ dark: 'oc-opa-24',
830
+ },
831
+ },
832
+ 'ocher-text': {
833
+ autofleet: {
834
+ light: 'oc-06',
835
+ dark: 'oc-07',
836
+ },
837
+ whiteLabel: {
838
+ light: 'oc-06',
839
+ dark: 'oc-07',
840
+ },
841
+ },
842
+ blueberry: {
843
+ autofleet: {
844
+ light: 'br-02',
845
+ dark: 'br-02',
846
+ },
847
+ whiteLabel: {
848
+ light: 'br-02',
849
+ dark: 'br-02',
850
+ },
851
+ },
852
+ 'blueberry-opa-01': {
853
+ autofleet: {
854
+ light: 'br-opa-10',
855
+ dark: 'br-opa-16',
856
+ },
857
+ whiteLabel: {
858
+ light: 'br-opa-10',
859
+ dark: 'br-opa-16',
860
+ },
861
+ },
862
+ 'blueberry-opa-02': {
863
+ autofleet: {
864
+ light: 'br-opa-24',
865
+ dark: 'br-opa-24',
866
+ },
867
+ whiteLabel: {
868
+ light: 'br-opa-24',
869
+ dark: 'br-opa-24',
870
+ },
871
+ },
872
+ 'blueberry-text': {
873
+ autofleet: {
874
+ light: 'br-06',
875
+ dark: 'br-07',
876
+ },
877
+ whiteLabel: {
878
+ light: 'br-06',
879
+ dark: 'br-07',
880
+ },
881
+ },
882
+ };
883
+ // With References:
884
+ export const COLOR_TOKEN_MAP = Object.assign(Object.assign({}, PRE_COLOR_TOKEN_MAP), { 'neutral-text': PRE_COLOR_TOKEN_MAP['neutral-dark'], neutral: PRE_COLOR_TOKEN_MAP['neutral-light'] });
885
+ //# sourceMappingURL=color-token-mapping.js.map