@cloudscape-design/components-themeable 3.0.401 → 3.0.403

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 (191) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/anchor-navigation/styles.scss +113 -0
  3. package/lib/internal/scss/anchor-navigation/test-classes/styles.scss +28 -0
  4. package/lib/internal/scss/internal/components/dropdown/styles.scss +2 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +40 -39
  6. package/lib/internal/scss/internal/styles/utils/mixins.scss +2 -8
  7. package/lib/internal/scss/status-indicator/styles.scss +11 -7
  8. package/lib/internal/template/anchor-navigation/index.d.ts +5 -0
  9. package/lib/internal/template/anchor-navigation/index.d.ts.map +1 -0
  10. package/lib/internal/template/anchor-navigation/index.js +14 -0
  11. package/lib/internal/template/anchor-navigation/index.js.map +1 -0
  12. package/lib/internal/template/anchor-navigation/interfaces.d.ts +67 -0
  13. package/lib/internal/template/anchor-navigation/interfaces.d.ts.map +1 -0
  14. package/lib/internal/template/anchor-navigation/interfaces.js +4 -0
  15. package/lib/internal/template/anchor-navigation/interfaces.js.map +1 -0
  16. package/lib/internal/template/anchor-navigation/internal.d.ts +5 -0
  17. package/lib/internal/template/anchor-navigation/internal.d.ts.map +1 -0
  18. package/lib/internal/template/anchor-navigation/internal.js +48 -0
  19. package/lib/internal/template/anchor-navigation/internal.js.map +1 -0
  20. package/lib/internal/template/anchor-navigation/styles.css.js +13 -0
  21. package/lib/internal/template/anchor-navigation/styles.scoped.css +243 -0
  22. package/lib/internal/template/anchor-navigation/styles.selectors.js +14 -0
  23. package/lib/internal/template/anchor-navigation/test-classes/styles.css.js +11 -0
  24. package/lib/internal/template/anchor-navigation/test-classes/styles.scoped.css +27 -0
  25. package/lib/internal/template/anchor-navigation/test-classes/styles.selectors.js +12 -0
  26. package/lib/internal/template/anchor-navigation/use-scroll-spy.d.ts +18 -0
  27. package/lib/internal/template/anchor-navigation/use-scroll-spy.d.ts.map +1 -0
  28. package/lib/internal/template/anchor-navigation/use-scroll-spy.js +74 -0
  29. package/lib/internal/template/anchor-navigation/use-scroll-spy.js.map +1 -0
  30. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  31. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
  32. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  33. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  34. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  35. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  36. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +75 -75
  37. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +295 -295
  38. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +75 -75
  39. package/lib/internal/template/button/styles.css.js +20 -20
  40. package/lib/internal/template/button/styles.scoped.css +151 -152
  41. package/lib/internal/template/button/styles.selectors.js +20 -20
  42. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  43. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +18 -19
  44. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  45. package/lib/internal/template/cards/index.js +2 -2
  46. package/lib/internal/template/cards/index.js.map +1 -1
  47. package/lib/internal/template/code-editor/styles.css.js +32 -32
  48. package/lib/internal/template/code-editor/styles.scoped.css +177 -179
  49. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  50. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  51. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +17 -18
  52. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  53. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  54. package/lib/internal/template/collection-preferences/styles.scoped.css +44 -45
  55. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  56. package/lib/internal/template/container/index.d.ts.map +1 -1
  57. package/lib/internal/template/container/index.js +2 -2
  58. package/lib/internal/template/container/index.js.map +1 -1
  59. package/lib/internal/template/container/internal.d.ts +5 -1
  60. package/lib/internal/template/container/internal.d.ts.map +1 -1
  61. package/lib/internal/template/container/internal.js +7 -4
  62. package/lib/internal/template/container/internal.js.map +1 -1
  63. package/lib/internal/template/content-layout/styles.css.js +7 -7
  64. package/lib/internal/template/content-layout/styles.scoped.css +13 -13
  65. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  66. package/lib/internal/template/expandable-section/expandable-section-container.d.ts +5 -3
  67. package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
  68. package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
  69. package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
  70. package/lib/internal/template/expandable-section/index.d.ts.map +1 -1
  71. package/lib/internal/template/expandable-section/index.js +8 -3
  72. package/lib/internal/template/expandable-section/index.js.map +1 -1
  73. package/lib/internal/template/expandable-section/internal.d.ts +3 -3
  74. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  75. package/lib/internal/template/expandable-section/internal.js +2 -2
  76. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  77. package/lib/internal/template/expandable-section/styles.css.js +29 -29
  78. package/lib/internal/template/expandable-section/styles.scoped.css +58 -59
  79. package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
  80. package/lib/internal/template/flashbar/styles.css.js +47 -47
  81. package/lib/internal/template/flashbar/styles.scoped.css +171 -172
  82. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  83. package/lib/internal/template/form-field/styles.css.js +19 -19
  84. package/lib/internal/template/form-field/styles.scoped.css +29 -30
  85. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  86. package/lib/internal/template/header/styles.css.js +32 -32
  87. package/lib/internal/template/header/styles.scoped.css +48 -49
  88. package/lib/internal/template/header/styles.selectors.js +32 -32
  89. package/lib/internal/template/index.d.ts +1 -0
  90. package/lib/internal/template/index.d.ts.map +1 -1
  91. package/lib/internal/template/index.js +1 -0
  92. package/lib/internal/template/index.js.map +1 -1
  93. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +2 -2
  94. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  95. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +8 -2
  96. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  97. package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  98. package/lib/internal/template/internal/analytics/hooks/use-funnel.js +2 -1
  99. package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
  100. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  101. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +19 -21
  102. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  103. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +31 -2
  104. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
  105. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +49 -7
  106. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
  107. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  108. package/lib/internal/template/internal/components/dropdown/index.js +20 -2
  109. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  110. package/lib/internal/template/internal/components/dropdown/styles.css.js +21 -21
  111. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +37 -36
  112. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +21 -21
  113. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  114. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +13 -14
  115. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  116. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  117. package/lib/internal/template/internal/components/option/styles.scoped.css +29 -30
  118. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  119. package/lib/internal/template/internal/environment.js +1 -1
  120. package/lib/internal/template/internal/environment.json +1 -1
  121. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  122. package/lib/internal/template/internal/generated/custom-css-properties/index.js +40 -39
  123. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  124. package/lib/internal/template/internal/utils/scrollable-containers.d.ts +6 -1
  125. package/lib/internal/template/internal/utils/scrollable-containers.d.ts.map +1 -1
  126. package/lib/internal/template/internal/utils/scrollable-containers.js +1 -1
  127. package/lib/internal/template/internal/utils/scrollable-containers.js.map +1 -1
  128. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  129. package/lib/internal/template/modal/internal.js +6 -4
  130. package/lib/internal/template/modal/internal.js.map +1 -1
  131. package/lib/internal/template/package.json +1 -0
  132. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  133. package/lib/internal/template/progress-bar/styles.scoped.css +32 -33
  134. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  135. package/lib/internal/template/property-filter/styles.css.js +30 -30
  136. package/lib/internal/template/property-filter/styles.scoped.css +32 -33
  137. package/lib/internal/template/property-filter/styles.selectors.js +30 -30
  138. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  139. package/lib/internal/template/side-navigation/styles.scoped.css +38 -39
  140. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  141. package/lib/internal/template/split-panel/styles.css.js +56 -56
  142. package/lib/internal/template/split-panel/styles.scoped.css +77 -78
  143. package/lib/internal/template/split-panel/styles.selectors.js +56 -56
  144. package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
  145. package/lib/internal/template/status-indicator/internal.js +3 -1
  146. package/lib/internal/template/status-indicator/internal.js.map +1 -1
  147. package/lib/internal/template/status-indicator/styles.css.js +22 -22
  148. package/lib/internal/template/status-indicator/styles.scoped.css +36 -34
  149. package/lib/internal/template/status-indicator/styles.selectors.js +22 -22
  150. package/lib/internal/template/table/header-cell/index.d.ts +0 -2
  151. package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
  152. package/lib/internal/template/table/header-cell/index.js +1 -1
  153. package/lib/internal/template/table/header-cell/index.js.map +1 -1
  154. package/lib/internal/template/table/index.d.ts.map +1 -1
  155. package/lib/internal/template/table/index.js +8 -4
  156. package/lib/internal/template/table/index.js.map +1 -1
  157. package/lib/internal/template/table/internal.d.ts +1 -0
  158. package/lib/internal/template/table/internal.d.ts.map +1 -1
  159. package/lib/internal/template/table/internal.js +8 -2
  160. package/lib/internal/template/table/internal.js.map +1 -1
  161. package/lib/internal/template/table/resizer/index.d.ts +3 -5
  162. package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
  163. package/lib/internal/template/table/resizer/index.js +44 -66
  164. package/lib/internal/template/table/resizer/index.js.map +1 -1
  165. package/lib/internal/template/table/resizer/resizer-lookup.d.ts +8 -0
  166. package/lib/internal/template/table/resizer/resizer-lookup.d.ts.map +1 -0
  167. package/lib/internal/template/table/resizer/resizer-lookup.js +39 -0
  168. package/lib/internal/template/table/resizer/resizer-lookup.js.map +1 -0
  169. package/lib/internal/template/tabs/styles.css.js +21 -21
  170. package/lib/internal/template/tabs/styles.scoped.css +39 -40
  171. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  172. package/lib/internal/template/test-utils/dom/anchor-navigation/index.d.ts +16 -0
  173. package/lib/internal/template/test-utils/dom/anchor-navigation/index.js +58 -0
  174. package/lib/internal/template/test-utils/dom/anchor-navigation/index.js.map +1 -0
  175. package/lib/internal/template/test-utils/dom/index.d.ts +3 -0
  176. package/lib/internal/template/test-utils/dom/index.js +10 -2
  177. package/lib/internal/template/test-utils/dom/index.js.map +1 -1
  178. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.d.ts +15 -0
  179. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.js +45 -0
  180. package/lib/internal/template/test-utils/selectors/anchor-navigation/index.js.map +1 -0
  181. package/lib/internal/template/test-utils/selectors/index.d.ts +3 -0
  182. package/lib/internal/template/test-utils/selectors/index.js +10 -2
  183. package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
  184. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  185. package/lib/internal/template/tiles/styles.css.js +29 -29
  186. package/lib/internal/template/tiles/styles.scoped.css +70 -71
  187. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  188. package/lib/internal/template/wizard/styles.css.js +31 -31
  189. package/lib/internal/template/wizard/styles.scoped.css +64 -68
  190. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  191. package/package.json +1 -1
