@cloudscape-design/components 3.0.721 → 3.0.722

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 (371) hide show
  1. package/alert/styles.css.js +25 -25
  2. package/alert/styles.scoped.css +131 -43
  3. package/alert/styles.selectors.js +25 -25
  4. package/anchor-navigation/styles.css.js +8 -8
  5. package/anchor-navigation/styles.scoped.css +106 -18
  6. package/anchor-navigation/styles.selectors.js +8 -8
  7. package/annotation-context/annotation/styles.css.js +24 -24
  8. package/annotation-context/annotation/styles.scoped.css +122 -34
  9. package/annotation-context/annotation/styles.selectors.js +24 -24
  10. package/app-layout/content-wrapper/styles.css.js +3 -3
  11. package/app-layout/content-wrapper/styles.scoped.css +56 -8
  12. package/app-layout/content-wrapper/styles.selectors.js +3 -3
  13. package/app-layout/drawer/styles.css.js +13 -13
  14. package/app-layout/drawer/styles.scoped.css +109 -21
  15. package/app-layout/drawer/styles.selectors.js +13 -13
  16. package/app-layout/mobile-toolbar/styles.css.js +8 -8
  17. package/app-layout/mobile-toolbar/styles.scoped.css +58 -10
  18. package/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  19. package/app-layout/split-panel/styles.css.js +2 -2
  20. package/app-layout/split-panel/styles.scoped.css +50 -6
  21. package/app-layout/split-panel/styles.selectors.js +2 -2
  22. package/app-layout/styles.css.js +16 -16
  23. package/app-layout/styles.scoped.css +69 -21
  24. package/app-layout/styles.selectors.js +16 -16
  25. package/app-layout/toggles/styles.css.js +2 -2
  26. package/app-layout/toggles/styles.scoped.css +92 -8
  27. package/app-layout/toggles/styles.selectors.js +2 -2
  28. package/app-layout/visual-refresh/styles.css.js +82 -82
  29. package/app-layout/visual-refresh/styles.scoped.css +216 -169
  30. package/app-layout/visual-refresh/styles.selectors.js +82 -82
  31. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +6 -6
  32. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +92 -8
  33. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +6 -6
  34. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  35. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +60 -12
  36. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  37. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
  38. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +76 -28
  39. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
  40. package/app-layout/visual-refresh-toolbar/split-panel/styles.css.js +1 -1
  41. package/app-layout/visual-refresh-toolbar/split-panel/styles.scoped.css +47 -3
  42. package/app-layout/visual-refresh-toolbar/split-panel/styles.selectors.js +1 -1
  43. package/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +12 -12
  44. package/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +60 -16
  45. package/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +12 -12
  46. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
  47. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +66 -22
  48. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
  49. package/area-chart/styles.css.js +6 -6
  50. package/area-chart/styles.scoped.css +99 -15
  51. package/area-chart/styles.selectors.js +6 -6
  52. package/attribute-editor/styles.css.js +14 -14
  53. package/attribute-editor/styles.scoped.css +76 -28
  54. package/attribute-editor/styles.selectors.js +14 -14
  55. package/badge/styles.css.js +5 -5
  56. package/badge/styles.scoped.css +51 -7
  57. package/badge/styles.selectors.js +5 -5
  58. package/box/styles.css.js +191 -191
  59. package/box/styles.scoped.css +306 -241
  60. package/box/styles.selectors.js +191 -191
  61. package/breadcrumb-group/item/styles.css.js +9 -9
  62. package/breadcrumb-group/item/styles.scoped.css +63 -19
  63. package/breadcrumb-group/item/styles.selectors.js +9 -9
  64. package/breadcrumb-group/styles.css.js +7 -7
  65. package/breadcrumb-group/styles.scoped.css +58 -14
  66. package/breadcrumb-group/styles.selectors.js +7 -7
  67. package/button/styles.css.js +20 -20
  68. package/button/styles.scoped.css +204 -156
  69. package/button/styles.selectors.js +20 -20
  70. package/button-dropdown/category-elements/styles.css.js +14 -14
  71. package/button-dropdown/category-elements/styles.scoped.css +70 -28
  72. package/button-dropdown/category-elements/styles.selectors.js +14 -14
  73. package/button-dropdown/item-element/styles.css.js +12 -12
  74. package/button-dropdown/item-element/styles.scoped.css +60 -16
  75. package/button-dropdown/item-element/styles.selectors.js +12 -12
  76. package/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  77. package/button-dropdown/mobile-expandable-group/styles.scoped.css +51 -7
  78. package/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  79. package/button-dropdown/styles.css.js +16 -16
  80. package/button-dropdown/styles.scoped.css +70 -26
  81. package/button-dropdown/styles.selectors.js +16 -16
  82. package/button-group/styles.css.js +4 -4
  83. package/button-group/styles.scoped.css +86 -6
  84. package/button-group/styles.selectors.js +4 -4
  85. package/calendar/styles.css.js +21 -21
  86. package/calendar/styles.scoped.css +95 -47
  87. package/calendar/styles.selectors.js +21 -21
  88. package/cards/styles.css.js +39 -39
  89. package/cards/styles.scoped.css +108 -58
  90. package/cards/styles.selectors.js +39 -39
  91. package/checkbox/styles.css.js +3 -3
  92. package/checkbox/styles.scoped.css +51 -7
  93. package/checkbox/styles.selectors.js +3 -3
  94. package/code-editor/resizable-box/styles.css.js +3 -3
  95. package/code-editor/resizable-box/styles.scoped.css +52 -8
  96. package/code-editor/resizable-box/styles.selectors.js +3 -3
  97. package/code-editor/styles.css.js +33 -33
  98. package/code-editor/styles.scoped.css +191 -139
  99. package/code-editor/styles.selectors.js +33 -33
  100. package/collection-preferences/content-display/styles.css.js +11 -11
  101. package/collection-preferences/content-display/styles.scoped.css +107 -19
  102. package/collection-preferences/content-display/styles.selectors.js +11 -11
  103. package/collection-preferences/styles.css.js +37 -37
  104. package/collection-preferences/styles.scoped.css +224 -48
  105. package/collection-preferences/styles.selectors.js +37 -37
  106. package/column-layout/flexible-column-layout/styles.css.js +5 -5
  107. package/column-layout/flexible-column-layout/styles.scoped.css +87 -7
  108. package/column-layout/flexible-column-layout/styles.selectors.js +5 -5
  109. package/column-layout/styles.css.js +13 -13
  110. package/column-layout/styles.scoped.css +125 -45
  111. package/column-layout/styles.selectors.js +13 -13
  112. package/container/styles.css.js +30 -30
  113. package/container/styles.scoped.css +140 -56
  114. package/container/styles.selectors.js +30 -30
  115. package/content-layout/styles.css.js +14 -14
  116. package/content-layout/styles.scoped.css +62 -18
  117. package/content-layout/styles.selectors.js +14 -14
  118. package/date-picker/styles.css.js +7 -7
  119. package/date-picker/styles.scoped.css +55 -11
  120. package/date-picker/styles.selectors.js +7 -7
  121. package/date-range-picker/calendar/grids/styles.css.js +28 -28
  122. package/date-range-picker/calendar/grids/styles.scoped.css +89 -45
  123. package/date-range-picker/calendar/grids/styles.selectors.js +28 -28
  124. package/date-range-picker/relative-range/styles.css.js +9 -9
  125. package/date-range-picker/relative-range/styles.scoped.css +59 -15
  126. package/date-range-picker/relative-range/styles.selectors.js +9 -9
  127. package/date-range-picker/styles.css.js +39 -39
  128. package/date-range-picker/styles.scoped.css +100 -52
  129. package/date-range-picker/styles.selectors.js +39 -39
  130. package/drawer/styles.css.js +4 -4
  131. package/drawer/styles.scoped.css +92 -12
  132. package/drawer/styles.selectors.js +4 -4
  133. package/expandable-section/styles.css.js +32 -32
  134. package/expandable-section/styles.scoped.css +121 -69
  135. package/expandable-section/styles.selectors.js +32 -32
  136. package/file-upload/dropzone/styles.css.js +2 -2
  137. package/file-upload/dropzone/styles.scoped.css +84 -4
  138. package/file-upload/dropzone/styles.selectors.js +2 -2
  139. package/file-upload/file-input/styles.css.js +4 -4
  140. package/file-upload/file-input/styles.scoped.css +93 -9
  141. package/file-upload/file-input/styles.selectors.js +4 -4
  142. package/flashbar/styles.css.js +47 -47
  143. package/flashbar/styles.scoped.css +240 -244
  144. package/flashbar/styles.selectors.js +47 -47
  145. package/form/styles.css.js +8 -8
  146. package/form/styles.scoped.css +54 -10
  147. package/form/styles.selectors.js +8 -8
  148. package/form-field/styles.css.js +24 -24
  149. package/form-field/styles.scoped.css +84 -40
  150. package/form-field/styles.selectors.js +24 -24
  151. package/grid/styles.css.js +53 -53
  152. package/grid/styles.scoped.css +100 -56
  153. package/grid/styles.selectors.js +53 -53
  154. package/header/styles.css.js +34 -34
  155. package/header/styles.scoped.css +132 -52
  156. package/header/styles.selectors.js +34 -34
  157. package/help-panel/styles.css.js +5 -5
  158. package/help-panel/styles.scoped.css +149 -69
  159. package/help-panel/styles.selectors.js +5 -5
  160. package/hotspot/styles.css.js +7 -7
  161. package/hotspot/styles.scoped.css +89 -9
  162. package/hotspot/styles.selectors.js +7 -7
  163. package/icon/styles.css.js +38 -38
  164. package/icon/styles.scoped.css +168 -84
  165. package/icon/styles.selectors.js +38 -38
  166. package/input/styles.css.js +13 -13
  167. package/input/styles.scoped.css +82 -46
  168. package/input/styles.selectors.js +13 -13
  169. package/internal/base-component/styles.scoped.css +9 -9
  170. package/internal/components/abstract-switch/styles.css.js +13 -13
  171. package/internal/components/abstract-switch/styles.scoped.css +66 -22
  172. package/internal/components/abstract-switch/styles.selectors.js +13 -13
  173. package/internal/components/button-trigger/styles.css.js +11 -11
  174. package/internal/components/button-trigger/styles.scoped.css +84 -36
  175. package/internal/components/button-trigger/styles.selectors.js +11 -11
  176. package/internal/components/chart-filter/styles.css.js +3 -3
  177. package/internal/components/chart-filter/styles.scoped.css +49 -5
  178. package/internal/components/chart-filter/styles.selectors.js +3 -3
  179. package/internal/components/chart-legend/styles.css.js +6 -6
  180. package/internal/components/chart-legend/styles.scoped.css +67 -19
  181. package/internal/components/chart-legend/styles.selectors.js +6 -6
  182. package/internal/components/chart-plot/styles.css.js +5 -5
  183. package/internal/components/chart-plot/styles.scoped.css +51 -7
  184. package/internal/components/chart-plot/styles.selectors.js +5 -5
  185. package/internal/components/chart-popover/styles.css.js +3 -3
  186. package/internal/components/chart-popover/styles.scoped.css +49 -5
  187. package/internal/components/chart-popover/styles.selectors.js +3 -3
  188. package/internal/components/chart-series-details/styles.css.js +20 -20
  189. package/internal/components/chart-series-details/styles.scoped.css +89 -37
  190. package/internal/components/chart-series-details/styles.selectors.js +20 -20
  191. package/internal/components/chart-series-marker/styles.css.js +5 -5
  192. package/internal/components/chart-series-marker/styles.scoped.css +53 -9
  193. package/internal/components/chart-series-marker/styles.selectors.js +5 -5
  194. package/internal/components/chart-wrapper/styles.css.js +9 -9
  195. package/internal/components/chart-wrapper/styles.scoped.css +91 -11
  196. package/internal/components/chart-wrapper/styles.selectors.js +9 -9
  197. package/internal/components/checkbox-icon/styles.css.js +9 -9
  198. package/internal/components/checkbox-icon/styles.scoped.css +55 -11
  199. package/internal/components/checkbox-icon/styles.selectors.js +9 -9
  200. package/internal/components/dropdown/styles.css.js +20 -20
  201. package/internal/components/dropdown/styles.scoped.css +89 -41
  202. package/internal/components/dropdown/styles.selectors.js +20 -20
  203. package/internal/components/dropdown-footer/styles.css.js +3 -3
  204. package/internal/components/dropdown-footer/styles.scoped.css +49 -5
  205. package/internal/components/dropdown-footer/styles.selectors.js +3 -3
  206. package/internal/components/dropdown-status/styles.css.js +2 -2
  207. package/internal/components/dropdown-status/styles.scoped.css +48 -4
  208. package/internal/components/dropdown-status/styles.selectors.js +2 -2
  209. package/internal/components/handle/styles.css.js +2 -2
  210. package/internal/components/handle/styles.scoped.css +52 -8
  211. package/internal/components/handle/styles.selectors.js +2 -2
  212. package/internal/components/menu-dropdown/styles.css.js +7 -7
  213. package/internal/components/menu-dropdown/styles.scoped.css +59 -15
  214. package/internal/components/menu-dropdown/styles.selectors.js +7 -7
  215. package/internal/components/option/styles.css.js +17 -17
  216. package/internal/components/option/styles.scoped.css +79 -31
  217. package/internal/components/option/styles.selectors.js +17 -17
  218. package/internal/components/options-list/styles.css.js +2 -2
  219. package/internal/components/options-list/styles.scoped.css +48 -4
  220. package/internal/components/options-list/styles.selectors.js +2 -2
  221. package/internal/components/panel-resize-handle/styles.css.js +5 -5
  222. package/internal/components/panel-resize-handle/styles.scoped.css +56 -12
  223. package/internal/components/panel-resize-handle/styles.selectors.js +5 -5
  224. package/internal/components/screenreader-only/styles.css.js +1 -1
  225. package/internal/components/screenreader-only/styles.scoped.css +47 -3
  226. package/internal/components/screenreader-only/styles.selectors.js +1 -1
  227. package/internal/components/selectable-item/styles.css.js +16 -16
  228. package/internal/components/selectable-item/styles.scoped.css +78 -40
  229. package/internal/components/selectable-item/styles.selectors.js +16 -16
  230. package/internal/components/token-list/styles.css.js +9 -9
  231. package/internal/components/token-list/styles.scoped.css +106 -22
  232. package/internal/components/token-list/styles.selectors.js +9 -9
  233. package/key-value-pairs/styles.css.js +8 -8
  234. package/key-value-pairs/styles.scoped.css +55 -11
  235. package/key-value-pairs/styles.selectors.js +8 -8
  236. package/link/styles.css.js +20 -20
  237. package/link/styles.scoped.css +117 -73
  238. package/link/styles.selectors.js +20 -20
  239. package/mixed-line-bar-chart/styles.css.js +11 -11
  240. package/mixed-line-bar-chart/styles.scoped.css +107 -23
  241. package/mixed-line-bar-chart/styles.selectors.js +11 -11
  242. package/modal/styles.css.js +23 -23
  243. package/modal/styles.scoped.css +95 -43
  244. package/modal/styles.selectors.js +23 -23
  245. package/multiselect/styles.css.js +2 -2
  246. package/multiselect/styles.scoped.css +48 -4
  247. package/multiselect/styles.selectors.js +2 -2
  248. package/package.json +1 -1
  249. package/pagination/styles.css.js +9 -9
  250. package/pagination/styles.scoped.css +69 -25
  251. package/pagination/styles.selectors.js +9 -9
  252. package/pie-chart/styles.css.js +27 -27
  253. package/pie-chart/styles.scoped.css +104 -52
  254. package/pie-chart/styles.selectors.js +27 -27
  255. package/popover/styles.css.js +52 -52
  256. package/popover/styles.scoped.css +297 -77
  257. package/popover/styles.selectors.js +52 -52
  258. package/progress-bar/styles.css.js +19 -19
  259. package/progress-bar/styles.scoped.css +195 -35
  260. package/progress-bar/styles.selectors.js +19 -19
  261. package/prompt-input/styles.css.js +8 -8
  262. package/prompt-input/styles.scoped.css +70 -30
  263. package/prompt-input/styles.selectors.js +8 -8
  264. package/property-filter/filtering-token/styles.css.js +18 -18
  265. package/property-filter/filtering-token/styles.scoped.css +89 -41
  266. package/property-filter/filtering-token/styles.selectors.js +18 -18
  267. package/property-filter/styles.css.js +38 -38
  268. package/property-filter/styles.scoped.css +84 -40
  269. package/property-filter/styles.selectors.js +38 -38
  270. package/radio-group/styles.css.js +10 -10
  271. package/radio-group/styles.scoped.css +62 -18
  272. package/radio-group/styles.selectors.js +10 -10
  273. package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
  274. package/s3-resource-selector/s3-in-context/styles.scoped.css +9 -11
  275. package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
  276. package/s3-resource-selector/s3-modal/styles.css.js +3 -3
  277. package/s3-resource-selector/s3-modal/styles.scoped.css +85 -5
  278. package/s3-resource-selector/s3-modal/styles.selectors.js +3 -3
  279. package/segmented-control/styles.css.js +15 -15
  280. package/segmented-control/styles.scoped.css +90 -38
  281. package/segmented-control/styles.selectors.js +15 -15
  282. package/select/parts/styles.css.js +21 -21
  283. package/select/parts/styles.scoped.css +68 -24
  284. package/select/parts/styles.selectors.js +21 -21
  285. package/select/styles.css.js +1 -1
  286. package/select/styles.scoped.css +47 -3
  287. package/select/styles.selectors.js +1 -1
  288. package/side-navigation/styles.css.js +29 -29
  289. package/side-navigation/styles.scoped.css +87 -43
  290. package/side-navigation/styles.selectors.js +29 -29
  291. package/slider/styles.css.js +26 -26
  292. package/slider/styles.scoped.css +126 -78
  293. package/slider/styles.selectors.js +26 -26
  294. package/space-between/styles.css.js +23 -23
  295. package/space-between/styles.scoped.css +70 -26
  296. package/space-between/styles.selectors.js +23 -23
  297. package/spinner/styles.css.js +13 -13
  298. package/spinner/styles.scoped.css +69 -21
  299. package/spinner/styles.selectors.js +13 -13
  300. package/split-panel/icons/styles.css.js +22 -22
  301. package/split-panel/icons/styles.scoped.css +70 -26
  302. package/split-panel/icons/styles.selectors.js +22 -22
  303. package/split-panel/styles.css.js +27 -27
  304. package/split-panel/styles.scoped.css +142 -50
  305. package/split-panel/styles.selectors.js +27 -27
  306. package/status-indicator/styles.css.js +23 -23
  307. package/status-indicator/styles.scoped.css +75 -31
  308. package/status-indicator/styles.selectors.js +23 -23
  309. package/table/body-cell/styles.css.js +47 -47
  310. package/table/body-cell/styles.scoped.css +398 -360
  311. package/table/body-cell/styles.selectors.js +47 -47
  312. package/table/expandable-rows/styles.css.js +3 -3
  313. package/table/expandable-rows/styles.scoped.css +65 -17
  314. package/table/expandable-rows/styles.selectors.js +3 -3
  315. package/table/header-cell/styles.css.js +26 -26
  316. package/table/header-cell/styles.scoped.css +115 -67
  317. package/table/header-cell/styles.selectors.js +26 -26
  318. package/table/resizer/styles.css.js +8 -8
  319. package/table/resizer/styles.scoped.css +60 -16
  320. package/table/resizer/styles.selectors.js +8 -8
  321. package/table/selection/styles.css.js +3 -3
  322. package/table/selection/styles.scoped.css +49 -5
  323. package/table/selection/styles.selectors.js +3 -3
  324. package/table/sticky-scrollbar/styles.css.js +6 -6
  325. package/table/sticky-scrollbar/styles.scoped.css +89 -9
  326. package/table/sticky-scrollbar/styles.selectors.js +6 -6
  327. package/table/styles.css.js +34 -34
  328. package/table/styles.scoped.css +91 -43
  329. package/table/styles.selectors.js +34 -34
  330. package/tabs/styles.css.js +28 -28
  331. package/tabs/styles.scoped.css +139 -51
  332. package/tabs/styles.selectors.js +28 -28
  333. package/tag-editor/styles.css.js +3 -3
  334. package/tag-editor/styles.scoped.css +56 -12
  335. package/tag-editor/styles.selectors.js +3 -3
  336. package/text-content/styles.css.js +1 -1
  337. package/text-content/styles.scoped.css +107 -63
  338. package/text-content/styles.selectors.js +1 -1
  339. package/text-filter/styles.css.js +3 -3
  340. package/text-filter/styles.scoped.css +49 -5
  341. package/text-filter/styles.selectors.js +3 -3
  342. package/textarea/styles.css.js +5 -5
  343. package/textarea/styles.scoped.css +62 -22
  344. package/textarea/styles.selectors.js +5 -5
  345. package/tiles/styles.css.js +30 -30
  346. package/tiles/styles.scoped.css +159 -75
  347. package/tiles/styles.selectors.js +30 -30
  348. package/toggle/styles.css.js +10 -10
  349. package/toggle/styles.scoped.css +63 -19
  350. package/toggle/styles.selectors.js +10 -10
  351. package/token-group/styles.css.js +10 -10
  352. package/token-group/styles.scoped.css +72 -24
  353. package/token-group/styles.selectors.js +10 -10
  354. package/top-navigation/1.0-beta/styles.css.js +25 -25
  355. package/top-navigation/1.0-beta/styles.scoped.css +88 -44
  356. package/top-navigation/1.0-beta/styles.selectors.js +25 -25
  357. package/top-navigation/styles.css.js +47 -47
  358. package/top-navigation/styles.scoped.css +118 -70
  359. package/top-navigation/styles.selectors.js +47 -47
  360. package/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  361. package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +103 -23
  362. package/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  363. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  364. package/tutorial-panel/components/tutorial-list/styles.scoped.css +119 -31
  365. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  366. package/tutorial-panel/styles.css.js +1 -1
  367. package/tutorial-panel/styles.scoped.css +83 -3
  368. package/tutorial-panel/styles.selectors.js +1 -1
  369. package/wizard/styles.css.js +30 -30
  370. package/wizard/styles.scoped.css +104 -60
  371. package/wizard/styles.selectors.js +30 -30
