@cloudscape-design/components-themeable 3.0.1323 → 3.0.1325

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 (102) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/flashbar/styles.scss +25 -4
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  4. package/lib/internal/scss/side-navigation/styles.scss +17 -19
  5. package/lib/internal/template/alert/styles.css.js +27 -27
  6. package/lib/internal/template/alert/styles.scoped.css +44 -44
  7. package/lib/internal/template/alert/styles.selectors.js +27 -27
  8. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.d.ts.map +1 -1
  9. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js +3 -3
  10. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js.map +1 -1
  11. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.js +1 -1
  12. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.js.map +1 -1
  13. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +1 -1
  14. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
  15. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js +1 -1
  16. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js.map +1 -1
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/index.js +1 -1
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/state/index.js.map +1 -1
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js +3 -3
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js.map +1 -1
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js +4 -4
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/after-main-slot.js +2 -2
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/after-main-slot.js.map +1 -1
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +2 -2
  26. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
  27. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/bottom-content-slot.js +1 -1
  28. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/bottom-content-slot.js.map +1 -1
  29. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/top-content-slot.js +1 -1
  30. package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/top-content-slot.js.map +1 -1
  31. package/lib/internal/template/box/styles.css.js +193 -193
  32. package/lib/internal/template/box/styles.scoped.css +242 -242
  33. package/lib/internal/template/box/styles.selectors.js +193 -193
  34. package/lib/internal/template/code-editor/styles.css.js +33 -33
  35. package/lib/internal/template/code-editor/styles.scoped.css +195 -195
  36. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  37. package/lib/internal/template/error-boundary/interfaces.d.ts +1 -0
  38. package/lib/internal/template/error-boundary/interfaces.d.ts.map +1 -1
  39. package/lib/internal/template/error-boundary/interfaces.js.map +1 -1
  40. package/lib/internal/template/error-boundary/internal.d.ts +1 -1
  41. package/lib/internal/template/error-boundary/internal.d.ts.map +1 -1
  42. package/lib/internal/template/error-boundary/internal.js +7 -3
  43. package/lib/internal/template/error-boundary/internal.js.map +1 -1
  44. package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
  45. package/lib/internal/template/flashbar/flash.js +2 -2
  46. package/lib/internal/template/flashbar/flash.js.map +1 -1
  47. package/lib/internal/template/flashbar/style.d.ts +3 -0
  48. package/lib/internal/template/flashbar/style.d.ts.map +1 -1
  49. package/lib/internal/template/flashbar/style.js +9 -0
  50. package/lib/internal/template/flashbar/style.js.map +1 -1
  51. package/lib/internal/template/flashbar/styles.css.js +50 -50
  52. package/lib/internal/template/flashbar/styles.scoped.css +169 -151
  53. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  54. package/lib/internal/template/form-field/styles.css.js +24 -24
  55. package/lib/internal/template/form-field/styles.scoped.css +40 -40
  56. package/lib/internal/template/form-field/styles.selectors.js +24 -24
  57. package/lib/internal/template/icon/styles.css.js +41 -41
  58. package/lib/internal/template/icon/styles.scoped.css +94 -94
  59. package/lib/internal/template/icon/styles.selectors.js +41 -41
  60. package/lib/internal/template/input/styles.css.js +18 -18
  61. package/lib/internal/template/input/styles.scoped.css +38 -38
  62. package/lib/internal/template/input/styles.selectors.js +18 -18
  63. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  64. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +16 -5
  65. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  66. package/lib/internal/template/internal/base-component/styles.scoped.css +146 -88
  67. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  68. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +35 -35
  69. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  70. package/lib/internal/template/internal/environment.js +2 -2
  71. package/lib/internal/template/internal/environment.json +2 -2
  72. package/lib/internal/template/internal/generated/styles/tokens.d.ts +10 -0
  73. package/lib/internal/template/internal/generated/styles/tokens.js +23 -13
  74. package/lib/internal/template/internal/generated/theming/index.cjs +262 -21
  75. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +90 -0
  76. package/lib/internal/template/internal/generated/theming/index.d.ts +90 -0
  77. package/lib/internal/template/internal/generated/theming/index.js +262 -21
  78. package/lib/internal/template/popover/body.d.ts.map +1 -1
  79. package/lib/internal/template/popover/body.js +2 -2
  80. package/lib/internal/template/popover/body.js.map +1 -1
  81. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  82. package/lib/internal/template/prompt-input/styles.scoped.css +61 -61
  83. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  84. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  85. package/lib/internal/template/side-navigation/parts.js +21 -14
  86. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  87. package/lib/internal/template/side-navigation/styles.css.js +46 -46
  88. package/lib/internal/template/side-navigation/styles.scoped.css +85 -107
  89. package/lib/internal/template/side-navigation/styles.selectors.js +46 -46
  90. package/lib/internal/template/slider/styles.css.js +26 -26
  91. package/lib/internal/template/slider/styles.scoped.css +112 -112
  92. package/lib/internal/template/slider/styles.selectors.js +26 -26
  93. package/lib/internal/template/status-indicator/styles.css.js +24 -24
  94. package/lib/internal/template/status-indicator/styles.scoped.css +59 -59
  95. package/lib/internal/template/status-indicator/styles.selectors.js +24 -24
  96. package/lib/internal/template/textarea/styles.css.js +5 -5
  97. package/lib/internal/template/textarea/styles.scoped.css +17 -17
  98. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  99. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  100. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +23 -23
  101. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  102. package/package.json +1 -1
