@cloudscape-design/components-themeable 3.0.743 → 3.0.745

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 (174) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/resize/styles.scss +42 -0
  3. package/lib/internal/scss/app-layout/styles.scss +0 -26
  4. package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -23
  5. package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +18 -6
  6. package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +0 -1
  7. package/lib/internal/scss/expandable-section/analytics-metadata/styles.scss +8 -0
  8. package/lib/internal/scss/flashbar/collapsible.motion.scss +2 -2
  9. package/lib/internal/scss/flashbar/motion.scss +10 -10
  10. package/lib/internal/scss/split-panel/styles.scss +12 -10
  11. package/lib/internal/scss/tabs/analytics-metadata/styles.scss +11 -0
  12. package/lib/internal/template/app-layout/classic.js +1 -1
  13. package/lib/internal/template/app-layout/classic.js.map +1 -1
  14. package/lib/internal/template/app-layout/drawer/styles.css.js +13 -13
  15. package/lib/internal/template/app-layout/drawer/styles.scoped.css +22 -22
  16. package/lib/internal/template/app-layout/drawer/styles.selectors.js +13 -13
  17. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  18. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +10 -10
  19. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  20. package/lib/internal/template/app-layout/resize/styles.css.js +9 -0
  21. package/lib/internal/template/app-layout/resize/styles.scoped.css +179 -0
  22. package/lib/internal/template/app-layout/resize/styles.selectors.js +10 -0
  23. package/lib/internal/template/app-layout/styles.css.js +12 -16
  24. package/lib/internal/template/app-layout/styles.scoped.css +12 -43
  25. package/lib/internal/template/app-layout/styles.selectors.js +12 -16
  26. package/lib/internal/template/app-layout/utils/use-drawers.js +1 -1
  27. package/lib/internal/template/app-layout/utils/use-drawers.js.map +1 -1
  28. package/lib/internal/template/app-layout/utils/use-pointer-events.js +1 -1
  29. package/lib/internal/template/app-layout/utils/use-pointer-events.js.map +1 -1
  30. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +82 -82
  31. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +161 -161
  32. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +82 -82
  33. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts +2 -1
  34. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
  35. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -2
  36. package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
  37. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.d.ts.map +1 -1
  38. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.js +4 -4
  39. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.js.map +1 -1
  40. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.d.ts.map +1 -1
  41. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.js +1 -0
  42. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/use-resize.js.map +1 -1
  43. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js +3 -3
  44. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js.map +1 -1
  45. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -6
  46. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +6 -29
  47. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -6
  48. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.d.ts.map +1 -1
  49. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js +4 -3
  50. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js.map +1 -1
  51. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
  52. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +45 -31
  53. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
  54. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +13 -13
  55. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +16 -17
  56. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +13 -13
  57. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  58. package/lib/internal/template/attribute-editor/styles.scoped.css +25 -25
  59. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  60. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  61. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +18 -18
  62. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  63. package/lib/internal/template/code-editor/styles.css.js +33 -33
  64. package/lib/internal/template/code-editor/styles.scoped.css +184 -184
  65. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  66. package/lib/internal/template/expandable-section/analytics-metadata/interfaces.d.ts +17 -0
  67. package/lib/internal/template/expandable-section/analytics-metadata/interfaces.d.ts.map +1 -0
  68. package/lib/internal/template/expandable-section/analytics-metadata/interfaces.js +4 -0
  69. package/lib/internal/template/expandable-section/analytics-metadata/interfaces.js.map +1 -0
  70. package/lib/internal/template/expandable-section/analytics-metadata/styles.css.js +6 -0
  71. package/lib/internal/template/expandable-section/analytics-metadata/styles.scoped.css +7 -0
  72. package/lib/internal/template/expandable-section/analytics-metadata/styles.selectors.js +7 -0
  73. package/lib/internal/template/expandable-section/expandable-section-container.d.ts +2 -1
  74. package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
  75. package/lib/internal/template/expandable-section/expandable-section-container.js +13 -3
  76. package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
  77. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  78. package/lib/internal/template/expandable-section/expandable-section-header.js +19 -7
  79. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  80. package/lib/internal/template/expandable-section/index.d.ts.map +1 -1
  81. package/lib/internal/template/expandable-section/index.js +1 -1
  82. package/lib/internal/template/expandable-section/index.js.map +1 -1
  83. package/lib/internal/template/expandable-section/internal.d.ts +2 -1
  84. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  85. package/lib/internal/template/expandable-section/internal.js +2 -2
  86. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  87. package/lib/internal/template/flashbar/styles.css.js +47 -47
  88. package/lib/internal/template/flashbar/styles.scoped.css +158 -158
  89. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  90. package/lib/internal/template/form-field/styles.css.js +24 -24
  91. package/lib/internal/template/form-field/styles.scoped.css +38 -38
  92. package/lib/internal/template/form-field/styles.selectors.js +24 -24
  93. package/lib/internal/template/help-panel/styles.css.js +5 -5
  94. package/lib/internal/template/help-panel/styles.scoped.css +69 -69
  95. package/lib/internal/template/help-panel/styles.selectors.js +5 -5
  96. package/lib/internal/template/internal/base-component/styles.scoped.css +28 -17
  97. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  98. package/lib/internal/template/internal/components/token-list/styles.scoped.css +21 -21
  99. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  100. package/lib/internal/template/internal/environment.js +1 -1
  101. package/lib/internal/template/internal/environment.json +1 -1
  102. package/lib/internal/template/internal/generated/styles/tokens.js +1 -1
  103. package/lib/internal/template/internal/generated/theming/index.cjs +15 -15
  104. package/lib/internal/template/internal/generated/theming/index.js +15 -15
  105. package/lib/internal/template/link/styles.css.js +20 -20
  106. package/lib/internal/template/link/styles.scoped.css +79 -79
  107. package/lib/internal/template/link/styles.selectors.js +20 -20
  108. package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
  109. package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +17 -17
  110. package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
  111. package/lib/internal/template/modal/styles.css.js +23 -23
  112. package/lib/internal/template/modal/styles.scoped.css +40 -40
  113. package/lib/internal/template/modal/styles.selectors.js +23 -23
  114. package/lib/internal/template/popover/styles.css.js +52 -52
  115. package/lib/internal/template/popover/styles.scoped.css +69 -69
  116. package/lib/internal/template/popover/styles.selectors.js +52 -52
  117. package/lib/internal/template/property-filter/controller.d.ts +10 -7
  118. package/lib/internal/template/property-filter/controller.d.ts.map +1 -1
  119. package/lib/internal/template/property-filter/controller.js +16 -30
  120. package/lib/internal/template/property-filter/controller.js.map +1 -1
  121. package/lib/internal/template/property-filter/internal.d.ts.map +1 -1
  122. package/lib/internal/template/property-filter/internal.js +22 -7
  123. package/lib/internal/template/property-filter/internal.js.map +1 -1
  124. package/lib/internal/template/property-filter/property-editor.d.ts +2 -2
  125. package/lib/internal/template/property-filter/property-editor.d.ts.map +1 -1
  126. package/lib/internal/template/property-filter/property-editor.js +1 -1
  127. package/lib/internal/template/property-filter/property-editor.js.map +1 -1
  128. package/lib/internal/template/property-filter/token.d.ts +7 -8
  129. package/lib/internal/template/property-filter/token.d.ts.map +1 -1
  130. package/lib/internal/template/property-filter/token.js +6 -5
  131. package/lib/internal/template/property-filter/token.js.map +1 -1
  132. package/lib/internal/template/split-panel/bottom.d.ts +1 -4
  133. package/lib/internal/template/split-panel/bottom.d.ts.map +1 -1
  134. package/lib/internal/template/split-panel/bottom.js +5 -7
  135. package/lib/internal/template/split-panel/bottom.js.map +1 -1
  136. package/lib/internal/template/split-panel/implementation.d.ts.map +1 -1
  137. package/lib/internal/template/split-panel/implementation.js +5 -5
  138. package/lib/internal/template/split-panel/implementation.js.map +1 -1
  139. package/lib/internal/template/split-panel/side.d.ts.map +1 -1
  140. package/lib/internal/template/split-panel/side.js +5 -3
  141. package/lib/internal/template/split-panel/side.js.map +1 -1
  142. package/lib/internal/template/split-panel/styles.css.js +26 -27
  143. package/lib/internal/template/split-panel/styles.scoped.css +50 -215
  144. package/lib/internal/template/split-panel/styles.selectors.js +26 -27
  145. package/lib/internal/template/status-indicator/styles.css.js +23 -23
  146. package/lib/internal/template/status-indicator/styles.scoped.css +29 -29
  147. package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
  148. package/lib/internal/template/tabs/analytics-metadata/interfaces.d.ts +33 -0
  149. package/lib/internal/template/tabs/analytics-metadata/interfaces.d.ts.map +1 -0
  150. package/lib/internal/template/tabs/analytics-metadata/interfaces.js +4 -0
  151. package/lib/internal/template/tabs/analytics-metadata/interfaces.js.map +1 -0
  152. package/lib/internal/template/tabs/analytics-metadata/styles.css.js +9 -0
  153. package/lib/internal/template/tabs/analytics-metadata/styles.scoped.css +10 -0
  154. package/lib/internal/template/tabs/analytics-metadata/styles.selectors.js +10 -0
  155. package/lib/internal/template/tabs/index.d.ts.map +1 -1
  156. package/lib/internal/template/tabs/index.js +16 -2
  157. package/lib/internal/template/tabs/index.js.map +1 -1
  158. package/lib/internal/template/tabs/styles.css.js +28 -28
  159. package/lib/internal/template/tabs/styles.scoped.css +50 -50
  160. package/lib/internal/template/tabs/styles.selectors.js +28 -28
  161. package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
  162. package/lib/internal/template/tabs/tab-header-bar.js +36 -9
  163. package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
  164. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  165. package/lib/internal/template/tag-editor/styles.scoped.css +11 -11
  166. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  167. package/lib/internal/template/text-content/styles.css.js +1 -1
  168. package/lib/internal/template/text-content/styles.scoped.css +62 -62
  169. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  170. package/lib/internal/template/wizard/styles.css.js +30 -30
  171. package/lib/internal/template/wizard/styles.scoped.css +59 -59
  172. package/lib/internal/template/wizard/styles.selectors.js +30 -30
  173. package/package.json +1 -1
  174. package/lib/internal/scss/split-panel/motion.scss +0 -21
