@cloudscape-design/components 3.0.32 → 3.0.35

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 (197) hide show
  1. package/app-layout/interfaces.d.ts +2 -0
  2. package/app-layout/interfaces.d.ts.map +1 -1
  3. package/app-layout/interfaces.js.map +1 -1
  4. package/app-layout/styles.css.js +37 -37
  5. package/app-layout/styles.scoped.css +51 -51
  6. package/app-layout/styles.selectors.js +37 -37
  7. package/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/app-layout/visual-refresh/styles.scoped.css +147 -147
  9. package/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/autosuggest/autosuggest-option.d.ts +2 -1
  11. package/autosuggest/autosuggest-option.d.ts.map +1 -1
  12. package/autosuggest/autosuggest-option.js +2 -2
  13. package/autosuggest/autosuggest-option.js.map +1 -1
  14. package/autosuggest/controller.d.ts +3 -3
  15. package/autosuggest/controller.d.ts.map +1 -1
  16. package/autosuggest/controller.js +2 -4
  17. package/autosuggest/controller.js.map +1 -1
  18. package/autosuggest/internal.d.ts.map +1 -1
  19. package/autosuggest/internal.js +13 -15
  20. package/autosuggest/internal.js.map +1 -1
  21. package/autosuggest/options-controller.d.ts +9 -13
  22. package/autosuggest/options-controller.d.ts.map +1 -1
  23. package/autosuggest/options-controller.js +10 -15
  24. package/autosuggest/options-controller.js.map +1 -1
  25. package/autosuggest/options-list.d.ts +4 -7
  26. package/autosuggest/options-list.d.ts.map +1 -1
  27. package/autosuggest/options-list.js +8 -9
  28. package/autosuggest/options-list.js.map +1 -1
  29. package/autosuggest/plain-list.d.ts +4 -6
  30. package/autosuggest/plain-list.d.ts.map +1 -1
  31. package/autosuggest/plain-list.js +7 -7
  32. package/autosuggest/plain-list.js.map +1 -1
  33. package/autosuggest/virtual-list.d.ts +1 -1
  34. package/autosuggest/virtual-list.d.ts.map +1 -1
  35. package/autosuggest/virtual-list.js +9 -9
  36. package/autosuggest/virtual-list.js.map +1 -1
  37. package/breadcrumb-group/item/item.d.ts.map +1 -1
  38. package/breadcrumb-group/item/item.js +1 -1
  39. package/breadcrumb-group/item/item.js.map +1 -1
  40. package/checkbox/internal.js +1 -1
  41. package/checkbox/internal.js.map +1 -1
  42. package/checkbox/styles.css.js +3 -3
  43. package/checkbox/styles.scoped.css +5 -8
  44. package/checkbox/styles.selectors.js +3 -3
  45. package/{internal/components/content-layout → content-layout}/index.d.ts +1 -1
  46. package/content-layout/index.d.ts.map +1 -0
  47. package/content-layout/index.js +39 -0
  48. package/content-layout/index.js.map +1 -0
  49. package/content-layout/interfaces.d.ts +19 -0
  50. package/content-layout/interfaces.d.ts.map +1 -0
  51. package/{internal/components/content-layout → content-layout}/interfaces.js +0 -0
  52. package/content-layout/interfaces.js.map +1 -0
  53. package/content-layout/styles.css.js +12 -0
  54. package/{internal/components/content-layout → content-layout}/styles.scoped.css +21 -16
  55. package/content-layout/styles.selectors.js +13 -0
  56. package/date-range-picker/embedded.d.ts.map +1 -1
  57. package/date-range-picker/embedded.js +3 -4
  58. package/date-range-picker/embedded.js.map +1 -1
  59. package/date-range-picker/index.d.ts.map +1 -1
  60. package/date-range-picker/index.js +7 -6
  61. package/date-range-picker/index.js.map +1 -1
  62. package/date-range-picker/time-offset.d.ts +2 -2
  63. package/date-range-picker/time-offset.d.ts.map +1 -1
  64. package/date-range-picker/time-offset.js +2 -3
  65. package/date-range-picker/time-offset.js.map +1 -1
  66. package/date-range-picker/use-date-range-picker.d.ts +1 -1
  67. package/date-range-picker/use-date-range-picker.d.ts.map +1 -1
  68. package/date-range-picker/use-date-range-picker.js.map +1 -1
  69. package/index.d.ts +1 -0
  70. package/index.d.ts.map +1 -1
  71. package/index.js +1 -0
  72. package/index.js.map +1 -1
  73. package/internal/base-component/styles.scoped.css +2 -2
  74. package/internal/components/abstract-switch/index.d.ts +2 -1
  75. package/internal/components/abstract-switch/index.d.ts.map +1 -1
  76. package/internal/components/abstract-switch/index.js +3 -3
  77. package/internal/components/abstract-switch/index.js.map +1 -1
  78. package/internal/components/abstract-switch/styles.css.js +12 -11
  79. package/internal/components/abstract-switch/styles.scoped.css +27 -17
  80. package/internal/components/abstract-switch/styles.selectors.js +12 -11
  81. package/internal/components/options-list/utils/use-highlight-option.d.ts +17 -15
  82. package/internal/components/options-list/utils/use-highlight-option.d.ts.map +1 -1
  83. package/internal/components/options-list/utils/use-highlight-option.js +36 -37
  84. package/internal/components/options-list/utils/use-highlight-option.js.map +1 -1
  85. package/internal/components/options-list/utils/use-keyboard.d.ts +0 -2
  86. package/internal/components/options-list/utils/use-keyboard.d.ts.map +1 -1
  87. package/internal/components/options-list/utils/use-keyboard.js +4 -6
  88. package/internal/components/options-list/utils/use-keyboard.js.map +1 -1
  89. package/internal/components/selectable-item/index.d.ts +2 -1
  90. package/internal/components/selectable-item/index.d.ts.map +1 -1
  91. package/internal/components/selectable-item/index.js +2 -2
  92. package/internal/components/selectable-item/index.js.map +1 -1
  93. package/internal/environment.js +1 -1
  94. package/internal/generated/theming/index.cjs +6 -6
  95. package/internal/generated/theming/index.js +6 -6
  96. package/internal/utils/date-time/format-timezone-offset.d.ts +1 -1
  97. package/internal/utils/date-time/format-timezone-offset.d.ts.map +1 -1
  98. package/internal/utils/date-time/format-timezone-offset.js +2 -1
  99. package/internal/utils/date-time/format-timezone-offset.js.map +1 -1
  100. package/internal/utils/date-time/index.d.ts +0 -1
  101. package/internal/utils/date-time/index.d.ts.map +1 -1
  102. package/internal/utils/date-time/index.js +0 -1
  103. package/internal/utils/date-time/index.js.map +1 -1
  104. package/internal/utils/date-time/parse-timezone-offset.d.ts +1 -1
  105. package/internal/utils/date-time/parse-timezone-offset.d.ts.map +1 -1
  106. package/internal/utils/date-time/parse-timezone-offset.js +7 -7
  107. package/internal/utils/date-time/parse-timezone-offset.js.map +1 -1
  108. package/internal/utils/date-time/shift-timezone-offset.d.ts +1 -1
  109. package/internal/utils/date-time/shift-timezone-offset.d.ts.map +1 -1
  110. package/internal/utils/date-time/shift-timezone-offset.js +2 -1
  111. package/internal/utils/date-time/shift-timezone-offset.js.map +1 -1
  112. package/multiselect/internal.d.ts.map +1 -1
  113. package/multiselect/internal.js +2 -3
  114. package/multiselect/internal.js.map +1 -1
  115. package/package.json +2 -1
  116. package/property-filter/controller.d.ts +2 -2
  117. package/property-filter/controller.d.ts.map +1 -1
  118. package/property-filter/controller.js +6 -1
  119. package/property-filter/controller.js.map +1 -1
  120. package/property-filter/interfaces.d.ts +5 -1
  121. package/property-filter/interfaces.d.ts.map +1 -1
  122. package/property-filter/interfaces.js.map +1 -1
  123. package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
  124. package/property-filter/property-filter-autosuggest.js +12 -14
  125. package/property-filter/property-filter-autosuggest.js.map +1 -1
  126. package/property-filter/token-editor.d.ts +3 -2
  127. package/property-filter/token-editor.d.ts.map +1 -1
  128. package/property-filter/token-editor.js +66 -76
  129. package/property-filter/token-editor.js.map +1 -1
  130. package/property-filter/use-load-items.d.ts +1 -1
  131. package/radio-group/radio-button.js +1 -1
  132. package/radio-group/radio-button.js.map +1 -1
  133. package/radio-group/styles.css.js +9 -9
  134. package/radio-group/styles.scoped.css +15 -18
  135. package/radio-group/styles.selectors.js +9 -9
  136. package/select/internal.d.ts.map +1 -1
  137. package/select/internal.js +3 -4
  138. package/select/internal.js.map +1 -1
  139. package/select/parts/item.d.ts +2 -1
  140. package/select/parts/item.d.ts.map +1 -1
  141. package/select/parts/item.js +2 -2
  142. package/select/parts/item.js.map +1 -1
  143. package/select/parts/multiselect-item.d.ts +2 -1
  144. package/select/parts/multiselect-item.d.ts.map +1 -1
  145. package/select/parts/multiselect-item.js +2 -2
  146. package/select/parts/multiselect-item.js.map +1 -1
  147. package/select/parts/plain-list.d.ts +2 -1
  148. package/select/parts/plain-list.d.ts.map +1 -1
  149. package/select/parts/plain-list.js +4 -4
  150. package/select/parts/plain-list.js.map +1 -1
  151. package/select/parts/virtual-list.js +4 -4
  152. package/select/parts/virtual-list.js.map +1 -1
  153. package/select/utils/render-options.d.ts +3 -2
  154. package/select/utils/render-options.d.ts.map +1 -1
  155. package/select/utils/render-options.js +2 -2
  156. package/select/utils/render-options.js.map +1 -1
  157. package/select/utils/use-native-search.d.ts +1 -2
  158. package/select/utils/use-native-search.d.ts.map +1 -1
  159. package/select/utils/use-native-search.js +1 -2
  160. package/select/utils/use-native-search.js.map +1 -1
  161. package/select/utils/use-select.d.ts +2 -3
  162. package/select/utils/use-select.d.ts.map +1 -1
  163. package/select/utils/use-select.js +16 -22
  164. package/select/utils/use-select.js.map +1 -1
  165. package/tabs/tab-header-bar.d.ts.map +1 -1
  166. package/tabs/tab-header-bar.js +2 -2
  167. package/tabs/tab-header-bar.js.map +1 -1
  168. package/test-utils/dom/content-layout/index.d.ts +6 -0
  169. package/test-utils/dom/content-layout/index.js +37 -0
  170. package/test-utils/dom/content-layout/index.js.map +1 -0
  171. package/test-utils/dom/index.d.ts +3 -0
  172. package/test-utils/dom/index.js +10 -2
  173. package/test-utils/dom/index.js.map +1 -1
  174. package/test-utils/selectors/content-layout/index.d.ts +6 -0
  175. package/test-utils/selectors/content-layout/index.js +37 -0
  176. package/test-utils/selectors/content-layout/index.js.map +1 -0
  177. package/test-utils/selectors/index.d.ts +3 -0
  178. package/test-utils/selectors/index.js +10 -2
  179. package/test-utils/selectors/index.js.map +1 -1
  180. package/test-utils/tsconfig.tsbuildinfo +1 -1
  181. package/toggle/internal.js +1 -1
  182. package/toggle/internal.js.map +1 -1
  183. package/toggle/styles.css.js +8 -8
  184. package/toggle/styles.scoped.css +13 -16
  185. package/toggle/styles.selectors.js +8 -8
  186. package/internal/components/content-layout/index.d.ts.map +0 -1
  187. package/internal/components/content-layout/index.js +0 -24
  188. package/internal/components/content-layout/index.js.map +0 -1
  189. package/internal/components/content-layout/interfaces.d.ts +0 -7
  190. package/internal/components/content-layout/interfaces.d.ts.map +0 -1
  191. package/internal/components/content-layout/interfaces.js.map +0 -1
  192. package/internal/components/content-layout/styles.css.js +0 -12
  193. package/internal/components/content-layout/styles.selectors.js +0 -13
  194. package/internal/utils/date-time/get-browser-timezone-offset.d.ts +0 -7
  195. package/internal/utils/date-time/get-browser-timezone-offset.d.ts.map +0 -1
  196. package/internal/utils/date-time/get-browser-timezone-offset.js +0 -11
  197. package/internal/utils/date-time/get-browser-timezone-offset.js.map +0 -1
