@cloudscape-design/chat-components 1.0.146 → 1.0.148

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.
@@ -1395,6 +1395,10 @@ module.exports.preset = {
1395
1395
  "light": "transparent",
1396
1396
  "dark": "transparent"
1397
1397
  },
1398
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
1399
+ "light": "{colorBackgroundControlChecked}",
1400
+ "dark": "{colorBackgroundControlChecked}"
1401
+ },
1398
1402
  "colorBackgroundLayoutMain": {
1399
1403
  "light": "{colorWhite}",
1400
1404
  "dark": "{colorNeutral850}"
@@ -1479,6 +1483,22 @@ module.exports.preset = {
1479
1483
  "light": "{colorWarning400}",
1480
1484
  "dark": "{colorWarning400}"
1481
1485
  },
1486
+ "colorBackgroundFlashbarSuccess": {
1487
+ "light": "{colorBackgroundNotificationGreen}",
1488
+ "dark": "{colorBackgroundNotificationGreen}"
1489
+ },
1490
+ "colorBackgroundFlashbarError": {
1491
+ "light": "{colorBackgroundNotificationRed}",
1492
+ "dark": "{colorBackgroundNotificationRed}"
1493
+ },
1494
+ "colorBackgroundFlashbarInfo": {
1495
+ "light": "{colorBackgroundNotificationBlue}",
1496
+ "dark": "{colorBackgroundNotificationBlue}"
1497
+ },
1498
+ "colorBackgroundFlashbarWarning": {
1499
+ "light": "{colorBackgroundNotificationYellow}",
1500
+ "dark": "{colorBackgroundNotificationYellow}"
1501
+ },
1482
1502
  "colorBackgroundNotificationStackBar": {
1483
1503
  "light": "{colorNeutral750}",
1484
1504
  "dark": "{colorNeutral750}"
@@ -1735,6 +1755,14 @@ module.exports.preset = {
1735
1755
  "light": "{colorTextAccent}",
1736
1756
  "dark": "{colorTextAccent}"
1737
1757
  },
1758
+ "colorTextSideNavigationItemActiveCollapsed": {
1759
+ "light": "{colorTextInverted}",
1760
+ "dark": "{colorTextInverted}"
1761
+ },
1762
+ "colorTextSideNavigationItemDefault": {
1763
+ "light": "{colorTextBodySecondary}",
1764
+ "dark": "{colorTextBodySecondary}"
1765
+ },
1738
1766
  "colorBorderCalendarGrid": {
1739
1767
  "light": "transparent",
1740
1768
  "dark": "transparent"
@@ -2592,6 +2620,7 @@ module.exports.preset = {
2592
2620
  "fontSizeBodyM": "14px",
2593
2621
  "fontSizeBodyS": "12px",
2594
2622
  "fontSizeDisplayL": "42px",
2623
+ "fontSizeDisplayXl": "64px",
2595
2624
  "fontSizeFormLabel": "{fontSizeBodyM}",
2596
2625
  "fontSizeHeadingL": "20px",
2597
2626
  "fontSizeHeadingM": "18px",
@@ -2608,6 +2637,7 @@ module.exports.preset = {
2608
2637
  "fontWeightBreadcrumbCurrent": "{fontWeightBold}",
2609
2638
  "fontWeightButton": "700",
2610
2639
  "fontWeightDisplayL": "700",
2640
+ "fontWeightDisplayXl": "400",
2611
2641
  "fontWeightFlashbarHeader": "700",
2612
2642
  "fontWeightFormLabel": "{fontDisplayLabelWeight}",
2613
2643
  "fontWeightHeadingL": "700",
@@ -2623,6 +2653,7 @@ module.exports.preset = {
2623
2653
  "fontWeightTabsDisabled": "{fontWayfindingLinkActiveWeight}",
2624
2654
  "letterSpacingBodyS": "0.005em",
2625
2655
  "letterSpacingDisplayL": "-0.03em",
2656
+ "letterSpacingDisplayXl": "-0.03em",
2626
2657
  "letterSpacingHeadingL": "-0.015em",
2627
2658
  "letterSpacingHeadingM": "-0.010em",
2628
2659
  "letterSpacingHeadingS": "-0.005em",
@@ -2631,6 +2662,7 @@ module.exports.preset = {
2631
2662
  "lineHeightBodyM": "20px",
2632
2663
  "lineHeightBodyS": "16px",
2633
2664
  "lineHeightDisplayL": "48px",
2665
+ "lineHeightDisplayXl": "72px",
2634
2666
  "lineHeightFormLabel": "{lineHeightBodyM}",
2635
2667
  "lineHeightHeadingL": "24px",
2636
2668
  "lineHeightHeadingM": "22px",
@@ -2675,6 +2707,8 @@ module.exports.preset = {
2675
2707
  "borderRadiusFlashbar": "12px",
2676
2708
  "borderRadiusInput": "8px",
2677
2709
  "borderRadiusItem": "8px",
2710
+ "borderRadiusSideNavigationItem": "{borderRadiusItem}",
2711
+ "borderRadiusSideNavigationItemCollapsed": "50%",
2678
2712
  "borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
2679
2713
  "borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
2680
2714
  "borderRadiusPopover": "{borderRadiusInput}",
@@ -2695,6 +2729,7 @@ module.exports.preset = {
2695
2729
  "borderWidthAlertBlockStart": "{borderWidthAlert}",
2696
2730
  "borderWidthAlertInlineEnd": "{borderWidthAlert}",
2697
2731
  "borderWidthAlertInlineStart": "{borderWidthAlert}",
2732
+ "borderWidthFlashbarInlineStart": "0px",
2698
2733
  "borderWidthButton": "2px",
2699
2734
  "borderWidthCard": "{borderDividerSectionWidth}",
2700
2735
  "borderWidthCardSelected": "{borderItemWidth}",
@@ -4204,6 +4239,10 @@ module.exports.preset = {
4204
4239
  "light": "transparent",
4205
4240
  "dark": "transparent"
4206
4241
  },
4242
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
4243
+ "light": "{colorBackgroundControlChecked}",
4244
+ "dark": "{colorBackgroundControlChecked}"
4245
+ },
4207
4246
  "colorBackgroundLayoutMain": {
4208
4247
  "light": "{colorNeutral850}",
4209
4248
  "dark": "{colorNeutral850}"
@@ -4288,6 +4327,22 @@ module.exports.preset = {
4288
4327
  "light": "{colorWarning400}",
4289
4328
  "dark": "{colorWarning400}"
4290
4329
  },
4330
+ "colorBackgroundFlashbarSuccess": {
4331
+ "light": "{colorBackgroundNotificationGreen}",
4332
+ "dark": "{colorBackgroundNotificationGreen}"
4333
+ },
4334
+ "colorBackgroundFlashbarError": {
4335
+ "light": "{colorBackgroundNotificationRed}",
4336
+ "dark": "{colorBackgroundNotificationRed}"
4337
+ },
4338
+ "colorBackgroundFlashbarInfo": {
4339
+ "light": "{colorBackgroundNotificationBlue}",
4340
+ "dark": "{colorBackgroundNotificationBlue}"
4341
+ },
4342
+ "colorBackgroundFlashbarWarning": {
4343
+ "light": "{colorBackgroundNotificationYellow}",
4344
+ "dark": "{colorBackgroundNotificationYellow}"
4345
+ },
4291
4346
  "colorBackgroundNotificationStackBar": {
4292
4347
  "light": "{colorNeutral750}",
4293
4348
  "dark": "{colorNeutral750}"
@@ -4544,6 +4599,14 @@ module.exports.preset = {
4544
4599
  "light": "{colorTextAccent}",
4545
4600
  "dark": "{colorTextAccent}"
4546
4601
  },
4602
+ "colorTextSideNavigationItemActiveCollapsed": {
4603
+ "light": "{colorTextInverted}",
4604
+ "dark": "{colorTextInverted}"
4605
+ },
4606
+ "colorTextSideNavigationItemDefault": {
4607
+ "light": "{colorTextBodySecondary}",
4608
+ "dark": "{colorTextBodySecondary}"
4609
+ },
4547
4610
  "colorBorderCalendarGrid": {
4548
4611
  "light": "transparent",
4549
4612
  "dark": "transparent"
@@ -5825,6 +5888,10 @@ module.exports.preset = {
5825
5888
  "light": "transparent",
5826
5889
  "dark": "transparent"
5827
5890
  },
5891
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
5892
+ "light": "{colorBackgroundControlChecked}",
5893
+ "dark": "{colorBackgroundControlChecked}"
5894
+ },
5828
5895
  "colorBackgroundLayoutMain": {
5829
5896
  "light": "{colorNeutral950}",
5830
5897
  "dark": "{colorNeutral950}"
@@ -5909,6 +5976,22 @@ module.exports.preset = {
5909
5976
  "light": "{colorWarning400}",
5910
5977
  "dark": "{colorWarning400}"
5911
5978
  },
5979
+ "colorBackgroundFlashbarSuccess": {
5980
+ "light": "{colorBackgroundNotificationGreen}",
5981
+ "dark": "{colorBackgroundNotificationGreen}"
5982
+ },
5983
+ "colorBackgroundFlashbarError": {
5984
+ "light": "{colorBackgroundNotificationRed}",
5985
+ "dark": "{colorBackgroundNotificationRed}"
5986
+ },
5987
+ "colorBackgroundFlashbarInfo": {
5988
+ "light": "{colorBackgroundNotificationBlue}",
5989
+ "dark": "{colorBackgroundNotificationBlue}"
5990
+ },
5991
+ "colorBackgroundFlashbarWarning": {
5992
+ "light": "{colorBackgroundNotificationYellow}",
5993
+ "dark": "{colorBackgroundNotificationYellow}"
5994
+ },
5912
5995
  "colorBackgroundNotificationStackBar": {
5913
5996
  "light": "{colorNeutral750}",
5914
5997
  "dark": "{colorNeutral750}"
@@ -6165,6 +6248,14 @@ module.exports.preset = {
6165
6248
  "light": "{colorTextAccent}",
6166
6249
  "dark": "{colorTextAccent}"
6167
6250
  },
6251
+ "colorTextSideNavigationItemActiveCollapsed": {
6252
+ "light": "{colorTextInverted}",
6253
+ "dark": "{colorTextInverted}"
6254
+ },
6255
+ "colorTextSideNavigationItemDefault": {
6256
+ "light": "{colorTextBodySecondary}",
6257
+ "dark": "{colorTextBodySecondary}"
6258
+ },
6168
6259
  "colorBorderCalendarGrid": {
6169
6260
  "light": "transparent",
6170
6261
  "dark": "transparent"
@@ -7374,6 +7465,10 @@ module.exports.preset = {
7374
7465
  "light": "transparent",
7375
7466
  "dark": "transparent"
7376
7467
  },
7468
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
7469
+ "light": "{colorBackgroundControlChecked}",
7470
+ "dark": "{colorBackgroundControlChecked}"
7471
+ },
7377
7472
  "colorBackgroundLayoutMain": {
7378
7473
  "light": "{colorWhite}",
7379
7474
  "dark": "{colorNeutral850}"
@@ -7458,6 +7553,22 @@ module.exports.preset = {
7458
7553
  "light": "{colorWarning400}",
7459
7554
  "dark": "{colorWarning400}"
7460
7555
  },
7556
+ "colorBackgroundFlashbarSuccess": {
7557
+ "light": "{colorBackgroundNotificationGreen}",
7558
+ "dark": "{colorBackgroundNotificationGreen}"
7559
+ },
7560
+ "colorBackgroundFlashbarError": {
7561
+ "light": "{colorBackgroundNotificationRed}",
7562
+ "dark": "{colorBackgroundNotificationRed}"
7563
+ },
7564
+ "colorBackgroundFlashbarInfo": {
7565
+ "light": "{colorBackgroundNotificationBlue}",
7566
+ "dark": "{colorBackgroundNotificationBlue}"
7567
+ },
7568
+ "colorBackgroundFlashbarWarning": {
7569
+ "light": "{colorBackgroundNotificationYellow}",
7570
+ "dark": "{colorBackgroundNotificationYellow}"
7571
+ },
7461
7572
  "colorBackgroundNotificationStackBar": {
7462
7573
  "light": "{colorNeutral750}",
7463
7574
  "dark": "{colorNeutral750}"
@@ -7714,6 +7825,14 @@ module.exports.preset = {
7714
7825
  "light": "{colorTextAccent}",
7715
7826
  "dark": "{colorTextAccent}"
7716
7827
  },
7828
+ "colorTextSideNavigationItemActiveCollapsed": {
7829
+ "light": "{colorTextInverted}",
7830
+ "dark": "{colorTextInverted}"
7831
+ },
7832
+ "colorTextSideNavigationItemDefault": {
7833
+ "light": "{colorTextBodySecondary}",
7834
+ "dark": "{colorTextBodySecondary}"
7835
+ },
7717
7836
  "colorBorderCalendarGrid": {
7718
7837
  "light": "transparent",
7719
7838
  "dark": "transparent"
@@ -8371,20 +8490,20 @@ module.exports.preset = {
8371
8490
  "dark": "{colorNeutral450}"
8372
8491
  },
8373
8492
  "colorTextStatusError": {
8374
- "light": "{colorError600}",
8375
- "dark": "{colorError400}"
8493
+ "light": "{colorTextNotificationDefault}",
8494
+ "dark": "{colorTextNotificationDefault}"
8376
8495
  },
8377
8496
  "colorTextStatusInactive": {
8378
8497
  "light": "{colorNeutral600}",
8379
8498
  "dark": "{colorNeutral450}"
8380
8499
  },
8381
8500
  "colorTextStatusInfo": {
8382
- "light": "{colorInfo600}",
8383
- "dark": "{colorInfo400}"
8501
+ "light": "{colorTextNotificationDefault}",
8502
+ "dark": "{colorTextNotificationDefault}"
8384
8503
  },
8385
8504
  "colorTextStatusSuccess": {
8386
- "light": "{colorSuccess600}",
8387
- "dark": "{colorSuccess500}"
8505
+ "light": "{colorTextNotificationDefault}",
8506
+ "dark": "{colorTextNotificationDefault}"
8388
8507
  },
8389
8508
  "colorTextStatusWarning": {
8390
8509
  "light": "{colorWarning900}",
@@ -8788,6 +8907,10 @@ module.exports.preset = {
8788
8907
  "light": "transparent",
8789
8908
  "dark": "transparent"
8790
8909
  },
8910
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
8911
+ "light": "{colorBackgroundControlChecked}",
8912
+ "dark": "{colorBackgroundControlChecked}"
8913
+ },
8791
8914
  "colorBackgroundLayoutMain": {
8792
8915
  "light": "{colorWhite}",
8793
8916
  "dark": "{colorNeutral850}"
@@ -8872,6 +8995,22 @@ module.exports.preset = {
8872
8995
  "light": "{colorWarning400}",
8873
8996
  "dark": "{colorWarning400}"
8874
8997
  },
8998
+ "colorBackgroundFlashbarSuccess": {
8999
+ "light": "{colorBackgroundNotificationGreen}",
9000
+ "dark": "{colorBackgroundNotificationGreen}"
9001
+ },
9002
+ "colorBackgroundFlashbarError": {
9003
+ "light": "{colorBackgroundNotificationRed}",
9004
+ "dark": "{colorBackgroundNotificationRed}"
9005
+ },
9006
+ "colorBackgroundFlashbarInfo": {
9007
+ "light": "{colorBackgroundNotificationBlue}",
9008
+ "dark": "{colorBackgroundNotificationBlue}"
9009
+ },
9010
+ "colorBackgroundFlashbarWarning": {
9011
+ "light": "{colorBackgroundNotificationYellow}",
9012
+ "dark": "{colorBackgroundNotificationYellow}"
9013
+ },
8875
9014
  "colorBackgroundNotificationStackBar": {
8876
9015
  "light": "{colorNeutral750}",
8877
9016
  "dark": "{colorNeutral750}"
@@ -9128,6 +9267,14 @@ module.exports.preset = {
9128
9267
  "light": "{colorTextAccent}",
9129
9268
  "dark": "{colorTextAccent}"
9130
9269
  },
9270
+ "colorTextSideNavigationItemActiveCollapsed": {
9271
+ "light": "{colorTextInverted}",
9272
+ "dark": "{colorTextInverted}"
9273
+ },
9274
+ "colorTextSideNavigationItemDefault": {
9275
+ "light": "{colorTextBodySecondary}",
9276
+ "dark": "{colorTextBodySecondary}"
9277
+ },
9131
9278
  "colorBorderCalendarGrid": {
9132
9279
  "light": "transparent",
9133
9280
  "dark": "transparent"
@@ -9801,8 +9948,8 @@ module.exports.preset = {
9801
9948
  "dark": "{colorSuccess500}"
9802
9949
  },
9803
9950
  "colorTextStatusWarning": {
9804
- "light": "{colorWarning900}",
9805
- "dark": "{colorWarning500}"
9951
+ "light": "{colorTextNotificationYellow}",
9952
+ "dark": "{colorTextNotificationYellow}"
9806
9953
  },
9807
9954
  "colorTextTopNavigationTitle": {
9808
9955
  "light": "{colorNeutral950}",
@@ -10202,6 +10349,10 @@ module.exports.preset = {
10202
10349
  "light": "transparent",
10203
10350
  "dark": "transparent"
10204
10351
  },
10352
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
10353
+ "light": "{colorBackgroundControlChecked}",
10354
+ "dark": "{colorBackgroundControlChecked}"
10355
+ },
10205
10356
  "colorBackgroundLayoutMain": {
10206
10357
  "light": "{colorWhite}",
10207
10358
  "dark": "{colorNeutral850}"
@@ -10286,6 +10437,22 @@ module.exports.preset = {
10286
10437
  "light": "{colorWarning400}",
10287
10438
  "dark": "{colorWarning400}"
10288
10439
  },
10440
+ "colorBackgroundFlashbarSuccess": {
10441
+ "light": "{colorBackgroundNotificationGreen}",
10442
+ "dark": "{colorBackgroundNotificationGreen}"
10443
+ },
10444
+ "colorBackgroundFlashbarError": {
10445
+ "light": "{colorBackgroundNotificationRed}",
10446
+ "dark": "{colorBackgroundNotificationRed}"
10447
+ },
10448
+ "colorBackgroundFlashbarInfo": {
10449
+ "light": "{colorBackgroundNotificationBlue}",
10450
+ "dark": "{colorBackgroundNotificationBlue}"
10451
+ },
10452
+ "colorBackgroundFlashbarWarning": {
10453
+ "light": "{colorBackgroundNotificationYellow}",
10454
+ "dark": "{colorBackgroundNotificationYellow}"
10455
+ },
10289
10456
  "colorBackgroundNotificationStackBar": {
10290
10457
  "light": "{colorNeutral750}",
10291
10458
  "dark": "{colorNeutral750}"
@@ -10542,6 +10709,14 @@ module.exports.preset = {
10542
10709
  "light": "{colorTextAccent}",
10543
10710
  "dark": "{colorTextAccent}"
10544
10711
  },
10712
+ "colorTextSideNavigationItemActiveCollapsed": {
10713
+ "light": "{colorTextInverted}",
10714
+ "dark": "{colorTextInverted}"
10715
+ },
10716
+ "colorTextSideNavigationItemDefault": {
10717
+ "light": "{colorTextBodySecondary}",
10718
+ "dark": "{colorTextBodySecondary}"
10719
+ },
10545
10720
  "colorBorderCalendarGrid": {
10546
10721
  "light": "transparent",
10547
10722
  "dark": "transparent"
@@ -11618,6 +11793,10 @@ module.exports.preset = {
11618
11793
  "light": "transparent",
11619
11794
  "dark": "transparent"
11620
11795
  },
11796
+ "colorBackgroundSideNavigationItemActiveCollapsed": {
11797
+ "light": "{colorBackgroundControlChecked}",
11798
+ "dark": "{colorBackgroundControlChecked}"
11799
+ },
11621
11800
  "colorBackgroundLayoutMain": {
11622
11801
  "light": "{colorNeutral850}",
11623
11802
  "dark": "{colorNeutral850}"
@@ -11702,6 +11881,22 @@ module.exports.preset = {
11702
11881
  "light": "{colorWarning400}",
11703
11882
  "dark": "{colorWarning400}"
11704
11883
  },
11884
+ "colorBackgroundFlashbarSuccess": {
11885
+ "light": "{colorBackgroundNotificationGreen}",
11886
+ "dark": "{colorBackgroundNotificationGreen}"
11887
+ },
11888
+ "colorBackgroundFlashbarError": {
11889
+ "light": "{colorBackgroundNotificationRed}",
11890
+ "dark": "{colorBackgroundNotificationRed}"
11891
+ },
11892
+ "colorBackgroundFlashbarInfo": {
11893
+ "light": "{colorBackgroundNotificationBlue}",
11894
+ "dark": "{colorBackgroundNotificationBlue}"
11895
+ },
11896
+ "colorBackgroundFlashbarWarning": {
11897
+ "light": "{colorBackgroundNotificationYellow}",
11898
+ "dark": "{colorBackgroundNotificationYellow}"
11899
+ },
11705
11900
  "colorBackgroundNotificationStackBar": {
11706
11901
  "light": "{colorNeutral750}",
11707
11902
  "dark": "{colorNeutral750}"
@@ -11958,6 +12153,14 @@ module.exports.preset = {
11958
12153
  "light": "{colorTextAccent}",
11959
12154
  "dark": "{colorTextAccent}"
11960
12155
  },
12156
+ "colorTextSideNavigationItemActiveCollapsed": {
12157
+ "light": "{colorTextInverted}",
12158
+ "dark": "{colorTextInverted}"
12159
+ },
12160
+ "colorTextSideNavigationItemDefault": {
12161
+ "light": "{colorTextBodySecondary}",
12162
+ "dark": "{colorTextBodySecondary}"
12163
+ },
11961
12164
  "colorBorderCalendarGrid": {
11962
12165
  "light": "transparent",
11963
12166
  "dark": "transparent"
@@ -13147,6 +13350,7 @@ module.exports.preset = {
13147
13350
  "colorBackgroundInputDisabled": "color",
13148
13351
  "colorBackgroundItemSelected": "color",
13149
13352
  "colorBackgroundSideNavigationItemActive": "color",
13353
+ "colorBackgroundSideNavigationItemActiveCollapsed": "color",
13150
13354
  "colorBackgroundLayoutMain": "color",
13151
13355
  "colorBackgroundDrawer": "color",
13152
13356
  "colorBackgroundBackdrop": "color",
@@ -13168,6 +13372,10 @@ module.exports.preset = {
13168
13372
  "colorBackgroundNotificationGrey": "color",
13169
13373
  "colorBackgroundNotificationRed": "color",
13170
13374
  "colorBackgroundNotificationYellow": "color",
13375
+ "colorBackgroundFlashbarSuccess": "color",
13376
+ "colorBackgroundFlashbarError": "color",
13377
+ "colorBackgroundFlashbarInfo": "color",
13378
+ "colorBackgroundFlashbarWarning": "color",
13171
13379
  "colorBackgroundNotificationStackBar": "color",
13172
13380
  "colorBackgroundNotificationStackBarActive": "color",
13173
13381
  "colorBackgroundNotificationStackBarHover": "color",
@@ -13232,6 +13440,8 @@ module.exports.preset = {
13232
13440
  "colorTextButtonPrimaryDisabled": "color",
13233
13441
  "colorItemSelected": "color",
13234
13442
  "colorTextSideNavigationItemActive": "color",
13443
+ "colorTextSideNavigationItemActiveCollapsed": "color",
13444
+ "colorTextSideNavigationItemDefault": "color",
13235
13445
  "colorBorderCalendarGrid": "color",
13236
13446
  "colorBorderCalendarGridSelectedFocusRing": "color",
13237
13447
  "colorBorderCellShaded": "color",
@@ -13965,6 +14175,7 @@ module.exports.preset = {
13965
14175
  "colorBackgroundInputDisabled",
13966
14176
  "colorBackgroundItemSelected",
13967
14177
  "colorBackgroundSideNavigationItemActive",
14178
+ "colorBackgroundSideNavigationItemActiveCollapsed",
13968
14179
  "colorBackgroundLayoutMain",
13969
14180
  "colorBackgroundBackdrop",
13970
14181
  "colorBackgroundLayoutPanel",
@@ -13980,6 +14191,10 @@ module.exports.preset = {
13980
14191
  "colorBackgroundNotificationGrey",
13981
14192
  "colorBackgroundNotificationRed",
13982
14193
  "colorBackgroundNotificationYellow",
14194
+ "colorBackgroundFlashbarSuccess",
14195
+ "colorBackgroundFlashbarError",
14196
+ "colorBackgroundFlashbarInfo",
14197
+ "colorBackgroundFlashbarWarning",
13983
14198
  "colorBackgroundPopover",
13984
14199
  "colorBackgroundProgressBarValueDefault",
13985
14200
  "colorBackgroundProgressBarDefault",
@@ -14027,6 +14242,8 @@ module.exports.preset = {
14027
14242
  "colorTextButtonPrimaryDisabled",
14028
14243
  "colorItemSelected",
14029
14244
  "colorTextSideNavigationItemActive",
14245
+ "colorTextSideNavigationItemActiveCollapsed",
14246
+ "colorTextSideNavigationItemDefault",
14030
14247
  "colorBorderCard",
14031
14248
  "colorBorderContainerTop",
14032
14249
  "colorBorderControlDefault",
@@ -14168,6 +14385,7 @@ module.exports.preset = {
14168
14385
  "fontSizeBodyM",
14169
14386
  "fontSizeBodyS",
14170
14387
  "fontSizeDisplayL",
14388
+ "fontSizeDisplayXl",
14171
14389
  "fontSizeFormLabel",
14172
14390
  "fontSizeHeadingL",
14173
14391
  "fontSizeHeadingM",
@@ -14181,6 +14399,7 @@ module.exports.preset = {
14181
14399
  "fontWeightBreadcrumbCurrent",
14182
14400
  "fontWeightButton",
14183
14401
  "fontWeightDisplayL",
14402
+ "fontWeightDisplayXl",
14184
14403
  "fontWeightFlashbarHeader",
14185
14404
  "fontWeightFormLabel",
14186
14405
  "fontWeightHeadingL",
@@ -14195,6 +14414,7 @@ module.exports.preset = {
14195
14414
  "fontWeightTabs",
14196
14415
  "fontWeightTabsDisabled",
14197
14416
  "letterSpacingDisplayL",
14417
+ "letterSpacingDisplayXl",
14198
14418
  "letterSpacingHeadingL",
14199
14419
  "letterSpacingHeadingM",
14200
14420
  "letterSpacingHeadingS",
@@ -14203,6 +14423,7 @@ module.exports.preset = {
14203
14423
  "lineHeightBodyM",
14204
14424
  "lineHeightBodyS",
14205
14425
  "lineHeightDisplayL",
14426
+ "lineHeightDisplayXl",
14206
14427
  "lineHeightFormLabel",
14207
14428
  "lineHeightHeadingL",
14208
14429
  "lineHeightHeadingM",
@@ -14227,6 +14448,8 @@ module.exports.preset = {
14227
14448
  "borderRadiusFlashbar",
14228
14449
  "borderRadiusInput",
14229
14450
  "borderRadiusItem",
14451
+ "borderRadiusSideNavigationItem",
14452
+ "borderRadiusSideNavigationItemCollapsed",
14230
14453
  "borderRadiusPopover",
14231
14454
  "borderRadiusStatusIndicator",
14232
14455
  "borderRadiusTabsFocusRing",
@@ -14243,6 +14466,7 @@ module.exports.preset = {
14243
14466
  "borderWidthAlertBlockStart",
14244
14467
  "borderWidthAlertInlineEnd",
14245
14468
  "borderWidthAlertInlineStart",
14469
+ "borderWidthFlashbarInlineStart",
14246
14470
  "borderWidthButton",
14247
14471
  "borderWidthCard",
14248
14472
  "borderWidthCardSelected",
@@ -14501,6 +14725,10 @@ module.exports.preset = {
14501
14725
  "colorBackgroundNotificationGrey",
14502
14726
  "colorBackgroundNotificationRed",
14503
14727
  "colorBackgroundNotificationYellow",
14728
+ "colorBackgroundFlashbarSuccess",
14729
+ "colorBackgroundFlashbarError",
14730
+ "colorBackgroundFlashbarInfo",
14731
+ "colorBackgroundFlashbarWarning",
14504
14732
  "colorBackgroundPopover",
14505
14733
  "colorBackgroundProgressBarValueDefault",
14506
14734
  "colorBackgroundProgressBarDefault",
@@ -14680,6 +14908,7 @@ module.exports.preset = {
14680
14908
  "fontSizeBodyM",
14681
14909
  "fontSizeBodyS",
14682
14910
  "fontSizeDisplayL",
14911
+ "fontSizeDisplayXl",
14683
14912
  "fontSizeHeadingL",
14684
14913
  "fontSizeHeadingM",
14685
14914
  "fontSizeHeadingS",
@@ -14690,6 +14919,7 @@ module.exports.preset = {
14690
14919
  "fontWeightBold",
14691
14920
  "fontWeightButton",
14692
14921
  "fontWeightDisplayL",
14922
+ "fontWeightDisplayXl",
14693
14923
  "fontWeightFlashbarHeader",
14694
14924
  "fontWeightHeadingL",
14695
14925
  "fontWeightHeadingM",
@@ -14702,6 +14932,7 @@ module.exports.preset = {
14702
14932
  "fontWeightTabs",
14703
14933
  "fontWeightTabsDisabled",
14704
14934
  "letterSpacingDisplayL",
14935
+ "letterSpacingDisplayXl",
14705
14936
  "letterSpacingHeadingL",
14706
14937
  "letterSpacingHeadingM",
14707
14938
  "letterSpacingHeadingS",
@@ -14710,6 +14941,7 @@ module.exports.preset = {
14710
14941
  "lineHeightBodyM",
14711
14942
  "lineHeightBodyS",
14712
14943
  "lineHeightDisplayL",
14944
+ "lineHeightDisplayXl",
14713
14945
  "lineHeightHeadingL",
14714
14946
  "lineHeightHeadingM",
14715
14947
  "lineHeightHeadingS",
@@ -14748,6 +14980,7 @@ module.exports.preset = {
14748
14980
  "borderWidthAlertBlockStart",
14749
14981
  "borderWidthAlertInlineEnd",
14750
14982
  "borderWidthAlertInlineStart",
14983
+ "borderWidthFlashbarInlineStart",
14751
14984
  "borderWidthButton",
14752
14985
  "borderWidthCard",
14753
14986
  "borderWidthCardSelected",
@@ -15159,6 +15392,7 @@ module.exports.preset = {
15159
15392
  "colorBackgroundInputDisabled": "color-background-input-disabled",
15160
15393
  "colorBackgroundItemSelected": "color-background-item-selected",
15161
15394
  "colorBackgroundSideNavigationItemActive": "color-background-side-navigation-item-active",
15395
+ "colorBackgroundSideNavigationItemActiveCollapsed": "color-background-side-navigation-item-active-collapsed",
15162
15396
  "colorBackgroundLayoutMain": "color-background-layout-main",
15163
15397
  "colorBackgroundDrawer": "color-background-drawer",
15164
15398
  "colorBackgroundBackdrop": "color-background-backdrop",
@@ -15180,6 +15414,10 @@ module.exports.preset = {
15180
15414
  "colorBackgroundNotificationGrey": "color-background-notification-grey",
15181
15415
  "colorBackgroundNotificationRed": "color-background-notification-red",
15182
15416
  "colorBackgroundNotificationYellow": "color-background-notification-yellow",
15417
+ "colorBackgroundFlashbarSuccess": "color-background-flashbar-success",
15418
+ "colorBackgroundFlashbarError": "color-background-flashbar-error",
15419
+ "colorBackgroundFlashbarInfo": "color-background-flashbar-info",
15420
+ "colorBackgroundFlashbarWarning": "color-background-flashbar-warning",
15183
15421
  "colorBackgroundNotificationStackBar": "color-background-notification-stack-bar",
15184
15422
  "colorBackgroundNotificationStackBarActive": "color-background-notification-stack-bar-active",
15185
15423
  "colorBackgroundNotificationStackBarHover": "color-background-notification-stack-bar-hover",
@@ -15244,6 +15482,8 @@ module.exports.preset = {
15244
15482
  "colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
15245
15483
  "colorItemSelected": "color-item-selected",
15246
15484
  "colorTextSideNavigationItemActive": "color-text-side-navigation-item-active",
15485
+ "colorTextSideNavigationItemActiveCollapsed": "color-text-side-navigation-item-active-collapsed",
15486
+ "colorTextSideNavigationItemDefault": "color-text-side-navigation-item-default",
15247
15487
  "colorBorderCalendarGrid": "color-border-calendar-grid",
15248
15488
  "colorBorderCalendarGridSelectedFocusRing": "color-border-calendar-grid-selected-focus-ring",
15249
15489
  "colorBorderCellShaded": "color-border-cell-shaded",
@@ -15474,6 +15714,7 @@ module.exports.preset = {
15474
15714
  "fontSizeBodyM": "font-size-body-m",
15475
15715
  "fontSizeBodyS": "font-size-body-s",
15476
15716
  "fontSizeDisplayL": "font-size-display-l",
15717
+ "fontSizeDisplayXl": "font-size-display-xl",
15477
15718
  "fontSizeFormLabel": "font-size-form-label",
15478
15719
  "fontSizeHeadingL": "font-size-heading-l",
15479
15720
  "fontSizeHeadingM": "font-size-heading-m",
@@ -15490,6 +15731,7 @@ module.exports.preset = {
15490
15731
  "fontWeightBreadcrumbCurrent": "font-weight-breadcrumb-current",
15491
15732
  "fontWeightButton": "font-weight-button",
15492
15733
  "fontWeightDisplayL": "font-weight-display-l",
15734
+ "fontWeightDisplayXl": "font-weight-display-xl",
15493
15735
  "fontWeightFlashbarHeader": "font-weight-flashbar-header",
15494
15736
  "fontWeightFormLabel": "font-weight-form-label",
15495
15737
  "fontWeightHeadingL": "font-weight-heading-l",
@@ -15505,6 +15747,7 @@ module.exports.preset = {
15505
15747
  "fontWeightTabsDisabled": "font-weight-tabs-disabled",
15506
15748
  "letterSpacingBodyS": "letter-spacing-body-s",
15507
15749
  "letterSpacingDisplayL": "letter-spacing-display-l",
15750
+ "letterSpacingDisplayXl": "letter-spacing-display-xl",
15508
15751
  "letterSpacingHeadingL": "letter-spacing-heading-l",
15509
15752
  "letterSpacingHeadingM": "letter-spacing-heading-m",
15510
15753
  "letterSpacingHeadingS": "letter-spacing-heading-s",
@@ -15513,6 +15756,7 @@ module.exports.preset = {
15513
15756
  "lineHeightBodyM": "line-height-body-m",
15514
15757
  "lineHeightBodyS": "line-height-body-s",
15515
15758
  "lineHeightDisplayL": "line-height-display-l",
15759
+ "lineHeightDisplayXl": "line-height-display-xl",
15516
15760
  "lineHeightFormLabel": "line-height-form-label",
15517
15761
  "lineHeightHeadingL": "line-height-heading-l",
15518
15762
  "lineHeightHeadingM": "line-height-heading-m",
@@ -15557,6 +15801,8 @@ module.exports.preset = {
15557
15801
  "borderRadiusFlashbar": "border-radius-flashbar",
15558
15802
  "borderRadiusInput": "border-radius-input",
15559
15803
  "borderRadiusItem": "border-radius-item",
15804
+ "borderRadiusSideNavigationItem": "border-radius-side-navigation-item",
15805
+ "borderRadiusSideNavigationItemCollapsed": "border-radius-side-navigation-item-collapsed",
15560
15806
  "borderRadiusItemCardDefault": "border-radius-item-card-default",
15561
15807
  "borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
15562
15808
  "borderRadiusPopover": "border-radius-popover",
@@ -15577,6 +15823,7 @@ module.exports.preset = {
15577
15823
  "borderWidthAlertBlockStart": "border-width-alert-block-start",
15578
15824
  "borderWidthAlertInlineEnd": "border-width-alert-inline-end",
15579
15825
  "borderWidthAlertInlineStart": "border-width-alert-inline-start",
15826
+ "borderWidthFlashbarInlineStart": "border-width-flashbar-inline-start",
15580
15827
  "borderWidthButton": "border-width-button",
15581
15828
  "borderWidthCard": "border-width-card",
15582
15829
  "borderWidthCardSelected": "border-width-card-selected",
@@ -16102,7 +16349,7 @@ module.exports.preset = {
16102
16349
  "colorBackgroundCalendarCurrentDate": "--color-background-calendar-current-date-sk0f6i",
16103
16350
  "colorBackgroundCellShaded": "--color-background-cell-shaded-v7o6so",
16104
16351
  "colorBackgroundCodeEditorGutterActiveLineDefault": "--color-background-code-editor-gutter-active-line-default-51v1pv",
16105
- "colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-ro2qo1",
16352
+ "colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-4tea3r",
16106
16353
  "colorBackgroundCodeEditorGutterDefault": "--color-background-code-editor-gutter-default-15qdwh",
16107
16354
  "colorBackgroundCodeEditorLoading": "--color-background-code-editor-loading-6nwpin",
16108
16355
  "colorBackgroundCodeEditorPaneItemHover": "--color-background-code-editor-pane-item-hover-z6k9mr",
@@ -16125,6 +16372,7 @@ module.exports.preset = {
16125
16372
  "colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
16126
16373
  "colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
16127
16374
  "colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
16375
+ "colorBackgroundSideNavigationItemActiveCollapsed": "--color-background-side-navigation-item-active-collapsed-ceubmy",
16128
16376
  "colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
16129
16377
  "colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
16130
16378
  "colorBackgroundBackdrop": "--color-background-backdrop-33f45f",
@@ -16146,6 +16394,10 @@ module.exports.preset = {
16146
16394
  "colorBackgroundNotificationGrey": "--color-background-notification-grey-x3vul6",
16147
16395
  "colorBackgroundNotificationRed": "--color-background-notification-red-0487ea",
16148
16396
  "colorBackgroundNotificationYellow": "--color-background-notification-yellow-y6us5r",
16397
+ "colorBackgroundFlashbarSuccess": "--color-background-flashbar-success-vw7ng1",
16398
+ "colorBackgroundFlashbarError": "--color-background-flashbar-error-q2h7ak",
16399
+ "colorBackgroundFlashbarInfo": "--color-background-flashbar-info-2pbjjg",
16400
+ "colorBackgroundFlashbarWarning": "--color-background-flashbar-warning-n9x5as",
16149
16401
  "colorBackgroundNotificationStackBar": "--color-background-notification-stack-bar-qe5n4w",
16150
16402
  "colorBackgroundNotificationStackBarActive": "--color-background-notification-stack-bar-active-a4h9r8",
16151
16403
  "colorBackgroundNotificationStackBarHover": "--color-background-notification-stack-bar-hover-jh82oo",
@@ -16163,14 +16415,14 @@ module.exports.preset = {
16163
16415
  "colorBackgroundSliderHandleActive": "--color-background-slider-handle-active-50ubqb",
16164
16416
  "colorBackgroundSliderTrackDefault": "--color-background-slider-track-default-vk2c9o",
16165
16417
  "colorBackgroundSliderHandleRing": "--color-background-slider-handle-ring-9sfenj",
16166
- "colorBackgroundSliderHandleErrorDefault": "--color-background-slider-handle-error-default-411tqq",
16167
- "colorBackgroundSliderHandleErrorActive": "--color-background-slider-handle-error-active-x65pfh",
16168
- "colorBackgroundSliderHandleWarningDefault": "--color-background-slider-handle-warning-default-or76ej",
16169
- "colorBackgroundSliderHandleWarningActive": "--color-background-slider-handle-warning-active-7o84zp",
16170
- "colorBackgroundSliderRangeErrorDefault": "--color-background-slider-range-error-default-b519qn",
16171
- "colorBackgroundSliderRangeErrorActive": "--color-background-slider-range-error-active-6bo8an",
16172
- "colorBackgroundSliderRangeWarningDefault": "--color-background-slider-range-warning-default-6isqvo",
16173
- "colorBackgroundSliderRangeWarningActive": "--color-background-slider-range-warning-active-dm2pha",
16418
+ "colorBackgroundSliderHandleErrorDefault": "--color-background-slider-handle-error-default-lkvr7g",
16419
+ "colorBackgroundSliderHandleErrorActive": "--color-background-slider-handle-error-active-juz76l",
16420
+ "colorBackgroundSliderHandleWarningDefault": "--color-background-slider-handle-warning-default-bxdwem",
16421
+ "colorBackgroundSliderHandleWarningActive": "--color-background-slider-handle-warning-active-g2mc01",
16422
+ "colorBackgroundSliderRangeErrorDefault": "--color-background-slider-range-error-default-3mwwq7",
16423
+ "colorBackgroundSliderRangeErrorActive": "--color-background-slider-range-error-active-jkg6yr",
16424
+ "colorBackgroundSliderRangeWarningDefault": "--color-background-slider-range-warning-default-enwb8c",
16425
+ "colorBackgroundSliderRangeWarningActive": "--color-background-slider-range-warning-active-7pdaif",
16174
16426
  "colorBackgroundStatusError": "--color-background-status-error-mu3lcw",
16175
16427
  "colorBackgroundStatusInfo": "--color-background-status-info-sfobba",
16176
16428
  "colorBackgroundDialog": "--color-background-dialog-2fj3uu",
@@ -16210,6 +16462,8 @@ module.exports.preset = {
16210
16462
  "colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-q79gms",
16211
16463
  "colorItemSelected": "--color-item-selected-72rnwy",
16212
16464
  "colorTextSideNavigationItemActive": "--color-text-side-navigation-item-active-w3c4dj",
16465
+ "colorTextSideNavigationItemActiveCollapsed": "--color-text-side-navigation-item-active-collapsed-kwpe9n",
16466
+ "colorTextSideNavigationItemDefault": "--color-text-side-navigation-item-default-1vcdej",
16213
16467
  "colorBorderCalendarGrid": "--color-border-calendar-grid-67r4w4",
16214
16468
  "colorBorderCalendarGridSelectedFocusRing": "--color-border-calendar-grid-selected-focus-ring-jk1fb0",
16215
16469
  "colorBorderCellShaded": "--color-border-cell-shaded-0ipazf",
@@ -16374,11 +16628,11 @@ module.exports.preset = {
16374
16628
  "colorTextSegmentDefault": "--color-text-segment-default-vi2vn9",
16375
16629
  "colorTextSegmentHover": "--color-text-segment-hover-65a2x8",
16376
16630
  "colorTextSmall": "--color-text-small-m1tr70",
16377
- "colorTextStatusError": "--color-text-status-error-ksqavh",
16631
+ "colorTextStatusError": "--color-text-status-error-bwp1cm",
16378
16632
  "colorTextStatusInactive": "--color-text-status-inactive-gy7337",
16379
- "colorTextStatusInfo": "--color-text-status-info-ue8bd2",
16380
- "colorTextStatusSuccess": "--color-text-status-success-ybmii8",
16381
- "colorTextStatusWarning": "--color-text-status-warning-6meo06",
16633
+ "colorTextStatusInfo": "--color-text-status-info-2ftgrk",
16634
+ "colorTextStatusSuccess": "--color-text-status-success-r9s7ha",
16635
+ "colorTextStatusWarning": "--color-text-status-warning-ylxn5k",
16382
16636
  "colorTextTopNavigationTitle": "--color-text-top-navigation-title-en0v40",
16383
16637
  "colorTextTutorialHotspotDefault": "--color-text-tutorial-hotspot-default-xfv3ow",
16384
16638
  "colorTextTutorialHotspotHover": "--color-text-tutorial-hotspot-hover-92pxog",
@@ -16440,6 +16694,7 @@ module.exports.preset = {
16440
16694
  "fontSizeBodyM": "--font-size-body-m-a7nh2n",
16441
16695
  "fontSizeBodyS": "--font-size-body-s-smc8cv",
16442
16696
  "fontSizeDisplayL": "--font-size-display-l-wa6woo",
16697
+ "fontSizeDisplayXl": "--font-size-display-xl-twzhl4",
16443
16698
  "fontSizeFormLabel": "--font-size-form-label-mxiqd7",
16444
16699
  "fontSizeHeadingL": "--font-size-heading-l-vnacx6",
16445
16700
  "fontSizeHeadingM": "--font-size-heading-m-170yiy",
@@ -16456,6 +16711,7 @@ module.exports.preset = {
16456
16711
  "fontWeightBreadcrumbCurrent": "--font-weight-breadcrumb-current-v39mbh",
16457
16712
  "fontWeightButton": "--font-weight-button-0eg20c",
16458
16713
  "fontWeightDisplayL": "--font-weight-display-l-h5zsi8",
16714
+ "fontWeightDisplayXl": "--font-weight-display-xl-pdx6bm",
16459
16715
  "fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
16460
16716
  "fontWeightFormLabel": "--font-weight-form-label-mrg9ef",
16461
16717
  "fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
@@ -16471,6 +16727,7 @@ module.exports.preset = {
16471
16727
  "fontWeightTabsDisabled": "--font-weight-tabs-disabled-v5r551",
16472
16728
  "letterSpacingBodyS": "--letter-spacing-body-s-gq78ok",
16473
16729
  "letterSpacingDisplayL": "--letter-spacing-display-l-elyyxk",
16730
+ "letterSpacingDisplayXl": "--letter-spacing-display-xl-yptw1j",
16474
16731
  "letterSpacingHeadingL": "--letter-spacing-heading-l-5v6ibv",
16475
16732
  "letterSpacingHeadingM": "--letter-spacing-heading-m-29ewnk",
16476
16733
  "letterSpacingHeadingS": "--letter-spacing-heading-s-4st9ep",
@@ -16479,6 +16736,7 @@ module.exports.preset = {
16479
16736
  "lineHeightBodyM": "--line-height-body-m-2mh3ke",
16480
16737
  "lineHeightBodyS": "--line-height-body-s-nu5hx1",
16481
16738
  "lineHeightDisplayL": "--line-height-display-l-vwanzp",
16739
+ "lineHeightDisplayXl": "--line-height-display-xl-e5ij0u",
16482
16740
  "lineHeightFormLabel": "--line-height-form-label-asu26u",
16483
16741
  "lineHeightHeadingL": "--line-height-heading-l-mg5bx6",
16484
16742
  "lineHeightHeadingM": "--line-height-heading-m-uoaqdh",
@@ -16523,6 +16781,8 @@ module.exports.preset = {
16523
16781
  "borderRadiusFlashbar": "--border-radius-flashbar-pp1ptu",
16524
16782
  "borderRadiusInput": "--border-radius-input-7q0str",
16525
16783
  "borderRadiusItem": "--border-radius-item-iwaia5",
16784
+ "borderRadiusSideNavigationItem": "--border-radius-side-navigation-item-okro0s",
16785
+ "borderRadiusSideNavigationItemCollapsed": "--border-radius-side-navigation-item-collapsed-e8960w",
16526
16786
  "borderRadiusItemCardDefault": "--border-radius-item-card-default-pi9u8q",
16527
16787
  "borderRadiusItemCardEmbedded": "--border-radius-item-card-embedded-l0g6e3",
16528
16788
  "borderRadiusPopover": "--border-radius-popover-6fqb5w",
@@ -16543,6 +16803,7 @@ module.exports.preset = {
16543
16803
  "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
16544
16804
  "borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
16545
16805
  "borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
16806
+ "borderWidthFlashbarInlineStart": "--border-width-flashbar-inline-start-exuaev",
16546
16807
  "borderWidthButton": "--border-width-button-jm0qg7",
16547
16808
  "borderWidthCard": "--border-width-card-x24gzt",
16548
16809
  "borderWidthCardSelected": "--border-width-card-selected-01i6br",