@cloudscape-design/components-themeable 3.0.197 → 3.0.199

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 (27) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh/main.scss +3 -1
  3. package/lib/internal/template/app-layout/visual-refresh/header.d.ts.map +1 -1
  4. package/lib/internal/template/app-layout/visual-refresh/header.js +2 -1
  5. package/lib/internal/template/app-layout/visual-refresh/header.js.map +1 -1
  6. package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
  7. package/lib/internal/template/app-layout/visual-refresh/notifications.js +2 -1
  8. package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
  9. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
  10. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +150 -148
  11. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
  12. package/lib/internal/template/breadcrumb-group/item/item.d.ts.map +1 -1
  13. package/lib/internal/template/breadcrumb-group/item/item.js +13 -10
  14. package/lib/internal/template/breadcrumb-group/item/item.js.map +1 -1
  15. package/lib/internal/template/internal/base-component/styles.scoped.css +38 -40
  16. package/lib/internal/template/internal/environment.js +1 -1
  17. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  18. package/lib/internal/template/segmented-control/styles.scoped.css +37 -37
  19. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  20. package/lib/internal/template/test-utils/dom/breadcrumb-group/index.d.ts +6 -4
  21. package/lib/internal/template/test-utils/dom/breadcrumb-group/index.js +8 -6
  22. package/lib/internal/template/test-utils/dom/breadcrumb-group/index.js.map +1 -1
  23. package/lib/internal/template/test-utils/selectors/breadcrumb-group/index.d.ts +6 -4
  24. package/lib/internal/template/test-utils/selectors/breadcrumb-group/index.js +8 -6
  25. package/lib/internal/template/test-utils/selectors/breadcrumb-group/index.js.map +1 -1
  26. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  27. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "300e529ecf45ff1016071e6ae8987c03bdd8aa65"
2
+ "commit": "112a9cb1382bfe37cea72b72462d5b0140bcb3a3"
3
3
  }
@@ -129,7 +129,9 @@
129
129
  }
130
130
 
131
131
  // Prevent content that is visually hidden behind drawers and content area in mobile view from receiving focus
132
- /* stylelint-disable-next-line selector-max-universal, selector-combinator-disallowed-list */
132
+ /* stylelint-disable selector-max-universal, selector-combinator-disallowed-list */
133
+ .unfocusable,
133
134
  .unfocusable * {
134
135
  visibility: hidden !important;
135
136
  }