@@ -70,6 +70,50 @@
70
70
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
71
71
  SPDX-License-Identifier: Apache-2.0
72
72
  */
73
+ /*
74
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
75
+ SPDX-License-Identifier: Apache-2.0
76
+ */
77
+ /*
78
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
79
+ SPDX-License-Identifier: Apache-2.0
80
+ */
81
+ /*
82
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
83
+ SPDX-License-Identifier: Apache-2.0
84
+ */
85
+ /*
86
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
87
+ SPDX-License-Identifier: Apache-2.0
88
+ */
89
+ /*
90
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
+ SPDX-License-Identifier: Apache-2.0
92
+ */
93
+ /*
94
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
+ SPDX-License-Identifier: Apache-2.0
96
+ */
97
+ /*
98
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
+ SPDX-License-Identifier: Apache-2.0
100
+ */
101
+ /*
102
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
103
+ SPDX-License-Identifier: Apache-2.0
104
+ */
105
+ /*
106
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
107
+ SPDX-License-Identifier: Apache-2.0
108
+ */
109
+ /*
110
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
111
+ SPDX-License-Identifier: Apache-2.0
112
+ */
113
+ /*
114
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
115
+ SPDX-License-Identifier: Apache-2.0
116
+ */
73
117
  /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
74
118
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
75
119
  /*
@@ -84,6 +128,18 @@
84
128
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
85
129
  SPDX-License-Identifier: Apache-2.0
86
130
  */
