@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
@@ -66,6 +66,54 @@
66
66
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
67
67
  SPDX-License-Identifier: Apache-2.0
68
68
  */
69
+ /*
70
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
71
+ SPDX-License-Identifier: Apache-2.0
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
+ */
69
117
  /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
118
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
119
  /*
@@ -84,8 +132,6 @@
84
132
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
85
133
  SPDX-License-Identifier: Apache-2.0
86
134
  */
87
- /* Style used for links in slots/components that are text heavy, to help links stand out among
88
- surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
89
135
  /*
90
136
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
137
  SPDX-License-Identifier: Apache-2.0
@@ -94,10 +140,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
140
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
141
  SPDX-License-Identifier: Apache-2.0
96
142
  */
97
- div.awsui_background_hyvsj_fae1z_97:not(#\9) {
143
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
144
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
+ div.awsui_background_hyvsj_127ky_145:not(#\9) {
98
146
  display: contents;
99
147
  }
100
- div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_100:not(#\9) {
148
+ div.awsui_background_hyvsj_127ky_145 > .awsui_scrolling-background_hyvsj_127ky_148:not(#\9) {
101
149
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
102
150
  color: var(--color-text-body-default-at06ol, #000716);
103
151
  grid-column: 1/span 5;
@@ -108,7 +156,7 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
108
156
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
109
157
  SPDX-License-Identifier: Apache-2.0
110
158
  */
111
- .awsui_breadcrumbs_hyvsj_fae1z_111:not(#\9) {
159
+ .awsui_breadcrumbs_hyvsj_127ky_159:not(#\9) {
112
160
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
113
161
  grid-area: breadcrumbs;
114
162
  }
@@ -121,7 +169,7 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
121
169
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
122
170
  SPDX-License-Identifier: Apache-2.0
123
171
  */
124
- .awsui_drawers-container_hyvsj_fae1z_124:not(#\9) {
172
+ .awsui_drawers-container_hyvsj_127ky_172:not(#\9) {
125
173
  background-color: transparent;
126
174
  display: flex;
127
175
  grid-column: 5;
@@ -132,16 +180,16 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
132
180
  inset-block-start: var(--awsui-offset-top-g964ok);
133
181
  z-index: 830;
134
182
  }
135
- .awsui_drawers-container_hyvsj_fae1z_124.awsui_has-open-drawer_hyvsj_fae1z_135:not(#\9) {
183
+ .awsui_drawers-container_hyvsj_127ky_172.awsui_has-open-drawer_hyvsj_127ky_183:not(#\9) {
136
184
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
137
185
  }
138
186
  @media (min-width: 689px) {
139
- .awsui_drawers-container_hyvsj_fae1z_124:not(#\9) {
187
+ .awsui_drawers-container_hyvsj_127ky_172:not(#\9) {
140
188
  max-inline-size: calc(var(--awsui-layout-width-g964ok) - var(--awsui-main-offset-left-g964ok) - var(--awsui-default-min-content-width-g964ok) - var(--awsui-content-gap-right-g964ok));
141
189
  }
142
190
  }
143
191
  @media (max-width: 688px) {
144
- .awsui_drawers-container_hyvsj_fae1z_124:not(#\9) {
192
+ .awsui_drawers-container_hyvsj_127ky_172:not(#\9) {
145
193
  position: fixed;
146
194
  inset-inline-end: 0;
147
195
  z-index: 1001;
@@ -153,12 +201,12 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
153
201
  relative to the body.
154
202
  */
155
203
  }
156
- .awsui_drawers-container_hyvsj_fae1z_124.awsui_disable-body-scroll_hyvsj_fae1z_156:not(#\9) {
204
+ .awsui_drawers-container_hyvsj_127ky_172.awsui_disable-body-scroll_hyvsj_127ky_204:not(#\9) {
157
205
  inset-block-start: var(--awsui-header-height-g964ok);
158
206
  }
159
207
  }
160
208
 
161
- .awsui_drawers-desktop-triggers-container_hyvsj_fae1z_161:not(#\9) {
209
+ .awsui_drawers-desktop-triggers-container_hyvsj_127ky_209:not(#\9) {
162
210
  border-collapse: separate;
163
211
  border-spacing: 0;
164
212
  box-sizing: border-box;
@@ -200,22 +248,22 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
200
248
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
201
249
  overscroll-behavior-y: contain;
202
250
  }
203
- .awsui_drawers-desktop-triggers-container_hyvsj_fae1z_161:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_fae1z_202).awsui_has-open-drawer_hyvsj_fae1z_135 {
251
+ .awsui_drawers-desktop-triggers-container_hyvsj_127ky_209:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_127ky_250).awsui_has-open-drawer_hyvsj_127ky_183 {
204
252
  inline-size: 0;
205
253
  }
206
- .awsui_drawers-desktop-triggers-container_hyvsj_fae1z_161.awsui_has-multiple-triggers_hyvsj_fae1z_202.awsui_has-open-drawer_hyvsj_fae1z_135:not(#\9) {
254
+ .awsui_drawers-desktop-triggers-container_hyvsj_127ky_209.awsui_has-multiple-triggers_hyvsj_127ky_250.awsui_has-open-drawer_hyvsj_127ky_183:not(#\9) {
207
255
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
208
256
  }
209
- .awsui_drawers-desktop-triggers-container_hyvsj_fae1z_161:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_fae1z_202):not(.awsui_has-open-drawer_hyvsj_fae1z_135) {
257
+ .awsui_drawers-desktop-triggers-container_hyvsj_127ky_209:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_127ky_250):not(.awsui_has-open-drawer_hyvsj_127ky_183) {
210
258
  inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
211
259
  }
212
260
 
213
- .awsui_drawers-mobile-triggers-container_hyvsj_fae1z_212:not(#\9) {
261
+ .awsui_drawers-mobile-triggers-container_hyvsj_127ky_260:not(#\9) {
214
262
  display: flex;
215
263
  justify-content: flex-end;
216
264
  }
217
265
 
218
- .awsui_drawers-trigger-content_hyvsj_fae1z_217:not(#\9) {
266
+ .awsui_drawers-trigger-content_hyvsj_127ky_265:not(#\9) {
219
267
  align-items: center;
220
268
  display: flex;
221
269
  flex-direction: column;
@@ -223,13 +271,13 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
223
271
  padding-block-start: var(--space-scaled-s-aqzyko, 12px);
224
272
  inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
225
273
  }
226
- .awsui_drawers-trigger-content_hyvsj_fae1z_217:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_fae1z_202).awsui_has-open-drawer_hyvsj_fae1z_135 {
274
+ .awsui_drawers-trigger-content_hyvsj_127ky_265:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_127ky_250).awsui_has-open-drawer_hyvsj_127ky_183 {
227
275
  opacity: 0;
228
276
  }
229
- .awsui_drawers-trigger-content_hyvsj_fae1z_217:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_fae1z_202):not(.awsui_has-open-drawer_hyvsj_fae1z_135) {
277
+ .awsui_drawers-trigger-content_hyvsj_127ky_265:not(#\9):not(.awsui_has-multiple-triggers_hyvsj_127ky_250):not(.awsui_has-open-drawer_hyvsj_127ky_183) {
230
278
  opacity: 1;
231
279
  }
232
- .awsui_drawers-trigger-content_hyvsj_fae1z_217 > .awsui_drawers-trigger-overflow_hyvsj_fae1z_231:not(#\9) {
280
+ .awsui_drawers-trigger-content_hyvsj_127ky_265 > .awsui_drawers-trigger-overflow_hyvsj_127ky_279:not(#\9) {
233
281
  padding-block: 0;
234
282
  padding-inline: 1px;
235
283
  display: flex;
@@ -238,14 +286,14 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
238
286
  }
239
287
 
240
288
  @media (max-width: 688px) {
241
- .awsui_drawers-trigger_hyvsj_fae1z_217:not(#\9) {
289
+ .awsui_drawers-trigger_hyvsj_127ky_265:not(#\9) {
242
290
  inline-size: 40px;
243
291
  display: flex;
244
292
  justify-content: center;
245
293
  }
246
294
  }
247
295
 
248
- .awsui_drawer_hyvsj_fae1z_124:not(#\9) {
296
+ .awsui_drawer_hyvsj_127ky_172:not(#\9) {
249
297
  --awsui-drawer-size-g964ok: 290px;
250
298
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
251
299
  border-color: transparent;
@@ -260,7 +308,7 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
260
308
  pointer-events: auto;
261
309
  word-wrap: break-word;
262
310
  }
263
- .awsui_drawer_hyvsj_fae1z_124 > .awsui_drawer-content-container_hyvsj_fae1z_262:not(#\9) {
311
+ .awsui_drawer_hyvsj_127ky_172 > .awsui_drawer-content-container_hyvsj_127ky_310:not(#\9) {
264
312
  grid-column: 1/span 2;
265
313
  grid-row: 1;
266
314
  inline-size: var(--awsui-drawer-size-g964ok);
@@ -269,41 +317,41 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
269
317
  grid-template-rows: var(--size-vertical-panel-icon-offset-wy8j08, 15px) auto 1fr;
270
318
  overflow-y: auto;
271
319
  }
272
- .awsui_drawer_hyvsj_fae1z_124 > .awsui_drawer-content-container_hyvsj_fae1z_262 > .awsui_drawer-close-button_hyvsj_fae1z_271:not(#\9) {
320
+ .awsui_drawer_hyvsj_127ky_172 > .awsui_drawer-content-container_hyvsj_127ky_310 > .awsui_drawer-close-button_hyvsj_127ky_319:not(#\9) {
273
321
  grid-column: 3;
274
322
  grid-row: 2;
275
323
  z-index: 1;
276
324
  }
277
- .awsui_drawer_hyvsj_fae1z_124 > .awsui_drawer-content-container_hyvsj_fae1z_262 > .awsui_drawer-content_hyvsj_fae1z_262:not(#\9) {
325
+ .awsui_drawer_hyvsj_127ky_172 > .awsui_drawer-content-container_hyvsj_127ky_310 > .awsui_drawer-content_hyvsj_127ky_310:not(#\9) {
278
326
  grid-column: 1/span 4;
279
327
  }
280
- .awsui_drawer_hyvsj_fae1z_124 > .awsui_drawer-content-container_hyvsj_fae1z_262 > .awsui_drawer-content_hyvsj_fae1z_262.awsui_drawer-content-hidden_hyvsj_fae1z_279:not(#\9) {
328
+ .awsui_drawer_hyvsj_127ky_172 > .awsui_drawer-content-container_hyvsj_127ky_310 > .awsui_drawer-content_hyvsj_127ky_310.awsui_drawer-content-hidden_hyvsj_127ky_327:not(#\9) {
281
329
  display: none;
282
330
  }
283
- .awsui_drawer_hyvsj_fae1z_124 > .awsui_drawer-slider_hyvsj_fae1z_282:not(#\9) {
331
+ .awsui_drawer_hyvsj_127ky_172 > .awsui_drawer-slider_hyvsj_127ky_330:not(#\9) {
284
332
  grid-column: 1;
285
333
  grid-row: 1;
286
334
  block-size: 100%;
287
335
  display: flex;
288
336
  align-items: center;
289
337
  }
290
- .awsui_drawer_hyvsj_fae1z_124:not(#\9):not(.awsui_is-drawer-open_hyvsj_fae1z_289) {
338
+ .awsui_drawer_hyvsj_127ky_172:not(#\9):not(.awsui_is-drawer-open_hyvsj_127ky_337) {
291
339
  opacity: 0;
292
340
  inline-size: 0;
293
341
  }
294
- .awsui_drawer_hyvsj_fae1z_124.awsui_is-drawer-open_hyvsj_fae1z_289:not(#\9) {
342
+ .awsui_drawer_hyvsj_127ky_172.awsui_is-drawer-open_hyvsj_127ky_337:not(#\9) {
295
343
  border-inline-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
296
344
  border-inline-start: solid var(--border-divider-section-width-1061zr, 1px) var(--color-border-divider-default-j74lyz, #b6bec9);
297
345
  opacity: 1;
298
346
  inline-size: var(--awsui-drawer-size-g964ok);
299
347
  }
300
348
  @media (min-width: 2541px) {
301
- .awsui_drawer_hyvsj_fae1z_124.awsui_is-drawer-open_hyvsj_fae1z_289:not(#\9) {
349
+ .awsui_drawer_hyvsj_127ky_172.awsui_is-drawer-open_hyvsj_127ky_337:not(#\9) {
302
350
  --awsui-drawer-size-g964ok: 320px;
303
351
  }
304
352
  }
305
353
  @media (max-width: 688px) {
306
- .awsui_drawer_hyvsj_fae1z_124.awsui_is-drawer-open_hyvsj_fae1z_289:not(#\9) {
354
+ .awsui_drawer_hyvsj_127ky_172.awsui_is-drawer-open_hyvsj_127ky_337:not(#\9) {
307
355
  --awsui-drawer-size-g964ok: 100vw;
308
356
  inline-size: 100vw;
309
357
  }
@@ -313,10 +361,14 @@ div.awsui_background_hyvsj_fae1z_97 > .awsui_scrolling-background_hyvsj_fae1z_10
313
361
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
314
362
  SPDX-License-Identifier: Apache-2.0
315
363
  */
316
- header.awsui_content_hyvsj_fae1z_315:not(#\9) {
364
+ header.awsui_content_hyvsj_127ky_363:not(#\9) {
317
365
  grid-area: header;
318
366
  }
319
367
 
368
+ /*
369
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
370
+ SPDX-License-Identifier: Apache-2.0
371
+ */
320
372
  /*
321
373
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
322
374
  SPDX-License-Identifier: Apache-2.0
@@ -334,7 +386,7 @@ The minimum content width property is set to zero and applied under all
334
386
  circumstances regardless of whether the minContentWidth property is
335
387
  explicitly set in script.
336
388
  */
337
- .awsui_layout_hyvsj_fae1z_336:not(#\9) {
389
+ .awsui_layout_hyvsj_127ky_388:not(#\9) {
338
390
  --awsui-breadcrumbs-gap-g964ok: 0px;
339
391
  --awsui-content-gap-left-g964ok: 0px;
340
392
  --awsui-content-gap-right-g964ok: 0px;
@@ -406,113 +458,113 @@ explicitly set in script.
406
458
  */
407
459
  }
408
460
  @media (min-width: 1401px) {
409
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408) {
461
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460) {
410
462
  --awsui-default-max-content-width-g964ok: 1280px;
411
463
  }
412
464
  }
413
465
  @media (min-width: 1921px) {
414
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408) {
466
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460) {
415
467
  --awsui-default-max-content-width-g964ok: 1440px;
416
468
  }
417
469
  }
418
470
  @media (min-width: 2541px) {
419
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408) {
471
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460) {
420
472
  --awsui-default-max-content-width-g964ok: 1620px;
421
473
  }
422
474
  }
423
475
  @media (min-width: 1401px) {
424
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408).awsui_content-type-dashboard_hyvsj_fae1z_423 {
476
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460).awsui_content-type-dashboard_hyvsj_127ky_475 {
425
477
  --awsui-default-max-content-width-g964ok: 1280px;
426
478
  }
427
479
  }
428
480
  @media (min-width: 1921px) {
429
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408).awsui_content-type-dashboard_hyvsj_fae1z_423 {
481
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460).awsui_content-type-dashboard_hyvsj_127ky_475 {
430
482
  --awsui-default-max-content-width-g964ok: 1620px;
431
483
  }
432
484
  }
433
485
  @media (min-width: 2541px) {
434
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408).awsui_content-type-dashboard_hyvsj_fae1z_423 {
486
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460).awsui_content-type-dashboard_hyvsj_127ky_475 {
435
487
  --awsui-default-max-content-width-g964ok: 2160px;
436
488
  }
437
489
  }
438
- .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408).awsui_content-type-table_hyvsj_fae1z_437, .awsui_layout_hyvsj_fae1z_336:not(#\9):not(.awsui_has-max-content-width_hyvsj_fae1z_408).awsui_content-type-cards_hyvsj_fae1z_437 {
490
+ .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460).awsui_content-type-table_hyvsj_127ky_489, .awsui_layout_hyvsj_127ky_388:not(#\9):not(.awsui_has-max-content-width_hyvsj_127ky_460).awsui_content-type-cards_hyvsj_127ky_489 {
439
491
  --awsui-default-max-content-width-g964ok: 100%;
440
492
  }
441
- .awsui_layout_hyvsj_fae1z_336.awsui_has-max-content-width_hyvsj_fae1z_408:not(#\9) {
493
+ .awsui_layout_hyvsj_127ky_388.awsui_has-max-content-width_hyvsj_127ky_460:not(#\9) {
442
494
  --awsui-default-max-content-width-g964ok: var(--awsui-max-content-width-g964ok);
443
495
  }
444
- .awsui_layout_hyvsj_fae1z_336.awsui_is-overlap-disabled_hyvsj_fae1z_443:not(#\9) {
496
+ .awsui_layout_hyvsj_127ky_388.awsui_is-overlap-disabled_hyvsj_127ky_495:not(#\9) {
445
497
  --awsui-overlap-height-g964ok: 0;
446
498
  }
447
- .awsui_layout_hyvsj_fae1z_336.awsui_is-hide-mobile-toolbar_hyvsj_fae1z_446:not(#\9) {
499
+ .awsui_layout_hyvsj_127ky_388.awsui_is-hide-mobile-toolbar_hyvsj_127ky_498:not(#\9) {
448
500
  --awsui-mobile-bar-height-g964ok: 0px;
449
501
  }
450
502
  @media (min-width: 993px) {
451
- .awsui_layout_hyvsj_fae1z_336:not(#\9) {
503
+ .awsui_layout_hyvsj_127ky_388:not(#\9) {
452
504
  --awsui-default-min-content-width-g964ok: var(--awsui-min-content-width-g964ok, 280px);
453
505
  }
454
506
  }
455
507
  @media (max-width: 992px) {
456
- .awsui_layout_hyvsj_fae1z_336:not(#\9) {
508
+ .awsui_layout_hyvsj_127ky_388:not(#\9) {
457
509
  --awsui-default-min-content-width-g964ok: 0px;
458
510
  }
459
511
  }
460
512
  @media (min-width: 689px) {
461
- .awsui_layout_hyvsj_fae1z_336.awsui_has-content-gap-left_hyvsj_fae1z_460:not(#\9) {
513
+ .awsui_layout_hyvsj_127ky_388.awsui_has-content-gap-left_hyvsj_127ky_512:not(#\9) {
462
514
  --awsui-content-gap-left-g964ok: var(--space-layout-content-horizontal-7l52k3, 24px);
463
515
  }
464
- .awsui_layout_hyvsj_fae1z_336.awsui_has-content-gap-right_hyvsj_fae1z_463:not(#\9) {
516
+ .awsui_layout_hyvsj_127ky_388.awsui_has-content-gap-right_hyvsj_127ky_515:not(#\9) {
465
517
  --awsui-content-gap-right-g964ok: var(--space-layout-content-horizontal-7l52k3, 24px);
466
518
  }
467
519
  }
468
520
  @media (max-width: 688px) {
469
- .awsui_layout_hyvsj_fae1z_336:not(#\9) {
521
+ .awsui_layout_hyvsj_127ky_388:not(#\9) {
470
522
  --awsui-content-gap-left-g964ok: var(--space-l-t419sm, 20px);
471
523
  --awsui-content-gap-right-g964ok: var(--space-l-t419sm, 20px);
472
524
  }
473
525
  }
474
- .awsui_layout_hyvsj_fae1z_336.awsui_has-breadcrumbs_hyvsj_fae1z_473:not(#\9) {
526
+ .awsui_layout_hyvsj_127ky_388.awsui_has-breadcrumbs_hyvsj_127ky_525:not(#\9) {
475
527
  --awsui-breadcrumbs-gap-g964ok: var(--space-scaled-m-mo5yse, 16px);
476
528
  }
477
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-header_hyvsj_fae1z_476:not(#\9), .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-notifications_hyvsj_fae1z_476:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_fae1z_473).awsui_has-header_hyvsj_fae1z_476 {
529
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-header_hyvsj_127ky_528:not(#\9), .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-notifications_hyvsj_127ky_528:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_127ky_525).awsui_has-header_hyvsj_127ky_528 {
478
530
  --awsui-header-gap-g964ok: var(--space-scaled-xs-26e2du, 8px);
479
531
  }
480
- .awsui_layout_hyvsj_fae1z_336.awsui_has-breadcrumbs_hyvsj_fae1z_473.awsui_has-header_hyvsj_fae1z_476:not(#\9) {
532
+ .awsui_layout_hyvsj_127ky_388.awsui_has-breadcrumbs_hyvsj_127ky_525.awsui_has-header_hyvsj_127ky_528:not(#\9) {
481
533
  --awsui-header-gap-g964ok: var(--space-scaled-xs-26e2du, 8px);
482
534
  }
483
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-notifications_hyvsj_fae1z_476:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_fae1z_473):not(.awsui_has-header_hyvsj_fae1z_476) {
535
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-notifications_hyvsj_127ky_528:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_127ky_525):not(.awsui_has-header_hyvsj_127ky_528) {
484
536
  --awsui-main-gap-g964ok: var(--space-xs-zb16t3, 8px);
485
537
  }
486
- .awsui_layout_hyvsj_fae1z_336.awsui_has-breadcrumbs_hyvsj_fae1z_473:not(#\9):not(.awsui_has-header_hyvsj_fae1z_476) {
538
+ .awsui_layout_hyvsj_127ky_388.awsui_has-breadcrumbs_hyvsj_127ky_525:not(#\9):not(.awsui_has-header_hyvsj_127ky_528) {
487
539
  --awsui-main-gap-g964ok: var(--space-scaled-xxs-7597g1, 4px);
488
540
  }
489
- .awsui_layout_hyvsj_fae1z_336.awsui_has-header_hyvsj_fae1z_476:not(#\9) {
541
+ .awsui_layout_hyvsj_127ky_388.awsui_has-header_hyvsj_127ky_528:not(#\9) {
490
542
  --awsui-main-gap-g964ok: var(--space-content-header-padding-bottom-y2enua, 16px);
491
543
  }
492
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-main_hyvsj_fae1z_491:not(#\9):not(.awsui_disable-content-paddings_hyvsj_fae1z_491) {
544
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-main_hyvsj_127ky_543:not(#\9):not(.awsui_disable-content-paddings_hyvsj_127ky_543) {
493
545
  --awsui-main-gap-g964ok: var(--space-scaled-s-aqzyko, 12px);
494
546
  }
495
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-main_hyvsj_fae1z_491.awsui_disable-content-paddings_hyvsj_fae1z_491:not(#\9) {
547
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-main_hyvsj_127ky_543.awsui_disable-content-paddings_hyvsj_127ky_543:not(#\9) {
496
548
  --awsui-main-gap-g964ok: 0px;
497
549
  }
498
550
  @media (max-width: 688px) {
499
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-header_hyvsj_fae1z_476:not(#\9) {
551
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-header_hyvsj_127ky_528:not(#\9) {
500
552
  --awsui-header-gap-g964ok: var(--space-scaled-s-aqzyko, 12px);
501
553
  }
502
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-notifications_hyvsj_fae1z_476:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_fae1z_473).awsui_has-header_hyvsj_fae1z_476 {
554
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-notifications_hyvsj_127ky_528:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_127ky_525).awsui_has-header_hyvsj_127ky_528 {
503
555
  --awsui-header-gap-g964ok: var(--space-scaled-s-aqzyko, 12px);
504
556
  }
505
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-notifications_hyvsj_fae1z_476:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_fae1z_473):not(.awsui_has-header_hyvsj_fae1z_476), .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-main_hyvsj_fae1z_491:not(#\9):not(.awsui_disable-content-paddings_hyvsj_fae1z_491) {
557
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-notifications_hyvsj_127ky_528:not(#\9):not(.awsui_has-breadcrumbs_hyvsj_127ky_525):not(.awsui_has-header_hyvsj_127ky_528), .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-main_hyvsj_127ky_543:not(#\9):not(.awsui_disable-content-paddings_hyvsj_127ky_543) {
506
558
  --awsui-main-gap-g964ok: var(--space-scaled-s-aqzyko, 12px);
507
559
  }
508
- .awsui_layout_hyvsj_fae1z_336.awsui_content-first-child-main_hyvsj_fae1z_491.awsui_disable-content-paddings_hyvsj_fae1z_491:not(#\9) {
560
+ .awsui_layout_hyvsj_127ky_388.awsui_content-first-child-main_hyvsj_127ky_543.awsui_disable-content-paddings_hyvsj_127ky_543:not(#\9) {
509
561
  --awsui-main-gap-g964ok: 0px;
510
562
  }
511
563
  }
512
- .awsui_layout_hyvsj_fae1z_336.awsui_has-left-toggles-gutter_hyvsj_fae1z_511:not(#\9) {
564
+ .awsui_layout_hyvsj_127ky_388.awsui_has-left-toggles-gutter_hyvsj_127ky_563:not(#\9) {
513
565
  --awsui-toggles-left-width-g964ok: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) + 36px);
514
566
  }
515
- .awsui_layout_hyvsj_fae1z_336.awsui_has-right-toggles-gutter_hyvsj_fae1z_514:not(#\9) {
567
+ .awsui_layout_hyvsj_127ky_388.awsui_has-right-toggles-gutter_hyvsj_127ky_566:not(#\9) {
516
568
  --awsui-toggles-right-width-g964ok: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) + 36px);
517
569
  }
518
570
 
@@ -526,13 +578,13 @@ not matter. The offset top value for AppLayout contentMain children with
526
578
  position: sticky will be the value of the notifications height in addition to the
527
579
  notifications top margin and some additional vertical space for aesthetics.
528
580
  */
529
- .awsui_layout_hyvsj_fae1z_336.awsui_disable-body-scroll_hyvsj_fae1z_156:not(#\9) {
581
+ .awsui_layout_hyvsj_127ky_388.awsui_disable-body-scroll_hyvsj_127ky_204:not(#\9) {
530
582
  --awsui-main-template-rows-g964ok: 1fr auto;
531
583
  --awsui-offset-top-g964ok: 0px;
532
584
  block-size: var(--awsui-content-height-g964ok);
533
585
  overflow-y: scroll;
534
586
  }
535
- .awsui_layout_hyvsj_fae1z_336.awsui_disable-body-scroll_hyvsj_fae1z_156.awsui_has-split-panel_hyvsj_fae1z_534.awsui_split-panel-position-bottom_hyvsj_fae1z_534:not(#\9) {
587
+ .awsui_layout_hyvsj_127ky_388.awsui_disable-body-scroll_hyvsj_127ky_204.awsui_has-split-panel_hyvsj_127ky_586.awsui_split-panel-position-bottom_hyvsj_127ky_586:not(#\9) {
536
588
  --awsui-main-template-rows-g964ok: repeat(2, auto);
537
589
  }
538
590
 
@@ -540,13 +592,13 @@ notifications top margin and some additional vertical space for aesthetics.
540
592
  This CSS class is applied to the document body to prevent overflow scrolling
541
593
  when the navigation or tools drawers are open in responsive viewports.
542
594
  */
543
- .awsui_block-body-scroll_hyvsj_fae1z_542:not(#\9) {
595
+ .awsui_block-body-scroll_hyvsj_127ky_594:not(#\9) {
544
596
  overflow: hidden;
545
597
  }
546
598
 
547
599
  /* stylelint-disable selector-max-universal, selector-combinator-disallowed-list */
548
- .awsui_unfocusable_hyvsj_fae1z_547:not(#\9),
549
- .awsui_unfocusable_hyvsj_fae1z_547 *:not(#\9) {
600
+ .awsui_unfocusable_hyvsj_127ky_599:not(#\9),
601
+ .awsui_unfocusable_hyvsj_127ky_599 *:not(#\9) {
550
602
  visibility: hidden !important;
551
603
  }
552
604
 
@@ -555,7 +607,7 @@ when the navigation or tools drawers are open in responsive viewports.
555
607
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
556
608
  SPDX-License-Identifier: Apache-2.0
557
609
  */
558
- .awsui_container_hyvsj_fae1z_557:not(#\9) {
610
+ .awsui_container_hyvsj_127ky_609:not(#\9) {
559
611
  grid-area: main;
560
612
  padding-block-end: var(--space-layout-content-bottom-noqzmw, 40px);
561
613
  /*
@@ -572,19 +624,19 @@ when the navigation or tools drawers are open in responsive viewports.
572
624
  on the right, we decrement the column end by one.
573
625
  */
574
626
  }
575
- .awsui_container_hyvsj_fae1z_557.awsui_has-split-panel_hyvsj_fae1z_534.awsui_split-panel-position-bottom_hyvsj_fae1z_534:not(#\9) {
627
+ .awsui_container_hyvsj_127ky_609.awsui_has-split-panel_hyvsj_127ky_586.awsui_split-panel-position-bottom_hyvsj_127ky_586:not(#\9) {
576
628
  padding-block-end: calc(var(--awsui-split-panel-height-g964ok) + var(--space-layout-content-bottom-noqzmw, 40px));
577
629
  }
578
- .awsui_container_hyvsj_fae1z_557.awsui_disable-content-paddings_hyvsj_fae1z_491:not(#\9) {
630
+ .awsui_container_hyvsj_127ky_609.awsui_disable-content-paddings_hyvsj_127ky_543:not(#\9) {
579
631
  grid-column: 1/6;
580
632
  padding-block: 0;
581
633
  padding-inline: 0;
582
634
  }
583
635
  @media (min-width: 689px) {
584
- .awsui_container_hyvsj_fae1z_557.awsui_disable-content-paddings_hyvsj_fae1z_491.awsui_is-navigation-open_hyvsj_fae1z_583:not(#\9) {
636
+ .awsui_container_hyvsj_127ky_609.awsui_disable-content-paddings_hyvsj_127ky_543.awsui_is-navigation-open_hyvsj_127ky_635:not(#\9) {
585
637
  grid-column-start: 2;
586
638
  }
587
- .awsui_container_hyvsj_fae1z_557.awsui_disable-content-paddings_hyvsj_fae1z_491.awsui_is-tools-open_hyvsj_fae1z_586:not(#\9), .awsui_container_hyvsj_fae1z_557.awsui_disable-content-paddings_hyvsj_fae1z_491.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_split-panel-position-side_hyvsj_fae1z_586:not(#\9), .awsui_container_hyvsj_fae1z_557.awsui_disable-content-paddings_hyvsj_fae1z_491.awsui_has-active-drawer_hyvsj_fae1z_586:not(#\9) {
639
+ .awsui_container_hyvsj_127ky_609.awsui_disable-content-paddings_hyvsj_127ky_543.awsui_is-tools-open_hyvsj_127ky_638:not(#\9), .awsui_container_hyvsj_127ky_609.awsui_disable-content-paddings_hyvsj_127ky_543.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_split-panel-position-side_hyvsj_127ky_638:not(#\9), .awsui_container_hyvsj_127ky_609.awsui_disable-content-paddings_hyvsj_127ky_543.awsui_has-active-drawer_hyvsj_127ky_638:not(#\9) {
588
640
  grid-column-end: 5;
589
641
  }
590
642
  }
@@ -593,7 +645,7 @@ when the navigation or tools drawers are open in responsive viewports.
593
645
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
594
646
  SPDX-License-Identifier: Apache-2.0
595
647
  */
596
- section.awsui_mobile-toolbar_hyvsj_fae1z_595:not(#\9) {
648
+ section.awsui_mobile-toolbar_hyvsj_127ky_647:not(#\9) {
597
649
  align-items: center;
598
650
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
599
651
  border-block-end: 1px solid var(--color-border-divider-default-j74lyz, #b6bec9);
@@ -610,19 +662,19 @@ section.awsui_mobile-toolbar_hyvsj_fae1z_595:not(#\9) {
610
662
  inset-block-start: var(--awsui-offset-top-g964ok);
611
663
  z-index: 1000;
612
664
  }
613
- section.awsui_mobile-toolbar_hyvsj_fae1z_595:not(#\9):not(.awsui_remove-high-contrast-header_hyvsj_fae1z_612) {
665
+ section.awsui_mobile-toolbar_hyvsj_127ky_647:not(#\9):not(.awsui_remove-high-contrast-header_hyvsj_127ky_664) {
614
666
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
615
667
  box-shadow: var(--shadow-panel-toggle-0l64f2, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
616
668
  }
617
- section.awsui_mobile-toolbar_hyvsj_fae1z_595 > .awsui_mobile-toolbar-nav_hyvsj_fae1z_616:not(#\9) {
669
+ section.awsui_mobile-toolbar_hyvsj_127ky_647 > .awsui_mobile-toolbar-nav_hyvsj_127ky_668:not(#\9) {
618
670
  grid-column: 1;
619
671
  margin-inline-end: var(--space-m-udix3p, 16px);
620
672
  }
621
- section.awsui_mobile-toolbar_hyvsj_fae1z_595 > .awsui_mobile-toolbar-breadcrumbs_hyvsj_fae1z_620:not(#\9) {
673
+ section.awsui_mobile-toolbar_hyvsj_127ky_647 > .awsui_mobile-toolbar-breadcrumbs_hyvsj_127ky_672:not(#\9) {
622
674
  grid-column: 2;
623
675
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
624
676
  }
625
- section.awsui_mobile-toolbar_hyvsj_fae1z_595 > .awsui_mobile-toolbar-tools_hyvsj_fae1z_624:not(#\9) {
677
+ section.awsui_mobile-toolbar_hyvsj_127ky_647 > .awsui_mobile-toolbar-tools_hyvsj_127ky_676:not(#\9) {
626
678
  grid-column: 3;
627
679
  margin-inline-start: var(--space-m-udix3p, 16px);
628
680
  }
@@ -631,7 +683,7 @@ section.awsui_mobile-toolbar_hyvsj_fae1z_595 > .awsui_mobile-toolbar-tools_hyvsj
631
683
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
632
684
  SPDX-License-Identifier: Apache-2.0
633
685
  */
634
- .awsui_navigation-container_hyvsj_fae1z_633:not(#\9) {
686
+ .awsui_navigation-container_hyvsj_127ky_685:not(#\9) {
635
687
  display: flex;
636
688
  grid-column: 1;
637
689
  grid-row: 1/span 9;
@@ -652,7 +704,7 @@ section.awsui_mobile-toolbar_hyvsj_fae1z_595 > .awsui_mobile-toolbar-tools_hyvsj
652
704
  pointer-events: none;
653
705
  }
654
706
  @media (max-width: 688px) {
655
- .awsui_navigation-container_hyvsj_fae1z_633:not(#\9) {
707
+ .awsui_navigation-container_hyvsj_127ky_685:not(#\9) {
656
708
  inset-inline-start: 0;
657
709
  position: fixed;
658
710
  z-index: 1001;
@@ -664,12 +716,12 @@ section.awsui_mobile-toolbar_hyvsj_fae1z_595 > .awsui_mobile-toolbar-tools_hyvsj
664
716
  relative to the body.
665
717
  */
666
718
  }
667
- .awsui_navigation-container_hyvsj_fae1z_633.awsui_disable-body-scroll_hyvsj_fae1z_156:not(#\9) {
719
+ .awsui_navigation-container_hyvsj_127ky_685.awsui_disable-body-scroll_hyvsj_127ky_204:not(#\9) {
668
720
  inset-block-start: var(--awsui-header-height-g964ok);
669
721
  }
670
722
  }
671
723
 
672
- nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9) {
724
+ nav.awsui_show-navigation_hyvsj_127ky_723:not(#\9) {
673
725
  padding-block: var(--space-scaled-s-aqzyko, 12px);
674
726
  padding-inline: var(--space-layout-toggle-padding-lcu6qi, 12px);
675
727
  /*
@@ -677,7 +729,7 @@ nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9) {
677
729
  take control in responsive viewports.
678
730
  */
679
731
  }
680
- @keyframes awsui_showButtons_hyvsj_fae1z_1 {
732
+ @keyframes awsui_showButtons_hyvsj_127ky_1 {
681
733
  0% {
682
734
  opacity: 0;
683
735
  }
@@ -685,31 +737,31 @@ nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9) {
685
737
  opacity: 1;
686
738
  }
687
739
  }
688
- nav.awsui_show-navigation_hyvsj_fae1z_671.awsui_is-navigation-open_hyvsj_fae1z_583:not(#\9) {
740
+ nav.awsui_show-navigation_hyvsj_127ky_723.awsui_is-navigation-open_hyvsj_127ky_635:not(#\9) {
689
741
  display: none;
690
742
  }
691
743
  @media (min-width: 689px) {
692
- nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9):not(.awsui_is-navigation-open_hyvsj_fae1z_583) {
744
+ nav.awsui_show-navigation_hyvsj_127ky_723:not(#\9):not(.awsui_is-navigation-open_hyvsj_127ky_635) {
693
745
  display: block;
694
746
  }
695
- nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9):not(.awsui_is-navigation-open_hyvsj_fae1z_583).awsui_animating_hyvsj_fae1z_694 {
696
- animation: awsui_showButtons_hyvsj_fae1z_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
747
+ nav.awsui_show-navigation_hyvsj_127ky_723:not(#\9):not(.awsui_is-navigation-open_hyvsj_127ky_635).awsui_animating_hyvsj_127ky_746 {
748
+ animation: awsui_showButtons_hyvsj_127ky_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
697
749
  }
698
750
  }
699
751
  @media (min-width: 689px) and (prefers-reduced-motion: reduce) {
700
- nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9):not(.awsui_is-navigation-open_hyvsj_fae1z_583).awsui_animating_hyvsj_fae1z_694 {
752
+ nav.awsui_show-navigation_hyvsj_127ky_723:not(#\9):not(.awsui_is-navigation-open_hyvsj_127ky_635).awsui_animating_hyvsj_127ky_746 {
701
753
  animation: none;
702
754
  transition: none;
703
755
  }
704
756
  }
705
757
  @media (min-width: 689px) {
706
- .awsui-motion-disabled nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9):not(.awsui_is-navigation-open_hyvsj_fae1z_583).awsui_animating_hyvsj_fae1z_694, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_fae1z_671:not(#\9):not(.awsui_is-navigation-open_hyvsj_fae1z_583).awsui_animating_hyvsj_fae1z_694 {
758
+ .awsui-motion-disabled nav.awsui_show-navigation_hyvsj_127ky_723:not(#\9):not(.awsui_is-navigation-open_hyvsj_127ky_635).awsui_animating_hyvsj_127ky_746, .awsui-mode-entering nav.awsui_show-navigation_hyvsj_127ky_723:not(#\9):not(.awsui_is-navigation-open_hyvsj_127ky_635).awsui_animating_hyvsj_127ky_746 {
707
759
  animation: none;
708
760
  transition: none;
709
761
  }
710
762
  }
711
763
 
712
- nav.awsui_navigation_hyvsj_fae1z_633:not(#\9) {
764
+ nav.awsui_navigation_hyvsj_127ky_685:not(#\9) {
713
765
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
714
766
  inset-block-end: 0;
715
767
  block-size: 100%;
@@ -727,7 +779,7 @@ nav.awsui_navigation_hyvsj_fae1z_633:not(#\9) {
727
779
  prevent unwanted text wrapping.
728
780
  */
729
781
  }
730
- @keyframes awsui_openNavigation_hyvsj_fae1z_1 {
782
+ @keyframes awsui_openNavigation_hyvsj_127ky_1 {
731
783
  from {
732
784
  opacity: 0;
733
785
  inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
@@ -737,33 +789,33 @@ nav.awsui_navigation_hyvsj_fae1z_633:not(#\9) {
737
789
  inline-size: var(--awsui-navigation-width-g964ok);
738
790
  }
739
791
  }
740
- nav.awsui_navigation_hyvsj_fae1z_633:not(#\9):not(.awsui_is-navigation-open_hyvsj_fae1z_583) {
792
+ nav.awsui_navigation_hyvsj_127ky_685:not(#\9):not(.awsui_is-navigation-open_hyvsj_127ky_635) {
741
793
  inline-size: 0;
742
794
  display: none;
743
795
  }
744
- nav.awsui_navigation_hyvsj_fae1z_633.awsui_is-navigation-open_hyvsj_fae1z_583.awsui_animating_hyvsj_fae1z_694:not(#\9) {
745
- animation: awsui_openNavigation_hyvsj_fae1z_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
796
+ nav.awsui_navigation_hyvsj_127ky_685.awsui_is-navigation-open_hyvsj_127ky_635.awsui_animating_hyvsj_127ky_746:not(#\9) {
797
+ animation: awsui_openNavigation_hyvsj_127ky_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
746
798
  }
747
799
  @media (prefers-reduced-motion: reduce) {
748
- nav.awsui_navigation_hyvsj_fae1z_633.awsui_is-navigation-open_hyvsj_fae1z_583.awsui_animating_hyvsj_fae1z_694:not(#\9) {
800
+ nav.awsui_navigation_hyvsj_127ky_685.awsui_is-navigation-open_hyvsj_127ky_635.awsui_animating_hyvsj_127ky_746:not(#\9) {
749
801
  animation: none;
750
802
  transition: none;
751
803
  }
752
804
  }
753
- .awsui-motion-disabled nav.awsui_navigation_hyvsj_fae1z_633.awsui_is-navigation-open_hyvsj_fae1z_583.awsui_animating_hyvsj_fae1z_694:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_fae1z_633.awsui_is-navigation-open_hyvsj_fae1z_583.awsui_animating_hyvsj_fae1z_694:not(#\9) {
805
+ .awsui-motion-disabled nav.awsui_navigation_hyvsj_127ky_685.awsui_is-navigation-open_hyvsj_127ky_635.awsui_animating_hyvsj_127ky_746:not(#\9), .awsui-mode-entering nav.awsui_navigation_hyvsj_127ky_685.awsui_is-navigation-open_hyvsj_127ky_635.awsui_animating_hyvsj_127ky_746:not(#\9) {
754
806
  animation: none;
755
807
  transition: none;
756
808
  }
757
- nav.awsui_navigation_hyvsj_fae1z_633 > .awsui_animated-content_hyvsj_fae1z_756:not(#\9) {
809
+ nav.awsui_navigation_hyvsj_127ky_685 > .awsui_animated-content_hyvsj_127ky_808:not(#\9) {
758
810
  inline-size: var(--awsui-navigation-width-g964ok);
759
811
  }
760
812
  @media (max-width: 688px) {
761
- nav.awsui_navigation_hyvsj_fae1z_633:not(#\9) {
813
+ nav.awsui_navigation_hyvsj_127ky_685:not(#\9) {
762
814
  --awsui-navigation-width-g964ok: 100vw;
763
815
  }
764
816
  }
765
817
 
766
- .awsui_hide-navigation_hyvsj_fae1z_765:not(#\9) {
818
+ .awsui_hide-navigation_hyvsj_127ky_817:not(#\9) {
767
819
  position: absolute;
768
820
  inset-inline-end: var(--space-m-udix3p, 16px);
769
821
  inset-block-start: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
@@ -773,24 +825,24 @@ nav.awsui_navigation_hyvsj_fae1z_633 > .awsui_animated-content_hyvsj_fae1z_756:n
773
825
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
774
826
  SPDX-License-Identifier: Apache-2.0
775
827
  */
776
- .awsui_notifications_hyvsj_fae1z_775:not(#\9) {
828
+ .awsui_notifications_hyvsj_127ky_827:not(#\9) {
777
829
  color: var(--color-text-body-default-at06ol, #000716);
778
830
  grid-area: notifications;
779
831
  z-index: 850;
780
832
  }
781
- .awsui_notifications_hyvsj_fae1z_775.awsui_has-notification-content_hyvsj_fae1z_780:not(#\9) {
833
+ .awsui_notifications_hyvsj_127ky_827.awsui_has-notification-content_hyvsj_127ky_832:not(#\9) {
782
834
  padding-block-start: var(--space-scaled-s-aqzyko, 12px);
783
835
  }
784
836
  @media (min-width: 689px) {
785
- .awsui_notifications_hyvsj_fae1z_775.awsui_sticky-notifications_hyvsj_fae1z_784:not(#\9) {
837
+ .awsui_notifications_hyvsj_127ky_827.awsui_sticky-notifications_hyvsj_127ky_836:not(#\9) {
786
838
  --awsui-flashbar-sticky-bottom-margin-g964ok: var(--space-xxl-cu2m1r, 32px);
787
839
  position: sticky;
788
840
  inset-block-start: var(--awsui-offset-top-g964ok);
789
841
  }
790
- .awsui_notifications_hyvsj_fae1z_775.awsui_sticky-notifications_hyvsj_fae1z_784:not(#\9):not(.awsui_high-contrast_hyvsj_fae1z_789) {
842
+ .awsui_notifications_hyvsj_127ky_827.awsui_sticky-notifications_hyvsj_127ky_836:not(#\9):not(.awsui_high-contrast_hyvsj_127ky_841) {
791
843
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
792
844
  }
793
- .awsui_notifications_hyvsj_fae1z_775.awsui_has-notification-content_hyvsj_fae1z_780:not(#\9) {
845
+ .awsui_notifications_hyvsj_127ky_827.awsui_has-notification-content_hyvsj_127ky_832:not(#\9) {
794
846
  padding-block-start: var(--space-xs-zb16t3, 8px);
795
847
  }
796
848
  }
@@ -805,7 +857,7 @@ as the content area. This row is defined as 1 fractional unit which will
805
857
  consume the remaining vertical space in the grid after the notifications
806
858
  and breadcrumbs.
807
859
  */
808
- section.awsui_split-panel-bottom_hyvsj_fae1z_807:not(#\9) {
860
+ section.awsui_split-panel-bottom_hyvsj_127ky_859:not(#\9) {
809
861
  /*
810
862
  The align self property will position the split panel at the bottom of the grid row.
811
863
  This could be off the viewport if the content area has enough content to be scrollable.
@@ -841,7 +893,7 @@ section.awsui_split-panel-bottom_hyvsj_fae1z_807:not(#\9) {
841
893
  apply the animation to the height property.
842
894
  */
843
895
  }
844
- @keyframes awsui_openSplitPanelBottom_hyvsj_fae1z_1 {
896
+ @keyframes awsui_openSplitPanelBottom_hyvsj_127ky_1 {
845
897
  from {
846
898
  block-size: var(--awsui-split-panel-reported-header-size-g964ok, 0);
847
899
  }
@@ -849,39 +901,39 @@ section.awsui_split-panel-bottom_hyvsj_fae1z_807:not(#\9) {
849
901
  block-size: var(--awsui-split-panel-reported-size-g964ok);
850
902
  }
851
903
  }
852
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_disable-body-scroll_hyvsj_fae1z_156:not(#\9) {
904
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_disable-body-scroll_hyvsj_127ky_204:not(#\9) {
853
905
  inset-block-end: 0;
854
906
  }
855
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_is-navigation-open_hyvsj_fae1z_583.awsui_position-bottom_hyvsj_fae1z_854:not(#\9) {
907
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_is-navigation-open_hyvsj_127ky_635.awsui_position-bottom_hyvsj_127ky_906:not(#\9) {
856
908
  grid-column-start: 2;
857
909
  }
858
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_has-open-drawer_hyvsj_fae1z_135.awsui_position-bottom_hyvsj_fae1z_854:not(#\9) {
910
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_has-open-drawer_hyvsj_127ky_183.awsui_position-bottom_hyvsj_127ky_906:not(#\9) {
859
911
  grid-column-end: 5;
860
912
  }
861
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_position-bottom_hyvsj_fae1z_854:not(#\9) {
913
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_position-bottom_hyvsj_127ky_906:not(#\9) {
862
914
  display: block;
863
915
  }
864
- section.awsui_split-panel-bottom_hyvsj_fae1z_807:not(#\9):not(.awsui_is-split-panel-open_hyvsj_fae1z_586).awsui_position-bottom_hyvsj_fae1z_854 {
916
+ section.awsui_split-panel-bottom_hyvsj_127ky_859:not(#\9):not(.awsui_is-split-panel-open_hyvsj_127ky_638).awsui_position-bottom_hyvsj_127ky_906 {
865
917
  box-shadow: rgba(0, 7, 22, 0.1) 0px -32px 32px -24px;
866
918
  }
867
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-bottom_hyvsj_fae1z_854:not(#\9) {
919
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-bottom_hyvsj_127ky_906:not(#\9) {
868
920
  box-shadow: var(--shadow-split-bottom-5e389u, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
869
921
  }
870
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-bottom_hyvsj_fae1z_854.awsui_animating_hyvsj_fae1z_694:not(#\9) {
871
- animation: awsui_openSplitPanelBottom_hyvsj_fae1z_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
922
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-bottom_hyvsj_127ky_906.awsui_animating_hyvsj_127ky_746:not(#\9) {
923
+ animation: awsui_openSplitPanelBottom_hyvsj_127ky_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
872
924
  }
873
925
  @media (prefers-reduced-motion: reduce) {
874
- section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-bottom_hyvsj_fae1z_854.awsui_animating_hyvsj_fae1z_694:not(#\9) {
926
+ section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-bottom_hyvsj_127ky_906.awsui_animating_hyvsj_127ky_746:not(#\9) {
875
927
  animation: none;
876
928
  transition: none;
877
929
  }
878
930
  }
879
- .awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-bottom_hyvsj_fae1z_854.awsui_animating_hyvsj_fae1z_694:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_fae1z_807.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-bottom_hyvsj_fae1z_854.awsui_animating_hyvsj_fae1z_694:not(#\9) {
931
+ .awsui-motion-disabled section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-bottom_hyvsj_127ky_906.awsui_animating_hyvsj_127ky_746:not(#\9), .awsui-mode-entering section.awsui_split-panel-bottom_hyvsj_127ky_859.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-bottom_hyvsj_127ky_906.awsui_animating_hyvsj_127ky_746:not(#\9) {
880
932
  animation: none;
881
933
  transition: none;
882
934
  }
883
935
 
884
- section.awsui_split-panel-side_hyvsj_fae1z_883:not(#\9) {
936
+ section.awsui_split-panel-side_hyvsj_127ky_935:not(#\9) {
885
937
  block-size: 100%;
886
938
  overflow-x: hidden;
887
939
  pointer-events: auto;
@@ -891,15 +943,15 @@ section.awsui_split-panel-side_hyvsj_fae1z_883:not(#\9) {
891
943
  be persistent in the DOM when closed.
892
944
  */
893
945
  }
894
- section.awsui_split-panel-side_hyvsj_fae1z_883:not(#\9):not(.awsui_is-split-panel-open_hyvsj_fae1z_586), section.awsui_split-panel-side_hyvsj_fae1z_883.awsui_position-bottom_hyvsj_fae1z_854:not(#\9) {
946
+ section.awsui_split-panel-side_hyvsj_127ky_935:not(#\9):not(.awsui_is-split-panel-open_hyvsj_127ky_638), section.awsui_split-panel-side_hyvsj_127ky_935.awsui_position-bottom_hyvsj_127ky_906:not(#\9) {
895
947
  inline-size: 0;
896
948
  }
897
- section.awsui_split-panel-side_hyvsj_fae1z_883.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-side_hyvsj_fae1z_896:not(#\9) {
949
+ section.awsui_split-panel-side_hyvsj_127ky_935.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-side_hyvsj_127ky_948:not(#\9) {
898
950
  max-inline-size: var(--awsui-split-panel-max-width-g964ok, 280px);
899
951
  min-inline-size: var(--awsui-split-panel-min-width-g964ok, 280px);
900
952
  border-inline-start: solid var(--border-divider-section-width-1061zr, 1px) var(--color-border-divider-default-j74lyz, #b6bec9);
901
953
  }
902
- section.awsui_split-panel-side_hyvsj_fae1z_883.awsui_is-split-panel-open_hyvsj_fae1z_586.awsui_position-side_hyvsj_fae1z_896:not(#\9):not(.awsui_has-open-drawer_hyvsj_fae1z_135) {
954
+ section.awsui_split-panel-side_hyvsj_127ky_935.awsui_is-split-panel-open_hyvsj_127ky_638.awsui_position-side_hyvsj_127ky_948:not(#\9):not(.awsui_has-open-drawer_hyvsj_127ky_183) {
903
955
  border-inline-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-panel-side-93n0qu, #b6bec9);
904
956
  }
905
957
 
@@ -916,7 +968,7 @@ content width has a default value that can be set directly with the minContentWi
916
968
  property. The content gap right is computed in the Layout styles based on the
917
969
  viewport size and state of the Tools drawer.
918
970
  */
919
- .awsui_tools-container_hyvsj_fae1z_918:not(#\9) {
971
+ .awsui_tools-container_hyvsj_127ky_970:not(#\9) {
920
972
  --awsui-tools-max-width-g964ok: calc(var(--awsui-layout-width-g964ok) - var(--awsui-main-offset-left-g964ok) - var(--awsui-default-min-content-width-g964ok) - var(--awsui-content-gap-right-g964ok));
921
973
  display: flex;
922
974
  grid-column: 5;
@@ -929,7 +981,7 @@ viewport size and state of the Tools drawer.
929
981
  pointer-events: none;
930
982
  }
931
983
  @media (max-width: 688px) {
932
- .awsui_tools-container_hyvsj_fae1z_918:not(#\9) {
984
+ .awsui_tools-container_hyvsj_127ky_970:not(#\9) {
933
985
  --awsui-tools-max-width-g964ok: none;
934
986
  --awsui-tools-width-g964ok: auto;
935
987
  position: fixed;
@@ -943,12 +995,12 @@ viewport size and state of the Tools drawer.
943
995
  relative to the body.
944
996
  */
945
997
  }
946
- .awsui_tools-container_hyvsj_fae1z_918.awsui_disable-body-scroll_hyvsj_fae1z_156:not(#\9) {
998
+ .awsui_tools-container_hyvsj_127ky_970.awsui_disable-body-scroll_hyvsj_127ky_204:not(#\9) {
947
999
  inset-block-start: var(--awsui-header-height-g964ok);
948
1000
  }
949
1001
  }
950
1002
 
951
- .awsui_tools_hyvsj_fae1z_918:not(#\9) {
1003
+ .awsui_tools_hyvsj_127ky_970:not(#\9) {
952
1004
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
953
1005
  flex-shrink: 0;
954
1006
  block-size: 100%;
@@ -971,7 +1023,7 @@ viewport size and state of the Tools drawer.
971
1023
  in the side position.
972
1024
  */
973
1025
  }
974
- @keyframes awsui_openTools_hyvsj_fae1z_1 {
1026
+ @keyframes awsui_openTools_hyvsj_127ky_1 {
975
1027
  from {
976
1028
  opacity: var(--awsui-tools-animation-starting-opacity-g964ok, 0);
977
1029
  inline-size: calc(var(--space-layout-toggle-padding-lcu6qi, 12px) * 2 + var(--space-layout-toggle-diameter-hb85rk, 36px));
@@ -981,41 +1033,41 @@ viewport size and state of the Tools drawer.
981
1033
  inline-size: var(--awsui-tools-width-g964ok);
982
1034
  }
983
1035
  }
984
- .awsui_tools_hyvsj_fae1z_918:not(#\9):not(.awsui_is-tools-open_hyvsj_fae1z_586) {
1036
+ .awsui_tools_hyvsj_127ky_970:not(#\9):not(.awsui_is-tools-open_hyvsj_127ky_638) {
985
1037
  inline-size: 0;
986
1038
  display: none;
987
1039
  }
988
- .awsui_tools_hyvsj_fae1z_918.awsui_is-tools-open_hyvsj_fae1z_586:not(#\9) {
1040
+ .awsui_tools_hyvsj_127ky_970.awsui_is-tools-open_hyvsj_127ky_638:not(#\9) {
989
1041
  border-inline-start: solid var(--border-divider-section-width-1061zr, 1px) var(--color-border-divider-default-j74lyz, #b6bec9);
990
1042
  }
991
- .awsui_tools_hyvsj_fae1z_918.awsui_is-tools-open_hyvsj_fae1z_586.awsui_animating_hyvsj_fae1z_694:not(#\9) {
992
- animation: awsui_openTools_hyvsj_fae1z_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1043
+ .awsui_tools_hyvsj_127ky_970.awsui_is-tools-open_hyvsj_127ky_638.awsui_animating_hyvsj_127ky_746:not(#\9) {
1044
+ animation: awsui_openTools_hyvsj_127ky_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
993
1045
  }
994
1046
  @media (prefers-reduced-motion: reduce) {
995
- .awsui_tools_hyvsj_fae1z_918.awsui_is-tools-open_hyvsj_fae1z_586.awsui_animating_hyvsj_fae1z_694:not(#\9) {
1047
+ .awsui_tools_hyvsj_127ky_970.awsui_is-tools-open_hyvsj_127ky_638.awsui_animating_hyvsj_127ky_746:not(#\9) {
996
1048
  animation: none;
997
1049
  transition: none;
998
1050
  }
999
1051
  }
1000
- .awsui-motion-disabled .awsui_tools_hyvsj_fae1z_918.awsui_is-tools-open_hyvsj_fae1z_586.awsui_animating_hyvsj_fae1z_694:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_fae1z_918.awsui_is-tools-open_hyvsj_fae1z_586.awsui_animating_hyvsj_fae1z_694:not(#\9) {
1052
+ .awsui-motion-disabled .awsui_tools_hyvsj_127ky_970.awsui_is-tools-open_hyvsj_127ky_638.awsui_animating_hyvsj_127ky_746:not(#\9), .awsui-mode-entering .awsui_tools_hyvsj_127ky_970.awsui_is-tools-open_hyvsj_127ky_638.awsui_animating_hyvsj_127ky_746:not(#\9) {
1001
1053
  animation: none;
1002
1054
  transition: none;
1003
1055
  }
1004
- .awsui_tools_hyvsj_fae1z_918 > .awsui_animated-content_hyvsj_fae1z_756:not(#\9) {
1056
+ .awsui_tools_hyvsj_127ky_970 > .awsui_animated-content_hyvsj_127ky_808:not(#\9) {
1005
1057
  inline-size: var(--awsui-tools-width-g964ok);
1006
1058
  }
1007
1059
  @media (min-width: 689px) {
1008
- .awsui_tools_hyvsj_fae1z_918.awsui_is-tools-open_hyvsj_fae1z_586.awsui_has-tools-form-persistence_hyvsj_fae1z_1007:not(#\9) {
1060
+ .awsui_tools_hyvsj_127ky_970.awsui_is-tools-open_hyvsj_127ky_638.awsui_has-tools-form-persistence_hyvsj_127ky_1059:not(#\9) {
1009
1061
  border-inline-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
1010
1062
  }
1011
1063
  }
1012
1064
  @media (max-width: 688px) {
1013
- .awsui_tools_hyvsj_fae1z_918:not(#\9) {
1065
+ .awsui_tools_hyvsj_127ky_970:not(#\9) {
1014
1066
  --awsui-tools-width-g964ok: 100vw;
1015
1067
  }
1016
1068
  }
1017
1069
 
1018
- .awsui_hide-tools_hyvsj_fae1z_1017:not(#\9) {
1070
+ .awsui_hide-tools_hyvsj_127ky_1069:not(#\9) {
1019
1071
  position: absolute;
1020
1072
  inset-inline-end: var(--space-m-udix3p, 16px);
1021
1073
  inset-block-start: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
@@ -1027,7 +1079,7 @@ Warning! If these design tokens for padding change it will adversely impact
1027
1079
  the calculation used to determine the Split Panel maximum width in the
1028
1080
  handleSplitPanelMaxWidth function in the context.
1029
1081
  */
1030
- .awsui_show-tools_hyvsj_fae1z_1029:not(#\9) {
1082
+ .awsui_show-tools_hyvsj_127ky_1081:not(#\9) {
1031
1083
  border-collapse: separate;
1032
1084
  border-spacing: 0;
1033
1085
  box-sizing: border-box;
@@ -1069,7 +1121,7 @@ handleSplitPanelMaxWidth function in the context.
1069
1121
  take control in responsive viewports.
1070
1122
  */
1071
1123
  }
1072
- @keyframes awsui_showButtons_hyvsj_fae1z_1 {
1124
+ @keyframes awsui_showButtons_hyvsj_127ky_1 {
1073
1125
  0% {
1074
1126
  opacity: 0;
1075
1127
  }
@@ -1077,31 +1129,31 @@ handleSplitPanelMaxWidth function in the context.
1077
1129
  opacity: 1;
1078
1130
  }
1079
1131
  }
1080
- .awsui_show-tools_hyvsj_fae1z_1029:not(#\9):not(.awsui_has-tools-form_hyvsj_fae1z_1007) {
1132
+ .awsui_show-tools_hyvsj_127ky_1081:not(#\9):not(.awsui_has-tools-form_hyvsj_127ky_1059) {
1081
1133
  display: none;
1082
1134
  }
1083
1135
  @media (min-width: 689px) {
1084
- .awsui_show-tools_hyvsj_fae1z_1029.awsui_has-tools-form_hyvsj_fae1z_1007:not(#\9) {
1136
+ .awsui_show-tools_hyvsj_127ky_1081.awsui_has-tools-form_hyvsj_127ky_1059:not(#\9) {
1085
1137
  display: flex;
1086
1138
  flex-direction: column;
1087
1139
  gap: var(--space-xs-zb16t3, 8px);
1088
1140
  }
1089
- .awsui_show-tools_hyvsj_fae1z_1029.awsui_has-tools-form_hyvsj_fae1z_1007.awsui_animating_hyvsj_fae1z_694:not(#\9) {
1090
- animation: awsui_showButtons_hyvsj_fae1z_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1141
+ .awsui_show-tools_hyvsj_127ky_1081.awsui_has-tools-form_hyvsj_127ky_1059.awsui_animating_hyvsj_127ky_746:not(#\9) {
1142
+ animation: awsui_showButtons_hyvsj_127ky_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
1091
1143
  }
1092
1144
  }
1093
1145
  @media (min-width: 689px) and (prefers-reduced-motion: reduce) {
1094
- .awsui_show-tools_hyvsj_fae1z_1029.awsui_has-tools-form_hyvsj_fae1z_1007.awsui_animating_hyvsj_fae1z_694:not(#\9) {
1146
+ .awsui_show-tools_hyvsj_127ky_1081.awsui_has-tools-form_hyvsj_127ky_1059.awsui_animating_hyvsj_127ky_746:not(#\9) {
1095
1147
  animation: none;
1096
1148
  transition: none;
1097
1149
  }
1098
1150
  }
1099
1151
  @media (min-width: 689px) {
1100
- .awsui-motion-disabled .awsui_show-tools_hyvsj_fae1z_1029.awsui_has-tools-form_hyvsj_fae1z_1007.awsui_animating_hyvsj_fae1z_694:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_fae1z_1029.awsui_has-tools-form_hyvsj_fae1z_1007.awsui_animating_hyvsj_fae1z_694:not(#\9) {
1152
+ .awsui-motion-disabled .awsui_show-tools_hyvsj_127ky_1081.awsui_has-tools-form_hyvsj_127ky_1059.awsui_animating_hyvsj_127ky_746:not(#\9), .awsui-mode-entering .awsui_show-tools_hyvsj_127ky_1081.awsui_has-tools-form_hyvsj_127ky_1059.awsui_animating_hyvsj_127ky_746:not(#\9) {
1101
1153
  animation: none;
1102
1154
  transition: none;
1103
1155
  }
1104
- .awsui_show-tools_hyvsj_fae1z_1029.awsui_has-tools-form-persistence_hyvsj_fae1z_1007:not(#\9) {
1156
+ .awsui_show-tools_hyvsj_127ky_1081.awsui_has-tools-form-persistence_hyvsj_127ky_1059:not(#\9) {
1105
1157
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
1106
1158
  z-index: 1;
1107
1159
  }
@@ -1111,7 +1163,7 @@ handleSplitPanelMaxWidth function in the context.
1111
1163
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1112
1164
  SPDX-License-Identifier: Apache-2.0
1113
1165
  */
1114
- .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9) {
1166
+ .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9) {
1115
1167
  background: var(--color-background-layout-toggle-default-o2evu2, #414d5c);
1116
1168
  border-start-start-radius: 50%;
1117
1169
  border-start-end-radius: 50%;
@@ -1128,13 +1180,13 @@ handleSplitPanelMaxWidth function in the context.
1128
1180
  clip-path: path("M34.2193 10.1845C33.3961 10.579 32.4739 10.8 31.5 10.8C28.0206 10.8 25.2 7.97939 25.2 4.5C25.2 3.52614 25.421 2.6039 25.8155 1.78066C23.4518 0.639587 20.8006 0 18 0C8.05887 0 0 8.05887 0 18C0 27.9411 8.05887 36 18 36C27.9411 36 36 27.9411 36 18C36 15.1994 35.3604 12.5482 34.2193 10.1845Z");
1129
1181
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
1130
1182
  }
1131
- .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9):hover {
1183
+ .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9):hover {
1132
1184
  background: var(--color-background-layout-toggle-hover-awem6j, #5f6b7a);
1133
1185
  }
1134
- .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9):active {
1186
+ .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9):active {
1135
1187
  background: var(--color-background-layout-toggle-active-aa8dko, #414d5c);
1136
1188
  }
1137
- .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9):dir(rtl) {
1189
+ .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9):dir(rtl) {
1138
1190
  clip-path: path("M1.78066 10.1845C2.6039 10.579 3.52615 10.8 4.5 10.8C7.97939 10.8 10.8 7.97939 10.8 4.5C10.8 3.52614 10.579 2.6039 10.1845 1.78066C12.5482 0.639587 15.1994 0 18 0C27.9411 0 36 8.05887 36 18C36 27.9411 27.9411 36 18 36C8.05887 36 0 27.9411 0 18C0 15.1994 0.639587 12.5482 1.78066 10.1845Z");
1139
1191
  }
1140
1192
 
@@ -1143,7 +1195,7 @@ Warning! If these design tokens for width change it will adversely impact
1143
1195
  the calculation used to determine the Split Panel maximum width in the
1144
1196
  handleSplitPanelMaxWidth function in the context.
1145
1197
  */
1146
- .awsui_trigger_hyvsj_fae1z_1112:not(#\9) {
1198
+ .awsui_trigger_hyvsj_127ky_1164:not(#\9) {
1147
1199
  background: var(--color-background-layout-toggle-default-o2evu2, #414d5c);
1148
1200
  border-start-start-radius: 50%;
1149
1201
  border-start-end-radius: 50%;
@@ -1159,20 +1211,20 @@ handleSplitPanelMaxWidth function in the context.
1159
1211
  pointer-events: auto;
1160
1212
  position: relative;
1161
1213
  }
1162
- .awsui_trigger_hyvsj_fae1z_1112:not(#\9):hover {
1214
+ .awsui_trigger_hyvsj_127ky_1164:not(#\9):hover {
1163
1215
  background: var(--color-background-layout-toggle-hover-awem6j, #5f6b7a);
1164
1216
  }
1165
- .awsui_trigger_hyvsj_fae1z_1112:not(#\9):active {
1217
+ .awsui_trigger_hyvsj_127ky_1164:not(#\9):active {
1166
1218
  background: var(--color-background-layout-toggle-active-aa8dko, #414d5c);
1167
1219
  }
1168
- body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_fae1z_1112:not(#\9):focus {
1220
+ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_127ky_1164:not(#\9):focus {
1169
1221
  position: relative;
1170
1222
  }
1171
- body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_fae1z_1112:not(#\9):focus {
1223
+ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_127ky_1164:not(#\9):focus {
1172
1224
  outline: 2px dotted transparent;
1173
1225
  outline-offset: calc(3px - 1px);
1174
1226
  }
1175
- body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_fae1z_1112:not(#\9):focus::before {
1227
+ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_127ky_1164:not(#\9):focus::before {
1176
1228
  content: " ";
1177
1229
  display: block;
1178
1230
  position: absolute;
@@ -1186,45 +1238,45 @@ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_fae1z_1112:not(#\9):foc
1186
1238
  border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
1187
1239
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
1188
1240
  }
1189
- .awsui_trigger_hyvsj_fae1z_1112:not(#\9):focus {
1241
+ .awsui_trigger_hyvsj_127ky_1164:not(#\9):focus {
1190
1242
  outline: none;
1191
1243
  }
1192
- .awsui_trigger_hyvsj_fae1z_1112.awsui_selected_hyvsj_fae1z_1190:not(#\9) {
1244
+ .awsui_trigger_hyvsj_127ky_1164.awsui_selected_hyvsj_127ky_1242:not(#\9) {
1193
1245
  background: var(--color-background-layout-toggle-selected-default-caco0q, #0972d3);
1194
1246
  color: var(--color-text-layout-toggle-selected-b93usl, #ffffff);
1195
1247
  }
1196
- .awsui_trigger_hyvsj_fae1z_1112.awsui_selected_hyvsj_fae1z_1190:not(#\9):hover {
1248
+ .awsui_trigger_hyvsj_127ky_1164.awsui_selected_hyvsj_127ky_1242:not(#\9):hover {
1197
1249
  background: var(--color-background-layout-toggle-selected-hover-kjak2q, #065299);
1198
1250
  }
1199
- .awsui_trigger_hyvsj_fae1z_1112.awsui_selected_hyvsj_fae1z_1190:not(#\9):active {
1251
+ .awsui_trigger_hyvsj_127ky_1164.awsui_selected_hyvsj_127ky_1242:not(#\9):active {
1200
1252
  background: var(--color-background-layout-toggle-selected-active-xfk480, #0972d3);
1201
1253
  }
1202
- .awsui_trigger_hyvsj_fae1z_1112.awsui_selected_hyvsj_fae1z_1190 > .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9) {
1254
+ .awsui_trigger_hyvsj_127ky_1164.awsui_selected_hyvsj_127ky_1242 > .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9) {
1203
1255
  background: var(--color-background-layout-toggle-selected-default-caco0q, #0972d3);
1204
1256
  color: var(--color-text-layout-toggle-selected-b93usl, #ffffff);
1205
1257
  }
1206
- .awsui_trigger_hyvsj_fae1z_1112.awsui_selected_hyvsj_fae1z_1190 > .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9):hover {
1258
+ .awsui_trigger_hyvsj_127ky_1164.awsui_selected_hyvsj_127ky_1242 > .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9):hover {
1207
1259
  background: var(--color-background-layout-toggle-selected-hover-kjak2q, #065299);
1208
1260
  }
1209
- .awsui_trigger_hyvsj_fae1z_1112.awsui_selected_hyvsj_fae1z_1190 > .awsui_trigger-badge-wrapper_hyvsj_fae1z_1112:not(#\9):active {
1261
+ .awsui_trigger_hyvsj_127ky_1164.awsui_selected_hyvsj_127ky_1242 > .awsui_trigger-badge-wrapper_hyvsj_127ky_1164:not(#\9):active {
1210
1262
  background: var(--color-background-layout-toggle-selected-active-xfk480, #0972d3);
1211
1263
  }
1212
- .awsui_trigger_hyvsj_fae1z_1112.awsui_badge_hyvsj_fae1z_1210:not(#\9), .awsui_trigger_hyvsj_fae1z_1112.awsui_badge_hyvsj_fae1z_1210:not(#\9):hover, .awsui_trigger_hyvsj_fae1z_1112.awsui_badge_hyvsj_fae1z_1210:not(#\9):active {
1264
+ .awsui_trigger_hyvsj_127ky_1164.awsui_badge_hyvsj_127ky_1262:not(#\9), .awsui_trigger_hyvsj_127ky_1164.awsui_badge_hyvsj_127ky_1262:not(#\9):hover, .awsui_trigger_hyvsj_127ky_1164.awsui_badge_hyvsj_127ky_1262:not(#\9):active {
1213
1265
  background: transparent;
1214
1266
  }
1215
1267
 
1216
- .awsui_trigger-wrapper_hyvsj_fae1z_1214:not(#\9) {
1268
+ .awsui_trigger-wrapper_hyvsj_127ky_1266:not(#\9) {
1217
1269
  position: relative;
1218
1270
  border-start-start-radius: 50%;
1219
1271
  border-start-end-radius: 50%;
1220
1272
  border-end-start-radius: 50%;
1221
1273
  border-end-end-radius: 50%;
1222
1274
  }
1223
- .awsui_trigger-wrapper_hyvsj_fae1z_1214:not(#\9):not(.awsui_remove-high-contrast-header_hyvsj_fae1z_612) {
1275
+ .awsui_trigger-wrapper_hyvsj_127ky_1266:not(#\9):not(.awsui_remove-high-contrast-header_hyvsj_127ky_664) {
1224
1276
  box-shadow: var(--shadow-panel-toggle-0l64f2, 0px 6px 12px 1px rgba(0, 7, 22, 0.12));
1225
1277
  }
1226
1278
 
1227
- .awsui_dot_hyvsj_fae1z_1225:not(#\9) {
1279
+ .awsui_dot_hyvsj_127ky_1277:not(#\9) {
1228
1280
  position: absolute;
1229
1281
  inline-size: 9px;
1230
1282
  block-size: 9px;
@@ -1235,9 +1287,4 @@ body[data-awsui-focus-visible=true] .awsui_trigger_hyvsj_fae1z_1112:not(#\9):foc
1235
1287
  background-color: var(--color-background-badge-icon-q1kfox, #d91515);
1236
1288
  inset-block-start: 0;
1237
1289
  inset-inline-end: 0;
1238
- }
1239
-
1240
- /*
1241
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1242
- SPDX-License-Identifier: Apache-2.0
1243
- */
1290
+ }