@cloudscape-design/components-themeable 3.0.1279 → 3.0.1280

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 (108) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/action-card/constants.scss +43 -0
  3. package/lib/internal/scss/action-card/mixins.scss +69 -0
  4. package/lib/internal/scss/action-card/motion.scss +31 -0
  5. package/lib/internal/scss/action-card/styles.scss +229 -0
  6. package/lib/internal/scss/action-card/test-classes/styles.scss +13 -0
  7. package/lib/internal/scss/internal/components/structured-item/styles.scss +1 -0
  8. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  9. package/lib/internal/scss/item-card/styles.scss +2 -2
  10. package/lib/internal/scss/table/body-cell/styles.scss +1 -1
  11. package/lib/internal/scss/table/styles.scss +1 -1
  12. package/lib/internal/scss/tiles/styles.scss +2 -1
  13. package/lib/internal/template/action-card/index.d.ts +6 -0
  14. package/lib/internal/template/action-card/index.d.ts.map +1 -0
  15. package/lib/internal/template/action-card/index.js +30 -0
  16. package/lib/internal/template/action-card/index.js.map +1 -0
  17. package/lib/internal/template/action-card/interfaces.d.ts +81 -0
  18. package/lib/internal/template/action-card/interfaces.d.ts.map +1 -0
  19. package/lib/internal/template/action-card/interfaces.js +2 -0
  20. package/lib/internal/template/action-card/interfaces.js.map +1 -0
  21. package/lib/internal/template/action-card/internal.d.ts +7 -0
  22. package/lib/internal/template/action-card/internal.d.ts.map +1 -0
  23. package/lib/internal/template/action-card/internal.js +74 -0
  24. package/lib/internal/template/action-card/internal.js.map +1 -0
  25. package/lib/internal/template/action-card/styles.css.js +22 -0
  26. package/lib/internal/template/action-card/styles.scoped.css +580 -0
  27. package/lib/internal/template/action-card/styles.selectors.js +23 -0
  28. package/lib/internal/template/action-card/test-classes/styles.css.js +11 -0
  29. package/lib/internal/template/action-card/test-classes/styles.scoped.css +12 -0
  30. package/lib/internal/template/action-card/test-classes/styles.selectors.js +12 -0
  31. package/lib/internal/template/i18n/dynamic.d.ts +1 -1
  32. package/lib/internal/template/i18n/testing.js +1 -1
  33. package/lib/internal/template/i18n/testing.js.map +1 -1
  34. package/lib/internal/template/index.d.ts +1 -0
  35. package/lib/internal/template/index.d.ts.map +1 -1
  36. package/lib/internal/template/index.js +1 -0
  37. package/lib/internal/template/index.js.map +1 -1
  38. package/lib/internal/template/internal/base-component/styles.scoped.css +135 -5
  39. package/lib/internal/template/internal/components/drag-handle/button.d.ts +1 -1
  40. package/lib/internal/template/internal/components/drag-handle/index.d.ts +1 -1
  41. package/lib/internal/template/internal/components/structured-item/styles.css.js +7 -7
  42. package/lib/internal/template/internal/components/structured-item/styles.scoped.css +9 -8
  43. package/lib/internal/template/internal/components/structured-item/styles.selectors.js +7 -7
  44. package/lib/internal/template/internal/environment.js +2 -2
  45. package/lib/internal/template/internal/environment.json +2 -2
  46. package/lib/internal/template/internal/generated/styles/tokens.d.ts +27 -1
  47. package/lib/internal/template/internal/generated/styles/tokens.js +27 -1
  48. package/lib/internal/template/internal/generated/theming/index.cjs +502 -4
  49. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +36 -0
  50. package/lib/internal/template/internal/generated/theming/index.d.ts +36 -0
  51. package/lib/internal/template/internal/generated/theming/index.js +502 -4
  52. package/lib/internal/template/item-card/styles.css.js +14 -14
  53. package/lib/internal/template/item-card/styles.scoped.css +52 -52
  54. package/lib/internal/template/item-card/styles.selectors.js +14 -14
  55. package/lib/internal/template/package.json +1 -0
  56. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  57. package/lib/internal/template/table/body-cell/styles.css.js +48 -48
  58. package/lib/internal/template/table/body-cell/styles.scoped.css +379 -379
  59. package/lib/internal/template/table/body-cell/styles.selectors.js +48 -48
  60. package/lib/internal/template/table/styles.css.js +34 -34
  61. package/lib/internal/template/table/styles.scoped.css +42 -42
  62. package/lib/internal/template/table/styles.selectors.js +34 -34
  63. package/lib/internal/template/test-utils/dom/action-card/index.d.ts +29 -0
  64. package/lib/internal/template/test-utils/dom/action-card/index.js +64 -0
  65. package/lib/internal/template/test-utils/dom/action-card/index.js.map +1 -0
  66. package/lib/internal/template/test-utils/dom/autosuggest/index.js +16 -17
  67. package/lib/internal/template/test-utils/dom/autosuggest/index.js.map +1 -1
  68. package/lib/internal/template/test-utils/dom/button-dropdown/index.js +1 -2
  69. package/lib/internal/template/test-utils/dom/button-dropdown/index.js.map +1 -1
  70. package/lib/internal/template/test-utils/dom/dropdown/index.d.ts +0 -1
  71. package/lib/internal/template/test-utils/dom/dropdown/index.js +0 -2
  72. package/lib/internal/template/test-utils/dom/dropdown/index.js.map +1 -1
  73. package/lib/internal/template/test-utils/dom/index.d.ts +28 -0
  74. package/lib/internal/template/test-utils/dom/index.js +21 -2
  75. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  76. package/lib/internal/template/test-utils/dom/internal/autosuggest-input.js +1 -2
  77. package/lib/internal/template/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  78. package/lib/internal/template/test-utils/dom/internal/dropdown-host.js +17 -18
  79. package/lib/internal/template/test-utils/dom/internal/dropdown-host.js.map +1 -1
  80. package/lib/internal/template/test-utils/dom/internal/dropdown.js +1 -2
  81. package/lib/internal/template/test-utils/dom/internal/dropdown.js.map +1 -1
  82. package/lib/internal/template/test-utils/selectors/action-card/index.d.ts +20 -0
  83. package/lib/internal/template/test-utils/selectors/action-card/index.js +36 -0
  84. package/lib/internal/template/test-utils/selectors/action-card/index.js.map +1 -0
  85. package/lib/internal/template/test-utils/selectors/autosuggest/index.js +16 -17
  86. package/lib/internal/template/test-utils/selectors/autosuggest/index.js.map +1 -1
  87. package/lib/internal/template/test-utils/selectors/button-dropdown/index.js +1 -2
  88. package/lib/internal/template/test-utils/selectors/button-dropdown/index.js.map +1 -1
  89. package/lib/internal/template/test-utils/selectors/dropdown/index.d.ts +0 -1
  90. package/lib/internal/template/test-utils/selectors/dropdown/index.js +0 -2
  91. package/lib/internal/template/test-utils/selectors/dropdown/index.js.map +1 -1
  92. package/lib/internal/template/test-utils/selectors/index.d.ts +18 -0
  93. package/lib/internal/template/test-utils/selectors/index.js +16 -2
  94. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  95. package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.js +1 -2
  96. package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  97. package/lib/internal/template/test-utils/selectors/internal/dropdown-host.js +17 -18
  98. package/lib/internal/template/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  99. package/lib/internal/template/test-utils/selectors/internal/dropdown.js +1 -2
  100. package/lib/internal/template/test-utils/selectors/internal/dropdown.js.map +1 -1
  101. package/lib/internal/template/tiles/styles.css.js +30 -30
  102. package/lib/internal/template/tiles/styles.scoped.css +73 -73
  103. package/lib/internal/template/tiles/styles.selectors.js +30 -30
  104. package/package.json +1 -1
  105. package/lib/internal/scss/internal/components/dropdown/styles.scss +0 -12
  106. package/lib/internal/template/internal/components/dropdown/styles.css.js +0 -7
  107. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +0 -11
  108. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +0 -8
