@fluentui/react-theme 0.0.0-nightly-20220714-0418.1 → 0.0.0-nightly-20221007-1237.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/CHANGELOG.json +113 -4
  2. package/CHANGELOG.md +23 -5
  3. package/README.md +60 -2
  4. package/dist/index.d.ts +5 -0
  5. package/lib/alias/darkColor.js +14 -8
  6. package/lib/alias/darkColor.js.map +1 -1
  7. package/lib/alias/darkColorPalette.js +4 -3
  8. package/lib/alias/darkColorPalette.js.map +1 -1
  9. package/lib/alias/highContrastColor.js +8 -2
  10. package/lib/alias/highContrastColor.js.map +1 -1
  11. package/lib/alias/highContrastColorPalette.js +14 -13
  12. package/lib/alias/highContrastColorPalette.js.map +1 -1
  13. package/lib/alias/lightColor.js +7 -1
  14. package/lib/alias/lightColor.js.map +1 -1
  15. package/lib/alias/lightColorPalette.js +7 -4
  16. package/lib/alias/lightColorPalette.js.map +1 -1
  17. package/lib/alias/teamsDarkColor.js +12 -6
  18. package/lib/alias/teamsDarkColor.js.map +1 -1
  19. package/lib/alias/teamsDarkColorPalette.js +4 -3
  20. package/lib/alias/teamsDarkColorPalette.js.map +1 -1
  21. package/lib/global/borderRadius.js.map +1 -1
  22. package/lib/global/brandColors.js.map +1 -1
  23. package/lib/global/colorPalette.js +41 -0
  24. package/lib/global/colorPalette.js.map +1 -0
  25. package/lib/global/colors.js +52 -106
  26. package/lib/global/colors.js.map +1 -1
  27. package/lib/global/curves.js.map +1 -1
  28. package/lib/global/durations.js.map +1 -1
  29. package/lib/global/fonts.js +2 -1
  30. package/lib/global/fonts.js.map +1 -1
  31. package/lib/global/index.js.map +1 -1
  32. package/lib/global/spacings.js.map +1 -1
  33. package/lib/global/strokeWidths.js.map +1 -1
  34. package/lib/global/typographyStyles.js +9 -3
  35. package/lib/global/typographyStyles.js.map +1 -1
  36. package/lib/index.js.map +1 -1
  37. package/lib/sharedColorNames.js +9 -0
  38. package/lib/sharedColorNames.js.map +1 -0
  39. package/lib/themeToTokensObject.js.map +1 -1
  40. package/lib/themes/index.js.map +1 -1
  41. package/lib/themes/teams/darkTheme.js.map +1 -1
  42. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  43. package/lib/themes/teams/index.js.map +1 -1
  44. package/lib/themes/teams/lightTheme.js.map +1 -1
  45. package/lib/themes/web/darkTheme.js.map +1 -1
  46. package/lib/themes/web/index.js.map +1 -1
  47. package/lib/themes/web/lightTheme.js.map +1 -1
  48. package/lib/tokens.js +4 -0
  49. package/lib/tokens.js.map +1 -1
  50. package/lib/types.js.map +1 -1
  51. package/lib/utils/createDarkTheme.js.map +1 -1
  52. package/lib/utils/createHighContrastTheme.js.map +1 -1
  53. package/lib/utils/createLightTheme.js.map +1 -1
  54. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  55. package/lib/utils/index.js.map +1 -1
  56. package/lib/utils/shadows.js.map +1 -1
  57. package/lib-commonjs/alias/darkColor.js +14 -8
  58. package/lib-commonjs/alias/darkColor.js.map +1 -1
  59. package/lib-commonjs/alias/darkColorPalette.js +17 -15
  60. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  61. package/lib-commonjs/alias/highContrastColor.js +8 -2
  62. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  63. package/lib-commonjs/alias/highContrastColorPalette.js +14 -12
  64. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  65. package/lib-commonjs/alias/lightColor.js +7 -1
  66. package/lib-commonjs/alias/lightColor.js.map +1 -1
  67. package/lib-commonjs/alias/lightColorPalette.js +20 -16
  68. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  69. package/lib-commonjs/alias/teamsDarkColor.js +12 -6
  70. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  71. package/lib-commonjs/alias/teamsDarkColorPalette.js +17 -15
  72. package/lib-commonjs/alias/teamsDarkColorPalette.js.map +1 -1
  73. package/lib-commonjs/global/borderRadius.js.map +1 -1
  74. package/lib-commonjs/global/brandColors.js.map +1 -1
  75. package/lib-commonjs/global/colorPalette.js +49 -0
  76. package/lib-commonjs/global/colorPalette.js.map +1 -0
  77. package/lib-commonjs/global/colors.js +54 -107
  78. package/lib-commonjs/global/colors.js.map +1 -1
  79. package/lib-commonjs/global/curves.js.map +1 -1
  80. package/lib-commonjs/global/durations.js.map +1 -1
  81. package/lib-commonjs/global/fonts.js +2 -1
  82. package/lib-commonjs/global/fonts.js.map +1 -1
  83. package/lib-commonjs/global/index.js.map +1 -1
  84. package/lib-commonjs/global/spacings.js.map +1 -1
  85. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  86. package/lib-commonjs/global/typographyStyles.js +9 -3
  87. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  88. package/lib-commonjs/index.js.map +1 -1
  89. package/lib-commonjs/sharedColorNames.js +16 -0
  90. package/lib-commonjs/sharedColorNames.js.map +1 -0
  91. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  92. package/lib-commonjs/themes/index.js.map +1 -1
  93. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  94. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  95. package/lib-commonjs/themes/teams/index.js.map +1 -1
  96. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  97. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  98. package/lib-commonjs/themes/web/index.js.map +1 -1
  99. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  100. package/lib-commonjs/tokens.js +4 -0
  101. package/lib-commonjs/tokens.js.map +1 -1
  102. package/lib-commonjs/types.js.map +1 -1
  103. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  104. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  105. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  106. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  107. package/lib-commonjs/utils/index.js.map +1 -1
  108. package/lib-commonjs/utils/shadows.js.map +1 -1
  109. package/package.json +4 -8
  110. package/dist/tsdoc-metadata.json +0 -11
