@cloudscape-design/components 3.0.1274 → 3.0.1276

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/action-card/index.d.ts +5 -0
  2. package/action-card/index.d.ts.map +1 -0
  3. package/action-card/index.js +30 -0
  4. package/action-card/index.js.map +1 -0
  5. package/action-card/interfaces.d.ts +79 -0
  6. package/action-card/interfaces.d.ts.map +1 -0
  7. package/action-card/interfaces.js +2 -0
  8. package/action-card/interfaces.js.map +1 -0
  9. package/action-card/internal.d.ts +6 -0
  10. package/action-card/internal.d.ts.map +1 -0
  11. package/action-card/internal.js +74 -0
  12. package/action-card/internal.js.map +1 -0
  13. package/action-card/styles.css.js +22 -0
  14. package/action-card/styles.scoped.css +580 -0
  15. package/action-card/styles.selectors.js +23 -0
  16. package/action-card/test-classes/styles.css.js +11 -0
  17. package/action-card/test-classes/styles.scoped.css +12 -0
  18. package/action-card/test-classes/styles.selectors.js +12 -0
  19. package/date-range-picker/index.d.ts.map +1 -1
  20. package/date-range-picker/index.js +7 -6
  21. package/date-range-picker/index.js.map +1 -1
  22. package/date-range-picker/interfaces.d.ts +8 -0
  23. package/date-range-picker/interfaces.d.ts.map +1 -1
  24. package/date-range-picker/interfaces.js.map +1 -1
  25. package/drawer/implementation.d.ts +7 -2
  26. package/drawer/implementation.d.ts.map +1 -1
  27. package/drawer/implementation.js +5 -2
  28. package/drawer/implementation.js.map +1 -1
  29. package/drawer/index.d.ts +11 -1
  30. package/drawer/index.d.ts.map +1 -1
  31. package/drawer/index.js +16 -4
  32. package/drawer/index.js.map +1 -1
  33. package/drawer/interfaces.d.ts +72 -7
  34. package/drawer/interfaces.d.ts.map +1 -1
  35. package/drawer/interfaces.js +2 -0
  36. package/drawer/interfaces.js.map +1 -1
  37. package/drawer/next.d.ts +16 -0
  38. package/drawer/next.d.ts.map +1 -0
  39. package/drawer/next.js +31 -0
  40. package/drawer/next.js.map +1 -0
  41. package/drawer/styles.css.js +16 -12
  42. package/drawer/styles.scoped.css +23 -17
  43. package/drawer/styles.selectors.js +16 -12
  44. package/drawer/utils.d.ts +12 -0
  45. package/drawer/utils.d.ts.map +1 -0
  46. package/drawer/utils.js +74 -0
  47. package/drawer/utils.js.map +1 -0
  48. package/i18n/dynamic.d.ts +1 -1
  49. package/i18n/testing.js +1 -1
  50. package/i18n/testing.js.map +1 -1
  51. package/index.d.ts +1 -0
  52. package/index.d.ts.map +1 -1
  53. package/index.js +1 -0
  54. package/index.js.map +1 -1
  55. package/internal/base-component/styles.scoped.css +85 -3
  56. package/internal/components/drag-handle/button.d.ts +1 -1
  57. package/internal/components/drag-handle/index.d.ts +1 -1
  58. package/internal/components/structured-item/styles.css.js +7 -7
  59. package/internal/components/structured-item/styles.scoped.css +9 -8
  60. package/internal/components/structured-item/styles.selectors.js +7 -7
  61. package/internal/environment.js +2 -2
  62. package/internal/environment.json +2 -2
  63. package/internal/generated/styles/tokens.d.ts +28 -1
  64. package/internal/generated/styles/tokens.js +28 -1
  65. package/internal/generated/theming/index.cjs +533 -4
  66. package/internal/generated/theming/index.cjs.d.ts +36 -0
  67. package/internal/generated/theming/index.d.ts +36 -0
  68. package/internal/generated/theming/index.js +533 -4
  69. package/internal/manifest.json +1 -1
  70. package/item-card/styles.css.js +14 -14
  71. package/item-card/styles.scoped.css +52 -52
  72. package/item-card/styles.selectors.js +14 -14
  73. package/package.json +2 -1
  74. package/select/parts/filter.d.ts +1 -1
  75. package/table/body-cell/styles.css.js +48 -48
  76. package/table/body-cell/styles.scoped.css +379 -379
  77. package/table/body-cell/styles.selectors.js +48 -48
  78. package/table/styles.css.js +34 -34
  79. package/table/styles.scoped.css +42 -42
  80. package/table/styles.selectors.js +34 -34
  81. package/test-utils/dom/action-card/index.d.ts +29 -0
  82. package/test-utils/dom/action-card/index.js +64 -0
  83. package/test-utils/dom/action-card/index.js.map +1 -0
  84. package/test-utils/dom/autosuggest/index.js +16 -17
  85. package/test-utils/dom/autosuggest/index.js.map +1 -1
  86. package/test-utils/dom/button-dropdown/index.js +1 -2
  87. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  88. package/test-utils/dom/dropdown/index.d.ts +0 -1
  89. package/test-utils/dom/dropdown/index.js +0 -2
  90. package/test-utils/dom/dropdown/index.js.map +1 -1
  91. package/test-utils/dom/index.d.ts +28 -0
  92. package/test-utils/dom/index.js +21 -2
  93. package/test-utils/dom/index.js.map +1 -1
  94. package/test-utils/dom/internal/autosuggest-input.js +1 -2
  95. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  96. package/test-utils/dom/internal/dropdown-host.js +17 -18
  97. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  98. package/test-utils/dom/internal/dropdown.js +1 -2
  99. package/test-utils/dom/internal/dropdown.js.map +1 -1
  100. package/test-utils/selectors/action-card/index.d.ts +20 -0
  101. package/test-utils/selectors/action-card/index.js +36 -0
  102. package/test-utils/selectors/action-card/index.js.map +1 -0
  103. package/test-utils/selectors/autosuggest/index.js +16 -17
  104. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  105. package/test-utils/selectors/button-dropdown/index.js +1 -2
  106. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  107. package/test-utils/selectors/dropdown/index.d.ts +0 -1
  108. package/test-utils/selectors/dropdown/index.js +0 -2
  109. package/test-utils/selectors/dropdown/index.js.map +1 -1
  110. package/test-utils/selectors/index.d.ts +18 -0
  111. package/test-utils/selectors/index.js +16 -2
  112. package/test-utils/selectors/index.js.map +1 -1
  113. package/test-utils/selectors/internal/autosuggest-input.js +1 -2
  114. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  115. package/test-utils/selectors/internal/dropdown-host.js +17 -18
  116. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  117. package/test-utils/selectors/internal/dropdown.js +1 -2
  118. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  119. package/tiles/styles.css.js +30 -30
  120. package/tiles/styles.scoped.css +73 -73
  121. package/tiles/styles.selectors.js +30 -30
  122. package/internal/components/dropdown/styles.css.js +0 -7
  123. package/internal/components/dropdown/styles.scoped.css +0 -11
  124. package/internal/components/dropdown/styles.selectors.js +0 -8
