@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,50 @@
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
+ */
69
113
  /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
70
114
  /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
71
115
  /*
@@ -84,6 +128,14 @@
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
+ */
87
139
  /* Style used for links in slots/components that are text heavy, to help links stand out among
88
140
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
89
141
  /*
@@ -99,59 +151,59 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
99
151
  SPDX-License-Identifier: Apache-2.0
100
152
  */
101
153
  /* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
102
- .awsui_code-editor-refresh_1gl9c_1lgc9_102 .ace_editor .ace_gutter:not(#\9) {
154
+ .awsui_code-editor-refresh_1gl9c_1q5e7_154 .ace_editor .ace_gutter:not(#\9) {
103
155
  border-start-start-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
104
156
  }
105
- .awsui_code-editor-refresh_1gl9c_1lgc9_102 .ace_editor .ace_scroller:not(#\9) {
157
+ .awsui_code-editor-refresh_1gl9c_1q5e7_154 .ace_editor .ace_scroller:not(#\9) {
106
158
  border-start-end-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
107
159
  }
108
160
 
109
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor:not(#\9) {
161
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor:not(#\9) {
110
162
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
111
163
  font-size: 14px;
112
164
  line-height: 20px;
113
165
  }
114
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
115
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
166
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
167
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
116
168
  cursor: pointer;
117
169
  background-repeat: no-repeat;
118
170
  background-size: 16px 16px;
119
171
  background-position: 4px 2px;
120
172
  }
121
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
173
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
122
174
  background-image: none;
123
175
  }
124
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
176
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
125
177
  color: var(--color-text-status-error-wdvepn, #d91515);
126
178
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
127
179
  }
128
180
  @supports (--css-variable-support-check: #000) {
129
181
  @media not print {
130
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
182
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
131
183
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
132
184
  }
133
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
185
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
134
186
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
135
187
  }
136
188
  }
137
189
  }
138
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
190
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
139
191
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%238d6605' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
140
192
  }
141
193
  @supports (--css-variable-support-check: #000) {
142
194
  @media not print {
143
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
195
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
144
196
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
145
197
  }
146
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
198
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
147
199
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23e0ca57' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
148
200
  }
149
201
  }
150
202
  }
151
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-cell:not(#\9) {
203
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-cell:not(#\9) {
152
204
  padding-inline: 24px 16px;
153
205
  }
154
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget:not(#\9) {
206
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget:not(#\9) {
155
207
  /* A good test case for disabled folds
156
208
  <<html<<<<
157
209
  </html>
@@ -162,24 +214,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
162
214
  border-block: none;
163
215
  border-inline: none;
164
216
  }
165
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter_annotation:not(#\9) {
217
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter_annotation:not(#\9) {
166
218
  margin-inline-start: -21px;
167
219
  }
168
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget:not(#\9),
169
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter_annotation:not(#\9) {
220
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget:not(#\9),
221
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter_annotation:not(#\9) {
170
222
  box-shadow: none;
171
223
  }
172
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget:not(#\9):focus,
173
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter_annotation:not(#\9):focus {
224
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget:not(#\9):focus,
225
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter_annotation:not(#\9):focus {
174
226
  position: relative;
175
227
  }
176
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget:not(#\9):focus,
177
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter_annotation:not(#\9):focus {
228
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget:not(#\9):focus,
229
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter_annotation:not(#\9):focus {
178
230
  outline: 2px dotted transparent;
179
231
  outline-offset: calc(-1px - 1px);
180
232
  }
181
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget:not(#\9):focus::before,
182
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
233
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget:not(#\9):focus::before,
234
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
183
235
  content: " ";
184
236
  display: block;
185
237
  position: absolute;
@@ -193,91 +245,91 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
193
245
  border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
194
246
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
195
247
  }
196
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
248
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
197
249
  background: transparent;
198
250
  box-sizing: border-box;
199
251
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-37hmmo, #d1d5db);
200
252
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-37hmmo, #d1d5db);
201
253
  }
202
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
254
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
203
255
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-5oxz8x, #5f6b7a);
204
256
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-5oxz8x, #5f6b7a);
205
257
  }
206
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter:not(#\9) {
258
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter:not(#\9) {
207
259
  background-color: var(--color-background-code-editor-gutter-default-om1nsh, #f4f4f4);
208
260
  color: var(--color-text-code-editor-gutter-default-n16krn, #000716);
209
261
  }
210
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter:not(#\9):focus,
211
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_scroller:not(#\9):focus {
262
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter:not(#\9):focus,
263
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_scroller:not(#\9):focus {
212
264
  box-shadow: inset 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
213
265
  }
214
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
266
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
215
267
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
216
268
  }
217
269
  @supports (--css-variable-support-check: #000) {
218
270
  @media not print {
219
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
271
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
220
272
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
221
273
  }
222
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
274
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
223
275
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
224
276
  }
225
277
  }
226
278
  }
227
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
279
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
228
280
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
229
281
  }
230
282
  @supports (--css-variable-support-check: #000) {
231
283
  @media not print {
232
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
284
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
233
285
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
234
286
  }
235
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
287
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
236
288
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
237
289
  }
238
290
  }
239
291
  }
240
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
292
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
241
293
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
242
294
  }
243
295
  @supports (--css-variable-support-check: #000) {
244
296
  @media not print {
245
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
297
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
246
298
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
247
299
  }
248
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
300
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
249
301
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
250
302
  }
251
303
  }
252
304
  }
253
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
305
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
254
306
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
255
307
  }
256
308
  @supports (--css-variable-support-check: #000) {
257
309
  @media not print {
258
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
310
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
259
311
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
260
312
  }
261
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
313
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
262
314
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
263
315
  }
264
316
  }
265
317
  }
266
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line:not(#\9) {
318
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line:not(#\9) {
267
319
  background-color: var(--color-background-code-editor-gutter-active-line-default-n2dsul, #5f6b7a);
268
320
  color: var(--color-text-code-editor-gutter-active-line-zmlu0u, #ffffff);
269
321
  }
270
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
271
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
322
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
323
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
272
324
  position: relative;
273
325
  }
274
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
275
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
326
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
327
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
276
328
  outline: 2px dotted transparent;
277
329
  outline-offset: calc(-2px - 1px);
278
330
  }
279
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
280
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
331
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
332
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
281
333
  content: " ";
282
334
  display: block;
283
335
  position: absolute;
@@ -291,134 +343,134 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
291
343
  border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
292
344
  box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-zmlu0u, #ffffff);
293
345
  }
294
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
346
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
295
347
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
296
348
  }
297
349
  @supports (--css-variable-support-check: #000) {
298
350
  @media not print {
299
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
351
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
300
352
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
301
353
  }
302
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
354
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
303
355
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
304
356
  }
305
357
  }
306
358
  }
307
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
359
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
308
360
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
309
361
  }
310
362
  @supports (--css-variable-support-check: #000) {
311
363
  @media not print {
312
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
364
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
313
365
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
314
366
  }
315
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
367
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
316
368
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
317
369
  }
318
370
  }
319
371
  }
320
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
372
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
321
373
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
322
374
  }
323
375
  @supports (--css-variable-support-check: #000) {
324
376
  @media not print {
325
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
377
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
326
378
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
327
379
  }
328
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
380
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
329
381
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
330
382
  }
331
383
  }
332
384
  }
333
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
385
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
334
386
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
335
387
  }
336
388
  @supports (--css-variable-support-check: #000) {
337
389
  @media not print {
338
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
390
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
339
391
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
340
392
  }
341
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
393
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
342
394
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
343
395
  }
344
396
  }
345
397
  }
346
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
398
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
347
399
  color: var(--color-text-code-editor-gutter-active-line-zmlu0u, #ffffff);
348
400
  background-color: var(--color-background-code-editor-gutter-active-line-error-ov6y7a, #d91515);
349
401
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
350
402
  }
351
403
  @supports (--css-variable-support-check: #000) {
352
404
  @media not print {
353
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
405
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
354
406
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
355
407
  }
356
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
408
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
357
409
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
358
410
  }
359
411
  }
360
412
  }
361
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
413
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
362
414
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
363
415
  }
364
416
  @supports (--css-variable-support-check: #000) {
365
417
  @media not print {
366
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
418
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
367
419
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
368
420
  }
369
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
421
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
370
422
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
371
423
  }
372
424
  }
373
425
  }
374
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
426
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
375
427
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
376
428
  }
377
429
  @supports (--css-variable-support-check: #000) {
378
430
  @media not print {
379
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
431
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
380
432
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
381
433
  }
382
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
434
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
383
435
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
384
436
  }
385
437
  }
386
438
  }
387
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
439
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
388
440
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
389
441
  }
390
442
  @supports (--css-variable-support-check: #000) {
391
443
  @media not print {
392
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
444
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
393
445
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
394
446
  }
395
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
447
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
396
448
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
397
449
  }
398
450
  }
399
451
  }
400
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
452
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
401
453
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
402
454
  }
403
455
  @supports (--css-variable-support-check: #000) {
404
456
  @media not print {
405
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
457
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
406
458
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
407
459
  }
408
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
460
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
409
461
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
410
462
  }
411
463
  }
412
464
  }
413
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
465
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
414
466
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
415
467
  }
416
468
  @supports (--css-variable-support-check: #000) {
417
469
  @media not print {
418
- .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
470
+ .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
419
471
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
420
472
  }
421
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1lgc9_102 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
473
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_1q5e7_154 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
422
474
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
423
475
  }
424
476
  }
@@ -429,7 +481,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
429
481
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
430
482
  SPDX-License-Identifier: Apache-2.0
431
483
  */