137
+ /* stylelint-enable selector-max-universal, selector-combinator-disallowed-list */
@@ -1 +1 @@
1
- {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/header.tsx"],"names":[],"mappings":"AAOA;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,uBAqB7B"}
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/header.tsx"],"names":[],"mappings":"AAOA;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,uBAsB7B"}
@@ -10,13 +10,14 @@ import styles from './styles.css.js';
10
10
  */
11
11
  export default function Header() {
12
12
  var _a;
13
- var _b = useAppLayoutInternals(), breadcrumbs = _b.breadcrumbs, contentHeader = _b.contentHeader, hasNotificationsContent = _b.hasNotificationsContent;
13
+ var _b = useAppLayoutInternals(), breadcrumbs = _b.breadcrumbs, contentHeader = _b.contentHeader, hasNotificationsContent = _b.hasNotificationsContent, isMobile = _b.isMobile, isAnyPanelOpen = _b.isAnyPanelOpen;
14
14
  if (!contentHeader) {
15
15
  return null;
16
16
  }
17
17
  return (React.createElement("header", { className: clsx(styles.content, (_a = {},
18
18
  _a[styles['has-breadcrumbs']] = breadcrumbs,
19
19
  _a[styles['has-notifications-content']] = hasNotificationsContent,
20
+ _a[styles.unfocusable] = isMobile && isAnyPanelOpen,
20
21
  _a), 'awsui-context-content-header') }, contentHeader));
21
22
  }
22
23
  //# sourceMappingURL=header.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"header.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/header.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAErC;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM;;IACtB,IAAA,KAA0D,qBAAqB,EAAE,EAA/E,WAAW,iBAAA,EAAE,aAAa,mBAAA,EAAE,uBAAuB,6BAA4B,CAAC;IAExF,IAAI,CAAC,aAAa,EAAE;QAClB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,gCACE,SAAS,EAAE,IAAI,CACb,MAAM,CAAC,OAAO;YAEZ,GAAC,MAAM,CAAC,iBAAiB,CAAC,IAAG,WAAW;YACxC,GAAC,MAAM,CAAC,2BAA2B,CAAC,IAAG,uBAAuB;iBAEhE,8BAA8B,CAC/B,IAEA,aAAa,CACP,CACV,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\nimport { useAppLayoutInternals } from './context';\nimport styles from './styles.css.js';\n\n/**\n * The CSS class 'awsui-context-content-header' needs to be added to the root element so\n * that the design tokens used are overridden with the appropriate values.\n */\nexport default function Header() {\n const { breadcrumbs, contentHeader, hasNotificationsContent } = useAppLayoutInternals();\n\n if (!contentHeader) {\n return null;\n }\n\n return (\n <header\n className={clsx(\n styles.content,\n {\n [styles['has-breadcrumbs']]: breadcrumbs,\n [styles['has-notifications-content']]: hasNotificationsContent,\n },\n 'awsui-context-content-header'\n )}\n >\n {contentHeader}\n </header>\n );\n}\n"]}
1
+ {"version":3,"file":"header.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/header.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAErC;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM;;IACtB,IAAA,KAAoF,qBAAqB,EAAE,EAAzG,WAAW,iBAAA,EAAE,aAAa,mBAAA,EAAE,uBAAuB,6BAAA,EAAE,QAAQ,cAAA,EAAE,cAAc,oBAA4B,CAAC;IAElH,IAAI,CAAC,aAAa,EAAE;QAClB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,gCACE,SAAS,EAAE,IAAI,CACb,MAAM,CAAC,OAAO;YAEZ,GAAC,MAAM,CAAC,iBAAiB,CAAC,IAAG,WAAW;YACxC,GAAC,MAAM,CAAC,2BAA2B,CAAC,IAAG,uBAAuB;YAC9D,GAAC,MAAM,CAAC,WAAW,IAAG,QAAQ,IAAI,cAAc;iBAElD,8BAA8B,CAC/B,IAEA,aAAa,CACP,CACV,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\nimport { useAppLayoutInternals } from './context';\nimport styles from './styles.css.js';\n\n/**\n * The CSS class 'awsui-context-content-header' needs to be added to the root element so\n * that the design tokens used are overridden with the appropriate values.\n */\nexport default function Header() {\n const { breadcrumbs, contentHeader, hasNotificationsContent, isMobile, isAnyPanelOpen } = useAppLayoutInternals();\n\n if (!contentHeader) {\n return null;\n }\n\n return (\n <header\n className={clsx(\n styles.content,\n {\n [styles['has-breadcrumbs']]: breadcrumbs,\n [styles['has-notifications-content']]: hasNotificationsContent,\n [styles.unfocusable]: isMobile && isAnyPanelOpen,\n },\n 'awsui-context-content-header'\n )}\n >\n {contentHeader}\n </header>\n );\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/notifications.tsx"],"names":[],"mappings":"AAQA;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,uBA0BpC"}
1
+ {"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/notifications.tsx"],"names":[],"mappings":"AAQA;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,uBAkCpC"}
@@ -12,13 +12,14 @@ import testutilStyles from '../test-classes/styles.css.js';
12
12
  export default function Notifications() {
13
13
  var _a;
14
14
  var _b;
15
- var _c = useAppLayoutInternals(), ariaLabels = _c.ariaLabels, hasNotificationsContent = _c.hasNotificationsContent, notifications = _c.notifications, notificationsElement = _c.notificationsElement, stickyNotifications = _c.stickyNotifications;
15
+ var _c = useAppLayoutInternals(), ariaLabels = _c.ariaLabels, hasNotificationsContent = _c.hasNotificationsContent, notifications = _c.notifications, notificationsElement = _c.notificationsElement, stickyNotifications = _c.stickyNotifications, isMobile = _c.isMobile, isAnyPanelOpen = _c.isAnyPanelOpen;
16
16
  if (!notifications) {
17
17
  return null;
18
18
  }
19
19
  return (React.createElement("div", { role: "region", "aria-label": (_b = ariaLabels === null || ariaLabels === void 0 ? void 0 : ariaLabels.notifications) !== null && _b !== void 0 ? _b : undefined, className: clsx(styles.notifications, (_a = {},
20
20
  _a[styles['has-notifications-content']] = hasNotificationsContent,
21
21
  _a[styles['sticky-notifications']] = stickyNotifications,
22
+ _a[styles.unfocusable] = isMobile && isAnyPanelOpen,
22
23
  _a), testutilStyles.notifications, 'awsui-context-content-header'), ref: notificationsElement }, notifications));
23
24
  }