131
+ /*
132
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
133
+ SPDX-License-Identifier: Apache-2.0
134
+ */
135
+ /*
136
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
137
+ SPDX-License-Identifier: Apache-2.0
138
+ */
139
+ /*
140
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
141
+ SPDX-License-Identifier: Apache-2.0
142
+ */
87
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
88
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
89
145
  /*
@@ -94,54 +150,54 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
151
  SPDX-License-Identifier: Apache-2.0
96
152
  */
97
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97:not(#\9) {
153
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153:not(#\9) {
98
154
  opacity: 0;
99
155
  transform: translateY(-20px);
100
156
  }
101
157
  @media (prefers-reduced-motion: reduce) {
102
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97:not(#\9) {
158
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153:not(#\9) {
103
159
  animation: none;
104
160
  transition: none;
105
161
  }
106
162
  }
107
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97:not(#\9) {
163
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153:not(#\9) {
108
164
  animation: none;
109
165
  transition: none;
110
166
  }
111
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9),
112
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9),
113
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
114
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
167
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9),
168
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9),
169
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
170
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
115
171
  opacity: 0;
116
172
  transform: translateY(-8px);
117
173
  }
118
174
  @media (prefers-reduced-motion: reduce) {
119
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9),
120
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9),
121
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
122
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
175
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9),
176
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9),
177
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
178
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
123
179
  animation: none;
124
180
  transition: none;
125
181
  }
126
182
  }
127
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
183
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
128
184
  animation: none;
129
185
  transition: none;
130
186
  }
131
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
187
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
132
188
  opacity: 0;
133
189
  }
134
190
  @media (prefers-reduced-motion: reduce) {
135
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
191
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
136
192
  animation: none;
137
193
  transition: none;
138
194
  }
139
195
  }
