@cloudscape-design/components-themeable 3.0.549 → 3.0.550

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 (365) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/header/styles.scss +11 -0
  3. package/lib/internal/scss/icon/styles.scss +22 -0
  4. package/lib/internal/scss/internal/components/dropdown/styles.scss +8 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +46 -40
  6. package/lib/internal/scss/internal/styles/direction.scss +20 -0
  7. package/lib/internal/scss/internal/styles/index.scss +1 -0
  8. package/lib/internal/scss/spinner/styles.scss +39 -16
  9. package/lib/internal/template/alert/styles.css.js +25 -25
  10. package/lib/internal/template/alert/styles.scoped.css +45 -39
  11. package/lib/internal/template/alert/styles.selectors.js +25 -25
  12. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  13. package/lib/internal/template/anchor-navigation/styles.scoped.css +24 -18
  14. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  15. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  16. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +36 -30
  17. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  18. package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
  19. package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +12 -6
  20. package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
  21. package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
  22. package/lib/internal/template/app-layout/drawer/styles.scoped.css +26 -20
  23. package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
  24. package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
  25. package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +14 -8
  26. package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
  27. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  28. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  29. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  30. package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
  31. package/lib/internal/template/app-layout/split-panel/styles.scoped.css +8 -2
  32. package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
  33. package/lib/internal/template/app-layout/styles.css.js +16 -16
  34. package/lib/internal/template/app-layout/styles.scoped.css +25 -19
  35. package/lib/internal/template/app-layout/styles.selectors.js +16 -16
  36. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  37. package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -6
  38. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  39. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
  40. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +294 -288
  41. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
  42. package/lib/internal/template/area-chart/styles.css.js +6 -6
  43. package/lib/internal/template/area-chart/styles.scoped.css +15 -9
  44. package/lib/internal/template/area-chart/styles.selectors.js +6 -6
  45. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  46. package/lib/internal/template/attribute-editor/styles.scoped.css +30 -24
  47. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  48. package/lib/internal/template/autosuggest/autosuggest-option.d.ts +0 -1
  49. package/lib/internal/template/autosuggest/autosuggest-option.d.ts.map +1 -1
  50. package/lib/internal/template/autosuggest/autosuggest-option.js +2 -4
  51. package/lib/internal/template/autosuggest/autosuggest-option.js.map +1 -1
  52. package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
  53. package/lib/internal/template/autosuggest/internal.js +2 -5
  54. package/lib/internal/template/autosuggest/internal.js.map +1 -1
  55. package/lib/internal/template/autosuggest/options-controller.d.ts +2 -1
  56. package/lib/internal/template/autosuggest/options-controller.d.ts.map +1 -1
  57. package/lib/internal/template/autosuggest/options-controller.js +15 -3
  58. package/lib/internal/template/autosuggest/options-controller.js.map +1 -1
  59. package/lib/internal/template/autosuggest/options-list.d.ts +2 -2
  60. package/lib/internal/template/autosuggest/options-list.d.ts.map +1 -1
  61. package/lib/internal/template/autosuggest/options-list.js +2 -2
  62. package/lib/internal/template/autosuggest/options-list.js.map +1 -1
  63. package/lib/internal/template/autosuggest/plain-list.d.ts +2 -3
  64. package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
  65. package/lib/internal/template/autosuggest/plain-list.js +2 -2
  66. package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
  67. package/lib/internal/template/autosuggest/virtual-list.d.ts +1 -1
  68. package/lib/internal/template/autosuggest/virtual-list.d.ts.map +1 -1
  69. package/lib/internal/template/autosuggest/virtual-list.js +2 -2
  70. package/lib/internal/template/autosuggest/virtual-list.js.map +1 -1
  71. package/lib/internal/template/badge/styles.css.js +5 -5
  72. package/lib/internal/template/badge/styles.scoped.css +11 -5
  73. package/lib/internal/template/badge/styles.selectors.js +5 -5
  74. package/lib/internal/template/box/styles.css.js +190 -190
  75. package/lib/internal/template/box/styles.scoped.css +253 -235
  76. package/lib/internal/template/box/styles.selectors.js +190 -190
  77. package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
  78. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +23 -17
  79. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
  80. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  81. package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -12
  82. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  83. package/lib/internal/template/button/styles.css.js +20 -20
  84. package/lib/internal/template/button/styles.scoped.css +157 -151
  85. package/lib/internal/template/button/styles.selectors.js +20 -20
  86. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
  87. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +29 -23
  88. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
  89. package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
  90. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +24 -18
  91. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
  92. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  93. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +11 -5
  94. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  95. package/lib/internal/template/button-dropdown/styles.css.js +15 -15
  96. package/lib/internal/template/button-dropdown/styles.scoped.css +28 -22
  97. package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
  98. package/lib/internal/template/calendar/styles.css.js +18 -18
  99. package/lib/internal/template/calendar/styles.scoped.css +44 -38
  100. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  101. package/lib/internal/template/cards/styles.css.js +40 -40
  102. package/lib/internal/template/cards/styles.scoped.css +56 -50
  103. package/lib/internal/template/cards/styles.selectors.js +40 -40
  104. package/lib/internal/template/checkbox/styles.css.js +3 -3
  105. package/lib/internal/template/checkbox/styles.scoped.css +11 -5
  106. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  107. package/lib/internal/template/code-editor/styles.css.js +32 -32
  108. package/lib/internal/template/code-editor/styles.scoped.css +183 -177
  109. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  110. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  111. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +29 -17
  112. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  113. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  114. package/lib/internal/template/collection-preferences/styles.scoped.css +68 -44
  115. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  116. package/lib/internal/template/column-layout/styles.css.js +13 -13
  117. package/lib/internal/template/column-layout/styles.scoped.css +49 -43
  118. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  119. package/lib/internal/template/container/styles.css.js +30 -30
  120. package/lib/internal/template/container/styles.scoped.css +60 -54
  121. package/lib/internal/template/container/styles.selectors.js +30 -30
  122. package/lib/internal/template/content-layout/styles.css.js +7 -7
  123. package/lib/internal/template/content-layout/styles.scoped.css +19 -13
  124. package/lib/internal/template/content-layout/styles.selectors.js +7 -7
  125. package/lib/internal/template/date-picker/styles.css.js +7 -7
  126. package/lib/internal/template/date-picker/styles.scoped.css +15 -9
  127. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  128. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
  129. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +48 -42
  130. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
  131. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
  132. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +19 -13
  133. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
  134. package/lib/internal/template/date-range-picker/styles.css.js +39 -39
  135. package/lib/internal/template/date-range-picker/styles.scoped.css +54 -48
  136. package/lib/internal/template/date-range-picker/styles.selectors.js +39 -39
  137. package/lib/internal/template/drawer/styles.css.js +3 -3
  138. package/lib/internal/template/drawer/styles.scoped.css +14 -8
  139. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  140. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  141. package/lib/internal/template/expandable-section/styles.scoped.css +68 -62
  142. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  143. package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
  144. package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -2
  145. package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
  146. package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
  147. package/lib/internal/template/file-upload/file-input/styles.scoped.css +13 -7
  148. package/lib/internal/template/file-upload/file-input/styles.selectors.js +4 -4
  149. package/lib/internal/template/flashbar/styles.css.js +47 -47
  150. package/lib/internal/template/flashbar/styles.scoped.css +177 -171
  151. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  152. package/lib/internal/template/form/styles.css.js +9 -9
  153. package/lib/internal/template/form/styles.scoped.css +14 -8
  154. package/lib/internal/template/form/styles.selectors.js +9 -9
  155. package/lib/internal/template/form-field/styles.css.js +19 -19
  156. package/lib/internal/template/form-field/styles.scoped.css +35 -29
  157. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  158. package/lib/internal/template/grid/styles.css.js +53 -53
  159. package/lib/internal/template/grid/styles.scoped.css +60 -54
  160. package/lib/internal/template/grid/styles.selectors.js +53 -53
  161. package/lib/internal/template/header/styles.css.js +34 -34
  162. package/lib/internal/template/header/styles.scoped.css +80 -50
  163. package/lib/internal/template/header/styles.selectors.js +34 -34
  164. package/lib/internal/template/help-panel/styles.css.js +4 -4
  165. package/lib/internal/template/help-panel/styles.scoped.css +69 -63
  166. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  167. package/lib/internal/template/hotspot/styles.css.js +7 -7
  168. package/lib/internal/template/hotspot/styles.scoped.css +13 -7
  169. package/lib/internal/template/hotspot/styles.selectors.js +7 -7
  170. package/lib/internal/template/icon/internal.d.ts.map +1 -1
  171. package/lib/internal/template/icon/internal.js +1 -1
  172. package/lib/internal/template/icon/internal.js.map +1 -1
  173. package/lib/internal/template/icon/styles.css.js +36 -21
  174. package/lib/internal/template/icon/styles.scoped.css +92 -48
  175. package/lib/internal/template/icon/styles.selectors.js +36 -21
  176. package/lib/internal/template/input/styles.css.js +12 -12
  177. package/lib/internal/template/input/styles.scoped.css +36 -30
  178. package/lib/internal/template/input/styles.selectors.js +12 -12
  179. package/lib/internal/template/internal/components/abstract-switch/styles.css.js +13 -13
  180. package/lib/internal/template/internal/components/abstract-switch/styles.scoped.css +26 -20
  181. package/lib/internal/template/internal/components/abstract-switch/styles.selectors.js +13 -13
  182. package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
  183. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +30 -24
  184. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
  185. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  186. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +9 -3
  187. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  188. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  189. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +21 -15
  190. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  191. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  192. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +11 -5
  193. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  194. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  195. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +9 -3
  196. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  197. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
  198. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +39 -33
  199. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
  200. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  201. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +13 -7
  202. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  203. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  204. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +15 -9
  205. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  206. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +7 -7
  207. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +14 -8
  208. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +7 -7
  209. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  210. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +62 -36
  211. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  212. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  213. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +9 -3
  214. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  215. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  216. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +8 -2
  217. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  218. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  219. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +19 -13
  220. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  221. package/lib/internal/template/internal/components/handle/styles.css.js +2 -2
  222. package/lib/internal/template/internal/components/handle/styles.scoped.css +12 -6
  223. package/lib/internal/template/internal/components/handle/styles.selectors.js +2 -2
  224. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  225. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +19 -13
  226. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  227. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  228. package/lib/internal/template/internal/components/option/styles.scoped.css +35 -29
  229. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  230. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  231. package/lib/internal/template/internal/components/options-list/styles.scoped.css +8 -2
  232. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  233. package/lib/internal/template/internal/components/screenreader-only/styles.css.js +1 -1
  234. package/lib/internal/template/internal/components/screenreader-only/styles.scoped.css +7 -1
  235. package/lib/internal/template/internal/components/screenreader-only/styles.selectors.js +1 -1
  236. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  237. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +35 -29
  238. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  239. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  240. package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -20
  241. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  242. package/lib/internal/template/internal/environment.js +1 -1
  243. package/lib/internal/template/internal/environment.json +1 -1
  244. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  245. package/lib/internal/template/internal/generated/custom-css-properties/index.js +46 -40
  246. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  247. package/lib/internal/template/link/styles.css.js +20 -20
  248. package/lib/internal/template/link/styles.scoped.css +77 -71
  249. package/lib/internal/template/link/styles.selectors.js +20 -20
  250. package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
  251. package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +23 -17
  252. package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
  253. package/lib/internal/template/modal/styles.css.js +23 -23
  254. package/lib/internal/template/modal/styles.scoped.css +44 -38
  255. package/lib/internal/template/modal/styles.selectors.js +23 -23
  256. package/lib/internal/template/multiselect/styles.css.js +2 -2
  257. package/lib/internal/template/multiselect/styles.scoped.css +8 -2
  258. package/lib/internal/template/multiselect/styles.selectors.js +2 -2
  259. package/lib/internal/template/pagination/styles.css.js +9 -9
  260. package/lib/internal/template/pagination/styles.scoped.css +29 -23
  261. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  262. package/lib/internal/template/pie-chart/styles.css.js +27 -27
  263. package/lib/internal/template/pie-chart/styles.scoped.css +54 -48
  264. package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
  265. package/lib/internal/template/popover/styles.css.js +50 -50
  266. package/lib/internal/template/popover/styles.scoped.css +94 -64
  267. package/lib/internal/template/popover/styles.selectors.js +50 -50
  268. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  269. package/lib/internal/template/progress-bar/styles.scoped.css +44 -32
  270. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  271. package/lib/internal/template/property-filter/property-filter-autosuggest.js +2 -1
  272. package/lib/internal/template/property-filter/property-filter-autosuggest.js.map +1 -1
  273. package/lib/internal/template/property-filter/styles.css.js +31 -31
  274. package/lib/internal/template/property-filter/styles.scoped.css +39 -33
  275. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  276. package/lib/internal/template/radio-group/styles.css.js +9 -9
  277. package/lib/internal/template/radio-group/styles.scoped.css +21 -15
  278. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  279. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  280. package/lib/internal/template/segmented-control/styles.scoped.css +39 -33
  281. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  282. package/lib/internal/template/select/parts/styles.css.js +16 -16
  283. package/lib/internal/template/select/parts/styles.scoped.css +22 -16
  284. package/lib/internal/template/select/parts/styles.selectors.js +16 -16
  285. package/lib/internal/template/select/styles.css.js +1 -1
  286. package/lib/internal/template/select/styles.scoped.css +7 -1
  287. package/lib/internal/template/select/styles.selectors.js +1 -1
  288. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  289. package/lib/internal/template/side-navigation/styles.scoped.css +44 -38
  290. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  291. package/lib/internal/template/space-between/styles.css.js +23 -23
  292. package/lib/internal/template/space-between/styles.scoped.css +30 -24
  293. package/lib/internal/template/space-between/styles.selectors.js +23 -23
  294. package/lib/internal/template/spinner/styles.css.js +13 -13
  295. package/lib/internal/template/spinner/styles.scoped.css +58 -26
  296. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  297. package/lib/internal/template/split-panel/styles.css.js +55 -55
  298. package/lib/internal/template/split-panel/styles.scoped.css +87 -75
  299. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  300. package/lib/internal/template/status-indicator/styles.css.js +23 -23
  301. package/lib/internal/template/status-indicator/styles.scoped.css +35 -29
  302. package/lib/internal/template/status-indicator/styles.selectors.js +23 -23
  303. package/lib/internal/template/table/body-cell/styles.css.js +30 -30
  304. package/lib/internal/template/table/body-cell/styles.scoped.css +87 -81
  305. package/lib/internal/template/table/body-cell/styles.selectors.js +30 -30
  306. package/lib/internal/template/table/header-cell/styles.css.js +24 -24
  307. package/lib/internal/template/table/header-cell/styles.scoped.css +50 -44
  308. package/lib/internal/template/table/header-cell/styles.selectors.js +24 -24
  309. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  310. package/lib/internal/template/table/resizer/styles.scoped.css +20 -14
  311. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  312. package/lib/internal/template/table/selection/styles.css.js +3 -3
  313. package/lib/internal/template/table/selection/styles.scoped.css +9 -3
  314. package/lib/internal/template/table/selection/styles.selectors.js +3 -3
  315. package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
  316. package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +13 -7
  317. package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
  318. package/lib/internal/template/table/styles.css.js +35 -35
  319. package/lib/internal/template/table/styles.scoped.css +46 -40
  320. package/lib/internal/template/table/styles.selectors.js +35 -35
  321. package/lib/internal/template/table/table-role/table-role-helper.js +1 -1
  322. package/lib/internal/template/table/table-role/table-role-helper.js.map +1 -1
  323. package/lib/internal/template/tabs/styles.css.js +21 -21
  324. package/lib/internal/template/tabs/styles.scoped.css +51 -39
  325. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  326. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  327. package/lib/internal/template/tag-editor/styles.scoped.css +16 -10
  328. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  329. package/lib/internal/template/text-content/styles.css.js +1 -1
  330. package/lib/internal/template/text-content/styles.scoped.css +66 -60
  331. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  332. package/lib/internal/template/text-filter/styles.css.js +3 -3
  333. package/lib/internal/template/text-filter/styles.scoped.css +9 -3
  334. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  335. package/lib/internal/template/textarea/styles.css.js +4 -4
  336. package/lib/internal/template/textarea/styles.scoped.css +18 -12
  337. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  338. package/lib/internal/template/tiles/styles.css.js +29 -29
  339. package/lib/internal/template/tiles/styles.scoped.css +76 -70
  340. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  341. package/lib/internal/template/toggle/styles.css.js +8 -8
  342. package/lib/internal/template/toggle/styles.scoped.css +19 -13
  343. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  344. package/lib/internal/template/token-group/styles.css.js +8 -8
  345. package/lib/internal/template/token-group/styles.scoped.css +22 -16
  346. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  347. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  348. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +48 -42
  349. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  350. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  351. package/lib/internal/template/top-navigation/styles.scoped.css +72 -66
  352. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  353. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  354. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +27 -21
  355. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  356. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  357. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +33 -27
  358. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  359. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  360. package/lib/internal/template/tutorial-panel/styles.scoped.css +7 -1
  361. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  362. package/lib/internal/template/wizard/styles.css.js +32 -32
  363. package/lib/internal/template/wizard/styles.scoped.css +74 -68
  364. package/lib/internal/template/wizard/styles.selectors.js +32 -32
  365. package/package.json +1 -1