@@ -95,11 +95,13 @@ export interface AppLayoutProps extends BaseComponentProps {
95
95
  navigation?: React.ReactNode;
96
96
  /**
97
97
  * Top area of the page content.
98
+ * **Deprecated**, replaced by the `header` slot of the [content layout](/components/content-layout/) component.
98
99
  * @visualrefresh
99
100
  */
100
101
  contentHeader?: React.ReactNode;
101
102
  /**
102
103
  * Disables overlap between `contentHeader` and `content` slots.
104
+ * **Deprecated**, replaced by the `disableOverlap` property of the [content layout](/components/content-layout/) component.
103
105
  * @visualrefresh
104
106
  */
105
107
  disableContentHeaderOverlap?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/app-layout/interfaces.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/app-layout/interfaces.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/app-layout/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport interface AppLayoutProps extends BaseComponentProps {\n /**\n * Determines the default behavior of the component based on some predefined page layouts.\n * Individual properties will always take precedence over the default coming from the content type.\n */\n contentType?: AppLayoutProps.ContentType;\n\n /**\n * If `true`, disables outer paddings for the content slot.\n */\n disableContentPaddings?: boolean;\n\n /**\n * Activates a backwards-compatibility mode for applications with non-fixed headers and footers.\n */\n disableBodyScroll?: boolean;\n\n /**\n * State of the navigation drawer.\n */\n navigationOpen?: boolean;\n\n /**\n * Navigation drawer width in pixels.\n */\n navigationWidth?: number;\n\n /**\n * If `true`, the navigation drawer is not displayed at all.\n */\n navigationHide?: boolean;\n\n /**\n * State of the tools drawer.\n */\n toolsOpen?: boolean;\n\n /**\n * If `true`, the tools drawer is not displayed at all.\n */\n toolsHide?: boolean;\n\n /**\n * Tools drawer width in pixels.\n */\n toolsWidth?: number;\n\n /**\n * Maximum main content panel width in pixels.\n *\n * If set to `Number.MAX_VALUE`, the main content panel will occupy the full available width.\n */\n maxContentWidth?: number;\n\n /**\n * Minimum main content panel width in pixels.\n */\n minContentWidth?: number;\n\n /**\n * If true, the notification slot is rendered above the scrollable\n * content area so it is always visible.\n *\n * Note that sticky notifications are not supported in Internet Explorer.\n */\n stickyNotifications?: boolean;\n\n /**\n * CSS selector for the application header.\n */\n headerSelector?: string;\n\n /**\n * CSS selector for the application footer.\n */\n footerSelector?: string;\n\n /**\n * Aria labels for the drawer operating buttons. Use this property to ensure accessibility.\n *\n * * `navigation` (string) - Label for the landmark that wraps the navigation drawer.\n * * `navigationClose` (string) - Label for the button that closes the navigation drawer.\n * * `navigationToggle` (string) - Label for the button that opens the navigation drawer.\n * * `notification` (string) - Label for the region that contains notification messages.\n * * `tools` (string) - Label for the landmark that wraps the tools drawer.\n * * `toolsClose` (string) - Label for the button that closes the tools drawer.\n * * `toolsToggle` (string) - Label for the button that opens the tools drawer.\n *\n * Example:\n * ```\n * {\n * navigation: \"Navigation drawer\",\n * navigationClose: \"Close navigation drawer\",\n * navigationToggle: \"Open navigation drawer\",\n * notifications: \"Notifications\",\n * tools: \"Help panel\",\n * toolsClose: \"Close help panel\",\n * toolsToggle: \"Open help panel\"\n * }\n * ```\n */\n ariaLabels?: AppLayoutProps.Labels;\n\n /**\n * Navigation drawer.\n */\n navigation?: React.ReactNode;\n\n /**\n * Top area of the page content.\n * @visualrefresh\n */\n contentHeader?: React.ReactNode;\n\n /**\n * Disables overlap between `contentHeader` and `content` slots.\n * @visualrefresh\n */\n disableContentHeaderOverlap?: boolean;\n\n /**\n * Main content.\n */\n content?: React.ReactNode;\n\n /**\n * Tools drawer.\n */\n tools?: React.ReactNode;\n\n /**\n * Displayed on top of the main content in the scrollable area.\n *\n * Conceived to contain notifications (flash messages).\n */\n notifications?: React.ReactNode;\n\n /**\n * Use this slot to add the [breadcrumb group component](/components/breadcrumb-group/) to the app layout.\n */\n breadcrumbs?: React.ReactNode;\n\n /**\n * Fired when the navigation drawer is toggled.\n */\n onNavigationChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Fired when the tools drawer is toggled.\n */\n onToolsChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Use this slot to add the [split panel component](/components/split-panel/) to the app layout.\n */\n splitPanel?: React.ReactNode;\n\n /**\n * The size of the split panel in pixels.\n */\n splitPanelSize?: number;\n\n /**\n * State of the split panel.\n */\n splitPanelOpen?: boolean;\n /**\n * Controls the split panel preferences.\n *\n * By default, the preference is `{ position: 'bottom' }`\n */\n splitPanelPreferences?: AppLayoutProps.SplitPanelPreferences;\n /**\n * Fired when the split panel is resized.\n */\n onSplitPanelResize?: NonCancelableEventHandler<AppLayoutProps.SplitPanelResizeDetail>;\n /**\n * Fired when the split panel is toggled.\n */\n onSplitPanelToggle?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Fired when the split panel preferences change.\n */\n onSplitPanelPreferencesChange?: NonCancelableEventHandler<AppLayoutProps.SplitPanelPreferences>;\n}\n\nexport namespace AppLayoutProps {\n export type ContentType = 'default' | 'form' | 'table' | 'cards' | 'wizard';\n\n export interface Ref {\n /**\n * Manually closes the navigation drawer if it is necessary for the current\n * viewport size.\n */\n closeNavigationIfNecessary(): void;\n\n /**\n * Opens the tools panel if it is not already open. Note that it is preferable\n * to control the state by listening to `toolsChange` and providing `toolsOpen`.\n */\n openTools(): void;\n }\n\n export interface Labels {\n notifications?: string;\n\n navigation?: string;\n navigationToggle?: string;\n navigationClose?: string;\n\n tools?: string;\n toolsToggle?: string;\n toolsClose?: string;\n }\n\n export interface ChangeDetail {\n open: boolean;\n }\n\n export interface SplitPanelResizeDetail {\n size: number;\n }\n\n export interface SplitPanelPreferences {\n position: 'side' | 'bottom';\n }\n // Duplicated the positions because using this definition in SplitPanelPreferences would display\n // 'AppLayoutProps.SplitPanelPosition' on the API docs instead of the string values.\n export type SplitPanelPosition = 'side' | 'bottom';\n}\n"]}
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/app-layout/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport interface AppLayoutProps extends BaseComponentProps {\n /**\n * Determines the default behavior of the component based on some predefined page layouts.\n * Individual properties will always take precedence over the default coming from the content type.\n */\n contentType?: AppLayoutProps.ContentType;\n\n /**\n * If `true`, disables outer paddings for the content slot.\n */\n disableContentPaddings?: boolean;\n\n /**\n * Activates a backwards-compatibility mode for applications with non-fixed headers and footers.\n */\n disableBodyScroll?: boolean;\n\n /**\n * State of the navigation drawer.\n */\n navigationOpen?: boolean;\n\n /**\n * Navigation drawer width in pixels.\n */\n navigationWidth?: number;\n\n /**\n * If `true`, the navigation drawer is not displayed at all.\n */\n navigationHide?: boolean;\n\n /**\n * State of the tools drawer.\n */\n toolsOpen?: boolean;\n\n /**\n * If `true`, the tools drawer is not displayed at all.\n */\n toolsHide?: boolean;\n\n /**\n * Tools drawer width in pixels.\n */\n toolsWidth?: number;\n\n /**\n * Maximum main content panel width in pixels.\n *\n * If set to `Number.MAX_VALUE`, the main content panel will occupy the full available width.\n */\n maxContentWidth?: number;\n\n /**\n * Minimum main content panel width in pixels.\n */\n minContentWidth?: number;\n\n /**\n * If true, the notification slot is rendered above the scrollable\n * content area so it is always visible.\n *\n * Note that sticky notifications are not supported in Internet Explorer.\n */\n stickyNotifications?: boolean;\n\n /**\n * CSS selector for the application header.\n */\n headerSelector?: string;\n\n /**\n * CSS selector for the application footer.\n */\n footerSelector?: string;\n\n /**\n * Aria labels for the drawer operating buttons. Use this property to ensure accessibility.\n *\n * * `navigation` (string) - Label for the landmark that wraps the navigation drawer.\n * * `navigationClose` (string) - Label for the button that closes the navigation drawer.\n * * `navigationToggle` (string) - Label for the button that opens the navigation drawer.\n * * `notification` (string) - Label for the region that contains notification messages.\n * * `tools` (string) - Label for the landmark that wraps the tools drawer.\n * * `toolsClose` (string) - Label for the button that closes the tools drawer.\n * * `toolsToggle` (string) - Label for the button that opens the tools drawer.\n *\n * Example:\n * ```\n * {\n * navigation: \"Navigation drawer\",\n * navigationClose: \"Close navigation drawer\",\n * navigationToggle: \"Open navigation drawer\",\n * notifications: \"Notifications\",\n * tools: \"Help panel\",\n * toolsClose: \"Close help panel\",\n * toolsToggle: \"Open help panel\"\n * }\n * ```\n */\n ariaLabels?: AppLayoutProps.Labels;\n\n /**\n * Navigation drawer.\n */\n navigation?: React.ReactNode;\n\n /**\n * Top area of the page content.\n * **Deprecated**, replaced by the `header` slot of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n contentHeader?: React.ReactNode;\n\n /**\n * Disables overlap between `contentHeader` and `content` slots.\n * **Deprecated**, replaced by the `disableOverlap` property of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n disableContentHeaderOverlap?: boolean;\n\n /**\n * Main content.\n */\n content?: React.ReactNode;\n\n /**\n * Tools drawer.\n */\n tools?: React.ReactNode;\n\n /**\n * Displayed on top of the main content in the scrollable area.\n *\n * Conceived to contain notifications (flash messages).\n */\n notifications?: React.ReactNode;\n\n /**\n * Use this slot to add the [breadcrumb group component](/components/breadcrumb-group/) to the app layout.\n */\n breadcrumbs?: React.ReactNode;\n\n /**\n * Fired when the navigation drawer is toggled.\n */\n onNavigationChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Fired when the tools drawer is toggled.\n */\n onToolsChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Use this slot to add the [split panel component](/components/split-panel/) to the app layout.\n */\n splitPanel?: React.ReactNode;\n\n /**\n * The size of the split panel in pixels.\n */\n splitPanelSize?: number;\n\n /**\n * State of the split panel.\n */\n splitPanelOpen?: boolean;\n /**\n * Controls the split panel preferences.\n *\n * By default, the preference is `{ position: 'bottom' }`\n */\n splitPanelPreferences?: AppLayoutProps.SplitPanelPreferences;\n /**\n * Fired when the split panel is resized.\n */\n onSplitPanelResize?: NonCancelableEventHandler<AppLayoutProps.SplitPanelResizeDetail>;\n /**\n * Fired when the split panel is toggled.\n */\n onSplitPanelToggle?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Fired when the split panel preferences change.\n */\n onSplitPanelPreferencesChange?: NonCancelableEventHandler<AppLayoutProps.SplitPanelPreferences>;\n}\n\nexport namespace AppLayoutProps {\n export type ContentType = 'default' | 'form' | 'table' | 'cards' | 'wizard';\n\n export interface Ref {\n /**\n * Manually closes the navigation drawer if it is necessary for the current\n * viewport size.\n */\n closeNavigationIfNecessary(): void;\n\n /**\n * Opens the tools panel if it is not already open. Note that it is preferable\n * to control the state by listening to `toolsChange` and providing `toolsOpen`.\n */\n openTools(): void;\n }\n\n export interface Labels {\n notifications?: string;\n\n navigation?: string;\n navigationToggle?: string;\n navigationClose?: string;\n\n tools?: string;\n toolsToggle?: string;\n toolsClose?: string;\n }\n\n export interface ChangeDetail {\n open: boolean;\n }\n\n export interface SplitPanelResizeDetail {\n size: number;\n }\n\n export interface SplitPanelPreferences {\n position: 'side' | 'bottom';\n }\n // Duplicated the positions because using this definition in SplitPanelPreferences would display\n // 'AppLayoutProps.SplitPanelPosition' on the API docs instead of the string values.\n export type SplitPanelPosition = 'side' | 'bottom';\n}\n"]}
@@ -1,42 +1,42 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_lm6vo_d9e10_97",
5
- "layout-wrapper": "awsui_layout-wrapper_lm6vo_d9e10_98",
6
- "root-no-scroll": "awsui_root-no-scroll_lm6vo_d9e10_104",
7
- "layout": "awsui_layout_lm6vo_d9e10_98",
8
- "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_d9e10_115",
9
- "layout-main": "awsui_layout-main_lm6vo_d9e10_119",
10
- "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_d9e10_125",
11
- "unfocusable": "awsui_unfocusable_lm6vo_d9e10_130",
12
- "drawer": "awsui_drawer_lm6vo_d9e10_134",
13
- "drawer-mobile": "awsui_drawer-mobile_lm6vo_d9e10_140",
14
- "drawer-closed": "awsui_drawer-closed_lm6vo_d9e10_143",
15
- "opaque-background": "awsui_opaque-background_lm6vo_d9e10_150",
16
- "drawer-content": "awsui_drawer-content_lm6vo_d9e10_154",
17
- "toggle": "awsui_toggle_lm6vo_d9e10_179",
18
- "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_d9e10_184",
19
- "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_d9e10_188",
20
- "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_d9e10_191",
21
- "button-toggles-container": "awsui_button-toggles-container_lm6vo_d9e10_201",
22
- "button-toggles-container-is-hidden": "awsui_button-toggles-container-is-hidden_lm6vo_d9e10_206",
23
- "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_d9e10_220",
24
- "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_d9e10_225",
25
- "content-wrapper": "awsui_content-wrapper_lm6vo_d9e10_229",
26
- "content-overlapped": "awsui_content-overlapped_lm6vo_d9e10_233",
27
- "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_d9e10_237",
28
- "navigation-toggle": "awsui_navigation-toggle_lm6vo_d9e10_242",
29
- "tools-toggle": "awsui_tools-toggle_lm6vo_d9e10_247",
30
- "navigation": "awsui_navigation_lm6vo_d9e10_242",
31
- "navigation-close": "awsui_navigation-close_lm6vo_d9e10_259",
32
- "tools": "awsui_tools_lm6vo_d9e10_247",
33
- "tools-close": "awsui_tools-close_lm6vo_d9e10_271",
34
- "notifications": "awsui_notifications_lm6vo_d9e10_275",
35
- "breadcrumbs": "awsui_breadcrumbs_lm6vo_d9e10_220",
36
- "content": "awsui_content_lm6vo_d9e10_225",
37
- "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_d9e10_287",
38
- "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_d9e10_288",
39
- "mobile": "awsui_mobile_lm6vo_d9e10_297",
40
- "open": "awsui_open_lm6vo_d9e10_303"
4
+ "root": "awsui_root_lm6vo_1reu0_97",
5
+ "layout-wrapper": "awsui_layout-wrapper_lm6vo_1reu0_98",
6
+ "root-no-scroll": "awsui_root-no-scroll_lm6vo_1reu0_104",
7
+ "layout": "awsui_layout_lm6vo_1reu0_98",
8
+ "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_1reu0_115",
9
+ "layout-main": "awsui_layout-main_lm6vo_1reu0_119",
10
+ "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_1reu0_125",
11
+ "unfocusable": "awsui_unfocusable_lm6vo_1reu0_130",
12
+ "drawer": "awsui_drawer_lm6vo_1reu0_134",
13
+ "drawer-mobile": "awsui_drawer-mobile_lm6vo_1reu0_140",
14
+ "drawer-closed": "awsui_drawer-closed_lm6vo_1reu0_143",
15
+ "opaque-background": "awsui_opaque-background_lm6vo_1reu0_150",
16
+ "drawer-content": "awsui_drawer-content_lm6vo_1reu0_154",
17
+ "toggle": "awsui_toggle_lm6vo_1reu0_179",
18
+ "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_1reu0_184",
19
+ "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_1reu0_188",
20
+ "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_1reu0_191",
21
+ "button-toggles-container": "awsui_button-toggles-container_lm6vo_1reu0_201",
22
+ "button-toggles-container-is-hidden": "awsui_button-toggles-container-is-hidden_lm6vo_1reu0_206",
23
+ "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_1reu0_220",
24
+ "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_1reu0_225",
25
+ "content-wrapper": "awsui_content-wrapper_lm6vo_1reu0_229",
26
+ "content-overlapped": "awsui_content-overlapped_lm6vo_1reu0_233",
27
+ "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_1reu0_237",
28
+ "navigation-toggle": "awsui_navigation-toggle_lm6vo_1reu0_242",
29
+ "tools-toggle": "awsui_tools-toggle_lm6vo_1reu0_247",
30
+ "navigation": "awsui_navigation_lm6vo_1reu0_242",
31
+ "navigation-close": "awsui_navigation-close_lm6vo_1reu0_259",
32
+ "tools": "awsui_tools_lm6vo_1reu0_247",
33
+ "tools-close": "awsui_tools-close_lm6vo_1reu0_271",
34
+ "notifications": "awsui_notifications_lm6vo_1reu0_275",
35
+ "breadcrumbs": "awsui_breadcrumbs_lm6vo_1reu0_220",
36
+ "content": "awsui_content_lm6vo_1reu0_225",
37
+ "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_1reu0_287",
38
+ "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_1reu0_288",
39
+ "mobile": "awsui_mobile_lm6vo_1reu0_297",
40
+ "open": "awsui_open_lm6vo_1reu0_303"
41
41
  };
42
42
 
@@ -94,119 +94,119 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_root_lm6vo_d9e10_97:not(#\9),
98
- .awsui_layout-wrapper_lm6vo_d9e10_98:not(#\9) {
97
+ .awsui_root_lm6vo_1reu0_97:not(#\9),
98
+ .awsui_layout-wrapper_lm6vo_1reu0_98:not(#\9) {
99
99
  display: flex;
100
100
  flex-direction: column;
101
101
  position: relative;
102
102
  }
103
103
 
104
- .awsui_root-no-scroll_lm6vo_d9e10_104:not(#\9) {
104
+ .awsui_root-no-scroll_lm6vo_1reu0_104:not(#\9) {
105
105
  position: relative;
106
106
  z-index: 1;
107
107
  }
108
108
 
109
- .awsui_layout_lm6vo_d9e10_98:not(#\9) {
109
+ .awsui_layout_lm6vo_1reu0_98:not(#\9) {
110
110
  flex: 1 1 auto;
111
111
  display: flex;
112
112
  align-items: stretch;
113
113
  background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
114
114
  }
115
- .awsui_layout-no-scroll_lm6vo_d9e10_115:not(#\9) {
115
+ .awsui_layout-no-scroll_lm6vo_1reu0_115:not(#\9) {
116
116
  overflow: hidden;
117
117
  }
118
118
 
119
- .awsui_layout-main_lm6vo_d9e10_119:not(#\9) {
119
+ .awsui_layout-main_lm6vo_1reu0_119:not(#\9) {
120
120
  flex: 1;
121
121
  min-width: 0;
122
122
  background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
123
123
  position: relative;
124
124
  }
125
- .awsui_layout-main-scrollable_lm6vo_d9e10_125:not(#\9) {
125
+ .awsui_layout-main-scrollable_lm6vo_1reu0_125:not(#\9) {
126
126
  overflow: auto;
127
127
  }
128
128
 
129
129
  /* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
130
- .awsui_unfocusable_lm6vo_d9e10_130 *:not(#\9) {
130
+ .awsui_unfocusable_lm6vo_1reu0_130 *:not(#\9) {
131
131
  visibility: hidden;
132
132
  }
133
133
 
134
- .awsui_drawer_lm6vo_d9e10_134:not(#\9) {
134
+ .awsui_drawer_lm6vo_1reu0_134:not(#\9) {
135
135
  flex-shrink: 0;
136
136
  position: relative;
137
137
  word-wrap: break-word;
138
138
  box-shadow: var(--shadow-panel-gp3bf2, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
139
139
  }
140
- .awsui_drawer_lm6vo_d9e10_134:not(#\9):not(.awsui_drawer-mobile_lm6vo_d9e10_140) {
140
+ .awsui_drawer_lm6vo_1reu0_134:not(#\9):not(.awsui_drawer-mobile_lm6vo_1reu0_140) {
141
141
  z-index: 850;
142
142
  }
143
- .awsui_drawer-closed_lm6vo_d9e10_143:not(#\9) {
143
+ .awsui_drawer-closed_lm6vo_1reu0_143:not(#\9) {
144
144
  min-width: 40px;
145
145
  cursor: pointer;
146
146
  }
147
- .awsui_drawer-closed_lm6vo_d9e10_143.awsui_drawer-mobile_lm6vo_d9e10_140:not(#\9) {
147
+ .awsui_drawer-closed_lm6vo_1reu0_143.awsui_drawer-mobile_lm6vo_1reu0_140:not(#\9) {
148
148
  display: none;
149
149
  }
150
- .awsui_drawer_lm6vo_d9e10_134.awsui_opaque-background_lm6vo_d9e10_150:not(#\9) {
150
+ .awsui_drawer_lm6vo_1reu0_134.awsui_opaque-background_lm6vo_1reu0_150:not(#\9) {
151
151
  background: var(--color-background-layout-panel-content-808qum, #ffffff);
152
152
  }
153
153
 
154
- .awsui_drawer-content_lm6vo_d9e10_154:not(#\9) {
154
+ .awsui_drawer-content_lm6vo_1reu0_154:not(#\9) {
155
155
  position: fixed;
156
156
  overflow: auto;
157
157
  background-color: var(--color-background-layout-panel-content-808qum, #ffffff);
158
158
  }
159
- .awsui_opaque-background_lm6vo_d9e10_150 > .awsui_drawer-content_lm6vo_d9e10_154:not(#\9) {
159
+ .awsui_opaque-background_lm6vo_1reu0_150 > .awsui_drawer-content_lm6vo_1reu0_154:not(#\9) {
160
160
  border-right: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-panel-side-yjkfcr, #e9ebed);
161
161
  }
162
- .awsui_drawer-mobile_lm6vo_d9e10_140 > .awsui_drawer-content_lm6vo_d9e10_154:not(#\9) {
162
+ .awsui_drawer-mobile_lm6vo_1reu0_140 > .awsui_drawer-content_lm6vo_1reu0_154:not(#\9) {
163
163
  z-index: 1001;
164
164
  top: 0;
165
165
  bottom: 0;
166
166
  left: 0;
167
167
  right: 0;
168
168
  }
169
- .awsui_drawer-closed_lm6vo_d9e10_143 > .awsui_drawer-content_lm6vo_d9e10_154:not(#\9) {
169
+ .awsui_drawer-closed_lm6vo_1reu0_143 > .awsui_drawer-content_lm6vo_1reu0_154:not(#\9) {
170
170
  width: 40px;
171
171
  }
172
- .awsui_drawer-closed_lm6vo_d9e10_143 > .awsui_drawer-content_lm6vo_d9e10_154:not(#\9):hover {
172
+ .awsui_drawer-closed_lm6vo_1reu0_143 > .awsui_drawer-content_lm6vo_1reu0_154:not(#\9):hover {
173
173
  background: var(--color-background-layout-panel-hover-0bg3gq, #e9ebed);
174
174
  }
175
- .awsui_drawer-content_lm6vo_d9e10_154 > [aria-hidden=true]:not(#\9) {
175
+ .awsui_drawer-content_lm6vo_1reu0_154 > [aria-hidden=true]:not(#\9) {
176
176
  display: none;
177
177
  }
178
178
 
179
- .awsui_toggle_lm6vo_d9e10_179:not(#\9) {
179
+ .awsui_toggle_lm6vo_1reu0_179:not(#\9) {
180
180
  box-sizing: border-box;
181
181
  padding: var(--space-xxs-ynfts5, 4px) 7px;
182
182
  }
183
183
 
184
- .awsui_visual-refresh-toggle_lm6vo_d9e10_184:not(#\9) {
184
+ .awsui_visual-refresh-toggle_lm6vo_1reu0_184:not(#\9) {
185
185
  position: fixed;
186
186
  padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-layout-toggle-padding-axl9jr, 20px);
187
187
  }
188
- .awsui_visual-refresh-toggle-type-tools_lm6vo_d9e10_188:not(#\9) {
188
+ .awsui_visual-refresh-toggle-type-tools_lm6vo_1reu0_188:not(#\9) {
189
189
  right: 0;
190
190
  }
191
- .awsui_visual-refresh-toggle-type-navigation_lm6vo_d9e10_191:not(#\9) {
191
+ .awsui_visual-refresh-toggle-type-navigation_lm6vo_1reu0_191:not(#\9) {
192
192
  left: 0;
193
193
  }
194
- .awsui_visual-refresh-toggle_lm6vo_d9e10_184[aria-hidden=true]:not(#\9) {
194
+ .awsui_visual-refresh-toggle_lm6vo_1reu0_184[aria-hidden=true]:not(#\9) {
195
195
  visibility: hidden;
196
196
  }
197
- .awsui_visual-refresh-toggle_lm6vo_d9e10_184[aria-hidden=false]:not(#\9) {
197
+ .awsui_visual-refresh-toggle_lm6vo_1reu0_184[aria-hidden=false]:not(#\9) {
198
198
  visibility: visible;
199
199
  }
200
200
 
201
- .awsui_button-toggles-container_lm6vo_d9e10_201:not(#\9) {
201
+ .awsui_button-toggles-container_lm6vo_1reu0_201:not(#\9) {
202
202
  min-width: calc(var(--space-layout-toggle-diameter-hzvqtj, 40px) + 2 * var(--space-layout-toggle-padding-axl9jr, 20px));
203
203
  position: relative;
204
204
  z-index: 851;
205
205
  }
206
- .awsui_button-toggles-container-is-hidden_lm6vo_d9e10_206:not(#\9) {
206
+ .awsui_button-toggles-container-is-hidden_lm6vo_1reu0_206:not(#\9) {
207
207
  min-width: 0;
208
208
  }
209
- .awsui_button-toggles-container_lm6vo_d9e10_201.awsui_opaque-background_lm6vo_d9e10_150:not(#\9)::before {
209
+ .awsui_button-toggles-container_lm6vo_1reu0_201.awsui_opaque-background_lm6vo_1reu0_150:not(#\9)::before {
210
210
  content: "";
211
211
  position: absolute;
212
212
  top: 0;
@@ -217,95 +217,95 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
217
217
  border-left: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-panel-side-yjkfcr, #e9ebed);
218
218
  }
219
219
 
220
- .awsui_breadcrumbs-desktop_lm6vo_d9e10_220:not(#\9) {
220
+ .awsui_breadcrumbs-desktop_lm6vo_1reu0_220:not(#\9) {
221
221
  padding-top: var(--space-scaled-m-pv0fmt, 16px);
222
222
  padding-bottom: var(--space-scaled-s-cu1hzn, 12px);
223
223
  }
224
224
 
225
- .awsui_content-header-wrapper_lm6vo_d9e10_225:not(#\9) {
226
- padding-bottom: var(--space-scaled-m-pv0fmt, 16px);
225
+ .awsui_content-header-wrapper_lm6vo_1reu0_225:not(#\9) {
226
+ padding-bottom: var(--space-content-header-padding-bottom-nvqytg, 24px);
227
227
  }
228
228
 
229
- .awsui_content-wrapper_lm6vo_d9e10_229:not(#\9) {
229
+ .awsui_content-wrapper_lm6vo_1reu0_229:not(#\9) {
230
230
  padding-bottom: var(--space-layout-content-bottom-kg9l42, 40px);
231
231
  }
232
232
 
233
- .awsui_content-overlapped_lm6vo_d9e10_233:not(#\9) {
233
+ .awsui_content-overlapped_lm6vo_1reu0_233:not(#\9) {
234
234
  margin-top: calc(-1 * var(--space-dark-header-overlap-distance-hfejul, 36px));
235
235
  }
236
236
 
237
- .awsui_content-extra-top-padding_lm6vo_d9e10_237:not(#\9) {
237
+ .awsui_content-extra-top-padding_lm6vo_1reu0_237:not(#\9) {
238
238
  padding-top: var(--space-scaled-m-pv0fmt, 16px);
239
239
  }
240
240
 
241
241
  /* stylelint-disable-next-line selector-max-universal */
242
- .awsui_navigation-toggle_lm6vo_d9e10_242 > *:not(#\9) {
242
+ .awsui_navigation-toggle_lm6vo_1reu0_242 > *:not(#\9) {
243
243
  pointer-events: none;
244
244
  }
245
245
 
246
246
  /* stylelint-disable-next-line selector-max-universal */
247
- .awsui_tools-toggle_lm6vo_d9e10_247 > *:not(#\9) {
247
+ .awsui_tools-toggle_lm6vo_1reu0_247 > *:not(#\9) {
248
248
  pointer-events: none;
249
249
  }
250
250
 
251
- .awsui_navigation_lm6vo_d9e10_242:not(#\9) {
251
+ .awsui_navigation_lm6vo_1reu0_242:not(#\9) {
252
252
  /* used in test-utils */
253
253
  }
254
254
 
255
- .awsui_navigation-toggle_lm6vo_d9e10_242:not(#\9) {
255
+ .awsui_navigation-toggle_lm6vo_1reu0_242:not(#\9) {
256
256
  /* used in test-utils */
257
257
  }
258
258
 
259
- .awsui_navigation-close_lm6vo_d9e10_259:not(#\9) {
259
+ .awsui_navigation-close_lm6vo_1reu0_259:not(#\9) {
260
260
  /* used in test-utils */
261
261
  }
262
262
 
263
- .awsui_tools_lm6vo_d9e10_247:not(#\9) {
263
+ .awsui_tools_lm6vo_1reu0_247:not(#\9) {
264
264
  /* used in test-utils */
265
265
  }
266
266
 
267
- .awsui_tools-toggle_lm6vo_d9e10_247:not(#\9) {
267
+ .awsui_tools-toggle_lm6vo_1reu0_247:not(#\9) {
268
268
  /* used in test-utils */
269
269
  }
270
270
 
271
- .awsui_tools-close_lm6vo_d9e10_271:not(#\9) {
271
+ .awsui_tools-close_lm6vo_1reu0_271:not(#\9) {
272
272
  /* used in test-utils */
273
273
  }
274
274
 
275
- .awsui_notifications_lm6vo_d9e10_275:not(#\9) {
275
+ .awsui_notifications_lm6vo_1reu0_275:not(#\9) {
276
276
  /* used in test-utils */
277
277
  }
278
278
 
279
- .awsui_breadcrumbs_lm6vo_d9e10_220:not(#\9) {
279
+ .awsui_breadcrumbs_lm6vo_1reu0_220:not(#\9) {
280
280
  /* used in test-utils */
281
281
  }
282
282
 
283
- .awsui_content_lm6vo_d9e10_225:not(#\9) {
283
+ .awsui_content_lm6vo_1reu0_225:not(#\9) {
284
284
  /* used in test-utils */
285
285
  }
286
286
 
287
- .awsui_panel-wrapper-outer_lm6vo_d9e10_287:not(#\9),
288
- .awsui_panel-wrapper-inner_lm6vo_d9e10_288:not(#\9) {
287
+ .awsui_panel-wrapper-outer_lm6vo_1reu0_287:not(#\9),
288
+ .awsui_panel-wrapper-inner_lm6vo_1reu0_288:not(#\9) {
289
289
  z-index: 850;
290
290
  }
291
291
 
292
- .awsui_panel-wrapper-outer_lm6vo_d9e10_287:not(#\9) {
292
+ .awsui_panel-wrapper-outer_lm6vo_1reu0_287:not(#\9) {
293
293
  position: fixed;
294
294
  height: 100%;
295
295
  display: flex;
296
296
  }
297
- .awsui_panel-wrapper-outer_lm6vo_d9e10_287.awsui_mobile_lm6vo_d9e10_297:not(#\9) {
297
+ .awsui_panel-wrapper-outer_lm6vo_1reu0_287.awsui_mobile_lm6vo_1reu0_297:not(#\9) {
298
298
  left: 0;
299
299
  right: 0;
300
300
  z-index: -1;
301
301
  pointer-events: none;
302
302
  }
303
- .awsui_panel-wrapper-outer_lm6vo_d9e10_287.awsui_mobile_lm6vo_d9e10_297.awsui_open_lm6vo_d9e10_303:not(#\9) {
303
+ .awsui_panel-wrapper-outer_lm6vo_1reu0_287.awsui_mobile_lm6vo_1reu0_297.awsui_open_lm6vo_1reu0_303:not(#\9) {
304
304
  z-index: 1001;
305
305
  width: 100vw;
306
306
  pointer-events: auto;
307
307
  }
308
308
 
309
- .awsui_panel-wrapper-inner_lm6vo_d9e10_288:not(#\9) {
309
+ .awsui_panel-wrapper-inner_lm6vo_1reu0_288:not(#\9) {
310
310
  background: var(--color-background-layout-panel-content-808qum, #ffffff);
311
311
  }
@@ -2,42 +2,42 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_lm6vo_d9e10_97",
6
- "layout-wrapper": "awsui_layout-wrapper_lm6vo_d9e10_98",
7
- "root-no-scroll": "awsui_root-no-scroll_lm6vo_d9e10_104",
8
- "layout": "awsui_layout_lm6vo_d9e10_98",
9
- "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_d9e10_115",
10
- "layout-main": "awsui_layout-main_lm6vo_d9e10_119",
11
- "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_d9e10_125",
12
- "unfocusable": "awsui_unfocusable_lm6vo_d9e10_130",
13
- "drawer": "awsui_drawer_lm6vo_d9e10_134",
14
- "drawer-mobile": "awsui_drawer-mobile_lm6vo_d9e10_140",
15
- "drawer-closed": "awsui_drawer-closed_lm6vo_d9e10_143",
16
- "opaque-background": "awsui_opaque-background_lm6vo_d9e10_150",
17
- "drawer-content": "awsui_drawer-content_lm6vo_d9e10_154",
18
- "toggle": "awsui_toggle_lm6vo_d9e10_179",
19
- "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_d9e10_184",
20
- "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_d9e10_188",
21
- "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_d9e10_191",
22
- "button-toggles-container": "awsui_button-toggles-container_lm6vo_d9e10_201",
23
- "button-toggles-container-is-hidden": "awsui_button-toggles-container-is-hidden_lm6vo_d9e10_206",
24
- "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_d9e10_220",
25
- "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_d9e10_225",
26
- "content-wrapper": "awsui_content-wrapper_lm6vo_d9e10_229",
27
- "content-overlapped": "awsui_content-overlapped_lm6vo_d9e10_233",
28
- "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_d9e10_237",
29
- "navigation-toggle": "awsui_navigation-toggle_lm6vo_d9e10_242",
30
- "tools-toggle": "awsui_tools-toggle_lm6vo_d9e10_247",
31
- "navigation": "awsui_navigation_lm6vo_d9e10_242",
32
- "navigation-close": "awsui_navigation-close_lm6vo_d9e10_259",
33
- "tools": "awsui_tools_lm6vo_d9e10_247",
34
- "tools-close": "awsui_tools-close_lm6vo_d9e10_271",
35
- "notifications": "awsui_notifications_lm6vo_d9e10_275",
36
- "breadcrumbs": "awsui_breadcrumbs_lm6vo_d9e10_220",
37
- "content": "awsui_content_lm6vo_d9e10_225",
38
- "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_d9e10_287",
39
- "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_d9e10_288",
40
- "mobile": "awsui_mobile_lm6vo_d9e10_297",
41
- "open": "awsui_open_lm6vo_d9e10_303"
5
+ "root": "awsui_root_lm6vo_1reu0_97",
6
+ "layout-wrapper": "awsui_layout-wrapper_lm6vo_1reu0_98",
7
+ "root-no-scroll": "awsui_root-no-scroll_lm6vo_1reu0_104",
8
+ "layout": "awsui_layout_lm6vo_1reu0_98",
9
+ "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_1reu0_115",
10
+ "layout-main": "awsui_layout-main_lm6vo_1reu0_119",
11
+ "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_1reu0_125",
12
+ "unfocusable": "awsui_unfocusable_lm6vo_1reu0_130",
13
+ "drawer": "awsui_drawer_lm6vo_1reu0_134",
14
+ "drawer-mobile": "awsui_drawer-mobile_lm6vo_1reu0_140",
15
+ "drawer-closed": "awsui_drawer-closed_lm6vo_1reu0_143",
16
+ "opaque-background": "awsui_opaque-background_lm6vo_1reu0_150",
17
+ "drawer-content": "awsui_drawer-content_lm6vo_1reu0_154",
18
+ "toggle": "awsui_toggle_lm6vo_1reu0_179",
19
+ "visual-refresh-toggle": "awsui_visual-refresh-toggle_lm6vo_1reu0_184",
20
+ "visual-refresh-toggle-type-tools": "awsui_visual-refresh-toggle-type-tools_lm6vo_1reu0_188",
21
+ "visual-refresh-toggle-type-navigation": "awsui_visual-refresh-toggle-type-navigation_lm6vo_1reu0_191",
22
+ "button-toggles-container": "awsui_button-toggles-container_lm6vo_1reu0_201",
23
+ "button-toggles-container-is-hidden": "awsui_button-toggles-container-is-hidden_lm6vo_1reu0_206",
24
+ "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_1reu0_220",
25
+ "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_1reu0_225",
26
+ "content-wrapper": "awsui_content-wrapper_lm6vo_1reu0_229",
27
+ "content-overlapped": "awsui_content-overlapped_lm6vo_1reu0_233",
28
+ "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_1reu0_237",
29
+ "navigation-toggle": "awsui_navigation-toggle_lm6vo_1reu0_242",
30
+ "tools-toggle": "awsui_tools-toggle_lm6vo_1reu0_247",
31
+ "navigation": "awsui_navigation_lm6vo_1reu0_242",
32
+ "navigation-close": "awsui_navigation-close_lm6vo_1reu0_259",
33
+ "tools": "awsui_tools_lm6vo_1reu0_247",
34
+ "tools-close": "awsui_tools-close_lm6vo_1reu0_271",
35
+ "notifications": "awsui_notifications_lm6vo_1reu0_275",
36
+ "breadcrumbs": "awsui_breadcrumbs_lm6vo_1reu0_220",
37
+ "content": "awsui_content_lm6vo_1reu0_225",
38
+ "panel-wrapper-outer": "awsui_panel-wrapper-outer_lm6vo_1reu0_287",
39
+ "panel-wrapper-inner": "awsui_panel-wrapper-inner_lm6vo_1reu0_288",
40
+ "mobile": "awsui_mobile_lm6vo_1reu0_297",
41
+ "open": "awsui_open_lm6vo_1reu0_303"
42
42
  };
43
43
 
@@ -1,64 +1,64 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "appbar": "awsui_appbar_hyvsj_zgnc1_93",
5
- "appbar-nav": "awsui_appbar-nav_hyvsj_zgnc1_117",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_zgnc1_121",
7
- "appbar-tools": "awsui_appbar-tools_hyvsj_zgnc1_125",
8
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_zgnc1_160",
9
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_zgnc1_167",
10
- "has-header": "awsui_has-header_hyvsj_zgnc1_173",
11
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_zgnc1_173",
12
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_zgnc1_174",
13
- "content-type-cards": "awsui_content-type-cards_hyvsj_zgnc1_177",
14
- "content-type-table": "awsui_content-type-table_hyvsj_zgnc1_178",
15
- "background": "awsui_background_hyvsj_zgnc1_213",
16
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_zgnc1_216",
17
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_zgnc1_228",
18
- "overlap": "awsui_overlap_hyvsj_zgnc1_234",
19
- "content": "awsui_content_hyvsj_zgnc1_174",
20
- "layout": "awsui_layout_hyvsj_zgnc1_322",
21
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_zgnc1_404",
22
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_zgnc1_431",
23
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_zgnc1_434",
24
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_zgnc1_438",
25
- "has-split-panel": "awsui_has-split-panel_hyvsj_zgnc1_452",
26
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_zgnc1_452",
27
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_zgnc1_464",
28
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_zgnc1_467",
29
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_zgnc1_482",
30
- "container": "awsui_container_hyvsj_zgnc1_490",
31
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_zgnc1_507",
32
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_zgnc1_512",
33
- "is-tools-open": "awsui_is-tools-open_hyvsj_zgnc1_515",
34
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_zgnc1_515",
35
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_zgnc1_515",
36
- "content-type-default": "awsui_content-type-default_hyvsj_zgnc1_535",
37
- "content-type-form": "awsui_content-type-form_hyvsj_zgnc1_535",
38
- "unfocusable": "awsui_unfocusable_hyvsj_zgnc1_576",
39
- "navigation-container": "awsui_navigation-container_hyvsj_zgnc1_584",
40
- "show-navigation": "awsui_show-navigation_hyvsj_zgnc1_608",
41
- "animating": "awsui_animating_hyvsj_zgnc1_630",
42
- "showButtons": "awsui_showButtons_hyvsj_zgnc1_1",
43
- "navigation": "awsui_navigation_hyvsj_zgnc1_584",
44
- "openNavigation": "awsui_openNavigation_hyvsj_zgnc1_1",
45
- "animated-content": "awsui_animated-content_hyvsj_zgnc1_690",
46
- "hide-navigation": "awsui_hide-navigation_hyvsj_zgnc1_699",
47
- "notifications": "awsui_notifications_hyvsj_zgnc1_216",
48
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_zgnc1_766",
49
- "position-bottom": "awsui_position-bottom_hyvsj_zgnc1_801",
50
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_zgnc1_1",
51
- "split-panel-side": "awsui_split-panel-side_hyvsj_zgnc1_830",
52
- "position-side": "awsui_position-side_hyvsj_zgnc1_857",
53
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_zgnc1_1",
54
- "tools-container": "awsui_tools-container_hyvsj_zgnc1_894",
55
- "tools": "awsui_tools_hyvsj_zgnc1_894",
56
- "openTools": "awsui_openTools_hyvsj_zgnc1_1",
57
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_zgnc1_977",
58
- "hide-tools": "awsui_hide-tools_hyvsj_zgnc1_987",
59
- "show-tools": "awsui_show-tools_hyvsj_zgnc1_999",
60
- "has-tools-form": "awsui_has-tools-form_hyvsj_zgnc1_977",
61
- "trigger": "awsui_trigger_hyvsj_zgnc1_1056",
62
- "selected": "awsui_selected_hyvsj_zgnc1_1094"
4
+ "appbar": "awsui_appbar_hyvsj_10dcz_93",
5
+ "appbar-nav": "awsui_appbar-nav_hyvsj_10dcz_117",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_10dcz_121",
7
+ "appbar-tools": "awsui_appbar-tools_hyvsj_10dcz_125",
8
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_10dcz_160",
9
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_10dcz_167",
10
+ "has-header": "awsui_has-header_hyvsj_10dcz_173",
11
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_10dcz_173",
12
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_10dcz_174",
13
+ "content-type-cards": "awsui_content-type-cards_hyvsj_10dcz_177",
14
+ "content-type-table": "awsui_content-type-table_hyvsj_10dcz_178",
15
+ "background": "awsui_background_hyvsj_10dcz_213",
16
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_10dcz_216",
17
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_10dcz_228",
18
+ "overlap": "awsui_overlap_hyvsj_10dcz_234",
19
+ "content": "awsui_content_hyvsj_10dcz_174",
20
+ "layout": "awsui_layout_hyvsj_10dcz_322",
21
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_10dcz_404",
22
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_10dcz_431",
23
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_10dcz_434",
24
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_10dcz_438",
25
+ "has-split-panel": "awsui_has-split-panel_hyvsj_10dcz_452",
26
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_10dcz_452",
27
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_10dcz_464",
28
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_10dcz_467",
29
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_10dcz_482",
30
+ "container": "awsui_container_hyvsj_10dcz_490",
31
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_10dcz_507",
32
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_10dcz_512",
33
+ "is-tools-open": "awsui_is-tools-open_hyvsj_10dcz_515",
34
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_10dcz_515",
35
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_10dcz_515",
36
+ "content-type-default": "awsui_content-type-default_hyvsj_10dcz_535",
37
+ "content-type-form": "awsui_content-type-form_hyvsj_10dcz_535",
38
+ "unfocusable": "awsui_unfocusable_hyvsj_10dcz_576",
39
+ "navigation-container": "awsui_navigation-container_hyvsj_10dcz_584",
40
+ "show-navigation": "awsui_show-navigation_hyvsj_10dcz_608",
41
+ "animating": "awsui_animating_hyvsj_10dcz_630",
42
+ "showButtons": "awsui_showButtons_hyvsj_10dcz_1",
43
+ "navigation": "awsui_navigation_hyvsj_10dcz_584",
44
+ "openNavigation": "awsui_openNavigation_hyvsj_10dcz_1",
45
+ "animated-content": "awsui_animated-content_hyvsj_10dcz_690",
46
+ "hide-navigation": "awsui_hide-navigation_hyvsj_10dcz_699",
47
+ "notifications": "awsui_notifications_hyvsj_10dcz_216",
48
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_10dcz_766",
49
+ "position-bottom": "awsui_position-bottom_hyvsj_10dcz_801",
50
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_10dcz_1",
51
+ "split-panel-side": "awsui_split-panel-side_hyvsj_10dcz_830",
52
+ "position-side": "awsui_position-side_hyvsj_10dcz_857",
53
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_10dcz_1",
54
+ "tools-container": "awsui_tools-container_hyvsj_10dcz_894",
55
+ "tools": "awsui_tools_hyvsj_10dcz_894",
56
+ "openTools": "awsui_openTools_hyvsj_10dcz_1",
57
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_10dcz_977",
58
+ "hide-tools": "awsui_hide-tools_hyvsj_10dcz_987",
59
+ "show-tools": "awsui_show-tools_hyvsj_10dcz_999",
60
+ "has-tools-form": "awsui_has-tools-form_hyvsj_10dcz_977",
61
+ "trigger": "awsui_trigger_hyvsj_10dcz_1056",
62
+ "selected": "awsui_selected_hyvsj_10dcz_1094"
63
63
  };
64
64