@cloudscape-design/components-themeable 3.0.537 → 3.0.538

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 (211) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +23 -15
  3. package/lib/internal/scss/anchor-navigation/styles.scss +21 -12
  4. package/lib/internal/scss/annotation-context/annotation/arrow.scss +20 -15
  5. package/lib/internal/scss/annotation-context/annotation/styles.scss +9 -7
  6. package/lib/internal/scss/app-layout/constants.scss +2 -3
  7. package/lib/internal/scss/app-layout/content-wrapper/styles.scss +7 -7
  8. package/lib/internal/scss/app-layout/drawer/styles.scss +9 -10
  9. package/lib/internal/scss/app-layout/mobile-toolbar/styles.scss +10 -9
  10. package/lib/internal/scss/app-layout/notifications/styles.scss +1 -1
  11. package/lib/internal/scss/app-layout/split-panel/styles.scss +1 -1
  12. package/lib/internal/scss/app-layout/styles.scss +7 -7
  13. package/lib/internal/scss/app-layout/toggles/styles.scss +6 -4
  14. package/lib/internal/scss/app-layout/visual-refresh/background.scss +3 -3
  15. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +21 -20
  16. package/lib/internal/scss/app-layout/visual-refresh/layout.scss +2 -2
  17. package/lib/internal/scss/app-layout/visual-refresh/main.scss +4 -3
  18. package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +7 -6
  19. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +15 -14
  20. package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -1
  21. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +11 -12
  22. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +16 -16
  23. package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +22 -13
  24. package/lib/internal/scss/area-chart/styles.scss +3 -2
  25. package/lib/internal/scss/attribute-editor/styles.scss +6 -5
  26. package/lib/internal/scss/autosuggest/styles.scss +2 -2
  27. package/lib/internal/scss/badge/styles.scss +6 -2
  28. package/lib/internal/scss/box/base-styles.scss +4 -2
  29. package/lib/internal/scss/box/layout.scss +2 -0
  30. package/lib/internal/scss/box/text.scss +3 -3
  31. package/lib/internal/scss/breadcrumb-group/item/styles.scss +3 -2
  32. package/lib/internal/scss/breadcrumb-group/styles.scss +16 -9
  33. package/lib/internal/scss/button/styles.scss +2 -1
  34. package/lib/internal/scss/button-dropdown/category-elements/styles.scss +38 -27
  35. package/lib/internal/scss/button-dropdown/item-element/styles.scss +20 -15
  36. package/lib/internal/scss/button-dropdown/mobile-expandable-group/styles.scss +3 -3
  37. package/lib/internal/scss/button-dropdown/styles.scss +17 -14
  38. package/lib/internal/scss/calendar/styles.scss +36 -21
  39. package/lib/internal/scss/cards/styles.scss +57 -30
  40. package/lib/internal/scss/code-editor/ace-editor.scss +12 -12
  41. package/lib/internal/scss/code-editor/pane.scss +23 -21
  42. package/lib/internal/scss/code-editor/resizable-box/styles.scss +5 -5
  43. package/lib/internal/scss/code-editor/styles.scss +38 -30
  44. package/lib/internal/scss/collection-preferences/content-display/content-display-option.scss +18 -10
  45. package/lib/internal/scss/collection-preferences/content-display/styles.scss +5 -3
  46. package/lib/internal/scss/collection-preferences/styles.scss +1 -1
  47. package/lib/internal/scss/collection-preferences/visible-content.scss +11 -8
  48. package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +4 -5
  49. package/lib/internal/scss/column-layout/styles.scss +15 -9
  50. package/lib/internal/scss/container/shared.scss +1 -3
  51. package/lib/internal/scss/container/styles.scss +62 -50
  52. package/lib/internal/scss/content-layout/styles.scss +4 -4
  53. package/lib/internal/scss/date-picker/styles.scss +3 -3
  54. package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +29 -18
  55. package/lib/internal/scss/date-range-picker/relative-range/styles.scss +8 -8
  56. package/lib/internal/scss/date-range-picker/styles.scss +26 -21
  57. package/lib/internal/scss/drawer/styles.scss +13 -10
  58. package/lib/internal/scss/expandable-section/styles.scss +41 -36
  59. package/lib/internal/scss/file-upload/dropzone/styles.scss +6 -2
  60. package/lib/internal/scss/file-upload/file-option/styles.scss +7 -7
  61. package/lib/internal/scss/file-upload/styles.scss +1 -1
  62. package/lib/internal/scss/flashbar/collapsible.scss +25 -25
  63. package/lib/internal/scss/flashbar/styles.scss +29 -19
  64. package/lib/internal/scss/form/styles.scss +10 -10
  65. package/lib/internal/scss/form-field/styles.scss +5 -5
  66. package/lib/internal/template/alert/styles.css.js +25 -25
  67. package/lib/internal/template/alert/styles.scoped.css +61 -54
  68. package/lib/internal/template/alert/styles.selectors.js +25 -25
  69. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  70. package/lib/internal/template/anchor-navigation/styles.scoped.css +39 -30
  71. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  72. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  73. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +57 -49
  74. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  75. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  76. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +15 -15
  77. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  78. package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
  79. package/lib/internal/template/app-layout/drawer/styles.scoped.css +29 -30
  80. package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
  81. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  82. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +18 -17
  83. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  84. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  85. package/lib/internal/template/app-layout/notifications/styles.scoped.css +6 -6
  86. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  87. package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
  88. package/lib/internal/template/app-layout/split-panel/styles.scoped.css +3 -3
  89. package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
  90. package/lib/internal/template/app-layout/styles.css.js +16 -16
  91. package/lib/internal/template/app-layout/styles.scoped.css +26 -26
  92. package/lib/internal/template/app-layout/styles.selectors.js +16 -16
  93. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  94. package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -10
  95. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  96. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
  97. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +279 -261
  98. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
  99. package/lib/internal/template/area-chart/styles.css.js +6 -6
  100. package/lib/internal/template/area-chart/styles.scoped.css +12 -11
  101. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  102. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  103. package/lib/internal/template/attribute-editor/styles.scoped.css +30 -29
  104. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  105. package/lib/internal/template/autosuggest/styles.css.js +3 -3
  106. package/lib/internal/template/autosuggest/styles.scoped.css +5 -5
  107. package/lib/internal/template/autosuggest/styles.selectors.js +3 -3
  108. package/lib/internal/template/badge/styles.css.js +5 -5
  109. package/lib/internal/template/badge/styles.scoped.css +11 -7
  110. package/lib/internal/template/badge/styles.selectors.js +5 -5
  111. package/lib/internal/template/box/styles.css.js +190 -190
  112. package/lib/internal/template/box/styles.scoped.css +244 -240
  113. package/lib/internal/template/box/styles.selectors.js +190 -190
  114. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  115. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +20 -19
  116. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  117. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  118. package/lib/internal/template/breadcrumb-group/styles.scoped.css +28 -21
  119. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  120. package/lib/internal/template/button/styles.css.js +20 -20
  121. package/lib/internal/template/button/styles.scoped.css +155 -153
  122. package/lib/internal/template/button/styles.selectors.js +20 -20
  123. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  124. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +61 -50
  125. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  126. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  127. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -33
  128. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  129. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  130. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -8
  131. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  132. package/lib/internal/template/button-dropdown/styles.css.js +15 -15
  133. package/lib/internal/template/button-dropdown/styles.scoped.css +39 -36
  134. package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
  135. package/lib/internal/template/calendar/grid/index.js +1 -1
  136. package/lib/internal/template/calendar/grid/index.js.map +1 -1
  137. package/lib/internal/template/calendar/styles.css.js +18 -18
  138. package/lib/internal/template/calendar/styles.scoped.css +75 -59
  139. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  140. package/lib/internal/template/cards/styles.css.js +40 -40
  141. package/lib/internal/template/cards/styles.scoped.css +126 -99
  142. package/lib/internal/template/cards/styles.selectors.js +40 -40
  143. package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
  144. package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +13 -13
  145. package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
  146. package/lib/internal/template/code-editor/styles.css.js +32 -32
  147. package/lib/internal/template/code-editor/styles.scoped.css +258 -246
  148. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  149. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  150. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +40 -30
  151. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  152. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  153. package/lib/internal/template/collection-preferences/styles.scoped.css +79 -66
  154. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  155. package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
  156. package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -9
  157. package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  158. package/lib/internal/template/column-layout/styles.css.js +13 -13
  159. package/lib/internal/template/column-layout/styles.scoped.css +70 -64
  160. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  161. package/lib/internal/template/container/styles.css.js +30 -30
  162. package/lib/internal/template/container/styles.scoped.css +114 -106
  163. package/lib/internal/template/container/styles.selectors.js +30 -30
  164. package/lib/internal/template/content-layout/styles.css.js +7 -7
  165. package/lib/internal/template/content-layout/styles.scoped.css +15 -15
  166. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  167. package/lib/internal/template/date-picker/styles.css.js +7 -7
  168. package/lib/internal/template/date-picker/styles.scoped.css +12 -12
  169. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  170. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  171. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +71 -60
  172. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  173. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  174. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +21 -21
  175. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  176. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  177. package/lib/internal/template/date-range-picker/styles.scoped.css +72 -67
  178. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  179. package/lib/internal/template/drawer/styles.css.js +3 -3
  180. package/lib/internal/template/drawer/styles.scoped.css +21 -18
  181. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  182. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  183. package/lib/internal/template/expandable-section/styles.scoped.css +103 -98
  184. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  185. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  186. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -4
  187. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  188. package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
  189. package/lib/internal/template/file-upload/file-option/styles.scoped.css +15 -15
  190. package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
  191. package/lib/internal/template/file-upload/styles.css.js +2 -2
  192. package/lib/internal/template/file-upload/styles.scoped.css +4 -4
  193. package/lib/internal/template/file-upload/styles.selectors.js +2 -2
  194. package/lib/internal/template/flashbar/styles.css.js +47 -47
  195. package/lib/internal/template/flashbar/styles.scoped.css +220 -215
  196. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  197. package/lib/internal/template/form/styles.css.js +9 -9
  198. package/lib/internal/template/form/styles.scoped.css +18 -18
  199. package/lib/internal/template/form/styles.selectors.js +9 -9
  200. package/lib/internal/template/form-field/styles.css.js +19 -19
  201. package/lib/internal/template/form-field/styles.scoped.css +34 -34
  202. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  203. package/lib/internal/template/internal/environment.js +1 -1
  204. package/lib/internal/template/internal/environment.json +1 -1
  205. package/lib/internal/template/modal/styles.css.js +23 -23
  206. package/lib/internal/template/modal/styles.scoped.css +39 -39
  207. package/lib/internal/template/modal/styles.selectors.js +23 -23
  208. package/lib/internal/template/tiles/styles.css.js +29 -29
  209. package/lib/internal/template/tiles/styles.scoped.css +97 -91
  210. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  211. package/package.json +1 -1