24
25
  //# sourceMappingURL=notifications.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/notifications.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAE3D;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa;;;IAC7B,IAAA,KACJ,qBAAqB,EAAE,EADjB,UAAU,gBAAA,EAAE,uBAAuB,6BAAA,EAAE,aAAa,mBAAA,EAAE,oBAAoB,0BAAA,EAAE,mBAAmB,yBAC5E,CAAC;IAE1B,IAAI,CAAC,aAAa,EAAE;QAClB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,6BACE,IAAI,EAAC,QAAQ,gBACD,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,aAAa,mCAAI,SAAS,EAClD,SAAS,EAAE,IAAI,CACb,MAAM,CAAC,aAAa;YAElB,GAAC,MAAM,CAAC,2BAA2B,CAAC,IAAG,uBAAuB;YAC9D,GAAC,MAAM,CAAC,sBAAsB,CAAC,IAAG,mBAAmB;iBAEvD,cAAc,CAAC,aAAa,EAC5B,8BAA8B,CAC/B,EACD,GAAG,EAAE,oBAAoB,IAExB,aAAa,CACV,CACP,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\nimport { useAppLayoutInternals } from './context';\nimport styles from './styles.css.js';\nimport testutilStyles from '../test-classes/styles.css.js';\n\n/**\n * The CSS class 'awsui-context-content-header' needs to be added to the root element so\n * that the design tokens used are overridden with the appropriate values.\n */\nexport default function Notifications() {\n const { ariaLabels, hasNotificationsContent, notifications, notificationsElement, stickyNotifications } =\n useAppLayoutInternals();\n\n if (!notifications) {\n return null;\n }\n\n return (\n <div\n role=\"region\"\n aria-label={ariaLabels?.notifications ?? undefined}\n className={clsx(\n styles.notifications,\n {\n [styles['has-notifications-content']]: hasNotificationsContent,\n [styles['sticky-notifications']]: stickyNotifications,\n },\n testutilStyles.notifications,\n 'awsui-context-content-header'\n )}\n ref={notificationsElement}\n >\n {notifications}\n </div>\n );\n}\n"]}
