@cloudscape-design/components 3.0.1273 → 3.0.1275

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 (125) 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/button-dropdown/tooltip.d.ts.map +1 -1
  20. package/button-dropdown/tooltip.js +18 -5
  21. package/button-dropdown/tooltip.js.map +1 -1
  22. package/date-range-picker/calendar/grids/index.js +9 -9
  23. package/date-range-picker/calendar/grids/index.js.map +1 -1
  24. package/date-range-picker/calendar/header/index.js +5 -5
  25. package/date-range-picker/calendar/header/index.js.map +1 -1
  26. package/date-range-picker/calendar/index.d.ts +2 -1
  27. package/date-range-picker/calendar/index.d.ts.map +1 -1
  28. package/date-range-picker/calendar/index.js +5 -5
  29. package/date-range-picker/calendar/index.js.map +1 -1
  30. package/date-range-picker/calendar/interfaces.d.ts +1 -0
  31. package/date-range-picker/calendar/interfaces.d.ts.map +1 -1
  32. package/date-range-picker/calendar/interfaces.js.map +1 -1
  33. package/date-range-picker/calendar/utils.d.ts +4 -4
  34. package/date-range-picker/calendar/utils.d.ts.map +1 -1
  35. package/date-range-picker/calendar/utils.js +51 -25
  36. package/date-range-picker/calendar/utils.js.map +1 -1
  37. package/date-range-picker/dropdown.d.ts +3 -2
  38. package/date-range-picker/dropdown.d.ts.map +1 -1
  39. package/date-range-picker/dropdown.js +2 -2
  40. package/date-range-picker/dropdown.js.map +1 -1
  41. package/date-range-picker/index.d.ts.map +1 -1
  42. package/date-range-picker/index.js +2 -2
  43. package/date-range-picker/index.js.map +1 -1
  44. package/date-range-picker/interfaces.d.ts +9 -0
  45. package/date-range-picker/interfaces.d.ts.map +1 -1
  46. package/date-range-picker/interfaces.js.map +1 -1
  47. package/i18n/dynamic.d.ts +1 -1
  48. package/i18n/testing.js +1 -1
  49. package/i18n/testing.js.map +1 -1
  50. package/index.d.ts +1 -0
  51. package/index.d.ts.map +1 -1
  52. package/index.js +1 -0
  53. package/index.js.map +1 -1
  54. package/internal/base-component/styles.scoped.css +81 -3
  55. package/internal/components/drag-handle/button.d.ts +1 -1
  56. package/internal/components/drag-handle/index.d.ts +1 -1
  57. package/internal/components/structured-item/styles.css.js +7 -7
  58. package/internal/components/structured-item/styles.scoped.css +9 -8
  59. package/internal/components/structured-item/styles.selectors.js +7 -7
  60. package/internal/environment.js +2 -2
  61. package/internal/environment.json +2 -2
  62. package/internal/generated/styles/tokens.d.ts +27 -1
  63. package/internal/generated/styles/tokens.js +27 -1
  64. package/internal/generated/theming/index.cjs +502 -4
  65. package/internal/generated/theming/index.cjs.d.ts +36 -0
  66. package/internal/generated/theming/index.d.ts +36 -0
  67. package/internal/generated/theming/index.js +502 -4
  68. package/internal/manifest.json +1 -1
  69. package/internal/vendor/d3-scale.js +8 -8
  70. package/internal/vendor/react-virtual.js +1 -1
  71. package/item-card/styles.css.js +14 -14
  72. package/item-card/styles.scoped.css +52 -52
  73. package/item-card/styles.selectors.js +14 -14
  74. package/package.json +2 -1
  75. package/select/parts/filter.d.ts +1 -1
  76. package/table/body-cell/styles.css.js +48 -48
  77. package/table/body-cell/styles.scoped.css +379 -379
  78. package/table/body-cell/styles.selectors.js +48 -48
  79. package/table/styles.css.js +34 -34
  80. package/table/styles.scoped.css +42 -42
  81. package/table/styles.selectors.js +34 -34
  82. package/test-utils/dom/action-card/index.d.ts +29 -0
  83. package/test-utils/dom/action-card/index.js +64 -0
  84. package/test-utils/dom/action-card/index.js.map +1 -0
  85. package/test-utils/dom/autosuggest/index.js +16 -17
  86. package/test-utils/dom/autosuggest/index.js.map +1 -1
  87. package/test-utils/dom/button-dropdown/index.js +1 -2
  88. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  89. package/test-utils/dom/dropdown/index.d.ts +0 -1
  90. package/test-utils/dom/dropdown/index.js +0 -2
  91. package/test-utils/dom/dropdown/index.js.map +1 -1
  92. package/test-utils/dom/index.d.ts +28 -0
  93. package/test-utils/dom/index.js +21 -2
  94. package/test-utils/dom/index.js.map +1 -1
  95. package/test-utils/dom/internal/autosuggest-input.js +1 -2
  96. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  97. package/test-utils/dom/internal/dropdown-host.js +17 -18
  98. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  99. package/test-utils/dom/internal/dropdown.js +1 -2
  100. package/test-utils/dom/internal/dropdown.js.map +1 -1
  101. package/test-utils/selectors/action-card/index.d.ts +20 -0
  102. package/test-utils/selectors/action-card/index.js +36 -0
  103. package/test-utils/selectors/action-card/index.js.map +1 -0
  104. package/test-utils/selectors/autosuggest/index.js +16 -17
  105. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  106. package/test-utils/selectors/button-dropdown/index.js +1 -2
  107. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  108. package/test-utils/selectors/dropdown/index.d.ts +0 -1
  109. package/test-utils/selectors/dropdown/index.js +0 -2
  110. package/test-utils/selectors/dropdown/index.js.map +1 -1
  111. package/test-utils/selectors/index.d.ts +18 -0
  112. package/test-utils/selectors/index.js +16 -2
  113. package/test-utils/selectors/index.js.map +1 -1
  114. package/test-utils/selectors/internal/autosuggest-input.js +1 -2
  115. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  116. package/test-utils/selectors/internal/dropdown-host.js +17 -18
  117. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  118. package/test-utils/selectors/internal/dropdown.js +1 -2
  119. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  120. package/tiles/styles.css.js +30 -30
  121. package/tiles/styles.scoped.css +73 -73
  122. package/tiles/styles.selectors.js +30 -30
  123. package/internal/components/dropdown/styles.css.js +0 -7
  124. package/internal/components/dropdown/styles.scoped.css +0 -11
  125. package/internal/components/dropdown/styles.selectors.js +0 -8