@@ -1347,6 +1347,10 @@ export var preset = {
1347
1347
  "light": "{colorWhite}",
1348
1348
  "dark": "{colorNeutral850}"
1349
1349
  },
1350
+ "colorBackgroundDrawer": {
1351
+ "light": "{colorBackgroundLayoutPanelContent}",
1352
+ "dark": "{colorBackgroundLayoutPanelContent}"
1353
+ },
1350
1354
  "colorBackgroundLayoutMobilePanel": {
1351
1355
  "light": "{colorNeutral950}",
1352
1356
  "dark": "{colorNeutral950}"
@@ -2323,6 +2327,58 @@ export var preset = {
2323
2327
  "light": "{colorNeutral500}",
2324
2328
  "dark": "{colorNeutral300}"
2325
2329
  },
2330
+ "colorBackgroundActionCardDefault": {
2331
+ "light": "{colorWhite}",
2332
+ "dark": "{colorNeutral850}"
2333
+ },
2334
+ "colorBackgroundActionCardHover": {
2335
+ "light": "{colorPrimary50}",
2336
+ "dark": "{colorNeutral800}"
2337
+ },
2338
+ "colorBackgroundActionCardActive": {
2339
+ "light": "{colorPrimary100}",
2340
+ "dark": "{colorNeutral700}"
2341
+ },
2342
+ "colorBorderActionCardDefault": {
2343
+ "light": "{colorPrimary600}",
2344
+ "dark": "{colorPrimary400}"
2345
+ },
2346
+ "colorBorderActionCardHover": {
2347
+ "light": "{colorPrimary900}",
2348
+ "dark": "{colorPrimary300}"
2349
+ },
2350
+ "colorBorderActionCardActive": {
2351
+ "light": "{colorPrimary900}",
2352
+ "dark": "{colorPrimary300}"
2353
+ },
2354
+ "colorBorderActionCardDisabled": {
2355
+ "light": "{colorNeutral400}",
2356
+ "dark": "{colorNeutral600}"
2357
+ },
2358
+ "colorBackgroundActionCardDisabled": {
2359
+ "light": "{colorWhite}",
2360
+ "dark": "{colorNeutral850}"
2361
+ },
2362
+ "colorTextActionCardDisabled": {
2363
+ "light": "{colorNeutral500}",
2364
+ "dark": "{colorNeutral500}"
2365
+ },
2366
+ "colorIconActionCardDefault": {
2367
+ "light": "{colorPrimary600}",
2368
+ "dark": "{colorPrimary400}"
2369
+ },
2370
+ "colorIconActionCardHover": {
2371
+ "light": "{colorPrimary900}",
2372
+ "dark": "{colorPrimary300}"
2373
+ },
2374
+ "colorIconActionCardActive": {
2375
+ "light": "{colorPrimary900}",
2376
+ "dark": "{colorPrimary300}"
2377
+ },
2378
+ "colorIconActionCardDisabled": {
2379
+ "light": "{colorNeutral400}",
2380
+ "dark": "{colorNeutral600}"
2381
+ },
2326
2382
  "fontBoxValueLargeWeight": "700",
2327
2383
  "fontButtonLetterSpacing": "0.005em",
2328
2384
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -2420,9 +2476,10 @@ export var preset = {
2420
2476
  "borderLinkFocusRingOutline": "0",
2421
2477
  "borderLinkFocusRingShadowSpread": "2px",
2422
2478
  "borderWidthCard": "{borderDividerSectionWidth}",
2423
- "borderWidthCardHighlighted": "{borderItemWidth}",
2479
+ "borderWidthCardSelected": "{borderItemWidth}",
2424
2480
  "borderWidthItemCard": "{borderWidthCard}",
2425
- "borderWidthItemCardHighlighted": "{borderWidthCardHighlighted}",
2481
+ "borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
2482
+ "borderWidthItemSelected": "2px",
2426
2483
  "borderWidthAlert": "2px",
2427
2484
  "borderWidthAlertBlockStart": "{borderWidthAlert}",
2428
2485
  "borderWidthAlertBlockEnd": "{borderWidthAlert}",
@@ -2438,6 +2495,12 @@ export var preset = {
2438
2495
  "borderWidthIconMedium": "2px",
2439
2496
  "borderWidthIconBig": "3px",
2440
2497
  "borderWidthIconLarge": "4px",
2498
+ "borderRadiusActionCardDefault": "{borderRadiusCardDefault}",
2499
+ "borderRadiusActionCardEmbedded": "{borderRadiusCardEmbedded}",
2500
+ "borderWidthActionCardDefault": "{borderWidthCard}",
2501
+ "borderWidthActionCardHover": "{borderWidthCard}",
2502
+ "borderWidthActionCardActive": "{borderWidthCard}",
2503
+ "borderWidthActionCardDisabled": "{borderWidthCard}",
2441
2504
  "motionDurationExtraFast": {
2442
2505
  "default": "45ms",
2443
2506
  "disabled": "0ms"
@@ -2914,6 +2977,30 @@ export var preset = {
2914
2977
  "comfortable": "{spaceXl}",
2915
2978
  "compact": "{spaceM}"
2916
2979
  },
2980
+ "spaceActionCardHorizontalDefault": {
2981
+ "comfortable": "{spaceCardHorizontalDefault}",
2982
+ "compact": "{spaceCardHorizontalDefault}"
2983
+ },
2984
+ "spaceActionCardHorizontalEmbedded": {
2985
+ "comfortable": "{spaceCardHorizontalEmbedded}",
2986
+ "compact": "{spaceCardHorizontalEmbedded}"
2987
+ },
2988
+ "spaceActionCardVerticalDefault": {
2989
+ "comfortable": "{spaceCardVerticalDefault}",
2990
+ "compact": "{spaceCardVerticalDefault}"
2991
+ },
2992
+ "spaceActionCardVerticalEmbedded": {
2993
+ "comfortable": "{spaceCardVerticalEmbedded}",
2994
+ "compact": "{spaceCardVerticalEmbedded}"
2995
+ },
2996
+ "spaceActionCardDescriptionPaddingTop": {
2997
+ "comfortable": "{spaceScaledXxs}",
2998
+ "compact": "{spaceScaledXxs}"
2999
+ },
3000
+ "spaceActionCardContentPaddingTop": {
3001
+ "comfortable": "{spaceScaledXs}",
3002
+ "compact": "{spaceScaledXs}"
3003
+ },
2917
3004
  "spaceScaled2xNone": {
2918
3005
  "comfortable": "{spaceNone}",
2919
3006
  "compact": "{spaceNone}"
@@ -3424,6 +3511,30 @@ export var preset = {
3424
3511
  "comfortable": "{spaceXl}",
3425
3512
  "compact": "{spaceM}"
3426
3513
  },
3514
+ "spaceActionCardHorizontalDefault": {
3515
+ "comfortable": "{spaceCardHorizontalDefault}",
3516
+ "compact": "{spaceCardHorizontalDefault}"
3517
+ },
3518
+ "spaceActionCardHorizontalEmbedded": {
3519
+ "comfortable": "{spaceCardHorizontalEmbedded}",
3520
+ "compact": "{spaceCardHorizontalEmbedded}"
3521
+ },
3522
+ "spaceActionCardVerticalDefault": {
3523
+ "comfortable": "{spaceCardVerticalDefault}",
3524
+ "compact": "{spaceCardVerticalDefault}"
3525
+ },
3526
+ "spaceActionCardVerticalEmbedded": {
3527
+ "comfortable": "{spaceCardVerticalEmbedded}",
3528
+ "compact": "{spaceCardVerticalEmbedded}"
3529
+ },
3530
+ "spaceActionCardDescriptionPaddingTop": {
3531
+ "comfortable": "{spaceScaledXxs}",
3532
+ "compact": "{spaceScaledXxs}"
3533
+ },
3534
+ "spaceActionCardContentPaddingTop": {
3535
+ "comfortable": "{spaceScaledXs}",
3536
+ "compact": "{spaceScaledXs}"
3537
+ },
3427
3538
  "spaceScaled2xNone": {
3428
3539
  "comfortable": "{spaceNone}",
3429
3540
  "compact": "{spaceNone}"
@@ -3814,6 +3925,10 @@ export var preset = {
3814
3925
  "light": "{colorNeutral850}",
3815
3926
  "dark": "{colorNeutral850}"
3816
3927
  },
3928
+ "colorBackgroundDrawer": {
3929
+ "light": "{colorBackgroundLayoutPanelContent}",
3930
+ "dark": "{colorBackgroundLayoutPanelContent}"
3931
+ },
3817
3932
  "colorBackgroundLayoutMobilePanel": {
3818
3933
  "light": "{colorNeutral950}",
3819
3934
  "dark": "{colorNeutral950}"
@@ -4790,6 +4905,58 @@ export var preset = {
4790
4905
  "light": "{colorNeutral300}",
4791
4906
  "dark": "{colorNeutral300}"
4792
4907
  },
4908
+ "colorBackgroundActionCardDefault": {
4909
+ "light": "{colorNeutral850}",
4910
+ "dark": "{colorNeutral850}"
4911
+ },
4912
+ "colorBackgroundActionCardHover": {
4913
+ "light": "{colorNeutral800}",
4914
+ "dark": "{colorNeutral800}"
4915
+ },
4916
+ "colorBackgroundActionCardActive": {
4917
+ "light": "{colorNeutral700}",
4918
+ "dark": "{colorNeutral700}"
4919
+ },
4920
+ "colorBorderActionCardDefault": {
4921
+ "light": "{colorPrimary400}",
4922
+ "dark": "{colorPrimary400}"
4923
+ },
4924
+ "colorBorderActionCardHover": {
4925
+ "light": "{colorPrimary300}",
4926
+ "dark": "{colorPrimary300}"
4927
+ },
4928
+ "colorBorderActionCardActive": {
4929
+ "light": "{colorPrimary300}",
4930
+ "dark": "{colorPrimary300}"
4931
+ },
4932
+ "colorBorderActionCardDisabled": {
4933
+ "light": "{colorNeutral600}",
4934
+ "dark": "{colorNeutral600}"
4935
+ },
4936
+ "colorBackgroundActionCardDisabled": {
4937
+ "light": "{colorNeutral850}",
4938
+ "dark": "{colorNeutral850}"
4939
+ },
4940
+ "colorTextActionCardDisabled": {
4941
+ "light": "{colorNeutral500}",
4942
+ "dark": "{colorNeutral500}"
4943
+ },
4944
+ "colorIconActionCardDefault": {
4945
+ "light": "{colorPrimary400}",
4946
+ "dark": "{colorPrimary400}"
4947
+ },
4948
+ "colorIconActionCardHover": {
4949
+ "light": "{colorPrimary300}",
4950
+ "dark": "{colorPrimary300}"
4951
+ },
4952
+ "colorIconActionCardActive": {
4953
+ "light": "{colorPrimary300}",
4954
+ "dark": "{colorPrimary300}"
4955
+ },
4956
+ "colorIconActionCardDisabled": {
4957
+ "light": "{colorNeutral600}",
4958
+ "dark": "{colorNeutral600}"
4959
+ },
4793
4960
  "colorPrimary50": "#f0fbff",
4794
4961
  "colorPrimary100": "#d1f1ff",
4795
4962
  "colorPrimary200": "#b8e7ff",
@@ -5207,6 +5374,10 @@ export var preset = {
5207
5374
  "light": "{colorNeutral950}",
5208
5375
  "dark": "{colorNeutral950}"
5209
5376
  },
5377
+ "colorBackgroundDrawer": {
5378
+ "light": "{colorBackgroundLayoutPanelContent}",
5379
+ "dark": "{colorBackgroundLayoutPanelContent}"
5380
+ },
5210
5381
  "colorBackgroundLayoutMobilePanel": {
5211
5382
  "light": "{colorNeutral950}",
5212
5383
  "dark": "{colorNeutral950}"
@@ -6183,6 +6354,58 @@ export var preset = {
6183
6354
  "light": "{colorNeutral300}",
6184
6355
  "dark": "{colorNeutral300}"
6185
6356
  },
6357
+ "colorBackgroundActionCardDefault": {
6358
+ "light": "{colorNeutral850}",
6359
+ "dark": "{colorNeutral850}"
6360
+ },
6361
+ "colorBackgroundActionCardHover": {
6362
+ "light": "{colorNeutral800}",
6363
+ "dark": "{colorNeutral800}"
6364
+ },
6365
+ "colorBackgroundActionCardActive": {
6366
+ "light": "{colorNeutral700}",
6367
+ "dark": "{colorNeutral700}"
6368
+ },
6369
+ "colorBorderActionCardDefault": {
6370
+ "light": "{colorPrimary400}",
6371
+ "dark": "{colorPrimary400}"
6372
+ },
6373
+ "colorBorderActionCardHover": {
6374
+ "light": "{colorPrimary300}",
6375
+ "dark": "{colorPrimary300}"
6376
+ },
6377
+ "colorBorderActionCardActive": {
6378
+ "light": "{colorPrimary300}",
6379
+ "dark": "{colorPrimary300}"
6380
+ },
6381
+ "colorBorderActionCardDisabled": {
6382
+ "light": "{colorNeutral600}",
6383
+ "dark": "{colorNeutral600}"
6384
+ },
6385
+ "colorBackgroundActionCardDisabled": {
6386
+ "light": "{colorNeutral850}",
6387
+ "dark": "{colorNeutral850}"
6388
+ },
6389
+ "colorTextActionCardDisabled": {
6390
+ "light": "{colorNeutral500}",
6391
+ "dark": "{colorNeutral500}"
6392
+ },
6393
+ "colorIconActionCardDefault": {
6394
+ "light": "{colorPrimary400}",
6395
+ "dark": "{colorPrimary400}"
6396
+ },
6397
+ "colorIconActionCardHover": {
6398
+ "light": "{colorPrimary300}",
6399
+ "dark": "{colorPrimary300}"
6400
+ },
6401
+ "colorIconActionCardActive": {
6402
+ "light": "{colorPrimary300}",
6403
+ "dark": "{colorPrimary300}"
6404
+ },
6405
+ "colorIconActionCardDisabled": {
6406
+ "light": "{colorNeutral600}",
6407
+ "dark": "{colorNeutral600}"
6408
+ },
6186
6409
  "colorPrimary50": "#f0fbff",
6187
6410
  "colorPrimary100": "#d1f1ff",
6188
6411
  "colorPrimary200": "#b8e7ff",
@@ -6528,6 +6751,10 @@ export var preset = {
6528
6751
  "light": "{colorWhite}",
6529
6752
  "dark": "{colorNeutral850}"
6530
6753
  },
6754
+ "colorBackgroundDrawer": {
6755
+ "light": "{colorBackgroundLayoutPanelContent}",
6756
+ "dark": "{colorBackgroundLayoutPanelContent}"
6757
+ },
6531
6758
  "colorBackgroundLayoutMobilePanel": {
6532
6759
  "light": "{colorNeutral950}",
6533
6760
  "dark": "{colorNeutral950}"
@@ -7503,6 +7730,58 @@ export var preset = {
7503
7730
  "colorTreeViewConnectorLine": {
7504
7731
  "light": "{colorNeutral500}",
7505
7732
  "dark": "{colorNeutral300}"
7733
+ },
7734
+ "colorBackgroundActionCardDefault": {
7735
+ "light": "{colorWhite}",
7736
+ "dark": "{colorNeutral850}"
7737
+ },
7738
+ "colorBackgroundActionCardHover": {
7739
+ "light": "{colorPrimary50}",
7740
+ "dark": "{colorNeutral800}"
7741
+ },
7742
+ "colorBackgroundActionCardActive": {
7743
+ "light": "{colorPrimary100}",
7744
+ "dark": "{colorNeutral700}"
7745
+ },
7746
+ "colorBorderActionCardDefault": {
7747
+ "light": "{colorPrimary600}",
7748
+ "dark": "{colorPrimary400}"
7749
+ },
7750
+ "colorBorderActionCardHover": {
7751
+ "light": "{colorPrimary900}",
7752
+ "dark": "{colorPrimary300}"
7753
+ },
7754
+ "colorBorderActionCardActive": {
7755
+ "light": "{colorPrimary900}",
7756
+ "dark": "{colorPrimary300}"
7757
+ },
7758
+ "colorBorderActionCardDisabled": {
7759
+ "light": "{colorNeutral400}",
7760
+ "dark": "{colorNeutral600}"
7761
+ },
7762
+ "colorBackgroundActionCardDisabled": {
7763
+ "light": "{colorWhite}",
7764
+ "dark": "{colorNeutral850}"
7765
+ },
7766
+ "colorTextActionCardDisabled": {
7767
+ "light": "{colorNeutral500}",
7768
+ "dark": "{colorNeutral500}"
7769
+ },
7770
+ "colorIconActionCardDefault": {
7771
+ "light": "{colorPrimary600}",
7772
+ "dark": "{colorPrimary400}"
7773
+ },
7774
+ "colorIconActionCardHover": {
7775
+ "light": "{colorPrimary900}",
7776
+ "dark": "{colorPrimary300}"
7777
+ },
7778
+ "colorIconActionCardActive": {
7779
+ "light": "{colorPrimary900}",
7780
+ "dark": "{colorPrimary300}"
7781
+ },
7782
+ "colorIconActionCardDisabled": {
7783
+ "light": "{colorNeutral400}",
7784
+ "dark": "{colorNeutral600}"
7506
7785
  }
7507
7786
  }
7508
7787
  },
@@ -7734,6 +8013,10 @@ export var preset = {
7734
8013
  "light": "{colorWhite}",
7735
8014
  "dark": "{colorNeutral850}"
7736
8015
  },
8016
+ "colorBackgroundDrawer": {
8017
+ "light": "{colorBackgroundLayoutPanelContent}",
8018
+ "dark": "{colorBackgroundLayoutPanelContent}"
8019
+ },
7737
8020
  "colorBackgroundLayoutMobilePanel": {
7738
8021
  "light": "{colorNeutral950}",
7739
8022
  "dark": "{colorNeutral950}"
@@ -8709,6 +8992,58 @@ export var preset = {
8709
8992
  "colorTreeViewConnectorLine": {
8710
8993
  "light": "{colorNeutral500}",
8711
8994
  "dark": "{colorNeutral300}"
8995
+ },
8996
+ "colorBackgroundActionCardDefault": {
8997
+ "light": "{colorWhite}",
8998
+ "dark": "{colorNeutral850}"
8999
+ },
9000
+ "colorBackgroundActionCardHover": {
9001
+ "light": "{colorPrimary50}",
9002
+ "dark": "{colorNeutral800}"
9003
+ },
9004
+ "colorBackgroundActionCardActive": {
9005
+ "light": "{colorPrimary100}",
9006
+ "dark": "{colorNeutral700}"
9007
+ },
9008
+ "colorBorderActionCardDefault": {
9009
+ "light": "{colorPrimary600}",
9010
+ "dark": "{colorPrimary400}"
9011
+ },
9012
+ "colorBorderActionCardHover": {
9013
+ "light": "{colorPrimary900}",
9014
+ "dark": "{colorPrimary300}"
9015
+ },
9016
+ "colorBorderActionCardActive": {
9017
+ "light": "{colorPrimary900}",
9018
+ "dark": "{colorPrimary300}"
9019
+ },
9020
+ "colorBorderActionCardDisabled": {
9021
+ "light": "{colorNeutral400}",
9022
+ "dark": "{colorNeutral600}"
9023
+ },
9024
+ "colorBackgroundActionCardDisabled": {
9025
+ "light": "{colorWhite}",
9026
+ "dark": "{colorNeutral850}"
9027
+ },
9028
+ "colorTextActionCardDisabled": {
9029
+ "light": "{colorNeutral500}",
9030
+ "dark": "{colorNeutral500}"
9031
+ },
9032
+ "colorIconActionCardDefault": {
9033
+ "light": "{colorPrimary600}",
9034
+ "dark": "{colorPrimary400}"
9035
+ },
9036
+ "colorIconActionCardHover": {
9037
+ "light": "{colorPrimary900}",
9038
+ "dark": "{colorPrimary300}"
9039
+ },
9040
+ "colorIconActionCardActive": {
9041
+ "light": "{colorPrimary900}",
9042
+ "dark": "{colorPrimary300}"
9043
+ },
9044
+ "colorIconActionCardDisabled": {
9045
+ "light": "{colorNeutral400}",
9046
+ "dark": "{colorNeutral600}"
8712
9047
  }
8713
9048
  }
8714
9049
  },
@@ -8940,6 +9275,10 @@ export var preset = {
8940
9275
  "light": "{colorWhite}",
8941
9276
  "dark": "{colorNeutral850}"
8942
9277
  },
9278
+ "colorBackgroundDrawer": {
9279
+ "light": "{colorBackgroundLayoutPanelContent}",
9280
+ "dark": "{colorBackgroundLayoutPanelContent}"
9281
+ },
8943
9282
  "colorBackgroundLayoutMobilePanel": {
8944
9283
  "light": "{colorNeutral950}",
8945
9284
  "dark": "{colorNeutral950}"
@@ -9916,6 +10255,58 @@ export var preset = {
9916
10255
  "light": "{colorNeutral500}",
9917
10256
  "dark": "{colorNeutral300}"
9918
10257
  },
10258
+ "colorBackgroundActionCardDefault": {
10259
+ "light": "{colorWhite}",
10260
+ "dark": "{colorNeutral850}"
10261
+ },
10262
+ "colorBackgroundActionCardHover": {
10263
+ "light": "{colorPrimary50}",
10264
+ "dark": "{colorNeutral800}"
10265
+ },
10266
+ "colorBackgroundActionCardActive": {
10267
+ "light": "{colorPrimary100}",
10268
+ "dark": "{colorNeutral700}"
10269
+ },
10270
+ "colorBorderActionCardDefault": {
10271
+ "light": "{colorPrimary600}",
10272
+ "dark": "{colorPrimary400}"
10273
+ },
10274
+ "colorBorderActionCardHover": {
10275
+ "light": "{colorPrimary900}",
10276
+ "dark": "{colorPrimary300}"
10277
+ },
10278
+ "colorBorderActionCardActive": {
10279
+ "light": "{colorPrimary900}",
10280
+ "dark": "{colorPrimary300}"
10281
+ },
10282
+ "colorBorderActionCardDisabled": {
10283
+ "light": "{colorNeutral400}",
10284
+ "dark": "{colorNeutral600}"
10285
+ },
10286
+ "colorBackgroundActionCardDisabled": {
10287
+ "light": "{colorWhite}",
10288
+ "dark": "{colorNeutral850}"
10289
+ },
10290
+ "colorTextActionCardDisabled": {
10291
+ "light": "{colorNeutral500}",
10292
+ "dark": "{colorNeutral500}"
10293
+ },
10294
+ "colorIconActionCardDefault": {
10295
+ "light": "{colorPrimary600}",
10296
+ "dark": "{colorPrimary400}"
10297
+ },
10298
+ "colorIconActionCardHover": {
10299
+ "light": "{colorPrimary900}",
10300
+ "dark": "{colorPrimary300}"
10301
+ },
10302
+ "colorIconActionCardActive": {
10303
+ "light": "{colorPrimary900}",
10304
+ "dark": "{colorPrimary300}"
10305
+ },
10306
+ "colorIconActionCardDisabled": {
10307
+ "light": "{colorNeutral400}",
10308
+ "dark": "{colorNeutral600}"
10309
+ },
9919
10310
  "fontExpandableHeadingSize": "14px",
9920
10311
  "borderDividerSectionWidth": "1px"
9921
10312
  }
@@ -10148,6 +10539,10 @@ export var preset = {
10148
10539
  "light": "{colorNeutral850}",
10149
10540
  "dark": "{colorNeutral850}"
10150
10541
  },
10542
+ "colorBackgroundDrawer": {
10543
+ "light": "{colorBackgroundLayoutPanelContent}",
10544
+ "dark": "{colorBackgroundLayoutPanelContent}"
10545
+ },
10151
10546
  "colorBackgroundLayoutMobilePanel": {
10152
10547
  "light": "{colorNeutral950}",
10153
10548
  "dark": "{colorNeutral950}"
@@ -11123,6 +11518,58 @@ export var preset = {
11123
11518
  "colorTreeViewConnectorLine": {
11124
11519
  "light": "{colorNeutral300}",
11125
11520
  "dark": "{colorNeutral300}"
11521
+ },
11522
+ "colorBackgroundActionCardDefault": {
11523
+ "light": "{colorNeutral850}",
11524
+ "dark": "{colorNeutral850}"
11525
+ },
11526
+ "colorBackgroundActionCardHover": {
11527
+ "light": "{colorNeutral800}",
11528
+ "dark": "{colorNeutral800}"
11529
+ },
11530
+ "colorBackgroundActionCardActive": {
11531
+ "light": "{colorNeutral700}",
11532
+ "dark": "{colorNeutral700}"
11533
+ },
11534
+ "colorBorderActionCardDefault": {
11535
+ "light": "{colorPrimary400}",
11536
+ "dark": "{colorPrimary400}"
11537
+ },
11538
+ "colorBorderActionCardHover": {
11539
+ "light": "{colorPrimary300}",
11540
+ "dark": "{colorPrimary300}"
11541
+ },
11542
+ "colorBorderActionCardActive": {
11543
+ "light": "{colorPrimary300}",
11544
+ "dark": "{colorPrimary300}"
11545
+ },
11546
+ "colorBorderActionCardDisabled": {
11547
+ "light": "{colorNeutral600}",
11548
+ "dark": "{colorNeutral600}"
11549
+ },
11550
+ "colorBackgroundActionCardDisabled": {
11551
+ "light": "{colorNeutral850}",
11552
+ "dark": "{colorNeutral850}"
11553
+ },
11554
+ "colorTextActionCardDisabled": {
11555
+ "light": "{colorNeutral500}",
11556
+ "dark": "{colorNeutral500}"
11557
+ },
11558
+ "colorIconActionCardDefault": {
11559
+ "light": "{colorPrimary400}",
11560
+ "dark": "{colorPrimary400}"
11561
+ },
11562
+ "colorIconActionCardHover": {
11563
+ "light": "{colorPrimary300}",
11564
+ "dark": "{colorPrimary300}"
11565
+ },
11566
+ "colorIconActionCardActive": {
11567
+ "light": "{colorPrimary300}",
11568
+ "dark": "{colorPrimary300}"
11569
+ },
11570
+ "colorIconActionCardDisabled": {
11571
+ "light": "{colorNeutral600}",
11572
+ "dark": "{colorNeutral600}"
11126
11573
  }
11127
11574
  }
11128
11575
  },
@@ -11465,6 +11912,7 @@ export var preset = {
11465
11912
  "colorBackgroundInputDisabled": "color",
11466
11913
  "colorBackgroundItemSelected": "color",
11467
11914
  "colorBackgroundLayoutMain": "color",
11915
+ "colorBackgroundDrawer": "color",
11468
11916
  "colorBackgroundLayoutMobilePanel": "color",
11469
11917
  "colorBackgroundLayoutPanelContent": "color",
11470
11918
  "colorBackgroundLayoutPanelHover": "color",
@@ -11709,6 +12157,19 @@ export var preset = {
11709
12157
  "colorDropzoneBorderHover": "color",
11710
12158
  "colorGapGlobalDrawer": "color",
11711
12159
  "colorTreeViewConnectorLine": "color",
12160
+ "colorBackgroundActionCardDefault": "color",
12161
+ "colorBackgroundActionCardHover": "color",
12162
+ "colorBackgroundActionCardActive": "color",
12163
+ "colorBorderActionCardDefault": "color",
12164
+ "colorBorderActionCardHover": "color",
12165
+ "colorBorderActionCardActive": "color",
12166
+ "colorBorderActionCardDisabled": "color",
12167
+ "colorBackgroundActionCardDisabled": "color",
12168
+ "colorTextActionCardDisabled": "color",
12169
+ "colorIconActionCardDefault": "color",
12170
+ "colorIconActionCardHover": "color",
12171
+ "colorIconActionCardActive": "color",
12172
+ "colorIconActionCardDisabled": "color",
11712
12173
  "motionDurationExtraFast": "motion",
11713
12174
  "motionDurationExtraSlow": "motion",
11714
12175
  "motionDurationFast": "motion",
@@ -11828,6 +12289,12 @@ export var preset = {
11828
12289
  "spaceTableHorizontal": "density",
11829
12290
  "spaceTreeViewIndentation": "density",
11830
12291
  "spaceTileGutter": "density",
12292
+ "spaceActionCardHorizontalDefault": "density",
12293
+ "spaceActionCardHorizontalEmbedded": "density",
12294
+ "spaceActionCardVerticalDefault": "density",
12295
+ "spaceActionCardVerticalEmbedded": "density",
12296
+ "spaceActionCardDescriptionPaddingTop": "density",
12297
+ "spaceActionCardContentPaddingTop": "density",
11831
12298
  "spaceScaled2xNone": "density",
11832
12299
  "spaceScaled2xXxxs": "density",
11833
12300
  "spaceScaled2xXxs": "density",
@@ -12405,6 +12872,8 @@ export var preset = {
12405
12872
  "borderRadiusToken",
12406
12873
  "borderRadiusTutorialPanelItem",
12407
12874
  "borderWidthCard",
12875
+ "borderWidthCardSelected",
12876
+ "borderWidthItemSelected",
12408
12877
  "borderWidthAlert",
12409
12878
  "borderWidthAlertBlockStart",
12410
12879
  "borderWidthAlertBlockEnd",
@@ -12420,6 +12889,8 @@ export var preset = {
12420
12889
  "borderWidthIconMedium",
12421
12890
  "borderWidthIconBig",
12422
12891
  "borderWidthIconLarge",
12892
+ "borderRadiusActionCardDefault",
12893
+ "borderRadiusActionCardEmbedded",
12423
12894
  "spaceAlertVertical",
12424
12895
  "spaceButtonHorizontal",
12425
12896
  "spaceButtonVertical",
@@ -12830,6 +13301,8 @@ export var preset = {
12830
13301
  "borderRadiusChatBubble",
12831
13302
  "borderRadiusTutorialPanelItem",
12832
13303
  "borderWidthCard",
13304
+ "borderWidthCardSelected",
13305
+ "borderWidthItemSelected",
12833
13306
  "borderWidthAlert",
12834
13307
  "borderWidthAlertBlockStart",
12835
13308
  "borderWidthAlertBlockEnd",
@@ -12845,6 +13318,8 @@ export var preset = {
12845
13318
  "borderWidthIconMedium",
12846
13319
  "borderWidthIconBig",
12847
13320
  "borderWidthIconLarge",
13321
+ "borderRadiusActionCardDefault",
13322
+ "borderRadiusActionCardEmbedded",
12848
13323
  "motionDurationAvatarGenAiGradient",
12849
13324
  "motionDurationAvatarLoadingDots",
12850
13325
  "motionEasingAvatarGenAiGradient",
@@ -13218,6 +13693,7 @@ export var preset = {
13218
13693
  "colorBackgroundInputDisabled": "color-background-input-disabled",
13219
13694
  "colorBackgroundItemSelected": "color-background-item-selected",
13220
13695
  "colorBackgroundLayoutMain": "color-background-layout-main",
13696
+ "colorBackgroundDrawer": "color-background-drawer",
13221
13697
  "colorBackgroundLayoutMobilePanel": "color-background-layout-mobile-panel",
13222
13698
  "colorBackgroundLayoutPanelContent": "color-background-layout-panel-content",
13223
13699
  "colorBackgroundLayoutPanelHover": "color-background-layout-panel-hover",
@@ -13462,6 +13938,19 @@ export var preset = {
13462
13938
  "colorDropzoneBorderHover": "color-dropzone-border-hover",
13463
13939
  "colorGapGlobalDrawer": "color-gap-global-drawer",
13464
13940
  "colorTreeViewConnectorLine": "color-tree-view-connector-line",
13941
+ "colorBackgroundActionCardDefault": "color-background-action-card-default",
13942
+ "colorBackgroundActionCardHover": "color-background-action-card-hover",
13943
+ "colorBackgroundActionCardActive": "color-background-action-card-active",
13944
+ "colorBorderActionCardDefault": "color-border-action-card-default",
13945
+ "colorBorderActionCardHover": "color-border-action-card-hover",
13946
+ "colorBorderActionCardActive": "color-border-action-card-active",
13947
+ "colorBorderActionCardDisabled": "color-border-action-card-disabled",
13948
+ "colorBackgroundActionCardDisabled": "color-background-action-card-disabled",
13949
+ "colorTextActionCardDisabled": "color-text-action-card-disabled",
13950
+ "colorIconActionCardDefault": "color-icon-action-card-default",
13951
+ "colorIconActionCardHover": "color-icon-action-card-hover",
13952
+ "colorIconActionCardActive": "color-icon-action-card-active",
13953
+ "colorIconActionCardDisabled": "color-icon-action-card-disabled",
13465
13954
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
13466
13955
  "fontButtonLetterSpacing": "font-button-letter-spacing",
13467
13956
  "fontChartDetailSize": "font-chart-detail-size",
@@ -13559,9 +14048,10 @@ export var preset = {
13559
14048
  "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
13560
14049
  "borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
13561
14050
  "borderWidthCard": "border-width-card",
13562
- "borderWidthCardHighlighted": "border-width-card-highlighted",
14051
+ "borderWidthCardSelected": "border-width-card-selected",
13563
14052
  "borderWidthItemCard": "border-width-item-card",
13564
14053
  "borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
14054
+ "borderWidthItemSelected": "border-width-item-selected",
13565
14055
  "borderWidthAlert": "border-width-alert",
13566
14056
  "borderWidthAlertBlockStart": "border-width-alert-block-start",
13567
14057
  "borderWidthAlertBlockEnd": "border-width-alert-block-end",
@@ -13577,6 +14067,12 @@ export var preset = {
13577
14067
  "borderWidthIconMedium": "border-width-icon-medium",
13578
14068
  "borderWidthIconBig": "border-width-icon-big",
13579
14069
  "borderWidthIconLarge": "border-width-icon-large",
14070
+ "borderRadiusActionCardDefault": "border-radius-action-card-default",
14071
+ "borderRadiusActionCardEmbedded": "border-radius-action-card-embedded",
14072
+ "borderWidthActionCardDefault": "border-width-action-card-default",
14073
+ "borderWidthActionCardHover": "border-width-action-card-hover",
14074
+ "borderWidthActionCardActive": "border-width-action-card-active",
14075
+ "borderWidthActionCardDisabled": "border-width-action-card-disabled",
13580
14076
  "motionDurationExtraFast": "motion-duration-extra-fast",
13581
14077
  "motionDurationExtraSlow": "motion-duration-extra-slow",
13582
14078
  "motionDurationFast": "motion-duration-fast",
@@ -13696,6 +14192,12 @@ export var preset = {
13696
14192
  "spaceTableHorizontal": "space-table-horizontal",
13697
14193
  "spaceTreeViewIndentation": "space-tree-view-indentation",
13698
14194
  "spaceTileGutter": "space-tile-gutter",
14195
+ "spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
14196
+ "spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
14197
+ "spaceActionCardVerticalDefault": "space-action-card-vertical-default",
14198
+ "spaceActionCardVerticalEmbedded": "space-action-card-vertical-embedded",
14199
+ "spaceActionCardDescriptionPaddingTop": "space-action-card-description-padding-top",
14200
+ "spaceActionCardContentPaddingTop": "space-action-card-content-padding-top",
13699
14201
  "spaceScaled2xNone": "space-scaled-2x-none",
13700
14202
  "spaceScaled2xXxxs": "space-scaled-2x-xxxs",
13701
14203
  "spaceScaled2xXxs": "space-scaled-2x-xxs",
@@ -14082,6 +14584,7 @@ export var preset = {
14082
14584
  "colorBackgroundInputDisabled": "--color-background-input-disabled-dihaja",
14083
14585
  "colorBackgroundItemSelected": "--color-background-item-selected-9gppru",
14084
14586
  "colorBackgroundLayoutMain": "--color-background-layout-main-5ilwcb",
14587
+ "colorBackgroundDrawer": "--color-background-drawer-5hs0eh",
14085
14588
  "colorBackgroundLayoutMobilePanel": "--color-background-layout-mobile-panel-ed0ava",
14086
14589
  "colorBackgroundLayoutPanelContent": "--color-background-layout-panel-content-xto15e",
14087
14590
  "colorBackgroundLayoutPanelHover": "--color-background-layout-panel-hover-tguulw",
@@ -14326,6 +14829,19 @@ export var preset = {
14326
14829
  "colorDropzoneBorderHover": "--color-dropzone-border-hover-otpag5",
14327
14830
  "colorGapGlobalDrawer": "--color-gap-global-drawer-nh699a",
14328
14831
  "colorTreeViewConnectorLine": "--color-tree-view-connector-line-1usxvn",
14832
+ "colorBackgroundActionCardDefault": "--color-background-action-card-default-src0mr",
14833
+ "colorBackgroundActionCardHover": "--color-background-action-card-hover-doobfp",
14834
+ "colorBackgroundActionCardActive": "--color-background-action-card-active-4mj226",
14835
+ "colorBorderActionCardDefault": "--color-border-action-card-default-dtywof",
14836
+ "colorBorderActionCardHover": "--color-border-action-card-hover-onrya1",
14837
+ "colorBorderActionCardActive": "--color-border-action-card-active-ak3vrv",
14838
+ "colorBorderActionCardDisabled": "--color-border-action-card-disabled-9xqqxt",
14839
+ "colorBackgroundActionCardDisabled": "--color-background-action-card-disabled-71qsdt",
14840
+ "colorTextActionCardDisabled": "--color-text-action-card-disabled-htx40i",
14841
+ "colorIconActionCardDefault": "--color-icon-action-card-default-anh0vz",
14842
+ "colorIconActionCardHover": "--color-icon-action-card-hover-qxq4pp",
14843
+ "colorIconActionCardActive": "--color-icon-action-card-active-rhp94s",
14844
+ "colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
14329
14845
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
14330
14846
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
14331
14847
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
@@ -14423,9 +14939,10 @@ export var preset = {
14423
14939
  "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-1p0hnu",
14424
14940
  "borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
14425
14941
  "borderWidthCard": "--border-width-card-x24gzt",
14426
- "borderWidthCardHighlighted": "--border-width-card-highlighted-x17dhn",
14942
+ "borderWidthCardSelected": "--border-width-card-selected-01i6br",
14427
14943
  "borderWidthItemCard": "--border-width-item-card-3wmyp3",
14428
14944
  "borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
14945
+ "borderWidthItemSelected": "--border-width-item-selected-yv93vd",
14429
14946
  "borderWidthAlert": "--border-width-alert-tuifgy",
14430
14947
  "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
14431
14948
  "borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
@@ -14441,6 +14958,12 @@ export var preset = {
14441
14958
  "borderWidthIconMedium": "--border-width-icon-medium-b7icqv",
14442
14959
  "borderWidthIconBig": "--border-width-icon-big-ymgy42",
14443
14960
  "borderWidthIconLarge": "--border-width-icon-large-u645rg",
14961
+ "borderRadiusActionCardDefault": "--border-radius-action-card-default-ejctkq",
14962
+ "borderRadiusActionCardEmbedded": "--border-radius-action-card-embedded-3y65t8",
14963
+ "borderWidthActionCardDefault": "--border-width-action-card-default-jy3kut",
14964
+ "borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
14965
+ "borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
14966
+ "borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
14444
14967
  "motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
14445
14968
  "motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
14446
14969
  "motionDurationFast": "--motion-duration-fast-unntf6",
@@ -14560,6 +15083,12 @@ export var preset = {
14560
15083
  "spaceTableHorizontal": "--space-table-horizontal-suurzj",
14561
15084
  "spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
14562
15085
  "spaceTileGutter": "--space-tile-gutter-bi2bdv",
15086
+ "spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
15087
+ "spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",
15088
+ "spaceActionCardVerticalDefault": "--space-action-card-vertical-default-zqb3v3",
15089
+ "spaceActionCardVerticalEmbedded": "--space-action-card-vertical-embedded-f1rm8a",
15090
+ "spaceActionCardDescriptionPaddingTop": "--space-action-card-description-padding-top-qw1sd7",
15091
+ "spaceActionCardContentPaddingTop": "--space-action-card-content-padding-top-bew8kj",
14563
15092
  "spaceScaled2xNone": "--space-scaled-2x-none-987dp7",
14564
15093
  "spaceScaled2xXxxs": "--space-scaled-2x-xxxs-reumxj",
14565
15094
  "spaceScaled2xXxs": "--space-scaled-2x-xxs-e79hr1",