@@ -2,6 +2,12 @@
2
2
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  SPDX-License-Identifier: Apache-2.0
4
4
  */
5
+ /* stylelint-disable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
6
+ /* stylelint-enable @cloudscape-design/no-implicit-descendant, plugin/no-unsupported-browser-features, selector-combinator-disallowed-list */
7
+ /*
8
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
9
+ SPDX-License-Identifier: Apache-2.0
10
+ */
5
11
  /*
6
12
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
13
  SPDX-License-Identifier: Apache-2.0
@@ -95,29 +101,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
95
101
  SPDX-License-Identifier: Apache-2.0
96
102
  */
97
103
  /* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
98
- .awsui_code-editor-refresh_1gl9c_158to_98 .ace_editor .ace_gutter:not(#\9) {
104
+ .awsui_code-editor-refresh_1gl9c_stg4l_104 .ace_editor .ace_gutter:not(#\9) {
99
105
  border-start-start-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
100
106
  }
101
- .awsui_code-editor-refresh_1gl9c_158to_98 .ace_editor .ace_scroller:not(#\9) {
107
+ .awsui_code-editor-refresh_1gl9c_stg4l_104 .ace_editor .ace_scroller:not(#\9) {
102
108
  border-start-end-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
103
109
  }
104
110
 
105
- .awsui_code-editor_1gl9c_158to_98 .ace_editor:not(#\9) {
111
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor:not(#\9) {
106
112
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
107
113
  font-size: 14px;
108
114
  line-height: 20px;
109
115
  }
110
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
116
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
117
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
112
118
  cursor: pointer;
113
119
  background-repeat: no-repeat;
114
120
  background-size: 16px 16px;
115
121
  background-position: 4px 2px;
116
122
  }
117
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
123
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
118
124
  background-image: none;
119
125
  }
120
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
126
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
121
127
  color: var(--color-text-status-error-ofc4yr, #d13212);
122
128
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d13212' 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");
123
129
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
@@ -125,59 +131,59 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
125
131
  }
126
132
  @supports (--css-variable-support-check: #000) {
127
133
  @media not print {
128
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
134
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
129
135
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
130
136
  }
131
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
137
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
132
138
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff5d64' 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");
133
139
  }
134
140
  }
135
141
  }
136
142
  @supports (--css-variable-support-check: #000) {
137
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
143
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
138
144
  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");
139
145
  }
140
146
  @media not print {
141
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
147
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
142
148
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
143
149
  }
144
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
150
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
145
151
  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");
146
152
  }
147
153
  }
148
154
  }
149
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
155
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
150
156
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23906806' 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");
151
157
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
152
158
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
153
159
  }
154
160
  @supports (--css-variable-support-check: #000) {
155
161
  @media not print {
156
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
162
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
157
163
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
158
164
  }
159
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
165
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
160
166
  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");
161
167
  }
162
168
  }
163
169
  }
164
170
  @supports (--css-variable-support-check: #000) {
165
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
171
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
166
172
  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");
167
173
  }
168
174
  @media not print {
169
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
175
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
170
176
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
171
177
  }
172
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
178
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
173
179
  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");
174
180
  }
175
181
  }
176
182
  }
177
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-cell:not(#\9) {
183
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-cell:not(#\9) {
178
184
  padding-inline: 24px 16px;
179
185
  }
180
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget:not(#\9) {
186
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget:not(#\9) {
181
187
  /* A good test case for disabled folds
182
188
  <<html<<<<
183
189
  </html>
@@ -188,24 +194,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
188
194
  border-block: none;
189
195
  border-inline: none;
190
196
  }
191
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter_annotation:not(#\9) {
197
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter_annotation:not(#\9) {
192
198
  margin-inline-start: -21px;
193
199
  }
194
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget:not(#\9),
195
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter_annotation:not(#\9) {
200
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget:not(#\9),
201
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter_annotation:not(#\9) {
196
202
  box-shadow: none;
197
203
  }
198
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget:not(#\9):focus,
199
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
204
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget:not(#\9):focus,
205
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter_annotation:not(#\9):focus {
200
206
  position: relative;
201
207
  }
202
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget:not(#\9):focus,
203
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
208
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget:not(#\9):focus,
209
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter_annotation:not(#\9):focus {
204
210
  outline: 2px dotted transparent;
205
211
  outline-offset: calc(-1px - 1px);
206
212
  }
207
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
208
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
213
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget:not(#\9):focus::before,
214
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
209
215
  content: " ";
210
216
  display: block;
211
217
  position: absolute;
@@ -219,151 +225,151 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
219
225
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
220
226
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
221
227
  }
222
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
228
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
223
229
  background: transparent;
224
230
  box-sizing: border-box;
225
231
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
226
232
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-b3qkmf, #d5dbdb);
227
233
  }
228
- .awsui_code-editor_1gl9c_158to_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
234
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
229
235
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
230
236
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-amkoqa, #687078);
231
237
  }
232
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter:not(#\9) {
238
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter:not(#\9) {
233
239
  background-color: var(--color-background-code-editor-gutter-default-qw8v9i, #f2f3f3);
234
240
  color: var(--color-text-code-editor-gutter-default-5gmexo, #16191f);
235
241
  }
236
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter:not(#\9):focus,
237
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_scroller:not(#\9):focus {
242
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter:not(#\9):focus,
243
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_scroller:not(#\9):focus {
238
244
  box-shadow: inset 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
239
245
  }
240
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
246
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
241
247
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
242
248
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
243
249
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
244
250
  }
245
251
  @supports (--css-variable-support-check: #000) {
246
252
  @media not print {
247
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
253
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
248
254
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
249
255
  }
250
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
256
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
251
257
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
252
258
  }
253
259
  }
254
260
  }
255
261
  @supports (--css-variable-support-check: #000) {
256
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
262
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
257
263
  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");
258
264
  }
259
265
  @media not print {
260
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
266
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
261
267
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
262
268
  }
263
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
269
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
264
270
  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");
265
271
  }
266
272
  }
267
273
  }
268
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
274
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
269
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='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
270
276
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
271
277
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
272
278
  }
273
279
  @supports (--css-variable-support-check: #000) {
274
280
  @media not print {
275
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
281
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
276
282
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
277
283
  }
278
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
284
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
279
285
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
280
286
  }
281
287
  }
282
288
  }
283
289
  @supports (--css-variable-support-check: #000) {
284
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
290
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
285
291
  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");
286
292
  }
287
293
  @media not print {
288
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
294
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
289
295
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
290
296
  }
291
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
297
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
292
298
  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");
293
299
  }
294
300
  }
295
301
  }
296
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
302
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
297
303
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23545b64' fill='%23545b64' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
298
304
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
299
305
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
300
306
  }
301
307
  @supports (--css-variable-support-check: #000) {
302
308
  @media not print {
303
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
309
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
304
310
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
305
311
  }
306
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
312
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
307
313
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
308
314
  }
309
315
  }
310
316
  }
311
317
  @supports (--css-variable-support-check: #000) {
312
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
318
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
313
319
  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");
314
320
  }
315
321
  @media not print {
316
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
322
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
317
323
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
318
324
  }
319
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
325
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
320
326
  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");
321
327
  }
322
328
  }
323
329
  }
324
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
330
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
325
331
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
326
332
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
327
333
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
328
334
  }
329
335
  @supports (--css-variable-support-check: #000) {
330
336
  @media not print {
331
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
337
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
332
338
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
333
339
  }
334
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
340
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
335
341
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
336
342
  }
337
343
  }
338
344
  }
339
345
  @supports (--css-variable-support-check: #000) {
340
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
346
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
341
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='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
342
348
  }
343
349
  @media not print {
344
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
350
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
345
351
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
346
352
  }
347
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
353
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
348
354
  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");
349
355
  }
350
356
  }
351
357
  }
352
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line:not(#\9) {
358
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line:not(#\9) {
353
359
  background-color: var(--color-background-code-editor-gutter-active-line-default-mmq122, #687078);
354
360
  color: var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
355
361
  }
356
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
357
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
362
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
363
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
358
364
  position: relative;
359
365
  }
360
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
361
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
366
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
367
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
362
368
  outline: 2px dotted transparent;
363
369
  outline-offset: calc(-2px - 1px);
364
370
  }
365
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
366
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
371
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
372
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
367
373
  content: " ";
368
374
  display: block;
369
375
  position: absolute;
@@ -377,119 +383,119 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
377
383
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
378
384
  box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
379
385
  }
380
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
386
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
381
387
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
382
388
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
383
389
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
384
390
  }
385
391
  @supports (--css-variable-support-check: #000) {
386
392
  @media not print {
387
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
393
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
388
394
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
389
395
  }
390
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
396
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
391
397
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
392
398
  }
393
399
  }
394
400
  }
395
401
  @supports (--css-variable-support-check: #000) {
396
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
402
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
397
403
  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");
398
404
  }
399
405
  @media not print {
400
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
406
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
401
407
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
402
408
  }
403
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
409
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
404
410
  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");
405
411
  }
406
412
  }
407
413
  }
408
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
414
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
409
415
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
410
416
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
411
417
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
412
418
  }
413
419
  @supports (--css-variable-support-check: #000) {
414
420
  @media not print {
415
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
421
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
416
422
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
417
423
  }
418
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
424
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
419
425
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
420
426
  }
421
427
  }
422
428
  }
423
429
  @supports (--css-variable-support-check: #000) {
424
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
430
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
425
431
  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");
426
432
  }
427
433
  @media not print {
428
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
434
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
429
435
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
430
436
  }
431
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
437
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
432
438
  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");
433
439
  }
434
440
  }
435
441
  }
436
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
442
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
437
443
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
438
444
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
439
445
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
440
446
  }
441
447
  @supports (--css-variable-support-check: #000) {
442
448
  @media not print {
443
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
449
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
444
450
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
445
451
  }
446
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
452
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
447
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='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
448
454
  }
449
455
  }
450
456
  }
451
457
  @supports (--css-variable-support-check: #000) {
452
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
458
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
453
459
  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");
454
460
  }
455
461
  @media not print {
456
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
462
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
457
463
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
458
464
  }
459
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
465
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
460
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='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
461
467
  }
462
468
  }
463
469
  }
464
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
470
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
465
471
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
466
472
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
467
473
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
468
474
  }
469
475
  @supports (--css-variable-support-check: #000) {
470
476
  @media not print {
471
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
477
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
472
478
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
473
479
  }
474
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
480
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
475
481
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
476
482
  }
477
483
  }
478
484
  }
479
485
  @supports (--css-variable-support-check: #000) {
480
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
486
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
481
487
  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");
482
488
  }
483
489
  @media not print {
484
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
490
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
485
491
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
486
492
  }
487
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
493
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
488
494
  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");
489
495
  }
490
496
  }
491
497
  }
492
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
498
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
493
499
  color: var(--color-text-code-editor-gutter-active-line-9w975q, #ffffff);
494
500
  background-color: var(--color-background-code-editor-gutter-active-line-error-kp33q7, #d13212);
495
501
  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");
@@ -498,163 +504,163 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
498
504
  }
499
505
  @supports (--css-variable-support-check: #000) {
500
506
  @media not print {
501
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
507
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
502
508
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
503
509
  }
504
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
510
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
505
511
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' 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");
506
512
  }
507
513
  }
508
514
  }
509
515
  @supports (--css-variable-support-check: #000) {
510
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
516
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
511
517
  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");
512
518
  }
513
519
  @media not print {
514
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
520
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
515
521
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
516
522
  }
517
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
523
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
518
524
  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");
519
525
  }
520
526
  }
521
527
  }
522
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
528
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
523
529
  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");
524
530
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
525
531
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
526
532
  }
527
533
  @supports (--css-variable-support-check: #000) {
528
534
  @media not print {
529
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
535
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
530
536
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
531
537
  }
532
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
538
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
533
539
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' 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");
534
540
  }
535
541
  }
536
542
  }
537
543
  @supports (--css-variable-support-check: #000) {
538
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
544
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
539
545
  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");
540
546
  }
541
547
  @media not print {
542
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
548
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
543
549
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
544
550
  }
545
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
551
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
546
552
  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");
547
553
  }
548
554
  }
549
555
  }
550
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
556
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
551
557
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
552
558
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
553
559
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
554
560
  }
555
561
  @supports (--css-variable-support-check: #000) {
556
562
  @media not print {
557
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
563
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
558
564
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
559
565
  }
560
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
566
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
561
567
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
562
568
  }
563
569
  }
564
570
  }
565
571
  @supports (--css-variable-support-check: #000) {
566
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
572
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
567
573
  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");
568
574
  }
569
575
  @media not print {
570
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
576
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
571
577
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
572
578
  }
573
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
579
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
574
580
  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");
575
581
  }
576
582
  }
577
583
  }
578
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
584
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
579
585
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
580
586
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
581
587
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
582
588
  }
583
589
  @supports (--css-variable-support-check: #000) {
584
590
  @media not print {
585
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
591
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
586
592
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
587
593
  }
588
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
594
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
589
595
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
590
596
  }
591
597
  }
592
598
  }
593
599
  @supports (--css-variable-support-check: #000) {
594
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
600
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
595
601
  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");
596
602
  }
597
603
  @media not print {
598
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
604
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
599
605
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
600
606
  }
601
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
607
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
602
608
  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");
603
609
  }
604
610
  }
605
611
  }
606
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
612
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
607
613
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d5dbdb' fill='%23d5dbdb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
608
614
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
609
615
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
610
616
  }
611
617
  @supports (--css-variable-support-check: #000) {
612
618
  @media not print {
613
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
619
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
614
620
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
615
621
  }
616
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
622
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
617
623
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
618
624
  }
619
625
  }
620
626
  }
621
627
  @supports (--css-variable-support-check: #000) {
622
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
628
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
623
629
  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");
624
630
  }
625
631
  @media not print {
626
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
632
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
627
633
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
628
634
  }
629
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
635
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
630
636
  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");
631
637
  }
632
638
  }
633
639
  }
634
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
640
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
635
641
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fafafa' fill='%23fafafa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
636
642
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
637
643
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
638
644
  }
639
645
  @supports (--css-variable-support-check: #000) {
640
646
  @media not print {
641
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
647
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
642
648
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
643
649
  }
644
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
650
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
645
651
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
646
652
  }
647
653
  }
648
654
  }
649
655
  @supports (--css-variable-support-check: #000) {
650
- .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
656
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
651
657
  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");
652
658
  }
653
659
  @media not print {
654
- .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
660
+ .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
655
661
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
656
662
  }
657
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_158to_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
663
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_stg4l_104 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
658
664
  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");
659
665
  }
660
666
  }
@@ -665,7 +671,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
665
671
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
666
672
  SPDX-License-Identifier: Apache-2.0
667
673
  */