@@ -155,87 +155,87 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
155
155
  SPDX-License-Identifier: Apache-2.0
156
156
  */
157
157
  /* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
158
- .awsui_code-editor-refresh_1gl9c_c9qb5_158 .ace_editor .ace_gutter:not(#\9) {
158
+ .awsui_code-editor-refresh_1gl9c_14ry1_158 .ace_editor .ace_gutter:not(#\9) {
159
159
  border-start-start-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
160
160
  }
161
- .awsui_code-editor-refresh_1gl9c_c9qb5_158 .ace_editor .ace_scroller:not(#\9) {
161
+ .awsui_code-editor-refresh_1gl9c_14ry1_158 .ace_editor .ace_scroller:not(#\9) {
162
162
  border-start-end-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
163
163
  }
164
164
 
165
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor:not(#\9) {
165
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor:not(#\9) {
166
166
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
167
167
  font-size: 14px;
168
168
  line-height: 20px;
169
169
  }
170
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
171
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
170
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
171
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
172
172
  cursor: pointer;
173
173
  background-repeat: no-repeat;
174
174
  background-size: 16px 16px;
175
175
  background-position: 4px 2px;
176
176
  }
177
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
177
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
178
178
  background-image: none;
179
179
  }
180
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
181
- color: var(--color-text-status-error-aknuvu, #d13212);
180
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
181
+ color: var(--color-text-status-error-c3at5p, #d13212);
182
182
  }
183
183
  @supports (--css-variable-support-check: #000) {
184
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
184
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
185
185
  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");
186
186
  }
187
187
  @media not print {
188
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
188
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
189
189
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
190
190
  }
191
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
191
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
192
192
  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");
193
193
  }
194
194
  }
195
195
  }
196
196
  @supports (--css-variable-support-check: #000) {
197
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
197
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
198
198
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23db0000' 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");
199
199
  }
200
200
  @media not print {
201
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
201
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
202
202
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
203
203
  }
204
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
204
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
205
205
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff7a7a' 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");
206
206
  }
207
207
  }
208
208
  }
209
209
  @supports (--css-variable-support-check: #000) {
210
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
210
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
211
211
  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");
212
212
  }
213
213
  @media not print {
214
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
214
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
215
215
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
216
216
  }
217
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
217
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
218
218
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbd332' 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");
219
219
  }
220
220
  }
221
221
  }
222
222
  @supports (--css-variable-support-check: #000) {
223
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
223
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
224
224
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23855900' 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");
225
225
  }
226
226
  @media not print {
227
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
227
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
228
228
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
229
229
  }
230
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
230
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
231
231
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbd332' 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");
232
232
  }
233
233
  }
234
234
  }
235
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-cell:not(#\9) {
235
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-cell:not(#\9) {
236
236
  padding-inline: 24px 16px;
237
237
  }
238
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget:not(#\9) {
238
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget:not(#\9) {
239
239
  /* A good test case for disabled folds
240
240
  <<html<<<<
241
241
  </html>
@@ -246,24 +246,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
246
246
  border-block: none;
247
247
  border-inline: none;
248
248
  }
249
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter_annotation:not(#\9) {
249
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter_annotation:not(#\9) {
250
250
  margin-inline-start: -21px;
251
251
  }
252
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget:not(#\9),
253
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter_annotation:not(#\9) {
252
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget:not(#\9),
253
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter_annotation:not(#\9) {
254
254
  box-shadow: none;
255
255
  }
256
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget:not(#\9):focus,
257
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
256
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget:not(#\9):focus,
257
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
258
258
  position: relative;
259
259
  }
260
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget:not(#\9):focus,
261
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
260
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget:not(#\9):focus,
261
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
262
262
  outline: 2px dotted transparent;
263
263
  outline-offset: calc(-1px - 1px);
264
264
  }
265
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
266
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
265
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
266
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
267
267
  content: " ";
268
268
  display: block;
269
269
  position: absolute;
@@ -277,143 +277,143 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
277
277
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
278
278
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
279
279
  }
280
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
280
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
281
281
  background: transparent;
282
282
  box-sizing: border-box;
283
283
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-394jyv, #d5dbdb);
284
284
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-394jyv, #d5dbdb);
285
285
  }
286
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
286
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
287
287
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-vv9lm5, #687078);
288
288
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-vv9lm5, #687078);
289
289
  }
290
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter:not(#\9) {
290
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter:not(#\9) {
291
291
  background-color: var(--color-background-code-editor-gutter-default-4w1h09, #f2f3f3);
292
292
  color: var(--color-text-code-editor-gutter-default-40mafk, #16191f);
293
293
  }
294
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter:not(#\9):focus,
295
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_scroller:not(#\9):focus {
294
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter:not(#\9):focus,
295
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_scroller:not(#\9):focus {
296
296
  box-shadow: inset 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
297
297
  }
298
298
  @supports (--css-variable-support-check: #000) {
299
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
299
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
300
300
  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");
301
301
  }
302
302
  @media not print {
303
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
303
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
304
304
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
305
305
  }
306
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
306
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open: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'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%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_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
312
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open: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='%23424650' fill='%23424650' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
314
314
  }
315
315
  @media not print {
316
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
316
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open: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_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
319
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open: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='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
321
321
  }
322
322
  }
323
323
  }
324
324
  @supports (--css-variable-support-check: #000) {
325
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
325
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
326
326
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
327
327
  }
328
328
  @media not print {
329
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
329
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
330
330
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
331
331
  }
332
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
332
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
333
333
  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");
334
334
  }
335
335
  }
336
336
  }
337
337
  @supports (--css-variable-support-check: #000) {
338
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
338
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
339
339
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
340
340
  }
341
341
  @media not print {
342
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
342
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
343
343
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
344
344
  }
345
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
345
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
346
346
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
347
347
  }
348
348
  }
349
349
  }
350
350
  @supports (--css-variable-support-check: #000) {
351
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
351
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
352
352
  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");
353
353
  }
354
354
  @media not print {
355
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
355
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
356
356
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
357
357
  }
358
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
358
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
359
359
  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");
360
360
  }
361
361
  }
362
362
  }
363
363
  @supports (--css-variable-support-check: #000) {
364
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
364
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
365
365
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
366
366
  }
367
367
  @media not print {
368
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
368
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
369
369
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
370
370
  }
371
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
371
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
372
372
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
373
373
  }
374
374
  }
375
375
  }
376
376
  @supports (--css-variable-support-check: #000) {
377
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
377
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
378
378
  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");
379
379
  }
380
380
  @media not print {
381
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
381
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
382
382
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
383
383
  }
384
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
384
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
385
385
  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");
386
386
  }
387
387
  }
388
388
  }
389
389
  @supports (--css-variable-support-check: #000) {
390
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
390
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
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='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
392
392
  }
393
393
  @media not print {
394
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
394
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
395
395
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
396
396
  }
397
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
397
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
398
398
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
399
399
  }
400
400
  }
401
401
  }
402
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line:not(#\9) {
402
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line:not(#\9) {
403
403
  background-color: var(--color-background-code-editor-gutter-active-line-default-115dvu, #687078);
404
404
  color: var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
405
405
  }
406
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
407
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
406
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
407
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
408
408
  position: relative;
409
409
  }
410
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
411
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
410
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
411
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
412
412
  outline: 2px dotted transparent;
413
413
  outline-offset: calc(-2px - 1px);
414
414
  }
415
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
416
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
415
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
416
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
417
417
  content: " ";
418
418
  display: block;
419
419
  position: absolute;
@@ -428,265 +428,265 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
428
428
  box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
429
429
  }
430
430
  @supports (--css-variable-support-check: #000) {
431
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
431
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
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='%23d5dbdb' fill='%23d5dbdb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
433
433
  }
434
434
  @media not print {
435
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
435
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
436
436
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
437
437
  }
438
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
438
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
439
439
  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");
440
440
  }
441
441
  }
442
442
  }
443
443
  @supports (--css-variable-support-check: #000) {
444
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
444
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
445
445
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
446
446
  }
447
447
  @media not print {
448
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
448
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
449
449
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
450
450
  }
451
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
451
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
452
452
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
453
453
  }
454
454
  }
455
455
  }
456
456
  @supports (--css-variable-support-check: #000) {
457
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
457
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
458
458
  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");
459
459
  }
460
460
  @media not print {
461
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
461
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
462
462
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
463
463
  }
464
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
464
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open: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='%2316191f' fill='%2316191f' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
466
466
  }
467
467
  }
468
468
  }
469
469
  @supports (--css-variable-support-check: #000) {
470
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
470
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
471
471
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
472
472
  }
473
473
  @media not print {
474
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
474
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
475
475
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
476
476
  }
477
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
477
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
478
478
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
479
479
  }
480
480
  }
481
481
  }
482
482
  @supports (--css-variable-support-check: #000) {
483
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
483
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
484
484
  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");
485
485
  }
486
486
  @media not print {
487
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
487
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
488
488
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
489
489
  }
490
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
490
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
491
491
  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");
492
492
  }
493
493
  }
494
494
  }
495
495
  @supports (--css-variable-support-check: #000) {
496
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
496
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
497
497
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
498
498
  }
499
499
  @media not print {
500
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
500
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
501
501
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
502
502
  }
503
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
503
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
504
504
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
505
505
  }
506
506
  }
507
507
  }
508
508
  @supports (--css-variable-support-check: #000) {
509
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
509
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
510
510
  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");
511
511
  }
512
512
  @media not print {
513
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
513
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
514
514
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
515
515
  }
516
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
516
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
517
517
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%2316191f' fill='%2316191f' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
518
518
  }
519
519
  }
520
520
  }
521
521
  @supports (--css-variable-support-check: #000) {
522
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
522
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
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='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
524
524
  }
525
525
  @media not print {
526
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
526
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
527
527
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
528
528
  }
529
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
529
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
530
530
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
531
531
  }
532
532
  }
533
533
  }
534
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
534
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
535
535
  color: var(--color-text-code-editor-gutter-active-line-5kw04r, #ffffff);
536
- background-color: var(--color-background-code-editor-gutter-active-line-error-oqzpvs, #d13212);
536
+ background-color: var(--color-background-code-editor-gutter-active-line-error-dbc5t1, #d13212);
537
537
  }
538
538
  @supports (--css-variable-support-check: #000) {
539
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
539
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
540
540
  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");
541
541
  }
542
542
  @media not print {
543
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
543
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
544
544
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
545
545
  }
546
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
546
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
547
547
  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");
548
548
  }
549
549
  }
550
550
  }
551
551
  @supports (--css-variable-support-check: #000) {
552
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
552
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
553
553
  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");
554
554
  }
555
555
  @media not print {
556
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
556
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
557
557
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
558
558
  }
559
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
559
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
560
560
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' 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");
561
561
  }
562
562
  }
563
563
  }
564
564
  @supports (--css-variable-support-check: #000) {
565
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
565
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
566
566
  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");
567
567
  }
568
568
  @media not print {
569
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
569
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
570
570
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
571
571
  }
572
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
572
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
573
573
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
574
574
  }
575
575
  }
576
576
  }
577
577
  @supports (--css-variable-support-check: #000) {
578
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
578
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
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='%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");
580
580
  }
581
581
  @media not print {
582
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
582
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
583
583
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
584
584
  }
585
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
585
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-visual-refresh.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
586
586
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' 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");
587
587
  }
588
588
  }
589
589
  }
590
590
  @supports (--css-variable-support-check: #000) {
591
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
591
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
592
592
  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");
593
593
  }
594
594
  @media not print {
595
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
595
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
596
596
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
597
597
  }
598
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
598
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
599
599
  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");
600
600
  }
601
601
  }
602
602
  }
603
603
  @supports (--css-variable-support-check: #000) {
604
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
604
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
605
605
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
606
606
  }
607
607
  @media not print {
608
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
608
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
609
609
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
610
610
  }
611
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
611
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .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_14ry1_158 .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_14ry1_158 .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_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
612
612
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
613
613
  }
614
614
  }
615
615
  }
616
616
  @supports (--css-variable-support-check: #000) {
617
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
617
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
618
618
  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");
619
619
  }
620
620
  @media not print {
621
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
621
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
622
622
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
623
623
  }
624
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
624
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
625
625
  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");
626
626
  }
627
627
  }
628
628
  }
629
629
  @supports (--css-variable-support-check: #000) {
630
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
630
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
631
631
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
632
632
  }
633
633
  @media not print {
634
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
634
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
635
635
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
636
636
  }
637
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
637
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .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_14ry1_158 .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_14ry1_158 .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_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
638
638
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
639
639
  }
640
640
  }
641
641
  }
642
642
  @supports (--css-variable-support-check: #000) {
643
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
643
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
644
644
  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");
645
645
  }
646
646
  @media not print {
647
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
647
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
648
648
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
649
649
  }
650
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
650
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
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='%23414750' fill='%23414750' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
652
652
  }
653
653
  }
654
654
  }
655
655
  @supports (--css-variable-support-check: #000) {
656
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
656
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
657
657
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
658
658
  }
659
659
  @media not print {
660
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
660
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
661
661
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
662
662
  }
663
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
663
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .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_14ry1_158 .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_14ry1_158 .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_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
664
664
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
665
665
  }
666
666
  }
667
667
  }
668
668
  @supports (--css-variable-support-check: #000) {
669
- body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
669
+ body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
670
670
  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");
671
671
  }
672
672
  @media not print {
673
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
673
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
674
674
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
675
675
  }
676
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
676
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
677
677
  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");
678
678
  }
679
679
  }
680
680
  }
681
681
  @supports (--css-variable-support-check: #000) {
682
- .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
682
+ .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-visual-refresh .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
683
683
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
684
684
  }
685
685
  @media not print {
686
- .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
686
+ .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
687
687
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
688
688
  }
689
- .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .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_c9qb5_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
689
+ .awsui-visual-refresh.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14ry1_158 .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_14ry1_158 .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_14ry1_158 .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_14ry1_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
690
690
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
691
691
  }
692
692
  }
@@ -701,7 +701,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
701
701
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
702
702
  SPDX-License-Identifier: Apache-2.0
703
703
  */