@@ -2323,6 +2323,58 @@ module.exports.preset = {
2323
2323
  "light": "{colorNeutral500}",
2324
2324
  "dark": "{colorNeutral300}"
2325
2325
  },
2326
+ "colorBackgroundActionCardDefault": {
2327
+ "light": "{colorWhite}",
2328
+ "dark": "{colorNeutral850}"
2329
+ },
2330
+ "colorBackgroundActionCardHover": {
2331
+ "light": "{colorPrimary50}",
2332
+ "dark": "{colorNeutral800}"
2333
+ },
2334
+ "colorBackgroundActionCardActive": {
2335
+ "light": "{colorPrimary100}",
2336
+ "dark": "{colorNeutral700}"
2337
+ },
2338
+ "colorBorderActionCardDefault": {
2339
+ "light": "{colorPrimary600}",
2340
+ "dark": "{colorPrimary400}"
2341
+ },
2342
+ "colorBorderActionCardHover": {
2343
+ "light": "{colorPrimary900}",
2344
+ "dark": "{colorPrimary300}"
2345
+ },
2346
+ "colorBorderActionCardActive": {
2347
+ "light": "{colorPrimary900}",
2348
+ "dark": "{colorPrimary300}"
2349
+ },
2350
+ "colorBorderActionCardDisabled": {
2351
+ "light": "{colorNeutral400}",
2352
+ "dark": "{colorNeutral600}"
2353
+ },
2354
+ "colorBackgroundActionCardDisabled": {
2355
+ "light": "{colorWhite}",
2356
+ "dark": "{colorNeutral850}"
2357
+ },
2358
+ "colorTextActionCardDisabled": {
2359
+ "light": "{colorNeutral500}",
2360
+ "dark": "{colorNeutral500}"
2361
+ },
2362
+ "colorIconActionCardDefault": {
2363
+ "light": "{colorPrimary600}",
2364
+ "dark": "{colorPrimary400}"
2365
+ },
2366
+ "colorIconActionCardHover": {
2367
+ "light": "{colorPrimary900}",
2368
+ "dark": "{colorPrimary300}"
2369
+ },
2370
+ "colorIconActionCardActive": {
2371
+ "light": "{colorPrimary900}",
2372
+ "dark": "{colorPrimary300}"
2373
+ },
2374
+ "colorIconActionCardDisabled": {
2375
+ "light": "{colorNeutral400}",
2376
+ "dark": "{colorNeutral600}"
2377
+ },
2326
2378
  "fontBoxValueLargeWeight": "700",
2327
2379
  "fontButtonLetterSpacing": "0.005em",
2328
2380
  "fontChartDetailSize": "{fontSizeBodyS}",