432
- .awsui_pane_1gl9c_1lgc9_432:not(#\9) {
484
+ /*
485
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
486
+ SPDX-License-Identifier: Apache-2.0
487
+ */
488
+ .awsui_pane_1gl9c_1q5e7_488:not(#\9) {
433
489
  display: flex;
434
490
  position: relative;
435
491
  flex-direction: row;
@@ -440,83 +496,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
440
496
  background: var(--color-background-code-editor-status-bar-x8dalt, #f4f4f4);
441
497
  color: var(--color-text-body-default-at06ol, #000716);
442
498
  }
443
- .awsui_pane__close-container_1gl9c_1lgc9_443:not(#\9) {
499
+ .awsui_pane__close-container_1gl9c_1q5e7_499:not(#\9) {
444
500
  position: absolute;
445
501
  inset-block-start: 0;
446
502
  inset-inline-end: calc(var(--space-s-34lx8l, 12px) / 2);
447
503
  }
448
- .awsui_pane__list_1gl9c_1lgc9_448:not(#\9) {
504
+ .awsui_pane__list_1gl9c_1q5e7_504:not(#\9) {
449
505
  flex: 1;
450
506
  overflow: auto;
451
507
  max-block-size: 100%;
452
508
  box-sizing: border-box;
453
509
  margin-inline-end: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-xs-zb16t3, 8px));
454
510
  }
455
- .awsui_pane__table_1gl9c_1lgc9_455:not(#\9) {
511
+ .awsui_pane__table_1gl9c_1q5e7_511:not(#\9) {
456
512
  inline-size: 100%;
457
513
  border-spacing: 0;
458
514
  margin-block: var(--space-s-34lx8l, 12px);
459
515
  margin-inline: 0;
460
516
  }
461
- .awsui_pane__item_1gl9c_1lgc9_461 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9) {
517
+ .awsui_pane__item_1gl9c_1q5e7_517 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9) {
462
518
  border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
463
519
  border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
464
520
  }
465
- .awsui_pane__item_1gl9c_1lgc9_461 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9):first-child {
521
+ .awsui_pane__item_1gl9c_1q5e7_517 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9):first-child {
466
522
  border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
467
523
  border-start-start-radius: var(--border-radius-item-05df9h, 8px);
468
524
  border-end-start-radius: var(--border-radius-item-05df9h, 8px);
469
525
  }
470
- .awsui_pane__item_1gl9c_1lgc9_461 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9):last-child {
526
+ .awsui_pane__item_1gl9c_1q5e7_517 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9):last-child {
471
527
  border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
472
528
  border-start-end-radius: var(--border-radius-item-05df9h, 8px);
473
529
  border-end-end-radius: var(--border-radius-item-05df9h, 8px);
474
530
  }
475
- .awsui_pane__item--highlighted_1gl9c_1lgc9_475:not(#\9), .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):hover, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):focus {
531
+ .awsui_pane__item--highlighted_1gl9c_1q5e7_531:not(#\9), .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):hover, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):focus {
476
532
  cursor: pointer;
477
533
  outline: none;
478
534
  }
479
- .awsui_pane__item--highlighted_1gl9c_1lgc9_475 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9), .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):hover > .awsui_pane__cell_1gl9c_1lgc9_461, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):focus > .awsui_pane__cell_1gl9c_1lgc9_461 {
535
+ .awsui_pane__item--highlighted_1gl9c_1q5e7_531 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9), .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):hover > .awsui_pane__cell_1gl9c_1q5e7_517, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):focus > .awsui_pane__cell_1gl9c_1q5e7_517 {
480
536
  background-color: var(--color-background-code-editor-pane-item-hover-7wgkyr, #e9ebed);
481
537
  }
482
- .awsui_pane__item--highlighted_1gl9c_1lgc9_475 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9), .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):hover > .awsui_pane__cell_1gl9c_1lgc9_461, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):focus > .awsui_pane__cell_1gl9c_1lgc9_461 {
538
+ .awsui_pane__item--highlighted_1gl9c_1q5e7_531 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9), .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):hover > .awsui_pane__cell_1gl9c_1q5e7_517, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):focus > .awsui_pane__cell_1gl9c_1q5e7_517 {
483
539
  border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-std69p, #7d8998);
484
540
  border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-std69p, #7d8998);
485
541
  }
