@cloudscape-design/components-themeable 3.0.1012 → 3.0.1013

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 (33) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  3. package/lib/internal/scss/table/body-cell/styles.scss +3 -0
  4. package/lib/internal/scss/table/header-cell/styles.scss +3 -0
  5. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  6. package/lib/internal/template/internal/environment.js +2 -2
  7. package/lib/internal/template/internal/environment.json +2 -2
  8. package/lib/internal/template/table/body-cell/styles.css.js +47 -46
  9. package/lib/internal/template/table/body-cell/styles.scoped.css +376 -373
  10. package/lib/internal/template/table/body-cell/styles.selectors.js +47 -46
  11. package/lib/internal/template/table/body-cell/td-element.d.ts +1 -0
  12. package/lib/internal/template/table/body-cell/td-element.d.ts.map +1 -1
  13. package/lib/internal/template/table/body-cell/td-element.js +2 -2
  14. package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
  15. package/lib/internal/template/table/header-cell/index.d.ts +2 -1
  16. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  17. package/lib/internal/template/table/header-cell/index.js +2 -2
  18. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  19. package/lib/internal/template/table/header-cell/styles.css.js +29 -28
  20. package/lib/internal/template/table/header-cell/styles.scoped.css +69 -66
  21. package/lib/internal/template/table/header-cell/styles.selectors.js +29 -28
  22. package/lib/internal/template/table/header-cell/th-element.d.ts +2 -1
  23. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
  24. package/lib/internal/template/table/header-cell/th-element.js +2 -2
  25. package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
  26. package/lib/internal/template/table/internal.d.ts.map +1 -1
  27. package/lib/internal/template/table/internal.js +2 -1
  28. package/lib/internal/template/table/internal.js.map +1 -1
  29. package/lib/internal/template/table/thead.d.ts +1 -0
  30. package/lib/internal/template/table/thead.d.ts.map +1 -1
  31. package/lib/internal/template/table/thead.js +2 -1
  32. package/lib/internal/template/table/thead.js.map +1 -1
  33. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "a98874e54f71480638a97182203e0b9db4ca4b04"
2
+ "commit": "dee2474d1f0ca2612402ff737d317cd804a5c036"
3
3
  }
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Build environment
3
- $awsui-commit-hash: a98874e5;
3
+ $awsui-commit-hash: dee2474d;
4
4
  // Manually managed CSS-variables
5
5
  $maxContentWidth: --awsui-max-content-width-kcc2gu;
6
6
  $minContentWidth: --awsui-min-content-width-kcc2gu;
@@ -253,6 +253,9 @@ $cell-negative-space-vertical: 2px;
253
253
  transition-duration: awsui.$motion-duration-transition-show-quick;
254
254
  transition-timing-function: awsui.$motion-easing-sticky;
255
255
  }
256
+ &.table-variant-full-page {
257
+ background: awsui.$color-background-layout-main;
258
+ }
256
259
  &.body-cell-shaded {
257
260
  background: awsui.$color-background-cell-shaded;
258
261
  }
@@ -93,6 +93,9 @@ $cell-horizontal-padding: awsui.$space-scaled-l;
93
93
  transition-duration: awsui.$motion-duration-transition-show-quick;
94
94
  transition-timing-function: awsui.$motion-easing-sticky;
95
95
  }
96
+ &.table-variant-full-page {
97
+ background: awsui.$color-background-layout-main;
98
+ }
96
99
  &-pad-left:not(.has-selection) {
97
100
  padding-inline-start: awsui.$space-table-horizontal;
98
101
  }
@@ -3890,5 +3890,5 @@
3890
3890
  }
3891
3891
  }
3892
3892
  :root {
3893
- --awsui-version-info-a98874e5: true;
3893
+ --awsui-version-info-dee2474d: true;
3894
3894
  }
@@ -1,5 +1,5 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (a98874e5)";
3
- export var GIT_SHA = "a98874e5";
2
+ export var PACKAGE_VERSION = "3.0.0 (dee2474d)";
3
+ export var GIT_SHA = "dee2474d";
4
4
  export var THEME = "open-source-visual-refresh";
5
5
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (a98874e5)",
4
- "GIT_SHA": "a98874e5",
3
+ "PACKAGE_VERSION": "3.0.0 (dee2474d)",
4
+ "GIT_SHA": "dee2474d",
5
5
  "THEME": "default",
6
6
  "ALWAYS_VISUAL_REFRESH": false
7
7
  }
