@cloudscape-design/components-themeable 3.0.380 → 3.0.382

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 (110) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +53 -24
  3. package/lib/internal/template/app-layout/drawer/index.d.ts.map +1 -1
  4. package/lib/internal/template/app-layout/drawer/index.js +6 -6
  5. package/lib/internal/template/app-layout/drawer/index.js.map +1 -1
  6. package/lib/internal/template/app-layout/index.d.ts.map +1 -1
  7. package/lib/internal/template/app-layout/index.js +8 -2
  8. package/lib/internal/template/app-layout/index.js.map +1 -1
  9. package/lib/internal/template/app-layout/mobile-toolbar/index.js +1 -1
  10. package/lib/internal/template/app-layout/mobile-toolbar/index.js.map +1 -1
  11. package/lib/internal/template/app-layout/toggles/index.d.ts.map +1 -1
  12. package/lib/internal/template/app-layout/toggles/index.js +2 -2
  13. package/lib/internal/template/app-layout/toggles/index.js.map +1 -1
  14. package/lib/internal/template/app-layout/toggles/interfaces.d.ts +1 -0
  15. package/lib/internal/template/app-layout/toggles/interfaces.d.ts.map +1 -1
  16. package/lib/internal/template/app-layout/toggles/interfaces.js.map +1 -1
  17. package/lib/internal/template/app-layout/visual-refresh/context.d.ts +2 -0
  18. package/lib/internal/template/app-layout/visual-refresh/context.d.ts.map +1 -1
  19. package/lib/internal/template/app-layout/visual-refresh/context.js +14 -3
  20. package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
  21. package/lib/internal/template/app-layout/visual-refresh/drawers.js +6 -10
  22. package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
  23. package/lib/internal/template/app-layout/visual-refresh/navigation.d.ts.map +1 -1
  24. package/lib/internal/template/app-layout/visual-refresh/navigation.js +1 -1
  25. package/lib/internal/template/app-layout/visual-refresh/navigation.js.map +1 -1
  26. package/lib/internal/template/app-layout/visual-refresh/split-panel.d.ts.map +1 -1
  27. package/lib/internal/template/app-layout/visual-refresh/split-panel.js +2 -2
  28. package/lib/internal/template/app-layout/visual-refresh/split-panel.js.map +1 -1
  29. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +75 -74
  30. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +209 -178
  31. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +75 -74
  32. package/lib/internal/template/app-layout/visual-refresh/tools.d.ts.map +1 -1
  33. package/lib/internal/template/app-layout/visual-refresh/tools.js +4 -4
  34. package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
  35. package/lib/internal/template/app-layout/visual-refresh/trigger-button.d.ts +2 -0
  36. package/lib/internal/template/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
  37. package/lib/internal/template/app-layout/visual-refresh/trigger-button.js +4 -3
  38. package/lib/internal/template/app-layout/visual-refresh/trigger-button.js.map +1 -1
  39. package/lib/internal/template/button-dropdown/interfaces.d.ts +1 -0
  40. package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
  41. package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
  42. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  43. package/lib/internal/template/button-dropdown/internal.js +5 -2
  44. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  45. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  46. package/lib/internal/template/expandable-section/expandable-section-header.js +2 -2
  47. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  48. package/lib/internal/template/header/internal.js +1 -1
  49. package/lib/internal/template/header/internal.js.map +1 -1
  50. package/lib/internal/template/internal/analytics/selectors.d.ts +1 -0
  51. package/lib/internal/template/internal/analytics/selectors.d.ts.map +1 -1
  52. package/lib/internal/template/internal/analytics/selectors.js +1 -0
  53. package/lib/internal/template/internal/analytics/selectors.js.map +1 -1
  54. package/lib/internal/template/internal/components/options-list/index.d.ts +1 -0
  55. package/lib/internal/template/internal/components/options-list/index.d.ts.map +1 -1
  56. package/lib/internal/template/internal/components/options-list/index.js +2 -2
  57. package/lib/internal/template/internal/components/options-list/index.js.map +1 -1
  58. package/lib/internal/template/internal/environment.js +1 -1
  59. package/lib/internal/template/internal/environment.json +1 -1
  60. package/lib/internal/template/side-navigation/internal.js +0 -2
  61. package/lib/internal/template/side-navigation/internal.js.map +1 -1
  62. package/lib/internal/template/table/body-cell/index.js +3 -3
  63. package/lib/internal/template/table/body-cell/index.js.map +1 -1
  64. package/lib/internal/template/table/body-cell/inline-editor.d.ts +5 -1
  65. package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -1
  66. package/lib/internal/template/table/body-cell/inline-editor.js +7 -7
  67. package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
  68. package/lib/internal/template/table/header-cell/index.d.ts +2 -4
  69. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  70. package/lib/internal/template/table/header-cell/index.js +6 -25
  71. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  72. package/lib/internal/template/table/header-cell/th-element.d.ts +21 -0
  73. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -0
  74. package/lib/internal/template/table/header-cell/th-element.js +27 -0
  75. package/lib/internal/template/table/header-cell/th-element.js.map +1 -0
  76. package/lib/internal/template/table/header-cell/utils.d.ts +1 -2
  77. package/lib/internal/template/table/header-cell/utils.d.ts.map +1 -1
  78. package/lib/internal/template/table/header-cell/utils.js.map +1 -1
  79. package/lib/internal/template/table/index.d.ts.map +1 -1
  80. package/lib/internal/template/table/index.js +6 -1
  81. package/lib/internal/template/table/index.js.map +1 -1
  82. package/lib/internal/template/table/internal.d.ts.map +1 -1
  83. package/lib/internal/template/table/internal.js +2 -2
  84. package/lib/internal/template/table/internal.js.map +1 -1
  85. package/lib/internal/template/table/resizer/index.d.ts +2 -1
  86. package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
  87. package/lib/internal/template/table/resizer/index.js +2 -2
  88. package/lib/internal/template/table/resizer/index.js.map +1 -1
  89. package/lib/internal/template/table/selection-control/index.d.ts +2 -4
  90. package/lib/internal/template/table/selection-control/index.d.ts.map +1 -1
  91. package/lib/internal/template/table/selection-control/index.js +2 -2
  92. package/lib/internal/template/table/selection-control/index.js.map +1 -1
  93. package/lib/internal/template/table/sticky-header.d.ts +2 -2
  94. package/lib/internal/template/table/sticky-header.d.ts.map +1 -1
  95. package/lib/internal/template/table/sticky-header.js.map +1 -1
  96. package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.d.ts +1 -1
  97. package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -1
  98. package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.js +7 -1
  99. package/lib/internal/template/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -1
  100. package/lib/internal/template/table/thead.d.ts +2 -11
  101. package/lib/internal/template/table/thead.d.ts.map +1 -1
  102. package/lib/internal/template/table/thead.js +13 -13
  103. package/lib/internal/template/table/thead.js.map +1 -1
  104. package/lib/internal/template/wizard/index.d.ts.map +1 -1
  105. package/lib/internal/template/wizard/index.js +3 -1
  106. package/lib/internal/template/wizard/index.js.map +1 -1
  107. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  108. package/lib/internal/template/wizard/wizard-form.js +2 -1
  109. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  110. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"split-panel.js","sourceRoot":"lib/default/","sources":["app-layout/visual-refresh/split-panel.tsx"],"names":[],"mappings":"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","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 { SplitPanelContextProvider, SplitPanelContextProps } from '../../internal/context/split-panel-context';\nimport styles from './styles.css.js';\nimport { AppLayoutProps } from '../interfaces';\nimport { Transition } from '../../internal/components/transition';\nimport customCssProps from '../../internal/generated/custom-css-properties';\n\n/**\n * If there is no Split Panel in the AppLayout context then the SplitPanel\n * will pass through the AppLayout children without the context.\n */\nfunction SplitPanel({ children }: React.PropsWithChildren<unknown>) {\n const {\n footerHeight,\n handleSplitPanelClick,\n handleSplitPanelPreferencesChange,\n handleSplitPanelResize,\n headerHeight,\n isMobile,\n isSplitPanelForcedPosition,\n isSplitPanelOpen,\n setSplitPanelReportedSize,\n setSplitPanelReportedHeaderHeight,\n setSplitPanelToggle,\n splitPanelPosition,\n splitPanelRefs,\n splitPanelSize,\n } = useAppLayoutInternals();\n\n const context: SplitPanelContextProps = {\n bottomOffset: 0,\n getMaxHeight: () => {\n const availableHeight = document.documentElement.clientHeight - headerHeight - footerHeight;\n // If the page is likely zoomed in at 200%, allow the split panel to fill the content area.\n return availableHeight < 400 ? availableHeight - 40 : availableHeight - 250;\n },\n getMaxWidth: () => document.documentElement.clientWidth,\n isForcedPosition: isSplitPanelForcedPosition,\n isMobile,\n isOpen: isSplitPanelOpen,\n leftOffset: 0,\n onPreferencesChange: handleSplitPanelPreferencesChange,\n onResize: handleSplitPanelResize,\n onToggle: handleSplitPanelClick,\n position: splitPanelPosition,\n reportSize: setSplitPanelReportedSize,\n reportHeaderHeight: setSplitPanelReportedHeaderHeight,\n rightOffset: 0,\n size: splitPanelSize || 0,\n topOffset: 0,\n setSplitPanelToggle,\n refs: splitPanelRefs,\n };\n\n return <SplitPanelContextProvider value={context}>{children}</SplitPanelContextProvider>;\n}\n\n/**\n * This is the render function for the SplitPanel when it is in bottom position.\n * The Split Panel container will be another row entry in the grid definition in\n * the Layout component. The start and finish columns will be variable based\n * on the presence and state of the Navigation and Tools components.\n */\nfunction SplitPanelBottom() {\n const {\n disableBodyScroll,\n hasOpenDrawer,\n isNavigationOpen,\n isSplitPanelOpen,\n splitPanel,\n splitPanelPosition,\n splitPanelReportedSize,\n splitPanelReportedHeaderHeight,\n } = useAppLayoutInternals();\n\n if (!splitPanel) {\n return null;\n }\n\n return (\n <Transition in={isSplitPanelOpen ?? false} exit={false}>\n {(state, transitionEventsRef) => (\n <section\n className={clsx(styles['split-panel-bottom'], styles[`position-${splitPanelPosition}`], {\n [styles.animating]: state === 'entering',\n [styles['disable-body-scroll']]: disableBodyScroll,\n [styles['has-open-drawer']]: hasOpenDrawer,\n [styles['is-navigation-open']]: isNavigationOpen,\n [styles['is-split-panel-open']]: isSplitPanelOpen,\n })}\n ref={transitionEventsRef}\n style={{\n [customCssProps.splitPanelReportedSize]: `${splitPanelReportedSize}px`,\n [customCssProps.splitPanelReportedHeaderSize]: `${splitPanelReportedHeaderHeight}px`,\n }}\n >\n <SplitPanel></SplitPanel>\n {splitPanelPosition === 'bottom' && splitPanel}\n </section>\n )}\n </Transition>\n );\n}\n\n/**\n * This is the render function for the SplitPanel when it is side position.\n * The Split Panel will not be within the grid defined in the Layout component\n * but instead a direct child of the Tools component. The width constraints\n * for this position are computed in the Tools component.\n */\nfunction SplitPanelSide() {\n const {\n isSplitPanelOpen,\n splitPanel,\n splitPanelPosition,\n splitPanelMaxWidth,\n splitPanelMinWidth,\n splitPanelReportedSize,\n } = useAppLayoutInternals();\n\n if (!splitPanel) {\n return null;\n }\n\n return (\n <Transition in={isSplitPanelOpen ?? false} exit={false}>\n {(state, transitionEventsRef) => (\n <section\n aria-hidden={!isSplitPanelOpen || splitPanelPosition === 'bottom' ? true : false}\n className={clsx(styles['split-panel-side'], styles[`position-${splitPanelPosition}`], {\n [styles.animating]: state === 'entering',\n [styles['is-split-panel-open']]: isSplitPanelOpen,\n })}\n ref={transitionEventsRef}\n style={{\n [customCssProps.splitPanelMaxWidth]: `${splitPanelMaxWidth}px`,\n [customCssProps.splitPanelMinWidth]: `${splitPanelMinWidth}px`,\n [customCssProps.splitPanelReportedSize]: `${splitPanelReportedSize}px`,\n }}\n >\n <div className={clsx(styles['animated-content'])}>{splitPanelPosition === 'side' && splitPanel}</div>\n </section>\n )}\n </Transition>\n );\n}\n\n/**\n * This logic will determine what the Split Panel position should be. It reconciles the possibility\n * of being in forced position with the current selected position in the settings.\n */\nexport function getSplitPanelPosition(\n isSplitPanelForcedPosition: boolean,\n splitPanelPreferences: AppLayoutProps.SplitPanelPreferences | undefined\n) {\n let splitPanelPosition: AppLayoutProps.SplitPanelPosition = 'bottom';\n\n if (!isSplitPanelForcedPosition && splitPanelPreferences?.position === 'side') {\n splitPanelPosition = 'side';\n }\n\n return splitPanelPosition;\n}\nSplitPanel.Bottom = SplitPanelBottom;\nSplitPanel.Side = SplitPanelSide;\n\nexport default SplitPanel;\n"]}
