@bitrise/bitkit-v2 0.3.252 → 0.3.253-beta.1712

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 (123) hide show
  1. package/AGENTS.md +6 -0
  2. package/dist/components/BitkitActionBar/BitkitActionBar.js +1 -1
  3. package/dist/components/BitkitActionBar/BitkitActionBar.js.map +1 -1
  4. package/dist/components/BitkitAlert/BitkitAlert.js +2 -2
  5. package/dist/components/BitkitAlert/BitkitAlert.js.map +1 -1
  6. package/dist/components/BitkitAvatar/BitkitAvatar.d.ts +3 -4
  7. package/dist/components/BitkitAvatar/BitkitAvatar.js +4 -6
  8. package/dist/components/BitkitAvatar/BitkitAvatar.js.map +1 -1
  9. package/dist/components/BitkitBadge/BitkitBadge.d.ts +2 -5
  10. package/dist/components/BitkitBadge/BitkitBadge.js.map +1 -1
  11. package/dist/components/BitkitCloseButton/BitkitCloseButton.d.ts +1 -1
  12. package/dist/components/BitkitCloseButton/BitkitCloseButton.js +6 -3
  13. package/dist/components/BitkitCloseButton/BitkitCloseButton.js.map +1 -1
  14. package/dist/components/BitkitColorButton/BitkitColorButton.d.ts +1 -1
  15. package/dist/components/BitkitColorButton/BitkitColorButton.js.map +1 -1
  16. package/dist/components/BitkitLabel/BitkitLabel.js +1 -1
  17. package/dist/components/BitkitLabel/BitkitLabel.js.map +1 -1
  18. package/dist/components/BitkitList/BitkitList.d.ts +1 -1
  19. package/dist/components/BitkitList/BitkitList.js +6 -6
  20. package/dist/components/BitkitList/BitkitList.js.map +1 -1
  21. package/dist/components/BitkitMarkdown/BitkitMarkdown.js +1 -1
  22. package/dist/components/BitkitMarkdown/BitkitMarkdown.js.map +1 -1
  23. package/dist/components/BitkitMultiselect/BitkitMultiselect.js +3 -3
  24. package/dist/components/BitkitMultiselect/BitkitMultiselect.js.map +1 -1
  25. package/dist/components/BitkitPageFooter/BitkitPageFooter.d.ts +2 -2
  26. package/dist/components/BitkitPageFooter/BitkitPageFooter.js +7 -7
  27. package/dist/components/BitkitPageFooter/BitkitPageFooter.js.map +1 -1
  28. package/dist/components/BitkitRadio/BitkitRadio.js +1 -1
  29. package/dist/components/BitkitRadio/BitkitRadio.js.map +1 -1
  30. package/dist/components/BitkitRibbon/BitkitRibbon.d.ts +1 -1
  31. package/dist/components/BitkitRibbon/BitkitRibbon.js +4 -6
  32. package/dist/components/BitkitRibbon/BitkitRibbon.js.map +1 -1
  33. package/dist/components/BitkitSearchInput/BitkitSearchInput.js +1 -1
  34. package/dist/components/BitkitSearchInput/BitkitSearchInput.js.map +1 -1
  35. package/dist/components/BitkitSwitch/components/BitkitSwitchReadOnly.js +2 -2
  36. package/dist/components/BitkitSwitch/components/BitkitSwitchReadOnly.js.map +1 -1
  37. package/dist/components/BitkitTable/BitkitSortableColumnHeader.js +1 -1
  38. package/dist/components/BitkitTable/BitkitSortableColumnHeader.js.map +1 -1
  39. package/dist/components/BitkitTag/BitkitTag.js +1 -1
  40. package/dist/components/BitkitTag/BitkitTag.js.map +1 -1
  41. package/dist/components/BitkitToast/BitkitToaster.js +2 -2
  42. package/dist/components/BitkitToast/BitkitToaster.js.map +1 -1
  43. package/dist/components/BitkitTooltip/BitkitTooltip.js +1 -1
  44. package/dist/components/BitkitTooltip/BitkitTooltip.js.map +1 -1
  45. package/dist/components/common/notificationMaps.d.ts +8 -1
  46. package/dist/components/common/notificationMaps.js.map +1 -1
  47. package/dist/docs/shared.d.ts +1 -1
  48. package/dist/theme/common/AlertAndToast.common.js +1 -1
  49. package/dist/theme/common/AlertAndToast.common.js.map +1 -1
  50. package/dist/theme/global-css.js +1 -1
  51. package/dist/theme/global-css.js.map +1 -1
  52. package/dist/theme/recipes/Badge.recipe.d.ts +39 -5
  53. package/dist/theme/recipes/Badge.recipe.js +77 -20
  54. package/dist/theme/recipes/Badge.recipe.js.map +1 -1
  55. package/dist/theme/recipes/Button.recipe.js +12 -12
  56. package/dist/theme/recipes/Button.recipe.js.map +1 -1
  57. package/dist/theme/recipes/CloseButton.recipe.d.ts +68 -0
  58. package/dist/theme/recipes/CloseButton.recipe.js +56 -17
  59. package/dist/theme/recipes/CloseButton.recipe.js.map +1 -1
  60. package/dist/theme/recipes/ColorButton.recipe.d.ts +93 -0
  61. package/dist/theme/recipes/ColorButton.recipe.js +75 -30
  62. package/dist/theme/recipes/ColorButton.recipe.js.map +1 -1
  63. package/dist/theme/recipes/DefinitionTooltip.recipe.js +2 -2
  64. package/dist/theme/recipes/DefinitionTooltip.recipe.js.map +1 -1
  65. package/dist/theme/recipes/Link.recipe.d.ts +1 -1
  66. package/dist/theme/recipes/Link.recipe.js +1 -1
  67. package/dist/theme/recipes/Link.recipe.js.map +1 -1
  68. package/dist/theme/recipes/Separator.recipe.js +1 -1
  69. package/dist/theme/recipes/Separator.recipe.js.map +1 -1
  70. package/dist/theme/recipes/Skeleton.recipe.js +2 -2
  71. package/dist/theme/recipes/Skeleton.recipe.js.map +1 -1
  72. package/dist/theme/recipes/index.d.ts +201 -6
  73. package/dist/theme/semantic-tokens/index.d.ts +1772 -1
  74. package/dist/theme/semantic-tokens/semanticColors.d.ts +1772 -1
  75. package/dist/theme/semantic-tokens/semanticColors.js +356 -472
  76. package/dist/theme/semantic-tokens/semanticColors.js.map +1 -1
  77. package/dist/theme/slot-recipes/Avatar.recipe.d.ts +56 -0
  78. package/dist/theme/slot-recipes/Avatar.recipe.js +40 -3
  79. package/dist/theme/slot-recipes/Avatar.recipe.js.map +1 -1
  80. package/dist/theme/slot-recipes/Collapsible.recipe.js +1 -1
  81. package/dist/theme/slot-recipes/Collapsible.recipe.js.map +1 -1
  82. package/dist/theme/slot-recipes/Dialog.recipe.js +1 -1
  83. package/dist/theme/slot-recipes/Dialog.recipe.js.map +1 -1
  84. package/dist/theme/slot-recipes/Drawer.recipe.js +2 -2
  85. package/dist/theme/slot-recipes/Drawer.recipe.js.map +1 -1
  86. package/dist/theme/slot-recipes/EmptyState.recipe.d.ts +2 -2
  87. package/dist/theme/slot-recipes/EmptyState.recipe.js +3 -3
  88. package/dist/theme/slot-recipes/EmptyState.recipe.js.map +1 -1
  89. package/dist/theme/slot-recipes/MarkdownCard.recipe.d.ts +3 -3
  90. package/dist/theme/slot-recipes/MarkdownCard.recipe.js +4 -4
  91. package/dist/theme/slot-recipes/MarkdownCard.recipe.js.map +1 -1
  92. package/dist/theme/slot-recipes/NoteCard.recipe.d.ts +2 -2
  93. package/dist/theme/slot-recipes/NoteCard.recipe.js +8 -8
  94. package/dist/theme/slot-recipes/NoteCard.recipe.js.map +1 -1
  95. package/dist/theme/slot-recipes/OverflowContent.recipe.js +1 -1
  96. package/dist/theme/slot-recipes/OverflowContent.recipe.js.map +1 -1
  97. package/dist/theme/slot-recipes/PageFooter.recipe.d.ts +4 -4
  98. package/dist/theme/slot-recipes/PageFooter.recipe.js +5 -5
  99. package/dist/theme/slot-recipes/PageFooter.recipe.js.map +1 -1
  100. package/dist/theme/slot-recipes/Ribbon.recipe.d.ts +39 -1
  101. package/dist/theme/slot-recipes/Ribbon.recipe.js +29 -5
  102. package/dist/theme/slot-recipes/Ribbon.recipe.js.map +1 -1
  103. package/dist/theme/slot-recipes/Tabs.recipe.d.ts +1 -1
  104. package/dist/theme/slot-recipes/Tabs.recipe.js +1 -1
  105. package/dist/theme/slot-recipes/Tabs.recipe.js.map +1 -1
  106. package/dist/theme/slot-recipes/Tag.recipe.d.ts +44 -0
  107. package/dist/theme/slot-recipes/Tag.recipe.js +38 -7
  108. package/dist/theme/slot-recipes/Tag.recipe.js.map +1 -1
  109. package/dist/theme/slot-recipes/TagsInput.recipe.js +5 -5
  110. package/dist/theme/slot-recipes/TagsInput.recipe.js.map +1 -1
  111. package/dist/theme/slot-recipes/Tooltip.recipe.d.ts +2 -2
  112. package/dist/theme/slot-recipes/Tooltip.recipe.js +3 -3
  113. package/dist/theme/slot-recipes/Tooltip.recipe.js.map +1 -1
  114. package/dist/theme/slot-recipes/index.d.ts +153 -15
  115. package/dist/theme/slot-recipes/index.js +1 -1
  116. package/dist/theme/tokens/colors.d.ts +4 -846
  117. package/dist/theme/tokens/colors.js +22 -137
  118. package/dist/theme/tokens/colors.js.map +1 -1
  119. package/dist/theme/tokens/index.d.ts +15 -312
  120. package/dist/theme/tokens/index.js +1 -1
  121. package/package.json +10 -9
  122. package/scripts/postinstall.cjs +8 -0
  123. package/scripts/prune-color-tokens.cjs +78 -0
