@cloudscape-design/components 3.0.1300 → 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.
- package/internal/base-component/styles.scoped.css +33 -26
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +33 -26
- package/internal/generated/styles/tokens.js +33 -26
- package/internal/generated/theming/index.cjs +289 -113
- package/internal/generated/theming/index.cjs.d.ts +216 -153
- package/internal/generated/theming/index.d.ts +216 -153
- package/internal/generated/theming/index.js +289 -113
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/status-indicator/styles.css.js +24 -24
- package/status-indicator/styles.scoped.css +64 -30
- package/status-indicator/styles.selectors.js +24 -24
|
@@ -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"
|
|
@@ -2501,61 +2521,62 @@ export var preset = {
|
|
|
2501
2521
|
"borderLineChartDashArray": "3 5",
|
|
2502
2522
|
"borderLineChartLineJoin": "round",
|
|
2503
2523
|
"borderLineChartWidth": "2px",
|
|
2524
|
+
"borderLinkFocusRingOutline": "0",
|
|
2525
|
+
"borderLinkFocusRingShadowSpread": "2px",
|
|
2504
2526
|
"borderPanelHeaderWidth": "1px",
|
|
2505
2527
|
"borderPanelTopWidth": "1px",
|
|
2528
|
+
"borderRadiusActionCardDefault": "{borderRadiusCardDefault}",
|
|
2529
|
+
"borderRadiusActionCardEmbedded": "{borderRadiusCardEmbedded}",
|
|
2506
2530
|
"borderRadiusAlert": "{borderRadiusFlashbar}",
|
|
2507
2531
|
"borderRadiusBadge": "4px",
|
|
2508
2532
|
"borderRadiusButton": "20px",
|
|
2509
2533
|
"borderRadiusCalendarDayFocusRing": "3px",
|
|
2510
|
-
"borderRadiusCodeEditor": "{borderRadiusInput}",
|
|
2511
2534
|
"borderRadiusCardDefault": "{borderRadiusContainer}",
|
|
2512
2535
|
"borderRadiusCardEmbedded": "{borderRadiusChatBubble}",
|
|
2513
|
-
"
|
|
2514
|
-
"
|
|
2536
|
+
"borderRadiusChatBubble": "8px",
|
|
2537
|
+
"borderRadiusCodeEditor": "{borderRadiusInput}",
|
|
2515
2538
|
"borderRadiusContainer": "16px",
|
|
2516
2539
|
"borderRadiusControlCircularFocusRing": "4px",
|
|
2517
2540
|
"borderRadiusControlDefaultFocusRing": "4px",
|
|
2518
2541
|
"borderRadiusDropdown": "{borderRadiusItem}",
|
|
2519
2542
|
"borderRadiusDropzone": "12px",
|
|
2520
2543
|
"borderRadiusFlashbar": "12px",
|
|
2521
|
-
"borderRadiusItem": "8px",
|
|
2522
2544
|
"borderRadiusInput": "8px",
|
|
2545
|
+
"borderRadiusItem": "8px",
|
|
2546
|
+
"borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
|
|
2547
|
+
"borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
|
|
2523
2548
|
"borderRadiusPopover": "{borderRadiusInput}",
|
|
2549
|
+
"borderRadiusSkeleton": "8px",
|
|
2550
|
+
"borderRadiusStatusIndicator": "{borderRadiusBadge}",
|
|
2524
2551
|
"borderRadiusTabsFocusRing": "20px",
|
|
2525
2552
|
"borderRadiusTiles": "{borderRadiusInput}",
|
|
2526
2553
|
"borderRadiusToken": "{borderRadiusInput}",
|
|
2527
|
-
"borderRadiusChatBubble": "8px",
|
|
2528
2554
|
"borderRadiusTutorialPanelItem": "{borderRadiusInput}",
|
|
2529
2555
|
"borderTableStickyWidth": "1px",
|
|
2530
|
-
"
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2533
|
-
"
|
|
2534
|
-
"borderWidthItemCard": "{borderWidthCard}",
|
|
2535
|
-
"borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
|
|
2536
|
-
"borderWidthItemSelected": "2px",
|
|
2556
|
+
"borderWidthActionCardActive": "{borderWidthCard}",
|
|
2557
|
+
"borderWidthActionCardDefault": "{borderWidthCard}",
|
|
2558
|
+
"borderWidthActionCardDisabled": "{borderWidthCard}",
|
|
2559
|
+
"borderWidthActionCardHover": "{borderWidthCard}",
|
|
2537
2560
|
"borderWidthAlert": "2px",
|
|
2538
|
-
"borderWidthAlertBlockStart": "{borderWidthAlert}",
|
|
2539
2561
|
"borderWidthAlertBlockEnd": "{borderWidthAlert}",
|
|
2540
|
-
"
|
|
2562
|
+
"borderWidthAlertBlockStart": "{borderWidthAlert}",
|
|
2541
2563
|
"borderWidthAlertInlineEnd": "{borderWidthAlert}",
|
|
2564
|
+
"borderWidthAlertInlineStart": "{borderWidthAlert}",
|
|
2542
2565
|
"borderWidthButton": "2px",
|
|
2566
|
+
"borderWidthCard": "{borderDividerSectionWidth}",
|
|
2567
|
+
"borderWidthCardSelected": "{borderItemWidth}",
|
|
2543
2568
|
"borderWidthDropdown": "2px",
|
|
2544
2569
|
"borderWidthField": "1px",
|
|
2545
|
-
"borderWidthPopover": "2px",
|
|
2546
|
-
"borderWidthToken": "2px",
|
|
2547
|
-
"borderWidthIconSmall": "2px",
|
|
2548
|
-
"borderWidthIconNormal": "2px",
|
|
2549
|
-
"borderWidthIconMedium": "2px",
|
|
2550
2570
|
"borderWidthIconBig": "3px",
|
|
2551
2571
|
"borderWidthIconLarge": "4px",
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2554
|
-
"
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2557
|
-
"
|
|
2558
|
-
"
|
|
2572
|
+
"borderWidthIconMedium": "2px",
|
|
2573
|
+
"borderWidthIconNormal": "2px",
|
|
2574
|
+
"borderWidthIconSmall": "2px",
|
|
2575
|
+
"borderWidthItemCard": "{borderWidthCard}",
|
|
2576
|
+
"borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
|
|
2577
|
+
"borderWidthItemSelected": "2px",
|
|
2578
|
+
"borderWidthPopover": "2px",
|
|
2579
|
+
"borderWidthToken": "2px",
|
|
2559
2580
|
"motionDurationExtraFast": {
|
|
2560
2581
|
"default": "45ms",
|
|
2561
2582
|
"disabled": "0ms"
|
|
@@ -3072,6 +3093,10 @@ export var preset = {
|
|
|
3072
3093
|
"comfortable": "{spaceL}",
|
|
3073
3094
|
"compact": "{spaceL}"
|
|
3074
3095
|
},
|
|
3096
|
+
"spaceStatusIndicatorPaddingHorizontal": {
|
|
3097
|
+
"comfortable": "{spaceNone}",
|
|
3098
|
+
"compact": "{spaceNone}"
|
|
3099
|
+
},
|
|
3075
3100
|
"spaceScaled2xNone": {
|
|
3076
3101
|
"comfortable": "{spaceNone}",
|
|
3077
3102
|
"compact": "{spaceNone}"
|
|
@@ -3622,6 +3647,10 @@ export var preset = {
|
|
|
3622
3647
|
"comfortable": "{spaceL}",
|
|
3623
3648
|
"compact": "{spaceL}"
|
|
3624
3649
|
},
|
|
3650
|
+
"spaceStatusIndicatorPaddingHorizontal": {
|
|
3651
|
+
"comfortable": "{spaceNone}",
|
|
3652
|
+
"compact": "{spaceNone}"
|
|
3653
|
+
},
|
|
3625
3654
|
"spaceScaled2xNone": {
|
|
3626
3655
|
"comfortable": "{spaceNone}",
|
|
3627
3656
|
"compact": "{spaceNone}"
|
|
@@ -4236,6 +4265,26 @@ export var preset = {
|
|
|
4236
4265
|
"light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
|
|
4237
4266
|
"dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
|
|
4238
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
|
+
},
|
|
4239
4288
|
"colorBackgroundChatBubbleOutgoing": {
|
|
4240
4289
|
"light": "transparent",
|
|
4241
4290
|
"dark": "transparent"
|
|
@@ -5725,6 +5774,26 @@ export var preset = {
|
|
|
5725
5774
|
"light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
|
|
5726
5775
|
"dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
|
|
5727
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
|
+
},
|
|
5728
5797
|
"colorBackgroundChatBubbleOutgoing": {
|
|
5729
5798
|
"light": "transparent",
|
|
5730
5799
|
"dark": "transparent"
|
|
@@ -7142,6 +7211,26 @@ export var preset = {
|
|
|
7142
7211
|
"light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
|
|
7143
7212
|
"dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
|
|
7144
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
|
+
},
|
|
7145
7234
|
"colorBackgroundChatBubbleOutgoing": {
|
|
7146
7235
|
"light": "transparent",
|
|
7147
7236
|
"dark": "transparent"
|
|
@@ -8444,6 +8533,26 @@ export var preset = {
|
|
|
8444
8533
|
"light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
|
|
8445
8534
|
"dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
|
|
8446
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
|
+
},
|
|
8447
8556
|
"colorBackgroundChatBubbleOutgoing": {
|
|
8448
8557
|
"light": "transparent",
|
|
8449
8558
|
"dark": "transparent"
|
|
@@ -9746,6 +9855,26 @@ export var preset = {
|
|
|
9746
9855
|
"light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
|
|
9747
9856
|
"dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
|
|
9748
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
|
+
},
|
|
9749
9878
|
"colorBackgroundChatBubbleOutgoing": {
|
|
9750
9879
|
"light": "transparent",
|
|
9751
9880
|
"dark": "transparent"
|
|
@@ -11050,6 +11179,26 @@ export var preset = {
|
|
|
11050
11179
|
"light": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)",
|
|
11051
11180
|
"dark": "linear-gradient(90deg, #b8e7ff 0%, #0099ff 10%, #5c7fff 24%, #8575ff 50%, #962eff 76%, #0099ff 90%, #b8e7ff 100%)"
|
|
11052
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
|
+
},
|
|
11053
11202
|
"colorBackgroundChatBubbleOutgoing": {
|
|
11054
11203
|
"light": "transparent",
|
|
11055
11204
|
"dark": "transparent"
|
|
@@ -12295,6 +12444,11 @@ export var preset = {
|
|
|
12295
12444
|
"colorBackgroundAvatarDefault": "color",
|
|
12296
12445
|
"colorTextAvatar": "color",
|
|
12297
12446
|
"colorBackgroundLoadingBarGenAi": "color",
|
|
12447
|
+
"colorBackgroundStatusIndicatorError": "color",
|
|
12448
|
+
"colorBackgroundStatusIndicatorWarning": "color",
|
|
12449
|
+
"colorBackgroundStatusIndicatorSuccess": "color",
|
|
12450
|
+
"colorBackgroundStatusIndicatorInfo": "color",
|
|
12451
|
+
"colorBackgroundStatusIndicatorNeutral": "color",
|
|
12298
12452
|
"colorBackgroundChatBubbleOutgoing": "color",
|
|
12299
12453
|
"colorBackgroundChatBubbleIncoming": "color",
|
|
12300
12454
|
"colorTextChatBubbleOutgoing": "color",
|
|
@@ -12636,6 +12790,7 @@ export var preset = {
|
|
|
12636
12790
|
"spaceActionCardContentPaddingTop": "density",
|
|
12637
12791
|
"spaceOptionPaddingVertical": "density",
|
|
12638
12792
|
"spaceOptionPaddingHorizontal": "density",
|
|
12793
|
+
"spaceStatusIndicatorPaddingHorizontal": "density",
|
|
12639
12794
|
"spaceScaled2xNone": "density",
|
|
12640
12795
|
"spaceScaled2xXxxs": "density",
|
|
12641
12796
|
"spaceScaled2xXxs": "density",
|
|
@@ -13045,6 +13200,11 @@ export var preset = {
|
|
|
13045
13200
|
"colorBackgroundStatusSuccess",
|
|
13046
13201
|
"colorBackgroundStatusWarning",
|
|
13047
13202
|
"colorBackgroundToggleCheckedDisabled",
|
|
13203
|
+
"colorBackgroundStatusIndicatorError",
|
|
13204
|
+
"colorBackgroundStatusIndicatorWarning",
|
|
13205
|
+
"colorBackgroundStatusIndicatorSuccess",
|
|
13206
|
+
"colorBackgroundStatusIndicatorInfo",
|
|
13207
|
+
"colorBackgroundStatusIndicatorNeutral",
|
|
13048
13208
|
"colorBackgroundChatBubbleOutgoing",
|
|
13049
13209
|
"colorBackgroundChatBubbleIncoming",
|
|
13050
13210
|
"colorTextChatBubbleOutgoing",
|
|
@@ -13229,6 +13389,8 @@ export var preset = {
|
|
|
13229
13389
|
"lineHeightHeadingXs",
|
|
13230
13390
|
"lineHeightKeyValuePairsLabel",
|
|
13231
13391
|
"lineHeightTabs",
|
|
13392
|
+
"borderRadiusActionCardDefault",
|
|
13393
|
+
"borderRadiusActionCardEmbedded",
|
|
13232
13394
|
"borderRadiusAlert",
|
|
13233
13395
|
"borderRadiusBadge",
|
|
13234
13396
|
"borderRadiusButton",
|
|
@@ -13241,37 +13403,36 @@ export var preset = {
|
|
|
13241
13403
|
"borderRadiusDropdown",
|
|
13242
13404
|
"borderRadiusDropzone",
|
|
13243
13405
|
"borderRadiusFlashbar",
|
|
13244
|
-
"borderRadiusItem",
|
|
13245
13406
|
"borderRadiusInput",
|
|
13407
|
+
"borderRadiusItem",
|
|
13246
13408
|
"borderRadiusPopover",
|
|
13409
|
+
"borderRadiusStatusIndicator",
|
|
13247
13410
|
"borderRadiusTabsFocusRing",
|
|
13248
13411
|
"borderRadiusTiles",
|
|
13249
13412
|
"borderRadiusToken",
|
|
13250
13413
|
"borderRadiusTutorialPanelItem",
|
|
13251
|
-
"
|
|
13252
|
-
"
|
|
13253
|
-
"
|
|
13414
|
+
"borderWidthActionCardActive",
|
|
13415
|
+
"borderWidthActionCardDefault",
|
|
13416
|
+
"borderWidthActionCardDisabled",
|
|
13417
|
+
"borderWidthActionCardHover",
|
|
13254
13418
|
"borderWidthAlert",
|
|
13255
|
-
"borderWidthAlertBlockStart",
|
|
13256
13419
|
"borderWidthAlertBlockEnd",
|
|
13257
|
-
"
|
|
13420
|
+
"borderWidthAlertBlockStart",
|
|
13258
13421
|
"borderWidthAlertInlineEnd",
|
|
13422
|
+
"borderWidthAlertInlineStart",
|
|
13259
13423
|
"borderWidthButton",
|
|
13424
|
+
"borderWidthCard",
|
|
13425
|
+
"borderWidthCardSelected",
|
|
13260
13426
|
"borderWidthDropdown",
|
|
13261
13427
|
"borderWidthField",
|
|
13262
|
-
"borderWidthPopover",
|
|
13263
|
-
"borderWidthToken",
|
|
13264
|
-
"borderWidthIconSmall",
|
|
13265
|
-
"borderWidthIconNormal",
|
|
13266
|
-
"borderWidthIconMedium",
|
|
13267
13428
|
"borderWidthIconBig",
|
|
13268
13429
|
"borderWidthIconLarge",
|
|
13269
|
-
"
|
|
13270
|
-
"
|
|
13271
|
-
"
|
|
13272
|
-
"
|
|
13273
|
-
"
|
|
13274
|
-
"
|
|
13430
|
+
"borderWidthIconMedium",
|
|
13431
|
+
"borderWidthIconNormal",
|
|
13432
|
+
"borderWidthIconSmall",
|
|
13433
|
+
"borderWidthItemSelected",
|
|
13434
|
+
"borderWidthPopover",
|
|
13435
|
+
"borderWidthToken",
|
|
13275
13436
|
"sizeVerticalInput",
|
|
13276
13437
|
"spaceAlertVertical",
|
|
13277
13438
|
"spaceButtonHorizontal",
|
|
@@ -13287,6 +13448,7 @@ export var preset = {
|
|
|
13287
13448
|
"spaceActionCardHorizontalEmbedded",
|
|
13288
13449
|
"spaceActionCardVerticalDefault",
|
|
13289
13450
|
"spaceActionCardVerticalEmbedded",
|
|
13451
|
+
"spaceStatusIndicatorPaddingHorizontal",
|
|
13290
13452
|
"shadowCard"
|
|
13291
13453
|
],
|
|
13292
13454
|
"exposed": [
|
|
@@ -13690,50 +13852,50 @@ export var preset = {
|
|
|
13690
13852
|
"lineHeightHeadingXl",
|
|
13691
13853
|
"lineHeightHeadingXs",
|
|
13692
13854
|
"lineHeightTabs",
|
|
13855
|
+
"borderRadiusActionCardDefault",
|
|
13856
|
+
"borderRadiusActionCardEmbedded",
|
|
13693
13857
|
"borderRadiusAlert",
|
|
13694
13858
|
"borderRadiusBadge",
|
|
13695
13859
|
"borderRadiusButton",
|
|
13696
13860
|
"borderRadiusCalendarDayFocusRing",
|
|
13697
13861
|
"borderRadiusCardDefault",
|
|
13698
13862
|
"borderRadiusCardEmbedded",
|
|
13863
|
+
"borderRadiusChatBubble",
|
|
13699
13864
|
"borderRadiusContainer",
|
|
13700
13865
|
"borderRadiusControlCircularFocusRing",
|
|
13701
13866
|
"borderRadiusControlDefaultFocusRing",
|
|
13702
13867
|
"borderRadiusDropdown",
|
|
13703
13868
|
"borderRadiusDropzone",
|
|
13704
13869
|
"borderRadiusFlashbar",
|
|
13705
|
-
"borderRadiusItem",
|
|
13706
13870
|
"borderRadiusInput",
|
|
13871
|
+
"borderRadiusItem",
|
|
13707
13872
|
"borderRadiusPopover",
|
|
13708
13873
|
"borderRadiusTabsFocusRing",
|
|
13709
13874
|
"borderRadiusTiles",
|
|
13710
13875
|
"borderRadiusToken",
|
|
13711
|
-
"borderRadiusChatBubble",
|
|
13712
13876
|
"borderRadiusTutorialPanelItem",
|
|
13713
|
-
"
|
|
13714
|
-
"
|
|
13715
|
-
"
|
|
13877
|
+
"borderWidthActionCardActive",
|
|
13878
|
+
"borderWidthActionCardDefault",
|
|
13879
|
+
"borderWidthActionCardDisabled",
|
|
13880
|
+
"borderWidthActionCardHover",
|
|
13716
13881
|
"borderWidthAlert",
|
|
13717
|
-
"borderWidthAlertBlockStart",
|
|
13718
13882
|
"borderWidthAlertBlockEnd",
|
|
13719
|
-
"
|
|
13883
|
+
"borderWidthAlertBlockStart",
|
|
13720
13884
|
"borderWidthAlertInlineEnd",
|
|
13885
|
+
"borderWidthAlertInlineStart",
|
|
13721
13886
|
"borderWidthButton",
|
|
13887
|
+
"borderWidthCard",
|
|
13888
|
+
"borderWidthCardSelected",
|
|
13722
13889
|
"borderWidthDropdown",
|
|
13723
13890
|
"borderWidthField",
|
|
13724
|
-
"borderWidthPopover",
|
|
13725
|
-
"borderWidthToken",
|
|
13726
|
-
"borderWidthIconSmall",
|
|
13727
|
-
"borderWidthIconNormal",
|
|
13728
|
-
"borderWidthIconMedium",
|
|
13729
13891
|
"borderWidthIconBig",
|
|
13730
13892
|
"borderWidthIconLarge",
|
|
13731
|
-
"
|
|
13732
|
-
"
|
|
13733
|
-
"
|
|
13734
|
-
"
|
|
13735
|
-
"
|
|
13736
|
-
"
|
|
13893
|
+
"borderWidthIconMedium",
|
|
13894
|
+
"borderWidthIconNormal",
|
|
13895
|
+
"borderWidthIconSmall",
|
|
13896
|
+
"borderWidthItemSelected",
|
|
13897
|
+
"borderWidthPopover",
|
|
13898
|
+
"borderWidthToken",
|
|
13737
13899
|
"motionDurationAvatarGenAiGradient",
|
|
13738
13900
|
"motionDurationAvatarLoadingDots",
|
|
13739
13901
|
"motionEasingAvatarGenAiGradient",
|
|
@@ -14172,6 +14334,11 @@ export var preset = {
|
|
|
14172
14334
|
"colorBackgroundAvatarDefault": "color-background-avatar-default",
|
|
14173
14335
|
"colorTextAvatar": "color-text-avatar",
|
|
14174
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",
|
|
14175
14342
|
"colorBackgroundChatBubbleOutgoing": "color-background-chat-bubble-outgoing",
|
|
14176
14343
|
"colorBackgroundChatBubbleIncoming": "color-background-chat-bubble-incoming",
|
|
14177
14344
|
"colorTextChatBubbleOutgoing": "color-text-chat-bubble-outgoing",
|
|
@@ -14466,61 +14633,62 @@ export var preset = {
|
|
|
14466
14633
|
"borderLineChartDashArray": "border-line-chart-dash-array",
|
|
14467
14634
|
"borderLineChartLineJoin": "border-line-chart-line-join",
|
|
14468
14635
|
"borderLineChartWidth": "border-line-chart-width",
|
|
14636
|
+
"borderLinkFocusRingOutline": "border-link-focus-ring-outline",
|
|
14637
|
+
"borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
|
|
14469
14638
|
"borderPanelHeaderWidth": "border-panel-header-width",
|
|
14470
14639
|
"borderPanelTopWidth": "border-panel-top-width",
|
|
14640
|
+
"borderRadiusActionCardDefault": "border-radius-action-card-default",
|
|
14641
|
+
"borderRadiusActionCardEmbedded": "border-radius-action-card-embedded",
|
|
14471
14642
|
"borderRadiusAlert": "border-radius-alert",
|
|
14472
14643
|
"borderRadiusBadge": "border-radius-badge",
|
|
14473
14644
|
"borderRadiusButton": "border-radius-button",
|
|
14474
14645
|
"borderRadiusCalendarDayFocusRing": "border-radius-calendar-day-focus-ring",
|
|
14475
|
-
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
14476
14646
|
"borderRadiusCardDefault": "border-radius-card-default",
|
|
14477
14647
|
"borderRadiusCardEmbedded": "border-radius-card-embedded",
|
|
14478
|
-
"
|
|
14479
|
-
"
|
|
14648
|
+
"borderRadiusChatBubble": "border-radius-chat-bubble",
|
|
14649
|
+
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
14480
14650
|
"borderRadiusContainer": "border-radius-container",
|
|
14481
14651
|
"borderRadiusControlCircularFocusRing": "border-radius-control-circular-focus-ring",
|
|
14482
14652
|
"borderRadiusControlDefaultFocusRing": "border-radius-control-default-focus-ring",
|
|
14483
14653
|
"borderRadiusDropdown": "border-radius-dropdown",
|
|
14484
14654
|
"borderRadiusDropzone": "border-radius-dropzone",
|
|
14485
14655
|
"borderRadiusFlashbar": "border-radius-flashbar",
|
|
14486
|
-
"borderRadiusItem": "border-radius-item",
|
|
14487
14656
|
"borderRadiusInput": "border-radius-input",
|
|
14657
|
+
"borderRadiusItem": "border-radius-item",
|
|
14658
|
+
"borderRadiusItemCardDefault": "border-radius-item-card-default",
|
|
14659
|
+
"borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
|
|
14488
14660
|
"borderRadiusPopover": "border-radius-popover",
|
|
14661
|
+
"borderRadiusSkeleton": "border-radius-skeleton",
|
|
14662
|
+
"borderRadiusStatusIndicator": "border-radius-status-indicator",
|
|
14489
14663
|
"borderRadiusTabsFocusRing": "border-radius-tabs-focus-ring",
|
|
14490
14664
|
"borderRadiusTiles": "border-radius-tiles",
|
|
14491
14665
|
"borderRadiusToken": "border-radius-token",
|
|
14492
|
-
"borderRadiusChatBubble": "border-radius-chat-bubble",
|
|
14493
14666
|
"borderRadiusTutorialPanelItem": "border-radius-tutorial-panel-item",
|
|
14494
14667
|
"borderTableStickyWidth": "border-table-sticky-width",
|
|
14495
|
-
"
|
|
14496
|
-
"
|
|
14497
|
-
"
|
|
14498
|
-
"
|
|
14499
|
-
"borderWidthItemCard": "border-width-item-card",
|
|
14500
|
-
"borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
|
|
14501
|
-
"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",
|
|
14502
14672
|
"borderWidthAlert": "border-width-alert",
|
|
14503
|
-
"borderWidthAlertBlockStart": "border-width-alert-block-start",
|
|
14504
14673
|
"borderWidthAlertBlockEnd": "border-width-alert-block-end",
|
|
14505
|
-
"
|
|
14674
|
+
"borderWidthAlertBlockStart": "border-width-alert-block-start",
|
|
14506
14675
|
"borderWidthAlertInlineEnd": "border-width-alert-inline-end",
|
|
14676
|
+
"borderWidthAlertInlineStart": "border-width-alert-inline-start",
|
|
14507
14677
|
"borderWidthButton": "border-width-button",
|
|
14678
|
+
"borderWidthCard": "border-width-card",
|
|
14679
|
+
"borderWidthCardSelected": "border-width-card-selected",
|
|
14508
14680
|
"borderWidthDropdown": "border-width-dropdown",
|
|
14509
14681
|
"borderWidthField": "border-width-field",
|
|
14510
|
-
"borderWidthPopover": "border-width-popover",
|
|
14511
|
-
"borderWidthToken": "border-width-token",
|
|
14512
|
-
"borderWidthIconSmall": "border-width-icon-small",
|
|
14513
|
-
"borderWidthIconNormal": "border-width-icon-normal",
|
|
14514
|
-
"borderWidthIconMedium": "border-width-icon-medium",
|
|
14515
14682
|
"borderWidthIconBig": "border-width-icon-big",
|
|
14516
14683
|
"borderWidthIconLarge": "border-width-icon-large",
|
|
14517
|
-
"
|
|
14518
|
-
"
|
|
14519
|
-
"
|
|
14520
|
-
"
|
|
14521
|
-
"
|
|
14522
|
-
"
|
|
14523
|
-
"
|
|
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",
|
|
14524
14692
|
"motionDurationExtraFast": "motion-duration-extra-fast",
|
|
14525
14693
|
"motionDurationExtraSlow": "motion-duration-extra-slow",
|
|
14526
14694
|
"motionDurationFast": "motion-duration-fast",
|
|
@@ -14650,6 +14818,7 @@ export var preset = {
|
|
|
14650
14818
|
"spaceActionCardContentPaddingTop": "space-action-card-content-padding-top",
|
|
14651
14819
|
"spaceOptionPaddingVertical": "space-option-padding-vertical",
|
|
14652
14820
|
"spaceOptionPaddingHorizontal": "space-option-padding-horizontal",
|
|
14821
|
+
"spaceStatusIndicatorPaddingHorizontal": "space-status-indicator-padding-horizontal",
|
|
14653
14822
|
"spaceScaled2xNone": "space-scaled-2x-none",
|
|
14654
14823
|
"spaceScaled2xXxxs": "space-scaled-2x-xxxs",
|
|
14655
14824
|
"spaceScaled2xXxs": "space-scaled-2x-xxs",
|
|
@@ -15092,6 +15261,11 @@ export var preset = {
|
|
|
15092
15261
|
"colorBackgroundAvatarDefault": "--color-background-avatar-default-t427xm",
|
|
15093
15262
|
"colorTextAvatar": "--color-text-avatar-kuhkoa",
|
|
15094
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",
|
|
15095
15269
|
"colorBackgroundChatBubbleOutgoing": "--color-background-chat-bubble-outgoing-ay6nj3",
|
|
15096
15270
|
"colorBackgroundChatBubbleIncoming": "--color-background-chat-bubble-incoming-j38cew",
|
|
15097
15271
|
"colorTextChatBubbleOutgoing": "--color-text-chat-bubble-outgoing-f3r63s",
|
|
@@ -15386,61 +15560,62 @@ export var preset = {
|
|
|
15386
15560
|
"borderLineChartDashArray": "--border-line-chart-dash-array-desefi",
|
|
15387
15561
|
"borderLineChartLineJoin": "--border-line-chart-line-join-aslwou",
|
|
15388
15562
|
"borderLineChartWidth": "--border-line-chart-width-tesor1",
|
|
15563
|
+
"borderLinkFocusRingOutline": "--border-link-focus-ring-outline-1p0hnu",
|
|
15564
|
+
"borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
|
|
15389
15565
|
"borderPanelHeaderWidth": "--border-panel-header-width-t1iq1m",
|
|
15390
15566
|
"borderPanelTopWidth": "--border-panel-top-width-10990j",
|
|
15567
|
+
"borderRadiusActionCardDefault": "--border-radius-action-card-default-ejctkq",
|
|
15568
|
+
"borderRadiusActionCardEmbedded": "--border-radius-action-card-embedded-3y65t8",
|
|
15391
15569
|
"borderRadiusAlert": "--border-radius-alert-syagf6",
|
|
15392
15570
|
"borderRadiusBadge": "--border-radius-badge-exolfb",
|
|
15393
15571
|
"borderRadiusButton": "--border-radius-button-7bgkcs",
|
|
15394
15572
|
"borderRadiusCalendarDayFocusRing": "--border-radius-calendar-day-focus-ring-xvvbuc",
|
|
15395
|
-
"borderRadiusCodeEditor": "--border-radius-code-editor-5palck",
|
|
15396
15573
|
"borderRadiusCardDefault": "--border-radius-card-default-d8ipr7",
|
|
15397
15574
|
"borderRadiusCardEmbedded": "--border-radius-card-embedded-fvclp8",
|
|
15398
|
-
"
|
|
15399
|
-
"
|
|
15575
|
+
"borderRadiusChatBubble": "--border-radius-chat-bubble-haafsg",
|
|
15576
|
+
"borderRadiusCodeEditor": "--border-radius-code-editor-5palck",
|
|
15400
15577
|
"borderRadiusContainer": "--border-radius-container-nsfwmm",
|
|
15401
15578
|
"borderRadiusControlCircularFocusRing": "--border-radius-control-circular-focus-ring-yjhscw",
|
|
15402
15579
|
"borderRadiusControlDefaultFocusRing": "--border-radius-control-default-focus-ring-1uabki",
|
|
15403
15580
|
"borderRadiusDropdown": "--border-radius-dropdown-fgc2a1",
|
|
15404
15581
|
"borderRadiusDropzone": "--border-radius-dropzone-eklq14",
|
|
15405
15582
|
"borderRadiusFlashbar": "--border-radius-flashbar-pp1ptu",
|
|
15406
|
-
"borderRadiusItem": "--border-radius-item-iwaia5",
|
|
15407
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",
|
|
15408
15587
|
"borderRadiusPopover": "--border-radius-popover-6fqb5w",
|
|
15588
|
+
"borderRadiusSkeleton": "--border-radius-skeleton-9lkvfi",
|
|
15589
|
+
"borderRadiusStatusIndicator": "--border-radius-status-indicator-fkcvdq",
|
|
15409
15590
|
"borderRadiusTabsFocusRing": "--border-radius-tabs-focus-ring-o4qku1",
|
|
15410
15591
|
"borderRadiusTiles": "--border-radius-tiles-wm1vgw",
|
|
15411
15592
|
"borderRadiusToken": "--border-radius-token-ycnemh",
|
|
15412
|
-
"borderRadiusChatBubble": "--border-radius-chat-bubble-haafsg",
|
|
15413
15593
|
"borderRadiusTutorialPanelItem": "--border-radius-tutorial-panel-item-ojaqxg",
|
|
15414
15594
|
"borderTableStickyWidth": "--border-table-sticky-width-ai31mi",
|
|
15415
|
-
"
|
|
15416
|
-
"
|
|
15417
|
-
"
|
|
15418
|
-
"
|
|
15419
|
-
"borderWidthItemCard": "--border-width-item-card-3wmyp3",
|
|
15420
|
-
"borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
|
|
15421
|
-
"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",
|
|
15422
15599
|
"borderWidthAlert": "--border-width-alert-tuifgy",
|
|
15423
|
-
"borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
|
|
15424
15600
|
"borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
|
|
15425
|
-
"
|
|
15601
|
+
"borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
|
|
15426
15602
|
"borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
|
|
15603
|
+
"borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
|
|
15427
15604
|
"borderWidthButton": "--border-width-button-jm0qg7",
|
|
15605
|
+
"borderWidthCard": "--border-width-card-x24gzt",
|
|
15606
|
+
"borderWidthCardSelected": "--border-width-card-selected-01i6br",
|
|
15428
15607
|
"borderWidthDropdown": "--border-width-dropdown-youcay",
|
|
15429
15608
|
"borderWidthField": "--border-width-field-2xc78x",
|
|
15430
|
-
"borderWidthPopover": "--border-width-popover-nflirh",
|
|
15431
|
-
"borderWidthToken": "--border-width-token-2ukdpu",
|
|
15432
|
-
"borderWidthIconSmall": "--border-width-icon-small-z55i5t",
|
|
15433
|
-
"borderWidthIconNormal": "--border-width-icon-normal-9h7vj7",
|
|
15434
|
-
"borderWidthIconMedium": "--border-width-icon-medium-b7icqv",
|
|
15435
15609
|
"borderWidthIconBig": "--border-width-icon-big-ymgy42",
|
|
15436
15610
|
"borderWidthIconLarge": "--border-width-icon-large-u645rg",
|
|
15437
|
-
"
|
|
15438
|
-
"
|
|
15439
|
-
"
|
|
15440
|
-
"
|
|
15441
|
-
"
|
|
15442
|
-
"
|
|
15443
|
-
"
|
|
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",
|
|
15444
15619
|
"motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
|
|
15445
15620
|
"motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
|
|
15446
15621
|
"motionDurationFast": "--motion-duration-fast-unntf6",
|
|
@@ -15570,6 +15745,7 @@ export var preset = {
|
|
|
15570
15745
|
"spaceActionCardContentPaddingTop": "--space-action-card-content-padding-top-bew8kj",
|
|
15571
15746
|
"spaceOptionPaddingVertical": "--space-option-padding-vertical-d2srv9",
|
|
15572
15747
|
"spaceOptionPaddingHorizontal": "--space-option-padding-horizontal-4taa4b",
|
|
15748
|
+
"spaceStatusIndicatorPaddingHorizontal": "--space-status-indicator-padding-horizontal-xv70fu",
|
|
15573
15749
|
"spaceScaled2xNone": "--space-scaled-2x-none-987dp7",
|
|
15574
15750
|
"spaceScaled2xXxxs": "--space-scaled-2x-xxxs-reumxj",
|
|
15575
15751
|
"spaceScaled2xXxs": "--space-scaled-2x-xxs-e79hr1",
|