@cloudscape-design/components-themeable 3.0.1344 → 3.0.1345

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 (69) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/constants.scss +0 -3
  3. package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +2 -0
  4. package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -1
  5. package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +1 -1
  6. package/lib/internal/scss/expandable-section/styles.scss +102 -14
  7. package/lib/internal/scss/flashbar/collapsible.scss +1 -1
  8. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  9. package/lib/internal/scss/internal/styles/motion/mixins.scss +9 -0
  10. package/lib/internal/scss/side-navigation/styles.scss +420 -40
  11. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  12. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +90 -87
  13. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  14. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  15. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +11 -11
  16. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +60 -60
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
  20. package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
  21. package/lib/internal/template/app-layout-toolbar/index.js +1 -0
  22. package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
  23. package/lib/internal/template/expandable-section/expandable-section-container.d.ts +1 -2
  24. package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
  25. package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
  26. package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
  27. package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
  28. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  29. package/lib/internal/template/expandable-section/expandable-section-header.js +4 -4
  30. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  31. package/lib/internal/template/expandable-section/internal.d.ts +8 -3
  32. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  33. package/lib/internal/template/expandable-section/internal.js +24 -10
  34. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  35. package/lib/internal/template/expandable-section/styles.css.js +43 -42
  36. package/lib/internal/template/expandable-section/styles.scoped.css +198 -143
  37. package/lib/internal/template/expandable-section/styles.selectors.js +43 -42
  38. package/lib/internal/template/flashbar/styles.css.js +50 -50
  39. package/lib/internal/template/flashbar/styles.scoped.css +153 -153
  40. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  41. package/lib/internal/template/internal/base-component/styles.scoped.css +19 -9
  42. package/lib/internal/template/internal/components/transition/index.d.ts +6 -6
  43. package/lib/internal/template/internal/components/transition/index.d.ts.map +1 -1
  44. package/lib/internal/template/internal/components/transition/index.js +4 -4
  45. package/lib/internal/template/internal/components/transition/index.js.map +1 -1
  46. package/lib/internal/template/internal/environment.js +2 -2
  47. package/lib/internal/template/internal/environment.json +2 -2
  48. package/lib/internal/template/internal/generated/styles/tokens.d.ts +9 -0
  49. package/lib/internal/template/internal/generated/styles/tokens.js +10 -1
  50. package/lib/internal/template/internal/generated/theming/index.cjs +106 -15
  51. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
  52. package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
  53. package/lib/internal/template/internal/generated/theming/index.js +106 -15
  54. package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
  55. package/lib/internal/template/side-navigation/implementation.js +6 -3
  56. package/lib/internal/template/side-navigation/implementation.js.map +1 -1
  57. package/lib/internal/template/side-navigation/parts.d.ts +2 -1
  58. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  59. package/lib/internal/template/side-navigation/parts.js +86 -76
  60. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  61. package/lib/internal/template/side-navigation/styles.css.js +64 -50
  62. package/lib/internal/template/side-navigation/styles.scoped.css +550 -106
  63. package/lib/internal/template/side-navigation/styles.selectors.js +64 -50
  64. package/lib/internal/template/side-navigation/util.d.ts +10 -0
  65. package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
  66. package/lib/internal/template/side-navigation/util.js +48 -0
  67. package/lib/internal/template/side-navigation/util.js.map +1 -1
  68. package/package.json +1 -1
  69. package/lib/internal/scss/expandable-section/motion.scss +0 -30