@@ -2,53 +2,53 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_osqeh_145",
6
- "body-cell": "awsui_body-cell_c6tup_osqeh_152",
7
- "body-cell-content": "awsui_body-cell-content_c6tup_osqeh_160",
8
- "expandable-level-0": "awsui_expandable-level-0_c6tup_osqeh_166",
9
- "expandable-level-1": "awsui_expandable-level-1_c6tup_osqeh_173",
10
- "expandable-level-2": "awsui_expandable-level-2_c6tup_osqeh_180",
11
- "expandable-level-3": "awsui_expandable-level-3_c6tup_osqeh_187",
12
- "expandable-level-4": "awsui_expandable-level-4_c6tup_osqeh_194",
13
- "expandable-level-5": "awsui_expandable-level-5_c6tup_osqeh_201",
14
- "expandable-level-6": "awsui_expandable-level-6_c6tup_osqeh_208",
15
- "expandable-level-7": "awsui_expandable-level-7_c6tup_osqeh_215",
16
- "expandable-level-8": "awsui_expandable-level-8_c6tup_osqeh_222",
17
- "expandable-level-9": "awsui_expandable-level-9_c6tup_osqeh_229",
18
- "expandable-level-next": "awsui_expandable-level-next_c6tup_osqeh_236",
19
- "body-cell-align-top": "awsui_body-cell-align-top_c6tup_osqeh_254",
20
- "body-cell-wrap": "awsui_body-cell-wrap_c6tup_osqeh_260",
21
- "body-cell-counter": "awsui_body-cell-counter_c6tup_osqeh_265",
22
- "is-visual-refresh": "awsui_is-visual-refresh_c6tup_osqeh_363",
23
- "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_osqeh_453",
24
- "body-cell-expandable": "awsui_body-cell-expandable_c6tup_osqeh_453",
25
- "body-cell-editable": "awsui_body-cell-editable_c6tup_osqeh_453",
26
- "has-striped-rows": "awsui_has-striped-rows_c6tup_osqeh_536",
27
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_osqeh_702",
28
- "has-selection": "awsui_has-selection_c6tup_osqeh_868",
29
- "body-cell-first-row": "awsui_body-cell-first-row_c6tup_osqeh_1037",
30
- "body-cell-last-row": "awsui_body-cell-last-row_c6tup_osqeh_1040",
31
- "body-cell-selected": "awsui_body-cell-selected_c6tup_osqeh_1040",
32
- "has-footer": "awsui_has-footer_c6tup_osqeh_1040",
33
- "body-cell-shaded": "awsui_body-cell-shaded_c6tup_osqeh_1050",
34
- "sticky-cell": "awsui_sticky-cell_c6tup_osqeh_702",
35
- "table-variant-full-page": "awsui_table-variant-full-page_c6tup_osqeh_1101",
36
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_osqeh_1118",
37
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_osqeh_1127",
38
- "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_osqeh_1149",
39
- "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_osqeh_1156",
40
- "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_osqeh_1182",
41
- "body-cell-success": "awsui_body-cell-success_c6tup_osqeh_1187",
42
- "body-cell-editor": "awsui_body-cell-editor_c6tup_osqeh_1182",
43
- "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_osqeh_1212",
44
- "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_osqeh_1221",
45
- "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_osqeh_1231",
46
- "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_osqeh_1234",
47
- "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_osqeh_1237",
48
- "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_osqeh_1261",
49
- "resizable-columns": "awsui_resizable-columns_c6tup_osqeh_1373",
50
- "expandable-cell-content": "awsui_expandable-cell-content_c6tup_osqeh_1376",
51
- "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_osqeh_1427",
52
- "body-cell-has-success": "awsui_body-cell-has-success_c6tup_osqeh_1430"
5
+ "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_1cn0t_145",
6
+ "body-cell": "awsui_body-cell_c6tup_1cn0t_152",
7
+ "body-cell-content": "awsui_body-cell-content_c6tup_1cn0t_160",
8
+ "expandable-level-0": "awsui_expandable-level-0_c6tup_1cn0t_166",
9
+ "expandable-level-1": "awsui_expandable-level-1_c6tup_1cn0t_173",
10
+ "expandable-level-2": "awsui_expandable-level-2_c6tup_1cn0t_180",
11
+ "expandable-level-3": "awsui_expandable-level-3_c6tup_1cn0t_187",
12
+ "expandable-level-4": "awsui_expandable-level-4_c6tup_1cn0t_194",
13
+ "expandable-level-5": "awsui_expandable-level-5_c6tup_1cn0t_201",
14
+ "expandable-level-6": "awsui_expandable-level-6_c6tup_1cn0t_208",
15
+ "expandable-level-7": "awsui_expandable-level-7_c6tup_1cn0t_215",
16
+ "expandable-level-8": "awsui_expandable-level-8_c6tup_1cn0t_222",
17
+ "expandable-level-9": "awsui_expandable-level-9_c6tup_1cn0t_229",
18
+ "expandable-level-next": "awsui_expandable-level-next_c6tup_1cn0t_236",
19
+ "body-cell-align-top": "awsui_body-cell-align-top_c6tup_1cn0t_254",
20
+ "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1cn0t_260",
21
+ "body-cell-counter": "awsui_body-cell-counter_c6tup_1cn0t_265",
22
+ "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1cn0t_363",
23
+ "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1cn0t_453",
24
+ "body-cell-expandable": "awsui_body-cell-expandable_c6tup_1cn0t_453",
25
+ "body-cell-editable": "awsui_body-cell-editable_c6tup_1cn0t_453",
26
+ "has-striped-rows": "awsui_has-striped-rows_c6tup_1cn0t_536",
27
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_1cn0t_702",
28
+ "has-selection": "awsui_has-selection_c6tup_1cn0t_868",
29
+ "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1cn0t_1037",
30
+ "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1cn0t_1040",
31
+ "body-cell-selected": "awsui_body-cell-selected_c6tup_1cn0t_1040",
32
+ "has-footer": "awsui_has-footer_c6tup_1cn0t_1040",
33
+ "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1cn0t_1050",
34
+ "sticky-cell": "awsui_sticky-cell_c6tup_1cn0t_702",
35
+ "table-variant-full-page": "awsui_table-variant-full-page_c6tup_1cn0t_1101",
36
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_1cn0t_1118",
37
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_1cn0t_1127",
38
+ "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1cn0t_1149",
39
+ "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1cn0t_1156",
40
+ "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_1cn0t_1182",
41
+ "body-cell-success": "awsui_body-cell-success_c6tup_1cn0t_1187",
42
+ "body-cell-editor": "awsui_body-cell-editor_c6tup_1cn0t_1182",
43
+ "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_1cn0t_1212",
44
+ "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1cn0t_1221",
45
+ "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1cn0t_1231",
46
+ "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_1cn0t_1234",
47
+ "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_1cn0t_1237",
48
+ "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_1cn0t_1261",
49
+ "resizable-columns": "awsui_resizable-columns_c6tup_1cn0t_1373",
50
+ "expandable-cell-content": "awsui_expandable-cell-content_c6tup_1cn0t_1376",
51
+ "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_1cn0t_1427",
52
+ "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1cn0t_1430"
53
53
  };
