@cloudscape-design/components-themeable 3.0.1326 → 3.0.1328

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 (116) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/action-card/styles.scss +4 -2
  3. package/lib/internal/scss/box/styles.scss +1 -0
  4. package/lib/internal/scss/box/visual-accent.scss +117 -0
  5. package/lib/internal/scss/button-dropdown/styles.scss +6 -0
  6. package/lib/internal/scss/help-panel/styles.scss +6 -6
  7. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  8. package/lib/internal/template/action-card/interfaces.d.ts +40 -1
  9. package/lib/internal/template/action-card/interfaces.d.ts.map +1 -1
  10. package/lib/internal/template/action-card/interfaces.js.map +1 -1
  11. package/lib/internal/template/action-card/internal.d.ts.map +1 -1
  12. package/lib/internal/template/action-card/internal.js +32 -9
  13. package/lib/internal/template/action-card/internal.js.map +1 -1
  14. package/lib/internal/template/action-card/styles.css.js +17 -17
  15. package/lib/internal/template/action-card/styles.scoped.css +96 -92
  16. package/lib/internal/template/action-card/styles.selectors.js +17 -17
  17. package/lib/internal/template/box/interfaces.d.ts +59 -0
  18. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  19. package/lib/internal/template/box/interfaces.js.map +1 -1
  20. package/lib/internal/template/box/internal.d.ts +1 -1
  21. package/lib/internal/template/box/internal.d.ts.map +1 -1
  22. package/lib/internal/template/box/internal.js +4 -2
  23. package/lib/internal/template/box/internal.js.map +1 -1
  24. package/lib/internal/template/box/styles.css.js +224 -193
  25. package/lib/internal/template/box/styles.scoped.css +424 -238
  26. package/lib/internal/template/box/styles.selectors.js +224 -193
  27. package/lib/internal/template/button-dropdown/category-elements/category-element.d.ts +1 -1
  28. package/lib/internal/template/button-dropdown/category-elements/category-element.d.ts.map +1 -1
  29. package/lib/internal/template/button-dropdown/category-elements/category-element.js +3 -3
  30. package/lib/internal/template/button-dropdown/category-elements/category-element.js.map +1 -1
  31. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.d.ts +1 -1
  32. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
  33. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +22 -12
  34. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  35. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +1 -1
  36. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
  37. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +12 -10
  38. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  39. package/lib/internal/template/button-dropdown/filter.d.ts +8 -0
  40. package/lib/internal/template/button-dropdown/filter.d.ts.map +1 -0
  41. package/lib/internal/template/button-dropdown/filter.js +18 -0
  42. package/lib/internal/template/button-dropdown/filter.js.map +1 -0
  43. package/lib/internal/template/button-dropdown/index.d.ts.map +1 -1
  44. package/lib/internal/template/button-dropdown/index.js +3 -3
  45. package/lib/internal/template/button-dropdown/index.js.map +1 -1
  46. package/lib/internal/template/button-dropdown/interfaces.d.ts +41 -0
  47. package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
  48. package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
  49. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +12 -0
  50. package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
  51. package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
  52. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  53. package/lib/internal/template/button-dropdown/internal.js +46 -7
  54. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  55. package/lib/internal/template/button-dropdown/item-element/index.d.ts +1 -1
  56. package/lib/internal/template/button-dropdown/item-element/index.d.ts.map +1 -1
  57. package/lib/internal/template/button-dropdown/item-element/index.js +35 -16
  58. package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
  59. package/lib/internal/template/button-dropdown/items-list.d.ts +1 -1
  60. package/lib/internal/template/button-dropdown/items-list.d.ts.map +1 -1
  61. package/lib/internal/template/button-dropdown/items-list.js +4 -4
  62. package/lib/internal/template/button-dropdown/items-list.js.map +1 -1
  63. package/lib/internal/template/button-dropdown/styles.css.js +23 -22
  64. package/lib/internal/template/button-dropdown/styles.scoped.css +38 -32
  65. package/lib/internal/template/button-dropdown/styles.selectors.js +23 -22
  66. package/lib/internal/template/button-dropdown/tooltip.d.ts +2 -1
  67. package/lib/internal/template/button-dropdown/tooltip.d.ts.map +1 -1
  68. package/lib/internal/template/button-dropdown/tooltip.js +22 -14
  69. package/lib/internal/template/button-dropdown/tooltip.js.map +1 -1
  70. package/lib/internal/template/button-dropdown/utils/filter-items.d.ts +4 -0
  71. package/lib/internal/template/button-dropdown/utils/filter-items.d.ts.map +1 -0
  72. package/lib/internal/template/button-dropdown/utils/filter-items.js +55 -0
  73. package/lib/internal/template/button-dropdown/utils/filter-items.js.map +1 -0
  74. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts +7 -1
  75. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
  76. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js +77 -13
  77. package/lib/internal/template/button-dropdown/utils/use-button-dropdown.js.map +1 -1
  78. package/lib/internal/template/error-boundary/internal.d.ts.map +1 -1
  79. package/lib/internal/template/error-boundary/internal.js +1 -0
  80. package/lib/internal/template/error-boundary/internal.js.map +1 -1
  81. package/lib/internal/template/help-panel/styles.css.js +6 -6
  82. package/lib/internal/template/help-panel/styles.scoped.css +67 -70
  83. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  84. package/lib/internal/template/internal/base-component/index.js +3 -3
  85. package/lib/internal/template/internal/base-component/index.js.map +1 -1
  86. package/lib/internal/template/internal/base-component/styles.scoped.css +17 -1
  87. package/lib/internal/template/internal/components/option/utils/filter-options.d.ts.map +1 -1
  88. package/lib/internal/template/internal/components/option/utils/filter-options.js +7 -8
  89. package/lib/internal/template/internal/components/option/utils/filter-options.js.map +1 -1
  90. package/lib/internal/template/internal/environment.js +2 -2
  91. package/lib/internal/template/internal/environment.json +2 -2
  92. package/lib/internal/template/internal/generated/styles/tokens.d.ts +132 -0
  93. package/lib/internal/template/internal/generated/styles/tokens.js +132 -0
  94. package/lib/internal/template/internal/generated/theming/index.cjs +1884 -0
  95. package/lib/internal/template/internal/generated/theming/index.js +1884 -0
  96. package/lib/internal/template/item-card/internal.js +1 -1
  97. package/lib/internal/template/item-card/internal.js.map +1 -1
  98. package/lib/internal/template/multiselect/embedded.d.ts +2 -2
  99. package/lib/internal/template/multiselect/internal.d.ts +1 -1
  100. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  101. package/lib/internal/template/table/index.d.ts.map +1 -1
  102. package/lib/internal/template/table/index.js +5 -3
  103. package/lib/internal/template/table/index.js.map +1 -1
  104. package/lib/internal/template/table/thead.d.ts.map +1 -1
  105. package/lib/internal/template/table/thead.js +8 -4
  106. package/lib/internal/template/table/thead.js.map +1 -1
  107. package/lib/internal/template/test-utils/dom/action-card/index.d.ts +4 -2
  108. package/lib/internal/template/test-utils/dom/action-card/index.js +5 -3
  109. package/lib/internal/template/test-utils/dom/action-card/index.js.map +1 -1
  110. package/lib/internal/template/test-utils/dom/button-dropdown/index.d.ts +16 -0
  111. package/lib/internal/template/test-utils/dom/button-dropdown/index.js +24 -0
  112. package/lib/internal/template/test-utils/dom/button-dropdown/index.js.map +1 -1
  113. package/lib/internal/template/test-utils/selectors/button-dropdown/index.d.ts +16 -0
  114. package/lib/internal/template/test-utils/selectors/button-dropdown/index.js +24 -0
  115. package/lib/internal/template/test-utils/selectors/button-dropdown/index.js.map +1 -1
  116. package/package.json +1 -1
@@ -79,6 +79,10 @@ module.exports.preset = {
79
79
  "light": "#002b66",
80
80
  "dark": "#002b66"
81
81
  },
