@cloudscape-design/components-themeable 3.0.536 → 3.0.538

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