@cloudscape-design/components-themeable 3.0.211 → 3.0.212

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 (22) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/notifications/styles.scss +1 -1
  3. package/lib/internal/scss/app-layout/styles.scss +1 -2
  4. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +5 -5
  5. package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +7 -7
  6. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +15 -15
  7. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +11 -11
  8. package/lib/internal/scss/split-panel/styles.scss +2 -2
  9. package/lib/internal/template/app-layout/notifications/styles.css.js +2 -2
  10. package/lib/internal/template/app-layout/notifications/styles.scoped.css +5 -5
  11. package/lib/internal/template/app-layout/notifications/styles.selectors.js +2 -2
  12. package/lib/internal/template/app-layout/styles.css.js +26 -26
  13. package/lib/internal/template/app-layout/styles.scoped.css +35 -35
  14. package/lib/internal/template/app-layout/styles.selectors.js +26 -26
  15. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
  16. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +185 -185
  17. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
  18. package/lib/internal/template/internal/environment.js +1 -1
  19. package/lib/internal/template/split-panel/styles.css.js +59 -59
  20. package/lib/internal/template/split-panel/styles.scoped.css +83 -83
  21. package/lib/internal/template/split-panel/styles.selectors.js +59 -59
  22. package/package.json +1 -1
@@ -2,65 +2,65 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "appbar": "awsui_appbar_hyvsj_7fye7_93",
6
- "appbar-nav": "awsui_appbar-nav_hyvsj_7fye7_117",
7
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_7fye7_121",
8
- "appbar-tools": "awsui_appbar-tools_hyvsj_7fye7_125",
9
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_7fye7_166",
10
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_7fye7_173",
11
- "has-header": "awsui_has-header_hyvsj_7fye7_179",
12
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_7fye7_179",
13
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_7fye7_180",
14
- "content-type-cards": "awsui_content-type-cards_hyvsj_7fye7_183",
15
- "content-type-table": "awsui_content-type-table_hyvsj_7fye7_184",
16
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_7fye7_187",
17
- "background": "awsui_background_hyvsj_7fye7_221",
18
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_7fye7_224",
19
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_7fye7_236",
20
- "overlap": "awsui_overlap_hyvsj_7fye7_242",
21
- "content": "awsui_content_hyvsj_7fye7_180",
22
- "layout": "awsui_layout_hyvsj_7fye7_333",
23
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_7fye7_415",
24
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_7fye7_442",
25
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_7fye7_445",
26
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_7fye7_449",
27
- "has-split-panel": "awsui_has-split-panel_hyvsj_7fye7_463",
28
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_7fye7_463",
29
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_7fye7_475",
30
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_7fye7_478",
31
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_7fye7_493",
32
- "container": "awsui_container_hyvsj_7fye7_501",
33
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_7fye7_527",
34
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_7fye7_532",
35
- "is-tools-open": "awsui_is-tools-open_hyvsj_7fye7_535",
36
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_7fye7_535",
37
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_7fye7_535",
38
- "content-type-default": "awsui_content-type-default_hyvsj_7fye7_555",
39
- "content-type-form": "awsui_content-type-form_hyvsj_7fye7_555",
40
- "unfocusable": "awsui_unfocusable_hyvsj_7fye7_596",
41
- "navigation-container": "awsui_navigation-container_hyvsj_7fye7_606",
42
- "show-navigation": "awsui_show-navigation_hyvsj_7fye7_641",
43
- "animating": "awsui_animating_hyvsj_7fye7_663",
44
- "showButtons": "awsui_showButtons_hyvsj_7fye7_1",
45
- "navigation": "awsui_navigation_hyvsj_7fye7_606",
46
- "openNavigation": "awsui_openNavigation_hyvsj_7fye7_1",
47
- "animated-content": "awsui_animated-content_hyvsj_7fye7_724",
48
- "hide-navigation": "awsui_hide-navigation_hyvsj_7fye7_733",
49
- "notifications": "awsui_notifications_hyvsj_7fye7_224",
50
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_7fye7_799",
51
- "position-bottom": "awsui_position-bottom_hyvsj_7fye7_845",
52
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_7fye7_1",
53
- "split-panel-side": "awsui_split-panel-side_hyvsj_7fye7_874",
54
- "position-side": "awsui_position-side_hyvsj_7fye7_902",
55
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_7fye7_1",
56
- "tools-container": "awsui_tools-container_hyvsj_7fye7_939",
57
- "tools": "awsui_tools_hyvsj_7fye7_939",
58
- "openTools": "awsui_openTools_hyvsj_7fye7_1",
59
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_7fye7_1024",
60
- "hide-tools": "awsui_hide-tools_hyvsj_7fye7_1034",
61
- "show-tools": "awsui_show-tools_hyvsj_7fye7_1046",
62
- "has-tools-form": "awsui_has-tools-form_hyvsj_7fye7_1024",
63
- "trigger": "awsui_trigger_hyvsj_7fye7_1103",
64
- "selected": "awsui_selected_hyvsj_7fye7_1142"
5
+ "appbar": "awsui_appbar_hyvsj_1p6oq_93",
6
+ "appbar-nav": "awsui_appbar-nav_hyvsj_1p6oq_117",
7
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1p6oq_121",
8
+ "appbar-tools": "awsui_appbar-tools_hyvsj_1p6oq_125",
9
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1p6oq_166",
10
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_1p6oq_173",
11
+ "has-header": "awsui_has-header_hyvsj_1p6oq_179",
12
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_1p6oq_179",
13
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_1p6oq_180",
14
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1p6oq_183",
15
+ "content-type-table": "awsui_content-type-table_hyvsj_1p6oq_184",
16
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_1p6oq_187",
17
+ "background": "awsui_background_hyvsj_1p6oq_221",
18
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_1p6oq_224",
19
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1p6oq_236",
20
+ "overlap": "awsui_overlap_hyvsj_1p6oq_242",
21
+ "content": "awsui_content_hyvsj_1p6oq_180",
22
+ "layout": "awsui_layout_hyvsj_1p6oq_333",
23
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1p6oq_415",
24
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1p6oq_442",
25
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1p6oq_445",
26
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1p6oq_449",
27
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1p6oq_463",
28
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1p6oq_463",
29
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1p6oq_475",
30
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1p6oq_478",
31
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1p6oq_493",
32
+ "container": "awsui_container_hyvsj_1p6oq_501",
33
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1p6oq_527",
34
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1p6oq_532",
35
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1p6oq_535",
36
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1p6oq_535",
37
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1p6oq_535",
38
+ "content-type-default": "awsui_content-type-default_hyvsj_1p6oq_555",
39
+ "content-type-form": "awsui_content-type-form_hyvsj_1p6oq_555",
40
+ "unfocusable": "awsui_unfocusable_hyvsj_1p6oq_596",
41
+ "navigation-container": "awsui_navigation-container_hyvsj_1p6oq_606",
42
+ "show-navigation": "awsui_show-navigation_hyvsj_1p6oq_641",
43
+ "animating": "awsui_animating_hyvsj_1p6oq_663",
44
+ "showButtons": "awsui_showButtons_hyvsj_1p6oq_1",
45
+ "navigation": "awsui_navigation_hyvsj_1p6oq_606",
46
+ "openNavigation": "awsui_openNavigation_hyvsj_1p6oq_1",
47
+ "animated-content": "awsui_animated-content_hyvsj_1p6oq_724",
48
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1p6oq_733",
49
+ "notifications": "awsui_notifications_hyvsj_1p6oq_224",
50
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1p6oq_799",
51
+ "position-bottom": "awsui_position-bottom_hyvsj_1p6oq_845",
52
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1p6oq_1",
53
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1p6oq_874",
54
+ "position-side": "awsui_position-side_hyvsj_1p6oq_902",
55
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_1p6oq_1",
56
+ "tools-container": "awsui_tools-container_hyvsj_1p6oq_939",
57
+ "tools": "awsui_tools_hyvsj_1p6oq_939",
58
+ "openTools": "awsui_openTools_hyvsj_1p6oq_1",
59
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1p6oq_1024",
60
+ "hide-tools": "awsui_hide-tools_hyvsj_1p6oq_1034",
61
+ "show-tools": "awsui_show-tools_hyvsj_1p6oq_1046",
62
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1p6oq_1024",
63
+ "trigger": "awsui_trigger_hyvsj_1p6oq_1103",
64
+ "selected": "awsui_selected_hyvsj_1p6oq_1142"
65
65
  };