1
+ {"version":3,"file":"split-panel.js","sourceRoot":"lib/default/","sources":["app-layout/visual-refresh/split-panel.tsx"],"names":[],"mappings":"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","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 { SplitPanelContextProvider, SplitPanelContextProps } from '../../internal/context/split-panel-context';\nimport styles from './styles.css.js';\nimport { AppLayoutProps } from '../interfaces';\nimport { Transition } from '../../internal/components/transition';\nimport customCssProps from '../../internal/generated/custom-css-properties';\n\n/**\n * If there is no Split Panel in the AppLayout context then the SplitPanel\n * will pass through the AppLayout children without the context.\n */\nfunction SplitPanel({ children }: React.PropsWithChildren<unknown>) {\n const {\n footerHeight,\n handleSplitPanelClick,\n handleSplitPanelPreferencesChange,\n handleSplitPanelResize,\n headerHeight,\n isMobile,\n isSplitPanelForcedPosition,\n isSplitPanelOpen,\n setSplitPanelReportedSize,\n setSplitPanelReportedHeaderHeight,\n setSplitPanelToggle,\n splitPanelPosition,\n splitPanelRefs,\n splitPanelSize,\n } = useAppLayoutInternals();\n\n const context: SplitPanelContextProps = {\n bottomOffset: 0,\n getMaxHeight: () => {\n const availableHeight = document.documentElement.clientHeight - headerHeight - footerHeight;\n // If the page is likely zoomed in at 200%, allow the split panel to fill the content area.\n return availableHeight < 400 ? availableHeight - 40 : availableHeight - 250;\n },\n getMaxWidth: () => document.documentElement.clientWidth,\n isForcedPosition: isSplitPanelForcedPosition,\n isMobile,\n isOpen: isSplitPanelOpen,\n leftOffset: 0,\n onPreferencesChange: handleSplitPanelPreferencesChange,\n onResize: handleSplitPanelResize,\n onToggle: handleSplitPanelClick,\n position: splitPanelPosition,\n reportSize: setSplitPanelReportedSize,\n reportHeaderHeight: setSplitPanelReportedHeaderHeight,\n rightOffset: 0,\n size: splitPanelSize || 0,\n topOffset: 0,\n setSplitPanelToggle,\n refs: splitPanelRefs,\n };\n\n return <SplitPanelContextProvider value={context}>{children}</SplitPanelContextProvider>;\n}\n\n/**\n * This is the render function for the SplitPanel when it is in bottom position.\n * The Split Panel container will be another row entry in the grid definition in\n * the Layout component. The start and finish columns will be variable based\n * on the presence and state of the Navigation and Tools components.\n */\nfunction SplitPanelBottom() {\n const {\n disableBodyScroll,\n hasOpenDrawer,\n isNavigationOpen,\n isSplitPanelOpen,\n splitPanel,\n splitPanelPosition,\n splitPanelReportedSize,\n splitPanelReportedHeaderHeight,\n } = useAppLayoutInternals();\n\n if (!splitPanel) {\n return null;\n }\n\n return (\n <Transition in={isSplitPanelOpen ?? false} exit={false}>\n {(state, transitionEventsRef) => (\n <section\n className={clsx(styles['split-panel-bottom'], styles[`position-${splitPanelPosition}`], {\n [styles.animating]: state === 'entering',\n [styles['disable-body-scroll']]: disableBodyScroll,\n [styles['has-open-drawer']]: hasOpenDrawer,\n [styles['is-navigation-open']]: isNavigationOpen,\n [styles['is-split-panel-open']]: isSplitPanelOpen,\n })}\n ref={transitionEventsRef}\n style={{\n [customCssProps.splitPanelReportedSize]: `${splitPanelReportedSize}px`,\n [customCssProps.splitPanelReportedHeaderSize]: `${splitPanelReportedHeaderHeight}px`,\n }}\n >\n <SplitPanel></SplitPanel>\n {splitPanelPosition === 'bottom' && splitPanel}\n </section>\n )}\n </Transition>\n );\n}\n\n/**\n * This is the render function for the SplitPanel when it is side position.\n * The Split Panel will not be within the grid defined in the Layout component\n * but instead a direct child of the Tools component. The width constraints\n * for this position are computed in the Tools component.\n */\nfunction SplitPanelSide() {\n const {\n isSplitPanelOpen,\n splitPanel,\n splitPanelPosition,\n splitPanelMaxWidth,\n splitPanelMinWidth,\n splitPanelReportedSize,\n splitPanelControlId,\n } = useAppLayoutInternals();\n\n if (!splitPanel) {\n return null;\n }\n\n return (\n <Transition in={isSplitPanelOpen ?? false} exit={false}>\n {(state, transitionEventsRef) => (\n <section\n id={splitPanelControlId}\n aria-hidden={!isSplitPanelOpen || splitPanelPosition === 'bottom' ? true : false}\n className={clsx(styles['split-panel-side'], styles[`position-${splitPanelPosition}`], {\n [styles.animating]: state === 'entering',\n [styles['is-split-panel-open']]: isSplitPanelOpen,\n })}\n ref={transitionEventsRef}\n style={{\n [customCssProps.splitPanelMaxWidth]: `${splitPanelMaxWidth}px`,\n [customCssProps.splitPanelMinWidth]: `${splitPanelMinWidth}px`,\n [customCssProps.splitPanelReportedSize]: `${splitPanelReportedSize}px`,\n }}\n >\n <div className={clsx(styles['animated-content'])}>{splitPanelPosition === 'side' && splitPanel}</div>\n </section>\n )}\n </Transition>\n );\n}\n\n/**\n * This logic will determine what the Split Panel position should be. It reconciles the possibility\n * of being in forced position with the current selected position in the settings.\n */\nexport function getSplitPanelPosition(\n isSplitPanelForcedPosition: boolean,\n splitPanelPreferences: AppLayoutProps.SplitPanelPreferences | undefined\n) {\n let splitPanelPosition: AppLayoutProps.SplitPanelPosition = 'bottom';\n\n if (!isSplitPanelForcedPosition && splitPanelPreferences?.position === 'side') {\n splitPanelPosition = 'side';\n }\n\n return splitPanelPosition;\n}\nSplitPanel.Bottom = SplitPanelBottom;\nSplitPanel.Side = SplitPanelSide;\n\nexport default SplitPanel;\n"]}
@@ -1,79 +1,80 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_1pdfn_93",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_1pdfn_96",
6
- "sticky-background": "awsui_sticky-background_hyvsj_1pdfn_102",
7
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1pdfn_110",
8
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_1pdfn_123",
9
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_1pdfn_133",
10
- "drawers-container": "awsui_drawers-container_hyvsj_1pdfn_145",
11
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_1pdfn_157",
12
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1pdfn_191",
13
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1pdfn_196",
14
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1pdfn_215",
15
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1pdfn_247",
16
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1pdfn_251",
17
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1pdfn_277",
18
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_1pdfn_251",
19
- "drawer": "awsui_drawer_hyvsj_1pdfn_145",
20
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_1pdfn_308",
21
- "drawer-content": "awsui_drawer-content_hyvsj_1pdfn_313",
22
- "drawer-slider": "awsui_drawer-slider_hyvsj_1pdfn_318",
23
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_1pdfn_325",
24
- "content": "awsui_content_hyvsj_1pdfn_350",
25
- "layout": "awsui_layout_hyvsj_1pdfn_371",
26
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_1pdfn_454",
27
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1pdfn_469",
28
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1pdfn_486",
29
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1pdfn_518",
30
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1pdfn_521",
31
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1pdfn_531",
32
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1pdfn_534",
33
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_1pdfn_537",
34
- "has-header": "awsui_has-header_hyvsj_1pdfn_537",
35
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_1pdfn_558",
36
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1pdfn_558",
37
- "has-split-panel": "awsui_has-split-panel_hyvsj_1pdfn_601",
38
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1pdfn_601",
39
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_1pdfn_617",
40
- "unfocusable": "awsui_unfocusable_hyvsj_1pdfn_622",
41
- "container": "awsui_container_hyvsj_1pdfn_632",
42
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_1pdfn_657",
43
- "is-tools-open": "awsui_is-tools-open_hyvsj_1pdfn_660",
44
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1pdfn_660",
45
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1pdfn_660",
46
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1pdfn_669",
47
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1pdfn_685",
48
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1pdfn_689",
49
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1pdfn_693",
50
- "navigation-container": "awsui_navigation-container_hyvsj_1pdfn_702",
51
- "show-navigation": "awsui_show-navigation_hyvsj_1pdfn_746",
52
- "animating": "awsui_animating_hyvsj_1pdfn_768",
53
- "showButtons": "awsui_showButtons_hyvsj_1pdfn_1",
54
- "navigation": "awsui_navigation_hyvsj_1pdfn_702",
55
- "openNavigation": "awsui_openNavigation_hyvsj_1pdfn_1",
56
- "animated-content": "awsui_animated-content_hyvsj_1pdfn_830",
57
- "hide-navigation": "awsui_hide-navigation_hyvsj_1pdfn_839",
58
- "notifications": "awsui_notifications_hyvsj_1pdfn_849",
59
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_1pdfn_855",
60
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1pdfn_872",
61
- "position-bottom": "awsui_position-bottom_hyvsj_1pdfn_919",
62
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1pdfn_1",
63
- "split-panel-side": "awsui_split-panel-side_hyvsj_1pdfn_948",
64
- "position-side": "awsui_position-side_hyvsj_1pdfn_976",
65
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_1pdfn_1",
66
- "tools-container": "awsui_tools-container_hyvsj_1pdfn_1013",
67
- "tools": "awsui_tools_hyvsj_1pdfn_1013",
68
- "openTools": "awsui_openTools_hyvsj_1pdfn_1",
69
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1pdfn_1108",
70
- "hide-tools": "awsui_hide-tools_hyvsj_1pdfn_1118",
71
- "show-tools": "awsui_show-tools_hyvsj_1pdfn_1130",
72
- "has-tools-form": "awsui_has-tools-form_hyvsj_1pdfn_1108",
73
- "trigger": "awsui_trigger_hyvsj_1pdfn_1197",
74
- "selected": "awsui_selected_hyvsj_1pdfn_1237",
75
- "badge": "awsui_badge_hyvsj_1pdfn_1247",
76
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1pdfn_1251",
77
- "dot": "awsui_dot_hyvsj_1pdfn_1255"
4
+ "background": "awsui_background_hyvsj_l9hp2_93",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_l9hp2_96",
6
+ "sticky-background": "awsui_sticky-background_hyvsj_l9hp2_102",
7
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_l9hp2_110",
8
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_l9hp2_123",
9
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_l9hp2_133",
10
+ "drawers-container": "awsui_drawers-container_hyvsj_l9hp2_145",
11
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_l9hp2_157",
12
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_l9hp2_191",
13
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_l9hp2_196",
14
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_l9hp2_215",
15
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_l9hp2_247",
16
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_l9hp2_251",
17
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_l9hp2_277",
18
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_l9hp2_251",
19
+ "drawer": "awsui_drawer_hyvsj_l9hp2_145",
20
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_l9hp2_308",
21
+ "drawer-content": "awsui_drawer-content_hyvsj_l9hp2_313",
22
+ "drawer-slider": "awsui_drawer-slider_hyvsj_l9hp2_318",
23
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_l9hp2_325",
24
+ "content": "awsui_content_hyvsj_l9hp2_350",
25
+ "layout": "awsui_layout_hyvsj_l9hp2_371",
26
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_l9hp2_454",
27
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_l9hp2_469",
28
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_l9hp2_486",
29
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_l9hp2_518",
30
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_l9hp2_521",
31
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_l9hp2_531",
32
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_l9hp2_534",
33
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_l9hp2_537",
34
+ "has-header": "awsui_has-header_hyvsj_l9hp2_537",
35
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_l9hp2_558",
36
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_l9hp2_558",
37
+ "has-split-panel": "awsui_has-split-panel_hyvsj_l9hp2_601",
38
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_l9hp2_601",
39
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_l9hp2_617",
40
+ "unfocusable": "awsui_unfocusable_hyvsj_l9hp2_622",
41
+ "container": "awsui_container_hyvsj_l9hp2_632",
42
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_l9hp2_657",
43
+ "is-tools-open": "awsui_is-tools-open_hyvsj_l9hp2_660",
44
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_l9hp2_660",
45
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_l9hp2_660",
46
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_l9hp2_669",
47
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_l9hp2_685",
48
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_l9hp2_689",
49
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_l9hp2_693",
50
+ "navigation-container": "awsui_navigation-container_hyvsj_l9hp2_702",
51
+ "show-navigation": "awsui_show-navigation_hyvsj_l9hp2_746",
52
+ "animating": "awsui_animating_hyvsj_l9hp2_768",
53
+ "showButtons": "awsui_showButtons_hyvsj_l9hp2_1",
54
+ "navigation": "awsui_navigation_hyvsj_l9hp2_702",
55
+ "openNavigation": "awsui_openNavigation_hyvsj_l9hp2_1",
56
+ "animated-content": "awsui_animated-content_hyvsj_l9hp2_830",
57
+ "hide-navigation": "awsui_hide-navigation_hyvsj_l9hp2_839",
58
+ "notifications": "awsui_notifications_hyvsj_l9hp2_849",
59
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_l9hp2_855",
60
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_l9hp2_872",
61
+ "position-bottom": "awsui_position-bottom_hyvsj_l9hp2_919",
62
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_l9hp2_1",
63
+ "split-panel-side": "awsui_split-panel-side_hyvsj_l9hp2_948",
64
+ "position-side": "awsui_position-side_hyvsj_l9hp2_976",
65
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_l9hp2_1",
66
+ "tools-container": "awsui_tools-container_hyvsj_l9hp2_1013",
67
+ "tools": "awsui_tools_hyvsj_l9hp2_1013",
68
+ "openTools": "awsui_openTools_hyvsj_l9hp2_1",
69
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_l9hp2_1108",
70
+ "hide-tools": "awsui_hide-tools_hyvsj_l9hp2_1118",
71
+ "show-tools": "awsui_show-tools_hyvsj_l9hp2_1130",
72
+ "has-tools-form": "awsui_has-tools-form_hyvsj_l9hp2_1108",
73
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_l9hp2_1192",
74
+ "trigger": "awsui_trigger_hyvsj_l9hp2_1192",
75
+ "selected": "awsui_selected_hyvsj_l9hp2_1256",
76
+ "badge": "awsui_badge_hyvsj_l9hp2_1276",
77
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_l9hp2_1280",
78
+ "dot": "awsui_dot_hyvsj_l9hp2_1286"
78
79
  };
79
80