@cloudscape-design/components-themeable 3.0.510 → 3.0.512

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 (231) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/styles/utils/styles-reset.scss +24 -2
  3. package/lib/internal/template/alert/styles.css.js +25 -25
  4. package/lib/internal/template/alert/styles.scoped.css +45 -51
  5. package/lib/internal/template/alert/styles.selectors.js +25 -25
  6. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  7. package/lib/internal/template/anchor-navigation/styles.scoped.css +21 -24
  8. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -35
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +80 -80
  13. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +175 -181
  14. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +80 -80
  15. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  16. package/lib/internal/template/attribute-editor/styles.scoped.css +27 -30
  17. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  18. package/lib/internal/template/badge/styles.css.js +5 -5
  19. package/lib/internal/template/badge/styles.scoped.css +8 -11
  20. package/lib/internal/template/badge/styles.selectors.js +5 -5
  21. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  22. package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -24
  23. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  24. package/lib/internal/template/button/styles.css.js +20 -20
  25. package/lib/internal/template/button/styles.scoped.css +154 -157
  26. package/lib/internal/template/button/styles.selectors.js +20 -20
  27. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  28. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -11
  29. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  30. package/lib/internal/template/calendar/styles.css.js +18 -18
  31. package/lib/internal/template/calendar/styles.scoped.css +41 -44
  32. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  33. package/lib/internal/template/cards/styles.css.js +39 -39
  34. package/lib/internal/template/cards/styles.scoped.css +52 -55
  35. package/lib/internal/template/cards/styles.selectors.js +39 -39
  36. package/lib/internal/template/checkbox/styles.css.js +3 -3
  37. package/lib/internal/template/checkbox/styles.scoped.css +8 -11
  38. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  39. package/lib/internal/template/code-editor/styles.css.js +32 -32
  40. package/lib/internal/template/code-editor/styles.scoped.css +180 -183
  41. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  42. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  43. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +20 -23
  44. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  45. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  46. package/lib/internal/template/collection-preferences/styles.scoped.css +47 -50
  47. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  48. package/lib/internal/template/column-layout/styles.css.js +13 -13
  49. package/lib/internal/template/column-layout/styles.scoped.css +46 -49
  50. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  51. package/lib/internal/template/container/styles.css.js +29 -29
  52. package/lib/internal/template/container/styles.scoped.css +55 -58
  53. package/lib/internal/template/container/styles.selectors.js +29 -29
  54. package/lib/internal/template/date-picker/styles.css.js +7 -7
  55. package/lib/internal/template/date-picker/styles.scoped.css +12 -15
  56. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  57. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  58. package/lib/internal/template/date-range-picker/styles.scoped.css +49 -52
  59. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  60. package/lib/internal/template/drawer/styles.css.js +3 -3
  61. package/lib/internal/template/drawer/styles.scoped.css +11 -14
  62. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  63. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  64. package/lib/internal/template/expandable-section/styles.scoped.css +65 -68
  65. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  66. package/lib/internal/template/flashbar/styles.css.js +47 -47
  67. package/lib/internal/template/flashbar/styles.scoped.css +149 -152
  68. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  69. package/lib/internal/template/form/styles.css.js +9 -9
  70. package/lib/internal/template/form/styles.scoped.css +11 -14
  71. package/lib/internal/template/form/styles.selectors.js +9 -9
  72. package/lib/internal/template/form-field/styles.css.js +19 -19
  73. package/lib/internal/template/form-field/styles.scoped.css +32 -35
  74. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  75. package/lib/internal/template/grid/styles.css.js +53 -53
  76. package/lib/internal/template/grid/styles.scoped.css +57 -60
  77. package/lib/internal/template/grid/styles.selectors.js +53 -53
  78. package/lib/internal/template/header/styles.css.js +34 -34
  79. package/lib/internal/template/header/styles.scoped.css +53 -56
  80. package/lib/internal/template/header/styles.selectors.js +34 -34
  81. package/lib/internal/template/help-panel/styles.css.js +4 -4
  82. package/lib/internal/template/help-panel/styles.scoped.css +66 -69
  83. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  84. package/lib/internal/template/input/styles.css.js +12 -12
  85. package/lib/internal/template/input/styles.scoped.css +33 -36
  86. package/lib/internal/template/input/styles.selectors.js +12 -12
  87. package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
  88. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +27 -30
  89. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
  90. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  91. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +6 -9
  92. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  93. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  94. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +18 -21
  95. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  96. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  97. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +6 -9
  98. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  99. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
  100. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +42 -51
  101. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
  102. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  103. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +10 -13
  104. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  105. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  106. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +12 -15
  107. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  108. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  109. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -41
  110. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  111. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  112. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +6 -9
  113. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  114. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  115. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +5 -8
  116. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  117. package/lib/internal/template/internal/components/focus-lock/utils.d.ts +1 -0
  118. package/lib/internal/template/internal/components/focus-lock/utils.d.ts.map +1 -1
  119. package/lib/internal/template/internal/components/focus-lock/utils.js +4 -3
  120. package/lib/internal/template/internal/components/focus-lock/utils.js.map +1 -1
  121. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  122. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +16 -19
  123. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  124. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  125. package/lib/internal/template/internal/components/option/styles.scoped.css +32 -35
  126. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  127. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  128. package/lib/internal/template/internal/components/options-list/styles.scoped.css +5 -8
  129. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  130. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  131. package/lib/internal/template/internal/components/token-list/styles.scoped.css +23 -26
  132. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  133. package/lib/internal/template/internal/context/single-tab-stop-navigation-context.d.ts +9 -4
  134. package/lib/internal/template/internal/context/single-tab-stop-navigation-context.d.ts.map +1 -1
  135. package/lib/internal/template/internal/context/single-tab-stop-navigation-context.js +15 -5
  136. package/lib/internal/template/internal/context/single-tab-stop-navigation-context.js.map +1 -1
  137. package/lib/internal/template/internal/environment.js +1 -1
  138. package/lib/internal/template/internal/environment.json +1 -1
  139. package/lib/internal/template/internal/utils/scrollable-containers.d.ts +2 -1
  140. package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
  141. package/lib/internal/template/internal/utils/scrollable-containers.js +11 -2
  142. package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
  143. package/lib/internal/template/link/styles.css.js +20 -20
  144. package/lib/internal/template/link/styles.scoped.css +74 -77
  145. package/lib/internal/template/link/styles.selectors.js +20 -20
  146. package/lib/internal/template/modal/styles.css.js +23 -23
  147. package/lib/internal/template/modal/styles.scoped.css +44 -50
  148. package/lib/internal/template/modal/styles.selectors.js +23 -23
  149. package/lib/internal/template/multiselect/styles.css.js +2 -2
  150. package/lib/internal/template/multiselect/styles.scoped.css +5 -8
  151. package/lib/internal/template/multiselect/styles.selectors.js +2 -2
  152. package/lib/internal/template/pagination/styles.css.js +9 -9
  153. package/lib/internal/template/pagination/styles.scoped.css +26 -29
  154. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  155. package/lib/internal/template/popover/styles.css.js +50 -50
  156. package/lib/internal/template/popover/styles.scoped.css +72 -81
  157. package/lib/internal/template/popover/styles.selectors.js +50 -50
  158. package/lib/internal/template/popover/use-popover-position.d.ts.map +1 -1
  159. package/lib/internal/template/popover/use-popover-position.js +4 -2
  160. package/lib/internal/template/popover/use-popover-position.js.map +1 -1
  161. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  162. package/lib/internal/template/progress-bar/styles.scoped.css +35 -38
  163. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  164. package/lib/internal/template/property-filter/styles.css.js +31 -31
  165. package/lib/internal/template/property-filter/styles.scoped.css +36 -39
  166. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  167. package/lib/internal/template/radio-group/styles.css.js +9 -9
  168. package/lib/internal/template/radio-group/styles.scoped.css +18 -21
  169. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  170. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  171. package/lib/internal/template/segmented-control/styles.scoped.css +36 -39
  172. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  173. package/lib/internal/template/select/styles.css.js +1 -1
  174. package/lib/internal/template/select/styles.scoped.css +4 -7
  175. package/lib/internal/template/select/styles.selectors.js +1 -1
  176. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  177. package/lib/internal/template/side-navigation/styles.scoped.css +41 -44
  178. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  179. package/lib/internal/template/split-panel/styles.css.js +55 -55
  180. package/lib/internal/template/split-panel/styles.scoped.css +78 -81
  181. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  182. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  183. package/lib/internal/template/table/resizer/styles.scoped.css +17 -20
  184. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  185. package/lib/internal/template/table/table-role/grid-navigation.d.ts.map +1 -1
  186. package/lib/internal/template/table/table-role/grid-navigation.js +73 -41
  187. package/lib/internal/template/table/table-role/grid-navigation.js.map +1 -1
  188. package/lib/internal/template/table/table-role/utils.d.ts +1 -16
  189. package/lib/internal/template/table/table-role/utils.d.ts.map +1 -1
  190. package/lib/internal/template/table/table-role/utils.js +0 -53
  191. package/lib/internal/template/table/table-role/utils.js.map +1 -1
  192. package/lib/internal/template/tabs/styles.css.js +21 -21
  193. package/lib/internal/template/tabs/styles.scoped.css +42 -45
  194. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  195. package/lib/internal/template/text-content/styles.css.js +1 -1
  196. package/lib/internal/template/text-content/styles.scoped.css +63 -66
  197. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  198. package/lib/internal/template/text-filter/styles.css.js +3 -3
  199. package/lib/internal/template/text-filter/styles.scoped.css +6 -9
  200. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  201. package/lib/internal/template/textarea/styles.css.js +4 -4
  202. package/lib/internal/template/textarea/styles.scoped.css +15 -18
  203. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  204. package/lib/internal/template/tiles/styles.css.js +29 -29
  205. package/lib/internal/template/tiles/styles.scoped.css +76 -82
  206. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  207. package/lib/internal/template/toggle/styles.css.js +8 -8
  208. package/lib/internal/template/toggle/styles.scoped.css +16 -19
  209. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  210. package/lib/internal/template/token-group/styles.css.js +8 -8
  211. package/lib/internal/template/token-group/styles.scoped.css +19 -22
  212. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  213. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  214. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +45 -48
  215. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  216. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  217. package/lib/internal/template/top-navigation/styles.scoped.css +75 -84
  218. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  219. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  220. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +24 -27
  221. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  222. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  223. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +36 -45
  224. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  225. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  226. package/lib/internal/template/tutorial-panel/styles.scoped.css +4 -7
  227. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  228. package/lib/internal/template/wizard/styles.css.js +31 -31
  229. package/lib/internal/template/wizard/styles.scoped.css +65 -68
  230. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  231. package/package.json +1 -1
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_1sn4e_93",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_1sn4e_97",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_1sn4e_97",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1sn4e_128",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1sn4e_128",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1sn4e_131",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1sn4e_131",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1sn4e_134",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1sn4e_134",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1sn4e_137",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1sn4e_137",
15
- "annotation": "awsui_annotation_1hpp3_1sn4e_145",
16
- "next-button": "awsui_next-button_1hpp3_1sn4e_146",
17
- "previous-button": "awsui_previous-button_1hpp3_1sn4e_147",
18
- "finish-button": "awsui_finish-button_1hpp3_1sn4e_148",
19
- "header": "awsui_header_1hpp3_1sn4e_149",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_1sn4e_150",
21
- "content": "awsui_content_1hpp3_1sn4e_151",
22
- "description": "awsui_description_1hpp3_1sn4e_155",
23
- "actionBar": "awsui_actionBar_1hpp3_1sn4e_160",
24
- "stepCounter": "awsui_stepCounter_1hpp3_1sn4e_167",
25
- "divider": "awsui_divider_1hpp3_1sn4e_171",
26
- "hotspot": "awsui_hotspot_1hpp3_1sn4e_175",
27
- "icon": "awsui_icon_1hpp3_1sn4e_215"
4
+ "arrow": "awsui_arrow_1hpp3_v2uaa_93",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_v2uaa_97",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_v2uaa_97",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_v2uaa_128",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_v2uaa_128",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_v2uaa_131",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_v2uaa_131",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_v2uaa_134",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_v2uaa_134",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_v2uaa_137",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_v2uaa_137",
15
+ "annotation": "awsui_annotation_1hpp3_v2uaa_145",
16
+ "next-button": "awsui_next-button_1hpp3_v2uaa_146",
17
+ "previous-button": "awsui_previous-button_1hpp3_v2uaa_147",
18
+ "finish-button": "awsui_finish-button_1hpp3_v2uaa_148",
19
+ "header": "awsui_header_1hpp3_v2uaa_149",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_v2uaa_150",
21
+ "content": "awsui_content_1hpp3_v2uaa_151",
22
+ "description": "awsui_description_1hpp3_v2uaa_155",
23
+ "actionBar": "awsui_actionBar_1hpp3_v2uaa_160",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_v2uaa_167",
25
+ "divider": "awsui_divider_1hpp3_v2uaa_171",
26
+ "hotspot": "awsui_hotspot_1hpp3_v2uaa_175",
27
+ "icon": "awsui_icon_1hpp3_v2uaa_237"
28
28
  };