704
- .awsui_pane_1gl9c_c9qb5_704:not(#\9) {
704
+ .awsui_pane_1gl9c_14ry1_704:not(#\9) {
705
705
  display: flex;
706
706
  position: relative;
707
707
  flex-direction: row;
@@ -712,79 +712,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
712
712
  background: var(--color-background-code-editor-status-bar-hv1hb6, #f2f3f3);
713
713
  color: var(--color-text-body-default-5qid0u, #16191f);
714
714
  }
715
- .awsui_pane__close-container_1gl9c_c9qb5_715:not(#\9) {
715
+ .awsui_pane__close-container_1gl9c_14ry1_715:not(#\9) {
716
716
  position: absolute;
717
717
  inset-block-start: 0;
718
718
  inset-inline-end: calc(var(--space-s-4a5hs8, 12px) / 2);
719
719
  }
720
- .awsui_pane__list_1gl9c_c9qb5_720:not(#\9) {
720
+ .awsui_pane__list_1gl9c_14ry1_720:not(#\9) {
721
721
  flex: 1;
722
722
  overflow: auto;
723
723
  max-block-size: 100%;
724
724
  box-sizing: border-box;
725
725
  margin-inline-end: calc(var(--line-height-body-m-bedeoh, 22px) + 2 * var(--space-xs-kw7k3v, 8px));
726
726
  }
727
- .awsui_pane__table_1gl9c_c9qb5_727:not(#\9) {
727
+ .awsui_pane__table_1gl9c_14ry1_727:not(#\9) {
728
728
  inline-size: 100%;
729
729
  border-spacing: 0;
730
730
  margin-block: var(--space-s-4a5hs8, 12px);
731
731
  margin-inline: 0;
732
732
  }
733
- .awsui_pane__item_1gl9c_c9qb5_733 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9) {
733
+ .awsui_pane__item_1gl9c_14ry1_733 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9) {
734
734
  border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
735
735
  border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
736
736
  }
737
- .awsui_pane__item_1gl9c_c9qb5_733 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9):first-child {
737
+ .awsui_pane__item_1gl9c_14ry1_733 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9):first-child {
738
738
  border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
739
739
  border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
740
740
  border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
741
741
  }
742
- .awsui_pane__item_1gl9c_c9qb5_733 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9):last-child {
742
+ .awsui_pane__item_1gl9c_14ry1_733 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9):last-child {
743
743
  border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-transparent-0dk1gy, transparent);
744
744
  border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
745
745
  border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
746
746
  }
747
- .awsui_pane__item--highlighted_1gl9c_c9qb5_747:not(#\9), .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):hover, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):focus {
747
+ .awsui_pane__item--highlighted_1gl9c_14ry1_747:not(#\9), .awsui_pane__item_1gl9c_14ry1_733:not(#\9):hover, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):focus {
748
748
  cursor: pointer;
749
749
  outline: none;
750
750
  }
751
- .awsui_pane__item--highlighted_1gl9c_c9qb5_747 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9), .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):hover > .awsui_pane__cell_1gl9c_c9qb5_733, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):focus > .awsui_pane__cell_1gl9c_c9qb5_733 {
751
+ .awsui_pane__item--highlighted_1gl9c_14ry1_747 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9), .awsui_pane__item_1gl9c_14ry1_733:not(#\9):hover > .awsui_pane__cell_1gl9c_14ry1_733, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):focus > .awsui_pane__cell_1gl9c_14ry1_733 {
752
752
  background-color: var(--color-background-code-editor-pane-item-hover-jhuc5f, #eaeded);
753
753
  }
754
- .awsui_pane__item--highlighted_1gl9c_c9qb5_747 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9), .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):hover > .awsui_pane__cell_1gl9c_c9qb5_733, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):focus > .awsui_pane__cell_1gl9c_c9qb5_733 {
754
+ .awsui_pane__item--highlighted_1gl9c_14ry1_747 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9), .awsui_pane__item_1gl9c_14ry1_733:not(#\9):hover > .awsui_pane__cell_1gl9c_14ry1_733, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):focus > .awsui_pane__cell_1gl9c_14ry1_733 {
755
755
  border-block-start: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
756
756
  border-block-end: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
757
757
  }