@@ -2,47 +2,48 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_1vbo0_161",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1vbo0_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_1vbo0_183",
8
- "icon": "awsui_icon_gwq0h_1vbo0_197",
9
- "root": "awsui_root_gwq0h_1vbo0_211",
10
- "expand-button": "awsui_expand-button_gwq0h_1vbo0_246",
11
- "expanded": "awsui_expanded_gwq0h_1vbo0_254",
12
- "icon-container": "awsui_icon-container_gwq0h_1vbo0_264",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_1vbo0_268",
14
- "wrapper": "awsui_wrapper_gwq0h_1vbo0_284",
15
- "wrapper-default": "awsui_wrapper-default_gwq0h_1vbo0_292",
16
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_1vbo0_292",
17
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_1vbo0_292",
18
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1vbo0_296",
19
- "wrapper-container": "awsui_wrapper-container_gwq0h_1vbo0_299",
20
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_1vbo0_303",
21
- "header-deprecated": "awsui_header-deprecated_gwq0h_1vbo0_316",
22
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1vbo0_322",
23
- "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1vbo0_345",
24
- "header": "awsui_header_gwq0h_1vbo0_316",
25
- "header-wrapper": "awsui_header-wrapper_gwq0h_1vbo0_362",
26
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1vbo0_374",
27
- "header-button": "awsui_header-button_gwq0h_1vbo0_382",
28
- "header-container-button": "awsui_header-container-button_gwq0h_1vbo0_382",
29
- "header-container": "awsui_header-container_gwq0h_1vbo0_382",
30
- "header-navigation": "awsui_header-navigation_gwq0h_1vbo0_417",
31
- "header-text": "awsui_header-text_gwq0h_1vbo0_454",
32
- "content": "awsui_content_gwq0h_1vbo0_161",
33
- "content-default": "awsui_content-default_gwq0h_1vbo0_467",
34
- "content-inline": "awsui_content-inline_gwq0h_1vbo0_467",
35
- "content-footer": "awsui_content-footer_gwq0h_1vbo0_471",
36
- "content-expanded": "awsui_content-expanded_gwq0h_1vbo0_475",
37
- "content-compact": "awsui_content-compact_gwq0h_1vbo0_478",
38
- "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1vbo0_482",
39
- "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1vbo0_487",
40
- "focusable": "awsui_focusable_gwq0h_1vbo0_492",
41
- "click-target": "awsui_click-target_gwq0h_1vbo0_507",
42
- "header-icon-end": "awsui_header-icon-end_gwq0h_1vbo0_514",
43
- "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1vbo0_531",
44
- "icon-container-end": "awsui_icon-container-end_gwq0h_1vbo0_545",
45
- "header-content": "awsui_header-content_gwq0h_1vbo0_594",
46
- "header-navigation-content": "awsui_header-navigation-content_gwq0h_1vbo0_599"
5
+ "root": "awsui_root_gwq0h_13m8r_153",
6
+ "expand-button": "awsui_expand-button_gwq0h_13m8r_188",
7
+ "icon": "awsui_icon_gwq0h_13m8r_192",
8
+ "expanded": "awsui_expanded_gwq0h_13m8r_207",
9
+ "icon-container": "awsui_icon-container_gwq0h_13m8r_217",
10
+ "icon-container-container": "awsui_icon-container-container_gwq0h_13m8r_221",
11
+ "wrapper": "awsui_wrapper_gwq0h_13m8r_237",
12
+ "wrapper-default": "awsui_wrapper-default_gwq0h_13m8r_245",
13
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_13m8r_245",
14
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_13m8r_245",
15
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_13m8r_249",
16
+ "wrapper-container": "awsui_wrapper-container_gwq0h_13m8r_252",
17
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_13m8r_256",
18
+ "header-deprecated": "awsui_header-deprecated_gwq0h_13m8r_269",
19
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_13m8r_288",
20
+ "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_13m8r_333",
21
+ "header": "awsui_header_gwq0h_13m8r_269",
22
+ "header-wrapper": "awsui_header-wrapper_gwq0h_13m8r_350",
23
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_13m8r_362",
24
+ "header-button": "awsui_header-button_gwq0h_13m8r_370",
25
+ "header-container-button": "awsui_header-container-button_gwq0h_13m8r_370",
26
+ "header-container": "awsui_header-container_gwq0h_13m8r_370",
27
+ "header-navigation": "awsui_header-navigation_gwq0h_13m8r_405",
28
+ "header-text": "awsui_header-text_gwq0h_13m8r_442",
29
+ "content": "awsui_content_gwq0h_13m8r_452",
30
+ "content-expanded": "awsui_content-expanded_gwq0h_13m8r_455",
31
+ "content-compact": "awsui_content-compact_gwq0h_13m8r_458",
32
+ "content-inner": "awsui_content-inner_gwq0h_13m8r_491",
33
+ "content-inner-expanded": "awsui_content-inner-expanded_gwq0h_13m8r_508",
34
+ "content-inner-settled": "awsui_content-inner-settled_gwq0h_13m8r_522",
35
+ "content-inner-body-default": "awsui_content-inner-body-default_gwq0h_13m8r_526",
36
+ "content-inner-body-inline": "awsui_content-inner-body-inline_gwq0h_13m8r_526",
37
+ "content-inner-body-footer": "awsui_content-inner-body-footer_gwq0h_13m8r_529",
38
+ "content-inner-body-container": "awsui_content-inner-body-container_gwq0h_13m8r_532",
39
+ "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_13m8r_537",
40
+ "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_13m8r_542",
41
+ "focusable": "awsui_focusable_gwq0h_13m8r_547",
42
+ "click-target": "awsui_click-target_gwq0h_13m8r_562",
43
+ "header-icon-end": "awsui_header-icon-end_gwq0h_13m8r_569",
44
+ "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_13m8r_586",
45
+ "icon-container-end": "awsui_icon-container-end_gwq0h_13m8r_600",
46
+ "header-content": "awsui_header-content_gwq0h_13m8r_649",
47
+ "header-navigation-content": "awsui_header-navigation-content_gwq0h_13m8r_654"
47
48
  };