@@ -2420,9 +2472,10 @@ module.exports.preset = {
2420
2472
  "borderLinkFocusRingOutline": "0",
2421
2473
  "borderLinkFocusRingShadowSpread": "2px",
2422
2474
  "borderWidthCard": "{borderDividerSectionWidth}",
2423
- "borderWidthCardHighlighted": "{borderItemWidth}",
2475
+ "borderWidthCardSelected": "{borderItemWidth}",
2424
2476
  "borderWidthItemCard": "{borderWidthCard}",
2425
- "borderWidthItemCardHighlighted": "{borderWidthCardHighlighted}",
2477
+ "borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
2478
+ "borderWidthItemSelected": "2px",
2426
2479
  "borderWidthAlert": "2px",
2427
2480
  "borderWidthAlertBlockStart": "{borderWidthAlert}",
2428
2481
  "borderWidthAlertBlockEnd": "{borderWidthAlert}",
@@ -2438,6 +2491,12 @@ module.exports.preset = {
2438
2491
  "borderWidthIconMedium": "2px",
2439
2492
  "borderWidthIconBig": "3px",
2440
2493
  "borderWidthIconLarge": "4px",
2494
+ "borderRadiusActionCardDefault": "{borderRadiusCardDefault}",
2495
+ "borderRadiusActionCardEmbedded": "{borderRadiusCardEmbedded}",
2496
+ "borderWidthActionCardDefault": "{borderWidthCard}",
2497
+ "borderWidthActionCardHover": "{borderWidthCard}",
2498
+ "borderWidthActionCardActive": "{borderWidthCard}",
2499
+ "borderWidthActionCardDisabled": "{borderWidthCard}",
2441
2500
  "motionDurationExtraFast": {
2442
2501
  "default": "45ms",
2443
2502
  "disabled": "0ms"
@@ -2914,6 +2973,30 @@ module.exports.preset = {
2914
2973
  "comfortable": "{spaceXl}",
2915
2974
  "compact": "{spaceM}"
2916
2975
  },
2976
+ "spaceActionCardHorizontalDefault": {
2977
+ "comfortable": "{spaceCardHorizontalDefault}",
2978
+ "compact": "{spaceCardHorizontalDefault}"
2979
+ },
2980
+ "spaceActionCardHorizontalEmbedded": {
2981
+ "comfortable": "{spaceCardHorizontalEmbedded}",
2982
+ "compact": "{spaceCardHorizontalEmbedded}"
2983
+ },
2984
+ "spaceActionCardVerticalDefault": {
2985
+ "comfortable": "{spaceCardVerticalDefault}",
2986
+ "compact": "{spaceCardVerticalDefault}"
2987
+ },
2988
+ "spaceActionCardVerticalEmbedded": {
2989
+ "comfortable": "{spaceCardVerticalEmbedded}",
2990
+ "compact": "{spaceCardVerticalEmbedded}"
2991
+ },
2992
+ "spaceActionCardDescriptionPaddingTop": {
2993
+ "comfortable": "{spaceScaledXxs}",
2994
+ "compact": "{spaceScaledXxs}"
2995
+ },
2996
+ "spaceActionCardContentPaddingTop": {
2997
+ "comfortable": "{spaceScaledXs}",
2998
+ "compact": "{spaceScaledXs}"
2999
+ },
2917
3000
  "spaceScaled2xNone": {
2918
3001
  "comfortable": "{spaceNone}",
2919
3002
  "compact": "{spaceNone}"
@@ -3424,6 +3507,30 @@ module.exports.preset = {
3424
3507
  "comfortable": "{spaceXl}",
3425
3508
  "compact": "{spaceM}"
3426
3509
  },
3510
+ "spaceActionCardHorizontalDefault": {
3511
+ "comfortable": "{spaceCardHorizontalDefault}",
3512
+ "compact": "{spaceCardHorizontalDefault}"
3513
+ },
3514
+ "spaceActionCardHorizontalEmbedded": {
3515
+ "comfortable": "{spaceCardHorizontalEmbedded}",
3516
+ "compact": "{spaceCardHorizontalEmbedded}"
3517
+ },
3518
+ "spaceActionCardVerticalDefault": {
3519
+ "comfortable": "{spaceCardVerticalDefault}",
3520
+ "compact": "{spaceCardVerticalDefault}"
3521
+ },
3522
+ "spaceActionCardVerticalEmbedded": {
3523
+ "comfortable": "{spaceCardVerticalEmbedded}",
3524
+ "compact": "{spaceCardVerticalEmbedded}"
3525
+ },
3526
+ "spaceActionCardDescriptionPaddingTop": {
3527
+ "comfortable": "{spaceScaledXxs}",
3528
+ "compact": "{spaceScaledXxs}"
3529
+ },
3530
+ "spaceActionCardContentPaddingTop": {
3531
+ "comfortable": "{spaceScaledXs}",
3532
+ "compact": "{spaceScaledXs}"
3533
+ },
3427
3534
  "spaceScaled2xNone": {
3428
3535
  "comfortable": "{spaceNone}",
3429
3536
  "compact": "{spaceNone}"
@@ -4790,6 +4897,58 @@ module.exports.preset = {
4790
4897
  "light": "{colorNeutral300}",
4791
4898
  "dark": "{colorNeutral300}"
4792
4899
  },
4900
+ "colorBackgroundActionCardDefault": {
4901
+ "light": "{colorNeutral850}",
4902
+ "dark": "{colorNeutral850}"
4903
+ },
4904
+ "colorBackgroundActionCardHover": {
4905
+ "light": "{colorNeutral800}",
4906
+ "dark": "{colorNeutral800}"
4907
+ },
4908
+ "colorBackgroundActionCardActive": {
4909
+ "light": "{colorNeutral700}",
4910
+ "dark": "{colorNeutral700}"
4911
+ },
4912
+ "colorBorderActionCardDefault": {
4913
+ "light": "{colorPrimary400}",
4914
+ "dark": "{colorPrimary400}"
4915
+ },
4916
+ "colorBorderActionCardHover": {
4917
+ "light": "{colorPrimary300}",
4918
+ "dark": "{colorPrimary300}"
4919
+ },
4920
+ "colorBorderActionCardActive": {
4921
+ "light": "{colorPrimary300}",
4922
+ "dark": "{colorPrimary300}"
4923
+ },
4924
+ "colorBorderActionCardDisabled": {
4925
+ "light": "{colorNeutral600}",
4926
+ "dark": "{colorNeutral600}"
4927
+ },
4928
+ "colorBackgroundActionCardDisabled": {
4929
+ "light": "{colorNeutral850}",
4930
+ "dark": "{colorNeutral850}"
4931
+ },
4932
+ "colorTextActionCardDisabled": {
4933
+ "light": "{colorNeutral500}",
4934
+ "dark": "{colorNeutral500}"
4935
+ },
4936
+ "colorIconActionCardDefault": {
4937
+ "light": "{colorPrimary400}",
4938
+ "dark": "{colorPrimary400}"
4939
+ },
4940
+ "colorIconActionCardHover": {
4941
+ "light": "{colorPrimary300}",
4942
+ "dark": "{colorPrimary300}"
4943
+ },
4944
+ "colorIconActionCardActive": {
4945
+ "light": "{colorPrimary300}",
4946
+ "dark": "{colorPrimary300}"
4947
+ },
4948
+ "colorIconActionCardDisabled": {
4949
+ "light": "{colorNeutral600}",
4950
+ "dark": "{colorNeutral600}"
4951
+ },
4793
4952
  "colorPrimary50": "#f0fbff",
4794
4953
  "colorPrimary100": "#d1f1ff",
4795
4954
  "colorPrimary200": "#b8e7ff",
@@ -6183,6 +6342,58 @@ module.exports.preset = {
6183
6342
  "light": "{colorNeutral300}",
6184
6343
  "dark": "{colorNeutral300}"
6185
6344
  },
6345
+ "colorBackgroundActionCardDefault": {
6346
+ "light": "{colorNeutral850}",
6347
+ "dark": "{colorNeutral850}"
6348
+ },
6349
+ "colorBackgroundActionCardHover": {
6350
+ "light": "{colorNeutral800}",
6351
+ "dark": "{colorNeutral800}"
6352
+ },
6353
+ "colorBackgroundActionCardActive": {
6354
+ "light": "{colorNeutral700}",
6355
+ "dark": "{colorNeutral700}"
6356
+ },
6357
+ "colorBorderActionCardDefault": {
6358
+ "light": "{colorPrimary400}",
6359
+ "dark": "{colorPrimary400}"
6360
+ },
6361
+ "colorBorderActionCardHover": {
6362
+ "light": "{colorPrimary300}",
6363
+ "dark": "{colorPrimary300}"
6364
+ },
6365
+ "colorBorderActionCardActive": {
6366
+ "light": "{colorPrimary300}",
6367
+ "dark": "{colorPrimary300}"
6368
+ },
6369
+ "colorBorderActionCardDisabled": {
6370
+ "light": "{colorNeutral600}",
6371
+ "dark": "{colorNeutral600}"
6372
+ },
6373
+ "colorBackgroundActionCardDisabled": {
6374
+ "light": "{colorNeutral850}",
6375
+ "dark": "{colorNeutral850}"
6376
+ },
6377
+ "colorTextActionCardDisabled": {
6378
+ "light": "{colorNeutral500}",
6379
+ "dark": "{colorNeutral500}"
6380
+ },
6381
+ "colorIconActionCardDefault": {
6382
+ "light": "{colorPrimary400}",
6383
+ "dark": "{colorPrimary400}"
6384
+ },
6385
+ "colorIconActionCardHover": {
6386
+ "light": "{colorPrimary300}",
6387
+ "dark": "{colorPrimary300}"
6388
+ },
6389
+ "colorIconActionCardActive": {
6390
+ "light": "{colorPrimary300}",
6391
+ "dark": "{colorPrimary300}"
6392
+ },
6393
+ "colorIconActionCardDisabled": {
6394
+ "light": "{colorNeutral600}",
6395
+ "dark": "{colorNeutral600}"
6396
+ },
6186
6397
  "colorPrimary50": "#f0fbff",
6187
6398
  "colorPrimary100": "#d1f1ff",
6188
6399
  "colorPrimary200": "#b8e7ff",
@@ -7503,6 +7714,58 @@ module.exports.preset = {
7503
7714
  "colorTreeViewConnectorLine": {
7504
7715
  "light": "{colorNeutral500}",
7505
7716
  "dark": "{colorNeutral300}"
7717
+ },
7718
+ "colorBackgroundActionCardDefault": {
7719
+ "light": "{colorWhite}",
7720
+ "dark": "{colorNeutral850}"
7721
+ },
7722
+ "colorBackgroundActionCardHover": {
7723
+ "light": "{colorPrimary50}",
7724
+ "dark": "{colorNeutral800}"
7725
+ },
7726
+ "colorBackgroundActionCardActive": {
7727
+ "light": "{colorPrimary100}",
7728
+ "dark": "{colorNeutral700}"
7729
+ },
7730
+ "colorBorderActionCardDefault": {
7731
+ "light": "{colorPrimary600}",
7732
+ "dark": "{colorPrimary400}"
7733
+ },
7734
+ "colorBorderActionCardHover": {
7735
+ "light": "{colorPrimary900}",
7736
+ "dark": "{colorPrimary300}"
7737
+ },
7738
+ "colorBorderActionCardActive": {
7739
+ "light": "{colorPrimary900}",
7740
+ "dark": "{colorPrimary300}"
7741
+ },
7742
+ "colorBorderActionCardDisabled": {
7743
+ "light": "{colorNeutral400}",
7744
+ "dark": "{colorNeutral600}"
7745
+ },
7746
+ "colorBackgroundActionCardDisabled": {
7747
+ "light": "{colorWhite}",
7748
+ "dark": "{colorNeutral850}"
7749
+ },
7750
+ "colorTextActionCardDisabled": {
7751
+ "light": "{colorNeutral500}",
7752
+ "dark": "{colorNeutral500}"
7753
+ },
7754
+ "colorIconActionCardDefault": {
7755
+ "light": "{colorPrimary600}",
7756
+ "dark": "{colorPrimary400}"
7757
+ },
7758
+ "colorIconActionCardHover": {
7759
+ "light": "{colorPrimary900}",
7760
+ "dark": "{colorPrimary300}"
7761
+ },
7762
+ "colorIconActionCardActive": {
7763
+ "light": "{colorPrimary900}",
7764
+ "dark": "{colorPrimary300}"
7765
+ },
7766
+ "colorIconActionCardDisabled": {
7767
+ "light": "{colorNeutral400}",
7768
+ "dark": "{colorNeutral600}"
7506
7769
  }
7507
7770
  }
7508
7771
  },
@@ -8709,6 +8972,58 @@ module.exports.preset = {
8709
8972
  "colorTreeViewConnectorLine": {
8710
8973
  "light": "{colorNeutral500}",
8711
8974
  "dark": "{colorNeutral300}"
8975
+ },
8976
+ "colorBackgroundActionCardDefault": {
8977
+ "light": "{colorWhite}",
8978
+ "dark": "{colorNeutral850}"
8979
+ },
8980
+ "colorBackgroundActionCardHover": {
8981
+ "light": "{colorPrimary50}",
8982
+ "dark": "{colorNeutral800}"
8983
+ },
8984
+ "colorBackgroundActionCardActive": {
8985
+ "light": "{colorPrimary100}",
8986
+ "dark": "{colorNeutral700}"
8987
+ },
8988
+ "colorBorderActionCardDefault": {
8989
+ "light": "{colorPrimary600}",
8990
+ "dark": "{colorPrimary400}"
8991
+ },
8992
+ "colorBorderActionCardHover": {
8993
+ "light": "{colorPrimary900}",
8994
+ "dark": "{colorPrimary300}"
8995
+ },
8996
+ "colorBorderActionCardActive": {
8997
+ "light": "{colorPrimary900}",
8998
+ "dark": "{colorPrimary300}"
8999
+ },
9000
+ "colorBorderActionCardDisabled": {
9001
+ "light": "{colorNeutral400}",
9002
+ "dark": "{colorNeutral600}"
9003
+ },
9004
+ "colorBackgroundActionCardDisabled": {
9005
+ "light": "{colorWhite}",
9006
+ "dark": "{colorNeutral850}"
9007
+ },
9008
+ "colorTextActionCardDisabled": {
9009
+ "light": "{colorNeutral500}",
9010
+ "dark": "{colorNeutral500}"
9011
+ },
9012
+ "colorIconActionCardDefault": {
9013
+ "light": "{colorPrimary600}",
9014
+ "dark": "{colorPrimary400}"
9015
+ },
9016
+ "colorIconActionCardHover": {
9017
+ "light": "{colorPrimary900}",
9018
+ "dark": "{colorPrimary300}"
9019
+ },
9020
+ "colorIconActionCardActive": {
9021
+ "light": "{colorPrimary900}",
9022
+ "dark": "{colorPrimary300}"
9023
+ },
9024
+ "colorIconActionCardDisabled": {
9025
+ "light": "{colorNeutral400}",
9026
+ "dark": "{colorNeutral600}"
8712
9027
  }
8713
9028
  }
8714
9029
  },
@@ -9916,6 +10231,58 @@ module.exports.preset = {
9916
10231
  "light": "{colorNeutral500}",
9917
10232
  "dark": "{colorNeutral300}"
9918
10233
  },
10234
+ "colorBackgroundActionCardDefault": {
10235
+ "light": "{colorWhite}",
10236
+ "dark": "{colorNeutral850}"
10237
+ },
10238
+ "colorBackgroundActionCardHover": {
10239
+ "light": "{colorPrimary50}",
10240
+ "dark": "{colorNeutral800}"
10241
+ },
10242
+ "colorBackgroundActionCardActive": {
10243
+ "light": "{colorPrimary100}",
10244
+ "dark": "{colorNeutral700}"
10245
+ },
10246
+ "colorBorderActionCardDefault": {
10247
+ "light": "{colorPrimary600}",
10248
+ "dark": "{colorPrimary400}"
10249
+ },
10250
+ "colorBorderActionCardHover": {
10251
+ "light": "{colorPrimary900}",
10252
+ "dark": "{colorPrimary300}"
10253
+ },
10254
+ "colorBorderActionCardActive": {
10255
+ "light": "{colorPrimary900}",
10256
+ "dark": "{colorPrimary300}"
10257
+ },
10258
+ "colorBorderActionCardDisabled": {
10259
+ "light": "{colorNeutral400}",
10260
+ "dark": "{colorNeutral600}"
10261
+ },
10262
+ "colorBackgroundActionCardDisabled": {
10263
+ "light": "{colorWhite}",
10264
+ "dark": "{colorNeutral850}"
10265
+ },
10266
+ "colorTextActionCardDisabled": {
10267
+ "light": "{colorNeutral500}",
10268
+ "dark": "{colorNeutral500}"
10269
+ },
10270
+ "colorIconActionCardDefault": {
10271
+ "light": "{colorPrimary600}",
10272
+ "dark": "{colorPrimary400}"
10273
+ },
10274
+ "colorIconActionCardHover": {
10275
+ "light": "{colorPrimary900}",
10276
+ "dark": "{colorPrimary300}"
10277
+ },
10278
+ "colorIconActionCardActive": {
10279
+ "light": "{colorPrimary900}",
10280
+ "dark": "{colorPrimary300}"
10281
+ },
10282
+ "colorIconActionCardDisabled": {
10283
+ "light": "{colorNeutral400}",
10284
+ "dark": "{colorNeutral600}"
10285
+ },
9919
10286
  "fontExpandableHeadingSize": "14px",
9920
10287
  "borderDividerSectionWidth": "1px"
9921
10288
  }
@@ -11123,6 +11490,58 @@ module.exports.preset = {
11123
11490
  "colorTreeViewConnectorLine": {
11124
11491
  "light": "{colorNeutral300}",
11125
11492
  "dark": "{colorNeutral300}"
11493
+ },
11494
+ "colorBackgroundActionCardDefault": {
11495
+ "light": "{colorNeutral850}",
11496
+ "dark": "{colorNeutral850}"
11497
+ },
11498
+ "colorBackgroundActionCardHover": {
11499
+ "light": "{colorNeutral800}",
11500
+ "dark": "{colorNeutral800}"
11501
+ },
11502
+ "colorBackgroundActionCardActive": {
11503
+ "light": "{colorNeutral700}",
11504
+ "dark": "{colorNeutral700}"
11505
+ },
11506
+ "colorBorderActionCardDefault": {
11507
+ "light": "{colorPrimary400}",
11508
+ "dark": "{colorPrimary400}"
11509
+ },
11510
+ "colorBorderActionCardHover": {
11511
+ "light": "{colorPrimary300}",
11512
+ "dark": "{colorPrimary300}"
11513
+ },
11514
+ "colorBorderActionCardActive": {
11515
+ "light": "{colorPrimary300}",
11516
+ "dark": "{colorPrimary300}"
11517
+ },
11518
+ "colorBorderActionCardDisabled": {
11519
+ "light": "{colorNeutral600}",
11520
+ "dark": "{colorNeutral600}"
11521
+ },
11522
+ "colorBackgroundActionCardDisabled": {
11523
+ "light": "{colorNeutral850}",
11524
+ "dark": "{colorNeutral850}"
11525
+ },
11526
+ "colorTextActionCardDisabled": {
11527
+ "light": "{colorNeutral500}",
11528
+ "dark": "{colorNeutral500}"
11529
+ },
11530
+ "colorIconActionCardDefault": {
11531
+ "light": "{colorPrimary400}",
11532
+ "dark": "{colorPrimary400}"
11533
+ },
11534
+ "colorIconActionCardHover": {
11535
+ "light": "{colorPrimary300}",
11536
+ "dark": "{colorPrimary300}"
11537
+ },
11538
+ "colorIconActionCardActive": {
11539
+ "light": "{colorPrimary300}",
11540
+ "dark": "{colorPrimary300}"
11541
+ },
11542
+ "colorIconActionCardDisabled": {
11543
+ "light": "{colorNeutral600}",
11544
+ "dark": "{colorNeutral600}"
11126
11545
  }
11127
11546
  }
11128
11547
  },
@@ -11709,6 +12128,19 @@ module.exports.preset = {
11709
12128
  "colorDropzoneBorderHover": "color",
11710
12129
  "colorGapGlobalDrawer": "color",
11711
12130
  "colorTreeViewConnectorLine": "color",
12131
+ "colorBackgroundActionCardDefault": "color",
12132
+ "colorBackgroundActionCardHover": "color",
12133
+ "colorBackgroundActionCardActive": "color",
12134
+ "colorBorderActionCardDefault": "color",
12135
+ "colorBorderActionCardHover": "color",
12136
+ "colorBorderActionCardActive": "color",
12137
+ "colorBorderActionCardDisabled": "color",
12138
+ "colorBackgroundActionCardDisabled": "color",
12139
+ "colorTextActionCardDisabled": "color",
12140
+ "colorIconActionCardDefault": "color",
12141
+ "colorIconActionCardHover": "color",
12142
+ "colorIconActionCardActive": "color",
12143
+ "colorIconActionCardDisabled": "color",
11712
12144
  "motionDurationExtraFast": "motion",
11713
12145
  "motionDurationExtraSlow": "motion",
11714
12146
  "motionDurationFast": "motion",
@@ -11828,6 +12260,12 @@ module.exports.preset = {
11828
12260
  "spaceTableHorizontal": "density",
11829
12261
  "spaceTreeViewIndentation": "density",
11830
12262
  "spaceTileGutter": "density",
12263
+ "spaceActionCardHorizontalDefault": "density",
12264
+ "spaceActionCardHorizontalEmbedded": "density",
12265
+ "spaceActionCardVerticalDefault": "density",
12266
+ "spaceActionCardVerticalEmbedded": "density",
12267
+ "spaceActionCardDescriptionPaddingTop": "density",
12268
+ "spaceActionCardContentPaddingTop": "density",
11831
12269
  "spaceScaled2xNone": "density",
11832
12270
  "spaceScaled2xXxxs": "density",
11833
12271
  "spaceScaled2xXxs": "density",
@@ -12405,6 +12843,8 @@ module.exports.preset = {
12405
12843
  "borderRadiusToken",
12406
12844
  "borderRadiusTutorialPanelItem",
12407
12845
  "borderWidthCard",
12846
+ "borderWidthCardSelected",
12847
+ "borderWidthItemSelected",
12408
12848
  "borderWidthAlert",
12409
12849
  "borderWidthAlertBlockStart",
12410
12850
  "borderWidthAlertBlockEnd",
@@ -12420,6 +12860,8 @@ module.exports.preset = {
12420
12860
  "borderWidthIconMedium",
12421
12861
  "borderWidthIconBig",
12422
12862
  "borderWidthIconLarge",
12863
+ "borderRadiusActionCardDefault",
12864
+ "borderRadiusActionCardEmbedded",
12423
12865
  "spaceAlertVertical",
12424
12866
  "spaceButtonHorizontal",
12425
12867
  "spaceButtonVertical",
@@ -12830,6 +13272,8 @@ module.exports.preset = {
12830
13272
  "borderRadiusChatBubble",
12831
13273
  "borderRadiusTutorialPanelItem",
12832
13274
  "borderWidthCard",
13275
+ "borderWidthCardSelected",
13276
+ "borderWidthItemSelected",
12833
13277
  "borderWidthAlert",
12834
13278
  "borderWidthAlertBlockStart",
12835
13279
  "borderWidthAlertBlockEnd",
@@ -12845,6 +13289,8 @@ module.exports.preset = {
12845
13289
  "borderWidthIconMedium",
12846
13290
  "borderWidthIconBig",
12847
13291
  "borderWidthIconLarge",
13292
+ "borderRadiusActionCardDefault",
13293
+ "borderRadiusActionCardEmbedded",
12848
13294
  "motionDurationAvatarGenAiGradient",
12849
13295
  "motionDurationAvatarLoadingDots",
12850
13296
  "motionEasingAvatarGenAiGradient",
@@ -13462,6 +13908,19 @@ module.exports.preset = {
13462
13908
  "colorDropzoneBorderHover": "color-dropzone-border-hover",
13463
13909
  "colorGapGlobalDrawer": "color-gap-global-drawer",
13464
13910
  "colorTreeViewConnectorLine": "color-tree-view-connector-line",
13911
+ "colorBackgroundActionCardDefault": "color-background-action-card-default",
13912
+ "colorBackgroundActionCardHover": "color-background-action-card-hover",
13913
+ "colorBackgroundActionCardActive": "color-background-action-card-active",
13914
+ "colorBorderActionCardDefault": "color-border-action-card-default",
13915
+ "colorBorderActionCardHover": "color-border-action-card-hover",
13916
+ "colorBorderActionCardActive": "color-border-action-card-active",
13917
+ "colorBorderActionCardDisabled": "color-border-action-card-disabled",
13918
+ "colorBackgroundActionCardDisabled": "color-background-action-card-disabled",
13919
+ "colorTextActionCardDisabled": "color-text-action-card-disabled",
13920
+ "colorIconActionCardDefault": "color-icon-action-card-default",
13921
+ "colorIconActionCardHover": "color-icon-action-card-hover",
13922
+ "colorIconActionCardActive": "color-icon-action-card-active",
13923
+ "colorIconActionCardDisabled": "color-icon-action-card-disabled",
13465
13924
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
13466
13925
  "fontButtonLetterSpacing": "font-button-letter-spacing",
13467
13926
  "fontChartDetailSize": "font-chart-detail-size",
@@ -13559,9 +14018,10 @@ module.exports.preset = {
13559
14018
  "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
13560
14019
  "borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
13561
14020
  "borderWidthCard": "border-width-card",
13562
- "borderWidthCardHighlighted": "border-width-card-highlighted",
14021
+ "borderWidthCardSelected": "border-width-card-selected",
13563
14022
  "borderWidthItemCard": "border-width-item-card",
13564
14023
  "borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
14024
+ "borderWidthItemSelected": "border-width-item-selected",
13565
14025
  "borderWidthAlert": "border-width-alert",
13566
14026
  "borderWidthAlertBlockStart": "border-width-alert-block-start",
13567
14027
  "borderWidthAlertBlockEnd": "border-width-alert-block-end",
@@ -13577,6 +14037,12 @@ module.exports.preset = {
13577
14037
  "borderWidthIconMedium": "border-width-icon-medium",
13578
14038
  "borderWidthIconBig": "border-width-icon-big",
13579
14039
  "borderWidthIconLarge": "border-width-icon-large",
14040
+ "borderRadiusActionCardDefault": "border-radius-action-card-default",
14041
+ "borderRadiusActionCardEmbedded": "border-radius-action-card-embedded",
14042
+ "borderWidthActionCardDefault": "border-width-action-card-default",
14043
+ "borderWidthActionCardHover": "border-width-action-card-hover",
14044
+ "borderWidthActionCardActive": "border-width-action-card-active",
14045
+ "borderWidthActionCardDisabled": "border-width-action-card-disabled",
13580
14046
  "motionDurationExtraFast": "motion-duration-extra-fast",
13581
14047
  "motionDurationExtraSlow": "motion-duration-extra-slow",
13582
14048
  "motionDurationFast": "motion-duration-fast",
@@ -13696,6 +14162,12 @@ module.exports.preset = {
13696
14162
  "spaceTableHorizontal": "space-table-horizontal",
13697
14163
  "spaceTreeViewIndentation": "space-tree-view-indentation",
13698
14164
  "spaceTileGutter": "space-tile-gutter",
14165
+ "spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
14166
+ "spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
14167
+ "spaceActionCardVerticalDefault": "space-action-card-vertical-default",
14168
+ "spaceActionCardVerticalEmbedded": "space-action-card-vertical-embedded",
14169
+ "spaceActionCardDescriptionPaddingTop": "space-action-card-description-padding-top",
14170
+ "spaceActionCardContentPaddingTop": "space-action-card-content-padding-top",
13699
14171
  "spaceScaled2xNone": "space-scaled-2x-none",
13700
14172
  "spaceScaled2xXxxs": "space-scaled-2x-xxxs",
13701
14173
  "spaceScaled2xXxs": "space-scaled-2x-xxs",
@@ -14326,6 +14798,19 @@ module.exports.preset = {
14326
14798
  "colorDropzoneBorderHover": "--color-dropzone-border-hover-otpag5",
14327
14799
  "colorGapGlobalDrawer": "--color-gap-global-drawer-nh699a",
14328
14800
  "colorTreeViewConnectorLine": "--color-tree-view-connector-line-1usxvn",
14801
+ "colorBackgroundActionCardDefault": "--color-background-action-card-default-src0mr",
14802
+ "colorBackgroundActionCardHover": "--color-background-action-card-hover-doobfp",
14803
+ "colorBackgroundActionCardActive": "--color-background-action-card-active-4mj226",
14804
+ "colorBorderActionCardDefault": "--color-border-action-card-default-dtywof",
14805
+ "colorBorderActionCardHover": "--color-border-action-card-hover-onrya1",
14806
+ "colorBorderActionCardActive": "--color-border-action-card-active-ak3vrv",
14807
+ "colorBorderActionCardDisabled": "--color-border-action-card-disabled-9xqqxt",
14808
+ "colorBackgroundActionCardDisabled": "--color-background-action-card-disabled-71qsdt",
14809
+ "colorTextActionCardDisabled": "--color-text-action-card-disabled-htx40i",
14810
+ "colorIconActionCardDefault": "--color-icon-action-card-default-anh0vz",
14811
+ "colorIconActionCardHover": "--color-icon-action-card-hover-qxq4pp",
14812
+ "colorIconActionCardActive": "--color-icon-action-card-active-rhp94s",
14813
+ "colorIconActionCardDisabled": "--color-icon-action-card-disabled-wm3kyf",
14329
14814
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
14330
14815
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
14331
14816
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
@@ -14423,9 +14908,10 @@ module.exports.preset = {
14423
14908
  "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-1p0hnu",
14424
14909
  "borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-39uvxr",
14425
14910
  "borderWidthCard": "--border-width-card-x24gzt",
14426
- "borderWidthCardHighlighted": "--border-width-card-highlighted-x17dhn",
14911
+ "borderWidthCardSelected": "--border-width-card-selected-01i6br",
14427
14912
  "borderWidthItemCard": "--border-width-item-card-3wmyp3",
14428
14913
  "borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
14914
+ "borderWidthItemSelected": "--border-width-item-selected-yv93vd",
14429
14915
  "borderWidthAlert": "--border-width-alert-tuifgy",
14430
14916
  "borderWidthAlertBlockStart": "--border-width-alert-block-start-5wbfsk",
14431
14917
  "borderWidthAlertBlockEnd": "--border-width-alert-block-end-q8rr42",
@@ -14441,6 +14927,12 @@ module.exports.preset = {
14441
14927
  "borderWidthIconMedium": "--border-width-icon-medium-b7icqv",
14442
14928
  "borderWidthIconBig": "--border-width-icon-big-ymgy42",
14443
14929
  "borderWidthIconLarge": "--border-width-icon-large-u645rg",
14930
+ "borderRadiusActionCardDefault": "--border-radius-action-card-default-ejctkq",
14931
+ "borderRadiusActionCardEmbedded": "--border-radius-action-card-embedded-3y65t8",
14932
+ "borderWidthActionCardDefault": "--border-width-action-card-default-jy3kut",
14933
+ "borderWidthActionCardHover": "--border-width-action-card-hover-02l6fg",
14934
+ "borderWidthActionCardActive": "--border-width-action-card-active-pwtgzu",
14935
+ "borderWidthActionCardDisabled": "--border-width-action-card-disabled-rdvlbc",
14444
14936
  "motionDurationExtraFast": "--motion-duration-extra-fast-l4w48j",
14445
14937
  "motionDurationExtraSlow": "--motion-duration-extra-slow-29bqym",
14446
14938
  "motionDurationFast": "--motion-duration-fast-unntf6",
@@ -14560,6 +15052,12 @@ module.exports.preset = {
14560
15052
  "spaceTableHorizontal": "--space-table-horizontal-suurzj",
14561
15053
  "spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
14562
15054
  "spaceTileGutter": "--space-tile-gutter-bi2bdv",
15055
+ "spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
15056
+ "spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",
15057
+ "spaceActionCardVerticalDefault": "--space-action-card-vertical-default-zqb3v3",
15058
+ "spaceActionCardVerticalEmbedded": "--space-action-card-vertical-embedded-f1rm8a",
15059
+ "spaceActionCardDescriptionPaddingTop": "--space-action-card-description-padding-top-qw1sd7",
15060
+ "spaceActionCardContentPaddingTop": "--space-action-card-content-padding-top-bew8kj",
14563
15061
  "spaceScaled2xNone": "--space-scaled-2x-none-987dp7",
14564
15062
  "spaceScaled2xXxxs": "--space-scaled-2x-xxxs-reumxj",
14565
15063
  "spaceScaled2xXxs": "--space-scaled-2x-xxs-e79hr1",