@cloudscape-design/components 3.0.1265 → 3.0.1266
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 +29 -1
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +12 -0
- package/internal/generated/styles/tokens.js +12 -0
- package/internal/generated/theming/index.cjs +177 -1
- package/internal/generated/theming/index.cjs.d.ts +72 -0
- package/internal/generated/theming/index.d.ts +72 -0
- package/internal/generated/theming/index.js +177 -1
- package/internal/manifest.json +1 -1
- package/item-card/styles.css.js +14 -14
- package/item-card/styles.scoped.css +74 -74
- package/item-card/styles.selectors.js +14 -14
- package/package.json +1 -1
|
@@ -1271,6 +1271,10 @@ module.exports.preset = {
|
|
|
1271
1271
|
"light": "{colorBackgroundContainerContent}",
|
|
1272
1272
|
"dark": "{colorBackgroundContainerContent}"
|
|
1273
1273
|
},
|
|
1274
|
+
"colorBackgroundItemCard": {
|
|
1275
|
+
"light": "{colorBackgroundCard}",
|
|
1276
|
+
"dark": "{colorBackgroundCard}"
|
|
1277
|
+
},
|
|
1274
1278
|
"colorBackgroundContainerContent": {
|
|
1275
1279
|
"light": "{colorWhite}",
|
|
1276
1280
|
"dark": "{colorNeutral850}"
|
|
@@ -1639,6 +1643,14 @@ module.exports.preset = {
|
|
|
1639
1643
|
"light": "{colorBorderItemSelected}",
|
|
1640
1644
|
"dark": "{colorBorderItemSelected}"
|
|
1641
1645
|
},
|
|
1646
|
+
"colorBorderItemCard": {
|
|
1647
|
+
"light": "{colorBorderCard}",
|
|
1648
|
+
"dark": "{colorBorderCard}"
|
|
1649
|
+
},
|
|
1650
|
+
"colorBorderItemCardHighlighted": {
|
|
1651
|
+
"light": "{colorBorderCardHighlighted}",
|
|
1652
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
1653
|
+
},
|
|
1642
1654
|
"colorBorderContainerDivider": {
|
|
1643
1655
|
"light": "transparent",
|
|
1644
1656
|
"dark": "transparent"
|
|
@@ -2343,6 +2355,8 @@ module.exports.preset = {
|
|
|
2343
2355
|
"borderRadiusCodeEditor": "{borderRadiusInput}",
|
|
2344
2356
|
"borderRadiusCardDefault": "{borderRadiusContainer}",
|
|
2345
2357
|
"borderRadiusCardEmbedded": "{borderRadiusChatBubble}",
|
|
2358
|
+
"borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
|
|
2359
|
+
"borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
|
|
2346
2360
|
"borderRadiusContainer": "16px",
|
|
2347
2361
|
"borderRadiusControlCircularFocusRing": "4px",
|
|
2348
2362
|
"borderRadiusControlDefaultFocusRing": "4px",
|
|
@@ -2362,6 +2376,8 @@ module.exports.preset = {
|
|
|
2362
2376
|
"borderLinkFocusRingShadowSpread": "2px",
|
|
2363
2377
|
"borderWidthCard": "{borderDividerSectionWidth}",
|
|
2364
2378
|
"borderWidthCardHighlighted": "{borderItemWidth}",
|
|
2379
|
+
"borderWidthItemCard": "{borderWidthCard}",
|
|
2380
|
+
"borderWidthItemCardHighlighted": "{borderWidthCardHighlighted}",
|
|
2365
2381
|
"borderWidthAlert": "2px",
|
|
2366
2382
|
"borderWidthAlertBlockStart": "{borderWidthAlert}",
|
|
2367
2383
|
"borderWidthAlertBlockEnd": "{borderWidthAlert}",
|
|
@@ -2645,6 +2661,22 @@ module.exports.preset = {
|
|
|
2645
2661
|
"comfortable": "10px",
|
|
2646
2662
|
"compact": "{spaceXs}"
|
|
2647
2663
|
},
|
|
2664
|
+
"spaceItemCardHorizontalDefault": {
|
|
2665
|
+
"comfortable": "{spaceCardHorizontalDefault}",
|
|
2666
|
+
"compact": "{spaceCardHorizontalDefault}"
|
|
2667
|
+
},
|
|
2668
|
+
"spaceItemCardHorizontalEmbedded": {
|
|
2669
|
+
"comfortable": "{spaceCardHorizontalEmbedded}",
|
|
2670
|
+
"compact": "{spaceCardHorizontalEmbedded}"
|
|
2671
|
+
},
|
|
2672
|
+
"spaceItemCardVerticalDefault": {
|
|
2673
|
+
"comfortable": "{spaceCardVerticalDefault}",
|
|
2674
|
+
"compact": "{spaceCardVerticalDefault}"
|
|
2675
|
+
},
|
|
2676
|
+
"spaceItemCardVerticalEmbedded": {
|
|
2677
|
+
"comfortable": "{spaceCardVerticalEmbedded}",
|
|
2678
|
+
"compact": "{spaceCardVerticalEmbedded}"
|
|
2679
|
+
},
|
|
2648
2680
|
"spaceCodeEditorStatusFocusOutlineGutter": {
|
|
2649
2681
|
"comfortable": "-7px",
|
|
2650
2682
|
"compact": "-7px"
|
|
@@ -2989,6 +3021,10 @@ module.exports.preset = {
|
|
|
2989
3021
|
"light": "none",
|
|
2990
3022
|
"dark": "none"
|
|
2991
3023
|
},
|
|
3024
|
+
"shadowItemCard": {
|
|
3025
|
+
"light": "{shadowCard}",
|
|
3026
|
+
"dark": "{shadowCard}"
|
|
3027
|
+
},
|
|
2992
3028
|
"shadowContainer": {
|
|
2993
3029
|
"light": "0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12)",
|
|
2994
3030
|
"dark": "0px 1px 8px 2px rgba(0, 7, 22, 0.6)"
|
|
@@ -3127,6 +3163,22 @@ module.exports.preset = {
|
|
|
3127
3163
|
"comfortable": "10px",
|
|
3128
3164
|
"compact": "{spaceXs}"
|
|
3129
3165
|
},
|
|
3166
|
+
"spaceItemCardHorizontalDefault": {
|
|
3167
|
+
"comfortable": "{spaceCardHorizontalDefault}",
|
|
3168
|
+
"compact": "{spaceCardHorizontalDefault}"
|
|
3169
|
+
},
|
|
3170
|
+
"spaceItemCardHorizontalEmbedded": {
|
|
3171
|
+
"comfortable": "{spaceCardHorizontalEmbedded}",
|
|
3172
|
+
"compact": "{spaceCardHorizontalEmbedded}"
|
|
3173
|
+
},
|
|
3174
|
+
"spaceItemCardVerticalDefault": {
|
|
3175
|
+
"comfortable": "{spaceCardVerticalDefault}",
|
|
3176
|
+
"compact": "{spaceCardVerticalDefault}"
|
|
3177
|
+
},
|
|
3178
|
+
"spaceItemCardVerticalEmbedded": {
|
|
3179
|
+
"comfortable": "{spaceCardVerticalEmbedded}",
|
|
3180
|
+
"compact": "{spaceCardVerticalEmbedded}"
|
|
3181
|
+
},
|
|
3130
3182
|
"spaceCodeEditorStatusFocusOutlineGutter": {
|
|
3131
3183
|
"comfortable": "-7px",
|
|
3132
3184
|
"compact": "-7px"
|
|
@@ -3625,6 +3677,10 @@ module.exports.preset = {
|
|
|
3625
3677
|
"light": "{colorBackgroundContainerContent}",
|
|
3626
3678
|
"dark": "{colorBackgroundContainerContent}"
|
|
3627
3679
|
},
|
|
3680
|
+
"colorBackgroundItemCard": {
|
|
3681
|
+
"light": "{colorBackgroundCard}",
|
|
3682
|
+
"dark": "{colorBackgroundCard}"
|
|
3683
|
+
},
|
|
3628
3684
|
"colorBackgroundContainerContent": {
|
|
3629
3685
|
"light": "{colorNeutral850}",
|
|
3630
3686
|
"dark": "{colorNeutral850}"
|
|
@@ -3993,6 +4049,14 @@ module.exports.preset = {
|
|
|
3993
4049
|
"light": "{colorBorderItemSelected}",
|
|
3994
4050
|
"dark": "{colorBorderItemSelected}"
|
|
3995
4051
|
},
|
|
4052
|
+
"colorBorderItemCard": {
|
|
4053
|
+
"light": "{colorBorderCard}",
|
|
4054
|
+
"dark": "{colorBorderCard}"
|
|
4055
|
+
},
|
|
4056
|
+
"colorBorderItemCardHighlighted": {
|
|
4057
|
+
"light": "{colorBorderCardHighlighted}",
|
|
4058
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
4059
|
+
},
|
|
3996
4060
|
"colorBorderContainerDivider": {
|
|
3997
4061
|
"light": "transparent",
|
|
3998
4062
|
"dark": "transparent"
|
|
@@ -4746,6 +4810,10 @@ module.exports.preset = {
|
|
|
4746
4810
|
"light": "none",
|
|
4747
4811
|
"dark": "none"
|
|
4748
4812
|
},
|
|
4813
|
+
"shadowItemCard": {
|
|
4814
|
+
"light": "{shadowCard}",
|
|
4815
|
+
"dark": "{shadowCard}"
|
|
4816
|
+
},
|
|
4749
4817
|
"shadowContainer": {
|
|
4750
4818
|
"light": "0px 1px 8px 2px rgba(0, 7, 22, 0.6)",
|
|
4751
4819
|
"dark": "0px 1px 8px 2px rgba(0, 7, 22, 0.6)"
|
|
@@ -4958,6 +5026,10 @@ module.exports.preset = {
|
|
|
4958
5026
|
"light": "{colorBackgroundContainerContent}",
|
|
4959
5027
|
"dark": "{colorBackgroundContainerContent}"
|
|
4960
5028
|
},
|
|
5029
|
+
"colorBackgroundItemCard": {
|
|
5030
|
+
"light": "{colorBackgroundCard}",
|
|
5031
|
+
"dark": "{colorBackgroundCard}"
|
|
5032
|
+
},
|
|
4961
5033
|
"colorBackgroundContainerContent": {
|
|
4962
5034
|
"light": "{colorNeutral850}",
|
|
4963
5035
|
"dark": "{colorNeutral850}"
|
|
@@ -5326,6 +5398,14 @@ module.exports.preset = {
|
|
|
5326
5398
|
"light": "{colorBorderItemSelected}",
|
|
5327
5399
|
"dark": "{colorBorderItemSelected}"
|
|
5328
5400
|
},
|
|
5401
|
+
"colorBorderItemCard": {
|
|
5402
|
+
"light": "{colorBorderCard}",
|
|
5403
|
+
"dark": "{colorBorderCard}"
|
|
5404
|
+
},
|
|
5405
|
+
"colorBorderItemCardHighlighted": {
|
|
5406
|
+
"light": "{colorBorderCardHighlighted}",
|
|
5407
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
5408
|
+
},
|
|
5329
5409
|
"colorBorderContainerDivider": {
|
|
5330
5410
|
"light": "transparent",
|
|
5331
5411
|
"dark": "transparent"
|
|
@@ -6223,6 +6303,10 @@ module.exports.preset = {
|
|
|
6223
6303
|
"light": "{colorBackgroundContainerContent}",
|
|
6224
6304
|
"dark": "{colorBackgroundContainerContent}"
|
|
6225
6305
|
},
|
|
6306
|
+
"colorBackgroundItemCard": {
|
|
6307
|
+
"light": "{colorBackgroundCard}",
|
|
6308
|
+
"dark": "{colorBackgroundCard}"
|
|
6309
|
+
},
|
|
6226
6310
|
"colorBackgroundContainerContent": {
|
|
6227
6311
|
"light": "{colorWhite}",
|
|
6228
6312
|
"dark": "{colorNeutral850}"
|
|
@@ -6591,6 +6675,14 @@ module.exports.preset = {
|
|
|
6591
6675
|
"light": "{colorBorderItemSelected}",
|
|
6592
6676
|
"dark": "{colorBorderItemSelected}"
|
|
6593
6677
|
},
|
|
6678
|
+
"colorBorderItemCard": {
|
|
6679
|
+
"light": "{colorBorderCard}",
|
|
6680
|
+
"dark": "{colorBorderCard}"
|
|
6681
|
+
},
|
|
6682
|
+
"colorBorderItemCardHighlighted": {
|
|
6683
|
+
"light": "{colorBorderCardHighlighted}",
|
|
6684
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
6685
|
+
},
|
|
6594
6686
|
"colorBorderContainerDivider": {
|
|
6595
6687
|
"light": "transparent",
|
|
6596
6688
|
"dark": "transparent"
|
|
@@ -7373,6 +7465,10 @@ module.exports.preset = {
|
|
|
7373
7465
|
"light": "{colorBackgroundContainerContent}",
|
|
7374
7466
|
"dark": "{colorBackgroundContainerContent}"
|
|
7375
7467
|
},
|
|
7468
|
+
"colorBackgroundItemCard": {
|
|
7469
|
+
"light": "{colorBackgroundCard}",
|
|
7470
|
+
"dark": "{colorBackgroundCard}"
|
|
7471
|
+
},
|
|
7376
7472
|
"colorBackgroundContainerContent": {
|
|
7377
7473
|
"light": "{colorWhite}",
|
|
7378
7474
|
"dark": "{colorNeutral850}"
|
|
@@ -7741,6 +7837,14 @@ module.exports.preset = {
|
|
|
7741
7837
|
"light": "{colorBorderItemSelected}",
|
|
7742
7838
|
"dark": "{colorBorderItemSelected}"
|
|
7743
7839
|
},
|
|
7840
|
+
"colorBorderItemCard": {
|
|
7841
|
+
"light": "{colorBorderCard}",
|
|
7842
|
+
"dark": "{colorBorderCard}"
|
|
7843
|
+
},
|
|
7844
|
+
"colorBorderItemCardHighlighted": {
|
|
7845
|
+
"light": "{colorBorderCardHighlighted}",
|
|
7846
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
7847
|
+
},
|
|
7744
7848
|
"colorBorderContainerDivider": {
|
|
7745
7849
|
"light": "transparent",
|
|
7746
7850
|
"dark": "transparent"
|
|
@@ -8523,6 +8627,10 @@ module.exports.preset = {
|
|
|
8523
8627
|
"light": "{colorBackgroundContainerContent}",
|
|
8524
8628
|
"dark": "{colorBackgroundContainerContent}"
|
|
8525
8629
|
},
|
|
8630
|
+
"colorBackgroundItemCard": {
|
|
8631
|
+
"light": "{colorBackgroundCard}",
|
|
8632
|
+
"dark": "{colorBackgroundCard}"
|
|
8633
|
+
},
|
|
8526
8634
|
"colorBackgroundContainerContent": {
|
|
8527
8635
|
"light": "{colorWhite}",
|
|
8528
8636
|
"dark": "{colorNeutral850}"
|
|
@@ -8891,6 +8999,14 @@ module.exports.preset = {
|
|
|
8891
8999
|
"light": "{colorBorderItemSelected}",
|
|
8892
9000
|
"dark": "{colorBorderItemSelected}"
|
|
8893
9001
|
},
|
|
9002
|
+
"colorBorderItemCard": {
|
|
9003
|
+
"light": "{colorBorderCard}",
|
|
9004
|
+
"dark": "{colorBorderCard}"
|
|
9005
|
+
},
|
|
9006
|
+
"colorBorderItemCardHighlighted": {
|
|
9007
|
+
"light": "{colorBorderCardHighlighted}",
|
|
9008
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
9009
|
+
},
|
|
8894
9010
|
"colorBorderContainerDivider": {
|
|
8895
9011
|
"light": "transparent",
|
|
8896
9012
|
"dark": "transparent"
|
|
@@ -9675,6 +9791,10 @@ module.exports.preset = {
|
|
|
9675
9791
|
"light": "{colorBackgroundContainerContent}",
|
|
9676
9792
|
"dark": "{colorBackgroundContainerContent}"
|
|
9677
9793
|
},
|
|
9794
|
+
"colorBackgroundItemCard": {
|
|
9795
|
+
"light": "{colorBackgroundCard}",
|
|
9796
|
+
"dark": "{colorBackgroundCard}"
|
|
9797
|
+
},
|
|
9678
9798
|
"colorBackgroundContainerContent": {
|
|
9679
9799
|
"light": "{colorNeutral850}",
|
|
9680
9800
|
"dark": "{colorNeutral850}"
|
|
@@ -10043,6 +10163,14 @@ module.exports.preset = {
|
|
|
10043
10163
|
"light": "{colorBorderItemSelected}",
|
|
10044
10164
|
"dark": "{colorBorderItemSelected}"
|
|
10045
10165
|
},
|
|
10166
|
+
"colorBorderItemCard": {
|
|
10167
|
+
"light": "{colorBorderCard}",
|
|
10168
|
+
"dark": "{colorBorderCard}"
|
|
10169
|
+
},
|
|
10170
|
+
"colorBorderItemCardHighlighted": {
|
|
10171
|
+
"light": "{colorBorderCardHighlighted}",
|
|
10172
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
10173
|
+
},
|
|
10046
10174
|
"colorBorderContainerDivider": {
|
|
10047
10175
|
"light": "transparent",
|
|
10048
10176
|
"dark": "transparent"
|
|
@@ -10993,6 +11121,7 @@ module.exports.preset = {
|
|
|
10993
11121
|
"colorBackgroundCodeEditorPaneItemHover": "color",
|
|
10994
11122
|
"colorBackgroundCodeEditorStatusBar": "color",
|
|
10995
11123
|
"colorBackgroundCard": "color",
|
|
11124
|
+
"colorBackgroundItemCard": "color",
|
|
10996
11125
|
"colorBackgroundContainerContent": "color",
|
|
10997
11126
|
"colorBackgroundContainerHeader": "color",
|
|
10998
11127
|
"colorBackgroundControlChecked": "color",
|
|
@@ -11085,6 +11214,8 @@ module.exports.preset = {
|
|
|
11085
11214
|
"colorBorderCodeEditorPaneItemHover": "color",
|
|
11086
11215
|
"colorBorderCard": "color",
|
|
11087
11216
|
"colorBorderCardHighlighted": "color",
|
|
11217
|
+
"colorBorderItemCard": "color",
|
|
11218
|
+
"colorBorderItemCardHighlighted": "color",
|
|
11088
11219
|
"colorBorderContainerDivider": "color",
|
|
11089
11220
|
"colorBorderContainerTop": "color",
|
|
11090
11221
|
"colorBorderControlChecked": "color",
|
|
@@ -11309,6 +11440,10 @@ module.exports.preset = {
|
|
|
11309
11440
|
"spaceCardHorizontalEmbedded": "density",
|
|
11310
11441
|
"spaceCardVerticalDefault": "density",
|
|
11311
11442
|
"spaceCardVerticalEmbedded": "density",
|
|
11443
|
+
"spaceItemCardHorizontalDefault": "density",
|
|
11444
|
+
"spaceItemCardHorizontalEmbedded": "density",
|
|
11445
|
+
"spaceItemCardVerticalDefault": "density",
|
|
11446
|
+
"spaceItemCardVerticalEmbedded": "density",
|
|
11312
11447
|
"spaceCodeEditorStatusFocusOutlineGutter": "density",
|
|
11313
11448
|
"spaceContainerContentTop": "density",
|
|
11314
11449
|
"spaceContainerHeaderTop": "density",
|
|
@@ -11395,6 +11530,7 @@ module.exports.preset = {
|
|
|
11395
11530
|
"spaceXxl": "density",
|
|
11396
11531
|
"spaceXxxl": "density",
|
|
11397
11532
|
"shadowCard": "color",
|
|
11533
|
+
"shadowItemCard": "color",
|
|
11398
11534
|
"shadowContainer": "color",
|
|
11399
11535
|
"shadowContainerActive": "color",
|
|
11400
11536
|
"shadowDropdown": "color",
|
|
@@ -11715,6 +11851,7 @@ module.exports.preset = {
|
|
|
11715
11851
|
"colorBackgroundButtonPrimaryDisabled",
|
|
11716
11852
|
"colorBackgroundButtonPrimaryHover",
|
|
11717
11853
|
"colorBackgroundCellShaded",
|
|
11854
|
+
"colorBackgroundCard",
|
|
11718
11855
|
"colorBackgroundContainerContent",
|
|
11719
11856
|
"colorBackgroundContainerHeader",
|
|
11720
11857
|
"colorBackgroundControlChecked",
|
|
@@ -11772,6 +11909,7 @@ module.exports.preset = {
|
|
|
11772
11909
|
"colorBorderButtonPrimaryDisabled",
|
|
11773
11910
|
"colorTextButtonPrimaryDisabled",
|
|
11774
11911
|
"colorItemSelected",
|
|
11912
|
+
"colorBorderCard",
|
|
11775
11913
|
"colorBorderContainerTop",
|
|
11776
11914
|
"colorBorderControlDefault",
|
|
11777
11915
|
"colorBorderDividerDefault",
|
|
@@ -11910,6 +12048,7 @@ module.exports.preset = {
|
|
|
11910
12048
|
"borderRadiusTiles",
|
|
11911
12049
|
"borderRadiusToken",
|
|
11912
12050
|
"borderRadiusTutorialPanelItem",
|
|
12051
|
+
"borderWidthCard",
|
|
11913
12052
|
"borderWidthAlert",
|
|
11914
12053
|
"borderWidthAlertBlockStart",
|
|
11915
12054
|
"borderWidthAlertBlockEnd",
|
|
@@ -11925,7 +12064,12 @@ module.exports.preset = {
|
|
|
11925
12064
|
"borderWidthIconMedium",
|
|
11926
12065
|
"borderWidthIconBig",
|
|
11927
12066
|
"borderWidthIconLarge",
|
|
11928
|
-
"spaceAlertVertical"
|
|
12067
|
+
"spaceAlertVertical",
|
|
12068
|
+
"spaceCardHorizontalDefault",
|
|
12069
|
+
"spaceCardHorizontalEmbedded",
|
|
12070
|
+
"spaceCardVerticalDefault",
|
|
12071
|
+
"spaceCardVerticalEmbedded",
|
|
12072
|
+
"shadowCard"
|
|
11929
12073
|
],
|
|
11930
12074
|
"exposed": [
|
|
11931
12075
|
"colorChartsRed300",
|
|
@@ -12105,6 +12249,7 @@ module.exports.preset = {
|
|
|
12105
12249
|
"colorBackgroundButtonPrimaryDisabled",
|
|
12106
12250
|
"colorBackgroundButtonPrimaryHover",
|
|
12107
12251
|
"colorBackgroundCellShaded",
|
|
12252
|
+
"colorBackgroundCard",
|
|
12108
12253
|
"colorBackgroundContainerContent",
|
|
12109
12254
|
"colorBackgroundContainerHeader",
|
|
12110
12255
|
"colorBackgroundControlChecked",
|
|
@@ -12165,6 +12310,7 @@ module.exports.preset = {
|
|
|
12165
12310
|
"colorBorderButtonPrimaryDisabled",
|
|
12166
12311
|
"colorTextButtonPrimaryDisabled",
|
|
12167
12312
|
"colorItemSelected",
|
|
12313
|
+
"colorBorderCard",
|
|
12168
12314
|
"colorBorderContainerTop",
|
|
12169
12315
|
"colorBorderControlDefault",
|
|
12170
12316
|
"colorBorderDividerDefault",
|
|
@@ -12306,6 +12452,7 @@ module.exports.preset = {
|
|
|
12306
12452
|
"borderRadiusToken",
|
|
12307
12453
|
"borderRadiusChatBubble",
|
|
12308
12454
|
"borderRadiusTutorialPanelItem",
|
|
12455
|
+
"borderWidthCard",
|
|
12309
12456
|
"borderWidthAlert",
|
|
12310
12457
|
"borderWidthAlertBlockStart",
|
|
12311
12458
|
"borderWidthAlertBlockEnd",
|
|
@@ -12335,6 +12482,10 @@ module.exports.preset = {
|
|
|
12335
12482
|
"motionKeyframesStatusIconError",
|
|
12336
12483
|
"motionKeyframesScalePopup",
|
|
12337
12484
|
"spaceAlertVertical",
|
|
12485
|
+
"spaceCardHorizontalDefault",
|
|
12486
|
+
"spaceCardHorizontalEmbedded",
|
|
12487
|
+
"spaceCardVerticalDefault",
|
|
12488
|
+
"spaceCardVerticalEmbedded",
|
|
12338
12489
|
"spaceContainerHorizontal",
|
|
12339
12490
|
"spaceFieldHorizontal",
|
|
12340
12491
|
"spaceTreeViewIndentation",
|
|
@@ -12356,6 +12507,7 @@ module.exports.preset = {
|
|
|
12356
12507
|
"spaceStaticXl",
|
|
12357
12508
|
"spaceStaticXxl",
|
|
12358
12509
|
"spaceStaticXxxl",
|
|
12510
|
+
"shadowCard",
|
|
12359
12511
|
"shadowContainerActive"
|
|
12360
12512
|
],
|
|
12361
12513
|
"variablesMap": {
|
|
@@ -12667,6 +12819,7 @@ module.exports.preset = {
|
|
|
12667
12819
|
"colorBackgroundCodeEditorPaneItemHover": "color-background-code-editor-pane-item-hover",
|
|
12668
12820
|
"colorBackgroundCodeEditorStatusBar": "color-background-code-editor-status-bar",
|
|
12669
12821
|
"colorBackgroundCard": "color-background-card",
|
|
12822
|
+
"colorBackgroundItemCard": "color-background-item-card",
|
|
12670
12823
|
"colorBackgroundContainerContent": "color-background-container-content",
|
|
12671
12824
|
"colorBackgroundContainerHeader": "color-background-container-header",
|
|
12672
12825
|
"colorBackgroundControlChecked": "color-background-control-checked",
|
|
@@ -12759,6 +12912,8 @@ module.exports.preset = {
|
|
|
12759
12912
|
"colorBorderCodeEditorPaneItemHover": "color-border-code-editor-pane-item-hover",
|
|
12760
12913
|
"colorBorderCard": "color-border-card",
|
|
12761
12914
|
"colorBorderCardHighlighted": "color-border-card-highlighted",
|
|
12915
|
+
"colorBorderItemCard": "color-border-item-card",
|
|
12916
|
+
"colorBorderItemCardHighlighted": "color-border-item-card-highlighted",
|
|
12762
12917
|
"colorBorderContainerDivider": "color-border-container-divider",
|
|
12763
12918
|
"colorBorderContainerTop": "color-border-container-top",
|
|
12764
12919
|
"colorBorderControlChecked": "color-border-control-checked",
|
|
@@ -12992,6 +13147,8 @@ module.exports.preset = {
|
|
|
12992
13147
|
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
12993
13148
|
"borderRadiusCardDefault": "border-radius-card-default",
|
|
12994
13149
|
"borderRadiusCardEmbedded": "border-radius-card-embedded",
|
|
13150
|
+
"borderRadiusItemCardDefault": "border-radius-item-card-default",
|
|
13151
|
+
"borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
|
|
12995
13152
|
"borderRadiusContainer": "border-radius-container",
|
|
12996
13153
|
"borderRadiusControlCircularFocusRing": "border-radius-control-circular-focus-ring",
|
|
12997
13154
|
"borderRadiusControlDefaultFocusRing": "border-radius-control-default-focus-ring",
|
|
@@ -13011,6 +13168,8 @@ module.exports.preset = {
|
|
|
13011
13168
|
"borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
|
|
13012
13169
|
"borderWidthCard": "border-width-card",
|
|
13013
13170
|
"borderWidthCardHighlighted": "border-width-card-highlighted",
|
|
13171
|
+
"borderWidthItemCard": "border-width-item-card",
|
|
13172
|
+
"borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
|
|
13014
13173
|
"borderWidthAlert": "border-width-alert",
|
|
13015
13174
|
"borderWidthAlertBlockStart": "border-width-alert-block-start",
|
|
13016
13175
|
"borderWidthAlertBlockEnd": "border-width-alert-block-end",
|
|
@@ -13093,6 +13252,10 @@ module.exports.preset = {
|
|
|
13093
13252
|
"spaceCardHorizontalEmbedded": "space-card-horizontal-embedded",
|
|
13094
13253
|
"spaceCardVerticalDefault": "space-card-vertical-default",
|
|
13095
13254
|
"spaceCardVerticalEmbedded": "space-card-vertical-embedded",
|
|
13255
|
+
"spaceItemCardHorizontalDefault": "space-item-card-horizontal-default",
|
|
13256
|
+
"spaceItemCardHorizontalEmbedded": "space-item-card-horizontal-embedded",
|
|
13257
|
+
"spaceItemCardVerticalDefault": "space-item-card-vertical-default",
|
|
13258
|
+
"spaceItemCardVerticalEmbedded": "space-item-card-vertical-embedded",
|
|
13096
13259
|
"spaceCodeEditorStatusFocusOutlineGutter": "space-code-editor-status-focus-outline-gutter",
|
|
13097
13260
|
"spaceContainerContentTop": "space-container-content-top",
|
|
13098
13261
|
"spaceContainerHeaderTop": "space-container-header-top",
|
|
@@ -13179,6 +13342,7 @@ module.exports.preset = {
|
|
|
13179
13342
|
"spaceXxl": "space-xxl",
|
|
13180
13343
|
"spaceXxxl": "space-xxxl",
|
|
13181
13344
|
"shadowCard": "shadow-card",
|
|
13345
|
+
"shadowItemCard": "shadow-item-card",
|
|
13182
13346
|
"shadowContainer": "shadow-container",
|
|
13183
13347
|
"shadowContainerActive": "shadow-container-active",
|
|
13184
13348
|
"shadowDropdown": "shadow-dropdown",
|
|
@@ -13505,6 +13669,7 @@ module.exports.preset = {
|
|
|
13505
13669
|
"colorBackgroundCodeEditorPaneItemHover": "--color-background-code-editor-pane-item-hover-z6k9mr",
|
|
13506
13670
|
"colorBackgroundCodeEditorStatusBar": "--color-background-code-editor-status-bar-yjtxod",
|
|
13507
13671
|
"colorBackgroundCard": "--color-background-card-p5vrq0",
|
|
13672
|
+
"colorBackgroundItemCard": "--color-background-item-card-ww2wfv",
|
|
13508
13673
|
"colorBackgroundContainerContent": "--color-background-container-content-6u8rvp",
|
|
13509
13674
|
"colorBackgroundContainerHeader": "--color-background-container-header-gs3mbe",
|
|
13510
13675
|
"colorBackgroundControlChecked": "--color-background-control-checked-ka7kc2",
|
|
@@ -13597,6 +13762,8 @@ module.exports.preset = {
|
|
|
13597
13762
|
"colorBorderCodeEditorPaneItemHover": "--color-border-code-editor-pane-item-hover-wvblek",
|
|
13598
13763
|
"colorBorderCard": "--color-border-card-3n24fu",
|
|
13599
13764
|
"colorBorderCardHighlighted": "--color-border-card-highlighted-ygosod",
|
|
13765
|
+
"colorBorderItemCard": "--color-border-item-card-fia23i",
|
|
13766
|
+
"colorBorderItemCardHighlighted": "--color-border-item-card-highlighted-5l7rko",
|
|
13600
13767
|
"colorBorderContainerDivider": "--color-border-container-divider-9huz1a",
|
|
13601
13768
|
"colorBorderContainerTop": "--color-border-container-top-k3vmoz",
|
|
13602
13769
|
"colorBorderControlChecked": "--color-border-control-checked-bdv28l",
|
|
@@ -13830,6 +13997,8 @@ module.exports.preset = {
|
|
|
13830
13997
|
"borderRadiusCodeEditor": "--border-radius-code-editor-5palck",
|
|
13831
13998
|
"borderRadiusCardDefault": "--border-radius-card-default-d8ipr7",
|
|
13832
13999
|
"borderRadiusCardEmbedded": "--border-radius-card-embedded-fvclp8",
|
|
14000
|
+
"borderRadiusItemCardDefault": "--border-radius-item-card-default-pi9u8q",
|
|
14001
|
+
"borderRadiusItemCardEmbedded": "--border-radius-item-card-embedded-l0g6e3",
|
|
13833
14002
|
"borderRadiusContainer": "--border-radius-container-nsfwmm",
|
|
13834
14003
|
"borderRadiusControlCircularFocusRing": "--border-radius-control-circular-focus-ring-yjhscw",
|
|
13835
14004
|
"borderRadiusControlDefaultFocusRing": "--border-radius-control-default-focus-ring-1uabki",
|
|
@@ -13849,6 +14018,8 @@ module.exports.preset = {
|
|
|
13849
14018
|
"borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
|
|
13850
14019
|
"borderWidthCard": "--border-width-card-x24gzt",
|
|
13851
14020
|
"borderWidthCardHighlighted": "--border-width-card-highlighted-x17dhn",
|
|
14021
|
+
"borderWidthItemCard": "--border-width-item-card-3wmyp3",
|
|
14022
|
+
"borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
|
|
13852
14023
|
"borderWidthAlert": "--border-width-alert-tuifgy",
|
|
13853
14024
|
"borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
|
|
13854
14025
|
"borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
|
|
@@ -13931,6 +14102,10 @@ module.exports.preset = {
|
|
|
13931
14102
|
"spaceCardHorizontalEmbedded": "--space-card-horizontal-embedded-sasxhu",
|
|
13932
14103
|
"spaceCardVerticalDefault": "--space-card-vertical-default-e40tif",
|
|
13933
14104
|
"spaceCardVerticalEmbedded": "--space-card-vertical-embedded-30pnhg",
|
|
14105
|
+
"spaceItemCardHorizontalDefault": "--space-item-card-horizontal-default-obq2ks",
|
|
14106
|
+
"spaceItemCardHorizontalEmbedded": "--space-item-card-horizontal-embedded-e0vef5",
|
|
14107
|
+
"spaceItemCardVerticalDefault": "--space-item-card-vertical-default-ppqfu4",
|
|
14108
|
+
"spaceItemCardVerticalEmbedded": "--space-item-card-vertical-embedded-zuozef",
|
|
13934
14109
|
"spaceCodeEditorStatusFocusOutlineGutter": "--space-code-editor-status-focus-outline-gutter-o87hra",
|
|
13935
14110
|
"spaceContainerContentTop": "--space-container-content-top-1wtqrc",
|
|
13936
14111
|
"spaceContainerHeaderTop": "--space-container-header-top-am4vzw",
|
|
@@ -14017,6 +14192,7 @@ module.exports.preset = {
|
|
|
14017
14192
|
"spaceXxl": "--space-xxl-32srm4",
|
|
14018
14193
|
"spaceXxxl": "--space-xxxl-aut1u7",
|
|
14019
14194
|
"shadowCard": "--shadow-card-hmrw4q",
|
|
14195
|
+
"shadowItemCard": "--shadow-item-card-282f8w",
|
|
14020
14196
|
"shadowContainer": "--shadow-container-53ltfv",
|
|
14021
14197
|
"shadowContainerActive": "--shadow-container-active-ypjjoc",
|
|
14022
14198
|
"shadowDropdown": "--shadow-dropdown-isf0w4",
|