@@ -1,492 +1,9 @@
1
- export declare const COLOR_PALETTES: {
2
- white: {
3
- a0: {
4
- value: string;
5
- };
6
- a10: {
7
- value: string;
8
- };
9
- a15: {
10
- value: string;
11
- };
12
- a20: {
13
- value: string;
14
- };
15
- a30: {
16
- value: string;
17
- };
18
- a50: {
19
- value: string;
20
- };
21
- a80: {
22
- value: string;
23
- };
24
- a90: {
25
- value: string;
26
- };
27
- a100: {
28
- value: string;
29
- };
30
- };
31
- neutral: {
32
- '10': {
33
- value: string;
34
- };
35
- '20': {
36
- value: string;
37
- };
38
- '30': {
39
- value: string;
40
- };
41
- '40': {
42
- value: string;
43
- };
44
- '50': {
45
- value: string;
46
- };
47
- '60': {
48
- value: string;
49
- };
50
- '70': {
51
- value: string;
52
- };
53
- '80': {
54
- value: string;
55
- };
56
- '90': {
57
- value: string;
58
- };
59
- '93': {
60
- value: string;
61
- };
62
- '95': {
63
- value: string;
64
- };
65
- '100': {
66
- value: string;
67
- };
68
- base: {
69
- value: string;
70
- };
71
- bold: {
72
- value: string;
73
- };
74
- minimal: {
75
- value: string;
76
- };
77
- moderate: {
78
- value: string;
79
- };
80
- muted: {
81
- value: string;
82
- };
83
- strong: {
84
- value: string;
85
- };
86
- subtle: {
87
- value: string;
88
- };
89
- };
90
- purple: {
91
- '10': {
92
- value: string;
93
- };
94
- '20': {
95
- value: string;
96
- };
97
- '30': {
98
- value: string;
99
- };
100
- '40': {
101
- value: string;
102
- };
103
- '50': {
104
- value: string;
105
- };
106
- '60': {
107
- value: string;
108
- };
109
- '70': {
110
- value: string;
111
- };
112
- '80': {
113
- value: string;
114
- };
115
- '90': {
116
- value: string;
117
- };
118
- '93': {
119
- value: string;
120
- };
121
- '95': {
122
- value: string;
123
- };
124
- base: {
125
- value: string;
126
- };
127
- bold: {
128
- value: string;
129
- };
130
- minimal: {
131
- value: string;
132
- };
133
- moderate: {
134
- value: string;
135
- };
136
- muted: {
137
- value: string;
138
- };
139
- strong: {
140
- value: string;
141
- };
142
- subtle: {
143
- value: string;
144
- };
145
- };
146
- indigo: {
147
- '10': {
148
- value: string;
149
- };
150
- '20': {
151
- value: string;
152
- };
153
- '30': {
154
- value: string;
155
- };
156
- '40': {
157
- value: string;
158
- };
159
- '50': {
160
- value: string;
161
- };
162
- '60': {
163
- value: string;
164
- };
165
- '70': {
166
- value: string;
167
- };
168
- '80': {
169
- value: string;
170
- };
171
- '90': {
172
- value: string;
173
- };
174
- '93': {
175
- value: string;
176
- };
177
- '95': {
178
- value: string;
179
- };
180
- base: {
181
- value: string;
182
- };
183
- bold: {
184
- value: string;
185
- };
186
- dark: {
187
- value: string;
188
- };
189
- emphasized: {
190
- value: string;
191
- };
192
- minimal: {
193
- value: string;
194
- };
195
- moderate: {
196
- value: string;
197
- };
198
- muted: {
199
- value: string;
200
- };
201
- strong: {
202
- value: string;
203
- };
204
- subtle: {
205
- value: string;
206
- };
207
- };
208
- red: {
209
- '10': {
210
- value: string;
211
- };
212
- '20': {
213
- value: string;
214
- };
215
- '30': {
216
- value: string;
217
- };
218
- '40': {
219
- value: string;
220
- };
221
- '50': {
222
- value: string;
223
- };
224
- '60': {
225
- value: string;
226
- };
227
- '70': {
228
- value: string;
229
- };
230
- '80': {
231
- value: string;
232
- };
233
- '90': {
234
- value: string;
235
- };
236
- '93': {
237
- value: string;
238
- };
239
- '95': {
240
- value: string;
241
- };
242
- base: {
243
- value: string;
244
- };
245
- bold: {
246
- value: string;
247
- };
248
- minimal: {
249
- value: string;
250
- };
251
- moderate: {
252
- value: string;
253
- };
254
- muted: {
255
- value: string;
256
- };
257
- strong: {
258
- value: string;
259
- };
260
- subtle: {
261
- value: string;
262
- };
263
- };
264
- orange: {
265
- '10': {
266
- value: string;
267
- };
268
- '20': {
269
- value: string;
270
- };
271
- '30': {
272
- value: string;
273
- };
274
- '40': {
275
- value: string;
276
- };
277
- '50': {
278
- value: string;
279
- };
280
- '60': {
281
- value: string;
282
- };
283
- '70': {
284
- value: string;
285
- };
286
- '80': {
287
- value: string;
288
- };
289
- '90': {
290
- value: string;
291
- };
292
- '93': {
293
- value: string;
294
- };
295
- '95': {
296
- value: string;
297
- };
298
- base: {
299
- value: string;
300
- };
301
- bold: {
302
- value: string;
303
- };
304
- minimal: {
305
- value: string;
306
- };
307
- moderate: {
308
- value: string;
309
- };
310
- muted: {
311
- value: string;
312
- };
313
- strong: {
314
- value: string;
315
- };
316
- subtle: {
317
- value: string;
318
- };
319
- };
320
- yellow: {
321
- '10': {
322
- value: string;
323
- };
324
- '20': {
325
- value: string;
326
- };
327
- '30': {
328
- value: string;
329
- };
330
- '40': {
331
- value: string;
332
- };
333
- '50': {
334
- value: string;
335
- };
336
- '60': {
337
- value: string;
338
- };
339
- '70': {
340
- value: string;
341
- };
342
- '80': {
343
- value: string;
344
- };
345
- '90': {
346
- value: string;
347
- };
348
- '93': {
349
- value: string;
350
- };
351
- '95': {
352
- value: string;
353
- };
354
- base: {
355
- value: string;
356
- };
357
- bold: {
358
- value: string;
359
- };
360
- minimal: {
361
- value: string;
362
- };
363
- moderate: {
364
- value: string;
365
- };
366
- muted: {
367
- value: string;
368
- };
369
- strong: {
370
- value: string;
371
- };
372
- subtle: {
373
- value: string;
374
- };
375
- };
376
- green: {
377
- '10': {
378
- value: string;
379
- };
380
- '20': {
381
- value: string;
382
- };
383
- '30': {
384
- value: string;
385
- };
386
- '40': {
387
- value: string;
388
- };
389
- '50': {
390
- value: string;
391
- };
392
- '60': {
393
- value: string;
394
- };
395
- '70': {
396
- value: string;
397
- };
398
- '80': {
399
- value: string;
400
- };
401
- '90': {
402
- value: string;
403
- };
404
- '93': {
405
- value: string;
406
- };
407
- '95': {
408
- value: string;
409
- };
410
- base: {
411
- value: string;
412
- };
413
- bold: {
414
- value: string;
415
- };
416
- minimal: {
417
- value: string;
418
- };
419
- moderate: {
420
- value: string;
421
- };
422
- muted: {
423
- value: string;
424
- };
425
- strong: {
426
- value: string;
427
- };
428
- subtle: {
429
- value: string;
430
- };
431
- };
432
- turquoise: {
1
+ declare const colors: {
2
+ white: {
433
3
  '10': {
434
4
  value: string;
435
5
  };
436
- '20': {
437
- value: string;
438
- };
439
- '30': {
440
- value: string;
441
- };
442
- '40': {
443
- value: string;
444
- };
445
- '50': {
446
- value: string;
447
- };
448
- '60': {
449
- value: string;
450
- };
451
- '70': {
452
- value: string;
453
- };
454
- '80': {
455
- value: string;
456
- };
457
- '90': {
458
- value: string;
459
- };
460
- '93': {
461
- value: string;
462
- };
463
- '95': {
464
- value: string;
465
- };
466
- base: {
467
- value: string;
468
- };
469
- bold: {
470
- value: string;
471
- };
472
- minimal: {
473
- value: string;
474
- };
475
- moderate: {
476
- value: string;
477
- };
478
- muted: {
479
- value: string;
480
- };
481
- strong: {
482
- value: string;
483
- };
484
- subtle: {
485
- value: string;
486
- };
487
- };
488
- blue: {
489
- '10': {
6
+ '15': {
490
7
  value: string;
491
8
  };
492
9
  '20': {
@@ -513,170 +30,7 @@ export declare const COLOR_PALETTES: {
513
30
  '90': {
514
31
  value: string;
515
32
  };
516
- '93': {
517
- value: string;
518
- };
519
- '95': {
520
- value: string;
521
- };
522
- base: {
523
- value: string;
524
- };
525
- bold: {
526
- value: string;
527
- };
528
- minimal: {
529
- value: string;
530
- };
531
- moderate: {
532
- value: string;
533
- };
534
- muted: {
535
- value: string;
536
- };
537
- strong: {
538
- value: string;
539
- };
540
- subtle: {
541
- value: string;
542
- };
543
- };
544
- };
545
- declare const colors: {
546
- brand: {
547
- purple: {
548
- darkest: {
549
- value: string;
550
- };
551
- dark: {
552
- value: string;
553
- };
554
- mid: {
555
- value: string;
556
- };
557
- light: {
558
- value: string;
559
- };
560
- lightest: {
561
- value: string;
562
- };
563
- };
564
- blue: {
565
- dark: {
566
- value: string;
567
- };
568
- mid: {
569
- value: string;
570
- };
571
- light: {
572
- value: string;
573
- };
574
- lightest: {
575
- value: string;
576
- };
577
- };
578
- teal: {
579
- dark: {
580
- value: string;
581
- };
582
- mid: {
583
- value: string;
584
- };
585
- light: {
586
- value: string;
587
- };
588
- lightest: {
589
- value: string;
590
- };
591
- };
592
- green: {
593
- dark: {
594
- value: string;
595
- };
596
- mid: {
597
- value: string;
598
- };
599
- light: {
600
- value: string;
601
- };
602
- lightest: {
603
- value: string;
604
- };
605
- };
606
- yellow: {
607
- mid: {
608
- value: string;
609
- };
610
- light: {
611
- value: string;
612
- };
613
- lightest: {
614
- value: string;
615
- };
616
- };
617
- orange: {
618
- dark: {
619
- value: string;
620
- };
621
- mid: {
622
- value: string;
623
- };
624
- light: {
625
- value: string;
626
- };
627
- };
628
- red: {
629
- dark: {
630
- value: string;
631
- };
632
- mid: {
633
- value: string;
634
- };
635
- light: {
636
- value: string;
637
- };
638
- };
639
- neutral: {
640
- black: {
641
- value: string;
642
- };
643
- dark: {
644
- value: string;
645
- };
646
- light: {
647
- value: string;
648
- };
649
- white: {
650
- value: string;
651
- };
652
- };
653
- };
654
- white: {
655
- a0: {
656
- value: string;
657
- };
658
- a10: {
659
- value: string;
660
- };
661
- a15: {
662
- value: string;
663
- };
664
- a20: {
665
- value: string;
666
- };
667
- a30: {
668
- value: string;
669
- };
670
- a50: {
671
- value: string;
672
- };
673
- a80: {
674
- value: string;
675
- };
676
- a90: {
677
- value: string;
678
- };
679
- a100: {
33
+ '100': {
680
34
  value: string;
681
35
  };
682
36
  };
@@ -717,27 +71,6 @@ declare const colors: {
717
71
  '100': {
718
72
  value: string;
719
73
  };
720
- base: {
721
- value: string;
722
- };
723
- bold: {
724
- value: string;
725
- };
726
- minimal: {
727
- value: string;
728
- };
729
- moderate: {
730
- value: string;
731
- };
732
- muted: {
733
- value: string;
734
- };
735
- strong: {
736
- value: string;
737
- };
738
- subtle: {
739
- value: string;
740
- };
741
74
  };
742
75
  purple: {
743
76
  '10': {
@@ -773,27 +106,6 @@ declare const colors: {
773
106
  '95': {
774
107
  value: string;
775
108
  };
776
- base: {
777
- value: string;
778
- };
779
- bold: {
780
- value: string;
781
- };
782
- minimal: {
783
- value: string;
784
- };
785
- moderate: {
786
- value: string;
787
- };
788
- muted: {
789
- value: string;
790
- };
791
- strong: {
792
- value: string;
793
- };
794
- subtle: {
795
- value: string;
796
- };
797
109
  };
798
110
  indigo: {
799
111
  '10': {
@@ -829,33 +141,6 @@ declare const colors: {
829
141
  '95': {
830
142
  value: string;
831
143
  };
832
- base: {
833
- value: string;
834
- };
835
- bold: {
836
- value: string;
837
- };
838
- dark: {
839
- value: string;
840
- };
841
- emphasized: {
842
- value: string;
843
- };
844
- minimal: {
845
- value: string;
846
- };
847
- moderate: {
848
- value: string;
849
- };
850
- muted: {
851
- value: string;
852
- };
853
- strong: {
854
- value: string;
855
- };
856
- subtle: {
857
- value: string;
858
- };
859
144
  };
860
145
  red: {
861
146
  '10': {
@@ -891,27 +176,6 @@ declare const colors: {
891
176
  '95': {
892
177
  value: string;
893
178
  };
894
- base: {
895
- value: string;
896
- };
897
- bold: {
898
- value: string;
899
- };
900
- minimal: {
901
- value: string;
902
- };
903
- moderate: {
904
- value: string;
905
- };
906
- muted: {
907
- value: string;
908
- };
909
- strong: {
910
- value: string;
911
- };
912
- subtle: {
913
- value: string;
914
- };
915
179
  };
916
180
  orange: {
917
181
  '10': {
@@ -947,27 +211,6 @@ declare const colors: {
947
211
  '95': {
948
212
  value: string;
949
213
  };
950
- base: {
951
- value: string;
952
- };
953
- bold: {
954
- value: string;
955
- };
956
- minimal: {
957
- value: string;
958
- };
959
- moderate: {
960
- value: string;
961
- };
962
- muted: {
963
- value: string;
964
- };
965
- strong: {
966
- value: string;
967
- };
968
- subtle: {
969
- value: string;
970
- };
971
214
  };
972
215
  yellow: {
973
216
  '10': {
@@ -1003,27 +246,6 @@ declare const colors: {
1003
246
  '95': {
1004
247
  value: string;
1005
248
  };
1006
- base: {
1007
- value: string;
1008
- };
1009
- bold: {
1010
- value: string;
1011
- };
1012
- minimal: {
1013
- value: string;
1014
- };
1015
- moderate: {
1016
- value: string;
1017
- };
1018
- muted: {
1019
- value: string;
1020
- };
1021
- strong: {
1022
- value: string;
1023
- };
1024
- subtle: {
1025
- value: string;
1026
- };
1027
249
  };
1028
250
  green: {
1029
251
  '10': {
@@ -1059,27 +281,6 @@ declare const colors: {
1059
281
  '95': {
1060
282
  value: string;
1061
283
  };
1062
- base: {
1063
- value: string;
1064
- };
1065
- bold: {
1066
- value: string;
1067
- };
1068
- minimal: {
1069
- value: string;
1070
- };
1071
- moderate: {
1072
- value: string;
1073
- };
1074
- muted: {
1075
- value: string;
1076
- };
1077
- strong: {
1078
- value: string;
1079
- };
1080
- subtle: {
1081
- value: string;
1082
- };
1083
284
  };
1084
285
  turquoise: {
1085
286
  '10': {
@@ -1115,27 +316,6 @@ declare const colors: {
1115
316
  '95': {
1116
317
  value: string;
1117
318
  };
1118
- base: {
1119
- value: string;
1120
- };
1121
- bold: {
1122
- value: string;
1123
- };
1124
- minimal: {
1125
- value: string;
1126
- };
1127
- moderate: {
1128
- value: string;
1129
- };
1130
- muted: {
1131
- value: string;
1132
- };
1133
- strong: {
1134
- value: string;
1135
- };
1136
- subtle: {
1137
- value: string;
1138
- };
1139
319
  };
1140
320
  blue: {
1141
321
  '10': {
@@ -1171,28 +351,6 @@ declare const colors: {
1171
351
  '95': {
1172
352
  value: string;
1173
353
  };
1174
- base: {
1175
- value: string;
1176
- };
1177
- bold: {
1178
- value: string;
1179
- };
1180
- minimal: {
1181
- value: string;
1182
- };
1183
- moderate: {
1184
- value: string;
1185
- };
1186
- muted: {
1187
- value: string;
1188
- };
1189
- strong: {
1190
- value: string;
1191
- };
1192
- subtle: {
1193
- value: string;
1194
- };
1195
354
  };
1196
355
  };
1197
- export type ColorPaletteKeys = keyof typeof COLOR_PALETTES;
1198
356
  export default colors;