@cloudscape-design/components 3.0.1345 → 3.0.1346

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 (60) hide show
  1. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  2. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +90 -87
  3. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  4. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  5. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +11 -11
  6. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  7. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +60 -60
  9. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
  10. package/app-layout-toolbar/index.d.ts.map +1 -1
  11. package/app-layout-toolbar/index.js +1 -0
  12. package/app-layout-toolbar/index.js.map +1 -1
  13. package/expandable-section/expandable-section-container.d.ts +0 -2
  14. package/expandable-section/expandable-section-container.d.ts.map +1 -1
  15. package/expandable-section/expandable-section-container.js +2 -2
  16. package/expandable-section/expandable-section-container.js.map +1 -1
  17. package/expandable-section/expandable-section-header.d.ts +3 -1
  18. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  19. package/expandable-section/expandable-section-header.js +4 -4
  20. package/expandable-section/expandable-section-header.js.map +1 -1
  21. package/expandable-section/internal.d.ts +8 -2
  22. package/expandable-section/internal.d.ts.map +1 -1
  23. package/expandable-section/internal.js +24 -10
  24. package/expandable-section/internal.js.map +1 -1
  25. package/expandable-section/styles.css.js +43 -42
  26. package/expandable-section/styles.scoped.css +198 -143
  27. package/expandable-section/styles.selectors.js +43 -42
  28. package/flashbar/styles.css.js +50 -50
  29. package/flashbar/styles.scoped.css +153 -153
  30. package/flashbar/styles.selectors.js +50 -50
  31. package/internal/base-component/styles.scoped.css +16 -6
  32. package/internal/components/transition/index.d.ts +7 -7
  33. package/internal/components/transition/index.d.ts.map +1 -1
  34. package/internal/components/transition/index.js +4 -4
  35. package/internal/components/transition/index.js.map +1 -1
  36. package/internal/environment.js +2 -2
  37. package/internal/environment.json +2 -2
  38. package/internal/generated/styles/tokens.d.ts +9 -0
  39. package/internal/generated/styles/tokens.js +10 -1
  40. package/internal/generated/theming/index.cjs +106 -15
  41. package/internal/generated/theming/index.cjs.d.ts +18 -0
  42. package/internal/generated/theming/index.d.ts +18 -0
  43. package/internal/generated/theming/index.js +106 -15
  44. package/internal/manifest.json +1 -1
  45. package/manifest.json +2 -2
  46. package/package.json +1 -1
  47. package/side-navigation/implementation.d.ts.map +1 -1
  48. package/side-navigation/implementation.js +6 -3
  49. package/side-navigation/implementation.js.map +1 -1
  50. package/side-navigation/parts.d.ts +2 -0
  51. package/side-navigation/parts.d.ts.map +1 -1
  52. package/side-navigation/parts.js +86 -76
  53. package/side-navigation/parts.js.map +1 -1
  54. package/side-navigation/styles.css.js +64 -50
  55. package/side-navigation/styles.scoped.css +552 -106
  56. package/side-navigation/styles.selectors.js +64 -50
  57. package/side-navigation/util.d.ts +10 -0
  58. package/side-navigation/util.d.ts.map +1 -1
  59. package/side-navigation/util.js +48 -0
  60. package/side-navigation/util.js.map +1 -1