@@ -150,177 +150,177 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153:not(#\9) {
153
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153:not(#\9) {
154
154
  opacity: 0;
155
155
  transform: translateY(-20px);
156
156
  }
157
157
  @media (prefers-reduced-motion: reduce) {
158
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153:not(#\9) {
158
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153:not(#\9) {
159
159
  animation: none;
160
160
  transition: none;
161
161
  }
162
162
  }
163
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153:not(#\9) {
163
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153:not(#\9) {
164
164
  animation: none;
165
165
  transition: none;
166
166
  }
167
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9),
168
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9),
169
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
170
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
167
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9),
168
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9),
169
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
170
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
171
171
  opacity: 0;
172
172
  transform: translateY(-8px);
173
173
  }
174
174
  @media (prefers-reduced-motion: reduce) {
175
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9),
176
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9),
177
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
178
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
175
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9),
176
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9),
177
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
178
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
179
179
  animation: none;
180
180
  transition: none;
181
181
  }
182
182
  }
183
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
183
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
184
184
  animation: none;
185
185
  transition: none;
186
186
  }
187
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
187
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
188
188
  opacity: 0;
189
189
  }
190
190
  @media (prefers-reduced-motion: reduce) {
191
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
191
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
192
192
  animation: none;
193
193
  transition: none;
194
194
  }
195
195
  }
196
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_enter_1q84n_1roer_153 > .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
196
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_enter_1q84n_1upbt_153 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
197
197
  animation: none;
198
198
  transition: none;
199
199
  }
200
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206:not(#\9) {
200
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206:not(#\9) {
201
201
  transition-property: transform, opacity;
202
- transition-duration: var(--motion-duration-refresh-only-slow-zaoigb, 250ms);
203
- transition-timing-function: var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
202
+ transition-duration: var(--motion-duration-complex-wqst0e, 270ms);
203
+ transition-timing-function: var(--motion-easing-expressive-rf6lml, ease-out);
204
204
  opacity: 1;
205
205
  transform: translateY(0);
206
206
  }
207
207
  @media (prefers-reduced-motion: reduce) {
208
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206:not(#\9) {
208
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206:not(#\9) {
209
209
  animation: none;
210
210
  transition: none;
211
211
  }
212
212
  }
213
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206:not(#\9) {
213
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206:not(#\9) {
214
214
  animation: none;
215
215
  transition: none;
216
216
  }
217
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9),
218
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9),
219
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9),
220
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
221
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9),
222
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9),
223
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9),
224
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9),
225
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
226
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
217
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9),
218
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9),
219
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9),
220
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
221
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9),
222
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9),
223
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9),
224
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9),
225
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
226
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
227
227
  opacity: 1;
