@cloudscape-design/components 3.0.1299 → 3.0.1301

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 (36) hide show
  1. package/autosuggest/interfaces.d.ts +0 -2
  2. package/autosuggest/interfaces.d.ts.map +1 -1
  3. package/autosuggest/interfaces.js.map +1 -1
  4. package/copy-to-clipboard/styles.css.js +5 -5
  5. package/copy-to-clipboard/styles.scoped.css +7 -7
  6. package/copy-to-clipboard/styles.selectors.js +5 -5
  7. package/internal/base-component/styles.scoped.css +39 -26
  8. package/internal/environment.js +2 -2
  9. package/internal/environment.json +2 -2
  10. package/internal/generated/styles/tokens.d.ts +34 -26
  11. package/internal/generated/styles/tokens.js +34 -26
  12. package/internal/generated/theming/index.cjs +321 -113
  13. package/internal/generated/theming/index.cjs.d.ts +225 -153
  14. package/internal/generated/theming/index.d.ts +225 -153
  15. package/internal/generated/theming/index.js +321 -113
  16. package/internal/manifest.json +1 -1
  17. package/key-value-pairs/styles.css.js +8 -8
  18. package/key-value-pairs/styles.scoped.css +10 -9
  19. package/key-value-pairs/styles.selectors.js +8 -8
  20. package/manifest.json +5 -0
  21. package/multiselect/interfaces.d.ts +0 -2
  22. package/multiselect/interfaces.d.ts.map +1 -1
  23. package/multiselect/interfaces.js.map +1 -1
  24. package/package.json +1 -1
  25. package/prompt-input/interfaces.d.ts +0 -2
  26. package/prompt-input/interfaces.d.ts.map +1 -1
  27. package/prompt-input/interfaces.js.map +1 -1
  28. package/select/interfaces.d.ts +0 -2
  29. package/select/interfaces.d.ts.map +1 -1
  30. package/select/interfaces.js.map +1 -1
  31. package/status-indicator/styles.css.js +24 -24
  32. package/status-indicator/styles.scoped.css +64 -30
  33. package/status-indicator/styles.selectors.js +24 -24
  34. package/wizard/interfaces.d.ts +0 -2
  35. package/wizard/interfaces.d.ts.map +1 -1
  36. package/wizard/interfaces.js.map +1 -1
@@ -1571,6 +1571,26 @@ export var preset = {
1571
1571
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
1572
1572
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
1573
1573
  },