@@ -1,47 +1,48 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "content-enter": "awsui_content-enter_gwq0h_1gu2g_161",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1gu2g_1",
6
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_1gu2g_183",
7
- "icon": "awsui_icon_gwq0h_1gu2g_197",
8
- "root": "awsui_root_gwq0h_1gu2g_211",
9
- "expand-button": "awsui_expand-button_gwq0h_1gu2g_246",
10
- "expanded": "awsui_expanded_gwq0h_1gu2g_254",
11
- "icon-container": "awsui_icon-container_gwq0h_1gu2g_264",
12
- "icon-container-container": "awsui_icon-container-container_gwq0h_1gu2g_268",
13
- "wrapper": "awsui_wrapper_gwq0h_1gu2g_284",
14
- "wrapper-default": "awsui_wrapper-default_gwq0h_1gu2g_292",
15
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_1gu2g_292",
16
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_1gu2g_292",
17
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1gu2g_296",
18
- "wrapper-container": "awsui_wrapper-container_gwq0h_1gu2g_299",
19
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_1gu2g_303",
20
- "header-deprecated": "awsui_header-deprecated_gwq0h_1gu2g_316",
21
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1gu2g_322",
22
- "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1gu2g_345",
23
- "header": "awsui_header_gwq0h_1gu2g_316",
24
- "header-wrapper": "awsui_header-wrapper_gwq0h_1gu2g_362",
25
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1gu2g_374",
26
- "header-button": "awsui_header-button_gwq0h_1gu2g_382",
27
- "header-container-button": "awsui_header-container-button_gwq0h_1gu2g_382",
28
- "header-container": "awsui_header-container_gwq0h_1gu2g_382",
29
- "header-navigation": "awsui_header-navigation_gwq0h_1gu2g_417",
30
- "header-text": "awsui_header-text_gwq0h_1gu2g_454",
31
- "content": "awsui_content_gwq0h_1gu2g_161",
32
- "content-default": "awsui_content-default_gwq0h_1gu2g_467",
33
- "content-inline": "awsui_content-inline_gwq0h_1gu2g_467",
34
- "content-footer": "awsui_content-footer_gwq0h_1gu2g_471",
35
- "content-expanded": "awsui_content-expanded_gwq0h_1gu2g_475",
36
- "content-compact": "awsui_content-compact_gwq0h_1gu2g_478",
37
- "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1gu2g_482",
38
- "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1gu2g_487",
39
- "focusable": "awsui_focusable_gwq0h_1gu2g_492",
40
- "click-target": "awsui_click-target_gwq0h_1gu2g_507",
41
- "header-icon-end": "awsui_header-icon-end_gwq0h_1gu2g_514",
42
- "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1gu2g_531",
43
- "icon-container-end": "awsui_icon-container-end_gwq0h_1gu2g_545",
44
- "header-content": "awsui_header-content_gwq0h_1gu2g_594",
45
- "header-navigation-content": "awsui_header-navigation-content_gwq0h_1gu2g_599"
4
+ "root": "awsui_root_gwq0h_10ou0_153",
5
+ "expand-button": "awsui_expand-button_gwq0h_10ou0_188",
6
+ "icon": "awsui_icon_gwq0h_10ou0_192",
7
+ "expanded": "awsui_expanded_gwq0h_10ou0_207",
8
+ "icon-container": "awsui_icon-container_gwq0h_10ou0_217",
9
+ "icon-container-container": "awsui_icon-container-container_gwq0h_10ou0_221",
10
+ "wrapper": "awsui_wrapper_gwq0h_10ou0_237",
11
+ "wrapper-default": "awsui_wrapper-default_gwq0h_10ou0_245",
12
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_10ou0_245",
13
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_10ou0_245",
14
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_10ou0_249",
15
+ "wrapper-container": "awsui_wrapper-container_gwq0h_10ou0_252",
16
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_10ou0_256",
17
+ "header-deprecated": "awsui_header-deprecated_gwq0h_10ou0_269",
18
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_10ou0_288",
19
+ "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_10ou0_333",
20
+ "header": "awsui_header_gwq0h_10ou0_269",
21
+ "header-wrapper": "awsui_header-wrapper_gwq0h_10ou0_350",
22
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_10ou0_362",
23
+ "header-button": "awsui_header-button_gwq0h_10ou0_370",
24
+ "header-container-button": "awsui_header-container-button_gwq0h_10ou0_370",
25
+ "header-container": "awsui_header-container_gwq0h_10ou0_370",
26
+ "header-navigation": "awsui_header-navigation_gwq0h_10ou0_405",
27
+ "header-text": "awsui_header-text_gwq0h_10ou0_442",
28
+ "content": "awsui_content_gwq0h_10ou0_452",
29
+ "content-expanded": "awsui_content-expanded_gwq0h_10ou0_455",
30
+ "content-compact": "awsui_content-compact_gwq0h_10ou0_458",
31
+ "content-inner": "awsui_content-inner_gwq0h_10ou0_491",
32
+ "content-inner-expanded": "awsui_content-inner-expanded_gwq0h_10ou0_508",
33
+ "content-inner-settled": "awsui_content-inner-settled_gwq0h_10ou0_522",
34
+ "content-inner-body-default": "awsui_content-inner-body-default_gwq0h_10ou0_526",
35
+ "content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_10ou0_526",
36
+ "content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_10ou0_529",
37
+ "content-inner-body-container": "awsui_content-inner-body-container_gwq0h_10ou0_532",
38
+ "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_10ou0_537",
39
+ "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_10ou0_542",
40
+ "focusable": "awsui_focusable_gwq0h_10ou0_547",
41
+ "click-target": "awsui_click-target_gwq0h_10ou0_562",
42
+ "header-icon-end": "awsui_header-icon-end_gwq0h_10ou0_569",
43
+ "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_10ou0_586",
44
+ "icon-container-end": "awsui_icon-container-end_gwq0h_10ou0_600",
45
+ "header-content": "awsui_header-content_gwq0h_10ou0_649",
46
+ "header-navigation-content": "awsui_header-navigation-content_gwq0h_10ou0_654"
46
47
  };
47
48