@cloudscape-design/components 3.0.1114 → 3.0.1116

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 (62) hide show
  1. package/alert/internal.d.ts.map +1 -1
  2. package/alert/internal.js +15 -4
  3. package/alert/internal.js.map +1 -1
  4. package/app-layout/runtime-drawer/index.d.ts +5 -3
  5. package/app-layout/runtime-drawer/index.d.ts.map +1 -1
  6. package/app-layout/runtime-drawer/index.js +16 -11
  7. package/app-layout/runtime-drawer/index.js.map +1 -1
  8. package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.d.ts +6 -2
  9. package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.d.ts.map +1 -1
  10. package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js +2 -3
  11. package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js.map +1 -1
  12. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +26 -25
  13. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +75 -69
  14. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +26 -25
  15. package/app-layout/visual-refresh-toolbar/state/use-ai-drawer.d.ts +6 -1
  16. package/app-layout/visual-refresh-toolbar/state/use-ai-drawer.d.ts.map +1 -1
  17. package/app-layout/visual-refresh-toolbar/state/use-ai-drawer.js +5 -3
  18. package/app-layout/visual-refresh-toolbar/state/use-ai-drawer.js.map +1 -1
  19. package/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
  20. package/app-layout/visual-refresh-toolbar/state/use-app-layout.js +1 -0
  21. package/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
  22. package/cards/analytics-metadata/interfaces.d.ts +1 -0
  23. package/cards/analytics-metadata/interfaces.d.ts.map +1 -1
  24. package/cards/analytics-metadata/interfaces.js.map +1 -1
  25. package/cards/index.d.ts.map +1 -1
  26. package/cards/index.js +3 -0
  27. package/cards/index.js.map +1 -1
  28. package/code-editor/styles.css.js +33 -33
  29. package/code-editor/styles.scoped.css +140 -140
  30. package/code-editor/styles.selectors.js +33 -33
  31. package/internal/base-component/styles.scoped.css +2 -2
  32. package/internal/environment.js +2 -2
  33. package/internal/environment.json +2 -2
  34. package/internal/generated/styles/tokens.d.ts +75 -0
  35. package/internal/generated/styles/tokens.js +126 -51
  36. package/internal/generated/theming/index.cjs +3087 -2511
  37. package/internal/generated/theming/index.js +3087 -2511
  38. package/internal/manifest.json +1 -1
  39. package/internal/plugins/widget/interfaces.d.ts +3 -0
  40. package/internal/plugins/widget/interfaces.d.ts.map +1 -1
  41. package/internal/plugins/widget/interfaces.js.map +1 -1
  42. package/package.json +1 -1
  43. package/select/parts/styles.css.js +20 -19
  44. package/select/parts/styles.scoped.css +23 -20
  45. package/select/parts/styles.selectors.js +20 -19
  46. package/select/parts/trigger.d.ts.map +1 -1
  47. package/select/parts/trigger.js +1 -1
  48. package/select/parts/trigger.js.map +1 -1
  49. package/test-utils/dom/token-group/index.js +4 -6
  50. package/test-utils/dom/token-group/index.js.map +1 -1
  51. package/test-utils/dom/token-group/token.js +2 -5
  52. package/test-utils/dom/token-group/token.js.map +1 -1
  53. package/test-utils/selectors/token-group/index.js +4 -6
  54. package/test-utils/selectors/token-group/index.js.map +1 -1
  55. package/test-utils/selectors/token-group/token.js +2 -5
  56. package/test-utils/selectors/token-group/token.js.map +1 -1
  57. package/token/dismiss-button.d.ts.map +1 -1
  58. package/token/dismiss-button.js +2 -1
  59. package/token/dismiss-button.js.map +1 -1
  60. package/token/internal.d.ts.map +1 -1
  61. package/token/internal.js +2 -1
  62. package/token/internal.js.map +1 -1