1574
+ "colorBackgroundStatusIndicatorError": {
1575
+ "light": "transparent",
1576
+ "dark": "transparent"
1577
+ },
1578
+ "colorBackgroundStatusIndicatorWarning": {
1579
+ "light": "transparent",
1580
+ "dark": "transparent"
1581
+ },
1582
+ "colorBackgroundStatusIndicatorSuccess": {
1583
+ "light": "transparent",
1584
+ "dark": "transparent"
1585
+ },
1586
+ "colorBackgroundStatusIndicatorInfo": {
1587
+ "light": "transparent",
1588
+ "dark": "transparent"
1589
+ },
1590
+ "colorBackgroundStatusIndicatorNeutral": {
1591
+ "light": "transparent",
1592
+ "dark": "transparent"
1593
+ },
1574
1594
  "colorBackgroundChatBubbleOutgoing": {
1575
1595
  "light": "transparent",
1576
1596
  "dark": "transparent"
@@ -2179,6 +2199,10 @@ export var preset = {
2179
2199
  "light": "{colorTextFormLabel}",
2180
2200
  "dark": "{colorTextFormLabel}"
2181
2201
  },
2202
+ "colorTextKeyValuePairsValue": {
2203
+ "light": "{colorTextBodyDefault}",
2204
+ "dark": "{colorTextBodyDefault}"
2205
+ },
2182
2206
  "colorTextLayoutToggle": {
2183
2207
  "light": "{colorWhite}",
2184
2208
  "dark": "{colorWhite}"
@@ -2497,61 +2521,62 @@ export var preset = {
2497
2521
  "borderLineChartDashArray": "3 5",
2498
2522
  "borderLineChartLineJoin": "round",
2499
2523
  "borderLineChartWidth": "2px",
2524
+ "borderLinkFocusRingOutline": "0",
2525
+ "borderLinkFocusRingShadowSpread": "2px",
2500
2526
  "borderPanelHeaderWidth": "1px",
2501
2527
  "borderPanelTopWidth": "1px",
2528
+ "borderRadiusActionCardDefault": "{borderRadiusCardDefault}",
2529
+ "borderRadiusActionCardEmbedded": "{borderRadiusCardEmbedded}",
2502
2530
  "borderRadiusAlert": "{borderRadiusFlashbar}",
2503
2531
  "borderRadiusBadge": "4px",
2504
2532
  "borderRadiusButton": "20px",
2505
2533
  "borderRadiusCalendarDayFocusRing": "3px",
2506
- "borderRadiusCodeEditor": "{borderRadiusInput}",
2507
2534
  "borderRadiusCardDefault": "{borderRadiusContainer}",
2508
2535
  "borderRadiusCardEmbedded": "{borderRadiusChatBubble}",
2509
- "borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
2510
- "borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
2536
+ "borderRadiusChatBubble": "8px",
2537
+ "borderRadiusCodeEditor": "{borderRadiusInput}",
2511
2538
  "borderRadiusContainer": "16px",
2512
2539
  "borderRadiusControlCircularFocusRing": "4px",
2513
2540
  "borderRadiusControlDefaultFocusRing": "4px",
2514
2541
  "borderRadiusDropdown": "{borderRadiusItem}",
2515
2542
  "borderRadiusDropzone": "12px",
2516
2543
  "borderRadiusFlashbar": "12px",
2517
- "borderRadiusItem": "8px",
2518
2544
  "borderRadiusInput": "8px",
2545
+ "borderRadiusItem": "8px",
2546
+ "borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
2547
+ "borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
2519
2548
  "borderRadiusPopover": "{borderRadiusInput}",
2549
+ "borderRadiusSkeleton": "8px",
2550
+ "borderRadiusStatusIndicator": "{borderRadiusBadge}",
2520
2551
  "borderRadiusTabsFocusRing": "20px",
2521
2552
  "borderRadiusTiles": "{borderRadiusInput}",
2522
2553
  "borderRadiusToken": "{borderRadiusInput}",
2523
- "borderRadiusChatBubble": "8px",
2524
2554
  "borderRadiusTutorialPanelItem": "{borderRadiusInput}",
2525
2555
  "borderTableStickyWidth": "1px",
2526
- "borderLinkFocusRingOutline": "0",
2527
- "borderLinkFocusRingShadowSpread": "2px",
2528
- "borderWidthCard": "{borderDividerSectionWidth}",
2529
- "borderWidthCardSelected": "{borderItemWidth}",
2530
- "borderWidthItemCard": "{borderWidthCard}",
2531
- "borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
2532
- "borderWidthItemSelected": "2px",
2556
+ "borderWidthActionCardActive": "{borderWidthCard}",
2557
+ "borderWidthActionCardDefault": "{borderWidthCard}",
2558
+ "borderWidthActionCardDisabled": "{borderWidthCard}",
2559
+ "borderWidthActionCardHover": "{borderWidthCard}",
2533
2560
  "borderWidthAlert": "2px",
2534
- "borderWidthAlertBlockStart": "{borderWidthAlert}",
2535
2561
  "borderWidthAlertBlockEnd": "{borderWidthAlert}",
2536
- "borderWidthAlertInlineStart": "{borderWidthAlert}",
2562
+ "borderWidthAlertBlockStart": "{borderWidthAlert}",
2537
2563
  "borderWidthAlertInlineEnd": "{borderWidthAlert}",
2564
+ "borderWidthAlertInlineStart": "{borderWidthAlert}",
2538
2565
  "borderWidthButton": "2px",
2566
+ "borderWidthCard": "{borderDividerSectionWidth}",
2567
+ "borderWidthCardSelected": "{borderItemWidth}",
2539
2568
  "borderWidthDropdown": "2px",
2540
2569
  "borderWidthField": "1px",
2541
- "borderWidthPopover": "2px",
2542
- "borderWidthToken": "2px",
2543
- "borderWidthIconSmall": "2px",
2544
- "borderWidthIconNormal": "2px",
2545
- "borderWidthIconMedium": "2px",
2546
2570
  "borderWidthIconBig": "3px",
2547
2571
  "borderWidthIconLarge": "4px",
2548
- "borderRadiusActionCardDefault": "{borderRadiusCardDefault}",
2549
- "borderRadiusActionCardEmbedded": "{borderRadiusCardEmbedded}",
2550
- "borderWidthActionCardDefault": "{borderWidthCard}",
2551
- "borderWidthActionCardHover": "{borderWidthCard}",
2552
- "borderWidthActionCardActive": "{borderWidthCard}",
2553
- "borderWidthActionCardDisabled": "{borderWidthCard}",
2554
- "borderRadiusSkeleton": "8px",
2572
+ "borderWidthIconMedium": "2px",
2573
+ "borderWidthIconNormal": "2px",
2574
+ "borderWidthIconSmall": "2px",
2575
+ "borderWidthItemCard": "{borderWidthCard}",
2576
+ "borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
2577
+ "borderWidthItemSelected": "2px",
2578
+ "borderWidthPopover": "2px",
2579
+ "borderWidthToken": "2px",
2555
2580
  "motionDurationExtraFast": {
2556
2581
  "default": "45ms",
2557
2582
  "disabled": "0ms"
@@ -3068,6 +3093,10 @@ export var preset = {
3068
3093
  "comfortable": "{spaceL}",
3069
3094
  "compact": "{spaceL}"
3070
3095
  },
3096
+ "spaceStatusIndicatorPaddingHorizontal": {
3097
+ "comfortable": "{spaceNone}",
3098
+ "compact": "{spaceNone}"
3099
+ },
3071
3100
  "spaceScaled2xNone": {
3072
3101
  "comfortable": "{spaceNone}",
3073
3102
  "compact": "{spaceNone}"
@@ -3618,6 +3647,10 @@ export var preset = {
3618
3647
  "comfortable": "{spaceL}",
3619
3648
  "compact": "{spaceL}"
3620
3649
  },
3650
+ "spaceStatusIndicatorPaddingHorizontal": {
3651
+ "comfortable": "{spaceNone}",
3652
+ "compact": "{spaceNone}"
3653
+ },
3621
3654
  "spaceScaled2xNone": {
3622
3655
  "comfortable": "{spaceNone}",
3623
3656
  "compact": "{spaceNone}"
@@ -4232,6 +4265,26 @@ export var preset = {
4232
4265
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
4233
4266
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
4234
4267
  },
4268
+ "colorBackgroundStatusIndicatorError": {
4269
+ "light": "transparent",
4270
+ "dark": "transparent"
4271
+ },
4272
+ "colorBackgroundStatusIndicatorWarning": {
4273
+ "light": "transparent",
4274
+ "dark": "transparent"
4275
+ },
4276
+ "colorBackgroundStatusIndicatorSuccess": {
4277
+ "light": "transparent",
4278
+ "dark": "transparent"
4279
+ },
4280
+ "colorBackgroundStatusIndicatorInfo": {
4281
+ "light": "transparent",
4282
+ "dark": "transparent"
4283
+ },
4284
+ "colorBackgroundStatusIndicatorNeutral": {
4285
+ "light": "transparent",
4286
+ "dark": "transparent"
4287
+ },
4235
4288
  "colorBackgroundChatBubbleOutgoing": {
4236
4289
  "light": "transparent",
4237
4290
  "dark": "transparent"
@@ -4840,6 +4893,10 @@ export var preset = {
4840
4893
  "light": "{colorTextFormLabel}",
4841
4894
  "dark": "{colorTextFormLabel}"
4842
4895
  },
4896
+ "colorTextKeyValuePairsValue": {
4897
+ "light": "{colorTextBodyDefault}",
4898
+ "dark": "{colorTextBodyDefault}"
4899
+ },
4843
4900
  "colorTextLayoutToggle": {
4844
4901
  "light": "{colorWhite}",
4845
4902
  "dark": "{colorWhite}"
@@ -5717,6 +5774,26 @@ export var preset = {
5717
5774
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
5718
5775
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
5719
5776
  },
5777
+ "colorBackgroundStatusIndicatorError": {
5778
+ "light": "transparent",
5779
+ "dark": "transparent"
5780
+ },
5781
+ "colorBackgroundStatusIndicatorWarning": {
5782
+ "light": "transparent",
5783
+ "dark": "transparent"
5784
+ },
5785
+ "colorBackgroundStatusIndicatorSuccess": {
5786
+ "light": "transparent",
5787
+ "dark": "transparent"
5788
+ },
5789
+ "colorBackgroundStatusIndicatorInfo": {
5790
+ "light": "transparent",
5791
+ "dark": "transparent"
5792
+ },
5793
+ "colorBackgroundStatusIndicatorNeutral": {
5794
+ "light": "transparent",
5795
+ "dark": "transparent"
5796
+ },
5720
5797
  "colorBackgroundChatBubbleOutgoing": {
5721
5798
  "light": "transparent",
5722
5799
  "dark": "transparent"
@@ -6325,6 +6402,10 @@ export var preset = {
6325
6402
  "light": "{colorTextFormLabel}",
6326
6403
  "dark": "{colorTextFormLabel}"
6327
6404
  },
6405
+ "colorTextKeyValuePairsValue": {
6406
+ "light": "{colorTextBodyDefault}",
6407
+ "dark": "{colorTextBodyDefault}"
6408
+ },
6328
6409
  "colorTextLayoutToggle": {
6329
6410
  "light": "{colorWhite}",
6330
6411
  "dark": "{colorWhite}"
@@ -7130,6 +7211,26 @@ export var preset = {
7130
7211
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
7131
7212
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
7132
7213
  },
7214
+ "colorBackgroundStatusIndicatorError": {
7215
+ "light": "transparent",
7216
+ "dark": "transparent"
7217
+ },
7218
+ "colorBackgroundStatusIndicatorWarning": {
7219
+ "light": "transparent",
7220
+ "dark": "transparent"
7221
+ },
7222
+ "colorBackgroundStatusIndicatorSuccess": {
7223
+ "light": "transparent",
7224
+ "dark": "transparent"
7225
+ },
7226
+ "colorBackgroundStatusIndicatorInfo": {
7227
+ "light": "transparent",
7228
+ "dark": "transparent"
7229
+ },
7230
+ "colorBackgroundStatusIndicatorNeutral": {
7231
+ "light": "transparent",
7232
+ "dark": "transparent"
7233
+ },
7133
7234
  "colorBackgroundChatBubbleOutgoing": {
7134
7235
  "light": "transparent",
7135
7236
  "dark": "transparent"
@@ -7738,6 +7839,10 @@ export var preset = {
7738
7839
  "light": "{colorNeutral100}",
7739
7840
  "dark": "{colorNeutral100}"
7740
7841
  },
7842
+ "colorTextKeyValuePairsValue": {
7843
+ "light": "{colorTextBodyDefault}",
7844
+ "dark": "{colorTextBodyDefault}"
7845
+ },
7741
7846
  "colorTextLayoutToggle": {
7742
7847
  "light": "{colorWhite}",
7743
7848
  "dark": "{colorWhite}"
@@ -8428,6 +8533,26 @@ export var preset = {
8428
8533
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
8429
8534
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
8430
8535
  },
8536
+ "colorBackgroundStatusIndicatorError": {
8537
+ "light": "transparent",
8538
+ "dark": "transparent"
8539
+ },
8540
+ "colorBackgroundStatusIndicatorWarning": {
8541
+ "light": "transparent",
8542
+ "dark": "transparent"
8543
+ },
8544
+ "colorBackgroundStatusIndicatorSuccess": {
8545
+ "light": "transparent",
8546
+ "dark": "transparent"
8547
+ },
8548
+ "colorBackgroundStatusIndicatorInfo": {
8549
+ "light": "transparent",
8550
+ "dark": "transparent"
8551
+ },
8552
+ "colorBackgroundStatusIndicatorNeutral": {
8553
+ "light": "transparent",
8554
+ "dark": "transparent"
8555
+ },
8431
8556
  "colorBackgroundChatBubbleOutgoing": {
8432
8557
  "light": "transparent",
8433
8558
  "dark": "transparent"
@@ -9036,6 +9161,10 @@ export var preset = {
9036
9161
  "light": "{colorTextNotificationYellow}",
9037
9162
  "dark": "{colorTextNotificationYellow}"
9038
9163
  },
9164
+ "colorTextKeyValuePairsValue": {
9165
+ "light": "{colorTextBodyDefault}",
9166
+ "dark": "{colorTextBodyDefault}"
9167
+ },
9039
9168
  "colorTextLayoutToggle": {
9040
9169
  "light": "{colorWhite}",
9041
9170
  "dark": "{colorWhite}"
@@ -9726,6 +9855,26 @@ export var preset = {
9726
9855
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
9727
9856
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
9728
9857
  },
9858
+ "colorBackgroundStatusIndicatorError": {
9859
+ "light": "transparent",
9860
+ "dark": "transparent"
9861
+ },
9862
+ "colorBackgroundStatusIndicatorWarning": {
9863
+ "light": "transparent",
9864
+ "dark": "transparent"
9865
+ },
9866
+ "colorBackgroundStatusIndicatorSuccess": {
9867
+ "light": "transparent",
9868
+ "dark": "transparent"
9869
+ },
9870
+ "colorBackgroundStatusIndicatorInfo": {
9871
+ "light": "transparent",
9872
+ "dark": "transparent"
9873
+ },
9874
+ "colorBackgroundStatusIndicatorNeutral": {
9875
+ "light": "transparent",
9876
+ "dark": "transparent"
9877
+ },
9729
9878
  "colorBackgroundChatBubbleOutgoing": {
9730
9879
  "light": "transparent",
9731
9880
  "dark": "transparent"
@@ -10334,6 +10483,10 @@ export var preset = {
10334
10483
  "light": "{colorTextFormLabel}",
10335
10484
  "dark": "{colorTextFormLabel}"
10336
10485
  },
10486
+ "colorTextKeyValuePairsValue": {
10487
+ "light": "{colorTextBodyDefault}",
10488
+ "dark": "{colorTextBodyDefault}"
10489
+ },
10337
10490
  "colorTextLayoutToggle": {
10338
10491
  "light": "{colorWhite}",
10339
10492
  "dark": "{colorWhite}"
@@ -11026,6 +11179,26 @@ export var preset = {
11026
11179
  "light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
11027
11180
  "dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
11028
11181
  },
11182
+ "colorBackgroundStatusIndicatorError": {
11183
+ "light": "transparent",
11184
+ "dark": "transparent"
11185
+ },
11186
+ "colorBackgroundStatusIndicatorWarning": {
11187
+ "light": "transparent",
11188
+ "dark": "transparent"
11189
+ },
11190
+ "colorBackgroundStatusIndicatorSuccess": {
11191
+ "light": "transparent",
11192
+ "dark": "transparent"
11193
+ },
11194
+ "colorBackgroundStatusIndicatorInfo": {
11195
+ "light": "transparent",
11196
+ "dark": "transparent"
11197
+ },
11198
+ "colorBackgroundStatusIndicatorNeutral": {
11199
+ "light": "transparent",
11200
+ "dark": "transparent"
11201
+ },
11029
11202
  "colorBackgroundChatBubbleOutgoing": {
11030
11203
  "light": "transparent",
11031
11204
  "dark": "transparent"
@@ -11634,6 +11807,10 @@ export var preset = {
11634
11807
  "light": "{colorTextFormLabel}",
11635
11808
  "dark": "{colorTextFormLabel}"
11636
11809
  },
11810
+ "colorTextKeyValuePairsValue": {
11811
+ "light": "{colorTextBodyDefault}",
11812
+ "dark": "{colorTextBodyDefault}"
11813
+ },
11637
11814
  "colorTextLayoutToggle": {
11638
11815
  "light": "{colorWhite}",
11639
11816
  "dark": "{colorWhite}"
@@ -12267,6 +12444,11 @@ export var preset = {
12267
12444
  "colorBackgroundAvatarDefault": "color",
12268
12445
  "colorTextAvatar": "color",
12269
12446
  "colorBackgroundLoadingBarGenAi": "color",
12447
+ "colorBackgroundStatusIndicatorError": "color",
12448
+ "colorBackgroundStatusIndicatorWarning": "color",
12449
+ "colorBackgroundStatusIndicatorSuccess": "color",
12450
+ "colorBackgroundStatusIndicatorInfo": "color",
12451
+ "colorBackgroundStatusIndicatorNeutral": "color",
12270
12452
  "colorBackgroundChatBubbleOutgoing": "color",
12271
12453
  "colorBackgroundChatBubbleIncoming": "color",
12272
12454
  "colorTextChatBubbleOutgoing": "color",
@@ -12419,6 +12601,7 @@ export var preset = {
12419
12601
  "colorTextInteractiveInvertedHover": "color",
12420
12602
  "colorTextInverted": "color",
12421
12603
  "colorTextLabel": "color",
12604
+ "colorTextKeyValuePairsValue": "color",
12422
12605
  "colorTextLayoutToggle": "color",
12423
12606
  "colorTextLayoutToggleActive": "color",
12424
12607
  "colorTextLayoutToggleHover": "color",
@@ -12607,6 +12790,7 @@ export var preset = {
12607
12790
  "spaceActionCardContentPaddingTop": "density",
12608
12791
  "spaceOptionPaddingVertical": "density",
12609
12792
  "spaceOptionPaddingHorizontal": "density",
12793
+ "spaceStatusIndicatorPaddingHorizontal": "density",
12610
12794
  "spaceScaled2xNone": "density",
12611
12795
  "spaceScaled2xXxxs": "density",
12612
12796
  "spaceScaled2xXxs": "density",
@@ -13016,6 +13200,11 @@ export var preset = {
13016
13200
  "colorBackgroundStatusSuccess",
13017
13201
  "colorBackgroundStatusWarning",
13018
13202
  "colorBackgroundToggleCheckedDisabled",
13203
+ "colorBackgroundStatusIndicatorError",
13204
+ "colorBackgroundStatusIndicatorWarning",
13205
+ "colorBackgroundStatusIndicatorSuccess",
13206
+ "colorBackgroundStatusIndicatorInfo",
13207
+ "colorBackgroundStatusIndicatorNeutral",
13019
13208
  "colorBackgroundChatBubbleOutgoing",
13020
13209
  "colorBackgroundChatBubbleIncoming",
13021
13210
  "colorTextChatBubbleOutgoing",
@@ -13108,6 +13297,7 @@ export var preset = {
13108
13297
  "colorTextInteractiveInvertedDefault",
13109
13298
  "colorTextInteractiveInvertedHover",
13110
13299
  "colorTextLabel",
13300
+ "colorTextKeyValuePairsValue",
13111
13301
  "colorTextLayoutToggle",
13112
13302
  "colorTextLayoutToggleActive",
13113
13303
  "colorTextLayoutToggleHover",
@@ -13199,6 +13389,8 @@ export var preset = {
13199
13389
  "lineHeightHeadingXs",
13200
13390
  "lineHeightKeyValuePairsLabel",
13201
13391
  "lineHeightTabs",
13392
+ "borderRadiusActionCardDefault",
13393
+ "borderRadiusActionCardEmbedded",
13202
13394
  "borderRadiusAlert",
13203
13395
  "borderRadiusBadge",
13204
13396
  "borderRadiusButton",
@@ -13211,37 +13403,36 @@ export var preset = {
13211
13403
  "borderRadiusDropdown",
13212
13404
  "borderRadiusDropzone",
13213
13405
  "borderRadiusFlashbar",
13214
- "borderRadiusItem",
13215
13406
  "borderRadiusInput",
13407
+ "borderRadiusItem",
13216
13408
  "borderRadiusPopover",
13409
+ "borderRadiusStatusIndicator",
13217
13410
  "borderRadiusTabsFocusRing",
13218
13411
  "borderRadiusTiles",
13219
13412
  "borderRadiusToken",
13220
13413
  "borderRadiusTutorialPanelItem",
13221
- "borderWidthCard",
13222
- "borderWidthCardSelected",
13223
- "borderWidthItemSelected",
13414
+ "borderWidthActionCardActive",
13415
+ "borderWidthActionCardDefault",
13416
+ "borderWidthActionCardDisabled",
13417
+ "borderWidthActionCardHover",
13224
13418
  "borderWidthAlert",
13225
- "borderWidthAlertBlockStart",
13226
13419
  "borderWidthAlertBlockEnd",
13227
- "borderWidthAlertInlineStart",
13420
+ "borderWidthAlertBlockStart",
13228
13421
  "borderWidthAlertInlineEnd",
13422
+ "borderWidthAlertInlineStart",
13229
13423
  "borderWidthButton",
13424
+ "borderWidthCard",
13425
+ "borderWidthCardSelected",
13230
13426
  "borderWidthDropdown",
13231
13427
  "borderWidthField",
13232
- "borderWidthPopover",
13233
- "borderWidthToken",
13234
- "borderWidthIconSmall",
13235
- "borderWidthIconNormal",
13236
- "borderWidthIconMedium",
13237
13428
  "borderWidthIconBig",
13238
13429
  "borderWidthIconLarge",
13239
- "borderRadiusActionCardDefault",
13240
- "borderRadiusActionCardEmbedded",
13241
- "borderWidthActionCardDefault",
13242
- "borderWidthActionCardHover",
13243
- "borderWidthActionCardActive",
13244
- "borderWidthActionCardDisabled",
13430
+ "borderWidthIconMedium",
13431
+ "borderWidthIconNormal",
13432
+ "borderWidthIconSmall",
13433
+ "borderWidthItemSelected",
13434
+ "borderWidthPopover",
13435
+ "borderWidthToken",
13245
13436
  "sizeVerticalInput",
13246
13437
  "spaceAlertVertical",
13247
13438
  "spaceButtonHorizontal",
@@ -13257,6 +13448,7 @@ export var preset = {
13257
13448
  "spaceActionCardHorizontalEmbedded",
13258
13449
  "spaceActionCardVerticalDefault",
13259
13450
  "spaceActionCardVerticalEmbedded",
13451
+ "spaceStatusIndicatorPaddingHorizontal",
13260
13452
  "shadowCard"
13261
13453
  ],
13262
13454
  "exposed": [
@@ -13660,50 +13852,50 @@ export var preset = {
13660
13852
  "lineHeightHeadingXl",
13661
13853
  "lineHeightHeadingXs",
13662
13854
  "lineHeightTabs",
13855
+ "borderRadiusActionCardDefault",
13856
+ "borderRadiusActionCardEmbedded",
13663
13857
  "borderRadiusAlert",
13664
13858
  "borderRadiusBadge",
13665
13859
  "borderRadiusButton",
13666
13860
  "borderRadiusCalendarDayFocusRing",
13667
13861
  "borderRadiusCardDefault",
13668
13862
  "borderRadiusCardEmbedded",
13863
+ "borderRadiusChatBubble",
13669
13864
  "borderRadiusContainer",
13670
13865
  "borderRadiusControlCircularFocusRing",
13671
13866
  "borderRadiusControlDefaultFocusRing",
13672
13867
  "borderRadiusDropdown",
13673
13868
  "borderRadiusDropzone",
13674
13869
  "borderRadiusFlashbar",
13675
- "borderRadiusItem",
13676
13870
  "borderRadiusInput",
13871
+ "borderRadiusItem",
13677
13872
  "borderRadiusPopover",
13678
13873
  "borderRadiusTabsFocusRing",
13679
13874
  "borderRadiusTiles",
13680
13875
  "borderRadiusToken",
13681
- "borderRadiusChatBubble",
13682
13876
  "borderRadiusTutorialPanelItem",
13683
- "borderWidthCard",
13684
- "borderWidthCardSelected",
13685
- "borderWidthItemSelected",
13877
+ "borderWidthActionCardActive",
13878
+ "borderWidthActionCardDefault",
13879
+ "borderWidthActionCardDisabled",
13880
+ "borderWidthActionCardHover",
13686
13881
  "borderWidthAlert",
13687
- "borderWidthAlertBlockStart",
13688
13882
  "borderWidthAlertBlockEnd",
13689
- "borderWidthAlertInlineStart",
13883
+ "borderWidthAlertBlockStart",
13690
13884
  "borderWidthAlertInlineEnd",
13885
+ "borderWidthAlertInlineStart",
13691
13886
  "borderWidthButton",
13887
+ "borderWidthCard",
13888
+ "borderWidthCardSelected",
13692
13889
  "borderWidthDropdown",
13693
13890
  "borderWidthField",
13694
- "borderWidthPopover",
13695
- "borderWidthToken",
13696
- "borderWidthIconSmall",
13697
- "borderWidthIconNormal",
13698
- "borderWidthIconMedium",
13699
13891
  "borderWidthIconBig",
13700
13892
  "borderWidthIconLarge",
13701
- "borderRadiusActionCardDefault",
13702
- "borderRadiusActionCardEmbedded",
13703
- "borderWidthActionCardDefault",
13704
- "borderWidthActionCardHover",
13705
- "borderWidthActionCardActive",
13706
- "borderWidthActionCardDisabled",
13893
+ "borderWidthIconMedium",
13894
+ "borderWidthIconNormal",
13895
+ "borderWidthIconSmall",
13896
+ "borderWidthItemSelected",
13897
+ "borderWidthPopover",
13898
+ "borderWidthToken",
13707
13899
  "motionDurationAvatarGenAiGradient",
13708
13900
  "motionDurationAvatarLoadingDots",
13709
13901
  "motionEasingAvatarGenAiGradient",
@@ -14142,6 +14334,11 @@ export var preset = {
14142
14334
  "colorBackgroundAvatarDefault": "color-background-avatar-default",
14143
14335
  "colorTextAvatar": "color-text-avatar",
14144
14336
  "colorBackgroundLoadingBarGenAi": "color-background-loading-bar-gen-ai",
14337
+ "colorBackgroundStatusIndicatorError": "color-background-status-indicator-error",
14338
+ "colorBackgroundStatusIndicatorWarning": "color-background-status-indicator-warning",
14339
+ "colorBackgroundStatusIndicatorSuccess": "color-background-status-indicator-success",
14340
+ "colorBackgroundStatusIndicatorInfo": "color-background-status-indicator-info",
14341
+ "colorBackgroundStatusIndicatorNeutral": "color-background-status-indicator-neutral",
14145
14342
  "colorBackgroundChatBubbleOutgoing": "color-background-chat-bubble-outgoing",
14146
14343
  "colorBackgroundChatBubbleIncoming": "color-background-chat-bubble-incoming",
14147
14344
  "colorTextChatBubbleOutgoing": "color-text-chat-bubble-outgoing",
@@ -14294,6 +14491,7 @@ export var preset = {
14294
14491
  "colorTextInteractiveInvertedHover": "color-text-interactive-inverted-hover",
14295
14492
  "colorTextInverted": "color-text-inverted",
14296
14493
  "colorTextLabel": "color-text-label",
14494
+ "colorTextKeyValuePairsValue": "color-text-key-value-pairs-value",
14297
14495
  "colorTextLayoutToggle": "color-text-layout-toggle",
14298
14496
  "colorTextLayoutToggleActive": "color-text-layout-toggle-active",
14299
14497
  "colorTextLayoutToggleHover": "color-text-layout-toggle-hover",
@@ -14435,61 +14633,62 @@ export var preset = {
14435
14633
  "borderLineChartDashArray": "border-line-chart-dash-array",
14436
14634
  "borderLineChartLineJoin": "border-line-chart-line-join",
14437
14635
  "borderLineChartWidth": "border-line-chart-width",
14636
+ "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
14637
+ "borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
14438
14638
  "borderPanelHeaderWidth": "border-panel-header-width",
14439
14639
  "borderPanelTopWidth": "border-panel-top-width",
14640
+ "borderRadiusActionCardDefault": "border-radius-action-card-default",
14641
+ "borderRadiusActionCardEmbedded": "border-radius-action-card-embedded",
14440
14642
  "borderRadiusAlert": "border-radius-alert",
14441
14643
  "borderRadiusBadge": "border-radius-badge",
14442
14644
  "borderRadiusButton": "border-radius-button",
14443
14645
  "borderRadiusCalendarDayFocusRing": "border-radius-calendar-day-focus-ring",
14444
- "borderRadiusCodeEditor": "border-radius-code-editor",
14445
14646
  "borderRadiusCardDefault": "border-radius-card-default",
14446
14647
  "borderRadiusCardEmbedded": "border-radius-card-embedded",
14447
- "borderRadiusItemCardDefault": "border-radius-item-card-default",
14448
- "borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
14648
+ "borderRadiusChatBubble": "border-radius-chat-bubble",
14649
+ "borderRadiusCodeEditor": "border-radius-code-editor",
14449
14650
  "borderRadiusContainer": "border-radius-container",
14450
14651
  "borderRadiusControlCircularFocusRing": "border-radius-control-circular-focus-ring",
14451
14652
  "borderRadiusControlDefaultFocusRing": "border-radius-control-default-focus-ring",
14452
14653
  "borderRadiusDropdown": "border-radius-dropdown",
14453
14654
  "borderRadiusDropzone": "border-radius-dropzone",
14454
14655
  "borderRadiusFlashbar": "border-radius-flashbar",
14455
- "borderRadiusItem": "border-radius-item",
14456
14656
  "borderRadiusInput": "border-radius-input",
14657
+ "borderRadiusItem": "border-radius-item",
14658
+ "borderRadiusItemCardDefault": "border-radius-item-card-default",
14659
+ "borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
14457
14660
  "borderRadiusPopover": "border-radius-popover",
14661
+ "borderRadiusSkeleton": "border-radius-skeleton",
14662
+ "borderRadiusStatusIndicator": "border-radius-status-indicator",
14458
14663
  "borderRadiusTabsFocusRing": "border-radius-tabs-focus-ring",
14459
14664
  "borderRadiusTiles": "border-radius-tiles",
14460
14665
  "borderRadiusToken": "border-radius-token",
14461
- "borderRadiusChatBubble": "border-radius-chat-bubble",
14462
14666
  "borderRadiusTutorialPanelItem": "border-radius-tutorial-panel-item",
14463
14667
  "borderTableStickyWidth": "border-table-sticky-width",
14464
- "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
14465
- "borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
14466
- "borderWidthCard": "border-width-card",
14467
- "borderWidthCardSelected": "border-width-card-selected",
14468
- "borderWidthItemCard": "border-width-item-card",
14469
- "borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
14470
- "borderWidthItemSelected": "border-width-item-selected",
14668
+ "borderWidthActionCardActive": "border-width-action-card-active",
14669
+ "borderWidthActionCardDefault": "border-width-action-card-default",
14670
+ "borderWidthActionCardDisabled": "border-width-action-card-disabled",
14671
+ "borderWidthActionCardHover": "border-width-action-card-hover",
14471
14672
  "borderWidthAlert": "border-width-alert",
14472
- "borderWidthAlertBlockStart": "border-width-alert-block-start",
14473
14673
  "borderWidthAlertBlockEnd": "border-width-alert-block-end",
14474
- "borderWidthAlertInlineStart": "border-width-alert-inline-start",
14674
+ "borderWidthAlertBlockStart": "border-width-alert-block-start",
14475
14675
  "borderWidthAlertInlineEnd": "border-width-alert-inline-end",
14676
+ "borderWidthAlertInlineStart": "border-width-alert-inline-start",
14476
14677
  "borderWidthButton": "border-width-button",
14678
+ "borderWidthCard": "border-width-card",
14679
+ "borderWidthCardSelected": "border-width-card-selected",
14477
14680
  "borderWidthDropdown": "border-width-dropdown",
14478
14681
  "borderWidthField": "border-width-field",
14479
- "borderWidthPopover": "border-width-popover",
14480
- "borderWidthToken": "border-width-token",
14481
- "borderWidthIconSmall": "border-width-icon-small",
14482
- "borderWidthIconNormal": "border-width-icon-normal",
14483
- "borderWidthIconMedium": "border-width-icon-medium",
14484
14682
  "borderWidthIconBig": "border-width-icon-big",
14485
14683
  "borderWidthIconLarge": "border-width-icon-large",
14486
- "borderRadiusActionCardDefault": "border-radius-action-card-default",
14487
- "borderRadiusActionCardEmbedded": "border-radius-action-card-embedded",
14488
- "borderWidthActionCardDefault": "border-width-action-card-default",
14489
- "borderWidthActionCardHover": "border-width-action-card-hover",
14490
- "borderWidthActionCardActive": "border-width-action-card-active",
14491
- "borderWidthActionCardDisabled": "border-width-action-card-disabled",
14492
- "borderRadiusSkeleton": "border-radius-skeleton",
14684
+ "borderWidthIconMedium": "border-width-icon-medium",
14685
+ "borderWidthIconNormal": "border-width-icon-normal",
14686
+ "borderWidthIconSmall": "border-width-icon-small",
14687
+ "borderWidthItemCard": "border-width-item-card",
14688
+ "borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
14689
+ "borderWidthItemSelected": "border-width-item-selected",
14690
+ "borderWidthPopover": "border-width-popover",
14691
+ "borderWidthToken": "border-width-token",
14493
14692
  "motionDurationExtraFast": "motion-duration-extra-fast",
14494
14693
  "motionDurationExtraSlow": "motion-duration-extra-slow",
14495
14694
  "motionDurationFast": "motion-duration-fast",
@@ -14619,6 +14818,7 @@ export var preset = {
14619
14818
  "spaceActionCardContentPaddingTop": "space-action-card-content-padding-top",
14620
14819
  "spaceOptionPaddingVertical": "space-option-padding-vertical",
14621
14820
  "spaceOptionPaddingHorizontal": "space-option-padding-horizontal",
14821
+ "spaceStatusIndicatorPaddingHorizontal": "space-status-indicator-padding-horizontal",
14622
14822
  "spaceScaled2xNone": "space-scaled-2x-none",
14623
14823
  "spaceScaled2xXxxs": "space-scaled-2x-xxxs",
14624
14824
  "spaceScaled2xXxs": "space-scaled-2x-xxs",
@@ -15061,6 +15261,11 @@ export var preset = {
15061
15261
  "colorBackgroundAvatarDefault": "--color-background-avatar-default-t427xm",
15062
15262
  "colorTextAvatar": "--color-text-avatar-kuhkoa",
15063
15263
  "colorBackgroundLoadingBarGenAi": "--color-background-loading-bar-gen-ai-tey70i",
15264
+ "colorBackgroundStatusIndicatorError": "--color-background-status-indicator-error-txnmnb",
15265
+ "colorBackgroundStatusIndicatorWarning": "--color-background-status-indicator-warning-xf3dw4",
15266
+ "colorBackgroundStatusIndicatorSuccess": "--color-background-status-indicator-success-o8ig5c",
15267
+ "colorBackgroundStatusIndicatorInfo": "--color-background-status-indicator-info-nqw7od",
15268
+ "colorBackgroundStatusIndicatorNeutral": "--color-background-status-indicator-neutral-psqqh7",
15064
15269
  "colorBackgroundChatBubbleOutgoing": "--color-background-chat-bubble-outgoing-ay6nj3",
15065
15270
  "colorBackgroundChatBubbleIncoming": "--color-background-chat-bubble-incoming-j38cew",
15066
15271
  "colorTextChatBubbleOutgoing": "--color-text-chat-bubble-outgoing-f3r63s",
@@ -15213,6 +15418,7 @@ export var preset = {
15213
15418
  "colorTextInteractiveInvertedHover": "--color-text-interactive-inverted-hover-65rnp7",
15214
15419
  "colorTextInverted": "--color-text-inverted-4v4dmq",
15215
15420
  "colorTextLabel": "--color-text-label-28gfmc",
15421
+ "colorTextKeyValuePairsValue": "--color-text-key-value-pairs-value-pezok9",
15216
15422
  "colorTextLayoutToggle": "--color-text-layout-toggle-1a15s3",
15217
15423
  "colorTextLayoutToggleActive": "--color-text-layout-toggle-active-ifu7qp",
15218
15424
  "colorTextLayoutToggleHover": "--color-text-layout-toggle-hover-9jwdce",
@@ -15354,61 +15560,62 @@ export var preset = {
15354
15560
  "borderLineChartDashArray": "--border-line-chart-dash-array-desefi",
15355
15561
  "borderLineChartLineJoin": "--border-line-chart-line-join-aslwou",
15356
15562
  "borderLineChartWidth": "--border-line-chart-width-tesor1",
15563
+ "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-1p0hnu",
15564
+ "borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
15357
15565
  "borderPanelHeaderWidth": "--border-panel-header-width-t1iq1m",
15358
15566
  "borderPanelTopWidth": "--border-panel-top-width-10990j",
15567
+ "borderRadiusActionCardDefault": "--border-radius-action-card-default-ejctkq",
15568
+ "borderRadiusActionCardEmbedded": "--border-radius-action-card-embedded-3y65t8",
15359
15569
  "borderRadiusAlert": "--border-radius-alert-syagf6",
15360
15570
  "borderRadiusBadge": "--border-radius-badge-exolfb",
15361
15571
  "borderRadiusButton": "--border-radius-button-7bgkcs",
15362
15572
  "borderRadiusCalendarDayFocusRing": "--border-radius-calendar-day-focus-ring-xvvbuc",
15363
- "borderRadiusCodeEditor": "--border-radius-code-editor-5palck",
15364
15573
  "borderRadiusCardDefault": "--border-radius-card-default-d8ipr7",
15365
15574
  "borderRadiusCardEmbedded": "--border-radius-card-embedded-fvclp8",
15366
- "borderRadiusItemCardDefault": "--border-radius-item-card-default-pi9u8q",
15367
- "borderRadiusItemCardEmbedded": "--border-radius-item-card-embedded-l0g6e3",
15575
+ "borderRadiusChatBubble": "--border-radius-chat-bubble-haafsg",
15576
+ "borderRadiusCodeEditor": "--border-radius-code-editor-5palck",
15368
15577
  "borderRadiusContainer": "--border-radius-container-nsfwmm",
15369
15578
  "borderRadiusControlCircularFocusRing": "--border-radius-control-circular-focus-ring-yjhscw",
15370
15579
  "borderRadiusControlDefaultFocusRing": "--border-radius-control-default-focus-ring-1uabki",
15371
15580
  "borderRadiusDropdown": "--border-radius-dropdown-fgc2a1",
15372
15581
  "borderRadiusDropzone": "--border-radius-dropzone-eklq14",
15373
15582
  "borderRadiusFlashbar": "--border-radius-flashbar-pp1ptu",
15374
- "borderRadiusItem": "--border-radius-item-iwaia5",
15375
15583
  "borderRadiusInput": "--border-radius-input-7q0str",
15584
+ "borderRadiusItem": "--border-radius-item-iwaia5",
15585
+ "borderRadiusItemCardDefault": "--border-radius-item-card-default-pi9u8q",
15586
+ "borderRadiusItemCardEmbedded": "--border-radius-item-card-embedded-l0g6e3",
15376
15587
  "borderRadiusPopover": "--border-radius-popover-6fqb5w",
15588
+ "borderRadiusSkeleton": "--border-radius-skeleton-9lkvfi",
15589
+ "borderRadiusStatusIndicator": "--border-radius-status-indicator-fkcvdq",
15377
15590
  "borderRadiusTabsFocusRing": "--border-radius-tabs-focus-ring-o4qku1",
15378
15591
  "borderRadiusTiles": "--border-radius-tiles-wm1vgw",
15379
15592
  "borderRadiusToken": "--border-radius-token-ycnemh",
15380
- "borderRadiusChatBubble": "--border-radius-chat-bubble-haafsg",
15381
15593
  "borderRadiusTutorialPanelItem": "--border-radius-tutorial-panel-item-ojaqxg",
15382
15594
  "borderTableStickyWidth": "--border-table-sticky-width-ai31mi",
15383
- "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-1p0hnu",
15384
- "borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
15385
- "borderWidthCard": "--border-width-card-x24gzt",
15386
- "borderWidthCardSelected": "--border-width-card-selected-01i6br",
15387
- "borderWidthItemCard": "--border-width-item-card-3wmyp3",
15388
- "borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
15389
- "borderWidthItemSelected": "--border-width-item-selected-yv93vd",
15595
+ "borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
15596
+ "borderWidthActionCardDefault": "--border-width-action-card-default-jy3kut",
15597
+ "borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
15598
+ "borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
15390
15599
  "borderWidthAlert": "--border-width-alert-tuifgy",
15391
- "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
15392
15600
  "borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
15393
- "borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
15601
+ "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
15394
15602
  "borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
15603
+ "borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
15395
15604
  "borderWidthButton": "--border-width-button-jm0qg7",
15605
+ "borderWidthCard": "--border-width-card-x24gzt",
15606
+ "borderWidthCardSelected": "--border-width-card-selected-01i6br",
15396
15607
  "borderWidthDropdown": "--border-width-dropdown-youcay",
15397
15608
  "borderWidthField": "--border-width-field-2xc78x",
15398
- "borderWidthPopover": "--border-width-popover-nflirh",
15399
- "borderWidthToken": "--border-width-token-2ukdpu",
15400
- "borderWidthIconSmall": "--border-width-icon-small-z55i5t",
15401
- "borderWidthIconNormal": "--border-width-icon-normal-9h7vj7",
15402
- "borderWidthIconMedium": "--border-width-icon-medium-b7icqv",
15403
15609
  "borderWidthIconBig": "--border-width-icon-big-ymgy42",
15404
15610
  "borderWidthIconLarge": "--border-width-icon-large-u645rg",
15405
- "borderRadiusActionCardDefault": "--border-radius-action-card-default-ejctkq",
15406
- "borderRadiusActionCardEmbedded": "--border-radius-action-card-embedded-3y65t8",
15407
- "borderWidthActionCardDefault": "--border-width-action-card-default-jy3kut",
15408
- "borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
15409
- "borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
15410
- "borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
15411
- "borderRadiusSkeleton": "--border-radius-skeleton-9lkvfi",
15611
+ "borderWidthIconMedium": "--border-width-icon-medium-b7icqv",
15612
+ "borderWidthIconNormal": "--border-width-icon-normal-9h7vj7",
15613
+ "borderWidthIconSmall": "--border-width-icon-small-z55i5t",
15614
+ "borderWidthItemCard": "--border-width-item-card-3wmyp3",
15615
+ "borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
15616
+ "borderWidthItemSelected": "--border-width-item-selected-yv93vd",
15617
+ "borderWidthPopover": "--border-width-popover-nflirh",
15618
+ "borderWidthToken": "--border-width-token-2ukdpu",
15412
15619
  "motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
15413
15620
  "motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
15414
15621
  "motionDurationFast": "--motion-duration-fast-unntf6",
@@ -15538,6 +15745,7 @@ export var preset = {
15538
15745
  "spaceActionCardContentPaddingTop": "--space-action-card-content-padding-top-bew8kj",
15539
15746
  "spaceOptionPaddingVertical": "--space-option-padding-vertical-d2srv9",
15540
15747
  "spaceOptionPaddingHorizontal": "--space-option-padding-horizontal-4taa4b",
15748
+ "spaceStatusIndicatorPaddingHorizontal": "--space-status-indicator-padding-horizontal-xv70fu",
15541
15749
  "spaceScaled2xNone": "--space-scaled-2x-none-987dp7",
15542
15750
  "spaceScaled2xXxxs": "--space-scaled-2x-xxxs-reumxj",
15543
15751
  "spaceScaled2xXxs": "--space-scaled-2x-xxs-e79hr1",