@@ -90,54 +90,54 @@ 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_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93:not(#\9) {
93
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93:not(#\9) {
94
94
  opacity: 0;
95
95
  transform: translateY(-20px);
96
96
  }
97
97
  @media (prefers-reduced-motion: reduce) {
98
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93:not(#\9) {
98
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93:not(#\9) {
99
99
  animation: none;
100
100
  transition: none;
101
101
  }
102
102
  }
103
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93:not(#\9) {
103
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93:not(#\9) {
104
104
  animation: none;
105
105
  transition: none;
106
106
  }
107
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9),
108
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9),
109
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
110
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
107
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9),
108
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9),
109
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
110
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
111
111
  opacity: 0;
112
112
  transform: translateY(-8px);
113
113
  }
114
114
  @media (prefers-reduced-motion: reduce) {
115
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9),
116
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9),
117
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
118
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
115
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9),
116
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9),
117
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
118
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
119
119
  animation: none;
120
120
  transition: none;
121
121
  }
122
122
  }
123
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
123
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
124
124
  animation: none;
125
125
  transition: none;
126
126
  }
127
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
127
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
128
128
  opacity: 0;
129
129
  }
130
130
  @media (prefers-reduced-motion: reduce) {
131
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
131
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
132
132
  animation: none;
133
133
  transition: none;
134
134
  }
135
135
  }
136
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_enter_1q84n_1uxs4_93 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
136
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_enter_1q84n_1g75f_93 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
137
137
  animation: none;
138
138
  transition: none;
139
139
  }
140
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146:not(#\9) {
140
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146:not(#\9) {
141
141
  transition-property: transform, opacity;
142
142
  transition-duration: var(--motion-duration-refresh-only-slow-zaoigb, 250ms);
143
143
  transition-timing-function: var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
@@ -145,25 +145,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
145
145
  transform: translateY(0);
146
146
  }
147
147
  @media (prefers-reduced-motion: reduce) {
148
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146:not(#\9) {
148
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146:not(#\9) {
149
149
  animation: none;
150
150
  transition: none;
151
151
  }
152
152
  }
153
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146:not(#\9) {
153
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146:not(#\9) {
154
154
  animation: none;
155
155
  transition: none;
156
156
  }
157
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9),
158
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9),
159
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9),
160
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
161
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9),
162
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9),
163
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9),
164
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9),
165
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
166
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
157
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9),
158
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9),
159
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9),
160
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
161
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9),
162
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9),
163
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9),
164
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9),
165
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
166
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
167
167
  opacity: 1;
168
168
  transform: translateY(0);
169
169
  transition-property: transform, opacity;
@@ -171,83 +171,83 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
171
171
  transition-timing-function: var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
172
172
  }
173
173
  @media (prefers-reduced-motion: reduce) {
174
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9),
175
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9),
176
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9),
177
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
178
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9),
179
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9),
180
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9),
181
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9),
182
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
183
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
174
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9),
175
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9),
176
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9),
177
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
178
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9),
179
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9),
180
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9),
181
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9),
182
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
183
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
184
184
  animation: none;
185
185
  transition: none;
186
186
  }
187
187
  }
188
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
188
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
189
189
  animation: none;
190
190
  transition: none;
191
191
  }
192
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
192
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
193
193
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) - 50ms);
194
194
  }