486
- .awsui_pane__item--highlighted_1gl9c_1lgc9_475 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9):first-child, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):hover > .awsui_pane__cell_1gl9c_1lgc9_461:first-child, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):focus > .awsui_pane__cell_1gl9c_1lgc9_461:first-child {
542
+ .awsui_pane__item--highlighted_1gl9c_1q5e7_531 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9):first-child, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):hover > .awsui_pane__cell_1gl9c_1q5e7_517:first-child, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):focus > .awsui_pane__cell_1gl9c_1q5e7_517:first-child {
487
543
  border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-std69p, #7d8998);
488
544
  border-start-start-radius: var(--border-radius-item-05df9h, 8px);
489
545
  border-end-start-radius: var(--border-radius-item-05df9h, 8px);
490
546
  }
491
- .awsui_pane__item--highlighted_1gl9c_1lgc9_475 > .awsui_pane__cell_1gl9c_1lgc9_461:not(#\9):last-child, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):hover > .awsui_pane__cell_1gl9c_1lgc9_461:last-child, .awsui_pane__item_1gl9c_1lgc9_461:not(#\9):focus > .awsui_pane__cell_1gl9c_1lgc9_461:last-child {
547
+ .awsui_pane__item--highlighted_1gl9c_1q5e7_531 > .awsui_pane__cell_1gl9c_1q5e7_517:not(#\9):last-child, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):hover > .awsui_pane__cell_1gl9c_1q5e7_517:last-child, .awsui_pane__item_1gl9c_1q5e7_517:not(#\9):focus > .awsui_pane__cell_1gl9c_1q5e7_517:last-child {
492
548
  border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-std69p, #7d8998);
493
549
  border-start-end-radius: var(--border-radius-item-05df9h, 8px);
494
550
  border-end-end-radius: var(--border-radius-item-05df9h, 8px);
495
551
  }
496
- .awsui_pane__location_1gl9c_1lgc9_496:not(#\9), .awsui_pane__description_1gl9c_1lgc9_496:not(#\9) {
552
+ .awsui_pane__location_1gl9c_1q5e7_552:not(#\9), .awsui_pane__description_1gl9c_1q5e7_552:not(#\9) {
497
553
  padding-block: var(--space-xxs-p8yyaw, 4px);
498
554
  padding-inline: var(--space-s-34lx8l, 12px);
499
555
  }
500
- .awsui_pane__location_1gl9c_1lgc9_496:not(#\9) {
556
+ .awsui_pane__location_1gl9c_1q5e7_552:not(#\9) {
501
557
  vertical-align: baseline;
502
558
  white-space: nowrap;
503
559
  padding-inline-start: calc(var(--space-l-t419sm, 20px) + var(--space-s-34lx8l, 12px));
504
560
  }
505
- .awsui_pane__description_1gl9c_1lgc9_496:not(#\9) {
561
+ .awsui_pane__description_1gl9c_1q5e7_552:not(#\9) {
506
562
  padding-inline-end: 0;
507
563
  min-inline-size: 0;
508
564
  word-break: break-word;
509
565
  }
510
566
 
511
- .awsui_focus-lock_1gl9c_1lgc9_511:not(#\9) {
567
+ .awsui_focus-lock_1gl9c_1q5e7_567:not(#\9) {
512
568
  block-size: 100%;
513
569
  }
514
570
 
515
- /*
516
- Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
517
- SPDX-License-Identifier: Apache-2.0
518
- */
519
- .awsui_code-editor_1gl9c_1lgc9_102:not(#\9) {
571
+ .awsui_code-editor_1gl9c_1q5e7_154:not(#\9) {
520
572
  border-collapse: separate;
521
573
  border-spacing: 0;
522
574
  box-sizing: border-box;
@@ -560,20 +612,20 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
560
612
  inline-size: 100%;
561
613
  }
562
614
 
563
- .awsui_editor_1gl9c_1lgc9_562:not(#\9) {
615
+ .awsui_editor_1gl9c_1q5e7_614:not(#\9) {
564
616
  position: absolute;
565
617
  inset: 0;
566
618
  }
567
- .awsui_editor_1gl9c_1lgc9_562:not(#\9):focus {
619
+ .awsui_editor_1gl9c_1q5e7_614:not(#\9):focus {
568
620
  position: relative;
569
621
  position: absolute;
570
622
  overflow: visible;
571
623
  }
572
- .awsui_editor_1gl9c_1lgc9_562:not(#\9):focus {
624
+ .awsui_editor_1gl9c_1q5e7_614:not(#\9):focus {
573
625
  outline: 2px dotted transparent;
574
626
  outline-offset: calc(3px - 1px);
575
627
  }
576
- .awsui_editor_1gl9c_1lgc9_562:not(#\9):focus::before {
628
+ .awsui_editor_1gl9c_1q5e7_614:not(#\9):focus::before {
577
629
  content: " ";
578
630
  display: block;
579
631
  position: absolute;
@@ -588,12 +640,12 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
588
640
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
589
641
  }
590
642
 
591
- .awsui_editor-refresh_1gl9c_1lgc9_590:not(#\9) {
643
+ .awsui_editor-refresh_1gl9c_1q5e7_642:not(#\9) {
592
644
  border-start-start-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
593
645
  border-start-end-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
594
646
  }
595
647
 
596
- .awsui_status-bar_1gl9c_1lgc9_595:not(#\9) {
648
+ .awsui_status-bar_1gl9c_1q5e7_647:not(#\9) {
597
649
  container-type: inline-size;
598
650
  display: flex;
599
651
  vertical-align: middle;
@@ -602,38 +654,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
602
654
  min-inline-size: 0;
603
655
  word-break: break-word;
604
656
  }
605
- .awsui_status-bar-with-hidden-pane_1gl9c_1lgc9_604:not(#\9) {
657
+ .awsui_status-bar-with-hidden-pane_1gl9c_1q5e7_656:not(#\9) {
606
658
  border-end-start-radius: var(--border-radius-code-editor-qvw11o, 8px);
607
659
  border-end-end-radius: var(--border-radius-code-editor-qvw11o, 8px);
608
660
  }
609
- .awsui_status-bar__left_1gl9c_1lgc9_608:not(#\9) {
661
+ .awsui_status-bar__left_1gl9c_1q5e7_660:not(#\9) {
610
662
  flex: 1;
611
663
  display: flex;
612
664
  flex-wrap: wrap;
613
665
  padding-inline-start: var(--space-l-t419sm, 20px);
614
666
  border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-default-c1jpix, #d1d5db);
615
667
  }
616
- .awsui_status-bar__right_1gl9c_1lgc9_615:not(#\9) {
668
+ .awsui_status-bar__right_1gl9c_1q5e7_667:not(#\9) {
617
669
  display: flex;
618
670
  align-items: center;
619
671
  }
620
- .awsui_status-bar__language-mode_1gl9c_1lgc9_619:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1lgc9_619:not(#\9) {
672
+ .awsui_status-bar__language-mode_1gl9c_1q5e7_671:not(#\9), .awsui_status-bar__cursor-position_1gl9c_1q5e7_671:not(#\9) {
621
673
  display: inline-block;
622
674
  color: var(--color-text-body-default-at06ol, #000716);
623
675
  padding-block: var(--space-scaled-xs-26e2du, 8px);
624
676
  padding-inline: var(--space-s-34lx8l, 12px);
625
677
  }
626
- .awsui_status-bar__cog-button_1gl9c_1lgc9_625:not(#\9) {
678
+ .awsui_status-bar__cog-button_1gl9c_1q5e7_677:not(#\9) {
627
679
  padding-block: calc(var(--space-scaled-xxs-7597g1, 4px) - 1px);
628
680
  padding-inline: calc(var(--space-xs-zb16t3, 8px) - 2px);
629
681
  }
630
682
 
631
- .awsui_tab-list_1gl9c_1lgc9_630:not(#\9) {
683
+ .awsui_tab-list_1gl9c_1q5e7_682:not(#\9) {
632
684
  align-items: center;
633
685
  display: inline-flex;
634
686
  }
635
687
 
636
- .awsui_tab-button_1gl9c_1lgc9_635:not(#\9) {
688
+ .awsui_tab-button_1gl9c_1q5e7_687:not(#\9) {
637
689
  position: relative;
638
690
  display: inline-flex;
639
691
  gap: var(--space-xxs-p8yyaw, 4px);
@@ -649,11 +701,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
649
701
  cursor: pointer;
650
702
  z-index: 1;
651
703
  }
652
- .awsui_tab-button_1gl9c_1lgc9_635:not(#\9):hover {
704
+ .awsui_tab-button_1gl9c_1q5e7_687:not(#\9):hover {
653
705
  color: var(--color-text-code-editor-tab-button-error-5ax346, #ffffff);
654
706
  background: var(--color-text-status-error-wdvepn, #d91515);
655
707
  }
656
- .awsui_tab-button_1gl9c_1lgc9_635:not(#\9)::after {
708
+ .awsui_tab-button_1gl9c_1q5e7_687:not(#\9)::after {
657
709
  content: "";
658
710
  position: absolute;
659
711
  inset-inline: 0;
@@ -666,54 +718,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1lgc9_102 .ace_edit
666
718
  background: var(--color-text-status-error-wdvepn, #d91515);
667
719
  opacity: 0;
668
720
  }
669
- .awsui_tab-button--refresh_1gl9c_1lgc9_668:not(#\9) {
721
+ .awsui_tab-button--refresh_1gl9c_1q5e7_720:not(#\9) {
670
722
  padding-block-end: calc(var(--space-scaled-xs-26e2du, 8px) + var(--border-active-width-9dmqf4, 4px) - 2px);
671
723
  }
672
- .awsui_tab-button--warnings_1gl9c_1lgc9_671:not(#\9) {
724
+ .awsui_tab-button--warnings_1gl9c_1q5e7_723:not(#\9) {
673
725
  color: var(--color-text-status-warning-yik8vi, #8d6605);
674
726
  }
675
- .awsui_tab-button--warnings_1gl9c_1lgc9_671:not(#\9):hover {
727
+ .awsui_tab-button--warnings_1gl9c_1q5e7_723:not(#\9):hover {
676
728
  background: var(--color-text-status-warning-yik8vi, #8d6605);
677
729
  }
678
- .awsui_tab-button--warnings_1gl9c_1lgc9_671:not(#\9)::after {
730
+ .awsui_tab-button--warnings_1gl9c_1q5e7_723:not(#\9)::after {
679
731
  background: var(--color-text-status-warning-yik8vi, #8d6605);
680
732
  }
681
- .awsui_tab-button--active_1gl9c_1lgc9_680:not(#\9)::after {
733
+ .awsui_tab-button--active_1gl9c_1q5e7_732:not(#\9)::after {
682
734
  opacity: 1;
683
735
  }
684
- .awsui_tab-button--refresh_1gl9c_1lgc9_668:not(#\9)::after {
736
+ .awsui_tab-button--refresh_1gl9c_1q5e7_720:not(#\9)::after {
685
737
  transition: opacity var(--motion-duration-refresh-only-medium-nf6485, 165ms) var(--motion-easing-refresh-only-c-vg1m9h, cubic-bezier(0.84, 0, 0.16, 1));
686
738
  }
687
739
  @media (prefers-reduced-motion: reduce) {
688
- .awsui_tab-button--refresh_1gl9c_1lgc9_668:not(#\9)::after {
740
+ .awsui_tab-button--refresh_1gl9c_1q5e7_720:not(#\9)::after {
689
741
  animation: none;
690
742
  transition: none;
691
743
  }
692
744
  }
693
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1lgc9_668:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1lgc9_668:not(#\9)::after {
745
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_1q5e7_720:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_1q5e7_720:not(#\9)::after {
694
746
  animation: none;
695
747
  transition: none;
696
748
  }
697
- .awsui_tab-button--disabled_1gl9c_1lgc9_696:not(#\9) {
749
+ .awsui_tab-button--disabled_1gl9c_1q5e7_748:not(#\9) {
698
750
  font-weight: normal;
699
751
  color: var(--color-text-code-editor-status-bar-disabled-mrlsxh, #7d8998);
700
752
  cursor: default;
701
753
  }
702
- .awsui_tab-button--disabled_1gl9c_1lgc9_696:not(#\9):hover {
754
+ .awsui_tab-button--disabled_1gl9c_1q5e7_748:not(#\9):hover {
703
755
  color: var(--color-text-code-editor-status-bar-disabled-mrlsxh, #7d8998);
704
756
  background: transparent;
705
757
  }
706
- .awsui_tab-button--disabled_1gl9c_1lgc9_696:not(#\9)::after {
758
+ .awsui_tab-button--disabled_1gl9c_1q5e7_748:not(#\9)::after {
707
759
  display: none;
708
760
  }
709
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1lgc9_635:not(#\9):focus {
761
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1q5e7_687:not(#\9):focus {
710
762
  position: relative;
711
763
  }
712
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1lgc9_635:not(#\9):focus {
764
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1q5e7_687:not(#\9):focus {
713
765
  outline: 2px dotted transparent;
714
766
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-dqxswe, -7px) - 1px);
715
767
  }
716
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1lgc9_635:not(#\9):focus::before {
768
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1q5e7_687:not(#\9):focus::before {
717
769
  content: " ";
718
770
  display: block;
719
771
  position: absolute;
@@ -727,49 +779,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1lgc9_635:not(#\9):f
727
779
  border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
728
780
  box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
729
781
  }
730
- .awsui_tab-button--divider_1gl9c_1lgc9_729:not(#\9) {
782
+ .awsui_tab-button--divider_1gl9c_1q5e7_781:not(#\9) {
731
783
  display: inline-block;
732
784
  block-size: var(--line-height-body-m-30ar75, 20px);
733
785
  inline-size: var(--border-code-editor-status-divider-width-tf47q3, 1px);
734
786
  background: var(--color-border-tabs-divider-6vpso4, #b6bec9);
735
787
  vertical-align: middle;
736
788
  }
737
- .awsui_tab-button--errors_1gl9c_1lgc9_736:not(#\9) {
789
+ .awsui_tab-button--errors_1gl9c_1q5e7_788:not(#\9) {
738
790
  /* used in test-utils */
739
791
  }
740
792
  @supports (contain: inline-size) {
741
- .awsui_tab-button_1gl9c_1lgc9_635:not(#\9) {
793
+ .awsui_tab-button_1gl9c_1q5e7_687:not(#\9) {
742
794
  /* stylelint-disable plugin/no-unsupported-browser-features */
743
795
  /* stylelint-enable plugin/no-unsupported-browser-features */
744
796
  }
745
797
  @container not (max-width: 500px) {
746
- .awsui_tab-button_1gl9c_1lgc9_635 > .awsui_count_1gl9c_1lgc9_745:not(#\9) {
798
+ .awsui_tab-button_1gl9c_1q5e7_687 > .awsui_count_1gl9c_1q5e7_797:not(#\9) {
747
799
  display: none;
748
800
  }
749
- .awsui_tab-button_1gl9c_1lgc9_635 > .awsui_text_1gl9c_1lgc9_748:not(#\9) {
801
+ .awsui_tab-button_1gl9c_1q5e7_687 > .awsui_text_1gl9c_1q5e7_800:not(#\9) {
750
802
  display: inline;
751
803
  }
752
804
  }
753
805
  @container (max-width: 500px) {
754
- .awsui_tab-button_1gl9c_1lgc9_635 > .awsui_count_1gl9c_1lgc9_745:not(#\9) {
806
+ .awsui_tab-button_1gl9c_1q5e7_687 > .awsui_count_1gl9c_1q5e7_797:not(#\9) {
755
807
  display: inline;
756
808
  }
757
- .awsui_tab-button_1gl9c_1lgc9_635 > .awsui_text_1gl9c_1lgc9_748:not(#\9) {
809
+ .awsui_tab-button_1gl9c_1q5e7_687 > .awsui_text_1gl9c_1q5e7_800:not(#\9) {
758
810
  display: none;
759
811
  }
760
812
  }
761
813
  }
762
814
  @supports not (contain: inline-size) {
763
- .awsui_tab-button_1gl9c_1lgc9_635 > .awsui_count_1gl9c_1lgc9_745:not(#\9) {
815
+ .awsui_tab-button_1gl9c_1q5e7_687 > .awsui_count_1gl9c_1q5e7_797:not(#\9) {
764
816
  display: none;
765
817
  }
766
- .awsui_tab-button_1gl9c_1lgc9_635 > .awsui_text_1gl9c_1lgc9_748:not(#\9) {
818
+ .awsui_tab-button_1gl9c_1q5e7_687 > .awsui_text_1gl9c_1q5e7_800:not(#\9) {
767
819
  display: inline;
768
820
  }
769
821
  }
770
822
 
771
- .awsui_loading-screen_1gl9c_1lgc9_770:not(#\9),
772
- .awsui_error-screen_1gl9c_1lgc9_771:not(#\9) {
823
+ .awsui_loading-screen_1gl9c_1q5e7_822:not(#\9),
824
+ .awsui_error-screen_1gl9c_1q5e7_823:not(#\9) {
773
825
  display: flex;
774
826
  align-items: center;
775
827
  justify-content: center;
@@ -782,6 +834,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1lgc9_635:not(#\9):f
782
834
  border-end-end-radius: var(--border-radius-code-editor-qvw11o, 8px);
783
835
  }
784
836
 
785
- .awsui_error-screen_1gl9c_1lgc9_771:not(#\9) {
837
+ .awsui_error-screen_1gl9c_1q5e7_823:not(#\9) {
786
838
  color: var(--color-text-status-error-wdvepn, #d91515);
787
839
  }