@@ -155,59 +155,59 @@ 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_wxtw7_158 .ace_editor .ace_gutter:not(#\9) {
158
+ .awsui_code-editor-refresh_1gl9c_fmtzb_158 .ace_editor .ace_gutter:not(#\9) {
159
159
  border-start-start-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
160
160
  }
161
- .awsui_code-editor-refresh_1gl9c_wxtw7_158 .ace_editor .ace_scroller:not(#\9) {
161
+ .awsui_code-editor-refresh_1gl9c_fmtzb_158 .ace_editor .ace_scroller:not(#\9) {
162
162
  border-start-end-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
163
163
  }
164
164
 
165
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor:not(#\9) {
165
+ .awsui_code-editor_1gl9c_fmtzb_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_wxtw7_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
171
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
170
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
171
+ .awsui_code-editor_1gl9c_fmtzb_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_wxtw7_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
177
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
178
178
  background-image: none;
179
179
  }
180
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
180
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
181
181
  color: var(--color-text-status-error-ksqavh, #db0000);
182
182
  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");
183
183
  }
184
184
  @supports (--css-variable-support-check: #000) {
185
185
  @media not print {
186
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
186
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
187
187
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
188
188
  }
189
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
189
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
190
190
  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");
191
191
  }
192
192
  }
193
193
  }
194
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
194
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
195
195
  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");
196
196
  }
197
197
  @supports (--css-variable-support-check: #000) {
198
198
  @media not print {
199
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
199
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
200
200
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
201
201
  }
202
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
202
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
203
203
  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");
204
204
  }
205
205
  }
206
206
  }