54
54
 
@@ -1,39 +1,39 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_wih1l_1q8hd_153",
5
- "tools": "awsui_tools_wih1l_1q8hd_164",
6
- "tools-filtering": "awsui_tools-filtering_wih1l_1q8hd_173",
7
- "tools-align-right": "awsui_tools-align-right_wih1l_1q8hd_186",
8
- "tools-pagination": "awsui_tools-pagination_wih1l_1q8hd_190",
9
- "tools-preferences": "awsui_tools-preferences_wih1l_1q8hd_190",
10
- "tools-small": "awsui_tools-small_wih1l_1q8hd_196",
11
- "table": "awsui_table_wih1l_1q8hd_200",
12
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1q8hd_206",
13
- "wrapper": "awsui_wrapper_wih1l_1q8hd_210",
14
- "variant-stacked": "awsui_variant-stacked_wih1l_1q8hd_217",
15
- "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1q8hd_217",
16
- "variant-container": "awsui_variant-container_wih1l_1q8hd_217",
17
- "has-footer": "awsui_has-footer_wih1l_1q8hd_220",
18
- "has-header": "awsui_has-header_wih1l_1q8hd_223",
19
- "cell-merged": "awsui_cell-merged_wih1l_1q8hd_240",
20
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1q8hd_252",
21
- "empty": "awsui_empty_wih1l_1q8hd_268",
22
- "loading": "awsui_loading_wih1l_1q8hd_272",
23
- "selection-control": "awsui_selection-control_wih1l_1q8hd_281",
24
- "selection-control-header": "awsui_selection-control-header_wih1l_1q8hd_288",
25
- "header-secondary": "awsui_header-secondary_wih1l_1q8hd_294",
26
- "variant-full-page": "awsui_variant-full-page_wih1l_1q8hd_305",
27
- "table-has-header": "awsui_table-has-header_wih1l_1q8hd_311",
28
- "header-controls": "awsui_header-controls_wih1l_1q8hd_322",
29
- "variant-embedded": "awsui_variant-embedded_wih1l_1q8hd_331",
30
- "variant-borderless": "awsui_variant-borderless_wih1l_1q8hd_331",
31
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1q8hd_336",
32
- "footer": "awsui_footer_wih1l_1q8hd_336",
33
- "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1q8hd_344",
34
- "footer-pagination": "awsui_footer-pagination_wih1l_1q8hd_352",
35
- "thead-active": "awsui_thead-active_wih1l_1q8hd_356",
36
- "row": "awsui_row_wih1l_1q8hd_357",
37
- "row-selected": "awsui_row-selected_wih1l_1q8hd_358"
4
+ "root": "awsui_root_wih1l_96vq3_153",
5
+ "tools": "awsui_tools_wih1l_96vq3_164",
6
+ "tools-filtering": "awsui_tools-filtering_wih1l_96vq3_173",
7
+ "tools-align-right": "awsui_tools-align-right_wih1l_96vq3_186",
8
+ "tools-pagination": "awsui_tools-pagination_wih1l_96vq3_190",
9
+ "tools-preferences": "awsui_tools-preferences_wih1l_96vq3_190",
10
+ "tools-small": "awsui_tools-small_wih1l_96vq3_196",
11
+ "table": "awsui_table_wih1l_96vq3_200",
12
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_96vq3_206",
13
+ "wrapper": "awsui_wrapper_wih1l_96vq3_210",
14
+ "variant-stacked": "awsui_variant-stacked_wih1l_96vq3_217",
15
+ "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_96vq3_217",
16
+ "variant-container": "awsui_variant-container_wih1l_96vq3_217",
17
+ "has-footer": "awsui_has-footer_wih1l_96vq3_220",
18
+ "has-header": "awsui_has-header_wih1l_96vq3_223",
19
+ "cell-merged": "awsui_cell-merged_wih1l_96vq3_240",
20
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_96vq3_252",
21
+ "empty": "awsui_empty_wih1l_96vq3_268",
22
+ "loading": "awsui_loading_wih1l_96vq3_272",
23
+ "selection-control": "awsui_selection-control_wih1l_96vq3_281",
24
+ "selection-control-header": "awsui_selection-control-header_wih1l_96vq3_288",
25
+ "header-secondary": "awsui_header-secondary_wih1l_96vq3_294",
26
+ "variant-full-page": "awsui_variant-full-page_wih1l_96vq3_305",
27
+ "table-has-header": "awsui_table-has-header_wih1l_96vq3_311",
28
+ "header-controls": "awsui_header-controls_wih1l_96vq3_322",
29
+ "variant-embedded": "awsui_variant-embedded_wih1l_96vq3_331",
30
+ "variant-borderless": "awsui_variant-borderless_wih1l_96vq3_331",
31
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_96vq3_336",
32
+ "footer": "awsui_footer_wih1l_96vq3_336",
33
+ "footer-with-pagination": "awsui_footer-with-pagination_wih1l_96vq3_344",
34
+ "footer-pagination": "awsui_footer-pagination_wih1l_96vq3_352",
35
+ "thead-active": "awsui_thead-active_wih1l_96vq3_356",
36
+ "row": "awsui_row_wih1l_96vq3_357",
37
+ "row-selected": "awsui_row-selected_wih1l_96vq3_358"
38
38
  };