@@ -1,3 +1,6 @@
1
+ /* !!! DO NOT EDIT !!! */
2
+
3
+ /* This file has been generated by the token pipeline */
1
4
  export const grey = {
2
5
  '0': '#000000',
3
6
  '2': '#050505',
@@ -97,7 +100,7 @@ export const hcCanvasText = '#ffffff';
97
100
  export const hcHighlightText = '#000000';
98
101
  export const hcButtonText = '#000000';
99
102
  export const hcButtonFace = '#ffffff';
100
- const darkRed = {
103
+ export const darkRed = {
101
104
  shade50: '#130204',
102
105
  shade40: '#230308',
103
106
  shade30: '#420610',
@@ -111,7 +114,7 @@ const darkRed = {
111
114
  tint50: '#e9c7cd',
112
115
  tint60: '#f9f0f2'
113
116
  };
114
- const burgundy = {
117
+ export const burgundy = {
115
118
  shade50: '#1a0607',
116
119
  shade40: '#310b0d',
117
120
  shade30: '#5c1519',
@@ -125,7 +128,7 @@ const burgundy = {
125
128
  tint50: '#f0d3d4',
126
129
  tint60: '#fbf4f4'
127
130
  };
128
- const cranberry = {
131
+ export const cranberry = {
129
132
  shade50: '#200205',
130
133
  shade40: '#3b0509',
131
134
  shade30: '#6e0811',
@@ -139,7 +142,7 @@ const cranberry = {
139
142
  tint50: '#f6d1d5',
140
143
  tint60: '#fdf3f4'
141
144
  };
142
- const red = {
145
+ export const red = {
143
146
  shade50: '#210809',
144
147
  shade40: '#3f1011',
145
148
  shade30: '#751d1f',
@@ -153,7 +156,7 @@ const red = {
153
156
  tint50: '#f8dadb',
154
157
  tint60: '#fdf6f6'
155
158
  };
156
- const darkOrange = {
159
+ export const darkOrange = {
157
160
  shade50: '#230900',
158
161
  shade40: '#411200',
159
162
  shade30: '#7a2101',
@@ -167,7 +170,7 @@ const darkOrange = {
167
170
  tint50: '#f9dcd1',
168
171
  tint60: '#fdf6f3'
169
172
  };
170
- const bronze = {
173
+ export const bronze = {
171
174
  shade50: '#1b0a01',
172
175
  shade40: '#321303',
173
176
  shade30: '#5e2405',
@@ -181,7 +184,7 @@ const bronze = {
181
184
  tint50: '#f1d9cc',
182
185
  tint60: '#fbf5f2'
183
186
  };
184
- const pumpkin = {
187
+ export const pumpkin = {
185
188
  shade50: '#200d03',
186
189
  shade40: '#3d1805',
187
190
  shade30: '#712d09',
@@ -195,7 +198,7 @@ const pumpkin = {
195
198
  tint50: '#f7dfd2',
196
199
  tint60: '#fdf7f4'
197
200
  };
198
- const orange = {
201
+ export const orange = {
199
202
  shade50: '#271002',
200
203
  shade40: '#4a1e04',
201
204
  shade30: '#8a3707',
@@ -209,7 +212,7 @@ const orange = {
209
212
  tint50: '#fee5d7',
210
213
  tint60: '#fff9f5'
211
214
  };
212
- const peach = {
215
+ export const peach = {
213
216
  shade50: '#291600',
214
217
  shade40: '#4d2a00',
215
218
  shade30: '#8f4e00',
@@ -223,7 +226,7 @@ const peach = {
223
226
  tint50: '#ffedd6',
224
227
  tint60: '#fffaf5'
225
228
  };
226
- const marigold = {
229
+ export const marigold = {
227
230
  shade50: '#251a00',
228
231
  shade40: '#463100',
229
232
  shade30: '#835b00',
@@ -237,7 +240,7 @@ const marigold = {
237
240
  tint50: '#fcefd3',
238
241
  tint60: '#fefbf4'
239
242
  };
240
- const yellow = {
243
+ export const yellow = {
241
244
  primary: '#fde300',
242
245
  shade10: '#e4cc00',
243
246
  shade20: '#c0ad00',
@@ -251,7 +254,7 @@ const yellow = {
251
254
  tint50: '#fffad6',
252
255
  tint60: '#fffef5'
253
256
  };
254
- const gold = {
257
+ export const gold = {
255
258
  shade50: '#1f1900',
256
259
  shade40: '#3a2f00',
257
260
  shade30: '#6c5700',
@@ -265,7 +268,7 @@ const gold = {
265
268
  tint50: '#f5eece',
266
269
  tint60: '#fdfbf2'
267
270
  };
268
- const brass = {
271
+ export const brass = {
269
272
  shade50: '#181202',
270
273
  shade40: '#2e2103',
271
274
  shade30: '#553e06',
@@ -279,7 +282,7 @@ const brass = {
279
282
  tint50: '#efe4cb',
280
283
  tint60: '#fbf8f2'
281
284
  };
282
- const brown = {
285
+ export const brown = {
283
286
  shade50: '#170e07',
284
287
  shade40: '#2b1a0e',
285
288
  shade30: '#50301a',
@@ -293,7 +296,7 @@ const brown = {
293
296
  tint50: '#edded3',
294
297
  tint60: '#faf7f4'
295
298
  };
296
- const darkBrown = {
299
+ export const darkBrown = {
297
300
  shade50: '#0c0704',
298
301
  shade40: '#170c08',
299
302
  shade30: '#2b1710',
@@ -307,7 +310,7 @@ const darkBrown = {
307
310
  tint50: '#e3d2cb',
308
311
  tint60: '#f8f3f2'
309
312
  };
310
- const lime = {
313
+ export const lime = {
311
314
  shade50: '#121b06',
312
315
  shade40: '#23330b',
313
316
  shade30: '#405f14',
@@ -321,7 +324,7 @@ const lime = {
321
324
  tint50: '#e5f1d3',
322
325
  tint60: '#f8fcf4'
323
326
  };
324
- const forest = {
327
+ export const forest = {
325
328
  shade50: '#0c1501',
326
329
  shade40: '#162702',
327
330
  shade30: '#294903',
@@ -335,7 +338,7 @@ const forest = {
335
338
  tint50: '#dbebc7',
336
339
  tint60: '#f6faf0'
337
340
  };
338
- const seafoam = {
341
+ export const seafoam = {
339
342
  shade50: '#002111',
340
343
  shade40: '#003d20',
341
344
  shade30: '#00723b',
@@ -349,7 +352,7 @@ const seafoam = {
349
352
  tint50: '#cff7e4',
350
353
  tint60: '#f3fdf8'
351
354
  };
352
- const lightGreen = {
355
+ export const lightGreen = {
353
356
  shade50: '#031a02',
354
357
  shade40: '#063004',
355
358
  shade30: '#0b5a08',
@@ -363,7 +366,7 @@ const lightGreen = {
363
366
  tint50: '#cef0cd',
364
367
  tint60: '#f2fbf2'
365
368
  };
366
- const green = {
369
+ export const green = {
367
370
  shade50: '#031403',
368
371
  shade40: '#052505',
369
372
  shade30: '#094509',
@@ -377,7 +380,7 @@ const green = {
377
380
  tint50: '#c9eac9',
378
381
  tint60: '#f1faf1'
379
382
  };
380
- const darkGreen = {
383
+ export const darkGreen = {
381
384
  shade50: '#021102',
382
385
  shade40: '#032003',
383
386
  shade30: '#063b06',
@@ -391,7 +394,7 @@ const darkGreen = {
391
394
  tint50: '#c6e7c6',
392
395
  tint60: '#f0f9f0'
393
396
  };
394
- const lightTeal = {
397
+ export const lightTeal = {
395
398
  shade50: '#001d1f',
396
399
  shade40: '#00373a',
397
400
  shade30: '#00666d',
@@ -405,7 +408,7 @@ const lightTeal = {
405
408
  tint50: '#cef3f5',
406
409
  tint60: '#f2fcfd'
407
410
  };
408
- const teal = {
411
+ export const teal = {
409
412
  shade50: '#001516',
410
413
  shade40: '#012728',
411
414
  shade30: '#02494c',
@@ -419,7 +422,7 @@ const teal = {
419
422
  tint50: '#c7ebec',
420
423
  tint60: '#f0fafa'
421
424
  };
422
- const darkTeal = {
425
+ export const darkTeal = {
423
426
  shade50: '#001010',
424
427
  shade40: '#001f1f',
425
428
  shade30: '#003939',
@@ -433,7 +436,7 @@ const darkTeal = {
433
436
  tint50: '#c2e7e7',
434
437
  tint60: '#eff9f9'
435
438
  };
436
- const cyan = {
439
+ export const cyan = {
437
440
  shade50: '#00181e',
438
441
  shade40: '#002e38',
439
442
  shade30: '#005669',
@@ -447,7 +450,7 @@ const cyan = {
447
450
  tint50: '#cdedf4',
448
451
  tint60: '#f2fafc'
449
452
  };
450
- const steel = {
453
+ export const steel = {
451
454
  shade50: '#000f12',
452
455
  shade40: '#001b22',
453
456
  shade30: '#00333f',
@@ -461,7 +464,7 @@ const steel = {
461
464
  tint50: '#c3e1e8',
462
465
  tint60: '#eff7f9'
463
466
  };
464
- const lightBlue = {
467
+ export const lightBlue = {
465
468
  shade50: '#091823',
466
469
  shade40: '#112d42',
467
470
  shade30: '#20547c',
@@ -475,7 +478,7 @@ const lightBlue = {
475
478
  tint50: '#dcedfa',
476
479
  tint60: '#f6fafe'
477
480
  };
478
- const blue = {
481
+ export const blue = {
479
482
  shade50: '#001322',
480
483
  shade40: '#002440',
481
484
  shade30: '#004377',
@@ -489,7 +492,7 @@ const blue = {
489
492
  tint50: '#d0e7f8',
490
493
  tint60: '#f3f9fd'
491
494
  };
492
- const royalBlue = {
495
+ export const royalBlue = {
493
496
  shade50: '#000c16',
494
497
  shade40: '#00172a',
495
498
  shade30: '#002c4e',
@@ -503,7 +506,7 @@ const royalBlue = {
503
506
  tint50: '#c7dced',
504
507
  tint60: '#f0f6fa'
505
508
  };
506
- const darkBlue = {
509
+ export const darkBlue = {
507
510
  shade50: '#000910',
508
511
  shade40: '#00111f',
509
512
  shade30: '#002039',
@@ -517,7 +520,7 @@ const darkBlue = {
517
520
  tint50: '#c2d6e7',
518
521
  tint60: '#eff4f9'
519
522
  };
520
- const cornflower = {
523
+ export const cornflower = {
521
524
  shade50: '#0d1126',
522
525
  shade40: '#182047',
523
526
  shade30: '#2c3c85',
@@ -531,7 +534,7 @@ const cornflower = {
531
534
  tint50: '#e1e6fc',
532
535
  tint60: '#f7f9fe'
533
536
  };
534
- const navy = {
537
+ export const navy = {
535
538
  shade50: '#00061d',
536
539
  shade40: '#000c36',
537
540
  shade30: '#001665',
@@ -545,7 +548,7 @@ const navy = {
545
548
  tint50: '#ccd5f3',
546
549
  tint60: '#f2f4fc'
547
550
  };
548
- const lavender = {
551
+ export const lavender = {
549
552
  shade50: '#120f25',
550
553
  shade40: '#221d46',
551
554
  shade30: '#3f3682',
@@ -559,7 +562,7 @@ const lavender = {
559
562
  tint50: '#e7e4fb',
560
563
  tint60: '#f9f8fe'
561
564
  };
562
- const purple = {
565
+ export const purple = {
563
566
  shade50: '#0f0717',
564
567
  shade40: '#1c0e2b',
565
568
  shade30: '#341a51',
@@ -573,7 +576,7 @@ const purple = {
573
576
  tint50: '#e0d3ed',
574
577
  tint60: '#f7f4fb'
575
578
  };
576
- const darkPurple = {
579
+ export const darkPurple = {
577
580
  shade50: '#0a0411',
578
581
  shade40: '#130820',
579
582
  shade30: '#240f3c',
@@ -587,7 +590,7 @@ const darkPurple = {
587
590
  tint50: '#d8cce7',
588
591
  tint60: '#f5f2f9'
589
592
  };
590
- const orchid = {
593
+ export const orchid = {
591
594
  shade50: '#16101d',
592
595
  shade40: '#281e37',
593
596
  shade30: '#4c3867',
@@ -601,7 +604,7 @@ const orchid = {
601
604
  tint50: '#e9e2f4',
602
605
  tint60: '#f9f8fc'
603
606
  };
604
- const grape = {
607
+ export const grape = {
605
608
  shade50: '#160418',
606
609
  shade40: '#29072e',
607
610
  shade30: '#4c0d55',
@@ -615,7 +618,7 @@ const grape = {
615
618
  tint50: '#eaceef',
616
619
  tint60: '#faf2fb'
617
620
  };
618
- const berry = {
621
+ export const berry = {
619
622
  shade50: '#1f091d',
620
623
  shade40: '#3a1136',
621
624
  shade30: '#6d2064',
@@ -629,7 +632,7 @@ const berry = {
629
632
  tint50: '#f5daf2',
630
633
  tint60: '#fdf5fc'
631
634
  };
632
- const lilac = {
635
+ export const lilac = {
633
636
  shade50: '#1c0b1f',
634
637
  shade40: '#35153a',
635
638
  shade30: '#63276d',
@@ -643,7 +646,7 @@ const lilac = {
643
646
  tint50: '#f2dcf5',
644
647
  tint60: '#fcf6fd'
645
648
  };
646
- const pink = {
649
+ export const pink = {
647
650
  shade50: '#24091b',
648
651
  shade40: '#441232',
649
652
  shade30: '#80215d',
@@ -657,7 +660,7 @@ const pink = {
657
660
  tint50: '#fbddf0',
658
661
  tint60: '#fef6fb'
659
662
  };
660
- const hotPink = {
663
+ export const hotPink = {
661
664
  shade50: '#240016',
662
665
  shade40: '#44002a',
663
666
  shade30: '#7f004e',
@@ -671,7 +674,7 @@ const hotPink = {
671
674
  tint50: '#fbd2eb',
672
675
  tint60: '#fef4fa'
673
676
  };
674
- const magenta = {
677
+ export const magenta = {
675
678
  shade50: '#1f0013',
676
679
  shade40: '#390024',
677
680
  shade30: '#6b0043',
@@ -685,7 +688,7 @@ const magenta = {
685
688
  tint50: '#f5cee6',
686
689
  tint60: '#fcf2f9'
687
690
  };
688
- const plum = {
691
+ export const plum = {
689
692
  shade50: '#13000c',
690
693
  shade40: '#240017',
691
694
  shade30: '#43002b',
@@ -699,7 +702,7 @@ const plum = {
699
702
  tint50: '#e9c4dc',
700
703
  tint60: '#faf0f6'
701
704
  };
702
- const beige = {
705
+ export const beige = {
703
706
  shade50: '#141313',
704
707
  shade40: '#252323',
705
708
  shade30: '#444241',
@@ -713,7 +716,7 @@ const beige = {
713
716
  tint50: '#eae8e8',
714
717
  tint60: '#faf9f9'
715
718
  };
716
- const mink = {
719
+ export const mink = {
717
720
  shade50: '#0f0e0e',
718
721
  shade40: '#1c1b1a',
719
722
  shade30: '#343231',
@@ -727,7 +730,7 @@ const mink = {
727
730
  tint50: '#e5e4e3',
728
731
  tint60: '#f8f8f8'
729
732
  };
730
- const silver = {
733
+ export const silver = {
731
734
  shade50: '#151818',
732
735
  shade40: '#282d2e',
733
736
  shade30: '#4a5356',
@@ -741,7 +744,7 @@ const silver = {
741
744
  tint50: '#eaeeef',
742
745
  tint60: '#fafbfb'
743
746
  };
744
- const platinum = {
747
+ export const platinum = {
745
748
  shade50: '#111314',
746
749
  shade40: '#1f2426',
747
750
  shade30: '#3b4447',
@@ -755,7 +758,7 @@ const platinum = {
755
758
  tint50: '#e4e9ea',
756
759
  tint60: '#f8f9fa'
757
760
  };
758
- const anchor = {
761
+ export const anchor = {
759
762
  shade50: '#090a0b',
760
763
  shade40: '#111315',
761
764
  shade30: '#202427',
@@ -769,7 +772,7 @@ const anchor = {
769
772
  tint50: '#dbdfe1',
770
773
  tint60: '#f6f7f8'
771
774
  };
772
- const charcoal = {
775
+ export const charcoal = {
773
776
  shade50: '#090909',
774
777
  shade40: '#111111',
775
778
  shade30: '#202020',
@@ -783,61 +786,4 @@ const charcoal = {
783
786
  tint50: '#dfdfdf',
784
787
  tint60: '#f7f7f7'
785
788
  };
786
- export const statusSharedColors = {
787
- red,
788
- green,
789
- darkOrange,
790
- yellow,
791
- berry,
792
- lightGreen,
793
- marigold
794
- };
795
- export const personaSharedColors = {
796
- darkRed,
797
- cranberry,
798
- pumpkin,
799
- peach,
800
- gold,
801
- brass,
802
- brown,
803
- forest,
804
- seafoam,
805
- darkGreen,
806
- lightTeal,
807
- teal,
808
- steel,
809
- blue,
810
- royalBlue,
811
- cornflower,
812
- navy,
813
- lavender,
814
- purple,
815
- grape,
816
- lilac,
817
- pink,
818
- magenta,
819
- plum,
820
- beige,
821
- mink,
822
- platinum,
823
- anchor
824
- }; // These shared colors are currently not used in themes
825
- // Not exported from the package, we can consider removing them
826
-
827
- export const unusedSharedColors = {
828
- burgundy,
829
- bronze,
830
- orange,
831
- darkBrown,
832
- lime,
833
- darkTeal,
834
- cyan,
835
- lightBlue,
836
- darkBlue,
837
- darkPurple,
838
- orchid,
839
- hotPink,
840
- silver,
841
- charcoal
842
- };
843
789
  //# sourceMappingURL=colors.js.map