@cloudscape-design/components-themeable 3.0.1311 → 3.0.1313

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 (219) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +16 -0
  3. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +1 -1
  4. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +4 -0
  5. package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +1 -1
  6. package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -1
  7. package/lib/internal/scss/button-dropdown/category-elements/styles.scss +5 -0
  8. package/lib/internal/scss/button-dropdown/styles.scss +18 -0
  9. package/lib/internal/scss/expandable-section/styles.scss +17 -0
  10. package/lib/internal/scss/internal/components/button-trigger/styles.scss +7 -0
  11. package/lib/internal/scss/internal/components/drag-handle/styles.scss +5 -1
  12. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  13. package/lib/internal/scss/internal/styles/utils/theming.scss +6 -0
  14. package/lib/internal/scss/segmented-control/styles.scss +2 -2
  15. package/lib/internal/scss/status-indicator/styles.scss +36 -0
  16. package/lib/internal/scss/steps/styles.scss +39 -0
  17. package/lib/internal/scss/table/header-cell/styles.scss +12 -1
  18. package/lib/internal/scss/table/resizer/styles.scss +9 -1
  19. package/lib/internal/scss/toggle/styles.scss +1 -1
  20. package/lib/internal/scss/toggle-button/styles.scss +7 -1
  21. package/lib/internal/scss/token/mixins.scss +4 -4
  22. package/lib/internal/scss/token/styles.scss +7 -0
  23. package/lib/internal/scss/tree-view/tree-item/styles.scss +10 -0
  24. package/lib/internal/template/app-layout/runtime-drawer/index.js +1 -1
  25. package/lib/internal/template/app-layout/runtime-drawer/index.js.map +1 -1
  26. package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  27. package/lib/internal/template/app-layout/visual-refresh/drawers.js +3 -0
  28. package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
  29. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +87 -86
  30. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +176 -164
  31. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +87 -86
  32. package/lib/internal/template/app-layout/visual-refresh/tools.d.ts.map +1 -1
  33. package/lib/internal/template/app-layout/visual-refresh/tools.js +2 -0
  34. package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
  35. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  36. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -84
  37. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  38. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  39. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +6 -6
  40. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  41. package/lib/internal/template/breadcrumb-group/implementation.d.ts.map +1 -1
  42. package/lib/internal/template/breadcrumb-group/implementation.js +2 -2
  43. package/lib/internal/template/breadcrumb-group/implementation.js.map +1 -1
  44. package/lib/internal/template/breadcrumb-group/item/item.d.ts.map +1 -1
  45. package/lib/internal/template/breadcrumb-group/item/item.js +2 -1
  46. package/lib/internal/template/breadcrumb-group/item/item.js.map +1 -1
  47. package/lib/internal/template/button/internal.d.ts +3 -0
  48. package/lib/internal/template/button/internal.d.ts.map +1 -1
  49. package/lib/internal/template/button/internal.js +2 -2
  50. package/lib/internal/template/button/internal.js.map +1 -1
  51. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
  52. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +4 -2
  53. package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  54. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
  55. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +4 -2
  56. package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  57. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +19 -18
  58. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +32 -28
  59. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +19 -18
  60. package/lib/internal/template/button-dropdown/index.d.ts.map +1 -1
  61. package/lib/internal/template/button-dropdown/index.js +4 -3
  62. package/lib/internal/template/button-dropdown/index.js.map +1 -1
  63. package/lib/internal/template/button-dropdown/interfaces.d.ts +22 -0
  64. package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
  65. package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
  66. package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
  67. package/lib/internal/template/button-dropdown/internal.js +15 -6
  68. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  69. package/lib/internal/template/button-dropdown/styles.css.js +23 -21
  70. package/lib/internal/template/button-dropdown/styles.scoped.css +39 -29
  71. package/lib/internal/template/button-dropdown/styles.selectors.js +23 -21
  72. package/lib/internal/template/button-group/icon-toggle-button-item.js +1 -1
  73. package/lib/internal/template/button-group/icon-toggle-button-item.js.map +1 -1
  74. package/lib/internal/template/button-group/interfaces.d.ts +12 -1
  75. package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
  76. package/lib/internal/template/button-group/interfaces.js.map +1 -1
  77. package/lib/internal/template/button-group/menu-dropdown-item.d.ts.map +1 -1
  78. package/lib/internal/template/button-group/menu-dropdown-item.js +2 -1
  79. package/lib/internal/template/button-group/menu-dropdown-item.js.map +1 -1
  80. package/lib/internal/template/dropdown/internal.d.ts.map +1 -1
  81. package/lib/internal/template/dropdown/internal.js +14 -2
  82. package/lib/internal/template/dropdown/internal.js.map +1 -1
  83. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  84. package/lib/internal/template/expandable-section/expandable-section-header.js +5 -5
  85. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  86. package/lib/internal/template/expandable-section/styles.css.js +36 -35
  87. package/lib/internal/template/expandable-section/styles.scoped.css +81 -66
  88. package/lib/internal/template/expandable-section/styles.selectors.js +36 -35
  89. package/lib/internal/template/icon/generated/icons.d.ts +1 -0
  90. package/lib/internal/template/icon/generated/icons.d.ts.map +1 -1
  91. package/lib/internal/template/icon/generated/icons.js +2 -0
  92. package/lib/internal/template/icon/generated/icons.js.map +1 -1
  93. package/lib/internal/template/icon-provider/interfaces.d.ts +1 -1
  94. package/lib/internal/template/icon-provider/interfaces.d.ts.map +1 -1
  95. package/lib/internal/template/icon-provider/interfaces.js.map +1 -1
  96. package/lib/internal/template/internal/base-component/styles.scoped.css +65 -1
  97. package/lib/internal/template/internal/components/button-trigger/index.d.ts.map +1 -1
  98. package/lib/internal/template/internal/components/button-trigger/index.js +3 -2
  99. package/lib/internal/template/internal/components/button-trigger/index.js.map +1 -1
  100. package/lib/internal/template/internal/components/button-trigger/styles.css.js +15 -14
  101. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +35 -29
  102. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +15 -14
  103. package/lib/internal/template/internal/components/checkbox-icon/index.d.ts.map +1 -1
  104. package/lib/internal/template/internal/components/checkbox-icon/index.js +11 -2
  105. package/lib/internal/template/internal/components/checkbox-icon/index.js.map +1 -1
  106. package/lib/internal/template/internal/components/drag-handle/styles.css.js +14 -14
  107. package/lib/internal/template/internal/components/drag-handle/styles.scoped.css +20 -19
  108. package/lib/internal/template/internal/components/drag-handle/styles.selectors.js +14 -14
  109. package/lib/internal/template/internal/components/drag-handle-wrapper/index.d.ts.map +1 -1
  110. package/lib/internal/template/internal/components/drag-handle-wrapper/index.js +6 -3
  111. package/lib/internal/template/internal/components/drag-handle-wrapper/index.js.map +1 -1
  112. package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.d.ts +2 -1
  113. package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.d.ts.map +1 -1
  114. package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.js +2 -2
  115. package/lib/internal/template/internal/components/drag-handle-wrapper/portal-overlay.js.map +1 -1
  116. package/lib/internal/template/internal/components/expand-toggle-button/index.js +2 -2
  117. package/lib/internal/template/internal/components/expand-toggle-button/index.js.map +1 -1
  118. package/lib/internal/template/internal/environment.js +2 -2
  119. package/lib/internal/template/internal/environment.json +2 -2
  120. package/lib/internal/template/internal/generated/styles/tokens.d.ts +8 -0
  121. package/lib/internal/template/internal/generated/styles/tokens.js +8 -0
  122. package/lib/internal/template/internal/generated/theming/index.cjs +236 -0
  123. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +72 -0
  124. package/lib/internal/template/internal/generated/theming/index.d.ts +72 -0
  125. package/lib/internal/template/internal/generated/theming/index.js +236 -0
  126. package/lib/internal/template/internal/hooks/use-mouse-down-target.js +2 -2
  127. package/lib/internal/template/internal/hooks/use-mouse-down-target.js.map +1 -1
  128. package/lib/internal/template/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  129. package/lib/internal/template/internal/hooks/use-portal-mode-classes/index.js +4 -2
  130. package/lib/internal/template/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  131. package/lib/internal/template/internal/hooks/use-visual-mode/index.d.ts +1 -0
  132. package/lib/internal/template/internal/hooks/use-visual-mode/index.d.ts.map +1 -1
  133. package/lib/internal/template/internal/hooks/use-visual-mode/index.js +2 -1
  134. package/lib/internal/template/internal/hooks/use-visual-mode/index.js.map +1 -1
  135. package/lib/internal/template/internal/utils/throttle.d.ts.map +1 -1
  136. package/lib/internal/template/internal/utils/throttle.js +3 -1
  137. package/lib/internal/template/internal/utils/throttle.js.map +1 -1
  138. package/lib/internal/template/progress-bar/index.d.ts.map +1 -1
  139. package/lib/internal/template/progress-bar/index.js +1 -0
  140. package/lib/internal/template/progress-bar/index.js.map +1 -1
  141. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  142. package/lib/internal/template/segmented-control/styles.scoped.css +34 -34
  143. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  144. package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
  145. package/lib/internal/template/status-indicator/internal.js +4 -3
  146. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  147. package/lib/internal/template/status-indicator/styles.css.js +25 -24
  148. package/lib/internal/template/status-indicator/styles.scoped.css +75 -40
  149. package/lib/internal/template/status-indicator/styles.selectors.js +25 -24
  150. package/lib/internal/template/steps/internal.d.ts.map +1 -1
  151. package/lib/internal/template/steps/internal.js +20 -6
  152. package/lib/internal/template/steps/internal.js.map +1 -1
  153. package/lib/internal/template/steps/styles.css.js +12 -9
  154. package/lib/internal/template/steps/styles.scoped.css +43 -15
  155. package/lib/internal/template/steps/styles.selectors.js +12 -9
  156. package/lib/internal/template/table/header-cell/group-header-cell.d.ts.map +1 -1
  157. package/lib/internal/template/table/header-cell/group-header-cell.js +4 -16
  158. package/lib/internal/template/table/header-cell/group-header-cell.js.map +1 -1
  159. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  160. package/lib/internal/template/table/header-cell/index.js +2 -1
  161. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  162. package/lib/internal/template/table/header-cell/styles.css.js +33 -33
  163. package/lib/internal/template/table/header-cell/styles.scoped.css +80 -73
  164. package/lib/internal/template/table/header-cell/styles.selectors.js +33 -33
  165. package/lib/internal/template/table/header-cell/th-element.d.ts +6 -5
  166. package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
  167. package/lib/internal/template/table/header-cell/th-element.js +4 -3
  168. package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
  169. package/lib/internal/template/table/resizer/index.d.ts +4 -2
  170. package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
  171. package/lib/internal/template/table/resizer/index.js +4 -4
  172. package/lib/internal/template/table/resizer/index.js.map +1 -1
  173. package/lib/internal/template/table/resizer/styles.css.js +17 -16
  174. package/lib/internal/template/table/resizer/styles.scoped.css +32 -24
  175. package/lib/internal/template/table/resizer/styles.selectors.js +17 -16
  176. package/lib/internal/template/table/selection/selection-cell.d.ts +2 -1
  177. package/lib/internal/template/table/selection/selection-cell.d.ts.map +1 -1
  178. package/lib/internal/template/table/selection/selection-cell.js +2 -2
  179. package/lib/internal/template/table/selection/selection-cell.js.map +1 -1
  180. package/lib/internal/template/table/sticky-columns/use-sticky-columns.d.ts +2 -1
  181. package/lib/internal/template/table/sticky-columns/use-sticky-columns.d.ts.map +1 -1
  182. package/lib/internal/template/table/sticky-columns/use-sticky-columns.js +31 -7
  183. package/lib/internal/template/table/sticky-columns/use-sticky-columns.js.map +1 -1
  184. package/lib/internal/template/table/thead.d.ts.map +1 -1
  185. package/lib/internal/template/table/thead.js +2 -2
  186. package/lib/internal/template/table/thead.js.map +1 -1
  187. package/lib/internal/template/test-utils/dom/table/index.js +1 -1
  188. package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
  189. package/lib/internal/template/test-utils/selectors/table/index.js +1 -1
  190. package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
  191. package/lib/internal/template/theming/index.d.ts +2 -0
  192. package/lib/internal/template/theming/index.d.ts.map +1 -1
  193. package/lib/internal/template/theming/index.js +55 -0
  194. package/lib/internal/template/theming/index.js.map +1 -1
  195. package/lib/internal/template/toggle/styles.css.js +10 -10
  196. package/lib/internal/template/toggle/styles.scoped.css +18 -18
  197. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  198. package/lib/internal/template/toggle-button/internal.d.ts.map +1 -1
  199. package/lib/internal/template/toggle-button/internal.js +3 -1
  200. package/lib/internal/template/toggle-button/internal.js.map +1 -1
  201. package/lib/internal/template/toggle-button/styles.css.js +4 -3
  202. package/lib/internal/template/toggle-button/styles.scoped.css +8 -3
  203. package/lib/internal/template/toggle-button/styles.selectors.js +4 -3
  204. package/lib/internal/template/token/dismiss-button.d.ts.map +1 -1
  205. package/lib/internal/template/token/dismiss-button.js +3 -1
  206. package/lib/internal/template/token/dismiss-button.js.map +1 -1
  207. package/lib/internal/template/token/internal.d.ts.map +1 -1
  208. package/lib/internal/template/token/internal.js +11 -3
  209. package/lib/internal/template/token/internal.js.map +1 -1
  210. package/lib/internal/template/token/styles.css.js +14 -14
  211. package/lib/internal/template/token/styles.scoped.css +33 -30
  212. package/lib/internal/template/token/styles.selectors.js +14 -14
  213. package/lib/internal/template/tree-view/tree-item/index.d.ts.map +1 -1
  214. package/lib/internal/template/tree-view/tree-item/index.js +2 -1
  215. package/lib/internal/template/tree-view/tree-item/index.js.map +1 -1
  216. package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -9
  217. package/lib/internal/template/tree-view/tree-item/styles.scoped.css +19 -12
  218. package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -9
  219. package/package.json +1 -1