1
+ {"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh/notifications.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAClD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAE3D;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa;;;IAC7B,IAAA,KAQF,qBAAqB,EAAE,EAPzB,UAAU,gBAAA,EACV,uBAAuB,6BAAA,EACvB,aAAa,mBAAA,EACb,oBAAoB,0BAAA,EACpB,mBAAmB,yBAAA,EACnB,QAAQ,cAAA,EACR,cAAc,oBACW,CAAC;IAE5B,IAAI,CAAC,aAAa,EAAE;QAClB,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,6BACE,IAAI,EAAC,QAAQ,gBACD,MAAA,UAAU,aAAV,UAAU,uBAAV,UAAU,CAAE,aAAa,mCAAI,SAAS,EAClD,SAAS,EAAE,IAAI,CACb,MAAM,CAAC,aAAa;YAElB,GAAC,MAAM,CAAC,2BAA2B,CAAC,IAAG,uBAAuB;YAC9D,GAAC,MAAM,CAAC,sBAAsB,CAAC,IAAG,mBAAmB;YACrD,GAAC,MAAM,CAAC,WAAW,IAAG,QAAQ,IAAI,cAAc;iBAElD,cAAc,CAAC,aAAa,EAC5B,8BAA8B,CAC/B,EACD,GAAG,EAAE,oBAAoB,IAExB,aAAa,CACV,CACP,CAAC;AACJ,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\nimport { useAppLayoutInternals } from './context';\nimport styles from './styles.css.js';\nimport testutilStyles from '../test-classes/styles.css.js';\n\n/**\n * The CSS class 'awsui-context-content-header' needs to be added to the root element so\n * that the design tokens used are overridden with the appropriate values.\n */\nexport default function Notifications() {\n const {\n ariaLabels,\n hasNotificationsContent,\n notifications,\n notificationsElement,\n stickyNotifications,\n isMobile,\n isAnyPanelOpen,\n } = useAppLayoutInternals();\n\n if (!notifications) {\n return null;\n }\n\n return (\n <div\n role=\"region\"\n aria-label={ariaLabels?.notifications ?? undefined}\n className={clsx(\n styles.notifications,\n {\n [styles['has-notifications-content']]: hasNotificationsContent,\n [styles['sticky-notifications']]: stickyNotifications,\n [styles.unfocusable]: isMobile && isAnyPanelOpen,\n },\n testutilStyles.notifications,\n 'awsui-context-content-header'\n )}\n ref={notificationsElement}\n >\n {notifications}\n </div>\n );\n}\n"]}
@@ -1,65 +1,65 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "appbar": "awsui_appbar_hyvsj_12mno_93",
5
- "appbar-nav": "awsui_appbar-nav_hyvsj_12mno_117",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_12mno_121",
7
- "appbar-tools": "awsui_appbar-tools_hyvsj_12mno_125",
8
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_12mno_166",
9
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_12mno_173",
10
- "has-header": "awsui_has-header_hyvsj_12mno_179",
11
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_12mno_179",
12
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_12mno_180",
13
- "content-type-cards": "awsui_content-type-cards_hyvsj_12mno_183",
14
- "content-type-table": "awsui_content-type-table_hyvsj_12mno_184",
15
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_12mno_187",
16
- "background": "awsui_background_hyvsj_12mno_221",
17
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_12mno_224",
18
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_12mno_236",
19
- "overlap": "awsui_overlap_hyvsj_12mno_242",
20
- "content": "awsui_content_hyvsj_12mno_180",
21
- "layout": "awsui_layout_hyvsj_12mno_333",
22
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_12mno_415",
23
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_12mno_442",
24
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_12mno_445",
25
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_12mno_449",
26
- "has-split-panel": "awsui_has-split-panel_hyvsj_12mno_463",
27
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_12mno_463",
28
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_12mno_475",
29
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_12mno_478",
30
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_12mno_493",
31
- "container": "awsui_container_hyvsj_12mno_501",
32
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_12mno_527",
33
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_12mno_532",
34
- "is-tools-open": "awsui_is-tools-open_hyvsj_12mno_535",
35
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_12mno_535",
36
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_12mno_535",
37
- "content-type-default": "awsui_content-type-default_hyvsj_12mno_555",
38
- "content-type-form": "awsui_content-type-form_hyvsj_12mno_555",
39
- "unfocusable": "awsui_unfocusable_hyvsj_12mno_596",
40
- "navigation-container": "awsui_navigation-container_hyvsj_12mno_604",
41
- "show-navigation": "awsui_show-navigation_hyvsj_12mno_639",
42
- "animating": "awsui_animating_hyvsj_12mno_661",
43
- "showButtons": "awsui_showButtons_hyvsj_12mno_1",
44
- "navigation": "awsui_navigation_hyvsj_12mno_604",
45
- "openNavigation": "awsui_openNavigation_hyvsj_12mno_1",
46
- "animated-content": "awsui_animated-content_hyvsj_12mno_722",
47
- "hide-navigation": "awsui_hide-navigation_hyvsj_12mno_731",
48
- "notifications": "awsui_notifications_hyvsj_12mno_224",
49
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_12mno_796",
50
- "position-bottom": "awsui_position-bottom_hyvsj_12mno_842",
51
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_12mno_1",
52
- "split-panel-side": "awsui_split-panel-side_hyvsj_12mno_871",
53
- "position-side": "awsui_position-side_hyvsj_12mno_899",
54
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_12mno_1",
55
- "tools-container": "awsui_tools-container_hyvsj_12mno_936",
56
- "tools": "awsui_tools_hyvsj_12mno_936",
57
- "openTools": "awsui_openTools_hyvsj_12mno_1",
58
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_12mno_1021",
59
- "hide-tools": "awsui_hide-tools_hyvsj_12mno_1031",
60
- "show-tools": "awsui_show-tools_hyvsj_12mno_1043",
61
- "has-tools-form": "awsui_has-tools-form_hyvsj_12mno_1021",
62
- "trigger": "awsui_trigger_hyvsj_12mno_1100",
63
- "selected": "awsui_selected_hyvsj_12mno_1139"
4
+ "appbar": "awsui_appbar_hyvsj_14n8k_93",
5
+ "appbar-nav": "awsui_appbar-nav_hyvsj_14n8k_117",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_14n8k_121",
7
+ "appbar-tools": "awsui_appbar-tools_hyvsj_14n8k_125",
8
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_14n8k_166",
9
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_14n8k_173",
10
+ "has-header": "awsui_has-header_hyvsj_14n8k_179",
11
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_14n8k_179",
12
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_14n8k_180",
13
+ "content-type-cards": "awsui_content-type-cards_hyvsj_14n8k_183",
14
+ "content-type-table": "awsui_content-type-table_hyvsj_14n8k_184",
15
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_14n8k_187",
16
+ "background": "awsui_background_hyvsj_14n8k_221",
17
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_14n8k_224",
18
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_14n8k_236",
19
+ "overlap": "awsui_overlap_hyvsj_14n8k_242",
20
+ "content": "awsui_content_hyvsj_14n8k_180",
21
+ "layout": "awsui_layout_hyvsj_14n8k_333",
22
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_14n8k_415",
23
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_14n8k_442",
24
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_14n8k_445",
25
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_14n8k_449",
26
+ "has-split-panel": "awsui_has-split-panel_hyvsj_14n8k_463",
27
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_14n8k_463",
28
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_14n8k_475",
29
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_14n8k_478",
30
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_14n8k_493",
31
+ "container": "awsui_container_hyvsj_14n8k_501",
32
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_14n8k_527",
33
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_14n8k_532",
34
+ "is-tools-open": "awsui_is-tools-open_hyvsj_14n8k_535",
35
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_14n8k_535",
36
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_14n8k_535",
37
+ "content-type-default": "awsui_content-type-default_hyvsj_14n8k_555",
38
+ "content-type-form": "awsui_content-type-form_hyvsj_14n8k_555",
39
+ "unfocusable": "awsui_unfocusable_hyvsj_14n8k_596",
40
+ "navigation-container": "awsui_navigation-container_hyvsj_14n8k_606",
41
+ "show-navigation": "awsui_show-navigation_hyvsj_14n8k_641",
42
+ "animating": "awsui_animating_hyvsj_14n8k_663",
43
+ "showButtons": "awsui_showButtons_hyvsj_14n8k_1",
44
+ "navigation": "awsui_navigation_hyvsj_14n8k_606",
45
+ "openNavigation": "awsui_openNavigation_hyvsj_14n8k_1",
46
+ "animated-content": "awsui_animated-content_hyvsj_14n8k_724",
47
+ "hide-navigation": "awsui_hide-navigation_hyvsj_14n8k_733",
48
+ "notifications": "awsui_notifications_hyvsj_14n8k_224",
49
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_14n8k_798",
50
+ "position-bottom": "awsui_position-bottom_hyvsj_14n8k_844",
51
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_14n8k_1",
52
+ "split-panel-side": "awsui_split-panel-side_hyvsj_14n8k_873",
53
+ "position-side": "awsui_position-side_hyvsj_14n8k_901",
54
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_14n8k_1",
55
+ "tools-container": "awsui_tools-container_hyvsj_14n8k_938",
56
+ "tools": "awsui_tools_hyvsj_14n8k_938",
57
+ "openTools": "awsui_openTools_hyvsj_14n8k_1",
58
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_14n8k_1023",
59
+ "hide-tools": "awsui_hide-tools_hyvsj_14n8k_1033",
60
+ "show-tools": "awsui_show-tools_hyvsj_14n8k_1045",
61
+ "has-tools-form": "awsui_has-tools-form_hyvsj_14n8k_1023",
62
+ "trigger": "awsui_trigger_hyvsj_14n8k_1102",
63
+ "selected": "awsui_selected_hyvsj_14n8k_1141"
64
64
  };
65
65