195
195
  @media (prefers-reduced-motion: reduce) {
196
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
196
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
197
197
  animation: none;
198
198
  transition: none;
199
199
  }
200
200
  }
201
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
201
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9) {
205
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9) {
206
206
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) + 10ms);
207
207
  }
208
208
  @media (prefers-reduced-motion: reduce) {
209
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9) {
209
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9) {
210
210
  animation: none;
211
211
  transition: none;
212
212
  }
213
213
  }
214
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-header_1q84n_1uxs4_107:not(#\9) {
214
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-header_1q84n_1g75f_107:not(#\9) {
215
215
  animation: none;
216
216
  transition: none;
217
217
  }
218
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9) {
218
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9) {
219
219
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) + 10ms);
220
220
  }
221
221
  @media (prefers-reduced-motion: reduce) {
222
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9) {
222
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9) {
223
223
  animation: none;
224
224
  transition: none;
225
225
  }
226
226
  }
227
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_flash-message_1q84n_1uxs4_107 > .awsui_flash-content_1q84n_1uxs4_108:not(#\9) {
227
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_flash-message_1q84n_1g75f_107 > .awsui_flash-content_1q84n_1g75f_108:not(#\9) {
228
228
  animation: none;
229
229
  transition: none;
230
230
  }
231
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9),
232
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
233
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9),
234
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9) {
231
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9),
232
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
233
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9),
234
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9) {
235
235
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) * 2 - 100ms);
236
236
  }
237
237
  @media (prefers-reduced-motion: reduce) {
238
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9),
239
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9),
240
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9),
241
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9) {
238
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9),
239
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9),
240
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9),
241
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9) {
242
242
  animation: none;
243
243
  transition: none;
244
244
  }
245
245
  }
246
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entering_1q84n_1uxs4_146 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_entered_1q84n_1uxs4_167 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9) {
246
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entering_1q84n_1g75f_146 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_entered_1q84n_1g75f_167 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9) {
247
247
  animation: none;
248
248
  transition: none;
249
249
  }