140
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_enter_1q84n_1mepa_97 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
196
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_enter_1q84n_1kw09_153 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
141
197
  animation: none;
142
198
  transition: none;
143
199
  }
144
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150:not(#\9) {
200
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206:not(#\9) {
145
201
  transition-property: transform, opacity;
146
202
  transition-duration: var(--motion-duration-refresh-only-slow-zbvbxt, 250ms);
147
203
  transition-timing-function: var(--motion-easing-refresh-only-c-vg1m9h, cubic-bezier(0.84, 0, 0.16, 1));
@@ -149,25 +205,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
149
205
  transform: translateY(0);
150
206
  }
151
207
  @media (prefers-reduced-motion: reduce) {
152
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150:not(#\9) {
208
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206:not(#\9) {
153
209
  animation: none;
154
210
  transition: none;
155
211
  }
156
212
  }
157
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150:not(#\9) {
213
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206:not(#\9) {
158
214
  animation: none;
159
215
  transition: none;
160
216
  }
161
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9),
162
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9),
163
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9),
164
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
165
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9),
166
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9),
167
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9),
168
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9),
169
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
170
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
217
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9),
218
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9),
219
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9),
220
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
221
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9),
222
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9),
223
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9),
224
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9),
225
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
226
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
171
227
  opacity: 1;
172
228
  transform: translateY(0);
173
229
  transition-property: transform, opacity;
@@ -175,83 +231,83 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
175
231
  transition-timing-function: var(--motion-easing-refresh-only-c-vg1m9h, cubic-bezier(0.84, 0, 0.16, 1));
176
232
  }
177
233
  @media (prefers-reduced-motion: reduce) {
178
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9),
179
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9),
180
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9),
181
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
182
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9),
183
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9),
184
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9),
185
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9),
186
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
187
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
234
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9),
235
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9),
236
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9),
237
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
238
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9),
239
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9),
240
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9),
241
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9),
242
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
243
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
188
244
  animation: none;
189
245
  transition: none;
190
246
  }
191
247
  }
192
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
248
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
193
249
  animation: none;
194
250
  transition: none;
195
251
  }
196
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
252
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
197
253
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zbvbxt, 250ms) - 50ms);
198
254
  }
199
255
  @media (prefers-reduced-motion: reduce) {
200
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
256
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
201
257
  animation: none;
202
258
  transition: none;
203
259
  }
204
260
  }
205
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
261
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
206
262
  animation: none;
207
263
  transition: none;
208
264
  }
209
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9) {
265
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9) {
210
266
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zbvbxt, 250ms) + 10ms);
211
267
  }
212
268
  @media (prefers-reduced-motion: reduce) {
213
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9) {
269
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9) {
214
270
  animation: none;
215
271
  transition: none;
216
272
  }
217
273
  }
218
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-header_1q84n_1mepa_111:not(#\9) {
274
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-header_1q84n_1kw09_167:not(#\9) {
219
275
  animation: none;
220
276
  transition: none;
221
277
  }
222
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9) {
278
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9) {
223
279
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zbvbxt, 250ms) + 10ms);
224
280
  }
225
281
  @media (prefers-reduced-motion: reduce) {
226
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9) {
282
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9) {
227
283
  animation: none;
228
284
  transition: none;
229
285
  }
230
286
  }
231
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_flash-message_1q84n_1mepa_111 > .awsui_flash-content_1q84n_1mepa_112:not(#\9) {
287
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_flash-message_1q84n_1kw09_167 > .awsui_flash-content_1q84n_1kw09_168:not(#\9) {
232
288
  animation: none;
233
289
  transition: none;
234
290
  }
235
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9),
236
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
237
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9),
238
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9) {
291
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9),
292
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
293
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9),
294
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9) {
239
295
  transition-delay: calc(var(--motion-duration-refresh-only-slow-zbvbxt, 250ms) * 2 - 100ms);
240
296
  }
241
297
  @media (prefers-reduced-motion: reduce) {
242
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9),
243
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9),
244
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9),
245
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9) {
298
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9),
299
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9),
300
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9),
301
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9) {
246
302
  animation: none;
247
303
  transition: none;
248
304
  }
249
305
  }
250
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entering_1q84n_1mepa_150 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_entered_1q84n_1mepa_171 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9) {
306
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entering_1q84n_1kw09_206 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9), .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_entered_1q84n_1kw09_227 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9) {
251
307
  animation: none;
252
308
  transition: none;
253
309
  }