207
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-cell:not(#\9) {
207
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-cell:not(#\9) {
208
208
  padding-inline: 24px 16px;
209
209
  }
210
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget:not(#\9) {
210
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget:not(#\9) {
211
211
  /* A good test case for disabled folds
212
212
  <<html<<<<
213
213
  </html>
@@ -218,24 +218,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
218
218
  border-block: none;
219
219
  border-inline: none;
220
220
  }
221
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter_annotation:not(#\9) {
221
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter_annotation:not(#\9) {
222
222
  margin-inline-start: -21px;
223
223
  }
224
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget:not(#\9),
225
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter_annotation:not(#\9) {
224
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget:not(#\9),
225
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter_annotation:not(#\9) {
226
226
  box-shadow: none;
227
227
  }
228
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget:not(#\9):focus,
229
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
228
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget:not(#\9):focus,
229
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
230
230
  position: relative;
231
231
  }
232
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget:not(#\9):focus,
233
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
232
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget:not(#\9):focus,
233
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
234
234
  outline: 2px dotted transparent;
235
235
  outline-offset: calc(-1px - 1px);
236
236
  }
237
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
238
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
237
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
238
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
239
239
  content: " ";
240
240
  display: block;
241
241
  position: absolute;
@@ -249,91 +249,91 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
249
249
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
250
250
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
251
251
  }
252
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
252
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
253
253
  background: transparent;
254
254
  box-sizing: border-box;
255
255
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-q6hsvt, #dedee3);
256
256
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-q6hsvt, #dedee3);
257
257
  }
258
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
258
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
259
259
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-v09eti, #656871);
260
260
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-v09eti, #656871);
261
261
  }
262
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter:not(#\9) {
262
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter:not(#\9) {
263
263
  background-color: var(--color-background-code-editor-gutter-default-15qdwh, #f3f3f7);
264
264
  color: var(--color-text-code-editor-gutter-default-nlshs8, #0f141a);
265
265
  }
266
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter:not(#\9):focus,
267
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_scroller:not(#\9):focus {
266
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter:not(#\9):focus,
267
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_scroller:not(#\9):focus {
268
268
  box-shadow: inset 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
269
269
  }
270
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
270
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
271
271
  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");
272
272
  }
273
273
  @supports (--css-variable-support-check: #000) {
274
274
  @media not print {
275
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
275
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
276
276
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
277
277
  }
278
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
278
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
279
279
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
280
280
  }
281
281
  }
282
282
  }
283
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
283
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
284
284
  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");
285
285
  }
286
286
  @supports (--css-variable-support-check: #000) {
287
287
  @media not print {
288
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
288
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
289
289
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
290
290
  }
291
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
291
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
292
292
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
293
293
  }
294
294
  }
295
295
  }
296
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
296
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
297
297
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
298
298
  }
299
299
  @supports (--css-variable-support-check: #000) {
300
300
  @media not print {
301
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
301
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
302
302
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
303
303
  }
304
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
304
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
305
305
  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");
306
306
  }
307
307
  }
308
308
  }
309
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
309
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
310
310
  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");
311
311
  }
312
312
  @supports (--css-variable-support-check: #000) {
313
313
  @media not print {
314
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
314
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
315
315
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
316
316
  }
317
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
317
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
318
318
  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");
319
319
  }
320
320
  }
321
321
  }
322
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line:not(#\9) {
322
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line:not(#\9) {
323
323
  background-color: var(--color-background-code-editor-gutter-active-line-default-51v1pv, #656871);
324
324
  color: var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
325
325
  }
326
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
327
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
326
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
327
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
328
328
  position: relative;
329
329
  }
330
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
331
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
330
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
331
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
332
332
  outline: 2px dotted transparent;
333
333
  outline-offset: calc(-2px - 1px);
334
334
  }
335
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
336
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
335
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
336
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
337
337
  content: " ";
338
338
  display: block;
339
339
  position: absolute;
@@ -347,134 +347,134 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
347
347
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
348
348
  box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
349
349
  }
350
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
350
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
351
351
  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");
352
352
  }
353
353
  @supports (--css-variable-support-check: #000) {
354
354
  @media not print {
355
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
355
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
356
356
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
357
357
  }
358
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
358
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open: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='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
360
360
  }
361
361
  }
362
362
  }
363
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
363
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
364
364
  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");
365
365
  }
366
366
  @supports (--css-variable-support-check: #000) {
367
367
  @media not print {
368
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
368
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
369
369
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
370
370
  }
371
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
371
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
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='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
373
373
  }
374
374
  }
375
375
  }
376
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
376
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
377
377
  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");
378
378
  }
379
379
  @supports (--css-variable-support-check: #000) {
380
380
  @media not print {
381
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
381
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
382
382
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
383
383
  }
384
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
384
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
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='%231b232d' fill='%231b232d' 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
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
389
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
390
390
  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");
391
391
  }
392
392
  @supports (--css-variable-support-check: #000) {
393
393
  @media not print {
394
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
394
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
395
395
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
396
396
  }
397
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
397
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line > .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='%230f141a' fill='%230f141a' 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_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
402
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
403
403
  color: var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
404
404
  background-color: var(--color-background-code-editor-gutter-active-line-error-ro2qo1, #db0000);
405
405
  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");
406
406
  }
407
407
  @supports (--css-variable-support-check: #000) {
408
408
  @media not print {
409
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
409
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
410
410
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
411
411
  }
412
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
412
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
413
413
  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");
414
414
  }
415
415
  }
416
416
  }
417
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
417
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
418
418
  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");
419
419
  }
420
420
  @supports (--css-variable-support-check: #000) {
421
421
  @media not print {
422
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
422
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
423
423
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
424
424
  }
425
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
425
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
426
426
  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");
427
427
  }
428
428
  }
429
429
  }
430
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
430
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
431
431
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
432
432
  }
433
433
  @supports (--css-variable-support-check: #000) {
434
434
  @media not print {
435
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
435
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
436
436
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
437
437
  }
438
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
438
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .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='%231b232d' fill='%231b232d' 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
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
443
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
444
444
  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");
445
445
  }
446
446
  @supports (--css-variable-support-check: #000) {
447
447
  @media not print {
448
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
448
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
449
449
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
450
450
  }
451
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
451
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
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='%230f141a' fill='%230f141a' 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
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
456
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
457
457
  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");
458
458
  }
459
459
  @supports (--css-variable-support-check: #000) {
460
460
  @media not print {
461
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
461
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
462
462
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
463
463
  }
464
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
464
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
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='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
466
466
  }
467
467
  }
468
468
  }
469
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
469
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
470
470
  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");
471
471
  }
472
472
  @supports (--css-variable-support-check: #000) {
473
473
  @media not print {
474
- .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
474
+ .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
475
475
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
476
476
  }
477
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_wxtw7_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
477
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_fmtzb_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed: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' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
479
479
  }
480
480
  }
@@ -489,7 +489,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
489
489
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
490
490
  SPDX-License-Identifier: Apache-2.0
491
491
  */
492
- .awsui_pane_1gl9c_wxtw7_492:not(#\9) {
492
+ .awsui_pane_1gl9c_fmtzb_492:not(#\9) {
493
493
  display: flex;
494
494
  position: relative;
495
495
  flex-direction: row;
@@ -500,79 +500,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
500
500
  background: var(--color-background-code-editor-status-bar-yjtxod, #f3f3f7);
501
501
  color: var(--color-text-body-default-vvtq8u, #0f141a);
502
502
  }
503
- .awsui_pane__close-container_1gl9c_wxtw7_503:not(#\9) {
503
+ .awsui_pane__close-container_1gl9c_fmtzb_503:not(#\9) {
504
504
  position: absolute;
505
505
  inset-block-start: 0;
506
506
  inset-inline-end: calc(var(--space-s-tvghoh, 12px) / 2);
507
507
  }
508
- .awsui_pane__list_1gl9c_wxtw7_508:not(#\9) {
508
+ .awsui_pane__list_1gl9c_fmtzb_508:not(#\9) {
509
509
  flex: 1;
510
510
  overflow: auto;
511
511
  max-block-size: 100%;
512
512
  box-sizing: border-box;
513
513
  margin-inline-end: calc(var(--line-height-body-m-2mh3ke, 20px) + 2 * var(--space-xs-ymlm0b, 8px));
514
514
  }
515
- .awsui_pane__table_1gl9c_wxtw7_515:not(#\9) {
515
+ .awsui_pane__table_1gl9c_fmtzb_515:not(#\9) {
516
516
  inline-size: 100%;
517
517
  border-spacing: 0;
518
518
  margin-block: var(--space-s-tvghoh, 12px);
519
519
  margin-inline: 0;
520
520
  }
521
- .awsui_pane__item_1gl9c_wxtw7_521 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9) {
522
- border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-zbd3p8, transparent);
523
- border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-zbd3p8, transparent);
521
+ .awsui_pane__item_1gl9c_fmtzb_521 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9) {
522
+ border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
523
+ border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
524
524
  }
525
- .awsui_pane__item_1gl9c_wxtw7_521 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9):first-child {
526
- border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-zbd3p8, transparent);
525
+ .awsui_pane__item_1gl9c_fmtzb_521 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9):first-child {
526
+ border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
527
527
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
528
528
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
529
529
  }
530
- .awsui_pane__item_1gl9c_wxtw7_521 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9):last-child {
531
- border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-zbd3p8, transparent);
530
+ .awsui_pane__item_1gl9c_fmtzb_521 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9):last-child {
531
+ border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
532
532
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
533
533
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
534
534
  }
535
- .awsui_pane__item--highlighted_1gl9c_wxtw7_535:not(#\9), .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):hover, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):focus {
535
+ .awsui_pane__item--highlighted_1gl9c_fmtzb_535:not(#\9), .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):hover, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):focus {
536
536
  cursor: pointer;
537
537
  outline: none;
538
538
  }
539
- .awsui_pane__item--highlighted_1gl9c_wxtw7_535 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9), .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):hover > .awsui_pane__cell_1gl9c_wxtw7_521, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):focus > .awsui_pane__cell_1gl9c_wxtw7_521 {
539
+ .awsui_pane__item--highlighted_1gl9c_fmtzb_535 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9), .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):hover > .awsui_pane__cell_1gl9c_fmtzb_521, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):focus > .awsui_pane__cell_1gl9c_fmtzb_521 {
540
540
  background-color: var(--color-background-code-editor-pane-item-hover-z6k9mr, #ebebf0);
541
541
  }
542
- .awsui_pane__item--highlighted_1gl9c_wxtw7_535 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9), .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):hover > .awsui_pane__cell_1gl9c_wxtw7_521, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):focus > .awsui_pane__cell_1gl9c_wxtw7_521 {
542
+ .awsui_pane__item--highlighted_1gl9c_fmtzb_535 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9), .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):hover > .awsui_pane__cell_1gl9c_fmtzb_521, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):focus > .awsui_pane__cell_1gl9c_fmtzb_521 {
543
543
  border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
544
544
  border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
545
545
  }