250
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_exiting_1q84n_1uxs4_272:not(#\9) {
250
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_exiting_1q84n_1g75f_272:not(#\9) {
251
251
  opacity: 0;
252
252
  transform: translateY(-20px);
253
253
  transition-property: transform, opacity;
@@ -255,12 +255,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
255
255
  transition-timing-function: var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
256
256
  }
257
257
  @media (prefers-reduced-motion: reduce) {
258
- .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_exiting_1q84n_1uxs4_272:not(#\9) {
258
+ .awsui_flash-with-motion_1q84n_1g75f_93.awsui_exiting_1q84n_1g75f_272:not(#\9) {
259
259
  animation: none;
260
260
  transition: none;
261
261
  }
262
262
  }
263
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_exiting_1q84n_1uxs4_272:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1uxs4_93.awsui_exiting_1q84n_1uxs4_272:not(#\9) {
263
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1g75f_93.awsui_exiting_1q84n_1g75f_272:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1g75f_93.awsui_exiting_1q84n_1g75f_272:not(#\9) {
264
264
  animation: none;
265
265
  transition: none;
266
266
  }
@@ -269,26 +269,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
269
269
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
270
270
  SPDX-License-Identifier: Apache-2.0
271
271
  */
272
- .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_item_1q84n_1uxs4_294:not(#\9),
273
- .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_flash-list-item_1q84n_1uxs4_295:not(#\9),
274
- .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294.awsui_notification-bar_1q84n_1uxs4_296:not(#\9) {
272
+ .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_item_1q84n_1g75f_294:not(#\9),
273
+ .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_flash-list-item_1q84n_1g75f_295:not(#\9),
274
+ .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294.awsui_notification-bar_1q84n_1g75f_296:not(#\9) {
275
275
  transition-timing-function: var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
276
276
  transition-duration: var(--motion-duration-refresh-only-fast-y7h37k, 115ms);
277
277
  }
278
278
  @media (prefers-reduced-motion: reduce) {
279
- .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_item_1q84n_1uxs4_294:not(#\9),
280
- .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_flash-list-item_1q84n_1uxs4_295:not(#\9),
281
- .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294.awsui_notification-bar_1q84n_1uxs4_296:not(#\9) {
279
+ .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_item_1q84n_1g75f_294:not(#\9),
280
+ .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_flash-list-item_1q84n_1g75f_295:not(#\9),
281
+ .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294.awsui_notification-bar_1q84n_1g75f_296:not(#\9) {
282
282
  animation: none;
283
283
  transition: none;
284
284
  }
285
285
  }
286
- .awsui-motion-disabled .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_item_1q84n_1uxs4_294:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_item_1q84n_1uxs4_294:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_flash-list-item_1q84n_1uxs4_295:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294 > .awsui_flash-list-item_1q84n_1uxs4_295:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294.awsui_notification-bar_1q84n_1uxs4_296:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1uxs4_294 > .awsui_animation-running_1q84n_1uxs4_294.awsui_notification-bar_1q84n_1uxs4_296:not(#\9) {
286
+ .awsui-motion-disabled .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_item_1q84n_1g75f_294:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_item_1q84n_1g75f_294:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_flash-list-item_1q84n_1g75f_295:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294 > .awsui_flash-list-item_1q84n_1g75f_295:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294.awsui_notification-bar_1q84n_1g75f_296:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1g75f_294 > .awsui_animation-running_1q84n_1g75f_294.awsui_notification-bar_1q84n_1g75f_296:not(#\9) {
287
287
  animation: none;
288
288
  transition: none;
289
289
  }
290
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316.awsui_animation-ready_1q84n_1uxs4_316 > .awsui_expanded-only_1q84n_1uxs4_316:not(#\9),
291
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316.awsui_animation-running_1q84n_1uxs4_294 > .awsui_expanded-only_1q84n_1uxs4_316:not(#\9) {
290
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316.awsui_animation-ready_1q84n_1g75f_316 > .awsui_expanded-only_1q84n_1g75f_316:not(#\9),
291
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316.awsui_animation-running_1q84n_1g75f_294 > .awsui_expanded-only_1q84n_1g75f_316:not(#\9) {
292
292
  display: none;
293
293
  }
294
294
 
@@ -296,12 +296,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
296
296
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
297
297
  SPDX-License-Identifier: Apache-2.0
298
298
  */
299
- .awsui_stack_1q84n_1uxs4_294:not(#\9) {
299
+ .awsui_stack_1q84n_1g75f_294:not(#\9) {
300
300
  display: grid;
301
301
  grid-template-columns: 30px 1fr 30px;
302
302
  }
303
303
 
304
- .awsui_stack_1q84n_1uxs4_294 > .awsui_expanded_1q84n_1uxs4_316:not(#\9) {
304
+ .awsui_stack_1q84n_1g75f_294 > .awsui_expanded_1q84n_1g75f_316:not(#\9) {
305
305
  grid-column: 1/4;
306
306
  }
307
307
 
@@ -315,21 +315,21 @@ the grid layout will be:
315
315
  [10px] [item 2 start] [10px] [fractional unit] [10px] [item 2 end] [10px]
316
316
  [10px] [10px] [item 3 start] [fractional unit] [item 3 end] [10px] [10px]
317
317
  */
318
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316:not(#\9) {
318
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316:not(#\9) {
319
319
  display: grid;
320
320
  grid-column: 1/4;
321
- grid-template-columns: repeat(var(--awsui-flashbar-stack-depth-zw2xxa), 10px) 1fr repeat(var(--awsui-flashbar-stack-depth-zw2xxa), 10px);
321
+ grid-template-columns: repeat(var(--awsui-flashbar-stack-depth-y98gph), 10px) 1fr repeat(var(--awsui-flashbar-stack-depth-y98gph), 10px);
322
322
  row-gap: 8px;
323
323
  z-index: 0;
324
324
  }
325
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316 > .awsui_item_1q84n_1uxs4_294:not(#\9) {
326
- grid-column-start: calc(var(--awsui-flashbar-stack-index-zw2xxa) + 1);
327
- grid-column-end: calc(var(--awsui-flashbar-stack-depth-zw2xxa) * 2 + 1 - var(--awsui-flashbar-stack-index-zw2xxa) + 1);
325
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316 > .awsui_item_1q84n_1g75f_294:not(#\9) {
326
+ grid-column-start: calc(var(--awsui-flashbar-stack-index-y98gph) + 1);
327
+ grid-column-end: calc(var(--awsui-flashbar-stack-depth-y98gph) * 2 + 1 - var(--awsui-flashbar-stack-index-y98gph) + 1);
328
328
  grid-row-start: 1;
329
- grid-row-end: calc(var(--awsui-flashbar-stack-index-zw2xxa) + 2);
330
- z-index: calc(var(--awsui-flashbar-stack-depth-zw2xxa) - var(--awsui-flashbar-stack-index-zw2xxa));
329
+ grid-row-end: calc(var(--awsui-flashbar-stack-index-y98gph) + 2);
330
+ z-index: calc(var(--awsui-flashbar-stack-depth-y98gph) - var(--awsui-flashbar-stack-index-y98gph));
331
331
  }
332
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316 > .awsui_item_1q84n_1uxs4_294:not(#\9):not(:first-of-type) {
332
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316 > .awsui_item_1q84n_1g75f_294:not(#\9):not(:first-of-type) {
333
333
  align-self: end;
334
334
  /* Give placeholder elements in the stacked state the height of a notification
335
335
  with one single line of text.
@@ -341,23 +341,23 @@ the grid layout will be:
341
341
  ) * 2
342
342
  );
343
343
  }
344
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316 > .awsui_item_1q84n_1uxs4_294:not(#\9):not(:last-child) > .awsui_flash_1q84n_1uxs4_93::before,
345
- .awsui_stack_1q84n_1uxs4_294 > .awsui_collapsed_1q84n_1uxs4_316 > .awsui_item_1q84n_1uxs4_294.awsui_flash_1q84n_1uxs4_93:not(#\9)::before {
344
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316 > .awsui_item_1q84n_1g75f_294:not(#\9):not(:last-child) > .awsui_flash_1q84n_1g75f_93::before,
345
+ .awsui_stack_1q84n_1g75f_294 > .awsui_collapsed_1q84n_1g75f_316 > .awsui_item_1q84n_1g75f_294.awsui_flash_1q84n_1g75f_93:not(#\9)::before {
346
346
  box-shadow: var(--shadow-flash-collapsed-pxdair, 0px 2px 2px rgba(0, 0, 0, 0.15));
347
347
  }
348
348
 
349
- .awsui_stack_1q84n_1uxs4_294 > .awsui_expanded_1q84n_1uxs4_316.awsui_animation-running_1q84n_1uxs4_294 > .awsui_flash-list-item_1q84n_1uxs4_295:not(#\9) {
349
+ .awsui_stack_1q84n_1g75f_294 > .awsui_expanded_1q84n_1g75f_316.awsui_animation-running_1q84n_1g75f_294 > .awsui_flash-list-item_1q84n_1g75f_295:not(#\9) {
350
350
  position: relative;
351
- z-index: calc(var(--awsui-flashbar-stack-depth-zw2xxa) - var(--awsui-flashbar-stack-index-zw2xxa));
351
+ z-index: calc(var(--awsui-flashbar-stack-depth-y98gph) - var(--awsui-flashbar-stack-index-y98gph));
352
352
  }
353
353
 
354
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316) {
354
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316) {
355
355
  /*
356
356
  Since the notification bar is anchored to the bottom of the Flashbar, we need to push it up to account for the
357
357
  missing third item when there are only 2 items in the stack.
358
358
  */
359
359
  }
360
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316):not(.awsui_short-list_1q84n_1uxs4_386):not(.awsui_visual-refresh_1q84n_1uxs4_386) {
360
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316):not(.awsui_short-list_1q84n_1g75f_386):not(.awsui_visual-refresh_1q84n_1g75f_386) {
361
361
  /*
362
362
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
363
363
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -366,17 +366,17 @@ the grid layout will be:
366
366
  */
367
367
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
368
368
  is the full height of the notification bar */
369
- --awsui-stacked-notifications-default-bottom-margin-zw2xxa: calc(
369
+ --awsui-stacked-notifications-default-bottom-margin-y98gph: calc(
370
370
  var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 1px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px)
371
371
  );
372
372
  margin-bottom: calc(
373
373
  var(
374
- --awsui-stacked-notifications-bottom-margin-zw2xxa,
375
- var(--awsui-stacked-notifications-default-bottom-margin-zw2xxa)
374
+ --awsui-stacked-notifications-bottom-margin-y98gph,
375
+ var(--awsui-stacked-notifications-default-bottom-margin-y98gph)
376
376
  ) + 0px + 0px
377
377
  );
378
378
  }
379
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316):not(.awsui_short-list_1q84n_1uxs4_386):not(.awsui_visual-refresh_1q84n_1uxs4_386) > .awsui_notification-bar_1q84n_1uxs4_296 {
379
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316):not(.awsui_short-list_1q84n_1g75f_386):not(.awsui_visual-refresh_1q84n_1g75f_386) > .awsui_notification-bar_1q84n_1g75f_296 {
380
380
  margin-top: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 0px);
381
381
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
382
382
  is the full height of the notification bar */
@@ -388,7 +388,7 @@ the grid layout will be:
388
388
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
389
389
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
390
390
  }
391
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316):not(.awsui_short-list_1q84n_1uxs4_386).awsui_visual-refresh_1q84n_1uxs4_386 {
391
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316):not(.awsui_short-list_1q84n_1g75f_386).awsui_visual-refresh_1q84n_1g75f_386 {
392
392
  /*
393
393
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
394
394
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -397,17 +397,17 @@ the grid layout will be:
397
397
  */
398
398
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
399
399
  is the full height of the notification bar */
400
- --awsui-stacked-notifications-default-bottom-margin-zw2xxa: calc(
400
+ --awsui-stacked-notifications-default-bottom-margin-y98gph: calc(
401
401
  var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 2px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px)
402
402
  );
403
403
  margin-bottom: calc(
404
404
  var(
405
- --awsui-stacked-notifications-bottom-margin-zw2xxa,
406
- var(--awsui-stacked-notifications-default-bottom-margin-zw2xxa)
405
+ --awsui-stacked-notifications-bottom-margin-y98gph,
406
+ var(--awsui-stacked-notifications-default-bottom-margin-y98gph)
407
407
  ) + 0px + 0px
408
408
  );
409
409
  }
410
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316):not(.awsui_short-list_1q84n_1uxs4_386).awsui_visual-refresh_1q84n_1uxs4_386 > .awsui_notification-bar_1q84n_1uxs4_296 {
410
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316):not(.awsui_short-list_1q84n_1g75f_386).awsui_visual-refresh_1q84n_1g75f_386 > .awsui_notification-bar_1q84n_1g75f_296 {
411
411
  margin-top: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 0px);
412
412
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
413
413
  is the full height of the notification bar */
@@ -419,7 +419,7 @@ the grid layout will be:
419
419
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
420
420
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
421
421
  }
422
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316).awsui_short-list_1q84n_1uxs4_386:not(.awsui_visual-refresh_1q84n_1uxs4_386) {
422
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316).awsui_short-list_1q84n_1g75f_386:not(.awsui_visual-refresh_1q84n_1g75f_386) {
423
423
  /*
424
424
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
425
425
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -428,17 +428,17 @@ the grid layout will be:
428
428
  */
429
429
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
430
430
  is the full height of the notification bar */
431
- --awsui-stacked-notifications-default-bottom-margin-zw2xxa: calc(
431
+ --awsui-stacked-notifications-default-bottom-margin-y98gph: calc(
432
432
  var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 1px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px)
433
433
  );
434
434
  margin-bottom: calc(
435
435
  var(
436
- --awsui-stacked-notifications-bottom-margin-zw2xxa,
437
- var(--awsui-stacked-notifications-default-bottom-margin-zw2xxa)
436
+ --awsui-stacked-notifications-bottom-margin-y98gph,
437
+ var(--awsui-stacked-notifications-default-bottom-margin-y98gph)
438
438
  ) + 0px + 8px
439
439
  );
440
440
  }
441
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316).awsui_short-list_1q84n_1uxs4_386:not(.awsui_visual-refresh_1q84n_1uxs4_386) > .awsui_notification-bar_1q84n_1uxs4_296 {
441
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316).awsui_short-list_1q84n_1g75f_386:not(.awsui_visual-refresh_1q84n_1g75f_386) > .awsui_notification-bar_1q84n_1g75f_296 {
442
442
  margin-top: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 8px);
443
443
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
444
444
  is the full height of the notification bar */
@@ -450,7 +450,7 @@ the grid layout will be:
450
450
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
451
451
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
452
452
  }
453
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316).awsui_short-list_1q84n_1uxs4_386.awsui_visual-refresh_1q84n_1uxs4_386 {
453
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316).awsui_short-list_1q84n_1g75f_386.awsui_visual-refresh_1q84n_1g75f_386 {
454
454
  /*
455
455
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
456
456
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -459,17 +459,17 @@ the grid layout will be:
459
459
  */
460
460
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
461
461
  is the full height of the notification bar */
462
- --awsui-stacked-notifications-default-bottom-margin-zw2xxa: calc(
462
+ --awsui-stacked-notifications-default-bottom-margin-y98gph: calc(
463
463
  var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 2px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px)
464
464
  );
465
465
  margin-bottom: calc(
466
466
  var(
467
- --awsui-stacked-notifications-bottom-margin-zw2xxa,
468
- var(--awsui-stacked-notifications-default-bottom-margin-zw2xxa)
467
+ --awsui-stacked-notifications-bottom-margin-y98gph,
468
+ var(--awsui-stacked-notifications-default-bottom-margin-y98gph)
469
469
  ) + 0px + 8px
470
470
  );
471
471
  }
472
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380:not(#\9):not(.awsui_expanded_1q84n_1uxs4_316).awsui_short-list_1q84n_1uxs4_386.awsui_visual-refresh_1q84n_1uxs4_386 > .awsui_notification-bar_1q84n_1uxs4_296 {
472
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380:not(#\9):not(.awsui_expanded_1q84n_1g75f_316).awsui_short-list_1q84n_1g75f_386.awsui_visual-refresh_1q84n_1g75f_386 > .awsui_notification-bar_1q84n_1g75f_296 {
473
473
  margin-top: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 8px);
474
474
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
475
475
  is the full height of the notification bar */
@@ -481,7 +481,7 @@ the grid layout will be:
481
481
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
482
482
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
483
483
  }
484
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380.awsui_expanded_1q84n_1uxs4_316:not(#\9):not(.awsui_visual-refresh_1q84n_1uxs4_386) {
484
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380.awsui_expanded_1q84n_1g75f_316:not(#\9):not(.awsui_visual-refresh_1q84n_1g75f_386) {
485
485
  /*
486
486
  Give a bit more bottom margin when expanded, but only in Classic because in Visual Refresh the margin around the
487
487
  notifications slot already gives it enough space.
@@ -494,17 +494,17 @@ the grid layout will be:
494
494
  */
495
495
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
496
496
  is the full height of the notification bar */
497
- --awsui-stacked-notifications-default-bottom-margin-zw2xxa: calc(
497
+ --awsui-stacked-notifications-default-bottom-margin-y98gph: calc(
498
498
  var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 1px - var(--space-scaled-s-9q8n2q, 12px)
499
499
  );
500
500
  margin-bottom: calc(
501
501
  var(
502
- --awsui-stacked-notifications-bottom-margin-zw2xxa,
503
- var(--awsui-stacked-notifications-default-bottom-margin-zw2xxa)
502
+ --awsui-stacked-notifications-bottom-margin-y98gph,
503
+ var(--awsui-stacked-notifications-default-bottom-margin-y98gph)
504
504
  ) + var(--space-scaled-m-er48cl, 16px) + 0px
505
505
  );
506
506
  }
507
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380.awsui_expanded_1q84n_1uxs4_316:not(#\9):not(.awsui_visual-refresh_1q84n_1uxs4_386) > .awsui_notification-bar_1q84n_1uxs4_296 {
507
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380.awsui_expanded_1q84n_1g75f_316:not(#\9):not(.awsui_visual-refresh_1q84n_1g75f_386) > .awsui_notification-bar_1q84n_1g75f_296 {
508
508
  margin-top: calc(-1 * var(--space-scaled-s-9q8n2q, 12px) + 0px);
509
509
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
510
510
  is the full height of the notification bar */
@@ -516,7 +516,7 @@ the grid layout will be:
516
516
  padding-top: var(--space-scaled-xxs-t7ij38, 4px);
517
517
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
518
518
  }
519
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380.awsui_expanded_1q84n_1uxs4_316.awsui_visual-refresh_1q84n_1uxs4_386:not(#\9) {
519
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380.awsui_expanded_1q84n_1g75f_316.awsui_visual-refresh_1q84n_1g75f_386:not(#\9) {
520
520
  /*
521
521
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
522
522
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -525,17 +525,17 @@ the grid layout will be:
525
525
  */
526
526
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
527
527
  is the full height of the notification bar */
528
- --awsui-stacked-notifications-default-bottom-margin-zw2xxa: calc(
528
+ --awsui-stacked-notifications-default-bottom-margin-y98gph: calc(
529
529
  var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 2px - var(--space-scaled-s-9q8n2q, 12px)
530
530
  );
531
531
  margin-bottom: calc(
532
532
  var(
533
- --awsui-stacked-notifications-bottom-margin-zw2xxa,
534
- var(--awsui-stacked-notifications-default-bottom-margin-zw2xxa)
533
+ --awsui-stacked-notifications-bottom-margin-y98gph,
534
+ var(--awsui-stacked-notifications-default-bottom-margin-y98gph)
535
535
  ) + 0px + 0px
536
536
  );
537
537
  }
538
- .awsui_stack_1q84n_1uxs4_294.awsui_collapsible_1q84n_1uxs4_380.awsui_expanded_1q84n_1uxs4_316.awsui_visual-refresh_1q84n_1uxs4_386 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9) {
538
+ .awsui_stack_1q84n_1g75f_294.awsui_collapsible_1q84n_1g75f_380.awsui_expanded_1q84n_1g75f_316.awsui_visual-refresh_1q84n_1g75f_386 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9) {
539
539
  margin-top: calc(-1 * var(--space-scaled-s-9q8n2q, 12px) + 0px);
540
540
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
541
541
  is the full height of the notification bar */
@@ -548,9 +548,8 @@ the grid layout will be:
548
548
  padding-bottom: var(--space-scaled-xxs-t7ij38, 4px);
549
549
  }
550
550
 
551
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9) {
551
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9) {
552
552
  min-width: 0;
553
- -ms-word-break: break-all;
554
553
  word-break: break-word;
555
554
  background: var(--color-background-notification-stack-bar-990zt6, #2a2e33);
556
555
  border-color: var(--color-border-notification-stack-bar-sbqbf5, #2a2e33);
@@ -574,9 +573,9 @@ the grid layout will be:
574
573
  text-decoration: none;
575
574
  z-index: 1;
576
575
  }
577
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_status_1q84n_1uxs4_603 > .awsui_header_1q84n_1uxs4_603:not(#\9),
578
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_status_1q84n_1uxs4_603 > .awsui_item-count_1q84n_1uxs4_604:not(#\9),
579
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605:not(#\9) {
576
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_status_1q84n_1g75f_602 > .awsui_header_1q84n_1g75f_602:not(#\9),
577
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_status_1q84n_1g75f_602 > .awsui_item-count_1q84n_1g75f_603:not(#\9),
578
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604:not(#\9) {
580
579
  font-size: var(--font-size-body-m-pa3mqb, 14px);
581
580
  line-height: var(--line-height-body-m-2zx78l, 22px);
582
581
  color: var(--color-text-body-default-ki9w9u, #16191f);
@@ -591,7 +590,7 @@ the grid layout will be:
591
590
  padding-top: 0;
592
591
  padding-bottom: 0;
593
592
  }
594
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_status_1q84n_1uxs4_603:not(#\9) {
593
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_status_1q84n_1g75f_602:not(#\9) {
595
594
  display: flex;
596
595
  flex-direction: row;
597
596
  flex-wrap: wrap;
@@ -599,11 +598,11 @@ the grid layout will be:
599
598
  justify-content: center;
600
599
  row-gap: 0;
601
600
  }
602
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_status_1q84n_1uxs4_603 > .awsui_header_1q84n_1uxs4_603:not(#\9) {
601
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_status_1q84n_1g75f_602 > .awsui_header_1q84n_1g75f_602:not(#\9) {
603
602
  font-weight: var(--font-button-weight-s67y37, 700);
604
603
  display: inline-block;
605
604
  }
606
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_status_1q84n_1uxs4_603 > .awsui_item-count_1q84n_1uxs4_604:not(#\9) {
605
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_status_1q84n_1g75f_602 > .awsui_item-count_1q84n_1g75f_603:not(#\9) {
607
606
  column-gap: var(--space-s-2025hl, 12px);
608
607
  display: flex;
609
608
  flex-direction: row;
@@ -611,33 +610,33 @@ the grid layout will be:
611
610
  justify-content: center;
612
611
  row-gap: 0;
613
612
  }
614
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_status_1q84n_1uxs4_603 > .awsui_item-count_1q84n_1uxs4_604 > .awsui_type-count_1q84n_1uxs4_640 > .awsui_count-number_1q84n_1uxs4_640:not(#\9) {
613
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_status_1q84n_1g75f_602 > .awsui_item-count_1q84n_1g75f_603 > .awsui_type-count_1q84n_1g75f_639 > .awsui_count-number_1q84n_1g75f_639:not(#\9) {
615
614
  margin-left: var(--space-xxs-9rrxti, 4px);
616
615
  }
617
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9):hover {
616
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9):hover {
618
617
  background: var(--color-background-notification-stack-bar-hover-lt97pm, #545b64);
619
618
  border-color: var(--color-background-notification-stack-bar-hover-lt97pm, #545b64);
620
619
  }
621
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9):active {
620
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9):active {
622
621
  background: var(--color-background-notification-stack-bar-active-pfly17, #2a2e33);
623
622
  }
624
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296.awsui_visual-refresh_1q84n_1uxs4_386:not(#\9) {
623
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296.awsui_visual-refresh_1q84n_1g75f_386:not(#\9) {
625
624
  border-width: 2px;
626
625
  padding-left: var(--space-l-xu1x80, 20px);
627
626
  padding-right: var(--space-l-xu1x80, 20px);
628
627
  }
629
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9):not(.awsui_visual-refresh_1q84n_1uxs4_386) {
628
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9):not(.awsui_visual-refresh_1q84n_1g75f_386) {
630
629
  border-width: 1px;
631
630
  padding-left: var(--space-s-2025hl, 12px);
632
631
  padding-right: var(--space-s-2025hl, 12px);
633
632
  }
634
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9):not(.awsui_visual-refresh_1q84n_1uxs4_386):focus {
633
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9):not(.awsui_visual-refresh_1q84n_1g75f_386):focus {
635
634
  text-decoration: none;
636
635
  }
637
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296:not(#\9):not(.awsui_visual-refresh_1q84n_1uxs4_386):hover {
636
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296:not(#\9):not(.awsui_visual-refresh_1q84n_1g75f_386):hover {
638
637
  text-decoration: none;
639
638
  }
640
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605:not(#\9) {
639
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604:not(#\9) {
641
640
  display: inline-block;
642
641
  flex-grow: 1;
643
642
  background: none;
@@ -645,33 +644,33 @@ the grid layout will be:
645
644
  padding-top: 0;
646
645
  padding-bottom: 0;
647
646
  }
648
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605 > .awsui_icon_1q84n_1uxs4_674:not(#\9) {
647
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604 > .awsui_icon_1q84n_1g75f_673:not(#\9) {
649
648
  transition: transform var(--motion-duration-rotate-90-f4h6jw, 135ms) var(--motion-easing-rotate-90-ncjpnu, cubic-bezier(0.165, 0.84, 0.44, 1));
650
649
  }
651
650
  @media (prefers-reduced-motion: reduce) {
652
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605 > .awsui_icon_1q84n_1uxs4_674:not(#\9) {
651
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604 > .awsui_icon_1q84n_1g75f_673:not(#\9) {
653
652
  animation: none;
654
653
  transition: none;
655
654
  }
656
655
  }
657
- .awsui-motion-disabled .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605 > .awsui_icon_1q84n_1uxs4_674:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605 > .awsui_icon_1q84n_1uxs4_674:not(#\9) {
656
+ .awsui-motion-disabled .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604 > .awsui_icon_1q84n_1g75f_673:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604 > .awsui_icon_1q84n_1g75f_673:not(#\9) {
658
657
  animation: none;
659
658
  transition: none;
660
659
  }
661
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605.awsui_expanded_1q84n_1uxs4_316 > .awsui_icon_1q84n_1uxs4_674:not(#\9) {
660
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604.awsui_expanded_1q84n_1g75f_316 > .awsui_icon_1q84n_1g75f_673:not(#\9) {
662
661
  transform: rotate(180deg);
663
662
  }
664
- .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605:not(#\9):focus {
663
+ .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604:not(#\9):focus {
665
664
  outline: none;
666
665
  }
667
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605:not(#\9):focus {
666
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604:not(#\9):focus {
668
667
  position: relative;
669
668
  }
670
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605:not(#\9):focus {
669
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604:not(#\9):focus {
671
670
  outline: 2px dotted transparent;
672
671
  outline-offset: calc(0px - 1px);
673
672
  }
674
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notification-bar_1q84n_1uxs4_296 > .awsui_button_1q84n_1uxs4_605:not(#\9):focus::before {
673
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1g75f_294 > .awsui_notification-bar_1q84n_1g75f_296 > .awsui_button_1q84n_1g75f_604:not(#\9):focus::before {
675
674
  content: " ";
676
675
  display: block;
677
676
  position: absolute;
@@ -683,24 +682,24 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notifi
683
682
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
684
683
  }
685
684
 
686
- .awsui_stack_1q84n_1uxs4_294.awsui_expanded_1q84n_1uxs4_316:not(#\9):not(.awsui_floating_1q84n_1uxs4_712) {
687
- padding-bottom: var(--awsui-flashbar-sticky-bottom-margin-zw2xxa, 0);
685
+ .awsui_stack_1q84n_1g75f_294.awsui_expanded_1q84n_1g75f_316:not(#\9):not(.awsui_floating_1q84n_1g75f_711) {
686
+ padding-bottom: var(--awsui-flashbar-sticky-bottom-margin-y98gph, 0);
688
687
  }
689
688
 
690
689
  /*
691
690
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
692
691
  SPDX-License-Identifier: Apache-2.0
693
692
  */
694
- .awsui_flashbar_1q84n_1uxs4_720:not(#\9) {
693
+ .awsui_flashbar_1q84n_1g75f_719:not(#\9) {
695
694
  position: relative;
696
695
  /* stylelint-disable-next-line selector-max-type */
697
696
  }
698
- .awsui_flashbar_1q84n_1uxs4_720 > li + li:not(#\9) {
697
+ .awsui_flashbar_1q84n_1g75f_719 > li + li:not(#\9) {
699
698
  padding-top: 0;
700
699
  }
701
700
 
702
- .awsui_flashbar_1q84n_1uxs4_720:not(#\9),
703
- .awsui_flash_1q84n_1uxs4_93:not(#\9) {
701
+ .awsui_flashbar_1q84n_1g75f_719:not(#\9),
702
+ .awsui_flash_1q84n_1g75f_93:not(#\9) {
704
703
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
705
704
  border-collapse: separate;
706
705
  border-spacing: 0;
@@ -739,7 +738,7 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notifi
739
738
  -moz-osx-font-smoothing: auto;
740
739
  }
741
740
 
742
- .awsui_flash_1q84n_1uxs4_93:not(#\9) {
741
+ .awsui_flash_1q84n_1g75f_93:not(#\9) {
743
742
  position: relative;
744
743
  display: flex;
745
744
  justify-content: flex-start;
@@ -750,7 +749,7 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notifi
750
749
  overflow-wrap: break-word;
751
750
  word-wrap: break-word;
752
751
  }
753
- .awsui_flash_1q84n_1uxs4_93:not(#\9)::before {
752
+ .awsui_flash_1q84n_1g75f_93:not(#\9)::before {
754
753
  content: "";
755
754
  position: absolute;
756
755
  left: 0px;
@@ -763,41 +762,41 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1uxs4_294 > .awsui_notifi
763
762
  border-radius: var(--border-radius-flashbar-eqkx39, 0px);
764
763
  box-shadow: var(--shadow-flash-sticky-r84jr7, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
765
764
  }
766
- .awsui_flash-refresh_1q84n_1uxs4_766:not(#\9)::before {
765
+ .awsui_flash-refresh_1q84n_1g75f_765:not(#\9)::before {
767
766
  z-index: -1;
768
767
  }
769
768
 
770
- .awsui_flash-list_1q84n_1uxs4_295:not(#\9) {
769
+ .awsui_flash-list_1q84n_1g75f_295:not(#\9) {
771
770
  list-style: none;
772
771
  padding: 0;
773
772
  margin: 0;
774
773
  }
775
- .awsui_flash-list_1q84n_1uxs4_295:not(#\9):not(.awsui_collapsed_1q84n_1uxs4_316) > li:not(:last-child) {
774
+ .awsui_flash-list_1q84n_1g75f_295:not(#\9):not(.awsui_collapsed_1q84n_1g75f_316) > li:not(:last-child) {
776
775
  margin-bottom: var(--space-xxxs-z28114, 2px);
777
776
  }
778
777
 
779
- .awsui_flash-body_1q84n_1uxs4_107:not(#\9) {
778
+ .awsui_flash-body_1q84n_1g75f_107:not(#\9) {
780
779
  display: flex;
781
780
  flex-grow: 1;
782
781
  min-width: 0;
783
782
  }
784
783
 
785
- .awsui_flash-focus-container_1q84n_1uxs4_785:not(#\9) {
784
+ .awsui_flash-focus-container_1q84n_1g75f_784:not(#\9) {
786
785
  display: flex;
787
786
  flex: 1;
788
787
  min-width: 0;
789
788
  }
790
- .awsui_flash-focus-container_1q84n_1uxs4_785:not(#\9):focus {
789
+ .awsui_flash-focus-container_1q84n_1g75f_784:not(#\9):focus {
791
790
  outline: none;
792
791
  }
793
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1uxs4_785:not(#\9):focus {
792
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1g75f_784:not(#\9):focus {
794
793
  position: relative;
795
794
  }
796
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1uxs4_785:not(#\9):focus {
795
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1g75f_784:not(#\9):focus {
797
796
  outline: 2px dotted transparent;
798
797
  outline-offset: calc(var(--space-button-focus-outline-gutter-s68ny8, 3px) - 1px);
799
798
  }
800
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1uxs4_785:not(#\9):focus::before {
799
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1g75f_784:not(#\9):focus::before {
801
800
  content: " ";
802
801
  display: block;
803
802
  position: absolute;
@@ -809,75 +808,75 @@ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1uxs4_785
809
808
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
810
809
  }
811
810
 
812
- .awsui_flash-text_1q84n_1uxs4_812:not(#\9) {
811
+ .awsui_flash-text_1q84n_1g75f_811:not(#\9) {
813
812
  margin: var(--border-field-width-yoy972, 1px) 0;
814
813
  padding: var(--space-scaled-xxs-t7ij38, 4px) var(--space-xxs-9rrxti, 4px);
815
814
  }
816
815
 
817
- .awsui_flash-icon_1q84n_1uxs4_133:not(#\9) {
816
+ .awsui_flash-icon_1q84n_1g75f_133:not(#\9) {
818
817
  flex: 0 0 auto;
819
818
  padding-left: 0;
820
819
  }
821
820
 
822
- .awsui_flash-message_1q84n_1uxs4_107:not(#\9) {
821
+ .awsui_flash-message_1q84n_1g75f_107:not(#\9) {
823
822
  flex: 1 1 0%;
824
823
  word-wrap: break-word;
825
824
  max-width: 100%;
826
825
  overflow: hidden;
827
826
  }
828
827
 
829
- .awsui_flash-header_1q84n_1uxs4_107:not(#\9) {
828
+ .awsui_flash-header_1q84n_1g75f_107:not(#\9) {
830
829
  font-weight: 700;
831
830
  }
832
831
 
833
- .awsui_flash-content_1q84n_1uxs4_108:not(#\9) {
832
+ .awsui_flash-content_1q84n_1g75f_108:not(#\9) {
834
833
  /* Only used as a selector for test-utils */
835
834
  }
836
835
 
837
- .awsui_dismiss-button-wrapper_1q84n_1uxs4_110:not(#\9) {
836
+ .awsui_dismiss-button-wrapper_1q84n_1g75f_110:not(#\9) {
838
837
  flex: 0 0 auto;
839
838
  margin-left: var(--space-s-2025hl, 12px);
840
839
  margin-right: calc(-1 * var(--space-xxs-9rrxti, 4px));
841
840
  padding-right: var(--space-flashbar-dismiss-right-rydxjj, 4px);
842
841
  }
843
842
 
844
- .awsui_dismiss-button_1q84n_1uxs4_110:not(#\9) {
843
+ .awsui_dismiss-button_1q84n_1g75f_110:not(#\9) {
845
844
  /* Only used as a selector for test-utils */
846
845
  }
847
846
 
848
- .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9) {
847
+ .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9) {
849
848
  white-space: nowrap;
850
849
  margin-left: var(--space-flashbar-action-left-ssm29i, 16px);
851
850
  }
852
851
 
853
- .awsui_flashbar_1q84n_1uxs4_720.awsui_breakpoint-default_1q84n_1uxs4_853 > .awsui_flash-list_1q84n_1uxs4_295 > .awsui_flash-list-item_1q84n_1uxs4_295 > .awsui_flash_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107:not(#\9) {
852
+ .awsui_flashbar_1q84n_1g75f_719.awsui_breakpoint-default_1q84n_1g75f_852 > .awsui_flash-list_1q84n_1g75f_295 > .awsui_flash-list-item_1q84n_1g75f_295 > .awsui_flash_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107:not(#\9) {
854
853
  display: block;
855
854
  }
856
- .awsui_flashbar_1q84n_1uxs4_720.awsui_breakpoint-default_1q84n_1uxs4_853 > .awsui_flash-list_1q84n_1uxs4_295 > .awsui_flash-list-item_1q84n_1uxs4_295 > .awsui_flash_1q84n_1uxs4_93 > .awsui_flash-body_1q84n_1uxs4_107 > .awsui_action-button-wrapper_1q84n_1uxs4_109:not(#\9) {
855
+ .awsui_flashbar_1q84n_1g75f_719.awsui_breakpoint-default_1q84n_1g75f_852 > .awsui_flash-list_1q84n_1g75f_295 > .awsui_flash-list-item_1q84n_1g75f_295 > .awsui_flash_1q84n_1g75f_93 > .awsui_flash-body_1q84n_1g75f_107 > .awsui_action-button-wrapper_1q84n_1g75f_109:not(#\9) {
857
856
  margin-left: var(--space-l-xu1x80, 20px);
858
857
  padding-left: var(--space-xxs-9rrxti, 4px);
859
858
  margin-bottom: var(--space-xxs-9rrxti, 4px);
860
859
  }
861
860
 
862
- .awsui_action-button_1q84n_1uxs4_109:not(#\9),
863
- .awsui_action-slot_1q84n_1uxs4_863:not(#\9) {
861
+ .awsui_action-button_1q84n_1g75f_109:not(#\9),
862
+ .awsui_action-slot_1q84n_1g75f_862:not(#\9) {
864
863
  /* Only used as a selector for test-utils */
865
864
  }
866
865
 
867
- .awsui_flash-type-success_1q84n_1uxs4_867:not(#\9) {
866
+ .awsui_flash-type-success_1q84n_1g75f_866:not(#\9) {
868
867
  background-color: var(--color-background-notification-green-igmdlm, #1d8102);
869
868
  }
870
869
 
871
- .awsui_flash-type-error_1q84n_1uxs4_871:not(#\9) {
870
+ .awsui_flash-type-error_1q84n_1g75f_870:not(#\9) {
872
871
  background-color: var(--color-background-notification-red-k9i8vf, #d13212);
873
872
  }
874
873
 
875
- .awsui_flash-type-info_1q84n_1uxs4_875:not(#\9),
876
- .awsui_flash-type-in-progress_1q84n_1uxs4_876:not(#\9) {
874
+ .awsui_flash-type-info_1q84n_1g75f_874:not(#\9),
875
+ .awsui_flash-type-in-progress_1q84n_1g75f_875:not(#\9) {
877
876
  background-color: var(--color-background-notification-blue-xgzcj2, #0073bb);
878
877
  }
879
878
 
880
- .awsui_flash-type-warning_1q84n_1uxs4_880:not(#\9) {
879
+ .awsui_flash-type-warning_1q84n_1g75f_879:not(#\9) {
881
880
  color: var(--color-text-notification-yellow-3bwe6p, #16191f);
882
881
  background-color: var(--color-background-notification-yellow-jc5ibh, #ffe457);
883
882
  }