254
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_exiting_1q84n_1mepa_276:not(#\9) {
310
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_exiting_1q84n_1kw09_332:not(#\9) {
255
311
  opacity: 0;
256
312
  transform: translateY(-20px);
257
313
  transition-property: transform, opacity;
@@ -259,12 +315,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
259
315
  transition-timing-function: var(--motion-easing-refresh-only-c-vg1m9h, cubic-bezier(0.84, 0, 0.16, 1));
260
316
  }
261
317
  @media (prefers-reduced-motion: reduce) {
262
- .awsui_flash-with-motion_1q84n_1mepa_97.awsui_exiting_1q84n_1mepa_276:not(#\9) {
318
+ .awsui_flash-with-motion_1q84n_1kw09_153.awsui_exiting_1q84n_1kw09_332:not(#\9) {
263
319
  animation: none;
264
320
  transition: none;
265
321
  }
266
322
  }
267
- .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1mepa_97.awsui_exiting_1q84n_1mepa_276:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1mepa_97.awsui_exiting_1q84n_1mepa_276:not(#\9) {
323
+ .awsui-motion-disabled .awsui_flash-with-motion_1q84n_1kw09_153.awsui_exiting_1q84n_1kw09_332:not(#\9), .awsui-mode-entering .awsui_flash-with-motion_1q84n_1kw09_153.awsui_exiting_1q84n_1kw09_332:not(#\9) {
268
324
  animation: none;
269
325
  transition: none;
270
326
  }
@@ -273,39 +329,47 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
273
329
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
274
330
  SPDX-License-Identifier: Apache-2.0
275
331
  */
276
- .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_item_1q84n_1mepa_298:not(#\9),
277
- .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_flash-list-item_1q84n_1mepa_299:not(#\9),
278
- .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298.awsui_notification-bar_1q84n_1mepa_300:not(#\9) {
332
+ /*
333
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
334
+ SPDX-License-Identifier: Apache-2.0
335
+ */
336
+ /*
337
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
338
+ SPDX-License-Identifier: Apache-2.0
339
+ */
340
+ /*
341
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
342
+ SPDX-License-Identifier: Apache-2.0
343
+ */
344
+ .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_item_1q84n_1kw09_366:not(#\9),
345
+ .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_flash-list-item_1q84n_1kw09_367:not(#\9),
346
+ .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366.awsui_notification-bar_1q84n_1kw09_368:not(#\9) {
279
347
  transition-timing-function: var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
280
348
  transition-duration: var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
281
349
  }
282
350
  @media (prefers-reduced-motion: reduce) {
283
- .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_item_1q84n_1mepa_298:not(#\9),
284
- .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_flash-list-item_1q84n_1mepa_299:not(#\9),
285
- .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298.awsui_notification-bar_1q84n_1mepa_300:not(#\9) {
351
+ .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_item_1q84n_1kw09_366:not(#\9),
352
+ .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_flash-list-item_1q84n_1kw09_367:not(#\9),
353
+ .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366.awsui_notification-bar_1q84n_1kw09_368:not(#\9) {
286
354
  animation: none;
287
355
  transition: none;
288
356
  }
289
357
  }
290
- .awsui-motion-disabled .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_item_1q84n_1mepa_298:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_item_1q84n_1mepa_298:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_flash-list-item_1q84n_1mepa_299:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298 > .awsui_flash-list-item_1q84n_1mepa_299:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298.awsui_notification-bar_1q84n_1mepa_300:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1mepa_298 > .awsui_animation-running_1q84n_1mepa_298.awsui_notification-bar_1q84n_1mepa_300:not(#\9) {
358
+ .awsui-motion-disabled .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_item_1q84n_1kw09_366:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_item_1q84n_1kw09_366:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_flash-list-item_1q84n_1kw09_367:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366 > .awsui_flash-list-item_1q84n_1kw09_367:not(#\9), .awsui-motion-disabled .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366.awsui_notification-bar_1q84n_1kw09_368:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1kw09_366 > .awsui_animation-running_1q84n_1kw09_366.awsui_notification-bar_1q84n_1kw09_368:not(#\9) {
291
359
  animation: none;
292
360
  transition: none;
293
361
  }
294
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320.awsui_animation-ready_1q84n_1mepa_320 > .awsui_expanded-only_1q84n_1mepa_320:not(#\9),
295
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320.awsui_animation-running_1q84n_1mepa_298 > .awsui_expanded-only_1q84n_1mepa_320:not(#\9) {
362
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388.awsui_animation-ready_1q84n_1kw09_388 > .awsui_expanded-only_1q84n_1kw09_388:not(#\9),
363
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388.awsui_animation-running_1q84n_1kw09_366 > .awsui_expanded-only_1q84n_1kw09_388:not(#\9) {
296
364
  display: none;
297
365
  }
298
366
 
299
- /*
300
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
301
- SPDX-License-Identifier: Apache-2.0
302
- */
303
- .awsui_stack_1q84n_1mepa_298:not(#\9) {
367
+ .awsui_stack_1q84n_1kw09_366:not(#\9) {
304
368
  display: grid;
305
369
  grid-template-columns: 30px 1fr 30px;
306
370
  }
307
371
 
308
- .awsui_stack_1q84n_1mepa_298 > .awsui_expanded_1q84n_1mepa_320:not(#\9) {
372
+ .awsui_stack_1q84n_1kw09_366 > .awsui_expanded_1q84n_1kw09_388:not(#\9) {
309
373
  grid-column: 1/4;
310
374
  }
311
375
 
@@ -319,49 +383,45 @@ the grid layout will be:
319
383
  [10px] [item 2 start] [10px] [fractional unit] [10px] [item 2 end] [10px]
320
384
  [10px] [10px] [item 3 start] [fractional unit] [item 3 end] [10px] [10px]
321
385
  */
322
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320:not(#\9) {
386
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388:not(#\9) {
323
387
  display: grid;
324
388
  grid-column: 1/4;
325
389
  grid-template-columns: repeat(var(--awsui-flashbar-stack-depth-g964ok), 10px) 1fr repeat(var(--awsui-flashbar-stack-depth-g964ok), 10px);
326
390
  row-gap: 8px;
327
391
  z-index: 0;
328
392
  }
329
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320 > .awsui_item_1q84n_1mepa_298:not(#\9) {
393
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388 > .awsui_item_1q84n_1kw09_366:not(#\9) {
330
394
  grid-column-start: calc(var(--awsui-flashbar-stack-index-g964ok) + 1);
331
395
  grid-column-end: calc(var(--awsui-flashbar-stack-depth-g964ok) * 2 + 1 - var(--awsui-flashbar-stack-index-g964ok) + 1);
332
396
  grid-row-start: 1;
333
397
  grid-row-end: calc(var(--awsui-flashbar-stack-index-g964ok) + 2);
334
398
  z-index: calc(var(--awsui-flashbar-stack-depth-g964ok) - var(--awsui-flashbar-stack-index-g964ok));
335
399
  }
336
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320 > .awsui_item_1q84n_1mepa_298:not(#\9):not(:first-of-type) {
400
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388 > .awsui_item_1q84n_1kw09_366:not(#\9):not(:first-of-type) {
337
401
  align-self: end;
338
402
  /* Give placeholder elements in the stacked state the height of a notification
339
403
  with one single line of text.
340
404
  This makes them look better during the collapse animation, in which they are already empty.
341
405
  */
342
- min-block-size: calc(
343
- var(--line-height-body-m-30ar75, 20px) + (
344
- var(--space-scaled-xs-26e2du, 8px) + var(--border-field-width-09w7vk, 2px) + var(--space-scaled-xxs-7597g1, 4px)
345
- ) * 2
346
- );
347
- }
348
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320 > .awsui_item_1q84n_1mepa_298:not(#\9):not(:last-child) > .awsui_flash_1q84n_1mepa_97::before,
349
- .awsui_stack_1q84n_1mepa_298 > .awsui_collapsed_1q84n_1mepa_320 > .awsui_item_1q84n_1mepa_298.awsui_flash_1q84n_1mepa_97:not(#\9)::before {
406
+ min-block-size: calc(var(--line-height-body-m-30ar75, 20px) + (var(--space-scaled-xs-26e2du, 8px) + var(--border-field-width-09w7vk, 2px) + var(--space-scaled-xxs-7597g1, 4px)) * 2);
407
+ }
408
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388 > .awsui_item_1q84n_1kw09_366:not(#\9):not(:last-child) > .awsui_flash_1q84n_1kw09_153::before,
409
+ .awsui_stack_1q84n_1kw09_366 > .awsui_collapsed_1q84n_1kw09_388 > .awsui_item_1q84n_1kw09_366.awsui_flash_1q84n_1kw09_153:not(#\9)::before {
350
410
  box-shadow: var(--shadow-flash-collapsed-s7gipk, 0px 4px 4px rgba(0, 0, 0, 0.25));
351
411
  }
352
412
 
353
- .awsui_stack_1q84n_1mepa_298 > .awsui_expanded_1q84n_1mepa_320.awsui_animation-running_1q84n_1mepa_298 > .awsui_flash-list-item_1q84n_1mepa_299:not(#\9) {
413
+ .awsui_stack_1q84n_1kw09_366 > .awsui_expanded_1q84n_1kw09_388.awsui_animation-running_1q84n_1kw09_366 > .awsui_flash-list-item_1q84n_1kw09_367:not(#\9) {
354
414
  position: relative;
355
415
  z-index: calc(var(--awsui-flashbar-stack-depth-g964ok) - var(--awsui-flashbar-stack-index-g964ok));
356
416
  }
357
417
 
358
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320) {
418
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388) {
359
419
  /*
360
420
  Since the notification bar is anchored to the bottom of the Flashbar, we need to push it up to account for the
361
421
  missing third item when there are only 2 items in the stack.
362
422
  */
363
423
  }
364
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320):not(.awsui_short-list_1q84n_1mepa_390):not(.awsui_visual-refresh_1q84n_1mepa_390) {
424
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388):not(.awsui_short-list_1q84n_1kw09_450):not(.awsui_visual-refresh_1q84n_1kw09_450) {
365
425
  /*
366
426
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
367
427
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -370,27 +430,17 @@ the grid layout will be:
370
430
  */
371
431
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
372
432
  is the full height of the notification bar */
373
- --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(
374
- var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 1px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px)
375
- );
376
- margin-block-end: calc(
377
- var(
378
- --awsui-stacked-notifications-bottom-margin-g964ok,
379
- var(--awsui-stacked-notifications-default-bottom-margin-g964ok)
380
- ) + 0px + 0px
381
- );
382
- }
383
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320):not(.awsui_short-list_1q84n_1mepa_390):not(.awsui_visual-refresh_1q84n_1mepa_390) > .awsui_notification-bar_1q84n_1mepa_300 {
433
+ --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 1px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px));
434
+ margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 0px);
435
+ }
436
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388):not(.awsui_short-list_1q84n_1kw09_450):not(.awsui_visual-refresh_1q84n_1kw09_450) > .awsui_notification-bar_1q84n_1kw09_368 {
384
437
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) + 0px);
385
438
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
386
439
  is the full height of the notification bar */
387
- margin-block-end: calc(
388
- calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 1px -
389
- 0px
390
- );
440
+ margin-block-end: calc(calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 1px - 0px);
391
441
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
392
442
  }
393
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320):not(.awsui_short-list_1q84n_1mepa_390).awsui_visual-refresh_1q84n_1mepa_390 {
443
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388):not(.awsui_short-list_1q84n_1kw09_450).awsui_visual-refresh_1q84n_1kw09_450 {
394
444
  /*
395
445
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
396
446
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -399,27 +449,17 @@ the grid layout will be:
399
449
  */
400
450
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
401
451
  is the full height of the notification bar */
402
- --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(
403
- var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 2px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px)
404
- );
405
- margin-block-end: calc(
406
- var(
407
- --awsui-stacked-notifications-bottom-margin-g964ok,
408
- var(--awsui-stacked-notifications-default-bottom-margin-g964ok)
409
- ) + 0px + 0px
410
- );
411
- }
412
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320):not(.awsui_short-list_1q84n_1mepa_390).awsui_visual-refresh_1q84n_1mepa_390 > .awsui_notification-bar_1q84n_1mepa_300 {
452
+ --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 2px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px));
453
+ margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 0px);
454
+ }
455
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388):not(.awsui_short-list_1q84n_1kw09_450).awsui_visual-refresh_1q84n_1kw09_450 > .awsui_notification-bar_1q84n_1kw09_368 {
413
456
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) + 0px);
414
457
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
415
458
  is the full height of the notification bar */
416
- margin-block-end: calc(
417
- calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 2px -
418
- 0px
419
- );
459
+ margin-block-end: calc(calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 2px - 0px);
420
460
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
421
461
  }
422
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320).awsui_short-list_1q84n_1mepa_390:not(.awsui_visual-refresh_1q84n_1mepa_390) {
462
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388).awsui_short-list_1q84n_1kw09_450:not(.awsui_visual-refresh_1q84n_1kw09_450) {
423
463
  /*
424
464
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
425
465
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -428,27 +468,17 @@ the grid layout will be:
428
468
  */
429
469
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
430
470
  is the full height of the notification bar */
431
- --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(
432
- var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 1px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px)
433
- );
434
- margin-block-end: calc(
435
- var(
436
- --awsui-stacked-notifications-bottom-margin-g964ok,
437
- var(--awsui-stacked-notifications-default-bottom-margin-g964ok)
438
- ) + 0px + 8px
439
- );
440
- }
441
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320).awsui_short-list_1q84n_1mepa_390:not(.awsui_visual-refresh_1q84n_1mepa_390) > .awsui_notification-bar_1q84n_1mepa_300 {
471
+ --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 1px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px));
472
+ margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 8px);
473
+ }
474
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388).awsui_short-list_1q84n_1kw09_450:not(.awsui_visual-refresh_1q84n_1kw09_450) > .awsui_notification-bar_1q84n_1kw09_368 {
442
475
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) + 8px);
443
476
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
444
477
  is the full height of the notification bar */