@@ -1,51 +1,52 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_ik3un_145",
5
- "body-cell": "awsui_body-cell_c6tup_ik3un_152",
6
- "body-cell-content": "awsui_body-cell-content_c6tup_ik3un_160",
7
- "expandable-level-0": "awsui_expandable-level-0_c6tup_ik3un_166",
8
- "expandable-level-1": "awsui_expandable-level-1_c6tup_ik3un_173",
9
- "expandable-level-2": "awsui_expandable-level-2_c6tup_ik3un_180",
10
- "expandable-level-3": "awsui_expandable-level-3_c6tup_ik3un_187",
11
- "expandable-level-4": "awsui_expandable-level-4_c6tup_ik3un_194",
12
- "expandable-level-5": "awsui_expandable-level-5_c6tup_ik3un_201",
13
- "expandable-level-6": "awsui_expandable-level-6_c6tup_ik3un_208",
14
- "expandable-level-7": "awsui_expandable-level-7_c6tup_ik3un_215",
15
- "expandable-level-8": "awsui_expandable-level-8_c6tup_ik3un_222",
16
- "expandable-level-9": "awsui_expandable-level-9_c6tup_ik3un_229",
17
- "expandable-level-next": "awsui_expandable-level-next_c6tup_ik3un_236",
18
- "body-cell-align-top": "awsui_body-cell-align-top_c6tup_ik3un_254",
19
- "body-cell-wrap": "awsui_body-cell-wrap_c6tup_ik3un_260",
20
- "is-visual-refresh": "awsui_is-visual-refresh_c6tup_ik3un_357",
21
- "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_ik3un_447",
22
- "body-cell-expandable": "awsui_body-cell-expandable_c6tup_ik3un_447",
23
- "body-cell-editable": "awsui_body-cell-editable_c6tup_ik3un_447",
24
- "has-striped-rows": "awsui_has-striped-rows_c6tup_ik3un_530",
25
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_ik3un_696",
26
- "has-selection": "awsui_has-selection_c6tup_ik3un_862",
27
- "body-cell-first-row": "awsui_body-cell-first-row_c6tup_ik3un_1031",
28
- "body-cell-last-row": "awsui_body-cell-last-row_c6tup_ik3un_1034",
29
- "body-cell-selected": "awsui_body-cell-selected_c6tup_ik3un_1034",
30
- "has-footer": "awsui_has-footer_c6tup_ik3un_1034",
31
- "body-cell-shaded": "awsui_body-cell-shaded_c6tup_ik3un_1044",
32
- "sticky-cell": "awsui_sticky-cell_c6tup_ik3un_696",
33
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_ik3un_1109",
34
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_ik3un_1118",
35
- "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_ik3un_1140",
36
- "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_ik3un_1147",
37
- "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_ik3un_1173",
38
- "body-cell-success": "awsui_body-cell-success_c6tup_ik3un_1178",
39
- "body-cell-editor": "awsui_body-cell-editor_c6tup_ik3un_1173",
40
- "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_ik3un_1203",
41
- "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_ik3un_1212",
42
- "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_ik3un_1222",
43
- "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_ik3un_1225",
44
- "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_ik3un_1228",
45
- "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_ik3un_1252",
46
- "resizable-columns": "awsui_resizable-columns_c6tup_ik3un_1364",
47
- "expandable-cell-content": "awsui_expandable-cell-content_c6tup_ik3un_1367",
48
- "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_ik3un_1418",
49
- "body-cell-has-success": "awsui_body-cell-has-success_c6tup_ik3un_1421"
4
+ "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_1vih3_145",
5
+ "body-cell": "awsui_body-cell_c6tup_1vih3_152",
6
+ "body-cell-content": "awsui_body-cell-content_c6tup_1vih3_160",
7
+ "expandable-level-0": "awsui_expandable-level-0_c6tup_1vih3_166",
8
+ "expandable-level-1": "awsui_expandable-level-1_c6tup_1vih3_173",
9
+ "expandable-level-2": "awsui_expandable-level-2_c6tup_1vih3_180",
10
+ "expandable-level-3": "awsui_expandable-level-3_c6tup_1vih3_187",
11
+ "expandable-level-4": "awsui_expandable-level-4_c6tup_1vih3_194",
12
+ "expandable-level-5": "awsui_expandable-level-5_c6tup_1vih3_201",
13
+ "expandable-level-6": "awsui_expandable-level-6_c6tup_1vih3_208",
14
+ "expandable-level-7": "awsui_expandable-level-7_c6tup_1vih3_215",
15
+ "expandable-level-8": "awsui_expandable-level-8_c6tup_1vih3_222",
16
+ "expandable-level-9": "awsui_expandable-level-9_c6tup_1vih3_229",
17
+ "expandable-level-next": "awsui_expandable-level-next_c6tup_1vih3_236",
18
+ "body-cell-align-top": "awsui_body-cell-align-top_c6tup_1vih3_254",
19
+ "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1vih3_260",
20
+ "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1vih3_357",
21
+ "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1vih3_447",
22
+ "body-cell-expandable": "awsui_body-cell-expandable_c6tup_1vih3_447",
23
+ "body-cell-editable": "awsui_body-cell-editable_c6tup_1vih3_447",
24
+ "has-striped-rows": "awsui_has-striped-rows_c6tup_1vih3_530",
25
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_1vih3_696",
26
+ "has-selection": "awsui_has-selection_c6tup_1vih3_862",
27
+ "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1vih3_1031",
28
+ "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1vih3_1034",
29
+ "body-cell-selected": "awsui_body-cell-selected_c6tup_1vih3_1034",
30
+ "has-footer": "awsui_has-footer_c6tup_1vih3_1034",
31
+ "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1vih3_1044",
32
+ "sticky-cell": "awsui_sticky-cell_c6tup_1vih3_696",
33
+ "table-variant-full-page": "awsui_table-variant-full-page_c6tup_1vih3_1095",
34
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_1vih3_1112",
35
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_1vih3_1121",
36
+ "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1vih3_1143",
37
+ "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1vih3_1150",
38
+ "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_1vih3_1176",
39
+ "body-cell-success": "awsui_body-cell-success_c6tup_1vih3_1181",
40
+ "body-cell-editor": "awsui_body-cell-editor_c6tup_1vih3_1176",
41
+ "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_1vih3_1206",
42
+ "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1vih3_1215",
43
+ "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1vih3_1225",
44
+ "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_1vih3_1228",
45
+ "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_1vih3_1231",
46
+ "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_1vih3_1255",
47
+ "resizable-columns": "awsui_resizable-columns_c6tup_1vih3_1367",
48
+ "expandable-cell-content": "awsui_expandable-cell-content_c6tup_1vih3_1370",
49
+ "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_1vih3_1421",
50
+ "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1vih3_1424"
50
51
  };
51
52