48
49
 
@@ -1,55 +1,55 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "flash-with-motion": "awsui_flash-with-motion_1q84n_rzp5a_157",
5
- "enter": "awsui_enter_1q84n_rzp5a_157",
6
- "flash-body": "awsui_flash-body_1q84n_rzp5a_171",
7
- "flash-message": "awsui_flash-message_1q84n_rzp5a_171",
8
- "flash-header": "awsui_flash-header_1q84n_rzp5a_171",
9
- "flash-content": "awsui_flash-content_1q84n_rzp5a_172",
10
- "action-button-wrapper": "awsui_action-button-wrapper_1q84n_rzp5a_173",
11
- "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_rzp5a_174",
12
- "flash-icon": "awsui_flash-icon_1q84n_rzp5a_197",
13
- "entering": "awsui_entering_1q84n_rzp5a_210",
14
- "entered": "awsui_entered_1q84n_rzp5a_231",
15
- "exiting": "awsui_exiting_1q84n_rzp5a_336",
16
- "stack": "awsui_stack_1q84n_rzp5a_370",
17
- "animation-running": "awsui_animation-running_1q84n_rzp5a_370",
18
- "item": "awsui_item_1q84n_rzp5a_370",
19
- "flash-list-item": "awsui_flash-list-item_1q84n_rzp5a_371",
20
- "notification-bar": "awsui_notification-bar_1q84n_rzp5a_372",
21
- "collapsed": "awsui_collapsed_1q84n_rzp5a_392",
22
- "animation-ready": "awsui_animation-ready_1q84n_rzp5a_392",
23
- "expanded-only": "awsui_expanded-only_1q84n_rzp5a_392",
24
- "expanded": "awsui_expanded_1q84n_rzp5a_392",
25
- "flash": "awsui_flash_1q84n_rzp5a_157",
26
- "collapsible": "awsui_collapsible_1q84n_rzp5a_448",
27
- "short-list": "awsui_short-list_1q84n_rzp5a_454",
28
- "visual-refresh": "awsui_visual-refresh_1q84n_rzp5a_454",
29
- "status": "awsui_status_1q84n_rzp5a_601",
30
- "header": "awsui_header_1q84n_rzp5a_601",
31
- "item-count": "awsui_item-count_1q84n_rzp5a_602",
32
- "button": "awsui_button_1q84n_rzp5a_603",
33
- "type-count": "awsui_type-count_1q84n_rzp5a_636",
34
- "count-number": "awsui_count-number_1q84n_rzp5a_636",
35
- "icon": "awsui_icon_1q84n_rzp5a_674",
36
- "floating": "awsui_floating_1q84n_rzp5a_715",
37
- "flashbar": "awsui_flashbar_1q84n_rzp5a_719",
38
- "initial-hidden": "awsui_initial-hidden_1q84n_rzp5a_779",
39
- "flash-list": "awsui_flash-list_1q84n_rzp5a_371",
40
- "flash-focus-container": "awsui_flash-focus-container_1q84n_rzp5a_803",
41
- "flash-text": "awsui_flash-text_1q84n_rzp5a_833",
42
- "hidden": "awsui_hidden_1q84n_rzp5a_852",
43
- "header-replacement": "awsui_header-replacement_1q84n_rzp5a_857",
44
- "content-replacement": "awsui_content-replacement_1q84n_rzp5a_862",
45
- "dismiss-button": "awsui_dismiss-button_1q84n_rzp5a_174",
46
- "action-wrapped": "awsui_action-wrapped_1q84n_rzp5a_880",
47
- "action-button": "awsui_action-button_1q84n_rzp5a_173",
48
- "action-slot": "awsui_action-slot_1q84n_rzp5a_887",
49
- "flash-type-success": "awsui_flash-type-success_1q84n_rzp5a_891",
50
- "flash-type-error": "awsui_flash-type-error_1q84n_rzp5a_899",
51
- "flash-type-info": "awsui_flash-type-info_1q84n_rzp5a_907",
52
- "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_rzp5a_908",
53
- "flash-type-warning": "awsui_flash-type-warning_1q84n_rzp5a_917"
4
+ "flash-with-motion": "awsui_flash-with-motion_1q84n_1pcl1_157",
5
+ "enter": "awsui_enter_1q84n_1pcl1_157",
6
+ "flash-body": "awsui_flash-body_1q84n_1pcl1_171",
7
+ "flash-message": "awsui_flash-message_1q84n_1pcl1_171",
8
+ "flash-header": "awsui_flash-header_1q84n_1pcl1_171",
9
+ "flash-content": "awsui_flash-content_1q84n_1pcl1_172",
10
+ "action-button-wrapper": "awsui_action-button-wrapper_1q84n_1pcl1_173",
11
+ "dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1pcl1_174",
12
+ "flash-icon": "awsui_flash-icon_1q84n_1pcl1_197",
13
+ "entering": "awsui_entering_1q84n_1pcl1_210",
14
+ "entered": "awsui_entered_1q84n_1pcl1_231",
15
+ "exiting": "awsui_exiting_1q84n_1pcl1_336",
16
+ "stack": "awsui_stack_1q84n_1pcl1_370",
17
+ "animation-running": "awsui_animation-running_1q84n_1pcl1_370",
18
+ "item": "awsui_item_1q84n_1pcl1_370",
19
+ "flash-list-item": "awsui_flash-list-item_1q84n_1pcl1_371",
20
+ "notification-bar": "awsui_notification-bar_1q84n_1pcl1_372",
21
+ "collapsed": "awsui_collapsed_1q84n_1pcl1_392",
22
+ "animation-ready": "awsui_animation-ready_1q84n_1pcl1_392",
23
+ "expanded-only": "awsui_expanded-only_1q84n_1pcl1_392",
24
+ "expanded": "awsui_expanded_1q84n_1pcl1_392",
25
+ "flash": "awsui_flash_1q84n_1pcl1_157",
26
+ "collapsible": "awsui_collapsible_1q84n_1pcl1_448",
27
+ "short-list": "awsui_short-list_1q84n_1pcl1_454",
28
+ "visual-refresh": "awsui_visual-refresh_1q84n_1pcl1_454",
29
+ "status": "awsui_status_1q84n_1pcl1_601",
30
+ "header": "awsui_header_1q84n_1pcl1_601",
31
+ "item-count": "awsui_item-count_1q84n_1pcl1_602",
32
+ "button": "awsui_button_1q84n_1pcl1_603",
33
+ "type-count": "awsui_type-count_1q84n_1pcl1_636",
34
+ "count-number": "awsui_count-number_1q84n_1pcl1_636",
35
+ "icon": "awsui_icon_1q84n_1pcl1_674",
36
+ "floating": "awsui_floating_1q84n_1pcl1_715",
37
+ "flashbar": "awsui_flashbar_1q84n_1pcl1_719",
38
+ "initial-hidden": "awsui_initial-hidden_1q84n_1pcl1_779",
39
+ "flash-list": "awsui_flash-list_1q84n_1pcl1_371",
40
+ "flash-focus-container": "awsui_flash-focus-container_1q84n_1pcl1_803",
41
+ "flash-text": "awsui_flash-text_1q84n_1pcl1_833",
42
+ "hidden": "awsui_hidden_1q84n_1pcl1_852",
43
+ "header-replacement": "awsui_header-replacement_1q84n_1pcl1_857",
44
+ "content-replacement": "awsui_content-replacement_1q84n_1pcl1_862",
45
+ "dismiss-button": "awsui_dismiss-button_1q84n_1pcl1_174",
46
+ "action-wrapped": "awsui_action-wrapped_1q84n_1pcl1_880",
47
+ "action-button": "awsui_action-button_1q84n_1pcl1_173",
48
+ "action-slot": "awsui_action-slot_1q84n_1pcl1_887",
49
+ "flash-type-success": "awsui_flash-type-success_1q84n_1pcl1_891",
50
+ "flash-type-error": "awsui_flash-type-error_1q84n_1pcl1_899",
51
+ "flash-type-info": "awsui_flash-type-info_1q84n_1pcl1_907",
52
+ "flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1pcl1_908",
53
+ "flash-type-warning": "awsui_flash-type-warning_1q84n_1pcl1_917"
54
54
  };
55
55