@@ -6,23 +6,23 @@
6
6
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
7
  SPDX-License-Identifier: Apache-2.0
8
8
  */
9
- .awsui_notifications_1hmm4_jljy6_9:not(#\9),
10
- .awsui_notifications-sticky_1hmm4_jljy6_10:not(#\9) {
9
+ .awsui_notifications_1hmm4_1rec0_9:not(#\9),
10
+ .awsui_notifications-sticky_1hmm4_1rec0_10:not(#\9) {
11
11
  z-index: 850;
12
12
  }
13
13
 
14
- .awsui_notifications_1hmm4_jljy6_9:not(#\9) {
14
+ .awsui_notifications_1hmm4_1rec0_9:not(#\9) {
15
15
  /* This is necessary for the z-index to have effect */
16
16
  position: relative;
17
17
  }
18
18
 
19
- .awsui_notifications-sticky_1hmm4_jljy6_10:not(#\9) {
20
- top: 0;
19
+ .awsui_notifications-sticky_1hmm4_1rec0_10:not(#\9) {
20
+ inset-block-start: 0;
21
21
  position: sticky;
22
22
  --awsui-flashbar-sticky-bottom-margin-y98gph: var(--space-xxl-pd3205, 32px);
23
23
  }
24
24
 
25
- .awsui_no-content-paddings_1hmm4_jljy6_25:not(#\9) {
25
+ .awsui_no-content-paddings_1hmm4_1rec0_25:not(#\9) {
26
26
  /*
27
27
  When using the disableContentPaddings option, the Flashbar will use this custom property to add additional space
28
28
  when the notification bar is rendered, to prevent it from overlapping the content.
@@ -2,8 +2,8 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "notifications": "awsui_notifications_1hmm4_jljy6_9",
6
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_jljy6_10",
7
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_jljy6_25"
5
+ "notifications": "awsui_notifications_1hmm4_1rec0_9",
6
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1rec0_10",
7
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1rec0_25"
8
8
  };
9
9
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "drawer-displayed": "awsui_drawer-displayed_1lh3u_475ep_97",
5
- "drawer-content": "awsui_drawer-content_1lh3u_475ep_101"
4
+ "drawer-displayed": "awsui_drawer-displayed_1lh3u_ogmrn_97",
5
+ "drawer-content": "awsui_drawer-content_1lh3u_ogmrn_101"
6
6
  };
7
7
 
@@ -94,10 +94,10 @@ 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_drawer-displayed_1lh3u_475ep_97:not(#\9) {
98
- min-width: 40px;
97
+ .awsui_drawer-displayed_1lh3u_ogmrn_97:not(#\9) {
98
+ min-inline-size: 40px;
99
99
  }
100
100
 
101
- .awsui_drawer-content_1lh3u_475ep_101:not(#\9) {
101
+ .awsui_drawer-content_1lh3u_ogmrn_101:not(#\9) {
102
102
  position: fixed;
103
103
  }
@@ -2,7 +2,7 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "drawer-displayed": "awsui_drawer-displayed_1lh3u_475ep_97",
6
- "drawer-content": "awsui_drawer-content_1lh3u_475ep_101"
5
+ "drawer-displayed": "awsui_drawer-displayed_1lh3u_ogmrn_97",
6
+ "drawer-content": "awsui_drawer-content_1lh3u_ogmrn_101"
7
7
  };
8
8
 
@@ -1,21 +1,21 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "resize-active": "awsui_resize-active_lm6vo_1t0iq_98",
5
- "resize-side": "awsui_resize-side_lm6vo_1t0iq_104",
6
- "resize-bottom": "awsui_resize-bottom_lm6vo_1t0iq_107",
7
- "with-motion": "awsui_with-motion_lm6vo_1t0iq_112",
8
- "root": "awsui_root_lm6vo_1t0iq_127",
9
- "root-no-scroll": "awsui_root-no-scroll_lm6vo_1t0iq_134",
10
- "layout": "awsui_layout_lm6vo_1t0iq_139",
11
- "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_1t0iq_145",
12
- "layout-main": "awsui_layout-main_lm6vo_1t0iq_149",
13
- "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_1t0iq_155",
14
- "unfocusable": "awsui_unfocusable_lm6vo_1t0iq_160",
15
- "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_1t0iq_164",
16
- "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_1t0iq_169",
17
- "content-wrapper": "awsui_content-wrapper_lm6vo_1t0iq_173",
18
- "content-overlapped": "awsui_content-overlapped_lm6vo_1t0iq_177",
19
- "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_1t0iq_181"
4
+ "resize-active": "awsui_resize-active_lm6vo_gkpgz_98",
5
+ "resize-side": "awsui_resize-side_lm6vo_gkpgz_104",
6
+ "resize-bottom": "awsui_resize-bottom_lm6vo_gkpgz_107",
7
+ "with-motion": "awsui_with-motion_lm6vo_gkpgz_112",
8
+ "root": "awsui_root_lm6vo_gkpgz_127",
9
+ "root-no-scroll": "awsui_root-no-scroll_lm6vo_gkpgz_134",
10
+ "layout": "awsui_layout_lm6vo_gkpgz_139",
11
+ "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_gkpgz_145",
12
+ "layout-main": "awsui_layout-main_lm6vo_gkpgz_149",
13
+ "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_gkpgz_155",
14
+ "unfocusable": "awsui_unfocusable_lm6vo_gkpgz_160",
15
+ "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_gkpgz_164",
16
+ "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_gkpgz_169",
17
+ "content-wrapper": "awsui_content-wrapper_lm6vo_gkpgz_173",
18
+ "content-overlapped": "awsui_content-overlapped_lm6vo_gkpgz_177",
19
+ "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_gkpgz_181"
20
20
  };
21
21
 
@@ -95,90 +95,90 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
97
  /* stylelint-disable selector-combinator-disallowed-list, selector-max-type, selector-max-universal */
98
- .awsui_resize-active_lm6vo_1t0iq_98 *:not(#\9) {
98
+ .awsui_resize-active_lm6vo_gkpgz_98 *:not(#\9) {
99
99
  -webkit-user-select: none;
100
100
  user-select: none;
101
101
  }
102
- .awsui_resize-active_lm6vo_1t0iq_98 iframe:not(#\9) {
102
+ .awsui_resize-active_lm6vo_gkpgz_98 iframe:not(#\9) {
103
103
  pointer-events: none;
104
104
  }
105
- .awsui_resize-side_lm6vo_1t0iq_104 *:not(#\9) {
105
+ .awsui_resize-side_lm6vo_gkpgz_104 *:not(#\9) {
106
106
  cursor: ew-resize;
107
107
  }
108
- .awsui_resize-bottom_lm6vo_1t0iq_107 *:not(#\9) {
108
+ .awsui_resize-bottom_lm6vo_gkpgz_107 *:not(#\9) {
109
109
  cursor: ns-resize;
110
110
  }
111
111
 
112
112
  /* stylelint-enable selector-combinator-disallowed-list, selector-max-type, selector-max-universal */
113
- .awsui_with-motion_lm6vo_1t0iq_112:not(#\9) {
113
+ .awsui_with-motion_lm6vo_gkpgz_112:not(#\9) {
114
114
  transition: var(--motion-duration-refresh-only-fast-y7h37k, 115ms);
115
115
  transition-property: border-color, opacity, width;
116
116
  }
117
117
  @media (prefers-reduced-motion: reduce) {
118
- .awsui_with-motion_lm6vo_1t0iq_112:not(#\9) {
118
+ .awsui_with-motion_lm6vo_gkpgz_112:not(#\9) {
119
119
  animation: none;
120
120
  transition: none;
121
121
  }
122
122
  }
123
- .awsui-motion-disabled .awsui_with-motion_lm6vo_1t0iq_112:not(#\9), .awsui-mode-entering .awsui_with-motion_lm6vo_1t0iq_112:not(#\9) {
123
+ .awsui-motion-disabled .awsui_with-motion_lm6vo_gkpgz_112:not(#\9), .awsui-mode-entering .awsui_with-motion_lm6vo_gkpgz_112:not(#\9) {
124
124
  animation: none;
125
125
  transition: none;
126
126
  }
127
127
 
128
- .awsui_root_lm6vo_1t0iq_127:not(#\9) {
128
+ .awsui_root_lm6vo_gkpgz_127:not(#\9) {
129
129
  display: flex;
130
130
  flex-direction: column;
131
131
  position: relative;
132
132
  color: var(--color-text-body-default-ffdwgg, #16191f);
133
133
  }
134
134
 
135
- .awsui_root-no-scroll_lm6vo_1t0iq_134:not(#\9) {
135
+ .awsui_root-no-scroll_lm6vo_gkpgz_134:not(#\9) {
136
136
  position: relative;
137
137
  z-index: 1;
138
138
  }
139
139
 
140
- .awsui_layout_lm6vo_1t0iq_139:not(#\9) {
140
+ .awsui_layout_lm6vo_gkpgz_139:not(#\9) {
141
141
  flex: 1 1 auto;
142
142
  display: flex;
143
143
  align-items: stretch;
144
144
  background-color: var(--color-background-layout-main-td853a, #f2f3f3);
145
145
  }
146
- .awsui_layout-no-scroll_lm6vo_1t0iq_145:not(#\9) {
146
+ .awsui_layout-no-scroll_lm6vo_gkpgz_145:not(#\9) {
147
147
  overflow: hidden;
148
148
  }
149
149
 
150
- .awsui_layout-main_lm6vo_1t0iq_149:not(#\9) {
150
+ .awsui_layout-main_lm6vo_gkpgz_149:not(#\9) {
151
151
  flex: 1;
152
- min-width: 0;
152
+ min-inline-size: 0;
153
153
  background-color: var(--color-background-layout-main-td853a, #f2f3f3);
154
154
  position: relative;
155
155
  }
156
- .awsui_layout-main-scrollable_lm6vo_1t0iq_155:not(#\9) {
156
+ .awsui_layout-main-scrollable_lm6vo_gkpgz_155:not(#\9) {
157
157
  overflow: auto;
158
158
  }
159
159
 
160
160
  /* stylelint-disable-next-line selector-combinator-disallowed-list, selector-max-universal */
161
- .awsui_unfocusable_lm6vo_1t0iq_160 *:not(#\9) {
161
+ .awsui_unfocusable_lm6vo_gkpgz_160 *:not(#\9) {
162
162
  visibility: hidden;
163
163
  }
164
164
 
165
- .awsui_breadcrumbs-desktop_lm6vo_1t0iq_164:not(#\9) {
166
- padding-top: var(--space-scaled-m-er48cl, 16px);
167
- padding-bottom: var(--space-scaled-s-9q8n2q, 12px);
165
+ .awsui_breadcrumbs-desktop_lm6vo_gkpgz_164:not(#\9) {
166
+ padding-block-start: var(--space-scaled-m-er48cl, 16px);
167
+ padding-block-end: var(--space-scaled-s-9q8n2q, 12px);
168
168
  }
169
169
 
170
- .awsui_content-header-wrapper_lm6vo_1t0iq_169:not(#\9) {
171
- padding-bottom: var(--space-content-header-padding-bottom-d3iv03, 16px);
170
+ .awsui_content-header-wrapper_lm6vo_gkpgz_169:not(#\9) {
171
+ padding-block-end: var(--space-content-header-padding-bottom-d3iv03, 16px);
172
172
  }
173
173
 
174
- .awsui_content-wrapper_lm6vo_1t0iq_173:not(#\9) {
175
- padding-bottom: var(--space-layout-content-bottom-ve4osc, 20px);
174
+ .awsui_content-wrapper_lm6vo_gkpgz_173:not(#\9) {
175
+ padding-block-end: var(--space-layout-content-bottom-ve4osc, 20px);
176
176
  }
177
177
 
178
- .awsui_content-overlapped_lm6vo_1t0iq_177:not(#\9) {
179
- margin-top: calc(-1 * var(--space-dark-header-overlap-distance-f6oo6u, 0px));
178
+ .awsui_content-overlapped_lm6vo_gkpgz_177:not(#\9) {
179
+ margin-block-start: calc(-1 * var(--space-dark-header-overlap-distance-f6oo6u, 0px));
180
180
  }
181
181
 
182
- .awsui_content-extra-top-padding_lm6vo_1t0iq_181:not(#\9) {
183
- padding-top: var(--space-scaled-m-er48cl, 16px);
182
+ .awsui_content-extra-top-padding_lm6vo_gkpgz_181:not(#\9) {
183
+ padding-block-start: var(--space-scaled-m-er48cl, 16px);
184
184
  }
@@ -2,21 +2,21 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "resize-active": "awsui_resize-active_lm6vo_1t0iq_98",
6
- "resize-side": "awsui_resize-side_lm6vo_1t0iq_104",
7
- "resize-bottom": "awsui_resize-bottom_lm6vo_1t0iq_107",
8
- "with-motion": "awsui_with-motion_lm6vo_1t0iq_112",
9
- "root": "awsui_root_lm6vo_1t0iq_127",
10
- "root-no-scroll": "awsui_root-no-scroll_lm6vo_1t0iq_134",
11
- "layout": "awsui_layout_lm6vo_1t0iq_139",
12
- "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_1t0iq_145",
13
- "layout-main": "awsui_layout-main_lm6vo_1t0iq_149",
14
- "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_1t0iq_155",
15
- "unfocusable": "awsui_unfocusable_lm6vo_1t0iq_160",
16
- "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_1t0iq_164",
17
- "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_1t0iq_169",
18
- "content-wrapper": "awsui_content-wrapper_lm6vo_1t0iq_173",
19
- "content-overlapped": "awsui_content-overlapped_lm6vo_1t0iq_177",
20
- "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_1t0iq_181"
5
+ "resize-active": "awsui_resize-active_lm6vo_gkpgz_98",
6
+ "resize-side": "awsui_resize-side_lm6vo_gkpgz_104",
7
+ "resize-bottom": "awsui_resize-bottom_lm6vo_gkpgz_107",
8
+ "with-motion": "awsui_with-motion_lm6vo_gkpgz_112",
9
+ "root": "awsui_root_lm6vo_gkpgz_127",
10
+ "root-no-scroll": "awsui_root-no-scroll_lm6vo_gkpgz_134",
11
+ "layout": "awsui_layout_lm6vo_gkpgz_139",
12
+ "layout-no-scroll": "awsui_layout-no-scroll_lm6vo_gkpgz_145",
13
+ "layout-main": "awsui_layout-main_lm6vo_gkpgz_149",
14
+ "layout-main-scrollable": "awsui_layout-main-scrollable_lm6vo_gkpgz_155",
15
+ "unfocusable": "awsui_unfocusable_lm6vo_gkpgz_160",
16
+ "breadcrumbs-desktop": "awsui_breadcrumbs-desktop_lm6vo_gkpgz_164",
17
+ "content-header-wrapper": "awsui_content-header-wrapper_lm6vo_gkpgz_169",
18
+ "content-wrapper": "awsui_content-wrapper_lm6vo_gkpgz_173",
19
+ "content-overlapped": "awsui_content-overlapped_lm6vo_gkpgz_177",
20
+ "content-extra-top-padding": "awsui_content-extra-top-padding_lm6vo_gkpgz_181"
21
21
  };
22
22
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "toggle-button": "awsui_toggle-button_16w0h_1e2ek_93",
5
- "close-button": "awsui_close-button_16w0h_1e2ek_126"
4
+ "toggle-button": "awsui_toggle-button_16w0h_1ubi6_93",
5
+ "close-button": "awsui_close-button_16w0h_1ubi6_128"
6
6
  };
7
7
 
@@ -90,25 +90,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_toggle-button_16w0h_1e2ek_93:not(#\9) {
93
+ .awsui_toggle-button_16w0h_1ubi6_93:not(#\9) {
94
94
  cursor: pointer;
95
- border: 0;
96
- padding: calc(var(--space-scaled-xxs-t7ij38, 4px) + 1px) calc(var(--space-xxs-9rrxti, 4px) + 1px);
95
+ border-block: 0;
96
+ border-inline: 0;
97
+ padding-block: calc(var(--space-scaled-xxs-t7ij38, 4px) + 1px);
98
+ padding-inline: calc(var(--space-xxs-9rrxti, 4px) + 1px);
97
99
  background: transparent;
98
100
  color: currentColor;
99
101
  }
100
- .awsui_toggle-button_16w0h_1e2ek_93:not(#\9):focus {
102
+ .awsui_toggle-button_16w0h_1ubi6_93:not(#\9):focus {
101
103
  outline: none;
102
104
  text-decoration: none;
103
105
  }
104
- body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1e2ek_93:not(#\9):focus {
106
+ body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1ubi6_93:not(#\9):focus {
105
107
  position: relative;
106
108
  }
107
- body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1e2ek_93:not(#\9):focus {
109
+ body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1ubi6_93:not(#\9):focus {
108
110
  outline: 2px dotted transparent;
109
111
  outline-offset: calc(var(--space-button-inline-icon-focus-outline-gutter-td260a, 3px) - 1px);
110
112
  }
111
- body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1e2ek_93:not(#\9):focus::before {
113
+ body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1ubi6_93:not(#\9):focus::before {
112
114
  content: " ";
113
115
  display: block;
114
116
  position: absolute;
@@ -123,10 +125,10 @@ body[data-awsui-focus-visible=true] .awsui_toggle-button_16w0h_1e2ek_93:not(#\9)
123
125
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
124
126
  }
125
127
 
126
- .awsui_close-button_16w0h_1e2ek_126:not(#\9) {
128
+ .awsui_close-button_16w0h_1ubi6_128:not(#\9) {
127
129
  position: absolute;
128
130
  outline: none;
129
- right: var(--space-m-kpg8id, 16px);
130
- top: var(--size-vertical-panel-icon-offset-04nxf8, 15px);
131
+ inset-inline-end: var(--space-m-kpg8id, 16px);
132
+ inset-block-start: var(--size-vertical-panel-icon-offset-04nxf8, 15px);
131
133
  z-index: 1;
132
134
  }
@@ -2,7 +2,7 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "toggle-button": "awsui_toggle-button_16w0h_1e2ek_93",
6
- "close-button": "awsui_close-button_16w0h_1e2ek_126"
5
+ "toggle-button": "awsui_toggle-button_16w0h_1ubi6_93",
6
+ "close-button": "awsui_close-button_16w0h_1ubi6_128"
7
7
  };
8
8
 
@@ -1,86 +1,86 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_hw2pr_93",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_hw2pr_96",
6
- "sticky-background": "awsui_sticky-background_hyvsj_hw2pr_102",
7
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_hw2pr_110",
8
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_hw2pr_123",
9
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_hw2pr_133",
10
- "drawers-container": "awsui_drawers-container_hyvsj_hw2pr_145",
11
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_hw2pr_156",
12
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_hw2pr_179",
13
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_hw2pr_184",
14
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_hw2pr_225",
15
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_hw2pr_235",
16
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_hw2pr_239",
17
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_hw2pr_253",
18
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_hw2pr_239",
19
- "drawer": "awsui_drawer_hyvsj_hw2pr_145",
20
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_hw2pr_283",
21
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_hw2pr_292",
22
- "drawer-content": "awsui_drawer-content_hyvsj_hw2pr_283",
23
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_hw2pr_300",
24
- "drawer-slider": "awsui_drawer-slider_hyvsj_hw2pr_303",
25
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_hw2pr_310",
26
- "content": "awsui_content_hyvsj_hw2pr_336",
27
- "layout": "awsui_layout_hyvsj_hw2pr_357",
28
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_hw2pr_440",
29
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_hw2pr_455",
30
- "content-type-table": "awsui_content-type-table_hyvsj_hw2pr_469",
31
- "content-type-cards": "awsui_content-type-cards_hyvsj_hw2pr_469",
32
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_hw2pr_475",
33
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_hw2pr_478",
34
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_hw2pr_510",
35
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_hw2pr_513",
36
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_hw2pr_523",
37
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_hw2pr_526",
38
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_hw2pr_529",
39
- "has-header": "awsui_has-header_hyvsj_hw2pr_529",
40
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_hw2pr_550",
41
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_hw2pr_550",
42
- "has-split-panel": "awsui_has-split-panel_hyvsj_hw2pr_593",
43
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_hw2pr_593",
44
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_hw2pr_609",
45
- "unfocusable": "awsui_unfocusable_hyvsj_hw2pr_614",
46
- "container": "awsui_container_hyvsj_hw2pr_624",
47
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_hw2pr_649",
48
- "is-tools-open": "awsui_is-tools-open_hyvsj_hw2pr_652",
49
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_hw2pr_652",
50
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_hw2pr_652",
51
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_hw2pr_652",
52
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_hw2pr_661",
53
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_hw2pr_677",
54
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_hw2pr_681",
55
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_hw2pr_685",
56
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_hw2pr_689",
57
- "navigation-container": "awsui_navigation-container_hyvsj_hw2pr_698",
58
- "show-navigation": "awsui_show-navigation_hyvsj_hw2pr_742",
59
- "animating": "awsui_animating_hyvsj_hw2pr_764",
60
- "showButtons": "awsui_showButtons_hyvsj_hw2pr_1",
61
- "navigation": "awsui_navigation_hyvsj_hw2pr_698",
62
- "openNavigation": "awsui_openNavigation_hyvsj_hw2pr_1",
63
- "animated-content": "awsui_animated-content_hyvsj_hw2pr_826",
64
- "hide-navigation": "awsui_hide-navigation_hyvsj_hw2pr_835",
65
- "notifications": "awsui_notifications_hyvsj_hw2pr_845",
66
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_hw2pr_851",
67
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_hw2pr_868",
68
- "position-bottom": "awsui_position-bottom_hyvsj_hw2pr_915",
69
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_hw2pr_1",
70
- "split-panel-side": "awsui_split-panel-side_hyvsj_hw2pr_944",
71
- "position-side": "awsui_position-side_hyvsj_hw2pr_957",
72
- "tools-container": "awsui_tools-container_hyvsj_hw2pr_979",
73
- "tools": "awsui_tools_hyvsj_hw2pr_979",
74
- "openTools": "awsui_openTools_hyvsj_hw2pr_1",
75
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_hw2pr_1076",
76
- "hide-tools": "awsui_hide-tools_hyvsj_hw2pr_1086",
77
- "show-tools": "awsui_show-tools_hyvsj_hw2pr_1098",
78
- "has-tools-form": "awsui_has-tools-form_hyvsj_hw2pr_1076",
79
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_hw2pr_1182",
80
- "trigger": "awsui_trigger_hyvsj_hw2pr_1182",
81
- "selected": "awsui_selected_hyvsj_hw2pr_1248",
82
- "badge": "awsui_badge_hyvsj_hw2pr_1268",
83
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_hw2pr_1272",
84
- "dot": "awsui_dot_hyvsj_hw2pr_1280"
4
+ "background": "awsui_background_hyvsj_1rb73_93",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_1rb73_96",
6
+ "sticky-background": "awsui_sticky-background_hyvsj_1rb73_102",
7
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1rb73_110",
8
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1rb73_123",
9
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_1rb73_133",
10
+ "drawers-container": "awsui_drawers-container_hyvsj_1rb73_145",
11
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_1rb73_156",
12
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1rb73_179",
13
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1rb73_184",
14
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1rb73_225",
15
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1rb73_235",
16
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1rb73_239",
17
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1rb73_253",
18
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_1rb73_239",
19
+ "drawer": "awsui_drawer_hyvsj_1rb73_145",
20
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_1rb73_284",
21
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_1rb73_293",
22
+ "drawer-content": "awsui_drawer-content_hyvsj_1rb73_284",
23
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1rb73_301",
24
+ "drawer-slider": "awsui_drawer-slider_hyvsj_1rb73_304",
25
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_1rb73_311",
26
+ "content": "awsui_content_hyvsj_1rb73_337",
27
+ "layout": "awsui_layout_hyvsj_1rb73_358",
28
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1rb73_441",
29
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1rb73_456",
30
+ "content-type-table": "awsui_content-type-table_hyvsj_1rb73_470",
31
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1rb73_470",
32
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1rb73_476",
33
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1rb73_479",
34
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1rb73_511",
35
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1rb73_514",
36
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1rb73_524",
37
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1rb73_527",
38
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_1rb73_530",
39
+ "has-header": "awsui_has-header_hyvsj_1rb73_530",
40
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_1rb73_551",
41
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1rb73_551",
42
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1rb73_594",
43
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1rb73_594",
44
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1rb73_610",
45
+ "unfocusable": "awsui_unfocusable_hyvsj_1rb73_615",
46
+ "container": "awsui_container_hyvsj_1rb73_625",
47
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1rb73_651",
48
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1rb73_654",
49
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1rb73_654",
50
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1rb73_654",
51
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_1rb73_654",
52
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1rb73_663",
53
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1rb73_680",
54
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1rb73_684",
55
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1rb73_688",
56
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1rb73_692",
57
+ "navigation-container": "awsui_navigation-container_hyvsj_1rb73_701",
58
+ "show-navigation": "awsui_show-navigation_hyvsj_1rb73_745",
59
+ "animating": "awsui_animating_hyvsj_1rb73_768",
60
+ "showButtons": "awsui_showButtons_hyvsj_1rb73_1",
61
+ "navigation": "awsui_navigation_hyvsj_1rb73_701",
62
+ "openNavigation": "awsui_openNavigation_hyvsj_1rb73_1",
63
+ "animated-content": "awsui_animated-content_hyvsj_1rb73_830",
64
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1rb73_839",
65
+ "notifications": "awsui_notifications_hyvsj_1rb73_849",
66
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1rb73_855",
67
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1rb73_872",
68
+ "position-bottom": "awsui_position-bottom_hyvsj_1rb73_919",
69
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1rb73_1",
70
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1rb73_948",
71
+ "position-side": "awsui_position-side_hyvsj_1rb73_961",
72
+ "tools-container": "awsui_tools-container_hyvsj_1rb73_983",
73
+ "tools": "awsui_tools_hyvsj_1rb73_983",
74
+ "openTools": "awsui_openTools_hyvsj_1rb73_1",
75
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1rb73_1080",
76
+ "hide-tools": "awsui_hide-tools_hyvsj_1rb73_1090",
77
+ "show-tools": "awsui_show-tools_hyvsj_1rb73_1102",
78
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1rb73_1080",
79
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1rb73_1187",
80
+ "trigger": "awsui_trigger_hyvsj_1rb73_1187",
81
+ "selected": "awsui_selected_hyvsj_1rb73_1260",
82
+ "badge": "awsui_badge_hyvsj_1rb73_1280",
83
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1rb73_1284",
84
+ "dot": "awsui_dot_hyvsj_1rb73_1295"
85
85
  };
86
86