668
- .awsui_pane_1gl9c_158to_668:not(#\9) {
674
+ .awsui_pane_1gl9c_stg4l_674:not(#\9) {
669
675
  display: flex;
670
676
  position: relative;
671
677
  flex-direction: row;
@@ -676,75 +682,75 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
676
682
  background: var(--color-background-code-editor-status-bar-ymmryk, #f2f3f3);
677
683
  color: var(--color-text-body-default-ffdwgg, #16191f);
678
684
  }
679
- .awsui_pane__close-container_1gl9c_158to_679:not(#\9) {
685
+ .awsui_pane__close-container_1gl9c_stg4l_685:not(#\9) {
680
686
  position: absolute;
681
687
  inset-block-start: 0;
682
688
  inset-inline-end: calc(var(--space-s-2025hl, 12px) / 2);
683
689
  }
684
- .awsui_pane__list_1gl9c_158to_684:not(#\9) {
690
+ .awsui_pane__list_1gl9c_stg4l_690:not(#\9) {
685
691
  flex: 1;
686
692
  overflow: auto;
687
693
  max-block-size: 100%;
688
694
  box-sizing: border-box;
689
695
  margin-inline-end: calc(var(--line-height-body-m-2zx78l, 22px) + 2 * var(--space-xs-xf5ch3, 8px));
690
696
  }
691
- .awsui_pane__table_1gl9c_158to_691:not(#\9) {
697
+ .awsui_pane__table_1gl9c_stg4l_697:not(#\9) {
692
698
  inline-size: 100%;
693
699
  border-spacing: 0;
694
700
  margin-block: var(--space-s-2025hl, 12px);
695
701
  margin-inline: 0;
696
702
  }
697
- .awsui_pane__item_1gl9c_158to_697 > .awsui_pane__cell_1gl9c_158to_697:not(#\9) {
703
+ .awsui_pane__item_1gl9c_stg4l_703 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9) {
698
704
  border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
699
705
  border-block-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
700
706
  }
701
- .awsui_pane__item_1gl9c_158to_697 > .awsui_pane__cell_1gl9c_158to_697:not(#\9):first-child {
707
+ .awsui_pane__item_1gl9c_stg4l_703 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9):first-child {
702
708
  border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
703
709
  border-start-start-radius: var(--border-radius-item-jsz3j8, 0px);
704
710
  border-end-start-radius: var(--border-radius-item-jsz3j8, 0px);
705
711
  }
706
- .awsui_pane__item_1gl9c_158to_697 > .awsui_pane__cell_1gl9c_158to_697:not(#\9):last-child {
712
+ .awsui_pane__item_1gl9c_stg4l_703 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9):last-child {
707
713
  border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-transparent-avnyrh, transparent);
708
714
  border-start-end-radius: var(--border-radius-item-jsz3j8, 0px);
709
715
  border-end-end-radius: var(--border-radius-item-jsz3j8, 0px);
710
716
  }
711
- .awsui_pane__item--highlighted_1gl9c_158to_711:not(#\9), .awsui_pane__item_1gl9c_158to_697:not(#\9):hover, .awsui_pane__item_1gl9c_158to_697:not(#\9):focus {
717
+ .awsui_pane__item--highlighted_1gl9c_stg4l_717:not(#\9), .awsui_pane__item_1gl9c_stg4l_703:not(#\9):hover, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):focus {
712
718
  cursor: pointer;
713
719
  outline: none;
714
720
  }
715
- .awsui_pane__item--highlighted_1gl9c_158to_711 > .awsui_pane__cell_1gl9c_158to_697:not(#\9), .awsui_pane__item_1gl9c_158to_697:not(#\9):hover > .awsui_pane__cell_1gl9c_158to_697, .awsui_pane__item_1gl9c_158to_697:not(#\9):focus > .awsui_pane__cell_1gl9c_158to_697 {
721
+ .awsui_pane__item--highlighted_1gl9c_stg4l_717 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9), .awsui_pane__item_1gl9c_stg4l_703:not(#\9):hover > .awsui_pane__cell_1gl9c_stg4l_703, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):focus > .awsui_pane__cell_1gl9c_stg4l_703 {
716
722
  background-color: var(--color-background-code-editor-pane-item-hover-aa7kp2, #eaeded);
717
723
  }
718
- .awsui_pane__item--highlighted_1gl9c_158to_711 > .awsui_pane__cell_1gl9c_158to_697:not(#\9), .awsui_pane__item_1gl9c_158to_697:not(#\9):hover > .awsui_pane__cell_1gl9c_158to_697, .awsui_pane__item_1gl9c_158to_697:not(#\9):focus > .awsui_pane__cell_1gl9c_158to_697 {
724
+ .awsui_pane__item--highlighted_1gl9c_stg4l_717 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9), .awsui_pane__item_1gl9c_stg4l_703:not(#\9):hover > .awsui_pane__cell_1gl9c_stg4l_703, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):focus > .awsui_pane__cell_1gl9c_stg4l_703 {
719
725
  border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
720
726
  border-block-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
721
727
  }
722
- .awsui_pane__item--highlighted_1gl9c_158to_711 > .awsui_pane__cell_1gl9c_158to_697:not(#\9):first-child, .awsui_pane__item_1gl9c_158to_697:not(#\9):hover > .awsui_pane__cell_1gl9c_158to_697:first-child, .awsui_pane__item_1gl9c_158to_697:not(#\9):focus > .awsui_pane__cell_1gl9c_158to_697:first-child {
728
+ .awsui_pane__item--highlighted_1gl9c_stg4l_717 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9):first-child, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):hover > .awsui_pane__cell_1gl9c_stg4l_703:first-child, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):focus > .awsui_pane__cell_1gl9c_stg4l_703:first-child {
723
729
  border-inline-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
724
730
  border-start-start-radius: var(--border-radius-item-jsz3j8, 0px);
725
731
  border-end-start-radius: var(--border-radius-item-jsz3j8, 0px);
726
732
  }
727
- .awsui_pane__item--highlighted_1gl9c_158to_711 > .awsui_pane__cell_1gl9c_158to_697:not(#\9):last-child, .awsui_pane__item_1gl9c_158to_697:not(#\9):hover > .awsui_pane__cell_1gl9c_158to_697:last-child, .awsui_pane__item_1gl9c_158to_697:not(#\9):focus > .awsui_pane__cell_1gl9c_158to_697:last-child {
733
+ .awsui_pane__item--highlighted_1gl9c_stg4l_717 > .awsui_pane__cell_1gl9c_stg4l_703:not(#\9):last-child, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):hover > .awsui_pane__cell_1gl9c_stg4l_703:last-child, .awsui_pane__item_1gl9c_stg4l_703:not(#\9):focus > .awsui_pane__cell_1gl9c_stg4l_703:last-child {
728
734
  border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-pane-item-hover-c2ber2, #687078);
729
735
  border-start-end-radius: var(--border-radius-item-jsz3j8, 0px);
730
736
  border-end-end-radius: var(--border-radius-item-jsz3j8, 0px);
731
737
  }
732
- .awsui_pane__location_1gl9c_158to_732:not(#\9), .awsui_pane__description_1gl9c_158to_732:not(#\9) {
738
+ .awsui_pane__location_1gl9c_stg4l_738:not(#\9), .awsui_pane__description_1gl9c_stg4l_738:not(#\9) {
733
739
  padding-block: var(--space-xxs-9rrxti, 4px);
734
740
  padding-inline: var(--space-s-2025hl, 12px);
735
741
  }
736
- .awsui_pane__location_1gl9c_158to_732:not(#\9) {
742
+ .awsui_pane__location_1gl9c_stg4l_738:not(#\9) {
737
743
  vertical-align: baseline;
738
744
  white-space: nowrap;
739
745
  padding-inline-start: calc(var(--space-l-xu1x80, 20px) + var(--space-s-2025hl, 12px));
740
746
  }
741
- .awsui_pane__description_1gl9c_158to_732:not(#\9) {
747
+ .awsui_pane__description_1gl9c_stg4l_738:not(#\9) {
742
748
  padding-inline-end: 0;
743
749
  min-inline-size: 0;
744
750
  word-break: break-word;
745
751
  }
746
752
 
747
- .awsui_focus-lock_1gl9c_158to_747:not(#\9) {
753
+ .awsui_focus-lock_1gl9c_stg4l_753:not(#\9) {
748
754
  block-size: 100%;
749
755
  }
750
756
 
@@ -752,7 +758,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
752
758
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
753
759
  SPDX-License-Identifier: Apache-2.0
754
760
  */
755
- .awsui_code-editor_1gl9c_158to_98:not(#\9) {
761
+ .awsui_code-editor_1gl9c_stg4l_104:not(#\9) {
756
762
  border-collapse: separate;
757
763
  border-spacing: 0;
758
764
  box-sizing: border-box;
@@ -796,20 +802,20 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
796
802
  inline-size: 100%;
797
803
  }
798
804
 
799
- .awsui_editor_1gl9c_158to_798:not(#\9) {
805
+ .awsui_editor_1gl9c_stg4l_804:not(#\9) {
800
806
  position: absolute;
801
807
  inset: 0;
802
808
  }
803
- .awsui_editor_1gl9c_158to_798:not(#\9):focus {
809
+ .awsui_editor_1gl9c_stg4l_804:not(#\9):focus {
804
810
  position: relative;
805
811
  position: absolute;
806
812
  overflow: visible;
807
813
  }
808
- .awsui_editor_1gl9c_158to_798:not(#\9):focus {
814
+ .awsui_editor_1gl9c_stg4l_804:not(#\9):focus {
809
815
  outline: 2px dotted transparent;
810
816
  outline-offset: calc(3px - 1px);
811
817
  }
812
- .awsui_editor_1gl9c_158to_798:not(#\9):focus::before {
818
+ .awsui_editor_1gl9c_stg4l_804:not(#\9):focus::before {
813
819
  content: " ";
814
820
  display: block;
815
821
  position: absolute;
@@ -824,12 +830,12 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
824
830
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
825
831
  }
826
832
 
827
- .awsui_editor-refresh_1gl9c_158to_826:not(#\9) {
833
+ .awsui_editor-refresh_1gl9c_stg4l_832:not(#\9) {
828
834
  border-start-start-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
829
835
  border-start-end-radius: calc(var(--border-radius-code-editor-tir8eq, 0px) - var(--border-item-width-0zxiwv, 1px));
830
836
  }
831
837
 
832
- .awsui_status-bar_1gl9c_158to_831:not(#\9) {
838
+ .awsui_status-bar_1gl9c_stg4l_837:not(#\9) {
833
839
  display: flex;
834
840
  vertical-align: middle;
835
841
  border-block-start: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
@@ -837,43 +843,43 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
837
843
  min-inline-size: 0;
838
844
  word-break: break-word;
839
845
  }
840
- .awsui_status-bar-with-hidden-pane_1gl9c_158to_839:not(#\9) {
846
+ .awsui_status-bar-with-hidden-pane_1gl9c_stg4l_845:not(#\9) {
841
847
  border-end-start-radius: var(--border-radius-code-editor-tir8eq, 0px);
842
848
  border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
843
849
  }
844
- .awsui_status-bar__left_1gl9c_158to_843:not(#\9) {
850
+ .awsui_status-bar__left_1gl9c_stg4l_849:not(#\9) {
845
851
  flex: 1;
846
852
  display: flex;
847
853
  flex-wrap: wrap;
848
854
  padding-inline-start: var(--space-l-xu1x80, 20px);
849
855
  border-inline-end: var(--border-item-width-0zxiwv, 1px) solid var(--color-border-code-editor-default-mu8x7p, #d5dbdb);
850
856
  }
851
- .awsui_status-bar__left-virtual_1gl9c_158to_850:not(#\9) {
857
+ .awsui_status-bar__left-virtual_1gl9c_stg4l_856:not(#\9) {
852
858
  flex-wrap: nowrap;
853
859
  white-space: nowrap;
854
860
  }
855
- .awsui_status-bar__right_1gl9c_158to_854:not(#\9) {
861
+ .awsui_status-bar__right_1gl9c_stg4l_860:not(#\9) {
856
862
  display: flex;
857
863
  align-items: center;
858
864
  }
859
- .awsui_status-bar__language-mode_1gl9c_158to_858:not(#\9), .awsui_status-bar__cursor-position_1gl9c_158to_858:not(#\9) {
865
+ .awsui_status-bar__language-mode_1gl9c_stg4l_864:not(#\9), .awsui_status-bar__cursor-position_1gl9c_stg4l_864:not(#\9) {
860
866
  display: inline-block;
861
867
  color: var(--color-text-body-default-ffdwgg, #16191f);
862
868
  padding-block: var(--space-scaled-xs-x91h81, 8px);
863
869
  padding-inline: var(--space-s-2025hl, 12px);
864
870
  }
865
- .awsui_status-bar__cog-button_1gl9c_158to_864:not(#\9) {
871
+ .awsui_status-bar__cog-button_1gl9c_stg4l_870:not(#\9) {
866
872
  padding-block: calc(var(--space-scaled-xxs-t7ij38, 4px) - 1px);
867
873
  padding-inline: calc(var(--space-xs-xf5ch3, 8px) - 2px);
868
874
  }
869
875
 
870
- .awsui_status-bar-virtual_1gl9c_158to_869:not(#\9) {
876
+ .awsui_status-bar-virtual_1gl9c_stg4l_875:not(#\9) {
871
877
  position: absolute !important;
872
878
  inset-block-start: -9999px !important;
873
879
  inset-inline-start: -9999px !important;
874
880
  }
875
881
 
876
- .awsui_tab-button_1gl9c_158to_875:not(#\9) {
882
+ .awsui_tab-button_1gl9c_stg4l_881:not(#\9) {
877
883
  position: relative;
878
884
  display: inline-block;
879
885
  padding-block: var(--space-scaled-xs-x91h81, 8px);
@@ -888,11 +894,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
888
894
  cursor: pointer;
889
895
  z-index: 1;
890
896
  }
891
- .awsui_tab-button_1gl9c_158to_875:not(#\9):hover {
897
+ .awsui_tab-button_1gl9c_stg4l_881:not(#\9):hover {
892
898
  color: var(--color-text-code-editor-tab-button-error-xw0xdi, #ffffff);
893
899
  background: var(--color-text-status-error-ofc4yr, #d13212);
894
900
  }
895
- .awsui_tab-button_1gl9c_158to_875:not(#\9)::after {
901
+ .awsui_tab-button_1gl9c_stg4l_881:not(#\9)::after {
896
902
  content: "";
897
903
  position: absolute;
898
904
  inset-inline: 0;
@@ -905,54 +911,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_158to_98 .ace_edito
905
911
  background: var(--color-text-status-error-ofc4yr, #d13212);
906
912
  opacity: 0;
907
913
  }
908
- .awsui_tab-button--refresh_1gl9c_158to_907:not(#\9) {
914
+ .awsui_tab-button--refresh_1gl9c_stg4l_913:not(#\9) {
909
915
  padding-block-end: calc(var(--space-scaled-xs-x91h81, 8px) + var(--border-active-width-lk35x8, 2px) - 2px);
910
916
  }
911
- .awsui_tab-button--warnings_1gl9c_158to_910:not(#\9) {
917
+ .awsui_tab-button--warnings_1gl9c_stg4l_916:not(#\9) {
912
918
  color: var(--color-text-status-warning-azn00c, #906806);
913
919
  }
914
- .awsui_tab-button--warnings_1gl9c_158to_910:not(#\9):hover {
920
+ .awsui_tab-button--warnings_1gl9c_stg4l_916:not(#\9):hover {
915
921
  background: var(--color-text-status-warning-azn00c, #906806);
916
922
  }
917
- .awsui_tab-button--warnings_1gl9c_158to_910:not(#\9)::after {
923
+ .awsui_tab-button--warnings_1gl9c_stg4l_916:not(#\9)::after {
918
924
  background: var(--color-text-status-warning-azn00c, #906806);
919
925
  }
920
- .awsui_tab-button--active_1gl9c_158to_919:not(#\9)::after {
926
+ .awsui_tab-button--active_1gl9c_stg4l_925:not(#\9)::after {
921
927
  opacity: 1;
922
928
  }
923
- .awsui_tab-button--refresh_1gl9c_158to_907:not(#\9)::after {
929
+ .awsui_tab-button--refresh_1gl9c_stg4l_913:not(#\9)::after {
924
930
  transition: opacity var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-c-2mltoq, cubic-bezier(0.84, 0, 0.16, 1));
925
931
  }
926
932
  @media (prefers-reduced-motion: reduce) {
927
- .awsui_tab-button--refresh_1gl9c_158to_907:not(#\9)::after {
933
+ .awsui_tab-button--refresh_1gl9c_stg4l_913:not(#\9)::after {
928
934
  animation: none;
929
935
  transition: none;
930
936
  }
931
937
  }
932
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_158to_907:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_158to_907:not(#\9)::after {
938
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_stg4l_913:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_stg4l_913:not(#\9)::after {
933
939
  animation: none;
934
940
  transition: none;
935
941
  }
936
- .awsui_tab-button--disabled_1gl9c_158to_935:not(#\9) {
942
+ .awsui_tab-button--disabled_1gl9c_stg4l_941:not(#\9) {
937
943
  font-weight: normal;
938
944
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
939
945
  cursor: default;
940
946
  }
941
- .awsui_tab-button--disabled_1gl9c_158to_935:not(#\9):hover {
947
+ .awsui_tab-button--disabled_1gl9c_stg4l_941:not(#\9):hover {
942
948
  color: var(--color-text-code-editor-status-bar-disabled-xv1fre, #879596);
943
949
  background: transparent;
944
950
  }
945
- .awsui_tab-button--disabled_1gl9c_158to_935:not(#\9)::after {
951
+ .awsui_tab-button--disabled_1gl9c_stg4l_941:not(#\9)::after {
946
952
  display: none;
947
953
  }
948
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_158to_875:not(#\9):focus {
954
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_stg4l_881:not(#\9):focus {
949
955
  position: relative;
950
956
  }
951
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_158to_875:not(#\9):focus {
957
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_stg4l_881:not(#\9):focus {
952
958
  outline: 2px dotted transparent;
953
959
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-frwh89, 3px) - 1px);
954
960
  }
955
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_158to_875:not(#\9):focus::before {
961
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_stg4l_881:not(#\9):focus::before {
956
962
  content: " ";
957
963
  display: block;
958
964
  position: absolute;
@@ -966,19 +972,19 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_158to_875:not(#\9):f
966
972
  border-end-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
967
973
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
968
974
  }
969
- .awsui_tab-button--divider_1gl9c_158to_968:not(#\9) {
975
+ .awsui_tab-button--divider_1gl9c_stg4l_974:not(#\9) {
970
976
  display: inline-block;
971
977
  block-size: var(--line-height-body-m-2zx78l, 22px);
972
978
  inline-size: var(--border-code-editor-status-divider-width-j22nww, 0px);
973
979
  background: var(--color-border-tabs-divider-xzqbyc, #aab7b8);
974
980
  vertical-align: middle;
975
981
  }
976
- .awsui_tab-button--errors_1gl9c_158to_975:not(#\9) {
982
+ .awsui_tab-button--errors_1gl9c_stg4l_981:not(#\9) {
977
983
  /* used in test-utils */
978
984
  }
979
985
 
980
- .awsui_loading-screen_1gl9c_158to_979:not(#\9),
981
- .awsui_error-screen_1gl9c_158to_980:not(#\9) {
986
+ .awsui_loading-screen_1gl9c_stg4l_985:not(#\9),
987
+ .awsui_error-screen_1gl9c_stg4l_986:not(#\9) {
982
988
  display: flex;
983
989
  align-items: center;
984
990
  justify-content: center;
@@ -991,6 +997,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_158to_875:not(#\9):f
991
997
  border-end-end-radius: var(--border-radius-code-editor-tir8eq, 0px);
992
998
  }
993
999
 
994
- .awsui_error-screen_1gl9c_158to_980:not(#\9) {
1000
+ .awsui_error-screen_1gl9c_stg4l_986:not(#\9) {
995
1001
  color: var(--color-text-status-error-ofc4yr, #d13212);
996
1002
  }