228
228
  transform: translateY(0);
229
229
  transition-property: transform, opacity;
230
- transition-duration: var(--motion-duration-refresh-only-slow-zaoigb, 250ms);
231
- transition-timing-function: var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
230
+ transition-duration: var(--motion-duration-complex-wqst0e, 270ms);
231
+ transition-timing-function: var(--motion-easing-expressive-rf6lml, ease-out);
232
232
  }
233
233
  @media (prefers-reduced-motion: reduce) {
234
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9),
235
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9),
236
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9),
237
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
238
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9),
239
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9),
240
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9),
241
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9),
242
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
243
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
234
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9),
235
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9),
236
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9),
237
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
238
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9),
239
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9),
240
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9),
241
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9),
242
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
243
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
244
244
  animation: none;
245
245
  transition: none;
246
246
  }
247
247
  }
248
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
248
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
249
249
  animation: none;
250
250
  transition: none;
251
251
  }
252
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
253
- transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) - 50ms);
252
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
253
+ transition-delay: calc(var(--motion-duration-complex-wqst0e, 270ms) - 50ms);
254
254
  }
255
255
  @media (prefers-reduced-motion: reduce) {
256
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
256
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
257
257
  animation: none;
258
258
  transition: none;
259
259
  }
260
260
  }
261
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
261
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
262
262
  animation: none;
263
263
  transition: none;
264
264
  }
265
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9) {
266
- transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) + 10ms);
265
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9) {
266
+ transition-delay: calc(var(--motion-duration-complex-wqst0e, 270ms) + 10ms);
267
267
  }
268
268
  @media (prefers-reduced-motion: reduce) {
269
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9) {
269
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9) {
270
270
  animation: none;
271
271
  transition: none;
272
272
  }
273
273
  }
274
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-header_1q84n_1roer_167:not(#\9) {
274
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-header_1q84n_1upbt_167:not(#\9) {
275
275
  animation: none;
276
276
  transition: none;
277
277
  }
278
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9) {
279
- transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) + 10ms);
278
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9) {
279
+ transition-delay: calc(var(--motion-duration-complex-wqst0e, 270ms) + 10ms);
280
280
  }
281
281
  @media (prefers-reduced-motion: reduce) {
282
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9) {
282
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9) {
283
283
  animation: none;
284
284
  transition: none;
285
285
  }
286
286
  }
287
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_flash-message_1q84n_1roer_167 > .awsui_flash-content_1q84n_1roer_168:not(#\9) {
287
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_flash-message_1q84n_1upbt_167 > .awsui_flash-content_1q84n_1upbt_168:not(#\9) {
288
288
  animation: none;
289
289
  transition: none;
290
290
  }
291
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9),
292
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
293
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9),
294
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9) {
295
- transition-delay: calc(var(--motion-duration-refresh-only-slow-zaoigb, 250ms) * 2 - 100ms);
291
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9),
292
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
293
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9),
294
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9) {
295
+ transition-delay: calc(var(--motion-duration-complex-wqst0e, 270ms) * 2 - 100ms);
296
296
  }
297
297
  @media (prefers-reduced-motion: reduce) {
298
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9),
299
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9),
300
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9),
301
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9) {
298
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9),
299
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9),
300
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9),
301
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9) {
302
302
  animation: none;
303
303
  transition: none;
304
304
  }
305
305
  }
306
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entering_1q84n_1roer_206 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_entered_1q84n_1roer_227 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9) {
306
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entering_1q84n_1upbt_206 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_entered_1q84n_1upbt_227 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9) {
307
307
  animation: none;
308
308
  transition: none;
309
309
  }