445
- margin-block-end: calc(
446
- calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 1px -
447
- 8px
448
- );
478
+ margin-block-end: calc(calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 1px - 8px);
449
479
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
450
480
  }
451
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320).awsui_short-list_1q84n_1mepa_390.awsui_visual-refresh_1q84n_1mepa_390 {
481
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388).awsui_short-list_1q84n_1kw09_450.awsui_visual-refresh_1q84n_1kw09_450 {
452
482
  /*
453
483
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
454
484
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -457,27 +487,17 @@ the grid layout will be:
457
487
  */
458
488
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
459
489
  is the full height of the notification bar */
460
- --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(
461
- var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 2px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px)
462
- );
463
- margin-block-end: calc(
464
- var(
465
- --awsui-stacked-notifications-bottom-margin-g964ok,
466
- var(--awsui-stacked-notifications-default-bottom-margin-g964ok)
467
- ) + 0px + 8px
468
- );
469
- }
470
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384:not(#\9):not(.awsui_expanded_1q84n_1mepa_320).awsui_short-list_1q84n_1mepa_390.awsui_visual-refresh_1q84n_1mepa_390 > .awsui_notification-bar_1q84n_1mepa_300 {
490
+ --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 2px - calc(var(--space-scaled-xl-kswcw7, 24px) + 3px));
491
+ margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 8px);
492
+ }
493
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444:not(#\9):not(.awsui_expanded_1q84n_1kw09_388).awsui_short-list_1q84n_1kw09_450.awsui_visual-refresh_1q84n_1kw09_450 > .awsui_notification-bar_1q84n_1kw09_368 {
471
494
  margin-block-start: calc(-1 * calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) + 8px);
472
495
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
473
496
  is the full height of the notification bar */
474
- margin-block-end: calc(
475
- calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 2px -
476
- 8px
477
- );
497
+ margin-block-end: calc(calc(var(--space-scaled-xl-kswcw7, 24px) + 3px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 2px - 8px);
478
498
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
479
499
  }