758
- .awsui_pane__item--highlighted_1gl9c_c9qb5_747 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9):first-child, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):hover > .awsui_pane__cell_1gl9c_c9qb5_733:first-child, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):focus > .awsui_pane__cell_1gl9c_c9qb5_733:first-child {
758
+ .awsui_pane__item--highlighted_1gl9c_14ry1_747 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9):first-child, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):hover > .awsui_pane__cell_1gl9c_14ry1_733:first-child, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):focus > .awsui_pane__cell_1gl9c_14ry1_733:first-child {
759
759
  border-inline-start: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
760
760
  border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
761
761
  border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
762
762
  }
763
- .awsui_pane__item--highlighted_1gl9c_c9qb5_747 > .awsui_pane__cell_1gl9c_c9qb5_733:not(#\9):last-child, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):hover > .awsui_pane__cell_1gl9c_c9qb5_733:last-child, .awsui_pane__item_1gl9c_c9qb5_733:not(#\9):focus > .awsui_pane__cell_1gl9c_c9qb5_733:last-child {
763
+ .awsui_pane__item--highlighted_1gl9c_14ry1_747 > .awsui_pane__cell_1gl9c_14ry1_733:not(#\9):last-child, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):hover > .awsui_pane__cell_1gl9c_14ry1_733:last-child, .awsui_pane__item_1gl9c_14ry1_733:not(#\9):focus > .awsui_pane__cell_1gl9c_14ry1_733:last-child {
764
764
  border-inline-end: var(--border-item-width-acvlhx, 1px) solid var(--color-border-code-editor-pane-item-hover-0632gv, #687078);
765
765
  border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
766
766
  border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
767
767
  }
768
- .awsui_pane__location_1gl9c_c9qb5_768:not(#\9), .awsui_pane__description_1gl9c_c9qb5_768:not(#\9) {
768
+ .awsui_pane__location_1gl9c_14ry1_768:not(#\9), .awsui_pane__description_1gl9c_14ry1_768:not(#\9) {
769
769
  padding-block: var(--space-xxs-jnczic, 4px);
770
770
  padding-inline: var(--space-s-4a5hs8, 12px);
771
771
  }
772
- .awsui_pane__location_1gl9c_c9qb5_768:not(#\9) {
772
+ .awsui_pane__location_1gl9c_14ry1_768:not(#\9) {
773
773
  vertical-align: baseline;
774
774
  white-space: nowrap;
775
775
  padding-inline-start: calc(var(--space-l-3cws6j, 20px) + var(--space-s-4a5hs8, 12px));
776
776
  }
777
- .awsui_pane__description_1gl9c_c9qb5_768:not(#\9) {
777
+ .awsui_pane__description_1gl9c_14ry1_768:not(#\9) {
778
778
  padding-inline-end: 0;
779
779
  min-inline-size: 0;
780
780
  word-break: break-word;
781
781
  }
782
782
 
783
- .awsui_focus-lock_1gl9c_c9qb5_783:not(#\9) {
783
+ .awsui_focus-lock_1gl9c_14ry1_783:not(#\9) {
784
784
  block-size: 100%;
785
785
  }
786
786
 
787
- .awsui_code-editor_1gl9c_c9qb5_158:not(#\9) {
787
+ .awsui_code-editor_1gl9c_14ry1_158:not(#\9) {
788
788
  border-collapse: separate;
789
789
  border-spacing: 0;
790
790
  box-sizing: border-box;
@@ -824,18 +824,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
824
824
  inline-size: 100%;
825
825
  }
826
826
 
827
- .awsui_editor_1gl9c_c9qb5_827:not(#\9) {
827
+ .awsui_editor_1gl9c_14ry1_827:not(#\9) {
828
828
  position: absolute;
829
829
  inset: 0;
830
830
  }
831
- .awsui_editor_1gl9c_c9qb5_827:not(#\9):focus {
831
+ .awsui_editor_1gl9c_14ry1_827:not(#\9):focus {
832
832
  position: relative;
833
833
  }
834
- .awsui_editor_1gl9c_c9qb5_827:not(#\9):focus {
834
+ .awsui_editor_1gl9c_14ry1_827:not(#\9):focus {
835
835
  outline: 2px dotted transparent;
836
836
  outline-offset: calc(3px - 1px);
837
837
  }
838
- .awsui_editor_1gl9c_c9qb5_827:not(#\9):focus::before {
838
+ .awsui_editor_1gl9c_14ry1_827:not(#\9):focus::before {
839
839
  content: " ";
840
840
  display: block;
841
841
  position: absolute;
@@ -849,17 +849,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
849
849
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
850
850
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
851
851
  }
852
- .awsui_editor_1gl9c_c9qb5_827:not(#\9):focus {
852
+ .awsui_editor_1gl9c_14ry1_827:not(#\9):focus {
853
853
  position: absolute;
854
854
  overflow: visible;
855
855
  }
856
856
 
857
- .awsui_editor-refresh_1gl9c_c9qb5_857:not(#\9) {
857
+ .awsui_editor-refresh_1gl9c_14ry1_857:not(#\9) {
858
858
  border-start-start-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
859
859
  border-start-end-radius: calc(var(--border-radius-code-editor-pxxwyo, 0px) - var(--border-item-width-acvlhx, 1px));
860
860
  }
861
861
 
862
- .awsui_status-bar_1gl9c_c9qb5_862:not(#\9) {
862
+ .awsui_status-bar_1gl9c_14ry1_862:not(#\9) {
863
863
  container-type: inline-size;
864
864
  display: flex;
865
865
  vertical-align: middle;
@@ -868,45 +868,45 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
868
868
  min-inline-size: 0;
869
869
  word-break: break-word;
870
870
  }
871
- .awsui_status-bar-with-hidden-pane_1gl9c_c9qb5_871:not(#\9) {
871
+ .awsui_status-bar-with-hidden-pane_1gl9c_14ry1_871:not(#\9) {
872
872
  border-end-start-radius: var(--border-radius-code-editor-pxxwyo, 0px);
873
873
  border-end-end-radius: var(--border-radius-code-editor-pxxwyo, 0px);
874
874
  }
875
- .awsui_status-bar__left_1gl9c_c9qb5_875:not(#\9) {
875
+ .awsui_status-bar__left_1gl9c_14ry1_875:not(#\9) {
876
876
  flex: 1;
877
877
  display: flex;
878
878
  flex-wrap: wrap;
879
879
  padding-inline-start: var(--space-l-3cws6j, 20px);
880
880
  border-inline-end: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-code-editor-default-gxnpsc, #d5dbdb);
881
881
  }
882
- .awsui_status-bar__right_1gl9c_c9qb5_882:not(#\9) {
882
+ .awsui_status-bar__right_1gl9c_14ry1_882:not(#\9) {
883
883
  display: flex;
884
884
  align-items: center;
885
885
  }
886
- .awsui_status-bar__language-mode_1gl9c_c9qb5_886:not(#\9), .awsui_status-bar__cursor-position_1gl9c_c9qb5_886:not(#\9) {
886
+ .awsui_status-bar__language-mode_1gl9c_14ry1_886:not(#\9), .awsui_status-bar__cursor-position_1gl9c_14ry1_886:not(#\9) {
887
887
  display: inline-block;
888
888
  color: var(--color-text-body-default-5qid0u, #16191f);
889
889
  padding-block: var(--space-scaled-xs-sppte9, 8px);
890
890
  padding-inline: var(--space-s-4a5hs8, 12px);
891
891
  }
892
- .awsui_status-bar__cog-button_1gl9c_c9qb5_892:not(#\9) {
892
+ .awsui_status-bar__cog-button_1gl9c_14ry1_892:not(#\9) {
893
893
  padding-block: calc(var(--space-scaled-xxs-jatbiv, 4px) - 1px);
894
894
  padding-inline: calc(var(--space-xs-kw7k3v, 8px) - 2px);
895
895
  }
896
896
 
897
- .awsui_tab-list_1gl9c_c9qb5_897:not(#\9) {
897
+ .awsui_tab-list_1gl9c_14ry1_897:not(#\9) {
898
898
  align-items: center;
899
899
  display: inline-flex;
900
900
  }
901
901
 
902
- .awsui_tab-button_1gl9c_c9qb5_902:not(#\9) {
902
+ .awsui_tab-button_1gl9c_14ry1_902:not(#\9) {
903
903
  position: relative;
904
904
  display: inline-flex;
905
905
  gap: var(--space-xxs-jnczic, 4px);
906
906
  padding-block: var(--space-scaled-xs-sppte9, 8px);
907
907
  padding-inline: var(--space-s-4a5hs8, 12px);
908
908
  line-height: inherit;
909
- color: var(--color-text-status-error-aknuvu, #d13212);
909
+ color: var(--color-text-status-error-c3at5p, #d13212);
910
910
  background: none;
911
911
  border-block: none;
912
912
  border-inline: none;
@@ -915,11 +915,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
915
915
  cursor: pointer;
916
916
  z-index: 1;
917
917
  }
918
- .awsui_tab-button_1gl9c_c9qb5_902:not(#\9):hover {
918
+ .awsui_tab-button_1gl9c_14ry1_902:not(#\9):hover {
919
919
  color: var(--color-text-code-editor-tab-button-error-g3t4ce, #ffffff);
920
- background: var(--color-text-status-error-aknuvu, #d13212);
920
+ background: var(--color-text-status-error-c3at5p, #d13212);
921
921
  }
922
- .awsui_tab-button_1gl9c_c9qb5_902:not(#\9)::after {
922
+ .awsui_tab-button_1gl9c_14ry1_902:not(#\9)::after {
923
923
  content: "";
924
924
  position: absolute;
925
925
  inset-inline: 0;
@@ -929,57 +929,57 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_c9qb5_158 .ace_edit
929
929
  border-start-end-radius: var(--border-radius-tabs-focus-ring-ciyqfm, 0px);
930
930
  border-end-start-radius: var(--border-radius-tabs-focus-ring-ciyqfm, 0px);
931
931
  border-end-end-radius: var(--border-radius-tabs-focus-ring-ciyqfm, 0px);
932
- background: var(--color-text-status-error-aknuvu, #d13212);
932
+ background: var(--color-text-status-error-c3at5p, #d13212);
933
933
  opacity: 0;
934
934
  }
935
- .awsui_tab-button--refresh_1gl9c_c9qb5_935:not(#\9) {
935
+ .awsui_tab-button--refresh_1gl9c_14ry1_935:not(#\9) {
936
936
  padding-block-end: calc(var(--space-scaled-xs-sppte9, 8px) + var(--border-active-width-vglvq7, 2px) - 2px);
937
937
  }
938
- .awsui_tab-button--warnings_1gl9c_c9qb5_938:not(#\9) {
939
- color: var(--color-text-status-warning-9b45qh, #906806);
938
+ .awsui_tab-button--warnings_1gl9c_14ry1_938:not(#\9) {
939
+ color: var(--color-text-status-warning-08d9ki, #906806);
940
940
  }
941
- .awsui_tab-button--warnings_1gl9c_c9qb5_938:not(#\9):hover {
942
- background: var(--color-text-status-warning-9b45qh, #906806);
941
+ .awsui_tab-button--warnings_1gl9c_14ry1_938:not(#\9):hover {
942
+ background: var(--color-text-status-warning-08d9ki, #906806);
943
943
  }
944
- .awsui_tab-button--warnings_1gl9c_c9qb5_938:not(#\9)::after {
945
- background: var(--color-text-status-warning-9b45qh, #906806);
944
+ .awsui_tab-button--warnings_1gl9c_14ry1_938:not(#\9)::after {
945
+ background: var(--color-text-status-warning-08d9ki, #906806);
946
946
  }
947
- .awsui_tab-button--active_1gl9c_c9qb5_947:not(#\9)::after {
947
+ .awsui_tab-button--active_1gl9c_14ry1_947:not(#\9)::after {
948
948
  opacity: 1;
949
949
  }
950
- .awsui_tab-button--refresh_1gl9c_c9qb5_935:not(#\9)::after {
950
+ .awsui_tab-button--refresh_1gl9c_14ry1_935:not(#\9)::after {
951
951
  transition: opacity var(--motion-duration-refresh-only-medium-h3wrr6, 0ms) var(--motion-easing-refresh-only-c-r5v2kx, cubic-bezier(0.84, 0, 0.16, 1));
952
952
  }
953
953
  @media (prefers-reduced-motion: reduce) {
954
- .awsui_tab-button--refresh_1gl9c_c9qb5_935:not(#\9)::after {
954
+ .awsui_tab-button--refresh_1gl9c_14ry1_935:not(#\9)::after {
955
955
  animation: none;
956
956
  transition: none;
957
957
  }
958
958
  }
959
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_c9qb5_935:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_c9qb5_935:not(#\9)::after {
959
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_14ry1_935:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_14ry1_935:not(#\9)::after {
960
960
  animation: none;
961
961
  transition: none;
962
962
  }
963
- .awsui_tab-button--disabled_1gl9c_c9qb5_963:not(#\9) {
963
+ .awsui_tab-button--disabled_1gl9c_14ry1_963:not(#\9) {
964
964
  font-weight: var(--font-weight-normal-7w835s, 400);
965
965
  color: var(--color-text-code-editor-status-bar-disabled-ajttg7, #879596);
966
966
  cursor: default;
967
967
  }
968
- .awsui_tab-button--disabled_1gl9c_c9qb5_963:not(#\9):hover {
968
+ .awsui_tab-button--disabled_1gl9c_14ry1_963:not(#\9):hover {
969
969
  color: var(--color-text-code-editor-status-bar-disabled-ajttg7, #879596);
970
970
  background: transparent;
971
971
  }
972
- .awsui_tab-button--disabled_1gl9c_c9qb5_963:not(#\9)::after {
972
+ .awsui_tab-button--disabled_1gl9c_14ry1_963:not(#\9)::after {
973
973
  display: none;
974
974
  }
975
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_c9qb5_902:not(#\9):focus {
975
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14ry1_902:not(#\9):focus {
976
976
  position: relative;
977
977
  }
978
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_c9qb5_902:not(#\9):focus {
978
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14ry1_902:not(#\9):focus {
979
979
  outline: 2px dotted transparent;
980
980
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-w7mxq8, 3px) - 1px);
981
981
  }
982
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_c9qb5_902:not(#\9):focus::before {
982
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14ry1_902:not(#\9):focus::before {
983
983
  content: " ";
984
984
  display: block;
985
985
  position: absolute;
@@ -993,49 +993,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_c9qb5_902:not(#\9):f
993
993
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
994
994
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
995
995
  }
996
- .awsui_tab-button--divider_1gl9c_c9qb5_996:not(#\9) {
996
+ .awsui_tab-button--divider_1gl9c_14ry1_996:not(#\9) {
997
997
  display: inline-block;
998
998
  block-size: var(--line-height-body-m-bedeoh, 22px);
999
999
  inline-size: var(--border-code-editor-status-divider-width-r988cc, 0px);
1000
1000
  background: var(--color-border-tabs-divider-uu65wu, #aab7b8);
1001
1001
  vertical-align: middle;
1002
1002
  }
1003
- .awsui_tab-button--errors_1gl9c_c9qb5_1003:not(#\9) {
1003
+ .awsui_tab-button--errors_1gl9c_14ry1_1003:not(#\9) {
1004
1004
  /* used in test-utils */
1005
1005
  }
1006
1006
  @supports (contain: inline-size) {
1007
- .awsui_tab-button_1gl9c_c9qb5_902:not(#\9) {
1007
+ .awsui_tab-button_1gl9c_14ry1_902:not(#\9) {
1008
1008
  /* stylelint-disable plugin/no-unsupported-browser-features */
1009
1009
  /* stylelint-enable plugin/no-unsupported-browser-features */
1010
1010
  }
1011
1011
  @container not (max-width: 500px) {
1012
- .awsui_tab-button_1gl9c_c9qb5_902 > .awsui_count_1gl9c_c9qb5_1012:not(#\9) {
1012
+ .awsui_tab-button_1gl9c_14ry1_902 > .awsui_count_1gl9c_14ry1_1012:not(#\9) {
1013
1013
  display: none;
1014
1014
  }
1015
- .awsui_tab-button_1gl9c_c9qb5_902 > .awsui_text_1gl9c_c9qb5_1015:not(#\9) {
1015
+ .awsui_tab-button_1gl9c_14ry1_902 > .awsui_text_1gl9c_14ry1_1015:not(#\9) {
1016
1016
  display: inline;
1017
1017
  }
1018
1018
  }
1019
1019
  @container (max-width: 500px) {
1020
- .awsui_tab-button_1gl9c_c9qb5_902 > .awsui_count_1gl9c_c9qb5_1012:not(#\9) {
1020
+ .awsui_tab-button_1gl9c_14ry1_902 > .awsui_count_1gl9c_14ry1_1012:not(#\9) {
1021
1021
  display: inline;
1022
1022
  }
1023
- .awsui_tab-button_1gl9c_c9qb5_902 > .awsui_text_1gl9c_c9qb5_1015:not(#\9) {
1023
+ .awsui_tab-button_1gl9c_14ry1_902 > .awsui_text_1gl9c_14ry1_1015:not(#\9) {
1024
1024
  display: none;
1025
1025
  }
1026
1026
  }
1027
1027
  }
1028
1028
  @supports not (contain: inline-size) {
1029
- .awsui_tab-button_1gl9c_c9qb5_902 > .awsui_count_1gl9c_c9qb5_1012:not(#\9) {
1029
+ .awsui_tab-button_1gl9c_14ry1_902 > .awsui_count_1gl9c_14ry1_1012:not(#\9) {
1030
1030
  display: none;
1031
1031
  }
1032
- .awsui_tab-button_1gl9c_c9qb5_902 > .awsui_text_1gl9c_c9qb5_1015:not(#\9) {
1032
+ .awsui_tab-button_1gl9c_14ry1_902 > .awsui_text_1gl9c_14ry1_1015:not(#\9) {
1033
1033
  display: inline;
1034
1034
  }
1035
1035
  }
1036
1036
 
1037
- .awsui_loading-screen_1gl9c_c9qb5_1037:not(#\9),
1038
- .awsui_error-screen_1gl9c_c9qb5_1038:not(#\9) {
1037
+ .awsui_loading-screen_1gl9c_14ry1_1037:not(#\9),
1038
+ .awsui_error-screen_1gl9c_14ry1_1038:not(#\9) {
1039
1039
  display: flex;
1040
1040
  align-items: center;
1041
1041
  justify-content: center;
@@ -1048,6 +1048,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_c9qb5_902:not(#\9):f
1048
1048
  border-end-end-radius: var(--border-radius-code-editor-pxxwyo, 0px);
1049
1049
  }
1050
1050
 
1051
- .awsui_error-screen_1gl9c_c9qb5_1038:not(#\9) {
1052
- color: var(--color-text-status-error-aknuvu, #d13212);
1051
+ .awsui_error-screen_1gl9c_14ry1_1038:not(#\9) {
1052
+ color: var(--color-text-status-error-c3at5p, #d13212);
1053
1053
  }