@cloudscape-design/code-view 3.0.115 → 3.0.117
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/generated/styles/tokens.d.ts +18 -0
- package/internal/generated/styles/tokens.js +18 -0
- package/internal/generated/theming/index.cjs +209 -1
- package/internal/generated/theming/index.cjs.d.ts +135 -0
- package/internal/generated/theming/index.d.ts +135 -0
- package/internal/generated/theming/index.js +209 -1
- package/package.json +1 -1
|
@@ -1271,6 +1271,10 @@ export var 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 @@ export var 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"
|
|
@@ -2297,6 +2309,8 @@ export var preset = {
|
|
|
2297
2309
|
"fontTabsSize": "{fontSizeHeadingS}",
|
|
2298
2310
|
"fontWayfindingLinkActiveWeight": "700",
|
|
2299
2311
|
"fontWeightButton": "700",
|
|
2312
|
+
"fontWeightAlertHeader": "700",
|
|
2313
|
+
"fontWeightFlashbarHeader": "700",
|
|
2300
2314
|
"fontWeightHeadingXl": "700",
|
|
2301
2315
|
"fontWeightHeadingL": "700",
|
|
2302
2316
|
"fontWeightHeadingM": "700",
|
|
@@ -2341,6 +2355,8 @@ export var preset = {
|
|
|
2341
2355
|
"borderRadiusCodeEditor": "{borderRadiusInput}",
|
|
2342
2356
|
"borderRadiusCardDefault": "{borderRadiusContainer}",
|
|
2343
2357
|
"borderRadiusCardEmbedded": "{borderRadiusChatBubble}",
|
|
2358
|
+
"borderRadiusItemCardDefault": "{borderRadiusCardDefault}",
|
|
2359
|
+
"borderRadiusItemCardEmbedded": "{borderRadiusCardEmbedded}",
|
|
2344
2360
|
"borderRadiusContainer": "16px",
|
|
2345
2361
|
"borderRadiusControlCircularFocusRing": "4px",
|
|
2346
2362
|
"borderRadiusControlDefaultFocusRing": "4px",
|
|
@@ -2360,7 +2376,13 @@ export var preset = {
|
|
|
2360
2376
|
"borderLinkFocusRingShadowSpread": "2px",
|
|
2361
2377
|
"borderWidthCard": "{borderDividerSectionWidth}",
|
|
2362
2378
|
"borderWidthCardHighlighted": "{borderItemWidth}",
|
|
2379
|
+
"borderWidthItemCard": "{borderWidthCard}",
|
|
2380
|
+
"borderWidthItemCardHighlighted": "{borderWidthCardHighlighted}",
|
|
2363
2381
|
"borderWidthAlert": "2px",
|
|
2382
|
+
"borderWidthAlertBlockStart": "{borderWidthAlert}",
|
|
2383
|
+
"borderWidthAlertBlockEnd": "{borderWidthAlert}",
|
|
2384
|
+
"borderWidthAlertInlineStart": "{borderWidthAlert}",
|
|
2385
|
+
"borderWidthAlertInlineEnd": "{borderWidthAlert}",
|
|
2364
2386
|
"borderWidthButton": "2px",
|
|
2365
2387
|
"borderWidthDropdown": "2px",
|
|
2366
2388
|
"borderWidthField": "1px",
|
|
@@ -2639,6 +2661,22 @@ export var preset = {
|
|
|
2639
2661
|
"comfortable": "10px",
|
|
2640
2662
|
"compact": "{spaceXs}"
|
|
2641
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
|
+
},
|
|
2642
2680
|
"spaceCodeEditorStatusFocusOutlineGutter": {
|
|
2643
2681
|
"comfortable": "-7px",
|
|
2644
2682
|
"compact": "-7px"
|
|
@@ -2983,6 +3021,10 @@ export var preset = {
|
|
|
2983
3021
|
"light": "none",
|
|
2984
3022
|
"dark": "none"
|
|
2985
3023
|
},
|
|
3024
|
+
"shadowItemCard": {
|
|
3025
|
+
"light": "{shadowCard}",
|
|
3026
|
+
"dark": "{shadowCard}"
|
|
3027
|
+
},
|
|
2986
3028
|
"shadowContainer": {
|
|
2987
3029
|
"light": "0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12)",
|
|
2988
3030
|
"dark": "0px 1px 8px 2px rgba(0, 7, 22, 0.6)"
|
|
@@ -3121,6 +3163,22 @@ export var preset = {
|
|
|
3121
3163
|
"comfortable": "10px",
|
|
3122
3164
|
"compact": "{spaceXs}"
|
|
3123
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
|
+
},
|
|
3124
3182
|
"spaceCodeEditorStatusFocusOutlineGutter": {
|
|
3125
3183
|
"comfortable": "-7px",
|
|
3126
3184
|
"compact": "-7px"
|
|
@@ -3619,6 +3677,10 @@ export var preset = {
|
|
|
3619
3677
|
"light": "{colorBackgroundContainerContent}",
|
|
3620
3678
|
"dark": "{colorBackgroundContainerContent}"
|
|
3621
3679
|
},
|
|
3680
|
+
"colorBackgroundItemCard": {
|
|
3681
|
+
"light": "{colorBackgroundCard}",
|
|
3682
|
+
"dark": "{colorBackgroundCard}"
|
|
3683
|
+
},
|
|
3622
3684
|
"colorBackgroundContainerContent": {
|
|
3623
3685
|
"light": "{colorNeutral850}",
|
|
3624
3686
|
"dark": "{colorNeutral850}"
|
|
@@ -3987,6 +4049,14 @@ export var preset = {
|
|
|
3987
4049
|
"light": "{colorBorderItemSelected}",
|
|
3988
4050
|
"dark": "{colorBorderItemSelected}"
|
|
3989
4051
|
},
|
|
4052
|
+
"colorBorderItemCard": {
|
|
4053
|
+
"light": "{colorBorderCard}",
|
|
4054
|
+
"dark": "{colorBorderCard}"
|
|
4055
|
+
},
|
|
4056
|
+
"colorBorderItemCardHighlighted": {
|
|
4057
|
+
"light": "{colorBorderCardHighlighted}",
|
|
4058
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
4059
|
+
},
|
|
3990
4060
|
"colorBorderContainerDivider": {
|
|
3991
4061
|
"light": "transparent",
|
|
3992
4062
|
"dark": "transparent"
|
|
@@ -4740,6 +4810,10 @@ export var preset = {
|
|
|
4740
4810
|
"light": "none",
|
|
4741
4811
|
"dark": "none"
|
|
4742
4812
|
},
|
|
4813
|
+
"shadowItemCard": {
|
|
4814
|
+
"light": "{shadowCard}",
|
|
4815
|
+
"dark": "{shadowCard}"
|
|
4816
|
+
},
|
|
4743
4817
|
"shadowContainer": {
|
|
4744
4818
|
"light": "0px 1px 8px 2px rgba(0, 7, 22, 0.6)",
|
|
4745
4819
|
"dark": "0px 1px 8px 2px rgba(0, 7, 22, 0.6)"
|
|
@@ -4952,6 +5026,10 @@ export var preset = {
|
|
|
4952
5026
|
"light": "{colorBackgroundContainerContent}",
|
|
4953
5027
|
"dark": "{colorBackgroundContainerContent}"
|
|
4954
5028
|
},
|
|
5029
|
+
"colorBackgroundItemCard": {
|
|
5030
|
+
"light": "{colorBackgroundCard}",
|
|
5031
|
+
"dark": "{colorBackgroundCard}"
|
|
5032
|
+
},
|
|
4955
5033
|
"colorBackgroundContainerContent": {
|
|
4956
5034
|
"light": "{colorNeutral850}",
|
|
4957
5035
|
"dark": "{colorNeutral850}"
|
|
@@ -5320,6 +5398,14 @@ export var preset = {
|
|
|
5320
5398
|
"light": "{colorBorderItemSelected}",
|
|
5321
5399
|
"dark": "{colorBorderItemSelected}"
|
|
5322
5400
|
},
|
|
5401
|
+
"colorBorderItemCard": {
|
|
5402
|
+
"light": "{colorBorderCard}",
|
|
5403
|
+
"dark": "{colorBorderCard}"
|
|
5404
|
+
},
|
|
5405
|
+
"colorBorderItemCardHighlighted": {
|
|
5406
|
+
"light": "{colorBorderCardHighlighted}",
|
|
5407
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
5408
|
+
},
|
|
5323
5409
|
"colorBorderContainerDivider": {
|
|
5324
5410
|
"light": "transparent",
|
|
5325
5411
|
"dark": "transparent"
|
|
@@ -6217,6 +6303,10 @@ export var preset = {
|
|
|
6217
6303
|
"light": "{colorBackgroundContainerContent}",
|
|
6218
6304
|
"dark": "{colorBackgroundContainerContent}"
|
|
6219
6305
|
},
|
|
6306
|
+
"colorBackgroundItemCard": {
|
|
6307
|
+
"light": "{colorBackgroundCard}",
|
|
6308
|
+
"dark": "{colorBackgroundCard}"
|
|
6309
|
+
},
|
|
6220
6310
|
"colorBackgroundContainerContent": {
|
|
6221
6311
|
"light": "{colorWhite}",
|
|
6222
6312
|
"dark": "{colorNeutral850}"
|
|
@@ -6585,6 +6675,14 @@ export var preset = {
|
|
|
6585
6675
|
"light": "{colorBorderItemSelected}",
|
|
6586
6676
|
"dark": "{colorBorderItemSelected}"
|
|
6587
6677
|
},
|
|
6678
|
+
"colorBorderItemCard": {
|
|
6679
|
+
"light": "{colorBorderCard}",
|
|
6680
|
+
"dark": "{colorBorderCard}"
|
|
6681
|
+
},
|
|
6682
|
+
"colorBorderItemCardHighlighted": {
|
|
6683
|
+
"light": "{colorBorderCardHighlighted}",
|
|
6684
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
6685
|
+
},
|
|
6588
6686
|
"colorBorderContainerDivider": {
|
|
6589
6687
|
"light": "transparent",
|
|
6590
6688
|
"dark": "transparent"
|
|
@@ -7367,6 +7465,10 @@ export var preset = {
|
|
|
7367
7465
|
"light": "{colorBackgroundContainerContent}",
|
|
7368
7466
|
"dark": "{colorBackgroundContainerContent}"
|
|
7369
7467
|
},
|
|
7468
|
+
"colorBackgroundItemCard": {
|
|
7469
|
+
"light": "{colorBackgroundCard}",
|
|
7470
|
+
"dark": "{colorBackgroundCard}"
|
|
7471
|
+
},
|
|
7370
7472
|
"colorBackgroundContainerContent": {
|
|
7371
7473
|
"light": "{colorWhite}",
|
|
7372
7474
|
"dark": "{colorNeutral850}"
|
|
@@ -7735,6 +7837,14 @@ export var preset = {
|
|
|
7735
7837
|
"light": "{colorBorderItemSelected}",
|
|
7736
7838
|
"dark": "{colorBorderItemSelected}"
|
|
7737
7839
|
},
|
|
7840
|
+
"colorBorderItemCard": {
|
|
7841
|
+
"light": "{colorBorderCard}",
|
|
7842
|
+
"dark": "{colorBorderCard}"
|
|
7843
|
+
},
|
|
7844
|
+
"colorBorderItemCardHighlighted": {
|
|
7845
|
+
"light": "{colorBorderCardHighlighted}",
|
|
7846
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
7847
|
+
},
|
|
7738
7848
|
"colorBorderContainerDivider": {
|
|
7739
7849
|
"light": "transparent",
|
|
7740
7850
|
"dark": "transparent"
|
|
@@ -8517,6 +8627,10 @@ export var preset = {
|
|
|
8517
8627
|
"light": "{colorBackgroundContainerContent}",
|
|
8518
8628
|
"dark": "{colorBackgroundContainerContent}"
|
|
8519
8629
|
},
|
|
8630
|
+
"colorBackgroundItemCard": {
|
|
8631
|
+
"light": "{colorBackgroundCard}",
|
|
8632
|
+
"dark": "{colorBackgroundCard}"
|
|
8633
|
+
},
|
|
8520
8634
|
"colorBackgroundContainerContent": {
|
|
8521
8635
|
"light": "{colorWhite}",
|
|
8522
8636
|
"dark": "{colorNeutral850}"
|
|
@@ -8885,6 +8999,14 @@ export var preset = {
|
|
|
8885
8999
|
"light": "{colorBorderItemSelected}",
|
|
8886
9000
|
"dark": "{colorBorderItemSelected}"
|
|
8887
9001
|
},
|
|
9002
|
+
"colorBorderItemCard": {
|
|
9003
|
+
"light": "{colorBorderCard}",
|
|
9004
|
+
"dark": "{colorBorderCard}"
|
|
9005
|
+
},
|
|
9006
|
+
"colorBorderItemCardHighlighted": {
|
|
9007
|
+
"light": "{colorBorderCardHighlighted}",
|
|
9008
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
9009
|
+
},
|
|
8888
9010
|
"colorBorderContainerDivider": {
|
|
8889
9011
|
"light": "transparent",
|
|
8890
9012
|
"dark": "transparent"
|
|
@@ -9669,6 +9791,10 @@ export var preset = {
|
|
|
9669
9791
|
"light": "{colorBackgroundContainerContent}",
|
|
9670
9792
|
"dark": "{colorBackgroundContainerContent}"
|
|
9671
9793
|
},
|
|
9794
|
+
"colorBackgroundItemCard": {
|
|
9795
|
+
"light": "{colorBackgroundCard}",
|
|
9796
|
+
"dark": "{colorBackgroundCard}"
|
|
9797
|
+
},
|
|
9672
9798
|
"colorBackgroundContainerContent": {
|
|
9673
9799
|
"light": "{colorNeutral850}",
|
|
9674
9800
|
"dark": "{colorNeutral850}"
|
|
@@ -10037,6 +10163,14 @@ export var preset = {
|
|
|
10037
10163
|
"light": "{colorBorderItemSelected}",
|
|
10038
10164
|
"dark": "{colorBorderItemSelected}"
|
|
10039
10165
|
},
|
|
10166
|
+
"colorBorderItemCard": {
|
|
10167
|
+
"light": "{colorBorderCard}",
|
|
10168
|
+
"dark": "{colorBorderCard}"
|
|
10169
|
+
},
|
|
10170
|
+
"colorBorderItemCardHighlighted": {
|
|
10171
|
+
"light": "{colorBorderCardHighlighted}",
|
|
10172
|
+
"dark": "{colorBorderCardHighlighted}"
|
|
10173
|
+
},
|
|
10040
10174
|
"colorBorderContainerDivider": {
|
|
10041
10175
|
"light": "transparent",
|
|
10042
10176
|
"dark": "transparent"
|
|
@@ -10987,6 +11121,7 @@ export var preset = {
|
|
|
10987
11121
|
"colorBackgroundCodeEditorPaneItemHover": "color",
|
|
10988
11122
|
"colorBackgroundCodeEditorStatusBar": "color",
|
|
10989
11123
|
"colorBackgroundCard": "color",
|
|
11124
|
+
"colorBackgroundItemCard": "color",
|
|
10990
11125
|
"colorBackgroundContainerContent": "color",
|
|
10991
11126
|
"colorBackgroundContainerHeader": "color",
|
|
10992
11127
|
"colorBackgroundControlChecked": "color",
|
|
@@ -11079,6 +11214,8 @@ export var preset = {
|
|
|
11079
11214
|
"colorBorderCodeEditorPaneItemHover": "color",
|
|
11080
11215
|
"colorBorderCard": "color",
|
|
11081
11216
|
"colorBorderCardHighlighted": "color",
|
|
11217
|
+
"colorBorderItemCard": "color",
|
|
11218
|
+
"colorBorderItemCardHighlighted": "color",
|
|
11082
11219
|
"colorBorderContainerDivider": "color",
|
|
11083
11220
|
"colorBorderContainerTop": "color",
|
|
11084
11221
|
"colorBorderControlChecked": "color",
|
|
@@ -11303,6 +11440,10 @@ export var preset = {
|
|
|
11303
11440
|
"spaceCardHorizontalEmbedded": "density",
|
|
11304
11441
|
"spaceCardVerticalDefault": "density",
|
|
11305
11442
|
"spaceCardVerticalEmbedded": "density",
|
|
11443
|
+
"spaceItemCardHorizontalDefault": "density",
|
|
11444
|
+
"spaceItemCardHorizontalEmbedded": "density",
|
|
11445
|
+
"spaceItemCardVerticalDefault": "density",
|
|
11446
|
+
"spaceItemCardVerticalEmbedded": "density",
|
|
11306
11447
|
"spaceCodeEditorStatusFocusOutlineGutter": "density",
|
|
11307
11448
|
"spaceContainerContentTop": "density",
|
|
11308
11449
|
"spaceContainerHeaderTop": "density",
|
|
@@ -11389,6 +11530,7 @@ export var preset = {
|
|
|
11389
11530
|
"spaceXxl": "density",
|
|
11390
11531
|
"spaceXxxl": "density",
|
|
11391
11532
|
"shadowCard": "color",
|
|
11533
|
+
"shadowItemCard": "color",
|
|
11392
11534
|
"shadowContainer": "color",
|
|
11393
11535
|
"shadowContainerActive": "color",
|
|
11394
11536
|
"shadowDropdown": "color",
|
|
@@ -11709,6 +11851,7 @@ export var preset = {
|
|
|
11709
11851
|
"colorBackgroundButtonPrimaryDisabled",
|
|
11710
11852
|
"colorBackgroundButtonPrimaryHover",
|
|
11711
11853
|
"colorBackgroundCellShaded",
|
|
11854
|
+
"colorBackgroundCard",
|
|
11712
11855
|
"colorBackgroundContainerContent",
|
|
11713
11856
|
"colorBackgroundContainerHeader",
|
|
11714
11857
|
"colorBackgroundControlChecked",
|
|
@@ -11766,6 +11909,7 @@ export var preset = {
|
|
|
11766
11909
|
"colorBorderButtonPrimaryDisabled",
|
|
11767
11910
|
"colorTextButtonPrimaryDisabled",
|
|
11768
11911
|
"colorItemSelected",
|
|
11912
|
+
"colorBorderCard",
|
|
11769
11913
|
"colorBorderContainerTop",
|
|
11770
11914
|
"colorBorderControlDefault",
|
|
11771
11915
|
"colorBorderDividerDefault",
|
|
@@ -11864,6 +12008,8 @@ export var preset = {
|
|
|
11864
12008
|
"fontSizeHeadingS",
|
|
11865
12009
|
"fontSizeHeadingXs",
|
|
11866
12010
|
"fontWeightButton",
|
|
12011
|
+
"fontWeightAlertHeader",
|
|
12012
|
+
"fontWeightFlashbarHeader",
|
|
11867
12013
|
"fontWeightHeadingXl",
|
|
11868
12014
|
"fontWeightHeadingL",
|
|
11869
12015
|
"fontWeightHeadingM",
|
|
@@ -11902,7 +12048,12 @@ export var preset = {
|
|
|
11902
12048
|
"borderRadiusTiles",
|
|
11903
12049
|
"borderRadiusToken",
|
|
11904
12050
|
"borderRadiusTutorialPanelItem",
|
|
12051
|
+
"borderWidthCard",
|
|
11905
12052
|
"borderWidthAlert",
|
|
12053
|
+
"borderWidthAlertBlockStart",
|
|
12054
|
+
"borderWidthAlertBlockEnd",
|
|
12055
|
+
"borderWidthAlertInlineStart",
|
|
12056
|
+
"borderWidthAlertInlineEnd",
|
|
11906
12057
|
"borderWidthButton",
|
|
11907
12058
|
"borderWidthDropdown",
|
|
11908
12059
|
"borderWidthField",
|
|
@@ -11912,7 +12063,13 @@ export var preset = {
|
|
|
11912
12063
|
"borderWidthIconNormal",
|
|
11913
12064
|
"borderWidthIconMedium",
|
|
11914
12065
|
"borderWidthIconBig",
|
|
11915
|
-
"borderWidthIconLarge"
|
|
12066
|
+
"borderWidthIconLarge",
|
|
12067
|
+
"spaceAlertVertical",
|
|
12068
|
+
"spaceCardHorizontalDefault",
|
|
12069
|
+
"spaceCardHorizontalEmbedded",
|
|
12070
|
+
"spaceCardVerticalDefault",
|
|
12071
|
+
"spaceCardVerticalEmbedded",
|
|
12072
|
+
"shadowCard"
|
|
11916
12073
|
],
|
|
11917
12074
|
"exposed": [
|
|
11918
12075
|
"colorChartsRed300",
|
|
@@ -12092,6 +12249,7 @@ export var preset = {
|
|
|
12092
12249
|
"colorBackgroundButtonPrimaryDisabled",
|
|
12093
12250
|
"colorBackgroundButtonPrimaryHover",
|
|
12094
12251
|
"colorBackgroundCellShaded",
|
|
12252
|
+
"colorBackgroundCard",
|
|
12095
12253
|
"colorBackgroundContainerContent",
|
|
12096
12254
|
"colorBackgroundContainerHeader",
|
|
12097
12255
|
"colorBackgroundControlChecked",
|
|
@@ -12152,6 +12310,7 @@ export var preset = {
|
|
|
12152
12310
|
"colorBorderButtonPrimaryDisabled",
|
|
12153
12311
|
"colorTextButtonPrimaryDisabled",
|
|
12154
12312
|
"colorItemSelected",
|
|
12313
|
+
"colorBorderCard",
|
|
12155
12314
|
"colorBorderContainerTop",
|
|
12156
12315
|
"colorBorderControlDefault",
|
|
12157
12316
|
"colorBorderDividerDefault",
|
|
@@ -12252,6 +12411,8 @@ export var preset = {
|
|
|
12252
12411
|
"fontSizeHeadingS",
|
|
12253
12412
|
"fontSizeHeadingXs",
|
|
12254
12413
|
"fontWeightButton",
|
|
12414
|
+
"fontWeightAlertHeader",
|
|
12415
|
+
"fontWeightFlashbarHeader",
|
|
12255
12416
|
"fontWeightHeadingXl",
|
|
12256
12417
|
"fontWeightHeadingL",
|
|
12257
12418
|
"fontWeightHeadingM",
|
|
@@ -12291,7 +12452,12 @@ export var preset = {
|
|
|
12291
12452
|
"borderRadiusToken",
|
|
12292
12453
|
"borderRadiusChatBubble",
|
|
12293
12454
|
"borderRadiusTutorialPanelItem",
|
|
12455
|
+
"borderWidthCard",
|
|
12294
12456
|
"borderWidthAlert",
|
|
12457
|
+
"borderWidthAlertBlockStart",
|
|
12458
|
+
"borderWidthAlertBlockEnd",
|
|
12459
|
+
"borderWidthAlertInlineStart",
|
|
12460
|
+
"borderWidthAlertInlineEnd",
|
|
12295
12461
|
"borderWidthButton",
|
|
12296
12462
|
"borderWidthDropdown",
|
|
12297
12463
|
"borderWidthField",
|
|
@@ -12315,6 +12481,11 @@ export var preset = {
|
|
|
12315
12481
|
"motionKeyframesFadeOut",
|
|
12316
12482
|
"motionKeyframesStatusIconError",
|
|
12317
12483
|
"motionKeyframesScalePopup",
|
|
12484
|
+
"spaceAlertVertical",
|
|
12485
|
+
"spaceCardHorizontalDefault",
|
|
12486
|
+
"spaceCardHorizontalEmbedded",
|
|
12487
|
+
"spaceCardVerticalDefault",
|
|
12488
|
+
"spaceCardVerticalEmbedded",
|
|
12318
12489
|
"spaceContainerHorizontal",
|
|
12319
12490
|
"spaceFieldHorizontal",
|
|
12320
12491
|
"spaceTreeViewIndentation",
|
|
@@ -12336,6 +12507,7 @@ export var preset = {
|
|
|
12336
12507
|
"spaceStaticXl",
|
|
12337
12508
|
"spaceStaticXxl",
|
|
12338
12509
|
"spaceStaticXxxl",
|
|
12510
|
+
"shadowCard",
|
|
12339
12511
|
"shadowContainerActive"
|
|
12340
12512
|
],
|
|
12341
12513
|
"variablesMap": {
|
|
@@ -12647,6 +12819,7 @@ export var preset = {
|
|
|
12647
12819
|
"colorBackgroundCodeEditorPaneItemHover": "color-background-code-editor-pane-item-hover",
|
|
12648
12820
|
"colorBackgroundCodeEditorStatusBar": "color-background-code-editor-status-bar",
|
|
12649
12821
|
"colorBackgroundCard": "color-background-card",
|
|
12822
|
+
"colorBackgroundItemCard": "color-background-item-card",
|
|
12650
12823
|
"colorBackgroundContainerContent": "color-background-container-content",
|
|
12651
12824
|
"colorBackgroundContainerHeader": "color-background-container-header",
|
|
12652
12825
|
"colorBackgroundControlChecked": "color-background-control-checked",
|
|
@@ -12739,6 +12912,8 @@ export var preset = {
|
|
|
12739
12912
|
"colorBorderCodeEditorPaneItemHover": "color-border-code-editor-pane-item-hover",
|
|
12740
12913
|
"colorBorderCard": "color-border-card",
|
|
12741
12914
|
"colorBorderCardHighlighted": "color-border-card-highlighted",
|
|
12915
|
+
"colorBorderItemCard": "color-border-item-card",
|
|
12916
|
+
"colorBorderItemCardHighlighted": "color-border-item-card-highlighted",
|
|
12742
12917
|
"colorBorderContainerDivider": "color-border-container-divider",
|
|
12743
12918
|
"colorBorderContainerTop": "color-border-container-top",
|
|
12744
12919
|
"colorBorderControlChecked": "color-border-control-checked",
|
|
@@ -12926,6 +13101,8 @@ export var preset = {
|
|
|
12926
13101
|
"fontTabsSize": "font-tabs-size",
|
|
12927
13102
|
"fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
|
|
12928
13103
|
"fontWeightButton": "font-weight-button",
|
|
13104
|
+
"fontWeightAlertHeader": "font-weight-alert-header",
|
|
13105
|
+
"fontWeightFlashbarHeader": "font-weight-flashbar-header",
|
|
12929
13106
|
"fontWeightHeadingXl": "font-weight-heading-xl",
|
|
12930
13107
|
"fontWeightHeadingL": "font-weight-heading-l",
|
|
12931
13108
|
"fontWeightHeadingM": "font-weight-heading-m",
|
|
@@ -12970,6 +13147,8 @@ export var preset = {
|
|
|
12970
13147
|
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
12971
13148
|
"borderRadiusCardDefault": "border-radius-card-default",
|
|
12972
13149
|
"borderRadiusCardEmbedded": "border-radius-card-embedded",
|
|
13150
|
+
"borderRadiusItemCardDefault": "border-radius-item-card-default",
|
|
13151
|
+
"borderRadiusItemCardEmbedded": "border-radius-item-card-embedded",
|
|
12973
13152
|
"borderRadiusContainer": "border-radius-container",
|
|
12974
13153
|
"borderRadiusControlCircularFocusRing": "border-radius-control-circular-focus-ring",
|
|
12975
13154
|
"borderRadiusControlDefaultFocusRing": "border-radius-control-default-focus-ring",
|
|
@@ -12989,7 +13168,13 @@ export var preset = {
|
|
|
12989
13168
|
"borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
|
|
12990
13169
|
"borderWidthCard": "border-width-card",
|
|
12991
13170
|
"borderWidthCardHighlighted": "border-width-card-highlighted",
|
|
13171
|
+
"borderWidthItemCard": "border-width-item-card",
|
|
13172
|
+
"borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
|
|
12992
13173
|
"borderWidthAlert": "border-width-alert",
|
|
13174
|
+
"borderWidthAlertBlockStart": "border-width-alert-block-start",
|
|
13175
|
+
"borderWidthAlertBlockEnd": "border-width-alert-block-end",
|
|
13176
|
+
"borderWidthAlertInlineStart": "border-width-alert-inline-start",
|
|
13177
|
+
"borderWidthAlertInlineEnd": "border-width-alert-inline-end",
|
|
12993
13178
|
"borderWidthButton": "border-width-button",
|
|
12994
13179
|
"borderWidthDropdown": "border-width-dropdown",
|
|
12995
13180
|
"borderWidthField": "border-width-field",
|
|
@@ -13067,6 +13252,10 @@ export var preset = {
|
|
|
13067
13252
|
"spaceCardHorizontalEmbedded": "space-card-horizontal-embedded",
|
|
13068
13253
|
"spaceCardVerticalDefault": "space-card-vertical-default",
|
|
13069
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",
|
|
13070
13259
|
"spaceCodeEditorStatusFocusOutlineGutter": "space-code-editor-status-focus-outline-gutter",
|
|
13071
13260
|
"spaceContainerContentTop": "space-container-content-top",
|
|
13072
13261
|
"spaceContainerHeaderTop": "space-container-header-top",
|
|
@@ -13153,6 +13342,7 @@ export var preset = {
|
|
|
13153
13342
|
"spaceXxl": "space-xxl",
|
|
13154
13343
|
"spaceXxxl": "space-xxxl",
|
|
13155
13344
|
"shadowCard": "shadow-card",
|
|
13345
|
+
"shadowItemCard": "shadow-item-card",
|
|
13156
13346
|
"shadowContainer": "shadow-container",
|
|
13157
13347
|
"shadowContainerActive": "shadow-container-active",
|
|
13158
13348
|
"shadowDropdown": "shadow-dropdown",
|
|
@@ -13479,6 +13669,7 @@ export var preset = {
|
|
|
13479
13669
|
"colorBackgroundCodeEditorPaneItemHover": "--color-background-code-editor-pane-item-hover-z6k9mr",
|
|
13480
13670
|
"colorBackgroundCodeEditorStatusBar": "--color-background-code-editor-status-bar-yjtxod",
|
|
13481
13671
|
"colorBackgroundCard": "--color-background-card-p5vrq0",
|
|
13672
|
+
"colorBackgroundItemCard": "--color-background-item-card-ww2wfv",
|
|
13482
13673
|
"colorBackgroundContainerContent": "--color-background-container-content-6u8rvp",
|
|
13483
13674
|
"colorBackgroundContainerHeader": "--color-background-container-header-gs3mbe",
|
|
13484
13675
|
"colorBackgroundControlChecked": "--color-background-control-checked-ka7kc2",
|
|
@@ -13571,6 +13762,8 @@ export var preset = {
|
|
|
13571
13762
|
"colorBorderCodeEditorPaneItemHover": "--color-border-code-editor-pane-item-hover-wvblek",
|
|
13572
13763
|
"colorBorderCard": "--color-border-card-3n24fu",
|
|
13573
13764
|
"colorBorderCardHighlighted": "--color-border-card-highlighted-ygosod",
|
|
13765
|
+
"colorBorderItemCard": "--color-border-item-card-fia23i",
|
|
13766
|
+
"colorBorderItemCardHighlighted": "--color-border-item-card-highlighted-5l7rko",
|
|
13574
13767
|
"colorBorderContainerDivider": "--color-border-container-divider-9huz1a",
|
|
13575
13768
|
"colorBorderContainerTop": "--color-border-container-top-k3vmoz",
|
|
13576
13769
|
"colorBorderControlChecked": "--color-border-control-checked-bdv28l",
|
|
@@ -13758,6 +13951,8 @@ export var preset = {
|
|
|
13758
13951
|
"fontTabsSize": "--font-tabs-size-18irgl",
|
|
13759
13952
|
"fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-ny4hup",
|
|
13760
13953
|
"fontWeightButton": "--font-weight-button-0eg20c",
|
|
13954
|
+
"fontWeightAlertHeader": "--font-weight-alert-header-zg25o1",
|
|
13955
|
+
"fontWeightFlashbarHeader": "--font-weight-flashbar-header-fg5kye",
|
|
13761
13956
|
"fontWeightHeadingXl": "--font-weight-heading-xl-u3m4we",
|
|
13762
13957
|
"fontWeightHeadingL": "--font-weight-heading-l-0t6dwc",
|
|
13763
13958
|
"fontWeightHeadingM": "--font-weight-heading-m-zf82dr",
|
|
@@ -13802,6 +13997,8 @@ export var preset = {
|
|
|
13802
13997
|
"borderRadiusCodeEditor": "--border-radius-code-editor-5palck",
|
|
13803
13998
|
"borderRadiusCardDefault": "--border-radius-card-default-d8ipr7",
|
|
13804
13999
|
"borderRadiusCardEmbedded": "--border-radius-card-embedded-fvclp8",
|
|
14000
|
+
"borderRadiusItemCardDefault": "--border-radius-item-card-default-pi9u8q",
|
|
14001
|
+
"borderRadiusItemCardEmbedded": "--border-radius-item-card-embedded-l0g6e3",
|
|
13805
14002
|
"borderRadiusContainer": "--border-radius-container-nsfwmm",
|
|
13806
14003
|
"borderRadiusControlCircularFocusRing": "--border-radius-control-circular-focus-ring-yjhscw",
|
|
13807
14004
|
"borderRadiusControlDefaultFocusRing": "--border-radius-control-default-focus-ring-1uabki",
|
|
@@ -13821,7 +14018,13 @@ export var preset = {
|
|
|
13821
14018
|
"borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
|
|
13822
14019
|
"borderWidthCard": "--border-width-card-x24gzt",
|
|
13823
14020
|
"borderWidthCardHighlighted": "--border-width-card-highlighted-x17dhn",
|
|
14021
|
+
"borderWidthItemCard": "--border-width-item-card-3wmyp3",
|
|
14022
|
+
"borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
|
|
13824
14023
|
"borderWidthAlert": "--border-width-alert-tuifgy",
|
|
14024
|
+
"borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
|
|
14025
|
+
"borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
|
|
14026
|
+
"borderWidthAlertInlineStart": "--border-width-alert-inline-start-gjm6m1",
|
|
14027
|
+
"borderWidthAlertInlineEnd": "--border-width-alert-inline-end-9s426v",
|
|
13825
14028
|
"borderWidthButton": "--border-width-button-jm0qg7",
|
|
13826
14029
|
"borderWidthDropdown": "--border-width-dropdown-youcay",
|
|
13827
14030
|
"borderWidthField": "--border-width-field-2xc78x",
|
|
@@ -13899,6 +14102,10 @@ export var preset = {
|
|
|
13899
14102
|
"spaceCardHorizontalEmbedded": "--space-card-horizontal-embedded-sasxhu",
|
|
13900
14103
|
"spaceCardVerticalDefault": "--space-card-vertical-default-e40tif",
|
|
13901
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",
|
|
13902
14109
|
"spaceCodeEditorStatusFocusOutlineGutter": "--space-code-editor-status-focus-outline-gutter-o87hra",
|
|
13903
14110
|
"spaceContainerContentTop": "--space-container-content-top-1wtqrc",
|
|
13904
14111
|
"spaceContainerHeaderTop": "--space-container-header-top-am4vzw",
|
|
@@ -13985,6 +14192,7 @@ export var preset = {
|
|
|
13985
14192
|
"spaceXxl": "--space-xxl-32srm4",
|
|
13986
14193
|
"spaceXxxl": "--space-xxxl-aut1u7",
|
|
13987
14194
|
"shadowCard": "--shadow-card-hmrw4q",
|
|
14195
|
+
"shadowItemCard": "--shadow-item-card-282f8w",
|
|
13988
14196
|
"shadowContainer": "--shadow-container-53ltfv",
|
|
13989
14197
|
"shadowContainerActive": "--shadow-container-active-ypjjoc",
|
|
13990
14198
|
"shadowDropdown": "--shadow-dropdown-isf0w4",
|