480
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384.awsui_expanded_1q84n_1mepa_320:not(#\9):not(.awsui_visual-refresh_1q84n_1mepa_390) {
500
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444.awsui_expanded_1q84n_1kw09_388:not(#\9):not(.awsui_visual-refresh_1q84n_1kw09_450) {
481
501
  /*
482
502
  Give a bit more bottom margin when expanded, but only in Classic because in Visual Refresh the margin around the
483
503
  notifications slot already gives it enough space.
@@ -490,27 +510,17 @@ the grid layout will be:
490
510
  */
491
511
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
492
512
  is the full height of the notification bar */
493
- --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(
494
- var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 1px - var(--space-scaled-s-aqzyko, 12px)
495
- );
496
- margin-block-end: calc(
497
- var(
498
- --awsui-stacked-notifications-bottom-margin-g964ok,
499
- var(--awsui-stacked-notifications-default-bottom-margin-g964ok)
500
- ) + var(--space-scaled-m-mo5yse, 16px) + 0px
501
- );
502
- }
503
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384.awsui_expanded_1q84n_1mepa_320:not(#\9):not(.awsui_visual-refresh_1q84n_1mepa_390) > .awsui_notification-bar_1q84n_1mepa_300 {
513
+ --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 1px - var(--space-scaled-s-aqzyko, 12px));
514
+ margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + var(--space-scaled-m-mo5yse, 16px) + 0px);
515
+ }
516
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444.awsui_expanded_1q84n_1kw09_388:not(#\9):not(.awsui_visual-refresh_1q84n_1kw09_450) > .awsui_notification-bar_1q84n_1kw09_368 {
504
517
  margin-block-start: calc(-1 * var(--space-scaled-s-aqzyko, 12px) + 0px);
505
518
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
506
519
  is the full height of the notification bar */
507
- margin-block-end: calc(
508
- var(--space-scaled-s-aqzyko, 12px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 1px -
509
- 0px
510
- );
520
+ margin-block-end: calc(var(--space-scaled-s-aqzyko, 12px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 1px - 0px);
511
521
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
512
522
  }
513
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384.awsui_expanded_1q84n_1mepa_320.awsui_visual-refresh_1q84n_1mepa_390:not(#\9) {
523
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444.awsui_expanded_1q84n_1kw09_388.awsui_visual-refresh_1q84n_1kw09_450:not(#\9) {
514
524
  /*
515
525
  The default bottom margin (custom-props.$stackedNotificationsDefaultBottomMargin) is just enough to prevent the
516
526
  notification bar from overlapping the elements below. But if using disableContentPaddings,
@@ -519,28 +529,18 @@ the grid layout will be:
519
529
  */
520
530
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
521
531
  is the full height of the notification bar */
522
- --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(
523
- var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 2px - var(--space-scaled-s-aqzyko, 12px)
524
- );
525
- margin-block-end: calc(
526
- var(
527
- --awsui-stacked-notifications-bottom-margin-g964ok,
528
- var(--awsui-stacked-notifications-default-bottom-margin-g964ok)
529
- ) + 0px + 0px
530
- );
531
- }
532
- .awsui_stack_1q84n_1mepa_298.awsui_collapsible_1q84n_1mepa_384.awsui_expanded_1q84n_1mepa_320.awsui_visual-refresh_1q84n_1mepa_390 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9) {
532
+ --awsui-stacked-notifications-default-bottom-margin-g964ok: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-scaled-xxs-7597g1, 4px) + 2 * 2px - var(--space-scaled-s-aqzyko, 12px));
533
+ margin-block-end: calc(var(--awsui-stacked-notifications-bottom-margin-g964ok, var(--awsui-stacked-notifications-default-bottom-margin-g964ok)) + 0px + 0px);
534
+ }
535
+ .awsui_stack_1q84n_1kw09_366.awsui_collapsible_1q84n_1kw09_444.awsui_expanded_1q84n_1kw09_388.awsui_visual-refresh_1q84n_1kw09_450 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9) {
533
536
  margin-block-start: calc(-1 * var(--space-scaled-s-aqzyko, 12px) + 0px);
534
537
  /* $notification-bar-line-height + 2 * $notification-bar-padding-vertical + 2 * $border-width
535
538
  is the full height of the notification bar */
536
- margin-block-end: calc(
537
- var(--space-scaled-s-aqzyko, 12px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 2px -
538
- 0px
539
- );
539
+ margin-block-end: calc(var(--space-scaled-s-aqzyko, 12px) - var(--line-height-body-m-30ar75, 20px) - 2 * var(--space-scaled-xxs-7597g1, 4px) - 2 * 2px - 0px);
540
540
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
541
541
  }
542
542
 
543
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9) {
543
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9) {
544
544
  min-inline-size: 0;
545
545
  word-break: break-word;
546
546
  background: var(--color-background-notification-stack-bar-btgysg, #232f3e);
@@ -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_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_status_1q84n_1mepa_597 > .awsui_header_1q84n_1mepa_597:not(#\9),
572
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_status_1q84n_1mepa_597 > .awsui_item-count_1q84n_1mepa_598:not(#\9),
573
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599:not(#\9) {
571
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_status_1q84n_1kw09_597 > .awsui_header_1q84n_1kw09_597:not(#\9),
572
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_status_1q84n_1kw09_597 > .awsui_item-count_1q84n_1kw09_598:not(#\9),
573
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599:not(#\9) {
574
574
  font-size: var(--font-size-body-m-x4okxb, 14px);
575
575
  line-height: var(--line-height-body-m-30ar75, 20px);
576
576
  color: var(--color-text-body-default-at06ol, #000716);
@@ -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_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_status_1q84n_1mepa_597:not(#\9) {
586
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_status_1q84n_1kw09_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_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_status_1q84n_1mepa_597 > .awsui_header_1q84n_1mepa_597:not(#\9) {
594
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_status_1q84n_1kw09_597 > .awsui_header_1q84n_1kw09_597:not(#\9) {
595
595
  font-weight: var(--font-button-weight-hv56tz, 700);
596
596
  display: inline-block;
597
597
  }
598
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_status_1q84n_1mepa_597 > .awsui_item-count_1q84n_1mepa_598:not(#\9) {
598
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_status_1q84n_1kw09_597 > .awsui_item-count_1q84n_1kw09_598:not(#\9) {
599
599
  column-gap: var(--space-s-34lx8l, 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_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_status_1q84n_1mepa_597 > .awsui_item-count_1q84n_1mepa_598 > .awsui_type-count_1q84n_1mepa_632 > .awsui_count-number_1q84n_1mepa_632:not(#\9) {
606
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_status_1q84n_1kw09_597 > .awsui_item-count_1q84n_1kw09_598 > .awsui_type-count_1q84n_1kw09_632 > .awsui_count-number_1q84n_1kw09_632:not(#\9) {
607
607
  margin-inline-start: var(--space-xxs-p8yyaw, 4px);
608
608
  }
609
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9):hover {
609
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9):hover {
610
610
  background: var(--color-background-notification-stack-bar-hover-905myr, #414d5c);
611
611
  border-color: var(--color-background-notification-stack-bar-hover-905myr, #414d5c);
612
612
  }
613
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9):active {
613
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9):active {
614
614
  background: var(--color-background-notification-stack-bar-active-g701bg, #232f3e);
615
615
  }
616
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300.awsui_visual-refresh_1q84n_1mepa_390:not(#\9) {
616
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368.awsui_visual-refresh_1q84n_1kw09_450:not(#\9) {
617
617
  border-block-width: 2px;
618
618
  border-inline-width: 2px;
619
619
  padding-inline: var(--space-l-t419sm, 20px);
620
620
  }
621
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9):not(.awsui_visual-refresh_1q84n_1mepa_390) {
621
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9):not(.awsui_visual-refresh_1q84n_1kw09_450) {
622
622
  border-block-width: 1px;
623
623
  border-inline-width: 1px;
624
624
  padding-inline: var(--space-s-34lx8l, 12px);
625
625
  }
626
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9):not(.awsui_visual-refresh_1q84n_1mepa_390):focus {
626
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9):not(.awsui_visual-refresh_1q84n_1kw09_450):focus {
627
627
  text-decoration: none;
628
628
  }
629
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300:not(#\9):not(.awsui_visual-refresh_1q84n_1mepa_390):hover {
629
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368:not(#\9):not(.awsui_visual-refresh_1q84n_1kw09_450):hover {
630
630
  text-decoration: none;
631
631
  }
632
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599:not(#\9) {
632
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_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_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599 > .awsui_icon_1q84n_1mepa_666:not(#\9) {
640
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599 > .awsui_icon_1q84n_1kw09_666:not(#\9) {
641
641
  transition: transform var(--motion-duration-rotate-90-4ry26y, 135ms) var(--motion-easing-rotate-90-sb4dk7, cubic-bezier(0.165, 0.84, 0.44, 1));
642
642
  }
643
643
  @media (prefers-reduced-motion: reduce) {
644
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599 > .awsui_icon_1q84n_1mepa_666:not(#\9) {
644
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599 > .awsui_icon_1q84n_1kw09_666:not(#\9) {
645
645
  animation: none;
646
646
  transition: none;
647
647
  }
648
648
  }
649
- .awsui-motion-disabled .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599 > .awsui_icon_1q84n_1mepa_666:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599 > .awsui_icon_1q84n_1mepa_666:not(#\9) {
649
+ .awsui-motion-disabled .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599 > .awsui_icon_1q84n_1kw09_666:not(#\9), .awsui-mode-entering .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599 > .awsui_icon_1q84n_1kw09_666:not(#\9) {
650
650
  animation: none;
651
651
  transition: none;
652
652
  }
653
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599.awsui_expanded_1q84n_1mepa_320 > .awsui_icon_1q84n_1mepa_666:not(#\9) {
653
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599.awsui_expanded_1q84n_1kw09_388 > .awsui_icon_1q84n_1kw09_666:not(#\9) {
654
654
  transform: rotate(180deg);
655
655
  }
656
- .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599:not(#\9):focus {
656
+ .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599:not(#\9):focus {
657
657
  outline: none;
658
658
  }
659
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599:not(#\9):focus {
659
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599:not(#\9):focus {
660
660
  position: relative;
661
661
  }
662
- body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599:not(#\9):focus {
662
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_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_1mepa_298 > .awsui_notification-bar_1q84n_1mepa_300 > .awsui_button_1q84n_1mepa_599:not(#\9):focus::before {
666
+ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1kw09_366 > .awsui_notification-bar_1q84n_1kw09_368 > .awsui_button_1q84n_1kw09_599:not(#\9):focus::before {
667
667
  content: " ";
668
668
  display: block;
669
669
  position: absolute;
@@ -678,24 +678,20 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1mepa_298 > .awsui_notifi
678
678
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
679
679
  }
680
680
 
681
- .awsui_stack_1q84n_1mepa_298.awsui_expanded_1q84n_1mepa_320:not(#\9):not(.awsui_floating_1q84n_1mepa_707) {
681
+ .awsui_stack_1q84n_1kw09_366.awsui_expanded_1q84n_1kw09_388:not(#\9):not(.awsui_floating_1q84n_1kw09_707) {
682
682
  padding-block-end: var(--awsui-flashbar-sticky-bottom-margin-g964ok, 0);
683
683
  }
684
684
 
685
- /*
686
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
687
- SPDX-License-Identifier: Apache-2.0
688
- */
689
- .awsui_flashbar_1q84n_1mepa_715:not(#\9) {
685
+ .awsui_flashbar_1q84n_1kw09_711:not(#\9) {
690
686
  position: relative;
691
687
  /* stylelint-disable-next-line selector-max-type */
692
688
  }
693
- .awsui_flashbar_1q84n_1mepa_715 > li + li:not(#\9) {
689
+ .awsui_flashbar_1q84n_1kw09_711 > li + li:not(#\9) {
694
690
  padding-block-start: 0;
695
691
  }
696
692
 
697
- .awsui_flashbar_1q84n_1mepa_715:not(#\9),
698
- .awsui_flash_1q84n_1mepa_97:not(#\9) {
693
+ .awsui_flashbar_1q84n_1kw09_711:not(#\9),
694
+ .awsui_flash_1q84n_1kw09_153:not(#\9) {
699
695
  border-collapse: separate;
700
696
  border-spacing: 0;
701
697
  box-sizing: border-box;
@@ -731,7 +727,7 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1mepa_298 > .awsui_notifi
731
727
  -moz-osx-font-smoothing: auto;
732
728
  }
733
729
 
734
- .awsui_flash_1q84n_1mepa_97:not(#\9) {
730
+ .awsui_flash_1q84n_1kw09_153:not(#\9) {
735
731
  position: relative;
736
732
  display: flex;
737
733
  justify-content: flex-start;
@@ -746,7 +742,7 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1mepa_298 > .awsui_notifi
746
742
  overflow-wrap: break-word;
747
743
  word-wrap: break-word;
748
744
  }
749
- .awsui_flash_1q84n_1mepa_97:not(#\9)::before {
745
+ .awsui_flash_1q84n_1kw09_153:not(#\9)::before {
750
746
  content: "";
751
747
  position: absolute;
752
748
  inset-inline-start: 0px;
@@ -762,43 +758,43 @@ body[data-awsui-focus-visible=true] .awsui_stack_1q84n_1mepa_298 > .awsui_notifi
762
758
  border-end-end-radius: var(--border-radius-flashbar-hcdl9q, 12px);
763
759
  box-shadow: var(--shadow-flash-sticky-pq8cuq, 0px 4px 8px rgba(0, 7, 22, 0.1));
764
760
  }
765
- .awsui_flash-refresh_1q84n_1mepa_790:not(#\9)::before {
761
+ .awsui_flash-refresh_1q84n_1kw09_786:not(#\9)::before {
766
762
  z-index: -1;
767
763
  }
768
764
 
769
- .awsui_flash-list_1q84n_1mepa_299:not(#\9) {
765
+ .awsui_flash-list_1q84n_1kw09_367:not(#\9) {
770
766
  list-style: none;
771
767
  padding-block: 0;
772
768
  padding-inline: 0;
773
769
  margin-block: 0;
774
770
  margin-inline: 0;
775
771
  }
776
- .awsui_flash-list_1q84n_1mepa_299:not(#\9):not(.awsui_collapsed_1q84n_1mepa_320) > li:not(:last-child) {
772
+ .awsui_flash-list_1q84n_1kw09_367:not(#\9):not(.awsui_collapsed_1q84n_1kw09_388) > li:not(:last-child) {
777
773
  margin-block-end: var(--space-xxxs-zbmxqb, 2px);
778
774
  }
779
775
 
780
- .awsui_flash-body_1q84n_1mepa_111:not(#\9) {
776
+ .awsui_flash-body_1q84n_1kw09_167:not(#\9) {
781
777
  display: flex;
782
778
  flex-grow: 1;
783
779
  min-inline-size: 0;
784
780
  }
785
781
 
786
- .awsui_flash-focus-container_1q84n_1mepa_811:not(#\9) {
782
+ .awsui_flash-focus-container_1q84n_1kw09_807:not(#\9) {
787
783
  display: flex;
788
784
  flex: 1;
789
785
  min-inline-size: 0;
790
786
  }
791
- .awsui_flash-focus-container_1q84n_1mepa_811:not(#\9):focus {
787
+ .awsui_flash-focus-container_1q84n_1kw09_807:not(#\9):focus {
792
788
  outline: none;
793
789
  }
794
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1mepa_811:not(#\9):focus {
790
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1kw09_807:not(#\9):focus {
795
791
  position: relative;
796
792
  }
797
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1mepa_811:not(#\9):focus {
793
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1kw09_807:not(#\9):focus {
798
794
  outline: 2px dotted transparent;
799
795
  outline-offset: calc(var(--space-button-focus-outline-gutter-cqfd0c, 4px) - 1px);
800
796
  }
801
- body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1mepa_811:not(#\9):focus::before {
797
+ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1kw09_807:not(#\9):focus::before {
802
798
  content: " ";
803
799
  display: block;
804
800
  position: absolute;
@@ -813,76 +809,76 @@ body[data-awsui-focus-visible=true] .awsui_flash-focus-container_1q84n_1mepa_811
813
809
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
814
810
  }
815
811
 
816
- .awsui_flash-text_1q84n_1mepa_841:not(#\9) {
812
+ .awsui_flash-text_1q84n_1kw09_837:not(#\9) {
817
813
  margin-block: var(--border-field-width-09w7vk, 2px);
818
814
  margin-inline: 0;
819
815
  padding-block: var(--space-scaled-xxs-7597g1, 4px);
820
816
  padding-inline: var(--space-xxs-p8yyaw, 4px);
821
817
  }
822
818
 
823
- .awsui_flash-icon_1q84n_1mepa_137:not(#\9) {
819
+ .awsui_flash-icon_1q84n_1kw09_193:not(#\9) {
824
820
  flex: 0 0 auto;
825
821
  padding-inline-start: 0;
826
822
  }
827
823
 
828
- .awsui_flash-message_1q84n_1mepa_111:not(#\9) {
824
+ .awsui_flash-message_1q84n_1kw09_167:not(#\9) {
829
825
  flex: 1 1 0%;
830
826
  word-wrap: break-word;
831
827
  max-inline-size: 100%;
832
828
  overflow: hidden;
833
829
  }
834
830
 
835
- .awsui_flash-header_1q84n_1mepa_111:not(#\9) {
831
+ .awsui_flash-header_1q84n_1kw09_167:not(#\9) {
836
832
  font-weight: 700;
837
833
  }
838
834
 
839
- .awsui_flash-content_1q84n_1mepa_112:not(#\9) {
835
+ .awsui_flash-content_1q84n_1kw09_168:not(#\9) {
840
836
  /* Only used as a selector for test-utils */
841
837
  }
842
838
 
843
- .awsui_dismiss-button-wrapper_1q84n_1mepa_114:not(#\9) {
839
+ .awsui_dismiss-button-wrapper_1q84n_1kw09_170:not(#\9) {
844
840
  flex: 0 0 auto;
845
841
  margin-inline: var(--space-s-34lx8l, 12px) calc(-1 * var(--space-xxs-p8yyaw, 4px));
846
842
  padding-inline-end: var(--space-flashbar-dismiss-right-tcpfax, 0px);
847
843
  }
848
844
 
849
- .awsui_dismiss-button_1q84n_1mepa_114:not(#\9) {
845
+ .awsui_dismiss-button_1q84n_1kw09_170:not(#\9) {
850
846
  /* Only used as a selector for test-utils */
851
847
  }
852
848
 
853
- .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9) {
849
+ .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9) {
854
850
  white-space: nowrap;
855
851
  margin-inline-start: var(--space-flashbar-action-left-qkhz5m, 12px);
856
852
  }
857
853
 
858
- .awsui_flashbar_1q84n_1mepa_715.awsui_breakpoint-default_1q84n_1mepa_883 > .awsui_flash-list_1q84n_1mepa_299 > .awsui_flash-list-item_1q84n_1mepa_299 > .awsui_flash_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111:not(#\9) {
854
+ .awsui_flashbar_1q84n_1kw09_711.awsui_breakpoint-default_1q84n_1kw09_879 > .awsui_flash-list_1q84n_1kw09_367 > .awsui_flash-list-item_1q84n_1kw09_367 > .awsui_flash_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167:not(#\9) {
859
855
  display: block;
860
856
  }
861
- .awsui_flashbar_1q84n_1mepa_715.awsui_breakpoint-default_1q84n_1mepa_883 > .awsui_flash-list_1q84n_1mepa_299 > .awsui_flash-list-item_1q84n_1mepa_299 > .awsui_flash_1q84n_1mepa_97 > .awsui_flash-body_1q84n_1mepa_111 > .awsui_action-button-wrapper_1q84n_1mepa_113:not(#\9) {
857
+ .awsui_flashbar_1q84n_1kw09_711.awsui_breakpoint-default_1q84n_1kw09_879 > .awsui_flash-list_1q84n_1kw09_367 > .awsui_flash-list-item_1q84n_1kw09_367 > .awsui_flash_1q84n_1kw09_153 > .awsui_flash-body_1q84n_1kw09_167 > .awsui_action-button-wrapper_1q84n_1kw09_169:not(#\9) {
862
858
  margin-inline-start: var(--space-l-t419sm, 20px);
863
859
  padding-inline-start: var(--space-xxs-p8yyaw, 4px);
864
860
  margin-block-end: var(--space-xxs-p8yyaw, 4px);
865
861
  }
866
862
 
867
- .awsui_action-button_1q84n_1mepa_113:not(#\9),
868
- .awsui_action-slot_1q84n_1mepa_893:not(#\9) {
863
+ .awsui_action-button_1q84n_1kw09_169:not(#\9),
864
+ .awsui_action-slot_1q84n_1kw09_889:not(#\9) {
869
865
  /* Only used as a selector for test-utils */
870
866
  }
871
867
 
872
- .awsui_flash-type-success_1q84n_1mepa_897:not(#\9) {
868
+ .awsui_flash-type-success_1q84n_1kw09_893:not(#\9) {
873
869
  background-color: var(--color-background-notification-green-1jtqmb, #037f0c);
874
870
  }
875
871
 
876
- .awsui_flash-type-error_1q84n_1mepa_901:not(#\9) {
872
+ .awsui_flash-type-error_1q84n_1kw09_897:not(#\9) {
877
873
  background-color: var(--color-background-notification-red-ovptxu, #d91515);
878
874
  }
879
875
 
880
- .awsui_flash-type-info_1q84n_1mepa_905:not(#\9),
881
- .awsui_flash-type-in-progress_1q84n_1mepa_906:not(#\9) {
876
+ .awsui_flash-type-info_1q84n_1kw09_901:not(#\9),
877
+ .awsui_flash-type-in-progress_1q84n_1kw09_902:not(#\9) {
882
878
  background-color: var(--color-background-notification-blue-g2q2z0, #0972d3);
883
879
  }
884
880
 
885
- .awsui_flash-type-warning_1q84n_1mepa_910:not(#\9) {
881
+ .awsui_flash-type-warning_1q84n_1kw09_906:not(#\9) {
886
882
  color: var(--color-text-notification-yellow-p027cz, #000716);
887
883
  background-color: var(--color-background-notification-yellow-seoi5y, #ffe457);
888
884
  }