82
+ "colorPrimary950": {
83
+ "light": "#00204d",
84
+ "dark": "#00204d"
85
+ },
82
86
  "colorPrimary1000": {
83
87
  "light": "#001129",
84
88
  "dark": "#001129"
@@ -167,6 +171,10 @@ module.exports.preset = {
167
171
  "light": "#fff5f5",
168
172
  "dark": "#fff5f5"
169
173
  },
174
+ "colorError100": {
175
+ "light": "#ffe0e0",
176
+ "dark": "#ffe0e0"
177
+ },
170
178
  "colorError400": {
171
179
  "light": "#ff7a7a",
172
180
  "dark": "#ff7a7a"
@@ -175,10 +183,18 @@ module.exports.preset = {
175
183
  "light": "#db0000",
176
184
  "dark": "#db0000"
177
185
  },
186
+ "colorError800": {
187
+ "light": "#990000",
188
+ "dark": "#990000"
189
+ },
178
190
  "colorError900": {
179
191
  "light": "#700000",
180
192
  "dark": "#700000"
181
193
  },
194
+ "colorError950": {
195
+ "light": "#520000",
196
+ "dark": "#520000"
197
+ },
182
198
  "colorError1000": {
183
199
  "light": "#1f0000",
184
200
  "dark": "#1f0000"
@@ -187,6 +203,14 @@ module.exports.preset = {
187
203
  "light": "#effff1",
188
204
  "dark": "#effff1"
189
205
  },
206
+ "colorSuccess100": {
207
+ "light": "#d9ffd6",
208
+ "dark": "#d9ffd6"
209
+ },
210
+ "colorSuccess400": {
211
+ "light": "#00e500",
212
+ "dark": "#00e500"
213
+ },
190
214
  "colorSuccess500": {
191
215
  "light": "#2bb534",
192
216
  "dark": "#2bb534"
@@ -195,6 +219,14 @@ module.exports.preset = {
195
219
  "light": "#00802f",
196
220
  "dark": "#00802f"
197
221
  },
222
+ "colorSuccess800": {
223
+ "light": "#005c26",
224
+ "dark": "#005c26"
225
+ },
226
+ "colorSuccess950": {
227
+ "light": "#003311",
228
+ "dark": "#003311"
229
+ },
198
230
  "colorSuccess1000": {
199
231
  "light": "#001401",
200
232
  "dark": "#001401"
@@ -203,6 +235,10 @@ module.exports.preset = {
203
235
  "light": "#fffef0",
204
236
  "dark": "#fffef0"
205
237
  },
238
+ "colorWarning100": {
239
+ "light": "#fffbbd",
240
+ "dark": "#fffbbd"
241
+ },
206
242
  "colorWarning400": {
207
243
  "light": "#ffe347",
208
244
  "dark": "#ffe347"
@@ -211,10 +247,22 @@ module.exports.preset = {
211
247
  "light": "#fbd332",
212
248
  "dark": "#fbd332"
213
249
  },
250
+ "colorWarning600": {
251
+ "light": "#f2b100",
252
+ "dark": "#f2b100"
253
+ },
254
+ "colorWarning800": {
255
+ "light": "#9e6900",
256
+ "dark": "#9e6900"
257
+ },
214
258
  "colorWarning900": {
215
259
  "light": "#855900",
216
260
  "dark": "#855900"
217
261
  },
262
+ "colorWarning950": {
263
+ "light": "#573a00",
264
+ "dark": "#573a00"
265
+ },
218
266
  "colorWarning1000": {
219
267
  "light": "#191100",
220
268
  "dark": "#191100"
@@ -223,6 +271,10 @@ module.exports.preset = {
223
271
  "light": "#f0fbff",
224
272
  "dark": "#f0fbff"
225
273
  },
274
+ "colorInfo100": {
275
+ "light": "#d1f1ff",
276
+ "dark": "#d1f1ff"
277
+ },
226
278
  "colorInfo300": {
227
279
  "light": "#75cfff",
228
280
  "dark": "#75cfff"
@@ -235,6 +287,18 @@ module.exports.preset = {
235
287
  "light": "#006ce0",
236
288
  "dark": "#006ce0"
237
289
  },
290
+ "colorInfo700": {
291
+ "light": "#004a9e",
292
+ "dark": "#004a9e"
293
+ },
294
+ "colorInfo800": {
295
+ "light": "#003b8f",
296
+ "dark": "#003b8f"
297
+ },
298
+ "colorInfo950": {
299
+ "light": "#00204d",
300
+ "dark": "#00204d"
301
+ },
238
302
  "colorInfo1000": {
239
303
  "light": "#001129",
240
304
  "dark": "#001129"
@@ -427,6 +491,326 @@ module.exports.preset = {
427
491
  "light": "#fa6f00",
428
492
  "dark": "#fa6f00"
429
493
  },
494
+ "colorRed950": {
495
+ "light": "#520000",
496
+ "dark": "#520000"
497
+ },
498
+ "colorOrange50": {
499
+ "light": "#fff7f5",
500
+ "dark": "#fff7f5"
501
+ },
502
+ "colorOrange100": {
503
+ "light": "#ffe0d6",
504
+ "dark": "#ffe0d6"
505
+ },
506
+ "colorOrange400": {
507
+ "light": "#ff6a3d",
508
+ "dark": "#ff6a3d"
509
+ },
510
+ "colorOrange700": {
511
+ "light": "#a82700",
512
+ "dark": "#a82700"
513
+ },
514
+ "colorOrange800": {
515
+ "light": "#8a2000",
516
+ "dark": "#8a2000"
517
+ },
518
+ "colorOrange950": {
519
+ "light": "#471100",
520
+ "dark": "#471100"
521
+ },
522
+ "colorYellow600": {
523
+ "light": "#f2b100",
524
+ "dark": "#f2b100"
525
+ },
526
+ "colorYellow950": {
527
+ "light": "#573a00",
528
+ "dark": "#573a00"
529
+ },
530
+ "colorLime50": {
531
+ "light": "#f7ffeb",
532
+ "dark": "#f7ffeb"
533
+ },
534
+ "colorLime100": {
535
+ "light": "#ebffcc",
536
+ "dark": "#ebffcc"
537
+ },
538
+ "colorLime400": {
539
+ "light": "#7ae500",
540
+ "dark": "#7ae500"
541
+ },
542
+ "colorLime700": {
543
+ "light": "#007000",
544
+ "dark": "#007000"
545
+ },
546
+ "colorLime800": {
547
+ "light": "#005700",
548
+ "dark": "#005700"
549
+ },
550
+ "colorLime950": {
551
+ "light": "#002e00",
552
+ "dark": "#002e00"
553
+ },
554
+ "colorGreen400": {
555
+ "light": "#00e500",
556
+ "dark": "#00e500"
557
+ },
558
+ "colorGreen950": {
559
+ "light": "#003311",
560
+ "dark": "#003311"
561
+ },
562
+ "colorMint50": {
563
+ "light": "#ebfff6",
564
+ "dark": "#ebfff6"
565
+ },
566
+ "colorMint100": {
567
+ "light": "#ccffe9",
568
+ "dark": "#ccffe9"
569
+ },
570
+ "colorMint400": {
571
+ "light": "#00e582",
572
+ "dark": "#00e582"
573
+ },
574
+ "colorMint700": {
575
+ "light": "#006b48",
576
+ "dark": "#006b48"
577
+ },
578
+ "colorMint800": {
579
+ "light": "#005237",
580
+ "dark": "#005237"
581
+ },
582
+ "colorMint950": {
583
+ "light": "#003322",
584
+ "dark": "#003322"
585
+ },
586
+ "colorIndigo50": {
587
+ "light": "#f5f7ff",
588
+ "dark": "#f5f7ff"
589
+ },
590
+ "colorIndigo400": {
591
+ "light": "#7598ff",
592
+ "dark": "#7598ff"
593
+ },
594
+ "colorIndigo600": {
595
+ "light": "#295eff",
596
+ "dark": "#295eff"
597
+ },
598
+ "colorIndigo950": {
599
+ "light": "#001475",
600
+ "dark": "#001475"
601
+ },
602
+ "colorPurple50": {
603
+ "light": "#faf5ff",
604
+ "dark": "#faf5ff"
605
+ },
606
+ "colorPurple100": {
607
+ "light": "#f2e5ff",
608
+ "dark": "#f2e5ff"
609
+ },
610
+ "colorPurple600": {
611
+ "light": "#962eff",
612
+ "dark": "#962eff"
613
+ },
614
+ "colorPurple800": {
615
+ "light": "#5900b2",
616
+ "dark": "#5900b2"
617
+ },
618
+ "colorPurple950": {
619
+ "light": "#300061",
620
+ "dark": "#300061"
621
+ },
622
+ "colorTeal50": {
623
+ "light": "#ebfffe",
624
+ "dark": "#ebfffe"
625
+ },
626
+ "colorTeal100": {
627
+ "light": "#ccfffc",
628
+ "dark": "#ccfffc"
629
+ },
630
+ "colorTeal400": {
631
+ "light": "#00d6c8",
632
+ "dark": "#00d6c8"
633
+ },
634
+ "colorTeal700": {
635
+ "light": "#00665f",
636
+ "dark": "#00665f"
637
+ },
638
+ "colorTeal800": {
639
+ "light": "#00524c",
640
+ "dark": "#00524c"
641
+ },
642
+ "colorTeal950": {
643
+ "light": "#003330",
644
+ "dark": "#003330"
645
+ },
646
+ "colorCyan50": {
647
+ "light": "#f0feff",
648
+ "dark": "#f0feff"
649
+ },
650
+ "colorCyan100": {
651
+ "light": "#d1fbff",
652
+ "dark": "#d1fbff"
653
+ },
654
+ "colorCyan400": {
655
+ "light": "#00d2e5",
656
+ "dark": "#00d2e5"
657
+ },
658
+ "colorCyan700": {
659
+ "light": "#00627a",
660
+ "dark": "#00627a"
661
+ },
662
+ "colorCyan800": {
663
+ "light": "#004761",
664
+ "dark": "#004761"
665
+ },
666
+ "colorCyan950": {
667
+ "light": "#00293d",
668
+ "dark": "#00293d"
669
+ },
670
+ "colorBlue950": {
671
+ "light": "#00204d",
672
+ "dark": "#00204d"
673
+ },
674
+ "colorViolet50": {
675
+ "light": "#f6f5ff",
676
+ "dark": "#f6f5ff"
677
+ },
678
+ "colorViolet100": {
679
+ "light": "#e8e5ff",
680
+ "dark": "#e8e5ff"
681
+ },
682
+ "colorViolet400": {
683
+ "light": "#978aff",
684
+ "dark": "#978aff"
685
+ },
686
+ "colorViolet700": {
687
+ "light": "#5724ff",
688
+ "dark": "#5724ff"
689
+ },
690
+ "colorViolet800": {
691
+ "light": "#4200db",
692
+ "dark": "#4200db"
693
+ },
694
+ "colorViolet950": {
695
+ "light": "#250070",
696
+ "dark": "#250070"
697
+ },
698
+ "colorFuchsia50": {
699
+ "light": "#fff5fe",
700
+ "dark": "#fff5fe"
701
+ },
702
+ "colorFuchsia100": {
703
+ "light": "#fce5ff",
704
+ "dark": "#fce5ff"
705
+ },
706
+ "colorFuchsia400": {
707
+ "light": "#ec70ff",
708
+ "dark": "#ec70ff"
709
+ },
710
+ "colorFuchsia700": {
711
+ "light": "#a000b8",
712
+ "dark": "#a000b8"
713
+ },
714
+ "colorFuchsia800": {
715
+ "light": "#78008a",
716
+ "dark": "#78008a"
717
+ },
718
+ "colorFuchsia950": {
719
+ "light": "#43004d",
720
+ "dark": "#43004d"
721
+ },
722
+ "colorMagenta50": {
723
+ "light": "#fff5fe",
724
+ "dark": "#fff5fe"
725
+ },
726
+ "colorMagenta100": {
727
+ "light": "#ffe0fb",
728
+ "dark": "#ffe0fb"
729
+ },
730
+ "colorMagenta400": {
731
+ "light": "#ff57e9",
732
+ "dark": "#ff57e9"
733
+ },
734
+ "colorMagenta700": {
735
+ "light": "#b2008f",
736
+ "dark": "#b2008f"
737
+ },
738
+ "colorMagenta800": {
739
+ "light": "#8f0072",
740
+ "dark": "#8f0072"
741
+ },
742
+ "colorMagenta950": {
743
+ "light": "#470039",
744
+ "dark": "#470039"
745
+ },
746
+ "colorPink50": {
747
+ "light": "#fff5fa",
748
+ "dark": "#fff5fa"
749
+ },
750
+ "colorPink100": {
751
+ "light": "#ffe0f0",
752
+ "dark": "#ffe0f0"
753
+ },
754
+ "colorPink400": {
755
+ "light": "#ff66b2",
756
+ "dark": "#ff66b2"
757
+ },
758
+ "colorPink700": {
759
+ "light": "#bb005d",
760
+ "dark": "#bb005d"
761
+ },
762
+ "colorPink800": {
763
+ "light": "#8f0047",
764
+ "dark": "#8f0047"
765
+ },
766
+ "colorPink950": {
767
+ "light": "#4d0020",
768
+ "dark": "#4d0020"
769
+ },
770
+ "colorRose50": {
771
+ "light": "#fff5f8",
772
+ "dark": "#fff5f8"
773
+ },
774
+ "colorRose100": {
775
+ "light": "#ffe0e8",
776
+ "dark": "#ffe0e8"
777
+ },
778
+ "colorRose400": {
779
+ "light": "#ff5c85",
780
+ "dark": "#ff5c85"
781
+ },
782
+ "colorRose700": {
783
+ "light": "#c20030",
784
+ "dark": "#c20030"
785
+ },
786
+ "colorRose800": {
787
+ "light": "#940025",
788
+ "dark": "#940025"
789
+ },
790
+ "colorRose950": {
791
+ "light": "#4d0013",
792
+ "dark": "#4d0013"
793
+ },
794
+ "colorAmber50": {
795
+ "light": "#fff7e6",
796
+ "dark": "#fff7e6"
797
+ },
798
+ "colorAmber100": {
799
+ "light": "#ffe8bd",
800
+ "dark": "#ffe8bd"
801
+ },
802
+ "colorAmber700": {
803
+ "light": "#9e3700",
804
+ "dark": "#9e3700"
805
+ },
806
+ "colorAmber800": {
807
+ "light": "#7a2b00",
808
+ "dark": "#7a2b00"
809
+ },
810
+ "colorAmber950": {
811
+ "light": "#471500",
812
+ "dark": "#471500"
813
+ },
430
814
  "colorAwsSquidInk": {
431
815
  "light": "#232f3e",
432
816
  "dark": "#232f3e"
@@ -2619,6 +3003,150 @@ module.exports.preset = {
2619
3003
  "light": "#f8f8f8",
2620
3004
  "dark": "#282c34"
2621
3005
  },
3006
+ "colorBackgroundAccentRed": {
3007
+ "light": "{colorError100}",
3008
+ "dark": "rgba(255, 61, 61, 0.2)"
3009
+ },
3010
+ "colorBackgroundAccentYellow": {
3011
+ "light": "{colorWarning100}",
3012
+ "dark": "rgba(251, 211, 50, 0.2)"
3013
+ },
3014
+ "colorBackgroundAccentIndigo": {
3015
+ "light": "{colorInfo100}",
3016
+ "dark": "rgba(0, 153, 255, 0.2)"
3017
+ },
3018
+ "colorBackgroundAccentGreen": {
3019
+ "light": "{colorSuccess100}",
3020
+ "dark": "rgba(43, 181, 52, 0.2)"
3021
+ },
3022
+ "colorBackgroundAccentOrange": {
3023
+ "light": "{colorOrange100}",
3024
+ "dark": "rgba(255, 75, 20, 0.2)"
3025
+ },
3026
+ "colorBackgroundAccentPurple": {
3027
+ "light": "{colorPurple100}",
3028
+ "dark": "rgba(173, 92, 255, 0.2)"
3029
+ },
3030
+ "colorBackgroundAccentMint": {
3031
+ "light": "{colorMint100}",
3032
+ "dark": "rgba(0, 189, 107, 0.2)"
3033
+ },
3034
+ "colorBackgroundAccentLime": {
3035
+ "light": "{colorLime100}",
3036
+ "dark": "rgba(49, 184, 0, 0.2)"
3037
+ },
3038
+ "colorBackgroundAccentGrey": {
3039
+ "light": "{colorNeutral250}",
3040
+ "dark": "{colorNeutral700}"
3041
+ },
3042
+ "colorBackgroundAccentTeal": {
3043
+ "light": "{colorTeal100}",
3044
+ "dark": "rgba(0, 173, 162, 0.2)"
3045
+ },
3046
+ "colorBackgroundAccentCyan": {
3047
+ "light": "{colorCyan100}",
3048
+ "dark": "rgba(0, 164, 189, 0.2)"
3049
+ },
3050
+ "colorBackgroundAccentBlue": {
3051
+ "light": "{colorInfo100}",
3052
+ "dark": "rgba(0, 153, 255, 0.2)"
3053
+ },
3054
+ "colorBackgroundAccentViolet": {
3055
+ "light": "{colorViolet100}",
3056
+ "dark": "rgba(133, 117, 255, 0.2)"
3057
+ },
3058
+ "colorBackgroundAccentFuchsia": {
3059
+ "light": "{colorFuchsia100}",
3060
+ "dark": "rgba(228, 51, 255, 0.2)"
3061
+ },
3062
+ "colorBackgroundAccentMagenta": {
3063
+ "light": "{colorMagenta100}",
3064
+ "dark": "rgba(255, 26, 224, 0.2)"
3065
+ },
3066
+ "colorBackgroundAccentPink": {
3067
+ "light": "{colorPink100}",
3068
+ "dark": "rgba(255, 51, 153, 0.2)"
3069
+ },
3070
+ "colorBackgroundAccentRose": {
3071
+ "light": "{colorRose100}",
3072
+ "dark": "rgba(255, 56, 106, 0.2)"
3073
+ },
3074
+ "colorBackgroundAccentAmber": {
3075
+ "light": "{colorAmber100}",
3076
+ "dark": "rgba(250, 111, 0, 0.2)"
3077
+ },
3078
+ "colorTextAccentRed": {
3079
+ "light": "{colorError800}",
3080
+ "dark": "{colorError400}"
3081
+ },
3082
+ "colorTextAccentYellow": {
3083
+ "light": "{colorWarning900}",
3084
+ "dark": "{colorWarning400}"
3085
+ },
3086
+ "colorTextAccentIndigo": {
3087
+ "light": "{colorInfo800}",
3088
+ "dark": "{colorInfo400}"
3089
+ },
3090
+ "colorTextAccentGreen": {
3091
+ "light": "{colorSuccess800}",
3092
+ "dark": "{colorSuccess400}"
3093
+ },
3094
+ "colorTextAccentOrange": {
3095
+ "light": "{colorOrange800}",
3096
+ "dark": "{colorOrange400}"
3097
+ },
3098
+ "colorTextAccentPurple": {
3099
+ "light": "{colorPurple800}",
3100
+ "dark": "{colorPurple400}"
3101
+ },
3102
+ "colorTextAccentMint": {
3103
+ "light": "{colorMint800}",
3104
+ "dark": "{colorMint400}"
3105
+ },
3106
+ "colorTextAccentLime": {
3107
+ "light": "{colorLime800}",
3108
+ "dark": "{colorLime400}"
3109
+ },
3110
+ "colorTextAccentGrey": {
3111
+ "light": "{colorNeutral800}",
3112
+ "dark": "{colorNeutral300}"
3113
+ },
3114
+ "colorTextAccentTeal": {
3115
+ "light": "{colorTeal800}",
3116
+ "dark": "{colorTeal400}"
3117
+ },
3118
+ "colorTextAccentCyan": {
3119
+ "light": "{colorCyan800}",
3120
+ "dark": "{colorCyan400}"
3121
+ },
3122
+ "colorTextAccentBlue": {
3123
+ "light": "{colorInfo800}",
3124
+ "dark": "{colorInfo400}"
3125
+ },
3126
+ "colorTextAccentViolet": {
3127
+ "light": "{colorViolet800}",
3128
+ "dark": "{colorViolet400}"
3129
+ },
3130
+ "colorTextAccentFuchsia": {
3131
+ "light": "{colorFuchsia800}",
3132
+ "dark": "{colorFuchsia400}"
3133
+ },
3134
+ "colorTextAccentMagenta": {
3135
+ "light": "{colorMagenta800}",
3136
+ "dark": "{colorMagenta400}"
3137
+ },
3138
+ "colorTextAccentPink": {
3139
+ "light": "{colorPink800}",
3140
+ "dark": "{colorPink400}"
3141
+ },
3142
+ "colorTextAccentRose": {
3143
+ "light": "{colorRose800}",
3144
+ "dark": "{colorRose400}"
3145
+ },
3146
+ "colorTextAccentAmber": {
3147
+ "light": "{colorAmber800}",
3148
+ "dark": "{colorAmber400}"
3149
+ },
2622
3150
  "fontBoxValueLargeWeight": "700",
2623
3151
  "fontButtonLetterSpacing": "0.005em",
2624
3152
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -5486,6 +6014,150 @@ module.exports.preset = {
5486
6014
  "light": "#282c34",
5487
6015
  "dark": "#282c34"
5488
6016
  },
6017
+ "colorBackgroundAccentRed": {
6018
+ "light": "rgba(255, 61, 61, 0.2)",
6019
+ "dark": "rgba(255, 61, 61, 0.2)"
6020
+ },
6021
+ "colorBackgroundAccentYellow": {
6022
+ "light": "rgba(251, 211, 50, 0.2)",
6023
+ "dark": "rgba(251, 211, 50, 0.2)"
6024
+ },
6025
+ "colorBackgroundAccentIndigo": {
6026
+ "light": "rgba(0, 153, 255, 0.2)",
6027
+ "dark": "rgba(0, 153, 255, 0.2)"
6028
+ },
6029
+ "colorBackgroundAccentGreen": {
6030
+ "light": "rgba(43, 181, 52, 0.2)",
6031
+ "dark": "rgba(43, 181, 52, 0.2)"
6032
+ },
6033
+ "colorBackgroundAccentOrange": {
6034
+ "light": "rgba(255, 75, 20, 0.2)",
6035
+ "dark": "rgba(255, 75, 20, 0.2)"
6036
+ },
6037
+ "colorBackgroundAccentPurple": {
6038
+ "light": "rgba(173, 92, 255, 0.2)",
6039
+ "dark": "rgba(173, 92, 255, 0.2)"
6040
+ },
6041
+ "colorBackgroundAccentMint": {
6042
+ "light": "rgba(0, 189, 107, 0.2)",
6043
+ "dark": "rgba(0, 189, 107, 0.2)"
6044
+ },
6045
+ "colorBackgroundAccentLime": {
6046
+ "light": "rgba(49, 184, 0, 0.2)",
6047
+ "dark": "rgba(49, 184, 0, 0.2)"
6048
+ },
6049
+ "colorBackgroundAccentGrey": {
6050
+ "light": "{colorNeutral700}",
6051
+ "dark": "{colorNeutral700}"
6052
+ },
6053
+ "colorBackgroundAccentTeal": {
6054
+ "light": "rgba(0, 173, 162, 0.2)",
6055
+ "dark": "rgba(0, 173, 162, 0.2)"
6056
+ },
6057
+ "colorBackgroundAccentCyan": {
6058
+ "light": "rgba(0, 164, 189, 0.2)",
6059
+ "dark": "rgba(0, 164, 189, 0.2)"
6060
+ },
6061
+ "colorBackgroundAccentBlue": {
6062
+ "light": "rgba(0, 153, 255, 0.2)",
6063
+ "dark": "rgba(0, 153, 255, 0.2)"
6064
+ },
6065
+ "colorBackgroundAccentViolet": {
6066
+ "light": "rgba(133, 117, 255, 0.2)",
6067
+ "dark": "rgba(133, 117, 255, 0.2)"
6068
+ },
6069
+ "colorBackgroundAccentFuchsia": {
6070
+ "light": "rgba(228, 51, 255, 0.2)",
6071
+ "dark": "rgba(228, 51, 255, 0.2)"
6072
+ },
6073
+ "colorBackgroundAccentMagenta": {
6074
+ "light": "rgba(255, 26, 224, 0.2)",
6075
+ "dark": "rgba(255, 26, 224, 0.2)"
6076
+ },
6077
+ "colorBackgroundAccentPink": {
6078
+ "light": "rgba(255, 51, 153, 0.2)",
6079
+ "dark": "rgba(255, 51, 153, 0.2)"
6080
+ },
6081
+ "colorBackgroundAccentRose": {
6082
+ "light": "rgba(255, 56, 106, 0.2)",
6083
+ "dark": "rgba(255, 56, 106, 0.2)"
6084
+ },
6085
+ "colorBackgroundAccentAmber": {
6086
+ "light": "rgba(250, 111, 0, 0.2)",
6087
+ "dark": "rgba(250, 111, 0, 0.2)"
6088
+ },
6089
+ "colorTextAccentRed": {
6090
+ "light": "{colorError400}",
6091
+ "dark": "{colorError400}"
6092
+ },
6093
+ "colorTextAccentYellow": {
6094
+ "light": "{colorWarning400}",
6095
+ "dark": "{colorWarning400}"
6096
+ },
6097
+ "colorTextAccentIndigo": {
6098
+ "light": "{colorInfo400}",
6099
+ "dark": "{colorInfo400}"
6100
+ },
6101
+ "colorTextAccentGreen": {
6102
+ "light": "{colorSuccess400}",
6103
+ "dark": "{colorSuccess400}"
6104
+ },
6105
+ "colorTextAccentOrange": {
6106
+ "light": "{colorOrange400}",
6107
+ "dark": "{colorOrange400}"
6108
+ },
6109
+ "colorTextAccentPurple": {
6110
+ "light": "{colorPurple400}",
6111
+ "dark": "{colorPurple400}"
6112
+ },
6113
+ "colorTextAccentMint": {
6114
+ "light": "{colorMint400}",
6115
+ "dark": "{colorMint400}"
6116
+ },
6117
+ "colorTextAccentLime": {
6118
+ "light": "{colorLime400}",
6119
+ "dark": "{colorLime400}"
6120
+ },
6121
+ "colorTextAccentGrey": {
6122
+ "light": "{colorNeutral300}",
6123
+ "dark": "{colorNeutral300}"
6124
+ },
6125
+ "colorTextAccentTeal": {
6126
+ "light": "{colorTeal400}",
6127
+ "dark": "{colorTeal400}"
6128
+ },
6129
+ "colorTextAccentCyan": {
6130
+ "light": "{colorCyan400}",
6131
+ "dark": "{colorCyan400}"
6132
+ },
6133
+ "colorTextAccentBlue": {
6134
+ "light": "{colorInfo400}",
6135
+ "dark": "{colorInfo400}"
6136
+ },
6137
+ "colorTextAccentViolet": {
6138
+ "light": "{colorViolet400}",
6139
+ "dark": "{colorViolet400}"
6140
+ },
6141
+ "colorTextAccentFuchsia": {
6142
+ "light": "{colorFuchsia400}",
6143
+ "dark": "{colorFuchsia400}"
6144
+ },
6145
+ "colorTextAccentMagenta": {
6146
+ "light": "{colorMagenta400}",
6147
+ "dark": "{colorMagenta400}"
6148
+ },
6149
+ "colorTextAccentPink": {
6150
+ "light": "{colorPink400}",
6151
+ "dark": "{colorPink400}"
6152
+ },
6153
+ "colorTextAccentRose": {
6154
+ "light": "{colorRose400}",
6155
+ "dark": "{colorRose400}"
6156
+ },
6157
+ "colorTextAccentAmber": {
6158
+ "light": "{colorAmber400}",
6159
+ "dark": "{colorAmber400}"
6160
+ },
5489
6161
  "colorPrimary50": "#f0fbff",
5490
6162
  "colorPrimary100": "#d1f1ff",
5491
6163
  "colorPrimary200": "#b8e7ff",
@@ -5496,6 +6168,7 @@ module.exports.preset = {
5496
6168
  "colorPrimary700": "#004a9e",
5497
6169
  "colorPrimary800": "#003b8f",
5498
6170
  "colorPrimary900": "#002b66",
6171
+ "colorPrimary950": "#00204d",
5499
6172
  "colorPrimary1000": "#001129",
5500
6173
  "colorNeutral50": "#fcfcfd",
5501
6174
  "colorNeutral100": "#f9f9fa",
@@ -5518,23 +6191,38 @@ module.exports.preset = {
5518
6191
  "colorNeutral950": "#0f141a",
5519
6192
  "colorNeutral1000": "#06080a",
5520
6193
  "colorError50": "#fff5f5",
6194
+ "colorError100": "#ffe0e0",
5521
6195
  "colorError400": "#ff7a7a",
5522
6196
  "colorError600": "#db0000",
6197
+ "colorError800": "#990000",
5523
6198
  "colorError900": "#700000",
6199
+ "colorError950": "#520000",
5524
6200
  "colorError1000": "#1f0000",
5525
6201
  "colorSuccess50": "#effff1",
6202
+ "colorSuccess100": "#d9ffd6",
6203
+ "colorSuccess400": "#00e500",
5526
6204
  "colorSuccess500": "#2bb534",
5527
6205
  "colorSuccess600": "#00802f",
6206
+ "colorSuccess800": "#005c26",
6207
+ "colorSuccess950": "#003311",
5528
6208
  "colorSuccess1000": "#001401",
5529
6209
  "colorWarning50": "#fffef0",
6210
+ "colorWarning100": "#fffbbd",
5530
6211
  "colorWarning400": "#ffe347",
5531
6212
  "colorWarning500": "#fbd332",
6213
+ "colorWarning600": "#f2b100",
6214
+ "colorWarning800": "#9e6900",
5532
6215
  "colorWarning900": "#855900",
6216
+ "colorWarning950": "#573a00",
5533
6217
  "colorWarning1000": "#191100",
5534
6218
  "colorInfo50": "#f0fbff",
6219
+ "colorInfo100": "#d1f1ff",
5535
6220
  "colorInfo300": "#75cfff",
5536
6221
  "colorInfo400": "#42b4ff",
5537
6222
  "colorInfo600": "#006ce0",
6223
+ "colorInfo700": "#004a9e",
6224
+ "colorInfo800": "#003b8f",
6225
+ "colorInfo950": "#00204d",
5538
6226
  "colorInfo1000": "#001129",
5539
6227
  "colorChartsStatusNeutral": {
5540
6228
  "light": "{colorNeutral500}",
@@ -7155,6 +7843,150 @@ module.exports.preset = {
7155
7843
  "light": "#282c34",
7156
7844
  "dark": "#282c34"
7157
7845
  },
7846
+ "colorBackgroundAccentRed": {
7847
+ "light": "rgba(255, 61, 61, 0.2)",
7848
+ "dark": "rgba(255, 61, 61, 0.2)"
7849
+ },
7850
+ "colorBackgroundAccentYellow": {
7851
+ "light": "rgba(251, 211, 50, 0.2)",
7852
+ "dark": "rgba(251, 211, 50, 0.2)"
7853
+ },
7854
+ "colorBackgroundAccentIndigo": {
7855
+ "light": "rgba(0, 153, 255, 0.2)",
7856
+ "dark": "rgba(0, 153, 255, 0.2)"
7857
+ },
7858
+ "colorBackgroundAccentGreen": {
7859
+ "light": "rgba(43, 181, 52, 0.2)",
7860
+ "dark": "rgba(43, 181, 52, 0.2)"
7861
+ },
7862
+ "colorBackgroundAccentOrange": {
7863
+ "light": "rgba(255, 75, 20, 0.2)",
7864
+ "dark": "rgba(255, 75, 20, 0.2)"
7865
+ },
7866
+ "colorBackgroundAccentPurple": {
7867
+ "light": "rgba(173, 92, 255, 0.2)",
7868
+ "dark": "rgba(173, 92, 255, 0.2)"
7869
+ },
7870
+ "colorBackgroundAccentMint": {
7871
+ "light": "rgba(0, 189, 107, 0.2)",
7872
+ "dark": "rgba(0, 189, 107, 0.2)"
7873
+ },
7874
+ "colorBackgroundAccentLime": {
7875
+ "light": "rgba(49, 184, 0, 0.2)",
7876
+ "dark": "rgba(49, 184, 0, 0.2)"
7877
+ },
7878
+ "colorBackgroundAccentGrey": {
7879
+ "light": "{colorNeutral700}",
7880
+ "dark": "{colorNeutral700}"
7881
+ },
7882
+ "colorBackgroundAccentTeal": {
7883
+ "light": "rgba(0, 173, 162, 0.2)",
7884
+ "dark": "rgba(0, 173, 162, 0.2)"
7885
+ },
7886
+ "colorBackgroundAccentCyan": {
7887
+ "light": "rgba(0, 164, 189, 0.2)",
7888
+ "dark": "rgba(0, 164, 189, 0.2)"
7889
+ },
7890
+ "colorBackgroundAccentBlue": {
7891
+ "light": "rgba(0, 153, 255, 0.2)",
7892
+ "dark": "rgba(0, 153, 255, 0.2)"
7893
+ },
7894
+ "colorBackgroundAccentViolet": {
7895
+ "light": "rgba(133, 117, 255, 0.2)",
7896
+ "dark": "rgba(133, 117, 255, 0.2)"
7897
+ },
7898
+ "colorBackgroundAccentFuchsia": {
7899
+ "light": "rgba(228, 51, 255, 0.2)",
7900
+ "dark": "rgba(228, 51, 255, 0.2)"
7901
+ },
7902
+ "colorBackgroundAccentMagenta": {
7903
+ "light": "rgba(255, 26, 224, 0.2)",
7904
+ "dark": "rgba(255, 26, 224, 0.2)"
7905
+ },
7906
+ "colorBackgroundAccentPink": {
7907
+ "light": "rgba(255, 51, 153, 0.2)",
7908
+ "dark": "rgba(255, 51, 153, 0.2)"
7909
+ },
7910
+ "colorBackgroundAccentRose": {
7911
+ "light": "rgba(255, 56, 106, 0.2)",
7912
+ "dark": "rgba(255, 56, 106, 0.2)"
7913
+ },
7914
+ "colorBackgroundAccentAmber": {
7915
+ "light": "rgba(250, 111, 0, 0.2)",
7916
+ "dark": "rgba(250, 111, 0, 0.2)"
7917
+ },
7918
+ "colorTextAccentRed": {
7919
+ "light": "{colorError400}",
7920
+ "dark": "{colorError400}"
7921
+ },
7922
+ "colorTextAccentYellow": {
7923
+ "light": "{colorWarning400}",
7924
+ "dark": "{colorWarning400}"
7925
+ },
7926
+ "colorTextAccentIndigo": {
7927
+ "light": "{colorInfo400}",
7928
+ "dark": "{colorInfo400}"
7929
+ },
7930
+ "colorTextAccentGreen": {
7931
+ "light": "{colorSuccess400}",
7932
+ "dark": "{colorSuccess400}"
7933
+ },
7934
+ "colorTextAccentOrange": {
7935
+ "light": "{colorOrange400}",
7936
+ "dark": "{colorOrange400}"
7937
+ },
7938
+ "colorTextAccentPurple": {
7939
+ "light": "{colorPurple400}",
7940
+ "dark": "{colorPurple400}"
7941
+ },
7942
+ "colorTextAccentMint": {
7943
+ "light": "{colorMint400}",
7944
+ "dark": "{colorMint400}"
7945
+ },
7946
+ "colorTextAccentLime": {
7947
+ "light": "{colorLime400}",
7948
+ "dark": "{colorLime400}"
7949
+ },
7950
+ "colorTextAccentGrey": {
7951
+ "light": "{colorNeutral300}",
7952
+ "dark": "{colorNeutral300}"
7953
+ },
7954
+ "colorTextAccentTeal": {
7955
+ "light": "{colorTeal400}",
7956
+ "dark": "{colorTeal400}"
7957
+ },
7958
+ "colorTextAccentCyan": {
7959
+ "light": "{colorCyan400}",
7960
+ "dark": "{colorCyan400}"
7961
+ },
7962
+ "colorTextAccentBlue": {
7963
+ "light": "{colorInfo400}",
7964
+ "dark": "{colorInfo400}"
7965
+ },
7966
+ "colorTextAccentViolet": {
7967
+ "light": "{colorViolet400}",
7968
+ "dark": "{colorViolet400}"
7969
+ },
7970
+ "colorTextAccentFuchsia": {
7971
+ "light": "{colorFuchsia400}",
7972
+ "dark": "{colorFuchsia400}"
7973
+ },
7974
+ "colorTextAccentMagenta": {
7975
+ "light": "{colorMagenta400}",
7976
+ "dark": "{colorMagenta400}"
7977
+ },
7978
+ "colorTextAccentPink": {
7979
+ "light": "{colorPink400}",
7980
+ "dark": "{colorPink400}"
7981
+ },
7982
+ "colorTextAccentRose": {
7983
+ "light": "{colorRose400}",
7984
+ "dark": "{colorRose400}"
7985
+ },
7986
+ "colorTextAccentAmber": {
7987
+ "light": "{colorAmber400}",
7988
+ "dark": "{colorAmber400}"
7989
+ },
7158
7990
  "colorPrimary50": "#f0fbff",
7159
7991
  "colorPrimary100": "#d1f1ff",
7160
7992
  "colorPrimary200": "#b8e7ff",
@@ -7165,6 +7997,7 @@ module.exports.preset = {
7165
7997
  "colorPrimary700": "#004a9e",
7166
7998
  "colorPrimary800": "#003b8f",
7167
7999
  "colorPrimary900": "#002b66",
8000
+ "colorPrimary950": "#00204d",
7168
8001
  "colorPrimary1000": "#001129",
7169
8002
  "colorNeutral50": "#fcfcfd",
7170
8003
  "colorNeutral100": "#f9f9fa",
@@ -7187,23 +8020,38 @@ module.exports.preset = {
7187
8020
  "colorNeutral950": "#0f141a",
7188
8021
  "colorNeutral1000": "#06080a",
7189
8022
  "colorError50": "#fff5f5",
8023
+ "colorError100": "#ffe0e0",
7190
8024
  "colorError400": "#ff7a7a",
7191
8025
  "colorError600": "#db0000",
8026
+ "colorError800": "#990000",
7192
8027
  "colorError900": "#700000",
8028
+ "colorError950": "#520000",
7193
8029
  "colorError1000": "#1f0000",
7194
8030
  "colorSuccess50": "#effff1",
8031
+ "colorSuccess100": "#d9ffd6",
8032
+ "colorSuccess400": "#00e500",
7195
8033
  "colorSuccess500": "#2bb534",
7196
8034
  "colorSuccess600": "#00802f",
8035
+ "colorSuccess800": "#005c26",
8036
+ "colorSuccess950": "#003311",
7197
8037
  "colorSuccess1000": "#001401",
7198
8038
  "colorWarning50": "#fffef0",
8039
+ "colorWarning100": "#fffbbd",
7199
8040
  "colorWarning400": "#ffe347",
7200
8041
  "colorWarning500": "#fbd332",
8042
+ "colorWarning600": "#f2b100",
8043
+ "colorWarning800": "#9e6900",
7201
8044
  "colorWarning900": "#855900",
8045
+ "colorWarning950": "#573a00",
7202
8046
  "colorWarning1000": "#191100",
7203
8047
  "colorInfo50": "#f0fbff",
8048
+ "colorInfo100": "#d1f1ff",
7204
8049
  "colorInfo300": "#75cfff",
7205
8050
  "colorInfo400": "#42b4ff",
7206
8051
  "colorInfo600": "#006ce0",
8052
+ "colorInfo700": "#004a9e",
8053
+ "colorInfo800": "#003b8f",
8054
+ "colorInfo950": "#00204d",
7207
8055
  "colorInfo1000": "#001129",
7208
8056
  "colorChartsStatusNeutral": {
7209
8057
  "light": "{colorNeutral500}",
@@ -8751,6 +9599,150 @@ module.exports.preset = {
8751
9599
  "colorBackgroundCodeView": {
8752
9600
  "light": "#f8f8f8",
8753
9601
  "dark": "#282c34"
9602
+ },
9603
+ "colorBackgroundAccentRed": {
9604
+ "light": "{colorError100}",
9605
+ "dark": "rgba(255, 61, 61, 0.2)"
9606
+ },
9607
+ "colorBackgroundAccentYellow": {
9608
+ "light": "{colorWarning100}",
9609
+ "dark": "rgba(251, 211, 50, 0.2)"
9610
+ },
9611
+ "colorBackgroundAccentIndigo": {
9612
+ "light": "{colorInfo100}",
9613
+ "dark": "rgba(0, 153, 255, 0.2)"
9614
+ },
9615
+ "colorBackgroundAccentGreen": {
9616
+ "light": "{colorSuccess100}",
9617
+ "dark": "rgba(43, 181, 52, 0.2)"
9618
+ },
9619
+ "colorBackgroundAccentOrange": {
9620
+ "light": "{colorOrange100}",
9621
+ "dark": "rgba(255, 75, 20, 0.2)"
9622
+ },
9623
+ "colorBackgroundAccentPurple": {
9624
+ "light": "{colorPurple100}",
9625
+ "dark": "rgba(173, 92, 255, 0.2)"
9626
+ },
9627
+ "colorBackgroundAccentMint": {
9628
+ "light": "{colorMint100}",
9629
+ "dark": "rgba(0, 189, 107, 0.2)"
9630
+ },
9631
+ "colorBackgroundAccentLime": {
9632
+ "light": "{colorLime100}",
9633
+ "dark": "rgba(49, 184, 0, 0.2)"
9634
+ },
9635
+ "colorBackgroundAccentGrey": {
9636
+ "light": "{colorNeutral250}",
9637
+ "dark": "{colorNeutral700}"
9638
+ },
9639
+ "colorBackgroundAccentTeal": {
9640
+ "light": "{colorTeal100}",
9641
+ "dark": "rgba(0, 173, 162, 0.2)"
9642
+ },
9643
+ "colorBackgroundAccentCyan": {
9644
+ "light": "{colorCyan100}",
9645
+ "dark": "rgba(0, 164, 189, 0.2)"
9646
+ },
9647
+ "colorBackgroundAccentBlue": {
9648
+ "light": "{colorInfo100}",
9649
+ "dark": "rgba(0, 153, 255, 0.2)"
9650
+ },
9651
+ "colorBackgroundAccentViolet": {
9652
+ "light": "{colorViolet100}",
9653
+ "dark": "rgba(133, 117, 255, 0.2)"
9654
+ },
9655
+ "colorBackgroundAccentFuchsia": {
9656
+ "light": "{colorFuchsia100}",
9657
+ "dark": "rgba(228, 51, 255, 0.2)"
9658
+ },
9659
+ "colorBackgroundAccentMagenta": {
9660
+ "light": "{colorMagenta100}",
9661
+ "dark": "rgba(255, 26, 224, 0.2)"
9662
+ },
9663
+ "colorBackgroundAccentPink": {
9664
+ "light": "{colorPink100}",
9665
+ "dark": "rgba(255, 51, 153, 0.2)"
9666
+ },
9667
+ "colorBackgroundAccentRose": {
9668
+ "light": "{colorRose100}",
9669
+ "dark": "rgba(255, 56, 106, 0.2)"
9670
+ },
9671
+ "colorBackgroundAccentAmber": {
9672
+ "light": "{colorAmber100}",
9673
+ "dark": "rgba(250, 111, 0, 0.2)"
9674
+ },
9675
+ "colorTextAccentRed": {
9676
+ "light": "{colorError800}",
9677
+ "dark": "{colorError400}"
9678
+ },
9679
+ "colorTextAccentYellow": {
9680
+ "light": "{colorWarning900}",
9681
+ "dark": "{colorWarning400}"
9682
+ },
9683
+ "colorTextAccentIndigo": {
9684
+ "light": "{colorInfo800}",
9685
+ "dark": "{colorInfo400}"
9686
+ },
9687
+ "colorTextAccentGreen": {
9688
+ "light": "{colorSuccess800}",
9689
+ "dark": "{colorSuccess400}"
9690
+ },
9691
+ "colorTextAccentOrange": {
9692
+ "light": "{colorOrange800}",
9693
+ "dark": "{colorOrange400}"
9694
+ },
9695
+ "colorTextAccentPurple": {
9696
+ "light": "{colorPurple800}",
9697
+ "dark": "{colorPurple400}"
9698
+ },
9699
+ "colorTextAccentMint": {
9700
+ "light": "{colorMint800}",
9701
+ "dark": "{colorMint400}"
9702
+ },
9703
+ "colorTextAccentLime": {
9704
+ "light": "{colorLime800}",
9705
+ "dark": "{colorLime400}"
9706
+ },
9707
+ "colorTextAccentGrey": {
9708
+ "light": "{colorNeutral800}",
9709
+ "dark": "{colorNeutral300}"
9710
+ },
9711
+ "colorTextAccentTeal": {
9712
+ "light": "{colorTeal800}",
9713
+ "dark": "{colorTeal400}"
9714
+ },
9715
+ "colorTextAccentCyan": {
9716
+ "light": "{colorCyan800}",
9717
+ "dark": "{colorCyan400}"
9718
+ },
9719
+ "colorTextAccentBlue": {
9720
+ "light": "{colorInfo800}",
9721
+ "dark": "{colorInfo400}"
9722
+ },
9723
+ "colorTextAccentViolet": {
9724
+ "light": "{colorViolet800}",
9725
+ "dark": "{colorViolet400}"
9726
+ },
9727
+ "colorTextAccentFuchsia": {
9728
+ "light": "{colorFuchsia800}",
9729
+ "dark": "{colorFuchsia400}"
9730
+ },
9731
+ "colorTextAccentMagenta": {
9732
+ "light": "{colorMagenta800}",
9733
+ "dark": "{colorMagenta400}"
9734
+ },
9735
+ "colorTextAccentPink": {
9736
+ "light": "{colorPink800}",
9737
+ "dark": "{colorPink400}"
9738
+ },
9739
+ "colorTextAccentRose": {
9740
+ "light": "{colorRose800}",
9741
+ "dark": "{colorRose400}"
9742
+ },
9743
+ "colorTextAccentAmber": {
9744
+ "light": "{colorAmber800}",
9745
+ "dark": "{colorAmber400}"
8754
9746
  }
8755
9747
  }
8756
9748
  },
@@ -10213,6 +11205,150 @@ module.exports.preset = {
10213
11205
  "colorBackgroundCodeView": {
10214
11206
  "light": "#f8f8f8",
10215
11207
  "dark": "#282c34"
11208
+ },
11209
+ "colorBackgroundAccentRed": {
11210
+ "light": "{colorError100}",
11211
+ "dark": "rgba(255, 61, 61, 0.2)"
11212
+ },
11213
+ "colorBackgroundAccentYellow": {
11214
+ "light": "{colorWarning100}",
11215
+ "dark": "rgba(251, 211, 50, 0.2)"
11216
+ },
11217
+ "colorBackgroundAccentIndigo": {
11218
+ "light": "{colorInfo100}",
11219
+ "dark": "rgba(0, 153, 255, 0.2)"
11220
+ },
11221
+ "colorBackgroundAccentGreen": {
11222
+ "light": "{colorSuccess100}",
11223
+ "dark": "rgba(43, 181, 52, 0.2)"
11224
+ },
11225
+ "colorBackgroundAccentOrange": {
11226
+ "light": "{colorOrange100}",
11227
+ "dark": "rgba(255, 75, 20, 0.2)"
11228
+ },
11229
+ "colorBackgroundAccentPurple": {
11230
+ "light": "{colorPurple100}",
11231
+ "dark": "rgba(173, 92, 255, 0.2)"
11232
+ },
11233
+ "colorBackgroundAccentMint": {
11234
+ "light": "{colorMint100}",
11235
+ "dark": "rgba(0, 189, 107, 0.2)"
11236
+ },
11237
+ "colorBackgroundAccentLime": {
11238
+ "light": "{colorLime100}",
11239
+ "dark": "rgba(49, 184, 0, 0.2)"
11240
+ },
11241
+ "colorBackgroundAccentGrey": {
11242
+ "light": "{colorNeutral250}",
11243
+ "dark": "{colorNeutral700}"
11244
+ },
11245
+ "colorBackgroundAccentTeal": {
11246
+ "light": "{colorTeal100}",
11247
+ "dark": "rgba(0, 173, 162, 0.2)"
11248
+ },
11249
+ "colorBackgroundAccentCyan": {
11250
+ "light": "{colorCyan100}",
11251
+ "dark": "rgba(0, 164, 189, 0.2)"
11252
+ },
11253
+ "colorBackgroundAccentBlue": {
11254
+ "light": "{colorInfo100}",
11255
+ "dark": "rgba(0, 153, 255, 0.2)"
11256
+ },
11257
+ "colorBackgroundAccentViolet": {
11258
+ "light": "{colorViolet100}",
11259
+ "dark": "rgba(133, 117, 255, 0.2)"
11260
+ },
11261
+ "colorBackgroundAccentFuchsia": {
11262
+ "light": "{colorFuchsia100}",
11263
+ "dark": "rgba(228, 51, 255, 0.2)"
11264
+ },
11265
+ "colorBackgroundAccentMagenta": {
11266
+ "light": "{colorMagenta100}",
11267
+ "dark": "rgba(255, 26, 224, 0.2)"
11268
+ },
11269
+ "colorBackgroundAccentPink": {
11270
+ "light": "{colorPink100}",
11271
+ "dark": "rgba(255, 51, 153, 0.2)"
11272
+ },
11273
+ "colorBackgroundAccentRose": {
11274
+ "light": "{colorRose100}",
11275
+ "dark": "rgba(255, 56, 106, 0.2)"
11276
+ },
11277
+ "colorBackgroundAccentAmber": {
11278
+ "light": "{colorAmber100}",
11279
+ "dark": "rgba(250, 111, 0, 0.2)"
11280
+ },
11281
+ "colorTextAccentRed": {
11282
+ "light": "{colorError800}",
11283
+ "dark": "{colorError400}"
11284
+ },
11285
+ "colorTextAccentYellow": {
11286
+ "light": "{colorWarning900}",
11287
+ "dark": "{colorWarning400}"
11288
+ },
11289
+ "colorTextAccentIndigo": {
11290
+ "light": "{colorInfo800}",
11291
+ "dark": "{colorInfo400}"
11292
+ },
11293
+ "colorTextAccentGreen": {
11294
+ "light": "{colorSuccess800}",
11295
+ "dark": "{colorSuccess400}"
11296
+ },
11297
+ "colorTextAccentOrange": {
11298
+ "light": "{colorOrange800}",
11299
+ "dark": "{colorOrange400}"
11300
+ },
11301
+ "colorTextAccentPurple": {
11302
+ "light": "{colorPurple800}",
11303
+ "dark": "{colorPurple400}"
11304
+ },
11305
+ "colorTextAccentMint": {
11306
+ "light": "{colorMint800}",
11307
+ "dark": "{colorMint400}"
11308
+ },
11309
+ "colorTextAccentLime": {
11310
+ "light": "{colorLime800}",
11311
+ "dark": "{colorLime400}"
11312
+ },
11313
+ "colorTextAccentGrey": {
11314
+ "light": "{colorNeutral800}",
11315
+ "dark": "{colorNeutral300}"
11316
+ },
11317
+ "colorTextAccentTeal": {
11318
+ "light": "{colorTeal800}",
11319
+ "dark": "{colorTeal400}"
11320
+ },
11321
+ "colorTextAccentCyan": {
11322
+ "light": "{colorCyan800}",
11323
+ "dark": "{colorCyan400}"
11324
+ },
11325
+ "colorTextAccentBlue": {
11326
+ "light": "{colorInfo800}",
11327
+ "dark": "{colorInfo400}"
11328
+ },
11329
+ "colorTextAccentViolet": {
11330
+ "light": "{colorViolet800}",
11331
+ "dark": "{colorViolet400}"
11332
+ },
11333
+ "colorTextAccentFuchsia": {
11334
+ "light": "{colorFuchsia800}",
11335
+ "dark": "{colorFuchsia400}"
11336
+ },
11337
+ "colorTextAccentMagenta": {
11338
+ "light": "{colorMagenta800}",
11339
+ "dark": "{colorMagenta400}"
11340
+ },
11341
+ "colorTextAccentPink": {
11342
+ "light": "{colorPink800}",
11343
+ "dark": "{colorPink400}"
11344
+ },
11345
+ "colorTextAccentRose": {
11346
+ "light": "{colorRose800}",
11347
+ "dark": "{colorRose400}"
11348
+ },
11349
+ "colorTextAccentAmber": {
11350
+ "light": "{colorAmber800}",
11351
+ "dark": "{colorAmber400}"
10216
11352
  }
10217
11353
  }
10218
11354
  },
@@ -11676,6 +12812,150 @@ module.exports.preset = {
11676
12812
  "light": "#f8f8f8",
11677
12813
  "dark": "#282c34"
11678
12814
  },
12815
+ "colorBackgroundAccentRed": {
12816
+ "light": "{colorError100}",
12817
+ "dark": "rgba(255, 61, 61, 0.2)"
12818
+ },
12819
+ "colorBackgroundAccentYellow": {
12820
+ "light": "{colorWarning100}",
12821
+ "dark": "rgba(251, 211, 50, 0.2)"
12822
+ },
12823
+ "colorBackgroundAccentIndigo": {
12824
+ "light": "{colorInfo100}",
12825
+ "dark": "rgba(0, 153, 255, 0.2)"
12826
+ },
12827
+ "colorBackgroundAccentGreen": {
12828
+ "light": "{colorSuccess100}",
12829
+ "dark": "rgba(43, 181, 52, 0.2)"
12830
+ },
12831
+ "colorBackgroundAccentOrange": {
12832
+ "light": "{colorOrange100}",
12833
+ "dark": "rgba(255, 75, 20, 0.2)"
12834
+ },
12835
+ "colorBackgroundAccentPurple": {
12836
+ "light": "{colorPurple100}",
12837
+ "dark": "rgba(173, 92, 255, 0.2)"
12838
+ },
12839
+ "colorBackgroundAccentMint": {
12840
+ "light": "{colorMint100}",
12841
+ "dark": "rgba(0, 189, 107, 0.2)"
12842
+ },
12843
+ "colorBackgroundAccentLime": {
12844
+ "light": "{colorLime100}",
12845
+ "dark": "rgba(49, 184, 0, 0.2)"
12846
+ },
12847
+ "colorBackgroundAccentGrey": {
12848
+ "light": "{colorNeutral250}",
12849
+ "dark": "{colorNeutral700}"
12850
+ },
12851
+ "colorBackgroundAccentTeal": {
12852
+ "light": "{colorTeal100}",
12853
+ "dark": "rgba(0, 173, 162, 0.2)"
12854
+ },
12855
+ "colorBackgroundAccentCyan": {
12856
+ "light": "{colorCyan100}",
12857
+ "dark": "rgba(0, 164, 189, 0.2)"
12858
+ },
12859
+ "colorBackgroundAccentBlue": {
12860
+ "light": "{colorInfo100}",
12861
+ "dark": "rgba(0, 153, 255, 0.2)"
12862
+ },
12863
+ "colorBackgroundAccentViolet": {
12864
+ "light": "{colorViolet100}",
12865
+ "dark": "rgba(133, 117, 255, 0.2)"
12866
+ },
12867
+ "colorBackgroundAccentFuchsia": {
12868
+ "light": "{colorFuchsia100}",
12869
+ "dark": "rgba(228, 51, 255, 0.2)"
12870
+ },
12871
+ "colorBackgroundAccentMagenta": {
12872
+ "light": "{colorMagenta100}",
12873
+ "dark": "rgba(255, 26, 224, 0.2)"
12874
+ },
12875
+ "colorBackgroundAccentPink": {
12876
+ "light": "{colorPink100}",
12877
+ "dark": "rgba(255, 51, 153, 0.2)"
12878
+ },
12879
+ "colorBackgroundAccentRose": {
12880
+ "light": "{colorRose100}",
12881
+ "dark": "rgba(255, 56, 106, 0.2)"
12882
+ },
12883
+ "colorBackgroundAccentAmber": {
12884
+ "light": "{colorAmber100}",
12885
+ "dark": "rgba(250, 111, 0, 0.2)"
12886
+ },
12887
+ "colorTextAccentRed": {
12888
+ "light": "{colorError800}",
12889
+ "dark": "{colorError400}"
12890
+ },
12891
+ "colorTextAccentYellow": {
12892
+ "light": "{colorWarning900}",
12893
+ "dark": "{colorWarning400}"
12894
+ },
12895
+ "colorTextAccentIndigo": {
12896
+ "light": "{colorInfo800}",
12897
+ "dark": "{colorInfo400}"
12898
+ },
12899
+ "colorTextAccentGreen": {
12900
+ "light": "{colorSuccess800}",
12901
+ "dark": "{colorSuccess400}"
12902
+ },
12903
+ "colorTextAccentOrange": {
12904
+ "light": "{colorOrange800}",
12905
+ "dark": "{colorOrange400}"
12906
+ },
12907
+ "colorTextAccentPurple": {
12908
+ "light": "{colorPurple800}",
12909
+ "dark": "{colorPurple400}"
12910
+ },
12911
+ "colorTextAccentMint": {
12912
+ "light": "{colorMint800}",
12913
+ "dark": "{colorMint400}"
12914
+ },
12915
+ "colorTextAccentLime": {
12916
+ "light": "{colorLime800}",
12917
+ "dark": "{colorLime400}"
12918
+ },
12919
+ "colorTextAccentGrey": {
12920
+ "light": "{colorNeutral800}",
12921
+ "dark": "{colorNeutral300}"
12922
+ },
12923
+ "colorTextAccentTeal": {
12924
+ "light": "{colorTeal800}",
12925
+ "dark": "{colorTeal400}"
12926
+ },
12927
+ "colorTextAccentCyan": {
12928
+ "light": "{colorCyan800}",
12929
+ "dark": "{colorCyan400}"
12930
+ },
12931
+ "colorTextAccentBlue": {
12932
+ "light": "{colorInfo800}",
12933
+ "dark": "{colorInfo400}"
12934
+ },
12935
+ "colorTextAccentViolet": {
12936
+ "light": "{colorViolet800}",
12937
+ "dark": "{colorViolet400}"
12938
+ },
12939
+ "colorTextAccentFuchsia": {
12940
+ "light": "{colorFuchsia800}",
12941
+ "dark": "{colorFuchsia400}"
12942
+ },
12943
+ "colorTextAccentMagenta": {
12944
+ "light": "{colorMagenta800}",
12945
+ "dark": "{colorMagenta400}"
12946
+ },
12947
+ "colorTextAccentPink": {
12948
+ "light": "{colorPink800}",
12949
+ "dark": "{colorPink400}"
12950
+ },
12951
+ "colorTextAccentRose": {
12952
+ "light": "{colorRose800}",
12953
+ "dark": "{colorRose400}"
12954
+ },
12955
+ "colorTextAccentAmber": {
12956
+ "light": "{colorAmber800}",
12957
+ "dark": "{colorAmber400}"
12958
+ },
11679
12959
  "fontSizeExpandableHeading": "14px",
11680
12960
  "borderDividerSectionWidth": "1px"
11681
12961
  }
@@ -13139,6 +14419,150 @@ module.exports.preset = {
13139
14419
  "colorBackgroundCodeView": {
13140
14420
  "light": "#282c34",
13141
14421
  "dark": "#282c34"
14422
+ },
14423
+ "colorBackgroundAccentRed": {
14424
+ "light": "rgba(255, 61, 61, 0.2)",
14425
+ "dark": "rgba(255, 61, 61, 0.2)"
14426
+ },
14427
+ "colorBackgroundAccentYellow": {
14428
+ "light": "rgba(251, 211, 50, 0.2)",
14429
+ "dark": "rgba(251, 211, 50, 0.2)"
14430
+ },
14431
+ "colorBackgroundAccentIndigo": {
14432
+ "light": "rgba(0, 153, 255, 0.2)",
14433
+ "dark": "rgba(0, 153, 255, 0.2)"
14434
+ },
14435
+ "colorBackgroundAccentGreen": {
14436
+ "light": "rgba(43, 181, 52, 0.2)",
14437
+ "dark": "rgba(43, 181, 52, 0.2)"
14438
+ },
14439
+ "colorBackgroundAccentOrange": {
14440
+ "light": "rgba(255, 75, 20, 0.2)",
14441
+ "dark": "rgba(255, 75, 20, 0.2)"
14442
+ },
14443
+ "colorBackgroundAccentPurple": {
14444
+ "light": "rgba(173, 92, 255, 0.2)",
14445
+ "dark": "rgba(173, 92, 255, 0.2)"
14446
+ },
14447
+ "colorBackgroundAccentMint": {
14448
+ "light": "rgba(0, 189, 107, 0.2)",
14449
+ "dark": "rgba(0, 189, 107, 0.2)"
14450
+ },
14451
+ "colorBackgroundAccentLime": {
14452
+ "light": "rgba(49, 184, 0, 0.2)",
14453
+ "dark": "rgba(49, 184, 0, 0.2)"
14454
+ },
14455
+ "colorBackgroundAccentGrey": {
14456
+ "light": "{colorNeutral700}",
14457
+ "dark": "{colorNeutral700}"
14458
+ },
14459
+ "colorBackgroundAccentTeal": {
14460
+ "light": "rgba(0, 173, 162, 0.2)",
14461
+ "dark": "rgba(0, 173, 162, 0.2)"
14462
+ },
14463
+ "colorBackgroundAccentCyan": {
14464
+ "light": "rgba(0, 164, 189, 0.2)",
14465
+ "dark": "rgba(0, 164, 189, 0.2)"
14466
+ },
14467
+ "colorBackgroundAccentBlue": {
14468
+ "light": "rgba(0, 153, 255, 0.2)",
14469
+ "dark": "rgba(0, 153, 255, 0.2)"
14470
+ },
14471
+ "colorBackgroundAccentViolet": {
14472
+ "light": "rgba(133, 117, 255, 0.2)",
14473
+ "dark": "rgba(133, 117, 255, 0.2)"
14474
+ },
14475
+ "colorBackgroundAccentFuchsia": {
14476
+ "light": "rgba(228, 51, 255, 0.2)",
14477
+ "dark": "rgba(228, 51, 255, 0.2)"
14478
+ },
14479
+ "colorBackgroundAccentMagenta": {
14480
+ "light": "rgba(255, 26, 224, 0.2)",
14481
+ "dark": "rgba(255, 26, 224, 0.2)"
14482
+ },
14483
+ "colorBackgroundAccentPink": {
14484
+ "light": "rgba(255, 51, 153, 0.2)",
14485
+ "dark": "rgba(255, 51, 153, 0.2)"
14486
+ },
14487
+ "colorBackgroundAccentRose": {
14488
+ "light": "rgba(255, 56, 106, 0.2)",
14489
+ "dark": "rgba(255, 56, 106, 0.2)"
14490
+ },
14491
+ "colorBackgroundAccentAmber": {
14492
+ "light": "rgba(250, 111, 0, 0.2)",
14493
+ "dark": "rgba(250, 111, 0, 0.2)"
14494
+ },
14495
+ "colorTextAccentRed": {
14496
+ "light": "{colorError400}",
14497
+ "dark": "{colorError400}"
14498
+ },
14499
+ "colorTextAccentYellow": {
14500
+ "light": "{colorWarning400}",
14501
+ "dark": "{colorWarning400}"
14502
+ },
14503
+ "colorTextAccentIndigo": {
14504
+ "light": "{colorInfo400}",
14505
+ "dark": "{colorInfo400}"
14506
+ },
14507
+ "colorTextAccentGreen": {
14508
+ "light": "{colorSuccess400}",
14509
+ "dark": "{colorSuccess400}"
14510
+ },
14511
+ "colorTextAccentOrange": {
14512
+ "light": "{colorOrange400}",
14513
+ "dark": "{colorOrange400}"
14514
+ },
14515
+ "colorTextAccentPurple": {
14516
+ "light": "{colorPurple400}",
14517
+ "dark": "{colorPurple400}"
14518
+ },
14519
+ "colorTextAccentMint": {
14520
+ "light": "{colorMint400}",
14521
+ "dark": "{colorMint400}"
14522
+ },
14523
+ "colorTextAccentLime": {
14524
+ "light": "{colorLime400}",
14525
+ "dark": "{colorLime400}"
14526
+ },
14527
+ "colorTextAccentGrey": {
14528
+ "light": "{colorNeutral300}",
14529
+ "dark": "{colorNeutral300}"
14530
+ },
14531
+ "colorTextAccentTeal": {
14532
+ "light": "{colorTeal400}",
14533
+ "dark": "{colorTeal400}"
14534
+ },
14535
+ "colorTextAccentCyan": {
14536
+ "light": "{colorCyan400}",
14537
+ "dark": "{colorCyan400}"
14538
+ },
14539
+ "colorTextAccentBlue": {
14540
+ "light": "{colorInfo400}",
14541
+ "dark": "{colorInfo400}"
14542
+ },
14543
+ "colorTextAccentViolet": {
14544
+ "light": "{colorViolet400}",
14545
+ "dark": "{colorViolet400}"
14546
+ },
14547
+ "colorTextAccentFuchsia": {
14548
+ "light": "{colorFuchsia400}",
14549
+ "dark": "{colorFuchsia400}"
14550
+ },
14551
+ "colorTextAccentMagenta": {
14552
+ "light": "{colorMagenta400}",
14553
+ "dark": "{colorMagenta400}"
14554
+ },
14555
+ "colorTextAccentPink": {
14556
+ "light": "{colorPink400}",
14557
+ "dark": "{colorPink400}"
14558
+ },
14559
+ "colorTextAccentRose": {
14560
+ "light": "{colorRose400}",
14561
+ "dark": "{colorRose400}"
14562
+ },
14563
+ "colorTextAccentAmber": {
14564
+ "light": "{colorAmber400}",
14565
+ "dark": "{colorAmber400}"
13142
14566
  }
13143
14567
  }
13144
14568
  },
@@ -13164,6 +14588,7 @@ module.exports.preset = {
13164
14588
  "colorPrimary700": "color",
13165
14589
  "colorPrimary800": "color",
13166
14590
  "colorPrimary900": "color",
14591
+ "colorPrimary950": "color",
13167
14592
  "colorPrimary1000": "color",
13168
14593
  "colorNeutral50": "color",
13169
14594
  "colorNeutral100": "color",
@@ -13186,23 +14611,38 @@ module.exports.preset = {
13186
14611
  "colorNeutral950": "color",
13187
14612
  "colorNeutral1000": "color",
13188
14613
  "colorError50": "color",
14614
+ "colorError100": "color",
13189
14615
  "colorError400": "color",
13190
14616
  "colorError600": "color",
14617
+ "colorError800": "color",
13191
14618
  "colorError900": "color",
14619
+ "colorError950": "color",
13192
14620
  "colorError1000": "color",
13193
14621
  "colorSuccess50": "color",
14622
+ "colorSuccess100": "color",
14623
+ "colorSuccess400": "color",
13194
14624
  "colorSuccess500": "color",
13195
14625
  "colorSuccess600": "color",
14626
+ "colorSuccess800": "color",
14627
+ "colorSuccess950": "color",
13196
14628
  "colorSuccess1000": "color",
13197
14629
  "colorWarning50": "color",
14630
+ "colorWarning100": "color",
13198
14631
  "colorWarning400": "color",
13199
14632
  "colorWarning500": "color",
14633
+ "colorWarning600": "color",
14634
+ "colorWarning800": "color",
13200
14635
  "colorWarning900": "color",
14636
+ "colorWarning950": "color",
13201
14637
  "colorWarning1000": "color",
13202
14638
  "colorInfo50": "color",
14639
+ "colorInfo100": "color",
13203
14640
  "colorInfo300": "color",
13204
14641
  "colorInfo400": "color",
13205
14642
  "colorInfo600": "color",
14643
+ "colorInfo700": "color",
14644
+ "colorInfo800": "color",
14645
+ "colorInfo950": "color",
13206
14646
  "colorInfo1000": "color",
13207
14647
  "colorGrey50": "color",
13208
14648
  "colorGrey100": "color",
@@ -13251,6 +14691,86 @@ module.exports.preset = {
13251
14691
  "colorPurple700": "color",
13252
14692
  "colorAmber400": "color",
13253
14693
  "colorAmber500": "color",
14694
+ "colorRed950": "color",
14695
+ "colorOrange50": "color",
14696
+ "colorOrange100": "color",
14697
+ "colorOrange400": "color",
14698
+ "colorOrange700": "color",
14699
+ "colorOrange800": "color",
14700
+ "colorOrange950": "color",
14701
+ "colorYellow600": "color",
14702
+ "colorYellow950": "color",
14703
+ "colorLime50": "color",
14704
+ "colorLime100": "color",
14705
+ "colorLime400": "color",
14706
+ "colorLime700": "color",
14707
+ "colorLime800": "color",
14708
+ "colorLime950": "color",
14709
+ "colorGreen400": "color",
14710
+ "colorGreen950": "color",
14711
+ "colorMint50": "color",
14712
+ "colorMint100": "color",
14713
+ "colorMint400": "color",
14714
+ "colorMint700": "color",
14715
+ "colorMint800": "color",
14716
+ "colorMint950": "color",
14717
+ "colorIndigo50": "color",
14718
+ "colorIndigo400": "color",
14719
+ "colorIndigo600": "color",
14720
+ "colorIndigo950": "color",
14721
+ "colorPurple50": "color",
14722
+ "colorPurple100": "color",
14723
+ "colorPurple600": "color",
14724
+ "colorPurple800": "color",
14725
+ "colorPurple950": "color",
14726
+ "colorTeal50": "color",
14727
+ "colorTeal100": "color",
14728
+ "colorTeal400": "color",
14729
+ "colorTeal700": "color",
14730
+ "colorTeal800": "color",
14731
+ "colorTeal950": "color",
14732
+ "colorCyan50": "color",
14733
+ "colorCyan100": "color",
14734
+ "colorCyan400": "color",
14735
+ "colorCyan700": "color",
14736
+ "colorCyan800": "color",
14737
+ "colorCyan950": "color",
14738
+ "colorBlue950": "color",
14739
+ "colorViolet50": "color",
14740
+ "colorViolet100": "color",
14741
+ "colorViolet400": "color",
14742
+ "colorViolet700": "color",
14743
+ "colorViolet800": "color",
14744
+ "colorViolet950": "color",
14745
+ "colorFuchsia50": "color",
14746
+ "colorFuchsia100": "color",
14747
+ "colorFuchsia400": "color",
14748
+ "colorFuchsia700": "color",
14749
+ "colorFuchsia800": "color",
14750
+ "colorFuchsia950": "color",
14751
+ "colorMagenta50": "color",
14752
+ "colorMagenta100": "color",
14753
+ "colorMagenta400": "color",
14754
+ "colorMagenta700": "color",
14755
+ "colorMagenta800": "color",
14756
+ "colorMagenta950": "color",
14757
+ "colorPink50": "color",
14758
+ "colorPink100": "color",
14759
+ "colorPink400": "color",
14760
+ "colorPink700": "color",
14761
+ "colorPink800": "color",
14762
+ "colorPink950": "color",
14763
+ "colorRose50": "color",
14764
+ "colorRose100": "color",
14765
+ "colorRose400": "color",
14766
+ "colorRose700": "color",
14767
+ "colorRose800": "color",
14768
+ "colorRose950": "color",
14769
+ "colorAmber50": "color",
14770
+ "colorAmber100": "color",
14771
+ "colorAmber700": "color",
14772
+ "colorAmber800": "color",
14773
+ "colorAmber950": "color",
13254
14774
  "colorAwsSquidInk": "color",
13255
14775
  "colorTransparent": "color",
13256
14776
  "colorBlack": "color",
@@ -13799,6 +15319,42 @@ module.exports.preset = {
13799
15319
  "colorTextBadgeBlue": "color",
13800
15320
  "colorTextBadgeRed": "color",
13801
15321
  "colorBackgroundCodeView": "color",
15322
+ "colorBackgroundAccentRed": "color",
15323
+ "colorBackgroundAccentYellow": "color",
15324
+ "colorBackgroundAccentIndigo": "color",
15325
+ "colorBackgroundAccentGreen": "color",
15326
+ "colorBackgroundAccentOrange": "color",
15327
+ "colorBackgroundAccentPurple": "color",
15328
+ "colorBackgroundAccentMint": "color",
15329
+ "colorBackgroundAccentLime": "color",
15330
+ "colorBackgroundAccentGrey": "color",
15331
+ "colorBackgroundAccentTeal": "color",
15332
+ "colorBackgroundAccentCyan": "color",
15333
+ "colorBackgroundAccentBlue": "color",
15334
+ "colorBackgroundAccentViolet": "color",
15335
+ "colorBackgroundAccentFuchsia": "color",
15336
+ "colorBackgroundAccentMagenta": "color",
15337
+ "colorBackgroundAccentPink": "color",
15338
+ "colorBackgroundAccentRose": "color",
15339
+ "colorBackgroundAccentAmber": "color",
15340
+ "colorTextAccentRed": "color",
15341
+ "colorTextAccentYellow": "color",
15342
+ "colorTextAccentIndigo": "color",
15343
+ "colorTextAccentGreen": "color",
15344
+ "colorTextAccentOrange": "color",
15345
+ "colorTextAccentPurple": "color",
15346
+ "colorTextAccentMint": "color",
15347
+ "colorTextAccentLime": "color",
15348
+ "colorTextAccentGrey": "color",
15349
+ "colorTextAccentTeal": "color",
15350
+ "colorTextAccentCyan": "color",
15351
+ "colorTextAccentBlue": "color",
15352
+ "colorTextAccentViolet": "color",
15353
+ "colorTextAccentFuchsia": "color",
15354
+ "colorTextAccentMagenta": "color",
15355
+ "colorTextAccentPink": "color",
15356
+ "colorTextAccentRose": "color",
15357
+ "colorTextAccentAmber": "color",
13802
15358
  "motionDurationExtraFast": "motion",
13803
15359
  "motionDurationExtraSlow": "motion",
13804
15360
  "motionDurationFast": "motion",
@@ -14033,6 +15589,10 @@ module.exports.preset = {
14033
15589
  "light": "#002b66",
14034
15590
  "dark": "#002b66"
14035
15591
  },
15592
+ "950": {
15593
+ "light": "#00204d",
15594
+ "dark": "#00204d"
15595
+ },
14036
15596
  "1000": {
14037
15597
  "light": "#001129",
14038
15598
  "dark": "#001129"
@@ -14125,6 +15685,10 @@ module.exports.preset = {
14125
15685
  "light": "#fff5f5",
14126
15686
  "dark": "#fff5f5"
14127
15687
  },
15688
+ "100": {
15689
+ "light": "#ffe0e0",
15690
+ "dark": "#ffe0e0"
15691
+ },
14128
15692
  "400": {
14129
15693
  "light": "#ff7a7a",
14130
15694
  "dark": "#ff7a7a"
@@ -14133,10 +15697,18 @@ module.exports.preset = {
14133
15697
  "light": "#db0000",
14134
15698
  "dark": "#db0000"
14135
15699
  },
15700
+ "800": {
15701
+ "light": "#990000",
15702
+ "dark": "#990000"
15703
+ },
14136
15704
  "900": {
14137
15705
  "light": "#700000",
14138
15706
  "dark": "#700000"
14139
15707
  },
15708
+ "950": {
15709
+ "light": "#520000",
15710
+ "dark": "#520000"
15711
+ },
14140
15712
  "1000": {
14141
15713
  "light": "#1f0000",
14142
15714
  "dark": "#1f0000"
@@ -14147,6 +15719,14 @@ module.exports.preset = {
14147
15719
  "light": "#effff1",
14148
15720
  "dark": "#effff1"
14149
15721
  },
15722
+ "100": {
15723
+ "light": "#d9ffd6",
15724
+ "dark": "#d9ffd6"
15725
+ },
15726
+ "400": {
15727
+ "light": "#00e500",
15728
+ "dark": "#00e500"
15729
+ },
14150
15730
  "500": {
14151
15731
  "light": "#2bb534",
14152
15732
  "dark": "#2bb534"
@@ -14155,6 +15735,14 @@ module.exports.preset = {
14155
15735
  "light": "#00802f",
14156
15736
  "dark": "#00802f"
14157
15737
  },
15738
+ "800": {
15739
+ "light": "#005c26",
15740
+ "dark": "#005c26"
15741
+ },
15742
+ "950": {
15743
+ "light": "#003311",
15744
+ "dark": "#003311"
15745
+ },
14158
15746
  "1000": {
14159
15747
  "light": "#001401",
14160
15748
  "dark": "#001401"
@@ -14165,6 +15753,10 @@ module.exports.preset = {
14165
15753
  "light": "#fffef0",
14166
15754
  "dark": "#fffef0"
14167
15755
  },
15756
+ "100": {
15757
+ "light": "#fffbbd",
15758
+ "dark": "#fffbbd"
15759
+ },
14168
15760
  "400": {
14169
15761
  "light": "#ffe347",
14170
15762
  "dark": "#ffe347"
@@ -14173,10 +15765,22 @@ module.exports.preset = {
14173
15765
  "light": "#fbd332",
14174
15766
  "dark": "#fbd332"
14175
15767
  },
15768
+ "600": {
15769
+ "light": "#f2b100",
15770
+ "dark": "#f2b100"
15771
+ },
15772
+ "800": {
15773
+ "light": "#9e6900",
15774
+ "dark": "#9e6900"
15775
+ },
14176
15776
  "900": {
14177
15777
  "light": "#855900",
14178
15778
  "dark": "#855900"
14179
15779
  },
15780
+ "950": {
15781
+ "light": "#573a00",
15782
+ "dark": "#573a00"
15783
+ },
14180
15784
  "1000": {
14181
15785
  "light": "#191100",
14182
15786
  "dark": "#191100"
@@ -14187,6 +15791,10 @@ module.exports.preset = {
14187
15791
  "light": "#f0fbff",
14188
15792
  "dark": "#f0fbff"
14189
15793
  },
15794
+ "100": {
15795
+ "light": "#d1f1ff",
15796
+ "dark": "#d1f1ff"
15797
+ },
14190
15798
  "300": {
14191
15799
  "light": "#75cfff",
14192
15800
  "dark": "#75cfff"
@@ -14199,6 +15807,18 @@ module.exports.preset = {
14199
15807
  "light": "#006ce0",
14200
15808
  "dark": "#006ce0"
14201
15809
  },
15810
+ "700": {
15811
+ "light": "#004a9e",
15812
+ "dark": "#004a9e"
15813
+ },
15814
+ "800": {
15815
+ "light": "#003b8f",
15816
+ "dark": "#003b8f"
15817
+ },
15818
+ "950": {
15819
+ "light": "#00204d",
15820
+ "dark": "#00204d"
15821
+ },
14202
15822
  "1000": {
14203
15823
  "light": "#001129",
14204
15824
  "dark": "#001129"
@@ -15223,6 +16843,7 @@ module.exports.preset = {
15223
16843
  "colorPrimary700": "color-primary-700",
15224
16844
  "colorPrimary800": "color-primary-800",
15225
16845
  "colorPrimary900": "color-primary-900",
16846
+ "colorPrimary950": "color-primary-950",
15226
16847
  "colorPrimary1000": "color-primary-1000",
15227
16848
  "colorNeutral50": "color-neutral-50",
15228
16849
  "colorNeutral100": "color-neutral-100",
@@ -15245,23 +16866,38 @@ module.exports.preset = {
15245
16866
  "colorNeutral950": "color-neutral-950",
15246
16867
  "colorNeutral1000": "color-neutral-1000",
15247
16868
  "colorError50": "color-error-50",
16869
+ "colorError100": "color-error-100",
15248
16870
  "colorError400": "color-error-400",
15249
16871
  "colorError600": "color-error-600",
16872
+ "colorError800": "color-error-800",
15250
16873
  "colorError900": "color-error-900",
16874
+ "colorError950": "color-error-950",
15251
16875
  "colorError1000": "color-error-1000",
15252
16876
  "colorSuccess50": "color-success-50",
16877
+ "colorSuccess100": "color-success-100",
16878
+ "colorSuccess400": "color-success-400",
15253
16879
  "colorSuccess500": "color-success-500",
15254
16880
  "colorSuccess600": "color-success-600",
16881
+ "colorSuccess800": "color-success-800",
16882
+ "colorSuccess950": "color-success-950",
15255
16883
  "colorSuccess1000": "color-success-1000",
15256
16884
  "colorWarning50": "color-warning-50",
16885
+ "colorWarning100": "color-warning-100",
15257
16886
  "colorWarning400": "color-warning-400",
15258
16887
  "colorWarning500": "color-warning-500",
16888
+ "colorWarning600": "color-warning-600",
16889
+ "colorWarning800": "color-warning-800",
15259
16890
  "colorWarning900": "color-warning-900",
16891
+ "colorWarning950": "color-warning-950",
15260
16892
  "colorWarning1000": "color-warning-1000",
15261
16893
  "colorInfo50": "color-info-50",
16894
+ "colorInfo100": "color-info-100",
15262
16895
  "colorInfo300": "color-info-300",
15263
16896
  "colorInfo400": "color-info-400",
15264
16897
  "colorInfo600": "color-info-600",
16898
+ "colorInfo700": "color-info-700",
16899
+ "colorInfo800": "color-info-800",
16900
+ "colorInfo950": "color-info-950",
15265
16901
  "colorInfo1000": "color-info-1000",
15266
16902
  "colorGrey50": "color-grey-50",
15267
16903
  "colorGrey100": "color-grey-100",
@@ -15310,6 +16946,86 @@ module.exports.preset = {
15310
16946
  "colorPurple700": "color-purple-700",
15311
16947
  "colorAmber400": "color-amber-400",
15312
16948
  "colorAmber500": "color-amber-500",
16949
+ "colorRed950": "color-red-950",
16950
+ "colorOrange50": "color-orange-50",
16951
+ "colorOrange100": "color-orange-100",
16952
+ "colorOrange400": "color-orange-400",
16953
+ "colorOrange700": "color-orange-700",
16954
+ "colorOrange800": "color-orange-800",
16955
+ "colorOrange950": "color-orange-950",
16956
+ "colorYellow600": "color-yellow-600",
16957
+ "colorYellow950": "color-yellow-950",
16958
+ "colorLime50": "color-lime-50",
16959
+ "colorLime100": "color-lime-100",
16960
+ "colorLime400": "color-lime-400",
16961
+ "colorLime700": "color-lime-700",
16962
+ "colorLime800": "color-lime-800",
16963
+ "colorLime950": "color-lime-950",
16964
+ "colorGreen400": "color-green-400",
16965
+ "colorGreen950": "color-green-950",
16966
+ "colorMint50": "color-mint-50",
16967
+ "colorMint100": "color-mint-100",
16968
+ "colorMint400": "color-mint-400",
16969
+ "colorMint700": "color-mint-700",
16970
+ "colorMint800": "color-mint-800",
16971
+ "colorMint950": "color-mint-950",
16972
+ "colorIndigo50": "color-indigo-50",
16973
+ "colorIndigo400": "color-indigo-400",
16974
+ "colorIndigo600": "color-indigo-600",
16975
+ "colorIndigo950": "color-indigo-950",
16976
+ "colorPurple50": "color-purple-50",
16977
+ "colorPurple100": "color-purple-100",
16978
+ "colorPurple600": "color-purple-600",
16979
+ "colorPurple800": "color-purple-800",
16980
+ "colorPurple950": "color-purple-950",
16981
+ "colorTeal50": "color-teal-50",
16982
+ "colorTeal100": "color-teal-100",
16983
+ "colorTeal400": "color-teal-400",
16984
+ "colorTeal700": "color-teal-700",
16985
+ "colorTeal800": "color-teal-800",
16986
+ "colorTeal950": "color-teal-950",
16987
+ "colorCyan50": "color-cyan-50",
16988
+ "colorCyan100": "color-cyan-100",
16989
+ "colorCyan400": "color-cyan-400",
16990
+ "colorCyan700": "color-cyan-700",
16991
+ "colorCyan800": "color-cyan-800",
16992
+ "colorCyan950": "color-cyan-950",
16993
+ "colorBlue950": "color-blue-950",
16994
+ "colorViolet50": "color-violet-50",
16995
+ "colorViolet100": "color-violet-100",
16996
+ "colorViolet400": "color-violet-400",
16997
+ "colorViolet700": "color-violet-700",
16998
+ "colorViolet800": "color-violet-800",
16999
+ "colorViolet950": "color-violet-950",
17000
+ "colorFuchsia50": "color-fuchsia-50",
17001
+ "colorFuchsia100": "color-fuchsia-100",
17002
+ "colorFuchsia400": "color-fuchsia-400",
17003
+ "colorFuchsia700": "color-fuchsia-700",
17004
+ "colorFuchsia800": "color-fuchsia-800",
17005
+ "colorFuchsia950": "color-fuchsia-950",
17006
+ "colorMagenta50": "color-magenta-50",
17007
+ "colorMagenta100": "color-magenta-100",
17008
+ "colorMagenta400": "color-magenta-400",
17009
+ "colorMagenta700": "color-magenta-700",
17010
+ "colorMagenta800": "color-magenta-800",
17011
+ "colorMagenta950": "color-magenta-950",
17012
+ "colorPink50": "color-pink-50",
17013
+ "colorPink100": "color-pink-100",
17014
+ "colorPink400": "color-pink-400",
17015
+ "colorPink700": "color-pink-700",
17016
+ "colorPink800": "color-pink-800",
17017
+ "colorPink950": "color-pink-950",
17018
+ "colorRose50": "color-rose-50",
17019
+ "colorRose100": "color-rose-100",
17020
+ "colorRose400": "color-rose-400",
17021
+ "colorRose700": "color-rose-700",
17022
+ "colorRose800": "color-rose-800",
17023
+ "colorRose950": "color-rose-950",
17024
+ "colorAmber50": "color-amber-50",
17025
+ "colorAmber100": "color-amber-100",
17026
+ "colorAmber700": "color-amber-700",
17027
+ "colorAmber800": "color-amber-800",
17028
+ "colorAmber950": "color-amber-950",
15313
17029
  "colorAwsSquidInk": "color-aws-squid-ink",
15314
17030
  "colorTransparent": "color-transparent",
15315
17031
  "colorBlack": "color-black",
@@ -15858,6 +17574,42 @@ module.exports.preset = {
15858
17574
  "colorTextBadgeBlue": "color-text-badge-blue",
15859
17575
  "colorTextBadgeRed": "color-text-badge-red",
15860
17576
  "colorBackgroundCodeView": "color-background-code-view",
17577
+ "colorBackgroundAccentRed": "color-background-accent-red",
17578
+ "colorBackgroundAccentYellow": "color-background-accent-yellow",
17579
+ "colorBackgroundAccentIndigo": "color-background-accent-indigo",
17580
+ "colorBackgroundAccentGreen": "color-background-accent-green",
17581
+ "colorBackgroundAccentOrange": "color-background-accent-orange",
17582
+ "colorBackgroundAccentPurple": "color-background-accent-purple",
17583
+ "colorBackgroundAccentMint": "color-background-accent-mint",
17584
+ "colorBackgroundAccentLime": "color-background-accent-lime",
17585
+ "colorBackgroundAccentGrey": "color-background-accent-grey",
17586
+ "colorBackgroundAccentTeal": "color-background-accent-teal",
17587
+ "colorBackgroundAccentCyan": "color-background-accent-cyan",
17588
+ "colorBackgroundAccentBlue": "color-background-accent-blue",
17589
+ "colorBackgroundAccentViolet": "color-background-accent-violet",
17590
+ "colorBackgroundAccentFuchsia": "color-background-accent-fuchsia",
17591
+ "colorBackgroundAccentMagenta": "color-background-accent-magenta",
17592
+ "colorBackgroundAccentPink": "color-background-accent-pink",
17593
+ "colorBackgroundAccentRose": "color-background-accent-rose",
17594
+ "colorBackgroundAccentAmber": "color-background-accent-amber",
17595
+ "colorTextAccentRed": "color-text-accent-red",
17596
+ "colorTextAccentYellow": "color-text-accent-yellow",
17597
+ "colorTextAccentIndigo": "color-text-accent-indigo",
17598
+ "colorTextAccentGreen": "color-text-accent-green",
17599
+ "colorTextAccentOrange": "color-text-accent-orange",
17600
+ "colorTextAccentPurple": "color-text-accent-purple",
17601
+ "colorTextAccentMint": "color-text-accent-mint",
17602
+ "colorTextAccentLime": "color-text-accent-lime",
17603
+ "colorTextAccentGrey": "color-text-accent-grey",
17604
+ "colorTextAccentTeal": "color-text-accent-teal",
17605
+ "colorTextAccentCyan": "color-text-accent-cyan",
17606
+ "colorTextAccentBlue": "color-text-accent-blue",
17607
+ "colorTextAccentViolet": "color-text-accent-violet",
17608
+ "colorTextAccentFuchsia": "color-text-accent-fuchsia",
17609
+ "colorTextAccentMagenta": "color-text-accent-magenta",
17610
+ "colorTextAccentPink": "color-text-accent-pink",
17611
+ "colorTextAccentRose": "color-text-accent-rose",
17612
+ "colorTextAccentAmber": "color-text-accent-amber",
15861
17613
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
15862
17614
  "fontButtonLetterSpacing": "font-button-letter-spacing",
15863
17615
  "fontChartDetailSize": "font-chart-detail-size",
@@ -16211,6 +17963,7 @@ module.exports.preset = {
16211
17963
  "colorPrimary700": "--color-primary-700-n6k121",
16212
17964
  "colorPrimary800": "--color-primary-800-j9rj38",
16213
17965
  "colorPrimary900": "--color-primary-900-a5kqrr",
17966
+ "colorPrimary950": "--color-primary-950-th5oqz",
16214
17967
  "colorPrimary1000": "--color-primary-1000-7umopx",
16215
17968
  "colorNeutral50": "--color-neutral-50-pvu04n",
16216
17969
  "colorNeutral100": "--color-neutral-100-gk3lvf",
@@ -16233,23 +17986,38 @@ module.exports.preset = {
16233
17986
  "colorNeutral950": "--color-neutral-950-lxybh8",
16234
17987
  "colorNeutral1000": "--color-neutral-1000-7ovvlt",
16235
17988
  "colorError50": "--color-error-50-1upkvz",
17989
+ "colorError100": "--color-error-100-eq1ucx",
16236
17990
  "colorError400": "--color-error-400-c0knb8",
16237
17991
  "colorError600": "--color-error-600-mdn3ng",
17992
+ "colorError800": "--color-error-800-sb9qfi",
16238
17993
  "colorError900": "--color-error-900-skonp1",
17994
+ "colorError950": "--color-error-950-o9nk8o",
16239
17995
  "colorError1000": "--color-error-1000-ecmudm",
16240
17996
  "colorSuccess50": "--color-success-50-yow9uc",
17997
+ "colorSuccess100": "--color-success-100-0kjz92",
17998
+ "colorSuccess400": "--color-success-400-x40jxn",
16241
17999
  "colorSuccess500": "--color-success-500-hhxb4g",
16242
18000
  "colorSuccess600": "--color-success-600-g7hz2i",
18001
+ "colorSuccess800": "--color-success-800-ny3y0w",
18002
+ "colorSuccess950": "--color-success-950-qpfbb1",
16243
18003
  "colorSuccess1000": "--color-success-1000-xy1gvq",
16244
18004
  "colorWarning50": "--color-warning-50-uxheb8",
18005
+ "colorWarning100": "--color-warning-100-0snzyo",
16245
18006
  "colorWarning400": "--color-warning-400-55puga",
16246
18007
  "colorWarning500": "--color-warning-500-zidhub",
18008
+ "colorWarning600": "--color-warning-600-iyo9qe",
18009
+ "colorWarning800": "--color-warning-800-c1md7u",
16247
18010
  "colorWarning900": "--color-warning-900-kpxt8c",
18011
+ "colorWarning950": "--color-warning-950-r880f2",
16248
18012
  "colorWarning1000": "--color-warning-1000-65l070",
16249
18013
  "colorInfo50": "--color-info-50-cdvtrs",
18014
+ "colorInfo100": "--color-info-100-b22vey",
16250
18015
  "colorInfo300": "--color-info-300-q9xd1l",
16251
18016
  "colorInfo400": "--color-info-400-674xac",
16252
18017
  "colorInfo600": "--color-info-600-un21zh",
18018
+ "colorInfo700": "--color-info-700-363gc5",
18019
+ "colorInfo800": "--color-info-800-1onh7v",
18020
+ "colorInfo950": "--color-info-950-xf2e6d",
16253
18021
  "colorInfo1000": "--color-info-1000-s77ok9",
16254
18022
  "colorGrey50": "--color-grey-50-mhbfod",
16255
18023
  "colorGrey100": "--color-grey-100-2sczed",
@@ -16298,6 +18066,86 @@ module.exports.preset = {
16298
18066
  "colorPurple700": "--color-purple-700-5hcbeu",
16299
18067
  "colorAmber400": "--color-amber-400-z6oddn",
16300
18068
  "colorAmber500": "--color-amber-500-rsho1x",
18069
+ "colorRed950": "--color-red-950-u01fe5",
18070
+ "colorOrange50": "--color-orange-50-jemnm1",
18071
+ "colorOrange100": "--color-orange-100-y15siq",
18072
+ "colorOrange400": "--color-orange-400-gx4lu5",
18073
+ "colorOrange700": "--color-orange-700-wyzc7x",
18074
+ "colorOrange800": "--color-orange-800-9uuurl",
18075
+ "colorOrange950": "--color-orange-950-euh02f",
18076
+ "colorYellow600": "--color-yellow-600-cyxigp",
18077
+ "colorYellow950": "--color-yellow-950-qc0h2g",
18078
+ "colorLime50": "--color-lime-50-7bgxi7",
18079
+ "colorLime100": "--color-lime-100-wju6z4",
18080
+ "colorLime400": "--color-lime-400-x90pu3",
18081
+ "colorLime700": "--color-lime-700-ug4wfw",
18082
+ "colorLime800": "--color-lime-800-hj8f4n",
18083
+ "colorLime950": "--color-lime-950-zz45il",
18084
+ "colorGreen400": "--color-green-400-99789k",
18085
+ "colorGreen950": "--color-green-950-7cqlo6",
18086
+ "colorMint50": "--color-mint-50-nqkz2j",
18087
+ "colorMint100": "--color-mint-100-ebdwo0",
18088
+ "colorMint400": "--color-mint-400-y5znyy",
18089
+ "colorMint700": "--color-mint-700-dip176",
18090
+ "colorMint800": "--color-mint-800-816ukj",
18091
+ "colorMint950": "--color-mint-950-142vhs",
18092
+ "colorIndigo50": "--color-indigo-50-9pt386",
18093
+ "colorIndigo400": "--color-indigo-400-ng0rs2",
18094
+ "colorIndigo600": "--color-indigo-600-06w3z3",
18095
+ "colorIndigo950": "--color-indigo-950-sy9rhd",
18096
+ "colorPurple50": "--color-purple-50-2cfgox",
18097
+ "colorPurple100": "--color-purple-100-qo46x0",
18098
+ "colorPurple600": "--color-purple-600-zwdilr",
18099
+ "colorPurple800": "--color-purple-800-0qudgp",
18100
+ "colorPurple950": "--color-purple-950-i2eahs",
18101
+ "colorTeal50": "--color-teal-50-22by4e",
18102
+ "colorTeal100": "--color-teal-100-pci5x9",
18103
+ "colorTeal400": "--color-teal-400-i1gze0",
18104
+ "colorTeal700": "--color-teal-700-p881wz",
18105
+ "colorTeal800": "--color-teal-800-99wap5",
18106
+ "colorTeal950": "--color-teal-950-fcyv4i",
18107
+ "colorCyan50": "--color-cyan-50-omhu5n",
18108
+ "colorCyan100": "--color-cyan-100-qrxisf",
18109
+ "colorCyan400": "--color-cyan-400-odqqq9",
18110
+ "colorCyan700": "--color-cyan-700-1wjdse",
18111
+ "colorCyan800": "--color-cyan-800-b9sa1v",
18112
+ "colorCyan950": "--color-cyan-950-uz0mg2",
18113
+ "colorBlue950": "--color-blue-950-mjoqtk",
18114
+ "colorViolet50": "--color-violet-50-at4w5v",
18115
+ "colorViolet100": "--color-violet-100-ov15lb",
18116
+ "colorViolet400": "--color-violet-400-k07zpz",
18117
+ "colorViolet700": "--color-violet-700-oqolmd",
18118
+ "colorViolet800": "--color-violet-800-ear28t",
18119
+ "colorViolet950": "--color-violet-950-9mfn84",
18120
+ "colorFuchsia50": "--color-fuchsia-50-oq3rle",
18121
+ "colorFuchsia100": "--color-fuchsia-100-ggycxs",
18122
+ "colorFuchsia400": "--color-fuchsia-400-2wqaz5",
18123
+ "colorFuchsia700": "--color-fuchsia-700-lqmnqw",
18124
+ "colorFuchsia800": "--color-fuchsia-800-qga1v0",
18125
+ "colorFuchsia950": "--color-fuchsia-950-cu2spa",
18126
+ "colorMagenta50": "--color-magenta-50-c463ui",
18127
+ "colorMagenta100": "--color-magenta-100-hr72hx",
18128
+ "colorMagenta400": "--color-magenta-400-wjy6jb",
18129
+ "colorMagenta700": "--color-magenta-700-4nmd0h",
18130
+ "colorMagenta800": "--color-magenta-800-6txy0c",
18131
+ "colorMagenta950": "--color-magenta-950-fivrww",
18132
+ "colorPink50": "--color-pink-50-2azvcx",
18133
+ "colorPink100": "--color-pink-100-0orbmh",
18134
+ "colorPink400": "--color-pink-400-l3kc69",
18135
+ "colorPink700": "--color-pink-700-t00jqa",
18136
+ "colorPink800": "--color-pink-800-kv17w4",
18137
+ "colorPink950": "--color-pink-950-o8nyfw",
18138
+ "colorRose50": "--color-rose-50-o08ls4",
18139
+ "colorRose100": "--color-rose-100-glc5uo",
18140
+ "colorRose400": "--color-rose-400-17ajbg",
18141
+ "colorRose700": "--color-rose-700-yjt9j8",
18142
+ "colorRose800": "--color-rose-800-y1dai9",
18143
+ "colorRose950": "--color-rose-950-epykhy",
18144
+ "colorAmber50": "--color-amber-50-63bt6u",
18145
+ "colorAmber100": "--color-amber-100-or2y6f",
18146
+ "colorAmber700": "--color-amber-700-ciqre0",
18147
+ "colorAmber800": "--color-amber-800-y932fn",
18148
+ "colorAmber950": "--color-amber-950-4ej6ns",
16301
18149
  "colorAwsSquidInk": "--color-aws-squid-ink-oxiega",
16302
18150
  "colorTransparent": "--color-transparent-i61gs1",
16303
18151
  "colorBlack": "--color-black-cox1hy",
@@ -16846,6 +18694,42 @@ module.exports.preset = {
16846
18694
  "colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
16847
18695
  "colorTextBadgeRed": "--color-text-badge-red-60jprp",
16848
18696
  "colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
18697
+ "colorBackgroundAccentRed": "--color-background-accent-red-rulu42",
18698
+ "colorBackgroundAccentYellow": "--color-background-accent-yellow-vlqbut",
18699
+ "colorBackgroundAccentIndigo": "--color-background-accent-indigo-9ja74x",
18700
+ "colorBackgroundAccentGreen": "--color-background-accent-green-rmpl2f",
18701
+ "colorBackgroundAccentOrange": "--color-background-accent-orange-ov4hs7",
18702
+ "colorBackgroundAccentPurple": "--color-background-accent-purple-n5youw",
18703
+ "colorBackgroundAccentMint": "--color-background-accent-mint-ts206s",
18704
+ "colorBackgroundAccentLime": "--color-background-accent-lime-ina0zl",
18705
+ "colorBackgroundAccentGrey": "--color-background-accent-grey-rfmt4z",
18706
+ "colorBackgroundAccentTeal": "--color-background-accent-teal-6ugcbe",
18707
+ "colorBackgroundAccentCyan": "--color-background-accent-cyan-f3c66z",
18708
+ "colorBackgroundAccentBlue": "--color-background-accent-blue-yagztr",
18709
+ "colorBackgroundAccentViolet": "--color-background-accent-violet-mn1wo4",
18710
+ "colorBackgroundAccentFuchsia": "--color-background-accent-fuchsia-iivy1j",
18711
+ "colorBackgroundAccentMagenta": "--color-background-accent-magenta-gappab",
18712
+ "colorBackgroundAccentPink": "--color-background-accent-pink-dnoxrq",
18713
+ "colorBackgroundAccentRose": "--color-background-accent-rose-jh67x0",
18714
+ "colorBackgroundAccentAmber": "--color-background-accent-amber-ms1mth",
18715
+ "colorTextAccentRed": "--color-text-accent-red-0ltorf",
18716
+ "colorTextAccentYellow": "--color-text-accent-yellow-zdoe8v",
18717
+ "colorTextAccentIndigo": "--color-text-accent-indigo-41pr77",
18718
+ "colorTextAccentGreen": "--color-text-accent-green-sngxmj",
18719
+ "colorTextAccentOrange": "--color-text-accent-orange-barc9e",
18720
+ "colorTextAccentPurple": "--color-text-accent-purple-zdsf2a",
18721
+ "colorTextAccentMint": "--color-text-accent-mint-0ik1n6",
18722
+ "colorTextAccentLime": "--color-text-accent-lime-algeww",
18723
+ "colorTextAccentGrey": "--color-text-accent-grey-5l6tyt",
18724
+ "colorTextAccentTeal": "--color-text-accent-teal-maw0mi",
18725
+ "colorTextAccentCyan": "--color-text-accent-cyan-q1yu1l",
18726
+ "colorTextAccentBlue": "--color-text-accent-blue-niopud",
18727
+ "colorTextAccentViolet": "--color-text-accent-violet-5t8obx",
18728
+ "colorTextAccentFuchsia": "--color-text-accent-fuchsia-08sd4f",
18729
+ "colorTextAccentMagenta": "--color-text-accent-magenta-t0gcyy",
18730
+ "colorTextAccentPink": "--color-text-accent-pink-j1kafk",
18731
+ "colorTextAccentRose": "--color-text-accent-rose-6xosmy",
18732
+ "colorTextAccentAmber": "--color-text-accent-amber-121gnk",
16849
18733
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
16850
18734
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
16851
18735
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",