@cloudscape-design/components 3.0.615 → 3.0.617
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icon/icons.js +1 -1
- package/icon/interfaces.d.ts +1 -1
- package/icon/interfaces.d.ts.map +1 -1
- package/icon/interfaces.js.map +1 -1
- package/internal/direction.d.ts +6 -0
- package/internal/direction.d.ts.map +1 -1
- package/internal/direction.js +10 -0
- package/internal/direction.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +346 -1
- package/internal/generated/styles/tokens.js +346 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/handle-key.d.ts +4 -3
- package/internal/utils/handle-key.d.ts.map +1 -1
- package/internal/utils/handle-key.js +7 -1
- package/internal/utils/handle-key.js.map +1 -1
- package/package.json +1 -1
- package/table/body-cell/styles.css.js +43 -43
- package/table/body-cell/styles.scoped.css +173 -161
- package/table/body-cell/styles.selectors.js +43 -43
- package/table/expandable-rows/styles.css.js +3 -3
- package/table/expandable-rows/styles.scoped.css +17 -11
- package/table/expandable-rows/styles.selectors.js +3 -3
- package/table/header-cell/styles.css.js +26 -25
- package/table/header-cell/styles.scoped.css +58 -50
- package/table/header-cell/styles.selectors.js +26 -25
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +6 -3
- package/table/internal.js.map +1 -1
- package/table/no-data-cell.js +5 -5
- package/table/no-data-cell.js.map +1 -1
- package/table/resizer/index.d.ts.map +1 -1
- package/table/resizer/index.js +42 -32
- package/table/resizer/index.js.map +1 -1
- package/table/resizer/resizer-lookup.d.ts.map +1 -1
- package/table/resizer/resizer-lookup.js +2 -2
- package/table/resizer/resizer-lookup.js.map +1 -1
- package/table/sticky-columns/interfaces.d.ts +9 -9
- package/table/sticky-columns/interfaces.d.ts.map +1 -1
- package/table/sticky-columns/interfaces.js.map +1 -1
- package/table/sticky-columns/use-sticky-columns.d.ts +3 -3
- package/table/sticky-columns/use-sticky-columns.d.ts.map +1 -1
- package/table/sticky-columns/use-sticky-columns.js +33 -29
- package/table/sticky-columns/use-sticky-columns.js.map +1 -1
- package/table/sticky-columns/utils.d.ts.map +1 -1
- package/table/sticky-columns/utils.js +16 -14
- package/table/sticky-columns/utils.js.map +1 -1
- package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts.map +1 -1
- package/table/sticky-scrollbar/use-sticky-scrollbar.js +15 -10
- package/table/sticky-scrollbar/use-sticky-scrollbar.js.map +1 -1
- package/table/sticky-scrolling.d.ts.map +1 -1
- package/table/sticky-scrolling.js +6 -5
- package/table/sticky-scrolling.js.map +1 -1
- package/table/table-role/grid-navigation.d.ts.map +1 -1
- package/table/table-role/grid-navigation.js +35 -44
- package/table/table-role/grid-navigation.js.map +1 -1
- package/table/use-column-widths.d.ts.map +1 -1
- package/table/use-column-widths.js +2 -2
- package/table/use-column-widths.js.map +1 -1
- package/table/use-sticky-header.js +2 -2
- package/table/use-sticky-header.js.map +1 -1
- package/table/utils.js +3 -3
- package/table/utils.js.map +1 -1
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"expandable-toggle-wrapper": "awsui_expandable-toggle-
|
|
5
|
-
"body-cell": "awsui_body-
|
|
6
|
-
"body-cell-content": "awsui_body-cell-
|
|
7
|
-
"body-cell-wrap": "awsui_body-cell-
|
|
8
|
-
"is-visual-refresh": "awsui_is-visual-
|
|
9
|
-
"has-striped-rows": "awsui_has-striped-
|
|
10
|
-
"body-cell-expandable-level-1": "awsui_body-cell-expandable-level-
|
|
11
|
-
"body-cell-expandable-level-2": "awsui_body-cell-expandable-level-
|
|
12
|
-
"body-cell-expandable-level-3": "awsui_body-cell-expandable-level-
|
|
13
|
-
"body-cell-expandable-level-4": "awsui_body-cell-expandable-level-
|
|
14
|
-
"body-cell-expandable-level-5": "awsui_body-cell-expandable-level-
|
|
15
|
-
"body-cell-expandable-level-6": "awsui_body-cell-expandable-level-
|
|
16
|
-
"body-cell-expandable-level-7": "awsui_body-cell-expandable-level-
|
|
17
|
-
"body-cell-expandable-level-8": "awsui_body-cell-expandable-level-
|
|
18
|
-
"body-cell-expandable-level-9": "awsui_body-cell-expandable-level-
|
|
19
|
-
"body-cell-expandable-level-next": "awsui_body-cell-expandable-level-
|
|
20
|
-
"body-cell-edit-active": "awsui_body-cell-edit-
|
|
21
|
-
"body-cell-interactive": "awsui_body-cell-
|
|
22
|
-
"body-cell-editable": "awsui_body-cell-
|
|
23
|
-
"has-striped-rows-sticky-cell-pad-
|
|
24
|
-
"has-selection": "awsui_has-
|
|
25
|
-
"body-cell-first-row": "awsui_body-cell-first-
|
|
26
|
-
"body-cell-last-row": "awsui_body-cell-last-
|
|
27
|
-
"body-cell-selected": "awsui_body-cell-
|
|
28
|
-
"has-footer": "awsui_has-
|
|
29
|
-
"body-cell-shaded": "awsui_body-cell-
|
|
30
|
-
"sticky-cell": "awsui_sticky-
|
|
31
|
-
"sticky-cell-pad-left": "awsui_sticky-cell-pad-
|
|
32
|
-
"sticky-cell-last-
|
|
33
|
-
"sticky-cell-last-
|
|
34
|
-
"body-cell-next-selected": "awsui_body-cell-next-
|
|
35
|
-
"body-cell-prev-selected": "awsui_body-cell-prev-
|
|
36
|
-
"body-cell-editor-wrapper": "awsui_body-cell-editor-
|
|
37
|
-
"body-cell-success": "awsui_body-cell-
|
|
38
|
-
"body-cell-editor": "awsui_body-cell-
|
|
39
|
-
"body-cell-editor-disabled": "awsui_body-cell-editor-
|
|
40
|
-
"body-cell-editor-form": "awsui_body-cell-editor-
|
|
41
|
-
"body-cell-editor-row": "awsui_body-cell-editor-
|
|
42
|
-
"body-cell-editor-controls": "awsui_body-cell-editor-
|
|
43
|
-
"body-cell-expandable": "awsui_body-cell-
|
|
44
|
-
"expandable-cell-content": "awsui_expandable-cell-
|
|
45
|
-
"body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-
|
|
46
|
-
"body-cell-has-success": "awsui_body-cell-has-
|
|
4
|
+
"expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_b8oxz_99",
|
|
5
|
+
"body-cell": "awsui_body-cell_c6tup_b8oxz_107",
|
|
6
|
+
"body-cell-content": "awsui_body-cell-content_c6tup_b8oxz_121",
|
|
7
|
+
"body-cell-wrap": "awsui_body-cell-wrap_c6tup_b8oxz_124",
|
|
8
|
+
"is-visual-refresh": "awsui_is-visual-refresh_c6tup_b8oxz_136",
|
|
9
|
+
"has-striped-rows": "awsui_has-striped-rows_c6tup_b8oxz_148",
|
|
10
|
+
"body-cell-expandable-level-1": "awsui_body-cell-expandable-level-1_c6tup_b8oxz_151",
|
|
11
|
+
"body-cell-expandable-level-2": "awsui_body-cell-expandable-level-2_c6tup_b8oxz_154",
|
|
12
|
+
"body-cell-expandable-level-3": "awsui_body-cell-expandable-level-3_c6tup_b8oxz_157",
|
|
13
|
+
"body-cell-expandable-level-4": "awsui_body-cell-expandable-level-4_c6tup_b8oxz_160",
|
|
14
|
+
"body-cell-expandable-level-5": "awsui_body-cell-expandable-level-5_c6tup_b8oxz_163",
|
|
15
|
+
"body-cell-expandable-level-6": "awsui_body-cell-expandable-level-6_c6tup_b8oxz_166",
|
|
16
|
+
"body-cell-expandable-level-7": "awsui_body-cell-expandable-level-7_c6tup_b8oxz_169",
|
|
17
|
+
"body-cell-expandable-level-8": "awsui_body-cell-expandable-level-8_c6tup_b8oxz_172",
|
|
18
|
+
"body-cell-expandable-level-9": "awsui_body-cell-expandable-level-9_c6tup_b8oxz_175",
|
|
19
|
+
"body-cell-expandable-level-next": "awsui_body-cell-expandable-level-next_c6tup_b8oxz_178",
|
|
20
|
+
"body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_b8oxz_181",
|
|
21
|
+
"body-cell-interactive": "awsui_body-cell-interactive_c6tup_b8oxz_181",
|
|
22
|
+
"body-cell-editable": "awsui_body-cell-editable_c6tup_b8oxz_181",
|
|
23
|
+
"has-striped-rows-sticky-cell-pad-inline-start": "awsui_has-striped-rows-sticky-cell-pad-inline-start_c6tup_b8oxz_247",
|
|
24
|
+
"has-selection": "awsui_has-selection_c6tup_b8oxz_280",
|
|
25
|
+
"body-cell-first-row": "awsui_body-cell-first-row_c6tup_b8oxz_316",
|
|
26
|
+
"body-cell-last-row": "awsui_body-cell-last-row_c6tup_b8oxz_319",
|
|
27
|
+
"body-cell-selected": "awsui_body-cell-selected_c6tup_b8oxz_319",
|
|
28
|
+
"has-footer": "awsui_has-footer_c6tup_b8oxz_319",
|
|
29
|
+
"body-cell-shaded": "awsui_body-cell-shaded_c6tup_b8oxz_329",
|
|
30
|
+
"sticky-cell": "awsui_sticky-cell_c6tup_b8oxz_355",
|
|
31
|
+
"sticky-cell-pad-left": "awsui_sticky-cell-pad-left_c6tup_b8oxz_363",
|
|
32
|
+
"sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_b8oxz_410",
|
|
33
|
+
"sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_b8oxz_418",
|
|
34
|
+
"body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_b8oxz_449",
|
|
35
|
+
"body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_b8oxz_453",
|
|
36
|
+
"body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_b8oxz_477",
|
|
37
|
+
"body-cell-success": "awsui_body-cell-success_c6tup_b8oxz_484",
|
|
38
|
+
"body-cell-editor": "awsui_body-cell-editor_c6tup_b8oxz_477",
|
|
39
|
+
"body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_b8oxz_511",
|
|
40
|
+
"body-cell-editor-form": "awsui_body-cell-editor-form_c6tup_b8oxz_520",
|
|
41
|
+
"body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_b8oxz_530",
|
|
42
|
+
"body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_b8oxz_540",
|
|
43
|
+
"body-cell-expandable": "awsui_body-cell-expandable_c6tup_b8oxz_151",
|
|
44
|
+
"expandable-cell-content": "awsui_expandable-cell-content_c6tup_b8oxz_564",
|
|
45
|
+
"body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_b8oxz_612",
|
|
46
|
+
"body-cell-has-success": "awsui_body-cell-has-success_c6tup_b8oxz_616"
|
|
47
47
|
};
|
|
48
48
|
|