310
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_exiting_1q84n_1roer_332:not(#\9) {
310
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_exiting_1q84n_1upbt_332:not(#\9) {
311
311
  opacity: 0;
312
312
  transform: translateY(-20px);
313
313
  transition-property: transform, opacity;
314
- transition-duration: var(--motion-duration-refresh-only-fast-y7h37k, 115ms);
315
- transition-timing-function: var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
314
+ transition-duration: var(--motion-duration-responsive-7lway4, 135ms);
315
+ transition-timing-function: var(--motion-easing-expressive-rf6lml, ease-out);
316
316
  }
317
317
  @media (prefers-reduced-motion: reduce) {
318
- .awsui_flash-with-motion_1q84n_1roer_153.awsui_exiting_1q84n_1roer_332:not(#\9) {
318
+ .awsui_flash-with-motion_1q84n_1upbt_153.awsui_exiting_1q84n_1upbt_332:not(#\9) {
319
319
  animation: none;
320
320
  transition: none;
321
321
  }
322
322
  }
323
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1roer_153.awsui_exiting_1q84n_1roer_332:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1roer_153.awsui_exiting_1q84n_1roer_332:not(#\9) {
323
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1upbt_153.awsui_exiting_1q84n_1upbt_332:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1upbt_153.awsui_exiting_1q84n_1upbt_332:not(#\9) {
324
324
  animation: none;
325
325
  transition: none;
326
326
  }
@@ -341,35 +341,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
341
341
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
342
342
  SPDX-License-Identifier: Apache-2.0
343
343
  */
344
- .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_item_1q84n_1roer_366:not(#\9),
345
- .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_flash-list-item_1q84n_1roer_367:not(#\9),
346
- .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366.awsui_notification-bar_1q84n_1roer_368:not(#\9) {
347
- transition-timing-function: var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
348
- transition-duration: var(--motion-duration-refresh-only-fast-y7h37k, 115ms);
344
+ .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_item_1q84n_1upbt_366:not(#\9),
345
+ .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_flash-list-item_1q84n_1upbt_367:not(#\9),
346
+ .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366.awsui_notification-bar_1q84n_1upbt_368:not(#\9) {
347
+ transition-timing-function: var(--motion-easing-responsive-80ki08, ease-out);
348
+ transition-duration: var(--motion-duration-responsive-7lway4, 135ms);
349
349
  }
350
350
  @media (prefers-reduced-motion: reduce) {
351
- .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_item_1q84n_1roer_366:not(#\9),
352
- .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_flash-list-item_1q84n_1roer_367:not(#\9),
353
- .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366.awsui_notification-bar_1q84n_1roer_368:not(#\9) {
351
+ .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_item_1q84n_1upbt_366:not(#\9),
352
+ .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_flash-list-item_1q84n_1upbt_367:not(#\9),
353
+ .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366.awsui_notification-bar_1q84n_1upbt_368:not(#\9) {
354
354
  animation: none;
355
355
  transition: none;
356
356
  }
357
357
  }
358
- .awsui-motion-disabled .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_item_1q84n_1roer_366:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_item_1q84n_1roer_366:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_flash-list-item_1q84n_1roer_367:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366 > .awsui_flash-list-item_1q84n_1roer_367:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366.awsui_notification-bar_1q84n_1roer_368:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1roer_366 > .awsui_animation-running_1q84n_1roer_366.awsui_notification-bar_1q84n_1roer_368:not(#\9) {
358
+ .awsui-motion-disabled .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_item_1q84n_1upbt_366:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_item_1q84n_1upbt_366:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_flash-list-item_1q84n_1upbt_367:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366 > .awsui_flash-list-item_1q84n_1upbt_367:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366.awsui_notification-bar_1q84n_1upbt_368:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1upbt_366 > .awsui_animation-running_1q84n_1upbt_366.awsui_notification-bar_1q84n_1upbt_368:not(#\9) {
359
359
  animation: none;
360
360
  transition: none;
361
361
  }
362
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388.awsui_animation-ready_1q84n_1roer_388 > .awsui_expanded-only_1q84n_1roer_388:not(#\9),
363
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388.awsui_animation-running_1q84n_1roer_366 > .awsui_expanded-only_1q84n_1roer_388:not(#\9) {
362
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388.awsui_animation-ready_1q84n_1upbt_388 > .awsui_expanded-only_1q84n_1upbt_388:not(#\9),
363
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388.awsui_animation-running_1q84n_1upbt_366 > .awsui_expanded-only_1q84n_1upbt_388:not(#\9) {
364
364
  display: none;
365
365
  }
366
366
 
367
- .awsui_stack_1q84n_1roer_366:not(#\9) {
367
+ .awsui_stack_1q84n_1upbt_366:not(#\9) {
368
368
  display: grid;
369
369
  grid-template-columns: 30px 1fr 30px;
370
370
  }
371
371
 
372
- .awsui_stack_1q84n_1roer_366 > .awsui_expanded_1q84n_1roer_388:not(#\9) {
372
+ .awsui_stack_1q84n_1upbt_366 > .awsui_expanded_1q84n_1upbt_388:not(#\9) {
373
373
  grid-column: 1/4;
374
374
  }
375
375
 
@@ -383,21 +383,21 @@ the grid layout will be:
383
383
  [10px] [item 2 start] [10px] [fractional unit] [10px] [item 2 end] [10px]
384
384
  [10px] [10px] [item 3 start] [fractional unit] [item 3 end] [10px] [10px]
385
385
  */
386
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388:not(#\9) {
386
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388:not(#\9) {
387
387
  display: grid;
388
388
  grid-column: 1/4;
389
389
  grid-template-columns: repeat(var(--awsui-flashbar-stack-depth-g964ok), 10px) 1fr repeat(var(--awsui-flashbar-stack-depth-g964ok), 10px);
390
390
  row-gap: 8px;
391
391
  z-index: 0;
392
392
  }
393
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388 > .awsui_item_1q84n_1roer_366:not(#\9) {
393
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388 > .awsui_item_1q84n_1upbt_366:not(#\9) {
394
394
  grid-column-start: calc(var(--awsui-flashbar-stack-index-g964ok) + 1);
395
395
  grid-column-end: calc(var(--awsui-flashbar-stack-depth-g964ok) * 2 + 1 - var(--awsui-flashbar-stack-index-g964ok) + 1);
396
396
  grid-row-start: 1;
397
397
  grid-row-end: calc(var(--awsui-flashbar-stack-index-g964ok) + 2);
398
398
  z-index: calc(var(--awsui-flashbar-stack-depth-g964ok) - var(--awsui-flashbar-stack-index-g964ok));
399
399
  }
400
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388 > .awsui_item_1q84n_1roer_366:not(#\9):not(:first-of-type) {
400
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388 > .awsui_item_1q84n_1upbt_366:not(#\9):not(:first-of-type) {
401
401
  align-self: end;
402
402
  /* Give placeholder elements in the stacked state the height of a notification
403
403
  with one single line of text.
@@ -405,23 +405,23 @@ the grid layout will be:
405
405
  */
406
406
  min-block-size: calc(var(--line-height-body-m-2zx78l, 22px) + (var(--space-scaled-xs-x91h81, 8px) + var(--border-field-width-yoy972, 1px) + var(--space-scaled-xxs-t7ij38, 4px)) * 2);
407
407
  }
408
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388 > .awsui_item_1q84n_1roer_366:not(#\9):not(:last-child) > .awsui_flash_1q84n_1roer_153::before,
409
- .awsui_stack_1q84n_1roer_366 > .awsui_collapsed_1q84n_1roer_388 > .awsui_item_1q84n_1roer_366.awsui_flash_1q84n_1roer_153:not(#\9)::before {
408
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388 > .awsui_item_1q84n_1upbt_366:not(#\9):not(:last-child) > .awsui_flash_1q84n_1upbt_153::before,
409
+ .awsui_stack_1q84n_1upbt_366 > .awsui_collapsed_1q84n_1upbt_388 > .awsui_item_1q84n_1upbt_366.awsui_flash_1q84n_1upbt_153:not(#\9)::before {
410
410
  box-shadow: var(--shadow-flash-collapsed-pxdair, 0px 2px 2px rgba(0, 0, 0, 0.15));
411
411
  }
412
412
 
413
- .awsui_stack_1q84n_1roer_366 > .awsui_expanded_1q84n_1roer_388.awsui_animation-running_1q84n_1roer_366 > .awsui_flash-list-item_1q84n_1roer_367:not(#\9) {
413
+ .awsui_stack_1q84n_1upbt_366 > .awsui_expanded_1q84n_1upbt_388.awsui_animation-running_1q84n_1upbt_366 > .awsui_flash-list-item_1q84n_1upbt_367:not(#\9) {
414
414
  position: relative;
415
415
  z-index: calc(var(--awsui-flashbar-stack-depth-g964ok) - var(--awsui-flashbar-stack-index-g964ok));
416
416
  }
417
417
 
418
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388) {
418
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388) {
419
419
  /*
420
420
  Since the notification bar is anchored to the bottom of the Flashbar, we need to push it up to account for the
421
421
  missing third item when there are only 2 items in the stack.
422
422
  */
423
423
  }
424
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388):not(.awsui_short-list_1q84n_1roer_450):not(.awsui_visual-refresh_1q84n_1roer_450) {
424
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388):not(.awsui_short-list_1q84n_1upbt_450):not(.awsui_visual-refresh_1q84n_1upbt_450) {
425
425
  /*
426
426
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
427
427
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -433,14 +433,14 @@ the grid layout will be:
433
433
  --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 1px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px));
434
434
  margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 0px);
435
435
  }
436
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388):not(.awsui_short-list_1q84n_1roer_450):not(.awsui_visual-refresh_1q84n_1roer_450) > .awsui_notification-bar_1q84n_1roer_368 {
436
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388):not(.awsui_short-list_1q84n_1upbt_450):not(.awsui_visual-refresh_1q84n_1upbt_450) > .awsui_notification-bar_1q84n_1upbt_368 {
437
437
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 0px);
438
438
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
439
439
  is the full height of the notification bar */
440
440
  margin-block-end: calc(calc(var(--space-scaled-xl-rljqft, 24px) + 3px) - var(--line-height-body-m-2zx78l, 22px) - 2 * var(--space-scaled-xxs-t7ij38, 4px) - 2 * 1px - 0px);
441
441
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
442
442
  }
443
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388):not(.awsui_short-list_1q84n_1roer_450).awsui_visual-refresh_1q84n_1roer_450 {
443
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388):not(.awsui_short-list_1q84n_1upbt_450).awsui_visual-refresh_1q84n_1upbt_450 {
444
444
  /*
445
445
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
446
446
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -452,14 +452,14 @@ the grid layout will be:
452
452
  --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 2px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px));
453
453
  margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 0px);
454
454
  }
455
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388):not(.awsui_short-list_1q84n_1roer_450).awsui_visual-refresh_1q84n_1roer_450 > .awsui_notification-bar_1q84n_1roer_368 {
455
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388):not(.awsui_short-list_1q84n_1upbt_450).awsui_visual-refresh_1q84n_1upbt_450 > .awsui_notification-bar_1q84n_1upbt_368 {
456
456
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 0px);
457
457
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
458
458
  is the full height of the notification bar */
459
459
  margin-block-end: calc(calc(var(--space-scaled-xl-rljqft, 24px) + 3px) - var(--line-height-body-m-2zx78l, 22px) - 2 * var(--space-scaled-xxs-t7ij38, 4px) - 2 * 2px - 0px);
460
460
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
461
461
  }
462
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388).awsui_short-list_1q84n_1roer_450:not(.awsui_visual-refresh_1q84n_1roer_450) {
462
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388).awsui_short-list_1q84n_1upbt_450:not(.awsui_visual-refresh_1q84n_1upbt_450) {
463
463
  /*
464
464
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
465
465
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -471,14 +471,14 @@ the grid layout will be:
471
471
  --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 1px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px));
472
472
  margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 8px);
473
473
  }
474
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388).awsui_short-list_1q84n_1roer_450:not(.awsui_visual-refresh_1q84n_1roer_450) > .awsui_notification-bar_1q84n_1roer_368 {
474
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388).awsui_short-list_1q84n_1upbt_450:not(.awsui_visual-refresh_1q84n_1upbt_450) > .awsui_notification-bar_1q84n_1upbt_368 {
475
475
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 8px);
476
476
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
477
477
  is the full height of the notification bar */
478
478
  margin-block-end: calc(calc(var(--space-scaled-xl-rljqft, 24px) + 3px) - var(--line-height-body-m-2zx78l, 22px) - 2 * var(--space-scaled-xxs-t7ij38, 4px) - 2 * 1px - 8px);
479
479
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
480
480
  }
481
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388).awsui_short-list_1q84n_1roer_450.awsui_visual-refresh_1q84n_1roer_450 {
481
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388).awsui_short-list_1q84n_1upbt_450.awsui_visual-refresh_1q84n_1upbt_450 {
482
482
  /*
483
483
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
484
484
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -490,14 +490,14 @@ the grid layout will be:
490
490
  --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 2px - calc(var(--space-scaled-xl-rljqft, 24px) + 3px));
491
491
  margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 8px);
492
492
  }
493
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444:not(#\9):not(.awsui_expanded_1q84n_1roer_388).awsui_short-list_1q84n_1roer_450.awsui_visual-refresh_1q84n_1roer_450 > .awsui_notification-bar_1q84n_1roer_368 {
493
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444:not(#\9):not(.awsui_expanded_1q84n_1upbt_388).awsui_short-list_1q84n_1upbt_450.awsui_visual-refresh_1q84n_1upbt_450 > .awsui_notification-bar_1q84n_1upbt_368 {
494
494
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-rljqft, 24px) + 3px) + 8px);
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
497
  margin-block-end: calc(calc(var(--space-scaled-xl-rljqft, 24px) + 3px) - var(--line-height-body-m-2zx78l, 22px) - 2 * var(--space-scaled-xxs-t7ij38, 4px) - 2 * 2px - 8px);
498
498
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
499
499
  }
500
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444.awsui_expanded_1q84n_1roer_388:not(#\9):not(.awsui_visual-refresh_1q84n_1roer_450) {
500
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444.awsui_expanded_1q84n_1upbt_388:not(#\9):not(.awsui_visual-refresh_1q84n_1upbt_450) {
501
501
  /*
502
502
  Give a bit more bottom margin when expanded, but only in Classic because in Visual Refresh the margin around the
503
503
  notifications slot already gives it enough space.
@@ -513,14 +513,14 @@ the grid layout will be:
513
513
  --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 1px - var(--space-scaled-s-9q8n2q, 12px));
514
514
  margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + var(--space-scaled-m-er48cl, 16px) + 0px);
515
515
  }
516
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444.awsui_expanded_1q84n_1roer_388:not(#\9):not(.awsui_visual-refresh_1q84n_1roer_450) > .awsui_notification-bar_1q84n_1roer_368 {
516
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444.awsui_expanded_1q84n_1upbt_388:not(#\9):not(.awsui_visual-refresh_1q84n_1upbt_450) > .awsui_notification-bar_1q84n_1upbt_368 {
517
517
  margin-block-start: calc(-1 * var(--space-scaled-s-9q8n2q, 12px) + 0px);
518
518
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
519
519
  is the full height of the notification bar */
520
520
  margin-block-end: calc(var(--space-scaled-s-9q8n2q, 12px) - var(--line-height-body-m-2zx78l, 22px) - 2 * var(--space-scaled-xxs-t7ij38, 4px) - 2 * 1px - 0px);
521
521
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
522
522
  }
523
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444.awsui_expanded_1q84n_1roer_388.awsui_visual-refresh_1q84n_1roer_450:not(#\9) {
523
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444.awsui_expanded_1q84n_1upbt_388.awsui_visual-refresh_1q84n_1upbt_450:not(#\9) {
524
524
  /*
525
525
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
526
526
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -532,7 +532,7 @@ the grid layout will be:
532
532
  --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-scaled-xxs-t7ij38, 4px) + 2 * 2px - var(--space-scaled-s-9q8n2q, 12px));
533
533
  margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 0px);
534
534
  }
535
- .awsui_stack_1q84n_1roer_366.awsui_collapsible_1q84n_1roer_444.awsui_expanded_1q84n_1roer_388.awsui_visual-refresh_1q84n_1roer_450 > .awsui_notification-bar_1q84n_1roer_368:not(#\9) {
535
+ .awsui_stack_1q84n_1upbt_366.awsui_collapsible_1q84n_1upbt_444.awsui_expanded_1q84n_1upbt_388.awsui_visual-refresh_1q84n_1upbt_450 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9) {
536
536
  margin-block-start: calc(-1 * var(--space-scaled-s-9q8n2q, 12px) + 0px);
537
537
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
538
538
  is the full height of the notification bar */
@@ -540,7 +540,7 @@ the grid layout will be:
540
540
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
541
541
  }
542
542
 
543
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368:not(#\9) {
543
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9) {
544
544
  min-inline-size: 0;
545
545
  word-break: break-word;
546
546
  background: var(--color-background-notification-stack-bar-990zt6, #2a2e33);
@@ -568,9 +568,9 @@ the grid layout will be:
568
568
  text-decoration: none;
569
569
  z-index: 1;
570
570
  }
571
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_status_1q84n_1roer_597 > .awsui_header_1q84n_1roer_597:not(#\9),
572
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_status_1q84n_1roer_597 > .awsui_item-count_1q84n_1roer_598:not(#\9),
573
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599:not(#\9) {
571
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_status_1q84n_1upbt_597 > .awsui_header_1q84n_1upbt_597:not(#\9),
572
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_status_1q84n_1upbt_597 > .awsui_item-count_1q84n_1upbt_598:not(#\9),
573
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599:not(#\9) {
574
574
  font-size: var(--font-size-body-m-pa3mqb, 14px);
575
575
  line-height: var(--line-height-body-m-2zx78l, 22px);
576
576
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -583,7 +583,7 @@ the grid layout will be:
583
583
  margin-block: 0;
584
584
  padding-block: 0;
585
585
  }
586
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_status_1q84n_1roer_597:not(#\9) {
586
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_status_1q84n_1upbt_597:not(#\9) {
587
587
  display: flex;
588
588
  flex-direction: row;
589
589
  flex-wrap: wrap;
@@ -591,11 +591,11 @@ the grid layout will be:
591
591
  justify-content: center;
592
592
  row-gap: 0;
593
593
  }
594
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_status_1q84n_1roer_597 > .awsui_header_1q84n_1roer_597:not(#\9) {
594
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_status_1q84n_1upbt_597 > .awsui_header_1q84n_1upbt_597:not(#\9) {
595
595
  font-weight: var(--font-button-weight-s67y37, 700);
596
596
  display: inline-block;
597
597
  }
598
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_status_1q84n_1roer_597 > .awsui_item-count_1q84n_1roer_598:not(#\9) {
598
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_status_1q84n_1upbt_597 > .awsui_item-count_1q84n_1upbt_598:not(#\9) {
599
599
  column-gap: var(--space-s-2025hl, 12px);
600
600
  display: flex;
601
601
  flex-direction: row;
@@ -603,33 +603,33 @@ the grid layout will be:
603
603
  justify-content: center;
604
604
  row-gap: 0;
605
605
  }
606
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_status_1q84n_1roer_597 > .awsui_item-count_1q84n_1roer_598 > .awsui_type-count_1q84n_1roer_632 > .awsui_count-number_1q84n_1roer_632:not(#\9) {
606
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_status_1q84n_1upbt_597 > .awsui_item-count_1q84n_1upbt_598 > .awsui_type-count_1q84n_1upbt_632 > .awsui_count-number_1q84n_1upbt_632:not(#\9) {
607
607
  margin-inline-start: var(--space-xxs-9rrxti, 4px);
608
608
  }
609
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368:not(#\9):hover {
609
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9):hover {
610
610
  background: var(--color-background-notification-stack-bar-hover-lt97pm, #545b64);
611
611
  border-color: var(--color-background-notification-stack-bar-hover-lt97pm, #545b64);
612
612
  }
613
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368:not(#\9):active {
613
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9):active {
614
614
  background: var(--color-background-notification-stack-bar-active-pfly17, #2a2e33);
615
615
  }
616
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368.awsui_visual-refresh_1q84n_1roer_450:not(#\9) {
616
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368.awsui_visual-refresh_1q84n_1upbt_450:not(#\9) {
617
617
  border-block-width: 2px;
618
618
  border-inline-width: 2px;
619
619
  padding-inline: var(--space-l-xu1x80, 20px);
620
620
  }
621
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368:not(#\9):not(.awsui_visual-refresh_1q84n_1roer_450) {
621
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9):not(.awsui_visual-refresh_1q84n_1upbt_450) {
622
622
  border-block-width: 1px;
623
623
  border-inline-width: 1px;
624
624
  padding-inline: var(--space-s-2025hl, 12px);
625
625
  }
626
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368:not(#\9):not(.awsui_visual-refresh_1q84n_1roer_450):focus {
626
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9):not(.awsui_visual-refresh_1q84n_1upbt_450):focus {
627
627
  text-decoration: none;
628
628
  }
629
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368:not(#\9):not(.awsui_visual-refresh_1q84n_1roer_450):hover {
629
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368:not(#\9):not(.awsui_visual-refresh_1q84n_1upbt_450):hover {
630
630
  text-decoration: none;
631
631
  }
632
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599:not(#\9) {
632
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599:not(#\9) {
633
633
  display: inline-block;
634
634
  flex-grow: 1;
635
635
  background: none;
@@ -637,33 +637,33 @@ the grid layout will be:
637
637
  border-inline: none;
638
638
  padding-block: 0;
639
639
  }
640
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599 > .awsui_icon_1q84n_1roer_666:not(#\9) {
640
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599 > .awsui_icon_1q84n_1upbt_666:not(#\9) {
641
641
  transition: transform var(--motion-duration-rotate-90-f4h6jw, 135ms) var(--motion-easing-rotate-90-ncjpnu, cubic-bezier(0.165, 0.84, 0.44, 1));
642
642
  }
643
643
  @media (prefers-reduced-motion: reduce) {
644
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599 > .awsui_icon_1q84n_1roer_666:not(#\9) {
644
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599 > .awsui_icon_1q84n_1upbt_666:not(#\9) {
645
645
  animation: none;
646
646
  transition: none;
647
647
  }
648
648
  }
649
- .awsui-motion-disabled .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599 > .awsui_icon_1q84n_1roer_666:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599 > .awsui_icon_1q84n_1roer_666:not(#\9) {
649
+ .awsui-motion-disabled .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599 > .awsui_icon_1q84n_1upbt_666:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599 > .awsui_icon_1q84n_1upbt_666:not(#\9) {
650
650
  animation: none;
651
651
  transition: none;
652
652
  }
653
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599.awsui_expanded_1q84n_1roer_388 > .awsui_icon_1q84n_1roer_666:not(#\9) {
653
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599.awsui_expanded_1q84n_1upbt_388 > .awsui_icon_1q84n_1upbt_666:not(#\9) {
654
654
  transform: rotate(180deg);
655
655
  }
656
- .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599:not(#\9):focus {
656
+ .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599:not(#\9):focus {
657
657
  outline: none;
658
658
  }
659
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599:not(#\9):focus {
659
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599:not(#\9):focus {
660
660
  position: relative;
661
661
  }
662
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599:not(#\9):focus {
662
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599:not(#\9):focus {
663
663
  outline: 2px dotted transparent;
664
664
  outline-offset: calc(0px - 1px);
665
665
  }
666
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notification-bar_1q84n_1roer_368 > .awsui_button_1q84n_1roer_599:not(#\9):focus::before {
666
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1upbt_366 > .awsui_notification-bar_1q84n_1upbt_368 > .awsui_button_1q84n_1upbt_599:not(#\9):focus::before {
667
667
  content: " ";
668
668
  display: block;
669
669
  position: absolute;
@@ -678,20 +678,20 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notifi
678
678
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
679
679
  }
680
680
 
681
- .awsui_stack_1q84n_1roer_366.awsui_expanded_1q84n_1roer_388:not(#\9):not(.awsui_floating_1q84n_1roer_707) {
681
+ .awsui_stack_1q84n_1upbt_366.awsui_expanded_1q84n_1upbt_388:not(#\9):not(.awsui_floating_1q84n_1upbt_707) {
682
682
  padding-block-end: var(--awsui-flashbar-sticky-bottom-margin-g964ok, 0);
683
683
  }
684
684
 
685
- .awsui_flashbar_1q84n_1roer_711:not(#\9) {
685
+ .awsui_flashbar_1q84n_1upbt_711:not(#\9) {
686
686
  position: relative;
687
687
  /* stylelint-disable-next-line selector-max-type */
688
688
  }
689
- .awsui_flashbar_1q84n_1roer_711 > li + li:not(#\9) {
689
+ .awsui_flashbar_1q84n_1upbt_711 > li + li:not(#\9) {
690
690
  padding-block-start: 0;
691
691
  }
692
692
 
693
- .awsui_flashbar_1q84n_1roer_711:not(#\9),
694
- .awsui_flash_1q84n_1roer_153:not(#\9) {
693
+ .awsui_flashbar_1q84n_1upbt_711:not(#\9),
694
+ .awsui_flash_1q84n_1upbt_153:not(#\9) {
695
695
  border-collapse: separate;
696
696
  border-spacing: 0;
697
697
  box-sizing: border-box;
@@ -727,7 +727,7 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notifi
727
727
  -moz-osx-font-smoothing: auto;
728
728
  }
729
729
 
730
- .awsui_flash_1q84n_1roer_153:not(#\9) {
730
+ .awsui_flash_1q84n_1upbt_153:not(#\9) {
731
731
  position: relative;
732
732
  display: flex;
733
733
  justify-content: flex-start;
@@ -742,7 +742,7 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notifi
742
742
  overflow-wrap: break-word;
743
743
  word-wrap: break-word;
744
744
  }
745
- .awsui_flash_1q84n_1roer_153:not(#\9)::before {
745
+ .awsui_flash_1q84n_1upbt_153:not(#\9)::before {
746
746
  content: "";
747
747
  position: absolute;
748
748
  inset-inline-start: 0px;
@@ -758,43 +758,43 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1roer_366 > .awsui_notifi
758
758
  border-end-end-radius: var(--border-radius-flashbar-eqkx39, 0px);
759
759
  box-shadow: var(--shadow-flash-sticky-p1i2ji, 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));
760
760
  }
761
- .awsui_flash-refresh_1q84n_1roer_786:not(#\9)::before {
761
+ .awsui_flash-refresh_1q84n_1upbt_786:not(#\9)::before {
762
762
  z-index: -1;
763
763
  }
764
764
 
765
- .awsui_flash-list_1q84n_1roer_367:not(#\9) {
765
+ .awsui_flash-list_1q84n_1upbt_367:not(#\9) {
766
766
  list-style: none;
767
767
  padding-block: 0;
768
768
  padding-inline: 0;
769
769
  margin-block: 0;
770
770
  margin-inline: 0;
771
771
  }
772
- .awsui_flash-list_1q84n_1roer_367:not(#\9):not(.awsui_collapsed_1q84n_1roer_388) > li:not(:last-child) {
772
+ .awsui_flash-list_1q84n_1upbt_367:not(#\9):not(.awsui_collapsed_1q84n_1upbt_388) > li:not(:last-child) {
773
773
  margin-block-end: var(--space-xxxs-z28114, 2px);
774
774
  }
775
775
 
776
- .awsui_flash-body_1q84n_1roer_167:not(#\9) {
776
+ .awsui_flash-body_1q84n_1upbt_167:not(#\9) {
777
777
  display: flex;
778
778
  flex-grow: 1;
779
779
  min-inline-size: 0;
780
780
  }
781
781
 
782
- .awsui_flash-focus-container_1q84n_1roer_807:not(#\9) {
782
+ .awsui_flash-focus-container_1q84n_1upbt_807:not(#\9) {
783
783
  display: flex;
784
784
  flex: 1;
785
785
  min-inline-size: 0;
786
786
  }
787
- .awsui_flash-focus-container_1q84n_1roer_807:not(#\9):focus {
787
+ .awsui_flash-focus-container_1q84n_1upbt_807:not(#\9):focus {
788
788
  outline: none;
789
789
  }
790
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1roer_807:not(#\9):focus {
790
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1upbt_807:not(#\9):focus {
791
791
  position: relative;
792
792
  }
793
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1roer_807:not(#\9):focus {
793
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1upbt_807:not(#\9):focus {
794
794
  outline: 2px dotted transparent;
795
795
  outline-offset: calc(var(--space-button-focus-outline-gutter-s68ny8, 3px) - 1px);
796
796
  }
797
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1roer_807:not(#\9):focus::before {
797
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1upbt_807:not(#\9):focus::before {
798
798
  content: " ";
799
799
  display: block;
800
800
  position: absolute;
@@ -809,76 +809,76 @@ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1roer_807
809
809
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
810
810
  }
811
811
 
812
- .awsui_flash-text_1q84n_1roer_837:not(#\9) {
812
+ .awsui_flash-text_1q84n_1upbt_837:not(#\9) {
813
813
  margin-block: var(--border-field-width-yoy972, 1px);
814
814
  margin-inline: 0;
815
815
  padding-block: var(--space-scaled-xxs-t7ij38, 4px);
816
816
  padding-inline: var(--space-xxs-9rrxti, 4px);
817
817
  }
818
818
 
819
- .awsui_flash-icon_1q84n_1roer_193:not(#\9) {
819
+ .awsui_flash-icon_1q84n_1upbt_193:not(#\9) {
820
820
  flex: 0 0 auto;
821
821
  padding-inline-start: 0;
822
822
  }
823
823
 
824
- .awsui_flash-message_1q84n_1roer_167:not(#\9) {
824
+ .awsui_flash-message_1q84n_1upbt_167:not(#\9) {
825
825
  flex: 1 1 0%;
826
826
  word-wrap: break-word;
827
827
  max-inline-size: 100%;
828
828
  overflow: hidden;
829
829
  }
830
830
 
831
- .awsui_flash-header_1q84n_1roer_167:not(#\9) {
831
+ .awsui_flash-header_1q84n_1upbt_167:not(#\9) {
832
832
  font-weight: 700;
833
833
  }
834
834
 
835
- .awsui_flash-content_1q84n_1roer_168:not(#\9) {
835
+ .awsui_flash-content_1q84n_1upbt_168:not(#\9) {
836
836
  /* Only used as a selector for test-utils */
837
837
  }
838
838
 
839
- .awsui_dismiss-button-wrapper_1q84n_1roer_170:not(#\9) {
839
+ .awsui_dismiss-button-wrapper_1q84n_1upbt_170:not(#\9) {
840
840
  flex: 0 0 auto;
841
841
  margin-inline: var(--space-s-2025hl, 12px) calc(-1 * var(--space-xxs-9rrxti, 4px));
842
842
  padding-inline-end: var(--space-flashbar-dismiss-right-rydxjj, 4px);
843
843
  }
844
844
 
845
- .awsui_dismiss-button_1q84n_1roer_170:not(#\9) {
845
+ .awsui_dismiss-button_1q84n_1upbt_170:not(#\9) {
846
846
  /* Only used as a selector for test-utils */
847
847
  }
848
848
 
849
- .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9) {
849
+ .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9) {
850
850
  white-space: nowrap;
851
851
  margin-inline-start: var(--space-flashbar-action-left-ssm29i, 16px);
852
852
  }
853
853
 
854
- .awsui_flashbar_1q84n_1roer_711.awsui_breakpoint-default_1q84n_1roer_879 > .awsui_flash-list_1q84n_1roer_367 > .awsui_flash-list-item_1q84n_1roer_367 > .awsui_flash_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167:not(#\9) {
854
+ .awsui_flashbar_1q84n_1upbt_711.awsui_breakpoint-default_1q84n_1upbt_879 > .awsui_flash-list_1q84n_1upbt_367 > .awsui_flash-list-item_1q84n_1upbt_367 > .awsui_flash_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167:not(#\9) {
855
855
  display: block;
856
856
  }
857
- .awsui_flashbar_1q84n_1roer_711.awsui_breakpoint-default_1q84n_1roer_879 > .awsui_flash-list_1q84n_1roer_367 > .awsui_flash-list-item_1q84n_1roer_367 > .awsui_flash_1q84n_1roer_153 > .awsui_flash-body_1q84n_1roer_167 > .awsui_action-button-wrapper_1q84n_1roer_169:not(#\9) {
857
+ .awsui_flashbar_1q84n_1upbt_711.awsui_breakpoint-default_1q84n_1upbt_879 > .awsui_flash-list_1q84n_1upbt_367 > .awsui_flash-list-item_1q84n_1upbt_367 > .awsui_flash_1q84n_1upbt_153 > .awsui_flash-body_1q84n_1upbt_167 > .awsui_action-button-wrapper_1q84n_1upbt_169:not(#\9) {
858
858
  margin-inline-start: var(--space-l-xu1x80, 20px);
859
859
  padding-inline-start: var(--space-xxs-9rrxti, 4px);
860
860
  margin-block-end: var(--space-xxs-9rrxti, 4px);
861
861
  }
862
862
 
863
- .awsui_action-button_1q84n_1roer_169:not(#\9),
864
- .awsui_action-slot_1q84n_1roer_889:not(#\9) {
863
+ .awsui_action-button_1q84n_1upbt_169:not(#\9),
864
+ .awsui_action-slot_1q84n_1upbt_889:not(#\9) {
865
865
  /* Only used as a selector for test-utils */
866
866
  }
867
867
 
868
- .awsui_flash-type-success_1q84n_1roer_893:not(#\9) {
868
+ .awsui_flash-type-success_1q84n_1upbt_893:not(#\9) {
869
869
  background-color: var(--color-background-notification-green-igmdlm, #1d8102);
870
870
  }
871
871
 
872
- .awsui_flash-type-error_1q84n_1roer_897:not(#\9) {
872
+ .awsui_flash-type-error_1q84n_1upbt_897:not(#\9) {
873
873
  background-color: var(--color-background-notification-red-k9i8vf, #d13212);
874
874
  }
875
875
 
876
- .awsui_flash-type-info_1q84n_1roer_901:not(#\9),
877
- .awsui_flash-type-in-progress_1q84n_1roer_902:not(#\9) {
876
+ .awsui_flash-type-info_1q84n_1upbt_901:not(#\9),
877
+ .awsui_flash-type-in-progress_1q84n_1upbt_902:not(#\9) {
878
878
  background-color: var(--color-background-notification-blue-xgzcj2, #0073bb);
879
879
  }
880
880
 
881
- .awsui_flash-type-warning_1q84n_1roer_906:not(#\9) {
881
+ .awsui_flash-type-warning_1q84n_1upbt_906:not(#\9) {
882
882
  color: var(--color-text-notification-yellow-3bwe6p, #16191f);
883
883
  background-color: var(--color-background-notification-yellow-jc5ibh, #ffe457);
884
884
  }