66
66
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  export var PACKAGE_SOURCE = 'components';
3
- export var PACKAGE_VERSION = '3.0.0 (fc49ae8)';
3
+ export var PACKAGE_VERSION = '3.0.0 (c4635f8)';
4
4
  export var THEME = 'open-source-visual-refresh';
5
5
  export var ALWAYS_VISUAL_REFRESH = true;
6
6
 
@@ -1,64 +1,64 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "drawer": "awsui_drawer_1r9lg_1rqgw_189",
5
- "refresh": "awsui_refresh_1r9lg_1rqgw_189",
6
- "animating": "awsui_animating_1r9lg_1rqgw_203",
7
- "preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_1rqgw_226",
8
- "preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_1rqgw_230",
9
- "preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_1rqgw_233",
10
- "preference-icon--border": "awsui_preference-icon--border_1r9lg_1rqgw_236",
11
- "preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_1rqgw_240",
12
- "preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_1rqgw_243",
13
- "preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_1rqgw_246",
14
- "preference-icon--separator": "awsui_preference-icon--separator_1r9lg_1rqgw_249",
15
- "preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_1rqgw_252",
16
- "preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_1rqgw_256",
17
- "preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_1rqgw_259",
18
- "preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_1rqgw_262",
19
- "preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_1rqgw_265",
20
- "preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_1rqgw_268",
21
- "preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_1rqgw_271",
22
- "preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_1rqgw_275",
23
- "preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_1rqgw_278",
24
- "preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_1rqgw_281",
25
- "preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_1rqgw_284",
26
- "preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_1rqgw_287",
27
- "resize-active": "awsui_resize-active_1r9lg_1rqgw_292",
28
- "resize-side": "awsui_resize-side_1r9lg_1rqgw_298",
29
- "resize-bottom": "awsui_resize-bottom_1r9lg_1rqgw_301",
30
- "root": "awsui_root_1r9lg_1rqgw_306",
31
- "preferences-button": "awsui_preferences-button_1r9lg_1rqgw_319",
32
- "close-button": "awsui_close-button_1r9lg_1rqgw_323",
33
- "drawer-closed": "awsui_drawer-closed_1r9lg_1rqgw_334",
34
- "drawer-content-side": "awsui_drawer-content-side_1r9lg_1rqgw_339",
35
- "drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_1rqgw_359",
36
- "position-bottom": "awsui_position-bottom_1r9lg_1rqgw_368",
37
- "position-side": "awsui_position-side_1r9lg_1rqgw_395",
38
- "slider": "awsui_slider_1r9lg_1rqgw_401",
39
- "slider-side": "awsui_slider-side_1r9lg_1rqgw_430",
40
- "slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_1rqgw_435",
41
- "slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_1rqgw_446",
42
- "open-button": "awsui_open-button_1r9lg_1rqgw_457",
43
- "open-button-side": "awsui_open-button-side_1r9lg_1rqgw_461",
44
- "slider-icon": "awsui_slider-icon_1r9lg_1rqgw_468",
45
- "slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_1rqgw_474",
46
- "slider-icon-side": "awsui_slider-icon-side_1r9lg_1rqgw_477",
47
- "pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_1rqgw_481",
48
- "drawer-mobile": "awsui_drawer-mobile_1r9lg_1rqgw_491",
49
- "drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_1rqgw_494",
50
- "content-bottom": "awsui_content-bottom_1r9lg_1rqgw_502",
51
- "pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_1rqgw_513",
52
- "pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_1rqgw_518",
53
- "pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_1rqgw_522",
54
- "content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_1rqgw_526",
55
- "content-side": "awsui_content-side_1r9lg_1rqgw_531",
56
- "pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_1rqgw_542",
57
- "pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_1rqgw_545",
58
- "header": "awsui_header_1r9lg_1rqgw_550",
59
- "header-text": "awsui_header-text_1r9lg_1rqgw_559",
60
- "header-divider": "awsui_header-divider_1r9lg_1rqgw_569",
61
- "header-actions": "awsui_header-actions_1r9lg_1rqgw_575",
62
- "divider": "awsui_divider_1r9lg_1rqgw_583"
4
+ "drawer": "awsui_drawer_1r9lg_9vvpn_189",
5
+ "refresh": "awsui_refresh_1r9lg_9vvpn_189",
6
+ "animating": "awsui_animating_1r9lg_9vvpn_203",
7
+ "preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_9vvpn_226",
8
+ "preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_9vvpn_230",
9
+ "preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_9vvpn_233",
10
+ "preference-icon--border": "awsui_preference-icon--border_1r9lg_9vvpn_236",
11
+ "preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_9vvpn_240",
12
+ "preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_9vvpn_243",
13
+ "preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_9vvpn_246",
14
+ "preference-icon--separator": "awsui_preference-icon--separator_1r9lg_9vvpn_249",
15
+ "preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_9vvpn_252",
16
+ "preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_9vvpn_256",
17
+ "preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_9vvpn_259",
18
+ "preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_9vvpn_262",
19
+ "preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_9vvpn_265",
20
+ "preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_9vvpn_268",
21
+ "preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_9vvpn_271",
22
+ "preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_9vvpn_275",
23
+ "preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_9vvpn_278",
24
+ "preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_9vvpn_281",
25
+ "preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_9vvpn_284",
26
+ "preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_9vvpn_287",
27
+ "resize-active": "awsui_resize-active_1r9lg_9vvpn_292",
28
+ "resize-side": "awsui_resize-side_1r9lg_9vvpn_298",
29
+ "resize-bottom": "awsui_resize-bottom_1r9lg_9vvpn_301",
30
+ "root": "awsui_root_1r9lg_9vvpn_306",
31
+ "preferences-button": "awsui_preferences-button_1r9lg_9vvpn_319",
32
+ "close-button": "awsui_close-button_1r9lg_9vvpn_323",
33
+ "drawer-closed": "awsui_drawer-closed_1r9lg_9vvpn_334",
34
+ "drawer-content-side": "awsui_drawer-content-side_1r9lg_9vvpn_339",
35
+ "drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_9vvpn_359",
36
+ "position-bottom": "awsui_position-bottom_1r9lg_9vvpn_368",
37
+ "position-side": "awsui_position-side_1r9lg_9vvpn_395",
38
+ "slider": "awsui_slider_1r9lg_9vvpn_401",
39
+ "slider-side": "awsui_slider-side_1r9lg_9vvpn_430",
40
+ "slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_9vvpn_435",
41
+ "slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_9vvpn_446",
42
+ "open-button": "awsui_open-button_1r9lg_9vvpn_457",
43
+ "open-button-side": "awsui_open-button-side_1r9lg_9vvpn_461",
44
+ "slider-icon": "awsui_slider-icon_1r9lg_9vvpn_468",
45
+ "slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_9vvpn_474",
46
+ "slider-icon-side": "awsui_slider-icon-side_1r9lg_9vvpn_477",
47
+ "pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_9vvpn_481",
48
+ "drawer-mobile": "awsui_drawer-mobile_1r9lg_9vvpn_491",
49
+ "drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_9vvpn_494",
50
+ "content-bottom": "awsui_content-bottom_1r9lg_9vvpn_502",
51
+ "pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_9vvpn_513",
52
+ "pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_9vvpn_518",
53
+ "pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_9vvpn_522",
54
+ "content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_9vvpn_526",
55
+ "content-side": "awsui_content-side_1r9lg_9vvpn_531",
56
+ "pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_9vvpn_542",
57
+ "pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_9vvpn_545",
58
+ "header": "awsui_header_1r9lg_9vvpn_550",
59
+ "header-text": "awsui_header-text_1r9lg_9vvpn_559",
60
+ "header-divider": "awsui_header-divider_1r9lg_9vvpn_569",
61
+ "header-actions": "awsui_header-actions_1r9lg_9vvpn_575",
62
+ "divider": "awsui_divider_1r9lg_9vvpn_583"
63
63
  };
64
64