@@ -158,10 +158,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
158
158
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
159
159
  SPDX-License-Identifier: Apache-2.0
160
160
  */
161
- .awsui_content-enter_gwq0h_1hfyc_161:not(#\9) {
162
- animation: awsui_awsui-motion-fade-in_gwq0h_1hfyc_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
161
+ .awsui_content-enter_gwq0h_ism9q_161:not(#\9) {
162
+ animation: awsui_awsui-motion-fade-in_gwq0h_ism9q_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
163
163
  }
164
- @keyframes awsui_awsui-motion-fade-in_gwq0h_1hfyc_1 {
164
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_ism9q_1 {
165
165
  from {
166
166
  opacity: 0.2;
167
167
  }
@@ -170,45 +170,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
170
170
  }
171
171
  }
172
172
  @media (prefers-reduced-motion: reduce) {
173
- .awsui_content-enter_gwq0h_1hfyc_161:not(#\9) {
173
+ .awsui_content-enter_gwq0h_ism9q_161:not(#\9) {
174
174
  animation: none;
175
175
  transition: none;
176
176
  }
177
177
  }
178
- .awsui-motion-disabled .awsui_content-enter_gwq0h_1hfyc_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1hfyc_161:not(#\9) {
178
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_ism9q_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_ism9q_161:not(#\9) {
179
179
  animation: none;
180
180
  transition: none;
181
181
  }
182
182
 
183
- .awsui_trigger-expanded_gwq0h_1hfyc_183:not(#\9) {
183
+ .awsui_trigger-expanded_gwq0h_ism9q_183:not(#\9) {
184
184
  transition: border-bottom-color var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
185
185
  }
186
186
  @media (prefers-reduced-motion: reduce) {
187
- .awsui_trigger-expanded_gwq0h_1hfyc_183:not(#\9) {
187
+ .awsui_trigger-expanded_gwq0h_ism9q_183:not(#\9) {
188
188
  animation: none;
189
189
  transition: none;
190
190
  }
191
191
  }
192
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1hfyc_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1hfyc_183:not(#\9) {
192
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_ism9q_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_ism9q_183:not(#\9) {
193
193
  animation: none;
194
194
  transition: none;
195
195
  }
196
196
 
197
- .awsui_icon_gwq0h_1hfyc_197:not(#\9) {
197
+ .awsui_icon_gwq0h_ism9q_197:not(#\9) {
198
198
  transition: transform var(--motion-duration-rotate-90-f1ulnu, 135ms) var(--motion-easing-rotate-90-jekue3, cubic-bezier(0.165, 0.84, 0.44, 1));
199
199
  }
200
200
  @media (prefers-reduced-motion: reduce) {
201
- .awsui_icon_gwq0h_1hfyc_197:not(#\9) {
201
+ .awsui_icon_gwq0h_ism9q_197:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
205
  }
206
- .awsui-motion-disabled .awsui_icon_gwq0h_1hfyc_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1hfyc_197:not(#\9) {
206
+ .awsui-motion-disabled .awsui_icon_gwq0h_ism9q_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_ism9q_197:not(#\9) {
207
207
  animation: none;
208
208
  transition: none;
209
209
  }
210
210
 
211
- .awsui_root_gwq0h_1hfyc_211:not(#\9) {
211
+ .awsui_root_gwq0h_ism9q_211:not(#\9) {
212
212
  border-collapse: separate;
213
213
  border-spacing: 0;
214
214
  box-sizing: border-box;
@@ -243,33 +243,48 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
243
243
  display: block;
244
244
  }
245
245
 
246
- .awsui_expand-button_gwq0h_1hfyc_246:not(#\9) {
246
+ .awsui_expand-button_gwq0h_ism9q_246:not(#\9) {
247
247
  outline: none;
248
248
  }
249
249
 
250
- .awsui_icon_gwq0h_1hfyc_197:not(#\9) {
250
+ .awsui_icon_gwq0h_ism9q_197:not(#\9) {
251
251
  transform: rotate(-90deg);
252
252
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
253
253
  }
254
- .awsui_icon_gwq0h_1hfyc_197.awsui_expanded_gwq0h_1hfyc_254:not(#\9) {
254
+ .awsui_icon_gwq0h_ism9q_197.awsui_expanded_gwq0h_ism9q_254:not(#\9) {
255
255
  transform: rotate(0deg);
256
256
  }
257
- .awsui_icon_gwq0h_1hfyc_197:not(#\9):dir(rtl) {
257
+ .awsui_icon_gwq0h_ism9q_197:not(#\9):dir(rtl) {
258
258
  transform: rotate(90deg);
259
259
  }
260
- .awsui_icon_gwq0h_1hfyc_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_1hfyc_254 {
260
+ .awsui_icon_gwq0h_ism9q_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_ism9q_254 {
261
261
  transform: rotate(0deg);
262
262
  }
263
263
 
264
- .awsui_icon-container_gwq0h_1hfyc_264:not(#\9) {
264
+ .awsui_icon-container_gwq0h_ism9q_264:not(#\9) {
265
265
  position: relative;
266
266
  margin-inline: calc((var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2) calc(var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
267
267
  }
268
- .awsui_icon-container-container_gwq0h_1hfyc_268:not(#\9) {
268
+ .awsui_icon-container-container_gwq0h_ism9q_268:not(#\9) {
269
269
  margin-inline-end: var(--space-xs-kw7k3v, 8px);
270
270
  }
271
+ .awsui_icon-container-container_gwq0h_ism9q_268.awsui_one-theme_gwq0h_ism9q_271:not(#\9) {
272
+ margin-inline-end: calc(var(--space-xs-kw7k3v, 8px) + var(--space-xxs-jnczic, 4px));
273
+ inset-block-start: var(--space-xxxs-3w1kr2, 2px);
274
+ }
275
+ .awsui_icon-container-container_gwq0h_ism9q_268.awsui_one-theme_gwq0h_ism9q_271 > .awsui_icon_gwq0h_ism9q_197:not(#\9) {
276
+ inset-block-start: calc(var(--space-xxxs-3w1kr2, 2px) * 3);
277
+ }
278
+ .awsui_icon-container_gwq0h_ism9q_264.awsui_one-theme_gwq0h_ism9q_271:not(#\9) {
279
+ display: inline-flex;
280
+ align-items: flex-start;
281
+ margin-inline-end: calc(var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px) + var(--space-xxs-jnczic, 4px));
282
+ }
283
+ .awsui_icon-container_gwq0h_ism9q_264.awsui_one-theme_gwq0h_ism9q_271 > .awsui_icon_gwq0h_ism9q_197:not(#\9) {
284
+ inset-block-start: var(--space-xxxs-3w1kr2, 2px);
285
+ }
271
286
 
272
- .awsui_wrapper_gwq0h_1hfyc_272:not(#\9) {
287
+ .awsui_wrapper_gwq0h_ism9q_287:not(#\9) {
273
288
  box-sizing: border-box;
274
289
  border-block: none;
275
290
  border-inline: none;
@@ -277,81 +292,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
277
292
  line-height: var(--line-height-body-m-bedeoh, 22px);
278
293
  text-align: start;
279
294
  }
280
- .awsui_wrapper-default_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-inline_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-footer_gwq0h_1hfyc_280:not(#\9) {
295
+ .awsui_wrapper-default_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-inline_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-footer_gwq0h_ism9q_295:not(#\9) {
281
296
  border-block: var(--border-divider-section-width-sznrdy, 1px) solid transparent;
282
297
  border-inline: var(--border-divider-section-width-sznrdy, 1px) solid transparent;
283
298
  }
284
- .awsui_wrapper-navigation_gwq0h_1hfyc_284:not(#\9) {
299
+ .awsui_wrapper-navigation_gwq0h_ism9q_299:not(#\9) {
285
300
  border-inline-start: var(--border-divider-section-width-sznrdy, 1px) solid transparent;
286
301
  }
287
- .awsui_wrapper-navigation_gwq0h_1hfyc_284:not(#\9), .awsui_wrapper-container_gwq0h_1hfyc_287:not(#\9) {
302
+ .awsui_wrapper-navigation_gwq0h_ism9q_299:not(#\9), .awsui_wrapper-container_gwq0h_ism9q_302:not(#\9) {
288
303
  display: flex;
289
304
  font-weight: var(--font-weight-heading-s-qxvrar, 700);
290
305
  }
291
- .awsui_wrapper-default_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-inline_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-navigation_gwq0h_1hfyc_284:not(#\9), .awsui_wrapper-footer_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-compact_gwq0h_1hfyc_291:not(#\9) {
306
+ .awsui_wrapper-default_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-inline_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-navigation_gwq0h_ism9q_299:not(#\9), .awsui_wrapper-footer_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-compact_gwq0h_ism9q_306:not(#\9) {
292
307
  color: var(--color-text-expandable-section-default-7zwicj, #545b64);
293
308
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
294
309
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
295
310
  }
296
- .awsui_wrapper-default_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-inline_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-navigation_gwq0h_1hfyc_284:not(#\9), .awsui_wrapper-footer_gwq0h_1hfyc_280:not(#\9) {
311
+ .awsui_wrapper-default_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-inline_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-navigation_gwq0h_ism9q_299:not(#\9), .awsui_wrapper-footer_gwq0h_ism9q_295:not(#\9) {
297
312
  font-size: var(--font-size-expandable-heading-i8x3r3, 14px);
298
313
  letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
299
314
  }
300
- .awsui_wrapper-default_gwq0h_1hfyc_280:not(#\9) {
315
+ .awsui_wrapper-default_gwq0h_ism9q_295:not(#\9) {
301
316
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
302
317
  padding-inline-end: var(--space-xxs-jnczic, 4px);
303
318
  }
304
- .awsui_wrapper-default_gwq0h_1hfyc_280.awsui_header-deprecated_gwq0h_1hfyc_304:not(#\9) {
319
+ .awsui_wrapper-default_gwq0h_ism9q_295.awsui_header-deprecated_gwq0h_ism9q_319:not(#\9) {
305
320
  padding-inline-start: var(--space-xxs-jnczic, 4px);
306
321
  }
307
- .awsui_wrapper-default_gwq0h_1hfyc_280:not(#\9):not(.awsui_header-deprecated_gwq0h_1hfyc_304), .awsui_wrapper-inline_gwq0h_1hfyc_280:not(#\9):not(.awsui_header-deprecated_gwq0h_1hfyc_304) {
322
+ .awsui_wrapper-default_gwq0h_ism9q_295:not(#\9):not(.awsui_header-deprecated_gwq0h_ism9q_319), .awsui_wrapper-inline_gwq0h_ism9q_295:not(#\9):not(.awsui_header-deprecated_gwq0h_ism9q_319) {
308
323
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
309
324
  }
310
- .awsui_wrapper-default_gwq0h_1hfyc_280.awsui_wrapper-expanded_gwq0h_1hfyc_310:not(#\9), .awsui_wrapper-inline_gwq0h_1hfyc_280.awsui_wrapper-expanded_gwq0h_1hfyc_310:not(#\9) {
325
+ .awsui_wrapper-default_gwq0h_ism9q_295.awsui_wrapper-expanded_gwq0h_ism9q_325:not(#\9), .awsui_wrapper-inline_gwq0h_ism9q_295.awsui_wrapper-expanded_gwq0h_ism9q_325:not(#\9) {
311
326
  padding-block-end: var(--space-scaled-xxs-jatbiv, 4px);
312
327
  border-block-end-color: var(--color-border-expandable-section-default-7ch7o8, #eaeded);
313
328
  }
314
- .awsui_wrapper-footer_gwq0h_1hfyc_280:not(#\9) {
329
+ .awsui_wrapper-footer_gwq0h_ism9q_295:not(#\9) {
315
330
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
316
331
  }
317
- .awsui_wrapper-footer_gwq0h_1hfyc_280:not(#\9), .awsui_wrapper-compact_gwq0h_1hfyc_291:not(#\9) {
332
+ .awsui_wrapper-footer_gwq0h_ism9q_295:not(#\9), .awsui_wrapper-compact_gwq0h_ism9q_306:not(#\9) {
318
333
  padding-inline-end: 0;
319
334
  }
320
- .awsui_wrapper-footer_gwq0h_1hfyc_280.awsui_header-deprecated_gwq0h_1hfyc_304:not(#\9), .awsui_wrapper-compact_gwq0h_1hfyc_291.awsui_header-deprecated_gwq0h_1hfyc_304:not(#\9) {
335
+ .awsui_wrapper-footer_gwq0h_ism9q_295.awsui_header-deprecated_gwq0h_ism9q_319:not(#\9), .awsui_wrapper-compact_gwq0h_ism9q_306.awsui_header-deprecated_gwq0h_ism9q_319:not(#\9) {
321
336
  padding-inline-start: 0;
322
337
  }
323
- .awsui_wrapper-footer_gwq0h_1hfyc_280:not(#\9):not(.awsui_header-deprecated_gwq0h_1hfyc_304), .awsui_wrapper-compact_gwq0h_1hfyc_291:not(#\9):not(.awsui_header-deprecated_gwq0h_1hfyc_304) {
338
+ .awsui_wrapper-footer_gwq0h_ism9q_295:not(#\9):not(.awsui_header-deprecated_gwq0h_ism9q_319), .awsui_wrapper-compact_gwq0h_ism9q_306:not(#\9):not(.awsui_header-deprecated_gwq0h_ism9q_319) {
324
339
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
325
340
  }
326
- .awsui_wrapper-container_gwq0h_1hfyc_287:not(#\9) {
341
+ .awsui_wrapper-container_gwq0h_ism9q_302:not(#\9) {
327
342
  padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
328
343
  padding-inline-end: var(--space-container-horizontal-ipmk0e, 20px);
329
344
  }
330
- .awsui_wrapper-container_gwq0h_1hfyc_287:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1hfyc_310) {
345
+ .awsui_wrapper-container_gwq0h_ism9q_302:not(#\9):not(.awsui_wrapper-expanded_gwq0h_ism9q_325) {
331
346
  padding-block-end: var(--space-container-header-top-3cfni8, 12px);
332
347
  }
333
- .awsui_wrapper-container_gwq0h_1hfyc_287.awsui_wrapper-not-expanded-without-actions_gwq0h_1hfyc_333:not(#\9) {
348
+ .awsui_wrapper-container_gwq0h_ism9q_302.awsui_wrapper-not-expanded-without-actions_gwq0h_ism9q_348:not(#\9) {
334
349
  padding-block-end: calc(var(--space-container-header-top-3cfni8, 12px) + var(--space-scaled-xxs-jatbiv, 4px));
335
350
  }
336
- .awsui_wrapper-container_gwq0h_1hfyc_287.awsui_header-deprecated_gwq0h_1hfyc_304:not(#\9) {
351
+ .awsui_wrapper-container_gwq0h_ism9q_302.awsui_header-deprecated_gwq0h_ism9q_319:not(#\9) {
337
352
  padding-inline-start: var(--space-container-horizontal-ipmk0e, 20px);
338
353
  }
339
- .awsui_wrapper-container_gwq0h_1hfyc_287:not(#\9):not(.awsui_header-deprecated_gwq0h_1hfyc_304) {
354
+ .awsui_wrapper-container_gwq0h_ism9q_302:not(#\9):not(.awsui_header-deprecated_gwq0h_ism9q_319) {
340
355
  padding-inline-start: calc(var(--space-container-horizontal-ipmk0e, 20px) + calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
341
356
  }
342
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1hfyc_287:not(#\9):focus {
357
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_ism9q_302:not(#\9):focus {
343
358
  padding-block: calc(var(--space-scaled-s-gjhvjd, 12px) - var(--border-divider-section-width-sznrdy, 1px));
344
359
  padding-inline: calc(var(--space-l-3cws6j, 20px) - var(--border-divider-section-width-sznrdy, 1px));
345
360
  }
346
361
 
347
- .awsui_header_gwq0h_1hfyc_304:not(#\9) {
362
+ .awsui_header_gwq0h_ism9q_319:not(#\9) {
348
363
  /* used in test-utils */
349
364
  }
350
- .awsui_header-wrapper_gwq0h_1hfyc_350:not(#\9), .awsui_header-deprecated_gwq0h_1hfyc_304:not(#\9) {
365
+ .awsui_header-wrapper_gwq0h_ism9q_365:not(#\9), .awsui_header-deprecated_gwq0h_ism9q_319:not(#\9) {
351
366
  display: flex;
352
367
  font-weight: var(--font-weight-heading-s-qxvrar, 700);
353
368
  }
354
- .awsui_header-wrapper_gwq0h_1hfyc_350:not(#\9) {
369
+ .awsui_header-wrapper_gwq0h_ism9q_365:not(#\9) {
355
370
  font-size: inherit;
356
371
  letter-spacing: inherit;
357
372
  margin-block: 0;
@@ -359,20 +374,20 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1hfyc_287:not
359
374
  padding-block: 0;
360
375
  padding-inline: 0;
361
376
  }
362
- .awsui_header-actions-wrapper_gwq0h_1hfyc_362:not(#\9) {
377
+ .awsui_header-actions-wrapper_gwq0h_ism9q_377:not(#\9) {
363
378
  display: flex;
364
379
  flex-direction: row;
365
380
  justify-content: space-between;
366
381
  align-items: center;
367
382
  }
368
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1hfyc_368:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1hfyc_368:not(#\9):focus {
383
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ism9q_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_ism9q_383:not(#\9):focus {
369
384
  position: relative;
370
385
  }
371
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1hfyc_368:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1hfyc_368:not(#\9):focus {
386
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ism9q_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_ism9q_383:not(#\9):focus {
372
387
  outline: 2px dotted transparent;
373
388
  outline-offset: calc(0px - 1px);
374
389
  }
375
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1hfyc_368:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1hfyc_368:not(#\9):focus::before {
390
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_ism9q_383:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_ism9q_383:not(#\9):focus::before {
376
391
  content: " ";
377
392
  display: block;
378
393
  position: absolute;
@@ -386,21 +401,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1hfyc_368:not(#\9
386
401
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
387
402
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
388
403
  }
389
- .awsui_header-button_gwq0h_1hfyc_368:not(#\9) {
404
+ .awsui_header-button_gwq0h_ism9q_383:not(#\9) {
390
405
  box-sizing: border-box;
391
406
  display: flex;
392
407
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px)));
393
408
  }
394
- .awsui_header-container-button_gwq0h_1hfyc_368:not(#\9) {
409
+ .awsui_header-container-button_gwq0h_ism9q_383:not(#\9) {
395
410
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
396
411
  }
397
- .awsui_header-container_gwq0h_1hfyc_368:not(#\9) {
412
+ .awsui_header-container_gwq0h_ism9q_383:not(#\9) {
398
413
  inline-size: 100%;
399
414
  }
400
- .awsui_header-container_gwq0h_1hfyc_368 > .awsui_icon-container_gwq0h_1hfyc_264:not(#\9) {
415
+ .awsui_header-container_gwq0h_ism9q_383 > .awsui_icon-container_gwq0h_ism9q_264:not(#\9) {
401
416
  margin-block-start: var(--space-expandable-section-icon-offset-top-zxpo99, 8px);
402
417
  }
403
- .awsui_header-navigation_gwq0h_1hfyc_403 > .awsui_icon-container_gwq0h_1hfyc_264:not(#\9) {
418
+ .awsui_header-navigation_gwq0h_ism9q_418 > .awsui_icon-container_gwq0h_ism9q_264:not(#\9) {
404
419
  display: inline-flex;
405
420
  cursor: pointer;
406
421
  color: var(--color-text-expandable-section-navigation-icon-default-h9rszh, #879596);
@@ -413,17 +428,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1hfyc_368:not(#\9
413
428
  text-decoration: none;
414
429
  flex-direction: column;
415
430
  }
416
- .awsui_header-navigation_gwq0h_1hfyc_403 > .awsui_icon-container_gwq0h_1hfyc_264:not(#\9):hover {
431
+ .awsui_header-navigation_gwq0h_ism9q_418 > .awsui_icon-container_gwq0h_ism9q_264:not(#\9):hover {
417
432
  color: var(--color-text-expandable-section-hover-8k6nu3, #16191f);
418
433
  }
419
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1hfyc_403 > .awsui_icon-container_gwq0h_1hfyc_264:not(#\9):focus {
434
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ism9q_418 > .awsui_icon-container_gwq0h_ism9q_264:not(#\9):focus {
420
435
  position: relative;
421
436
  }
422
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1hfyc_403 > .awsui_icon-container_gwq0h_1hfyc_264:not(#\9):focus {
437
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ism9q_418 > .awsui_icon-container_gwq0h_ism9q_264:not(#\9):focus {
423
438
  outline: 2px dotted transparent;
424
439
  outline-offset: calc(2px - 1px);
425
440
  }
426
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1hfyc_403 > .awsui_icon-container_gwq0h_1hfyc_264:not(#\9):focus::before {
441
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_ism9q_418 > .awsui_icon-container_gwq0h_ism9q_264:not(#\9):focus::before {
427
442
  content: " ";
428
443
  display: block;
429
444
  position: absolute;
@@ -437,39 +452,39 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1hfyc_403 > .
437
452
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
438
453
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
439
454
  }
440
- .awsui_header-text_gwq0h_1hfyc_440:not(#\9) {
455
+ .awsui_header-text_gwq0h_ism9q_455:not(#\9) {
441
456
  /* used in test-utils */
442
457
  }
443
458
 
444
- :not(#\9):not(.awsui_wrapper-compact_gwq0h_1hfyc_291) > .awsui_header-actions-wrapper_gwq0h_1hfyc_362 {
459
+ :not(#\9):not(.awsui_wrapper-compact_gwq0h_ism9q_306) > .awsui_header-actions-wrapper_gwq0h_ism9q_377 {
445
460
  flex-wrap: wrap;
446
461
  column-gap: var(--space-xs-kw7k3v, 8px);
447
462
  row-gap: var(--space-scaled-xxxs-prgw5k, 2px);
448
463
  }
449
464
 
450
- .awsui_content_gwq0h_1hfyc_161:not(#\9) {
465
+ .awsui_content_gwq0h_ism9q_161:not(#\9) {
451
466
  display: none;
452
467
  }
453
- .awsui_content-default_gwq0h_1hfyc_453:not(#\9), .awsui_content-inline_gwq0h_1hfyc_453:not(#\9) {
468
+ .awsui_content-default_gwq0h_ism9q_468:not(#\9), .awsui_content-inline_gwq0h_ism9q_468:not(#\9) {
454
469
  padding-block: var(--space-scaled-xs-sppte9, 8px);
455
470
  padding-inline: 0;
456
471
  }
457
- .awsui_content-footer_gwq0h_1hfyc_457:not(#\9) {
472
+ .awsui_content-footer_gwq0h_ism9q_472:not(#\9) {
458
473
  padding-block: var(--space-xs-kw7k3v, 8px);
459
474
  padding-inline: 0;
460
475
  }
461
- .awsui_content-expanded_gwq0h_1hfyc_461:not(#\9) {
476
+ .awsui_content-expanded_gwq0h_ism9q_476:not(#\9) {
462
477
  display: block;
463
478
  }
464
- .awsui_content-compact_gwq0h_1hfyc_464:not(#\9) {
479
+ .awsui_content-compact_gwq0h_ism9q_479:not(#\9) {
465
480
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-bedeoh, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-8ggz94, 1px));
466
481
  }
467
482
 
468
- .awsui_focusable_gwq0h_1hfyc_468:not(#\9):focus {
483
+ .awsui_focusable_gwq0h_ism9q_483:not(#\9):focus {
469
484
  outline: none;
470
485
  text-decoration: none;
471
486
  }
472
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1hfyc_468:not(#\9):focus {
487
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_ism9q_483:not(#\9):focus {
473
488
  outline: 2px dotted transparent;
474
489
  border-block: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
475
490
  border-inline: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
@@ -480,9 +495,9 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1hfyc_468:not(#\9):fo
480
495
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
481
496
  }
482
497
 
483
- .awsui_click-target_gwq0h_1hfyc_483:not(#\9) {
498
+ .awsui_click-target_gwq0h_ism9q_498:not(#\9) {
484
499
  cursor: pointer;
485
500
  }
486
- .awsui_click-target_gwq0h_1hfyc_483:not(#\9):not(.awsui_wrapper-container_gwq0h_1hfyc_287):not(.awsui_header-container-button_gwq0h_1hfyc_368):hover {
501
+ .awsui_click-target_gwq0h_ism9q_498:not(#\9):not(.awsui_wrapper-container_gwq0h_ism9q_302):not(.awsui_header-container-button_gwq0h_ism9q_383):hover {
487
502
  color: var(--color-text-expandable-section-hover-8k6nu3, #16191f);
488
503
  }
@@ -2,40 +2,41 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_1hfyc_161",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1hfyc_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_1hfyc_183",
8
- "icon": "awsui_icon_gwq0h_1hfyc_197",
9
- "root": "awsui_root_gwq0h_1hfyc_211",
10
- "expand-button": "awsui_expand-button_gwq0h_1hfyc_246",
11
- "expanded": "awsui_expanded_gwq0h_1hfyc_254",
12
- "icon-container": "awsui_icon-container_gwq0h_1hfyc_264",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_1hfyc_268",
14
- "wrapper": "awsui_wrapper_gwq0h_1hfyc_272",
15
- "wrapper-default": "awsui_wrapper-default_gwq0h_1hfyc_280",
16
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_1hfyc_280",
17
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_1hfyc_280",
18
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1hfyc_284",
19
- "wrapper-container": "awsui_wrapper-container_gwq0h_1hfyc_287",
20
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_1hfyc_291",
21
- "header-deprecated": "awsui_header-deprecated_gwq0h_1hfyc_304",
22
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1hfyc_310",
23
- "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1hfyc_333",
24
- "header": "awsui_header_gwq0h_1hfyc_304",
25
- "header-wrapper": "awsui_header-wrapper_gwq0h_1hfyc_350",
26
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1hfyc_362",
27
- "header-button": "awsui_header-button_gwq0h_1hfyc_368",
28
- "header-container-button": "awsui_header-container-button_gwq0h_1hfyc_368",
29
- "header-container": "awsui_header-container_gwq0h_1hfyc_368",
30
- "header-navigation": "awsui_header-navigation_gwq0h_1hfyc_403",
31
- "header-text": "awsui_header-text_gwq0h_1hfyc_440",
32
- "content": "awsui_content_gwq0h_1hfyc_161",
33
- "content-default": "awsui_content-default_gwq0h_1hfyc_453",
34
- "content-inline": "awsui_content-inline_gwq0h_1hfyc_453",
35
- "content-footer": "awsui_content-footer_gwq0h_1hfyc_457",
36
- "content-expanded": "awsui_content-expanded_gwq0h_1hfyc_461",
37
- "content-compact": "awsui_content-compact_gwq0h_1hfyc_464",
38
- "focusable": "awsui_focusable_gwq0h_1hfyc_468",
39
- "click-target": "awsui_click-target_gwq0h_1hfyc_483"
5
+ "content-enter": "awsui_content-enter_gwq0h_ism9q_161",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_ism9q_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_ism9q_183",
8
+ "icon": "awsui_icon_gwq0h_ism9q_197",
9
+ "root": "awsui_root_gwq0h_ism9q_211",
10
+ "expand-button": "awsui_expand-button_gwq0h_ism9q_246",
11
+ "expanded": "awsui_expanded_gwq0h_ism9q_254",
12
+ "icon-container": "awsui_icon-container_gwq0h_ism9q_264",
13
+ "icon-container-container": "awsui_icon-container-container_gwq0h_ism9q_268",
14
+ "one-theme": "awsui_one-theme_gwq0h_ism9q_271",
15
+ "wrapper": "awsui_wrapper_gwq0h_ism9q_287",
16
+ "wrapper-default": "awsui_wrapper-default_gwq0h_ism9q_295",
17
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_ism9q_295",
18
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_ism9q_295",
19
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_ism9q_299",
20
+ "wrapper-container": "awsui_wrapper-container_gwq0h_ism9q_302",
21
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_ism9q_306",
22
+ "header-deprecated": "awsui_header-deprecated_gwq0h_ism9q_319",
23
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_ism9q_325",
24
+ "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_ism9q_348",
25
+ "header": "awsui_header_gwq0h_ism9q_319",
26
+ "header-wrapper": "awsui_header-wrapper_gwq0h_ism9q_365",
27
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_ism9q_377",
28
+ "header-button": "awsui_header-button_gwq0h_ism9q_383",
29
+ "header-container-button": "awsui_header-container-button_gwq0h_ism9q_383",
30
+ "header-container": "awsui_header-container_gwq0h_ism9q_383",
31
+ "header-navigation": "awsui_header-navigation_gwq0h_ism9q_418",
32
+ "header-text": "awsui_header-text_gwq0h_ism9q_455",
33
+ "content": "awsui_content_gwq0h_ism9q_161",
34
+ "content-default": "awsui_content-default_gwq0h_ism9q_468",
35
+ "content-inline": "awsui_content-inline_gwq0h_ism9q_468",
36
+ "content-footer": "awsui_content-footer_gwq0h_ism9q_472",
37
+ "content-expanded": "awsui_content-expanded_gwq0h_ism9q_476",
38
+ "content-compact": "awsui_content-compact_gwq0h_ism9q_479",
39
+ "focusable": "awsui_focusable_gwq0h_ism9q_483",
40
+ "click-target": "awsui_click-target_gwq0h_ism9q_498"
40
41
  };
41
42
 
@@ -94,6 +94,7 @@ declare const icons: {
94
94
  settings: JSX.Element;
95
95
  share: JSX.Element;
96
96
  shrink: JSX.Element;
97
+ "slash-divider": JSX.Element;
97
98
  slash: JSX.Element;
98
99
  "star-filled": JSX.Element;
99
100
  "star-half": JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/icon/generated/icons.tsx"],"names":[],"mappings":"AACE,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2IV,CAAC;AACF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../src/icon/generated/icons.tsx"],"names":[],"mappings":"AACE,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4IV,CAAC;AACF,eAAe,KAAK,CAAC"}
@@ -257,6 +257,8 @@ const icons = {
257
257
  React.createElement("path", { d: "M3.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM12.5 6a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM12.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM10.326 4.7 5.678 7.293M10.223 11.483l-4.448-1.96" })),
258
258
  "shrink": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true" },
259
259
  React.createElement("path", { d: "M10 1v5h5M10.71 5.29 15 1M1 10h5v5M5.3 10.7 1 15", className: "stroke-linejoin-round" })),
260
+ "slash-divider": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true" },
261
+ React.createElement("path", { d: "M10 2 6 14", className: "stroke-linejoin-round" })),
260
262
  "slash": React.createElement("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true" },
261
263
  React.createElement("path", { d: "m10 4.5-4 7" }),
262
264
  React.createElement("rect", { x: "1", y: "1", width: "14", height: "14", rx: "1" })),