29
29
 
@@ -90,11 +90,11 @@ 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_arrow_1hpp3_1sn4e_93:not(#\9) {
93
+ .awsui_arrow_1hpp3_v2uaa_93:not(#\9) {
94
94
  width: 20px;
95
95
  height: 10px;
96
96
  }
97
- .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9), .awsui_arrow-inner_1hpp3_1sn4e_97:not(#\9) {
97
+ .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9), .awsui_arrow-inner_1hpp3_v2uaa_97:not(#\9) {
98
98
  position: absolute;
99
99
  overflow: hidden;
100
100
  width: 20px;
@@ -102,7 +102,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
102
102
  top: 0;
103
103
  left: 0;
104
104
  }
105
- .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1sn4e_97:not(#\9)::after {
105
+ .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_v2uaa_97:not(#\9)::after {
106
106
  content: "";
107
107
  box-sizing: border-box;
108
108
  display: inline-block;
@@ -115,26 +115,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
115
115
  transform: rotate(45deg);
116
116
  transform-origin: 0 100%;
117
117
  }
118
- .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after {
118
+ .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after {
119
119
  background-color: var(--color-border-status-info-q9np44, #0073bb);
120
120
  }
121
- .awsui_arrow-inner_1hpp3_1sn4e_97:not(#\9) {
121
+ .awsui_arrow-inner_1hpp3_v2uaa_97:not(#\9) {
122
122
  top: 2px;
123
123
  }
124
- .awsui_arrow-inner_1hpp3_1sn4e_97:not(#\9)::after {
124
+ .awsui_arrow-inner_1hpp3_v2uaa_97:not(#\9)::after {
125
125
  border-radius: 1px 0 0 0;
126
126
  background-color: var(--color-background-status-info-pgxhez, #f1faff);
127
127
  }
128
- .awsui_arrow-position-right-top_1hpp3_1sn4e_128 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1sn4e_128 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after {
128
+ .awsui_arrow-position-right-top_1hpp3_v2uaa_128 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_v2uaa_128 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after {
129
129
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
130
130
  }
131
- .awsui_arrow-position-left-top_1hpp3_1sn4e_131 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1sn4e_131 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after {
131
+ .awsui_arrow-position-left-top_1hpp3_v2uaa_131 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_v2uaa_131 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after {
132
132
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
133
133
  }
134
- .awsui_arrow-position-top-center_1hpp3_1sn4e_134 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1sn4e_134 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after {
134
+ .awsui_arrow-position-top-center_1hpp3_v2uaa_134 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_v2uaa_134 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after {
135
135
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
136
136
  }
137
- .awsui_arrow-position-bottom-center_1hpp3_1sn4e_137 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1sn4e_137 > .awsui_arrow-outer_1hpp3_1sn4e_97:not(#\9)::after {
137
+ .awsui_arrow-position-bottom-center_1hpp3_v2uaa_137 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_v2uaa_137 > .awsui_arrow-outer_1hpp3_v2uaa_97:not(#\9)::after {
138
138
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
139
139
  }
140
140
 
@@ -142,49 +142,49 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
142
142
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
143
143
  SPDX-License-Identifier: Apache-2.0
144
144
  */
145
- .awsui_annotation_1hpp3_1sn4e_145:not(#\9),
146
- .awsui_next-button_1hpp3_1sn4e_146:not(#\9),
147
- .awsui_previous-button_1hpp3_1sn4e_147:not(#\9),
148
- .awsui_finish-button_1hpp3_1sn4e_148:not(#\9),
149
- .awsui_header_1hpp3_1sn4e_149:not(#\9),
150
- .awsui_step-counter-content_1hpp3_1sn4e_150:not(#\9),
151
- .awsui_content_1hpp3_1sn4e_151:not(#\9) {
145
+ .awsui_annotation_1hpp3_v2uaa_145:not(#\9),
146
+ .awsui_next-button_1hpp3_v2uaa_146:not(#\9),
147
+ .awsui_previous-button_1hpp3_v2uaa_147:not(#\9),
148
+ .awsui_finish-button_1hpp3_v2uaa_148:not(#\9),
149
+ .awsui_header_1hpp3_v2uaa_149:not(#\9),
150
+ .awsui_step-counter-content_1hpp3_v2uaa_150:not(#\9),
151
+ .awsui_content_1hpp3_v2uaa_151:not(#\9) {
152
152
  /* used in test-utils */
153
153
  }
154
154
 
155
- .awsui_description_1hpp3_1sn4e_155:not(#\9) {
155
+ .awsui_description_1hpp3_v2uaa_155:not(#\9) {
156
156
  overflow: hidden;
157
157
  margin-top: var(--space-xxs-9rrxti, 4px);
158
158
  }
159
159
 
160
- .awsui_actionBar_1hpp3_1sn4e_160:not(#\9) {
160
+ .awsui_actionBar_1hpp3_v2uaa_160:not(#\9) {
161
161
  display: flex;
162
162
  justify-content: space-between;
163
163
  align-items: center;
164
164
  position: relative;
165
165
  }
166
166
 
167
- .awsui_stepCounter_1hpp3_1sn4e_167:not(#\9) {
167
+ .awsui_stepCounter_1hpp3_v2uaa_167:not(#\9) {
168
168
  margin-right: 20px;
169
169
  }
170
170
 
171
- .awsui_divider_1hpp3_1sn4e_171:not(#\9) {
171
+ .awsui_divider_1hpp3_v2uaa_171:not(#\9) {
172
172
  border-bottom: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
173
173
  }
174
174
 
175
- .awsui_hotspot_1hpp3_1sn4e_175:not(#\9) {
176
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
175
+ .awsui_hotspot_1hpp3_v2uaa_175:not(#\9) {
177
176
  border-collapse: separate;
178
177
  border-spacing: 0;
178
+ box-sizing: border-box;
179
179
  caption-side: top;
180
180
  cursor: auto;
181
- direction: ltr;
181
+ direction: inherit;
182
182
  empty-cells: show;
183
183
  font-family: serif;
184
184
  font-size: medium;
185
185
  font-style: normal;
186
186
  font-variant: normal;
187
- font-weight: normal;
187
+ font-weight: 400;
188
188
  font-stretch: normal;
189
189
  line-height: normal;
190
190
  -webkit-hyphens: none;
@@ -193,15 +193,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
193
193
  list-style: disc outside none;
194
194
  tab-size: 8;
195
195
  text-align: left;
196
- text-align-last: auto;
197
196
  text-indent: 0;
198
197
  text-shadow: none;
199
198
  text-transform: none;
200
199
  visibility: visible;
201
200
  white-space: normal;
202
- widows: 2;
203
201
  word-spacing: normal;
204
- box-sizing: border-box;
205
202
  font-size: var(--font-size-body-m-pa3mqb, 14px);
206
203
  line-height: var(--line-height-body-m-2zx78l, 22px);
207
204
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -217,17 +214,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
217
214
  width: 16px;
218
215
  height: 16px;
219
216
  }
220
- .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):focus {
217
+ .awsui_hotspot_1hpp3_v2uaa_175:not(#\9):focus {
221
218
  outline: none;
222
219
  }
223
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):focus {
220
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v2uaa_175:not(#\9):focus {
224
221
  position: relative;
225
222
  }
226
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):focus {
223
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v2uaa_175:not(#\9):focus {
227
224
  outline: 2px dotted transparent;
228
225
  outline-offset: calc(2px - 1px);
229
226
  }
230
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):focus::before {
227
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v2uaa_175:not(#\9):focus::before {
231
228
  content: " ";
232
229
  display: block;
233
230
  position: absolute;
@@ -238,13 +235,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):focu
238
235
  border-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
239
236
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
240
237
  }
241
- .awsui_hotspot_1hpp3_1sn4e_175 > .awsui_icon_1hpp3_1sn4e_215:not(#\9) {
238
+ .awsui_hotspot_1hpp3_v2uaa_175 > .awsui_icon_1hpp3_v2uaa_237:not(#\9) {
242
239
  position: relative;
243
240
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
244
241
  }
245
- .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):hover > .awsui_icon_1hpp3_1sn4e_215 {
242
+ .awsui_hotspot_1hpp3_v2uaa_175:not(#\9):hover > .awsui_icon_1hpp3_v2uaa_237 {
246
243
  stroke: var(--color-text-link-hover-8s5z9d, #0a4a74);
247
244
  }
248
- .awsui_hotspot_1hpp3_1sn4e_175:not(#\9):active > .awsui_icon_1hpp3_1sn4e_215 {
245
+ .awsui_hotspot_1hpp3_v2uaa_175:not(#\9):active > .awsui_icon_1hpp3_v2uaa_237 {
249
246
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
250
247
  }
@@ -2,29 +2,29 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_1hpp3_1sn4e_93",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_1sn4e_97",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_1sn4e_97",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1sn4e_128",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1sn4e_128",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1sn4e_131",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1sn4e_131",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1sn4e_134",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1sn4e_134",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1sn4e_137",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1sn4e_137",
16
- "annotation": "awsui_annotation_1hpp3_1sn4e_145",
17
- "next-button": "awsui_next-button_1hpp3_1sn4e_146",
18
- "previous-button": "awsui_previous-button_1hpp3_1sn4e_147",
19
- "finish-button": "awsui_finish-button_1hpp3_1sn4e_148",
20
- "header": "awsui_header_1hpp3_1sn4e_149",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_1sn4e_150",
22
- "content": "awsui_content_1hpp3_1sn4e_151",
23
- "description": "awsui_description_1hpp3_1sn4e_155",
24
- "actionBar": "awsui_actionBar_1hpp3_1sn4e_160",
25
- "stepCounter": "awsui_stepCounter_1hpp3_1sn4e_167",
26
- "divider": "awsui_divider_1hpp3_1sn4e_171",
27
- "hotspot": "awsui_hotspot_1hpp3_1sn4e_175",
28
- "icon": "awsui_icon_1hpp3_1sn4e_215"
5
+ "arrow": "awsui_arrow_1hpp3_v2uaa_93",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_v2uaa_97",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_v2uaa_97",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_v2uaa_128",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_v2uaa_128",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_v2uaa_131",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_v2uaa_131",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_v2uaa_134",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_v2uaa_134",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_v2uaa_137",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_v2uaa_137",
16
+ "annotation": "awsui_annotation_1hpp3_v2uaa_145",
17
+ "next-button": "awsui_next-button_1hpp3_v2uaa_146",
18
+ "previous-button": "awsui_previous-button_1hpp3_v2uaa_147",
19
+ "finish-button": "awsui_finish-button_1hpp3_v2uaa_148",
20
+ "header": "awsui_header_1hpp3_v2uaa_149",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_v2uaa_150",
22
+ "content": "awsui_content_1hpp3_v2uaa_151",
23
+ "description": "awsui_description_1hpp3_v2uaa_155",
24
+ "actionBar": "awsui_actionBar_1hpp3_v2uaa_160",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_v2uaa_167",
26
+ "divider": "awsui_divider_1hpp3_v2uaa_171",
27
+ "hotspot": "awsui_hotspot_1hpp3_v2uaa_175",
28
+ "icon": "awsui_icon_1hpp3_v2uaa_237"
29
29
  };
30
30
 
@@ -1,85 +1,85 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_1y1de_93",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_1y1de_96",
6
- "sticky-background": "awsui_sticky-background_hyvsj_1y1de_102",
7
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1y1de_110",
8
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_1y1de_123",
9
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_1y1de_133",
10
- "drawers-container": "awsui_drawers-container_hyvsj_1y1de_145",
11
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_1y1de_156",
12
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1y1de_179",
13
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1y1de_184",
14
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1y1de_203",
15
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1y1de_213",
16
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1y1de_217",
17
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1y1de_231",
18
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_1y1de_217",
19
- "drawer": "awsui_drawer_hyvsj_1y1de_145",
20
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_1y1de_261",
21
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_1y1de_270",
22
- "drawer-content": "awsui_drawer-content_hyvsj_1y1de_261",
23
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1y1de_278",
24
- "drawer-slider": "awsui_drawer-slider_hyvsj_1y1de_281",
25
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_1y1de_288",
26
- "content": "awsui_content_hyvsj_1y1de_314",
27
- "layout": "awsui_layout_hyvsj_1y1de_335",
28
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_1y1de_418",
29
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1y1de_433",
30
- "content-type-table": "awsui_content-type-table_hyvsj_1y1de_447",
31
- "content-type-cards": "awsui_content-type-cards_hyvsj_1y1de_447",
32
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1y1de_453",
33
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1y1de_456",
34
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1y1de_488",
35
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1y1de_491",
36
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1y1de_501",
37
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1y1de_504",
38
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_1y1de_507",
39
- "has-header": "awsui_has-header_hyvsj_1y1de_507",
40
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_1y1de_528",
41
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1y1de_528",
42
- "has-split-panel": "awsui_has-split-panel_hyvsj_1y1de_571",
43
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1y1de_571",
44
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_1y1de_587",
45
- "unfocusable": "awsui_unfocusable_hyvsj_1y1de_592",
46
- "container": "awsui_container_hyvsj_1y1de_602",
47
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_1y1de_627",
48
- "is-tools-open": "awsui_is-tools-open_hyvsj_1y1de_630",
49
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1y1de_630",
50
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1y1de_630",
51
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_1y1de_630",
52
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1y1de_639",
53
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1y1de_655",
54
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1y1de_659",
55
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1y1de_663",
56
- "navigation-container": "awsui_navigation-container_hyvsj_1y1de_672",
57
- "show-navigation": "awsui_show-navigation_hyvsj_1y1de_716",
58
- "animating": "awsui_animating_hyvsj_1y1de_738",
59
- "showButtons": "awsui_showButtons_hyvsj_1y1de_1",
60
- "navigation": "awsui_navigation_hyvsj_1y1de_672",
61
- "openNavigation": "awsui_openNavigation_hyvsj_1y1de_1",
62
- "animated-content": "awsui_animated-content_hyvsj_1y1de_800",
63
- "hide-navigation": "awsui_hide-navigation_hyvsj_1y1de_809",
64
- "notifications": "awsui_notifications_hyvsj_1y1de_819",
65
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_1y1de_825",
66
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1y1de_842",
67
- "position-bottom": "awsui_position-bottom_hyvsj_1y1de_889",
68
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1y1de_1",
69
- "split-panel-side": "awsui_split-panel-side_hyvsj_1y1de_918",
70
- "position-side": "awsui_position-side_hyvsj_1y1de_931",
71
- "tools-container": "awsui_tools-container_hyvsj_1y1de_953",
72
- "tools": "awsui_tools_hyvsj_1y1de_953",
73
- "openTools": "awsui_openTools_hyvsj_1y1de_1",
74
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1y1de_1050",
75
- "hide-tools": "awsui_hide-tools_hyvsj_1y1de_1060",
76
- "show-tools": "awsui_show-tools_hyvsj_1y1de_1072",
77
- "has-tools-form": "awsui_has-tools-form_hyvsj_1y1de_1050",
78
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1y1de_1134",
79
- "trigger": "awsui_trigger_hyvsj_1y1de_1134",
80
- "selected": "awsui_selected_hyvsj_1y1de_1197",
81
- "badge": "awsui_badge_hyvsj_1y1de_1217",
82
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1y1de_1221",
83
- "dot": "awsui_dot_hyvsj_1y1de_1227"
4
+ "background": "awsui_background_hyvsj_1w7yt_93",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_1w7yt_96",
6
+ "sticky-background": "awsui_sticky-background_hyvsj_1w7yt_102",
7
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1w7yt_110",
8
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1w7yt_123",
9
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_1w7yt_133",
10
+ "drawers-container": "awsui_drawers-container_hyvsj_1w7yt_145",
11
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_1w7yt_156",
12
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1w7yt_179",
13
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1w7yt_184",
14
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1w7yt_225",
15
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1w7yt_235",
16
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1w7yt_239",
17
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1w7yt_253",
18
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_1w7yt_239",
19
+ "drawer": "awsui_drawer_hyvsj_1w7yt_145",
20
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_1w7yt_283",
21
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_1w7yt_292",
22
+ "drawer-content": "awsui_drawer-content_hyvsj_1w7yt_283",
23
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1w7yt_300",
24
+ "drawer-slider": "awsui_drawer-slider_hyvsj_1w7yt_303",
25
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_1w7yt_310",
26
+ "content": "awsui_content_hyvsj_1w7yt_336",
27
+ "layout": "awsui_layout_hyvsj_1w7yt_357",
28
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1w7yt_440",
29
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1w7yt_455",
30
+ "content-type-table": "awsui_content-type-table_hyvsj_1w7yt_469",
31
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1w7yt_469",
32
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1w7yt_475",
33
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1w7yt_478",
34
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1w7yt_510",
35
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1w7yt_513",
36
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1w7yt_523",
37
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1w7yt_526",
38
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_1w7yt_529",
39
+ "has-header": "awsui_has-header_hyvsj_1w7yt_529",
40
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_1w7yt_550",
41
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1w7yt_550",
42
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1w7yt_593",
43
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1w7yt_593",
44
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1w7yt_609",
45
+ "unfocusable": "awsui_unfocusable_hyvsj_1w7yt_614",
46
+ "container": "awsui_container_hyvsj_1w7yt_624",
47
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1w7yt_649",
48
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1w7yt_652",
49
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1w7yt_652",
50
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1w7yt_652",
51
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_1w7yt_652",
52
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1w7yt_661",
53
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1w7yt_677",
54
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1w7yt_681",
55
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1w7yt_685",
56
+ "navigation-container": "awsui_navigation-container_hyvsj_1w7yt_694",
57
+ "show-navigation": "awsui_show-navigation_hyvsj_1w7yt_738",
58
+ "animating": "awsui_animating_hyvsj_1w7yt_760",
59
+ "showButtons": "awsui_showButtons_hyvsj_1w7yt_1",
60
+ "navigation": "awsui_navigation_hyvsj_1w7yt_694",
61
+ "openNavigation": "awsui_openNavigation_hyvsj_1w7yt_1",
62
+ "animated-content": "awsui_animated-content_hyvsj_1w7yt_822",
63
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1w7yt_831",
64
+ "notifications": "awsui_notifications_hyvsj_1w7yt_841",
65
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1w7yt_847",
66
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1w7yt_864",
67
+ "position-bottom": "awsui_position-bottom_hyvsj_1w7yt_911",
68
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1w7yt_1",
69
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1w7yt_940",
70
+ "position-side": "awsui_position-side_hyvsj_1w7yt_953",
71
+ "tools-container": "awsui_tools-container_hyvsj_1w7yt_975",
72
+ "tools": "awsui_tools_hyvsj_1w7yt_975",
73
+ "openTools": "awsui_openTools_hyvsj_1w7yt_1",
74
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1w7yt_1072",
75
+ "hide-tools": "awsui_hide-tools_hyvsj_1w7yt_1082",
76
+ "show-tools": "awsui_show-tools_hyvsj_1w7yt_1094",
77
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1w7yt_1072",
78
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1w7yt_1178",
79
+ "trigger": "awsui_trigger_hyvsj_1w7yt_1178",
80
+ "selected": "awsui_selected_hyvsj_1w7yt_1241",
81
+ "badge": "awsui_badge_hyvsj_1w7yt_1261",
82
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1w7yt_1265",
83
+ "dot": "awsui_dot_hyvsj_1w7yt_1271"
84
84
  };
85
85