39
39
 
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_root_wih1l_1q8hd_153:not(#\9) {
153
+ .awsui_root_wih1l_96vq3_153:not(#\9) {
154
154
  font-size: var(--font-size-body-m-vv54cm, 14px);
155
155
  line-height: var(--line-height-body-m-bedeoh, 22px);
156
156
  color: var(--color-text-body-default-5qid0u, #16191f);
@@ -161,7 +161,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
161
161
  inline-size: 100%;
162
162
  }
163
163
 
164
- .awsui_tools_wih1l_1q8hd_164:not(#\9) {
164
+ .awsui_tools_wih1l_96vq3_164:not(#\9) {
165
165
  display: flex;
166
166
  align-items: flex-end;
167
167
  flex-wrap: wrap;
@@ -170,64 +170,64 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
170
170
  padding-block-end: var(--space-table-header-tools-bottom-b6lpr6, 4px);
171
171
  padding-inline: 0;
172
172
  }
173
- .awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
173
+ .awsui_tools-filtering_wih1l_96vq3_173:not(#\9) {
174
174
  max-inline-size: 100%;
175
175
  }
176
176
  @supports (flex-basis: fit-content) {
177
- .awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
177
+ .awsui_tools-filtering_wih1l_96vq3_173:not(#\9) {
178
178
  flex: 1 1 fit-content;
179
179
  }
180
180
  }
181
181
  @supports not (flex-basis: fit-content) {
182
- .awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
182
+ .awsui_tools-filtering_wih1l_96vq3_173:not(#\9) {
183
183
  flex: 1 1 auto;
184
184
  }
185
185
  }
186
- .awsui_tools-align-right_wih1l_1q8hd_186:not(#\9) {
186
+ .awsui_tools-align-right_wih1l_96vq3_186:not(#\9) {
187
187
  display: flex;
188
188
  margin-inline-start: auto;
189
189
  }
190
- .awsui_tools-pagination_wih1l_1q8hd_190 + .awsui_tools-preferences_wih1l_1q8hd_190:not(#\9) {
190
+ .awsui_tools-pagination_wih1l_96vq3_190 + .awsui_tools-preferences_wih1l_96vq3_190:not(#\9) {
191
191
  border-inline-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
192
192
  box-sizing: border-box;
193
193
  margin-inline-start: var(--space-xs-kw7k3v, 8px);
194
194
  padding-inline-start: var(--space-xs-kw7k3v, 8px);
195
195
  }
196
- .awsui_tools-small_wih1l_1q8hd_196 > .awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
196
+ .awsui_tools-small_wih1l_96vq3_196 > .awsui_tools-filtering_wih1l_96vq3_173:not(#\9) {
197
197
  flex-basis: 100%;
198
198
  }
199
199
 
200
- .awsui_table_wih1l_1q8hd_200:not(#\9) {
200
+ .awsui_table_wih1l_96vq3_200:not(#\9) {
201
201
  inline-size: 100%;
202
202
  border-spacing: 0;
203
203
  position: relative;
204
204
  box-sizing: border-box;
205
205
  }
206
- .awsui_table-layout-fixed_wih1l_1q8hd_206:not(#\9) {
206
+ .awsui_table-layout-fixed_wih1l_96vq3_206:not(#\9) {
207
207
  table-layout: fixed;
208
208
  }
209
209
 
210
- .awsui_wrapper_wih1l_1q8hd_210:not(#\9) {
210
+ .awsui_wrapper_wih1l_96vq3_210:not(#\9) {
211
211
  position: relative;
212
212
  box-sizing: border-box;
213
213
  inline-size: 100%;
214
214
  overflow-x: auto;
215
215
  scrollbar-width: none; /* Hide scrollbar in Firefox */
216
216
  }
217
- .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-stacked_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-stacked_wih1l_1q8hd_217 > .awsui_wrapper-content-measure_wih1l_1q8hd_217:not(#\9), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-container_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-container_wih1l_1q8hd_217 > .awsui_wrapper-content-measure_wih1l_1q8hd_217:not(#\9) {
217
+ .awsui_wrapper_wih1l_96vq3_210.awsui_variant-stacked_wih1l_96vq3_217 > .awsui_table_wih1l_96vq3_200:not(#\9), .awsui_wrapper_wih1l_96vq3_210.awsui_variant-stacked_wih1l_96vq3_217 > .awsui_wrapper-content-measure_wih1l_96vq3_217:not(#\9), .awsui_wrapper_wih1l_96vq3_210.awsui_variant-container_wih1l_96vq3_217 > .awsui_table_wih1l_96vq3_200:not(#\9), .awsui_wrapper_wih1l_96vq3_210.awsui_variant-container_wih1l_96vq3_217 > .awsui_wrapper-content-measure_wih1l_96vq3_217:not(#\9) {
218
218
  padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
219
219
  }
220
- .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9):not(.awsui_has-footer_wih1l_1q8hd_220), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-container_wih1l_1q8hd_217:not(#\9):not(.awsui_has-footer_wih1l_1q8hd_220) {
220
+ .awsui_wrapper_wih1l_96vq3_210.awsui_variant-stacked_wih1l_96vq3_217:not(#\9):not(.awsui_has-footer_wih1l_96vq3_220), .awsui_wrapper_wih1l_96vq3_210.awsui_variant-container_wih1l_96vq3_217:not(#\9):not(.awsui_has-footer_wih1l_96vq3_220) {
221
221
  padding-block-end: var(--space-table-content-bottom-nmydez, 0px);
222
222
  }
223
- .awsui_wrapper_wih1l_1q8hd_210:not(#\9):not(.awsui_has-header_wih1l_1q8hd_223) {
223
+ .awsui_wrapper_wih1l_96vq3_210:not(#\9):not(.awsui_has-header_wih1l_96vq3_223) {
224
224
  border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
225
225
  border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
226
226
  }
227
- .awsui_wrapper_wih1l_1q8hd_210:not(#\9)::-webkit-scrollbar {
227
+ .awsui_wrapper_wih1l_96vq3_210:not(#\9)::-webkit-scrollbar {
228
228
  display: none; /* Hide scrollbar in Safari and Chrome */
229
229
  }
230
- body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1q8hd_210:not(#\9):focus {
230
+ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_96vq3_210:not(#\9):focus {
231
231
  outline: 2px dotted transparent;
232
232
  outline-offset: 2px;
233
233
  border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
@@ -237,19 +237,19 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1q8hd_210:not(#\9):focu
237
237
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
238
238
  }
239
239
 
240
- .awsui_cell-merged_wih1l_1q8hd_240:not(#\9) {
240
+ .awsui_cell-merged_wih1l_96vq3_240:not(#\9) {
241
241
  text-align: center;
242
242
  padding-block: 0;
243
243
  padding-inline: 0;
244
244
  }
245
- .awsui_cell-merged_wih1l_1q8hd_240.awsui_has-footer_wih1l_1q8hd_220:not(#\9) {
245
+ .awsui_cell-merged_wih1l_96vq3_240.awsui_has-footer_wih1l_96vq3_220:not(#\9) {
246
246
  /*
247
247
  Add a bottom border to the body cell of an empty table as a separator between the
248
248
  table and the footer
249
249
  */
250
250
  border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
251
251
  }
252
- .awsui_cell-merged-content_wih1l_1q8hd_252:not(#\9) {
252
+ .awsui_cell-merged-content_wih1l_96vq3_252:not(#\9) {
253
253
  box-sizing: border-box;
254
254
  inline-size: 100%;
255
255
  padding-block-start: var(--space-scaled-m-sw9kcx, 16px);
@@ -257,7 +257,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1q8hd_210:not(#\9):focu
257
257
  padding-inline: var(--space-l-3cws6j, 20px);
258
258
  }
259
259
  @supports (position: sticky) {
260
- .awsui_cell-merged-content_wih1l_1q8hd_252:not(#\9) {
260
+ .awsui_cell-merged-content_wih1l_96vq3_252:not(#\9) {
261
261
  position: sticky;
262
262
  inset-inline-start: 0;
263
263
  margin-block: 0;
@@ -265,11 +265,11 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1q8hd_210:not(#\9):focu
265
265
  }
266
266
  }
267
267
 
268
- .awsui_empty_wih1l_1q8hd_268:not(#\9) {
268
+ .awsui_empty_wih1l_96vq3_268:not(#\9) {
269
269
  color: var(--color-text-empty-vtt4l2, #687078);
270
270
  }
271
271
 
272
- .awsui_loading_wih1l_1q8hd_272:not(#\9) {
272
+ .awsui_loading_wih1l_96vq3_272:not(#\9) {
273
273
  /* used in test-utils */
274
274
  }
275
275
 
@@ -278,20 +278,20 @@ The min/max/width token values in Visual Refresh should align
278
278
  the table header and body cells selection control with the table
279
279
  filter search icon.
280
280
  */
281
- .awsui_selection-control_wih1l_1q8hd_281:not(#\9) {
281
+ .awsui_selection-control_wih1l_96vq3_281:not(#\9) {
282
282
  box-sizing: border-box;
283
283
  max-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
284
284
  min-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
285
285
  position: relative;
286
286
  inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
287
287
  }
288
- .awsui_selection-control_wih1l_1q8hd_281.awsui_selection-control-header_wih1l_1q8hd_288:not(#\9) {
288
+ .awsui_selection-control_wih1l_96vq3_281.awsui_selection-control-header_wih1l_96vq3_288:not(#\9) {
289
289
  padding-block: var(--space-scaled-xs-sppte9, 8px);
290
290
  padding-inline: var(--space-scaled-l-66n9sr, 20px);
291
- border-inline-start: var(--border-item-width-acvlhx, 1px) solid transparent;
291
+ border-inline-start: var(--border-width-item-selected-7rbija, 1px) solid transparent;
292
292
  }
293
293
 
294
- .awsui_header-secondary_wih1l_1q8hd_294:not(#\9) {
294
+ .awsui_header-secondary_wih1l_96vq3_294:not(#\9) {
295
295
  overflow: auto;
296
296
  scrollbar-width: none; /* Firefox */
297
297
  box-sizing: border-box;
@@ -302,46 +302,46 @@ filter search icon.
302
302
  border-end-end-radius: 0;
303
303
  background: var(--color-background-table-header-5hauij, #fafafa);
304
304
  }
305
- .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-full-page_wih1l_1q8hd_305:not(#\9) {
305
+ .awsui_header-secondary_wih1l_96vq3_294.awsui_variant-full-page_wih1l_96vq3_305:not(#\9) {
306
306
  background: var(--color-background-layout-main-05m5y6, #f2f3f3);
307
307
  }
308
- .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-stacked_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9), .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-container_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9) {
308
+ .awsui_header-secondary_wih1l_96vq3_294.awsui_variant-stacked_wih1l_96vq3_217 > .awsui_table_wih1l_96vq3_200:not(#\9), .awsui_header-secondary_wih1l_96vq3_294.awsui_variant-container_wih1l_96vq3_217 > .awsui_table_wih1l_96vq3_200:not(#\9) {
309
309
  padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
310
310
  }
311
- .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9):not(.awsui_table-has-header_wih1l_1q8hd_311), .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-container_wih1l_1q8hd_217:not(#\9):not(.awsui_table-has-header_wih1l_1q8hd_311) {
311
+ .awsui_header-secondary_wih1l_96vq3_294.awsui_variant-stacked_wih1l_96vq3_217:not(#\9):not(.awsui_table-has-header_wih1l_96vq3_311), .awsui_header-secondary_wih1l_96vq3_294.awsui_variant-container_wih1l_96vq3_217:not(#\9):not(.awsui_table-has-header_wih1l_96vq3_311) {
312
312
  border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
313
313
  border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
314
314
  }
315
- .awsui_header-secondary_wih1l_1q8hd_294:not(#\9)::-webkit-scrollbar {
315
+ .awsui_header-secondary_wih1l_96vq3_294:not(#\9)::-webkit-scrollbar {
316
316
  display: none; /* Safari and Chrome */
317
317
  }
318
- .awsui_header-secondary_wih1l_1q8hd_294.awsui_table-has-header_wih1l_1q8hd_311:not(#\9) {
318
+ .awsui_header-secondary_wih1l_96vq3_294.awsui_table-has-header_wih1l_96vq3_311:not(#\9) {
319
319
  border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-divider-0lh379, #eaeded);
320
320
  }
321
321
 
322
- .awsui_header-controls_wih1l_1q8hd_322:not(#\9) {
322
+ .awsui_header-controls_wih1l_96vq3_322:not(#\9) {
323
323
  padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
324
324
  }
325
- .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-full-page_wih1l_1q8hd_305:not(#\9) {
325
+ .awsui_header-controls_wih1l_96vq3_322.awsui_variant-full-page_wih1l_96vq3_305:not(#\9) {
326
326
  padding-block: 0 calc(var(--space-container-header-bottom-rbnprk, 12px) + var(--space-table-header-tools-full-page-bottom-1o73je, 4px));
327
327
  }
328
- .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9), .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-container_wih1l_1q8hd_217:not(#\9) {
328
+ .awsui_header-controls_wih1l_96vq3_322.awsui_variant-stacked_wih1l_96vq3_217:not(#\9), .awsui_header-controls_wih1l_96vq3_322.awsui_variant-container_wih1l_96vq3_217:not(#\9) {
329
329
  padding-inline: calc(var(--space-table-horizontal-xmv4qa, 0px) + var(--space-table-header-horizontal-2rvxep, 20px));
330
330
  }
331
- .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-embedded_wih1l_1q8hd_331:not(#\9), .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-borderless_wih1l_1q8hd_331:not(#\9) {
331
+ .awsui_header-controls_wih1l_96vq3_322.awsui_variant-embedded_wih1l_96vq3_331:not(#\9), .awsui_header-controls_wih1l_96vq3_322.awsui_variant-borderless_wih1l_96vq3_331:not(#\9) {
332
332
  padding-inline: var(--space-table-header-horizontal-2rvxep, 20px);
333
333
  padding-block-start: var(--space-table-embedded-header-top-oo6o3u, 12px);
334
334
  }
335
335
 
336
- .awsui_footer-wrapper_wih1l_1q8hd_336.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9), .awsui_footer-wrapper_wih1l_1q8hd_336.awsui_variant-container_wih1l_1q8hd_217:not(#\9) {
336
+ .awsui_footer-wrapper_wih1l_96vq3_336.awsui_variant-stacked_wih1l_96vq3_217:not(#\9), .awsui_footer-wrapper_wih1l_96vq3_336.awsui_variant-container_wih1l_96vq3_217:not(#\9) {
337
337
  padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
338
338
  }
339
339
 
340
- .awsui_footer_wih1l_1q8hd_336:not(#\9) {
340
+ .awsui_footer_wih1l_96vq3_336:not(#\9) {
341
341
  padding-block: var(--space-scaled-s-gjhvjd, 12px);
342
342
  padding-inline: var(--space-table-footer-horizontal-x9dbll, 20px);
343
343
  }
344
- .awsui_footer-with-pagination_wih1l_1q8hd_344:not(#\9) {
344
+ .awsui_footer-with-pagination_wih1l_96vq3_344:not(#\9) {
345
345
  display: flex;
346
346
  flex-direction: row;
347
347
  justify-content: space-between;
@@ -349,12 +349,12 @@ filter search icon.
349
349
  flex-wrap: wrap;
350
350
  gap: var(--space-scaled-s-gjhvjd, 12px);
351
351
  }
352
- .awsui_footer-pagination_wih1l_1q8hd_352:not(#\9) {
352
+ .awsui_footer-pagination_wih1l_96vq3_352:not(#\9) {
353
353
  margin-inline-start: auto;
354
354
  }
355
355
 
356
- .awsui_thead-active_wih1l_1q8hd_356:not(#\9),
357
- .awsui_row_wih1l_1q8hd_357:not(#\9),
358
- .awsui_row-selected_wih1l_1q8hd_358:not(#\9) {
356
+ .awsui_thead-active_wih1l_96vq3_356:not(#\9),
357
+ .awsui_row_wih1l_96vq3_357:not(#\9),
358
+ .awsui_row-selected_wih1l_96vq3_358:not(#\9) {
359
359
  /* used in test-utils */
360
360
  }
@@ -2,39 +2,39 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_wih1l_1q8hd_153",
6
- "tools": "awsui_tools_wih1l_1q8hd_164",
7
- "tools-filtering": "awsui_tools-filtering_wih1l_1q8hd_173",
8
- "tools-align-right": "awsui_tools-align-right_wih1l_1q8hd_186",
9
- "tools-pagination": "awsui_tools-pagination_wih1l_1q8hd_190",
10
- "tools-preferences": "awsui_tools-preferences_wih1l_1q8hd_190",
11
- "tools-small": "awsui_tools-small_wih1l_1q8hd_196",
12
- "table": "awsui_table_wih1l_1q8hd_200",
13
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1q8hd_206",
14
- "wrapper": "awsui_wrapper_wih1l_1q8hd_210",
15
- "variant-stacked": "awsui_variant-stacked_wih1l_1q8hd_217",
16
- "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1q8hd_217",
17
- "variant-container": "awsui_variant-container_wih1l_1q8hd_217",
18
- "has-footer": "awsui_has-footer_wih1l_1q8hd_220",
19
- "has-header": "awsui_has-header_wih1l_1q8hd_223",
20
- "cell-merged": "awsui_cell-merged_wih1l_1q8hd_240",
21
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1q8hd_252",
22
- "empty": "awsui_empty_wih1l_1q8hd_268",
23
- "loading": "awsui_loading_wih1l_1q8hd_272",
24
- "selection-control": "awsui_selection-control_wih1l_1q8hd_281",
25
- "selection-control-header": "awsui_selection-control-header_wih1l_1q8hd_288",
26
- "header-secondary": "awsui_header-secondary_wih1l_1q8hd_294",
27
- "variant-full-page": "awsui_variant-full-page_wih1l_1q8hd_305",
28
- "table-has-header": "awsui_table-has-header_wih1l_1q8hd_311",
29
- "header-controls": "awsui_header-controls_wih1l_1q8hd_322",
30
- "variant-embedded": "awsui_variant-embedded_wih1l_1q8hd_331",
31
- "variant-borderless": "awsui_variant-borderless_wih1l_1q8hd_331",
32
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1q8hd_336",
33
- "footer": "awsui_footer_wih1l_1q8hd_336",
34
- "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1q8hd_344",
35
- "footer-pagination": "awsui_footer-pagination_wih1l_1q8hd_352",
36
- "thead-active": "awsui_thead-active_wih1l_1q8hd_356",
37
- "row": "awsui_row_wih1l_1q8hd_357",
38
- "row-selected": "awsui_row-selected_wih1l_1q8hd_358"
5
+ "root": "awsui_root_wih1l_96vq3_153",
6
+ "tools": "awsui_tools_wih1l_96vq3_164",
7
+ "tools-filtering": "awsui_tools-filtering_wih1l_96vq3_173",
8
+ "tools-align-right": "awsui_tools-align-right_wih1l_96vq3_186",
9
+ "tools-pagination": "awsui_tools-pagination_wih1l_96vq3_190",
10
+ "tools-preferences": "awsui_tools-preferences_wih1l_96vq3_190",
11
+ "tools-small": "awsui_tools-small_wih1l_96vq3_196",
12
+ "table": "awsui_table_wih1l_96vq3_200",
13
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_96vq3_206",
14
+ "wrapper": "awsui_wrapper_wih1l_96vq3_210",
15
+ "variant-stacked": "awsui_variant-stacked_wih1l_96vq3_217",
16
+ "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_96vq3_217",
17
+ "variant-container": "awsui_variant-container_wih1l_96vq3_217",
18
+ "has-footer": "awsui_has-footer_wih1l_96vq3_220",
19
+ "has-header": "awsui_has-header_wih1l_96vq3_223",
20
+ "cell-merged": "awsui_cell-merged_wih1l_96vq3_240",
21
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_96vq3_252",
22
+ "empty": "awsui_empty_wih1l_96vq3_268",
23
+ "loading": "awsui_loading_wih1l_96vq3_272",
24
+ "selection-control": "awsui_selection-control_wih1l_96vq3_281",
25
+ "selection-control-header": "awsui_selection-control-header_wih1l_96vq3_288",
26
+ "header-secondary": "awsui_header-secondary_wih1l_96vq3_294",
27
+ "variant-full-page": "awsui_variant-full-page_wih1l_96vq3_305",
28
+ "table-has-header": "awsui_table-has-header_wih1l_96vq3_311",
29
+ "header-controls": "awsui_header-controls_wih1l_96vq3_322",
30
+ "variant-embedded": "awsui_variant-embedded_wih1l_96vq3_331",
31
+ "variant-borderless": "awsui_variant-borderless_wih1l_96vq3_331",
32
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_96vq3_336",
33
+ "footer": "awsui_footer_wih1l_96vq3_336",
34
+ "footer-with-pagination": "awsui_footer-with-pagination_wih1l_96vq3_344",
35
+ "footer-pagination": "awsui_footer-pagination_wih1l_96vq3_352",
36
+ "thead-active": "awsui_thead-active_wih1l_96vq3_356",
37
+ "row": "awsui_row_wih1l_96vq3_357",
38
+ "row-selected": "awsui_row-selected_wih1l_96vq3_358"
39
39
  };
40
40
 
@@ -0,0 +1,29 @@
1
+ import { ComponentWrapper, ElementWrapper } from '@cloudscape-design/test-utils-core/dom';
2
+ export default class ActionCardWrapper extends ComponentWrapper<HTMLDivElement> {
3
+ static rootSelector: string;
4
+ /**
5
+ * Returns the header element of the action card.
6
+ */
7
+ findHeader(): ElementWrapper | null;
8
+ /**
9
+ * Returns the description element of the action card.
10
+ */
11
+ findDescription(): ElementWrapper | null;
12
+ /**
13
+ * Returns the content element of the action card.
14
+ */
15
+ findContent(): ElementWrapper | null;
16
+ /**
17
+ * Finds the icon slot of the action card.
18
+ */
19
+ findIcon(): ElementWrapper | null;
20
+ /**
21
+ * Returns whether the action card is disabled.
22
+ */
23
+ isDisabled(): boolean;
24
+ /**
25
+ * Performs a click by triggering a mouse event on the internal button.
26
+ * Note that programmatic events ignore disabled attribute and will trigger listeners even if the element is disabled.
27
+ */
28
+ click(): void;
29
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
10
+ // SPDX-License-Identifier: Apache-2.0
11
+ const dom_1 = require("@cloudscape-design/test-utils-core/dom");
12
+ const styles_selectors_js_1 = require("../../../action-card/styles.selectors.js");
13
+ const styles_selectors_js_2 = require("../../../action-card/test-classes/styles.selectors.js");
14
+ class ActionCardWrapper extends dom_1.ComponentWrapper {
15
+ /**
16
+ * Returns the header element of the action card.
17
+ */
18
+ findHeader() {
19
+ return this.findByClassName(styles_selectors_js_2.default.header);
20
+ }
21
+ /**
22
+ * Returns the description element of the action card.
23
+ */
24
+ findDescription() {
25
+ return this.findByClassName(styles_selectors_js_2.default.description);
26
+ }
27
+ /**
28
+ * Returns the content element of the action card.
29
+ */
30
+ findContent() {
31
+ return this.findByClassName(styles_selectors_js_2.default.body);
32
+ }
33
+ /**
34
+ * Finds the icon slot of the action card.
35
+ */
36
+ findIcon() {
37
+ return this.findByClassName(styles_selectors_js_2.default.icon);
38
+ }
39
+ /**
40
+ * Returns whether the action card is disabled.
41
+ */
42
+ isDisabled() {
43
+ return this.element.classList.contains(styles_selectors_js_2.default.disabled);
44
+ }
45
+ /**
46
+ * Performs a click by triggering a mouse event on the internal button.
47
+ * Note that programmatic events ignore disabled attribute and will trigger listeners even if the element is disabled.
48
+ */
49
+ click() {
50
+ const button = this.findByClassName(styles_selectors_js_2.default.button);
51
+ if (button) {
52
+ button.click();
53
+ }
54
+ }
55
+ }
56
+ ActionCardWrapper.rootSelector = styles_selectors_js_1.default.root;
57
+ exports.default = ActionCardWrapper;
58
+ __decorate([
59
+ dom_1.usesDom
60
+ ], ActionCardWrapper.prototype, "isDisabled", null);
61
+ __decorate([
62
+ dom_1.usesDom
63
+ ], ActionCardWrapper.prototype, "click", null);
64
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/dom/action-card/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,gEAAmG;AAEnG,kFAA8D;AAC9D,+FAA+E;AAE/E,MAAqB,iBAAkB,SAAQ,sBAAgC;IAG7E;;OAEG;IACH,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAU,CAAC,MAAM,CAAC,CAAC;IACjD,CAAC;IAED;;OAEG;IACH,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAU,CAAC,WAAW,CAAC,CAAC;IACtD,CAAC;IAED;;OAEG;IACH,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAU,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;IAED;;OAEG;IACH,QAAQ;QACN,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAU,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;IACD;;OAEG;IAEH,UAAU;QACR,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,6BAAU,CAAC,QAAQ,CAAC,CAAC;IAC9D,CAAC;IAED;;;OAGG;IAEH,KAAK;QACH,MAAM,MAAM,GAAG,IAAI,CAAC,eAAe,CAAC,6BAAU,CAAC,MAAM,CAAC,CAAC;QACvD,IAAI,MAAM,EAAE,CAAC;YACX,MAAM,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;IACH,CAAC;;AA/CM,8BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;kBADvB,iBAAiB;AAkCpC;IADC,aAAO;mDAGP;AAOD;IADC,aAAO;8CAMP"}