546
- .awsui_pane__item--highlighted_1gl9c_wxtw7_535 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9):first-child, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):hover > .awsui_pane__cell_1gl9c_wxtw7_521:first-child, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):focus > .awsui_pane__cell_1gl9c_wxtw7_521:first-child {
546
+ .awsui_pane__item--highlighted_1gl9c_fmtzb_535 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9):first-child, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):hover > .awsui_pane__cell_1gl9c_fmtzb_521:first-child, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):focus > .awsui_pane__cell_1gl9c_fmtzb_521:first-child {
547
547
  border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
548
548
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
549
549
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
550
550
  }
551
- .awsui_pane__item--highlighted_1gl9c_wxtw7_535 > .awsui_pane__cell_1gl9c_wxtw7_521:not(#\9):last-child, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):hover > .awsui_pane__cell_1gl9c_wxtw7_521:last-child, .awsui_pane__item_1gl9c_wxtw7_521:not(#\9):focus > .awsui_pane__cell_1gl9c_wxtw7_521:last-child {
551
+ .awsui_pane__item--highlighted_1gl9c_fmtzb_535 > .awsui_pane__cell_1gl9c_fmtzb_521:not(#\9):last-child, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):hover > .awsui_pane__cell_1gl9c_fmtzb_521:last-child, .awsui_pane__item_1gl9c_fmtzb_521:not(#\9):focus > .awsui_pane__cell_1gl9c_fmtzb_521:last-child {
552
552
  border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
553
553
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
554
554
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
555
555
  }
556
- .awsui_pane__location_1gl9c_wxtw7_556:not(#\9), .awsui_pane__description_1gl9c_wxtw7_556:not(#\9) {
556
+ .awsui_pane__location_1gl9c_fmtzb_556:not(#\9), .awsui_pane__description_1gl9c_fmtzb_556:not(#\9) {
557
557
  padding-block: var(--space-xxs-hwfkai, 4px);
558
558
  padding-inline: var(--space-s-tvghoh, 12px);
559
559
  }
560
- .awsui_pane__location_1gl9c_wxtw7_556:not(#\9) {
560
+ .awsui_pane__location_1gl9c_fmtzb_556:not(#\9) {
561
561
  vertical-align: baseline;
562
562
  white-space: nowrap;
563
563
  padding-inline-start: calc(var(--space-l-2ud1p3, 20px) + var(--space-s-tvghoh, 12px));
564
564
  }
565
- .awsui_pane__description_1gl9c_wxtw7_556:not(#\9) {
565
+ .awsui_pane__description_1gl9c_fmtzb_556:not(#\9) {
566
566
  padding-inline-end: 0;
567
567
  min-inline-size: 0;
568
568
  word-break: break-word;
569
569
  }
570
570
 
571
- .awsui_focus-lock_1gl9c_wxtw7_571:not(#\9) {
571
+ .awsui_focus-lock_1gl9c_fmtzb_571:not(#\9) {
572
572
  block-size: 100%;
573
573
  }
574
574
 
575
- .awsui_code-editor_1gl9c_wxtw7_158:not(#\9) {
575
+ .awsui_code-editor_1gl9c_fmtzb_158:not(#\9) {
576
576
  border-collapse: separate;
577
577
  border-spacing: 0;
578
578
  box-sizing: border-box;
@@ -612,18 +612,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
612
612
  inline-size: 100%;
613
613
  }
614
614
 
615
- .awsui_editor_1gl9c_wxtw7_615:not(#\9) {
615
+ .awsui_editor_1gl9c_fmtzb_615:not(#\9) {
616
616
  position: absolute;
617
617
  inset: 0;
618
618
  }
619
- .awsui_editor_1gl9c_wxtw7_615:not(#\9):focus {
619
+ .awsui_editor_1gl9c_fmtzb_615:not(#\9):focus {
620
620
  position: relative;
621
621
  }
622
- .awsui_editor_1gl9c_wxtw7_615:not(#\9):focus {
622
+ .awsui_editor_1gl9c_fmtzb_615:not(#\9):focus {
623
623
  outline: 2px dotted transparent;
624
624
  outline-offset: calc(3px - 1px);
625
625
  }
626
- .awsui_editor_1gl9c_wxtw7_615:not(#\9):focus::before {
626
+ .awsui_editor_1gl9c_fmtzb_615:not(#\9):focus::before {
627
627
  content: " ";
628
628
  display: block;
629
629
  position: absolute;
@@ -637,17 +637,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
637
637
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
638
638
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
639
639
  }
640
- .awsui_editor_1gl9c_wxtw7_615:not(#\9):focus {
640
+ .awsui_editor_1gl9c_fmtzb_615:not(#\9):focus {
641
641
  position: absolute;
642
642
  overflow: visible;
643
643
  }
644
644
 
645
- .awsui_editor-refresh_1gl9c_wxtw7_645:not(#\9) {
645
+ .awsui_editor-refresh_1gl9c_fmtzb_645:not(#\9) {
646
646
  border-start-start-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
647
647
  border-start-end-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
648
648
  }
649
649
 
650
- .awsui_status-bar_1gl9c_wxtw7_650:not(#\9) {
650
+ .awsui_status-bar_1gl9c_fmtzb_650:not(#\9) {
651
651
  container-type: inline-size;
652
652
  display: flex;
653
653
  vertical-align: middle;
@@ -656,38 +656,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
656
656
  min-inline-size: 0;
657
657
  word-break: break-word;
658
658
  }
659
- .awsui_status-bar-with-hidden-pane_1gl9c_wxtw7_659:not(#\9) {
659
+ .awsui_status-bar-with-hidden-pane_1gl9c_fmtzb_659:not(#\9) {
660
660
  border-end-start-radius: var(--border-radius-code-editor-5palck, 8px);
661
661
  border-end-end-radius: var(--border-radius-code-editor-5palck, 8px);
662
662
  }
663
- .awsui_status-bar__left_1gl9c_wxtw7_663:not(#\9) {
663
+ .awsui_status-bar__left_1gl9c_fmtzb_663:not(#\9) {
664
664
  flex: 1;
665
665
  display: flex;
666
666
  flex-wrap: wrap;
667
667
  padding-inline-start: var(--space-l-2ud1p3, 20px);
668
668
  border-inline-end: var(--border-width-field-2xc78x, 1px) solid var(--color-border-code-editor-default-2bfcfq, #dedee3);
669
669
  }
670
- .awsui_status-bar__right_1gl9c_wxtw7_670:not(#\9) {
670
+ .awsui_status-bar__right_1gl9c_fmtzb_670:not(#\9) {
671
671
  display: flex;
672
672
  align-items: center;
673
673
  }
674
- .awsui_status-bar__language-mode_1gl9c_wxtw7_674:not(#\9), .awsui_status-bar__cursor-position_1gl9c_wxtw7_674:not(#\9) {
674
+ .awsui_status-bar__language-mode_1gl9c_fmtzb_674:not(#\9), .awsui_status-bar__cursor-position_1gl9c_fmtzb_674:not(#\9) {
675
675
  display: inline-block;
676
676
  color: var(--color-text-body-default-vvtq8u, #0f141a);
677
677
  padding-block: var(--space-scaled-xs-xwoogq, 8px);
678
678
  padding-inline: var(--space-s-tvghoh, 12px);
679
679
  }
680
- .awsui_status-bar__cog-button_1gl9c_wxtw7_680:not(#\9) {
680
+ .awsui_status-bar__cog-button_1gl9c_fmtzb_680:not(#\9) {
681
681
  padding-block: calc(var(--space-scaled-xxs-pfm1nx, 4px) - 1px);
682
682
  padding-inline: calc(var(--space-xs-ymlm0b, 8px) - 2px);
683
683
  }
684
684
 
685
- .awsui_tab-list_1gl9c_wxtw7_685:not(#\9) {
685
+ .awsui_tab-list_1gl9c_fmtzb_685:not(#\9) {
686
686
  align-items: center;
687
687
  display: inline-flex;
688
688
  }
689
689
 
690
- .awsui_tab-button_1gl9c_wxtw7_690:not(#\9) {
690
+ .awsui_tab-button_1gl9c_fmtzb_690:not(#\9) {
691
691
  position: relative;
692
692
  display: inline-flex;
693
693
  gap: var(--space-xxs-hwfkai, 4px);
@@ -703,11 +703,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
703
703
  cursor: pointer;
704
704
  z-index: 1;
705
705
  }
706
- .awsui_tab-button_1gl9c_wxtw7_690:not(#\9):hover {
706
+ .awsui_tab-button_1gl9c_fmtzb_690:not(#\9):hover {
707
707
  color: var(--color-text-code-editor-tab-button-error-avwh01, #ffffff);
708
708
  background: var(--color-text-status-error-ksqavh, #db0000);
709
709
  }
710
- .awsui_tab-button_1gl9c_wxtw7_690:not(#\9)::after {
710
+ .awsui_tab-button_1gl9c_fmtzb_690:not(#\9)::after {
711
711
  content: "";
712
712
  position: absolute;
713
713
  inset-inline: 0;
@@ -720,54 +720,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_wxtw7_158 .ace_edit
720
720
  background: var(--color-text-status-error-ksqavh, #db0000);
721
721
  opacity: 0;
722
722
  }
723
- .awsui_tab-button--refresh_1gl9c_wxtw7_723:not(#\9) {
723
+ .awsui_tab-button--refresh_1gl9c_fmtzb_723:not(#\9) {
724
724
  padding-block-end: calc(var(--space-scaled-xs-xwoogq, 8px) + var(--border-active-width-axzm24, 4px) - 2px);
725
725
  }
726
- .awsui_tab-button--warnings_1gl9c_wxtw7_726:not(#\9) {
726
+ .awsui_tab-button--warnings_1gl9c_fmtzb_726:not(#\9) {
727
727
  color: var(--color-text-status-warning-6meo06, #855900);
728
728
  }
729
- .awsui_tab-button--warnings_1gl9c_wxtw7_726:not(#\9):hover {
729
+ .awsui_tab-button--warnings_1gl9c_fmtzb_726:not(#\9):hover {
730
730
  background: var(--color-text-status-warning-6meo06, #855900);
731
731
  }
732
- .awsui_tab-button--warnings_1gl9c_wxtw7_726:not(#\9)::after {
732
+ .awsui_tab-button--warnings_1gl9c_fmtzb_726:not(#\9)::after {
733
733
  background: var(--color-text-status-warning-6meo06, #855900);
734
734
  }
735
- .awsui_tab-button--active_1gl9c_wxtw7_735:not(#\9)::after {
735
+ .awsui_tab-button--active_1gl9c_fmtzb_735:not(#\9)::after {
736
736
  opacity: 1;
737
737
  }
738
- .awsui_tab-button--refresh_1gl9c_wxtw7_723:not(#\9)::after {
738
+ .awsui_tab-button--refresh_1gl9c_fmtzb_723:not(#\9)::after {
739
739
  transition: opacity var(--motion-duration-refresh-only-medium-5rbn3k, 165ms) var(--motion-easing-refresh-only-c-cxy2sk, cubic-bezier(0.84, 0, 0.16, 1));
740
740
  }
741
741
  @media (prefers-reduced-motion: reduce) {
742
- .awsui_tab-button--refresh_1gl9c_wxtw7_723:not(#\9)::after {
742
+ .awsui_tab-button--refresh_1gl9c_fmtzb_723:not(#\9)::after {
743
743
  animation: none;
744
744
  transition: none;
745
745
  }
746
746
  }
747
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_wxtw7_723:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_wxtw7_723:not(#\9)::after {
747
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_fmtzb_723:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_fmtzb_723:not(#\9)::after {
748
748
  animation: none;
749
749
  transition: none;
750
750
  }
751
- .awsui_tab-button--disabled_1gl9c_wxtw7_751:not(#\9) {
751
+ .awsui_tab-button--disabled_1gl9c_fmtzb_751:not(#\9) {
752
752
  font-weight: normal;
753
753
  color: var(--color-text-code-editor-status-bar-disabled-xxmtlc, #8c8c94);
754
754
  cursor: default;
755
755
  }
756
- .awsui_tab-button--disabled_1gl9c_wxtw7_751:not(#\9):hover {
756
+ .awsui_tab-button--disabled_1gl9c_fmtzb_751:not(#\9):hover {
757
757
  color: var(--color-text-code-editor-status-bar-disabled-xxmtlc, #8c8c94);
758
758
  background: transparent;
759
759
  }
760
- .awsui_tab-button--disabled_1gl9c_wxtw7_751:not(#\9)::after {
760
+ .awsui_tab-button--disabled_1gl9c_fmtzb_751:not(#\9)::after {
761
761
  display: none;
762
762
  }
763
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_wxtw7_690:not(#\9):focus {
763
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_fmtzb_690:not(#\9):focus {
764
764
  position: relative;
765
765
  }
766
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_wxtw7_690:not(#\9):focus {
766
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_fmtzb_690:not(#\9):focus {
767
767
  outline: 2px dotted transparent;
768
768
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-o87hra, -7px) - 1px);
769
769
  }
770
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_wxtw7_690:not(#\9):focus::before {
770
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_fmtzb_690:not(#\9):focus::before {
771
771
  content: " ";
772
772
  display: block;
773
773
  position: absolute;
@@ -781,49 +781,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_wxtw7_690:not(#\9):f
781
781
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
782
782
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
783
783
  }
784
- .awsui_tab-button--divider_1gl9c_wxtw7_784:not(#\9) {
784
+ .awsui_tab-button--divider_1gl9c_fmtzb_784:not(#\9) {
785
785
  display: inline-block;
786
786
  block-size: var(--line-height-body-m-2mh3ke, 20px);
787
787
  inline-size: var(--border-code-editor-status-divider-width-4we6jf, 1px);
788
788
  background: var(--color-border-tabs-divider-f5t9va, #c6c6cd);
789
789
  vertical-align: middle;
790
790
  }
791
- .awsui_tab-button--errors_1gl9c_wxtw7_791:not(#\9) {
791
+ .awsui_tab-button--errors_1gl9c_fmtzb_791:not(#\9) {
792
792
  /* used in test-utils */
793
793
  }
794
794
  @supports (contain: inline-size) {
795
- .awsui_tab-button_1gl9c_wxtw7_690:not(#\9) {
795
+ .awsui_tab-button_1gl9c_fmtzb_690:not(#\9) {
796
796
  /* stylelint-disable plugin/no-unsupported-browser-features */
797
797
  /* stylelint-enable plugin/no-unsupported-browser-features */
798
798
  }
799
799
  @container not (max-width: 500px) {
800
- .awsui_tab-button_1gl9c_wxtw7_690 > .awsui_count_1gl9c_wxtw7_800:not(#\9) {
800
+ .awsui_tab-button_1gl9c_fmtzb_690 > .awsui_count_1gl9c_fmtzb_800:not(#\9) {
801
801
  display: none;
802
802
  }
803
- .awsui_tab-button_1gl9c_wxtw7_690 > .awsui_text_1gl9c_wxtw7_803:not(#\9) {
803
+ .awsui_tab-button_1gl9c_fmtzb_690 > .awsui_text_1gl9c_fmtzb_803:not(#\9) {
804
804
  display: inline;
805
805
  }
806
806
  }
807
807
  @container (max-width: 500px) {
808
- .awsui_tab-button_1gl9c_wxtw7_690 > .awsui_count_1gl9c_wxtw7_800:not(#\9) {
808
+ .awsui_tab-button_1gl9c_fmtzb_690 > .awsui_count_1gl9c_fmtzb_800:not(#\9) {
809
809
  display: inline;
810
810
  }
811
- .awsui_tab-button_1gl9c_wxtw7_690 > .awsui_text_1gl9c_wxtw7_803:not(#\9) {
811
+ .awsui_tab-button_1gl9c_fmtzb_690 > .awsui_text_1gl9c_fmtzb_803:not(#\9) {
812
812
  display: none;
813
813
  }
814
814
  }
815
815
  }
816
816
  @supports not (contain: inline-size) {
817
- .awsui_tab-button_1gl9c_wxtw7_690 > .awsui_count_1gl9c_wxtw7_800:not(#\9) {
817
+ .awsui_tab-button_1gl9c_fmtzb_690 > .awsui_count_1gl9c_fmtzb_800:not(#\9) {
818
818
  display: none;
819
819
  }
820
- .awsui_tab-button_1gl9c_wxtw7_690 > .awsui_text_1gl9c_wxtw7_803:not(#\9) {
820
+ .awsui_tab-button_1gl9c_fmtzb_690 > .awsui_text_1gl9c_fmtzb_803:not(#\9) {
821
821
  display: inline;
822
822
  }
823
823
  }
824
824
 
825
- .awsui_loading-screen_1gl9c_wxtw7_825:not(#\9),
826
- .awsui_error-screen_1gl9c_wxtw7_826:not(#\9) {
825
+ .awsui_loading-screen_1gl9c_fmtzb_825:not(#\9),
826
+ .awsui_error-screen_1gl9c_fmtzb_826:not(#\9) {
827
827
  display: flex;
828
828
  align-items: center;
829
829
  justify-content: center;
@@ -836,6 +836,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_wxtw7_690:not(#\9):f
836
836
  border-end-end-radius: var(--border-radius-code-editor-5palck, 8px);
837
837
  }
838
838
 
839
- .awsui_error-screen_1gl9c_wxtw7_826:not(#\9) {
839
+ .awsui_error-screen_1gl9c_fmtzb_826:not(#\9) {
840
840
  color: var(--color-text-status-error-ksqavh, #db0000);
841
841
  }