@cloudscape-design/components 3.0.1155 → 3.0.1156

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 (112) hide show
  1. package/anchor-navigation/styles.css.js +8 -8
  2. package/anchor-navigation/styles.scoped.css +21 -21
  3. package/anchor-navigation/styles.selectors.js +8 -8
  4. package/app-layout/visual-refresh/styles.css.js +86 -86
  5. package/app-layout/visual-refresh/styles.scoped.css +164 -163
  6. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  7. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
  9. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  10. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
  11. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
  12. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
  13. package/attribute-editor/styles.css.js +15 -15
  14. package/attribute-editor/styles.scoped.css +28 -28
  15. package/attribute-editor/styles.selectors.js +15 -15
  16. package/box/styles.css.js +192 -192
  17. package/box/styles.scoped.css +241 -241
  18. package/box/styles.selectors.js +192 -192
  19. package/breadcrumb-group/item/styles.css.js +7 -7
  20. package/breadcrumb-group/item/styles.scoped.css +28 -28
  21. package/breadcrumb-group/item/styles.selectors.js +7 -7
  22. package/button/styles.css.js +22 -22
  23. package/button/styles.scoped.css +78 -78
  24. package/button/styles.selectors.js +22 -22
  25. package/button-dropdown/item-element/styles.css.js +20 -20
  26. package/button-dropdown/item-element/styles.scoped.css +35 -35
  27. package/button-dropdown/item-element/styles.selectors.js +20 -20
  28. package/cards/styles.css.js +39 -39
  29. package/cards/styles.scoped.css +51 -51
  30. package/cards/styles.selectors.js +39 -39
  31. package/code-editor/styles.css.js +33 -33
  32. package/code-editor/styles.scoped.css +139 -139
  33. package/code-editor/styles.selectors.js +33 -33
  34. package/drawer/implementation.d.ts +1 -0
  35. package/drawer/implementation.d.ts.map +1 -1
  36. package/drawer/implementation.js +13 -4
  37. package/drawer/implementation.js.map +1 -1
  38. package/drawer/interfaces.d.ts +7 -0
  39. package/drawer/interfaces.d.ts.map +1 -1
  40. package/drawer/interfaces.js.map +1 -1
  41. package/drawer/styles.css.js +12 -8
  42. package/drawer/styles.scoped.css +35 -13
  43. package/drawer/styles.selectors.js +12 -8
  44. package/drawer/use-sticky-footer.d.ts +11 -0
  45. package/drawer/use-sticky-footer.d.ts.map +1 -0
  46. package/drawer/use-sticky-footer.js +35 -0
  47. package/drawer/use-sticky-footer.js.map +1 -0
  48. package/help-panel/styles.css.js +6 -6
  49. package/help-panel/styles.scoped.css +75 -75
  50. package/help-panel/styles.selectors.js +6 -6
  51. package/icon/styles.css.js +39 -39
  52. package/icon/styles.scoped.css +87 -87
  53. package/icon/styles.selectors.js +39 -39
  54. package/internal/base-component/styles.scoped.css +62 -50
  55. package/internal/components/button-trigger/styles.css.js +13 -13
  56. package/internal/components/button-trigger/styles.scoped.css +29 -29
  57. package/internal/components/button-trigger/styles.selectors.js +13 -13
  58. package/internal/components/cartesian-chart/styles.css.js +28 -28
  59. package/internal/components/cartesian-chart/styles.scoped.css +33 -33
  60. package/internal/components/cartesian-chart/styles.selectors.js +28 -28
  61. package/internal/components/token-list/styles.css.js +10 -10
  62. package/internal/components/token-list/styles.scoped.css +25 -25
  63. package/internal/components/token-list/styles.selectors.js +10 -10
  64. package/internal/environment.js +2 -2
  65. package/internal/environment.json +2 -2
  66. package/internal/generated/styles/tokens.js +8 -8
  67. package/internal/generated/theming/index.cjs +24 -24
  68. package/internal/generated/theming/index.js +24 -24
  69. package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
  70. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  71. package/internal/hooks/use-portal-mode-classes/index.js +2 -2
  72. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  73. package/internal/manifest.json +1 -1
  74. package/key-value-pairs/styles.css.js +8 -8
  75. package/key-value-pairs/styles.scoped.css +10 -10
  76. package/key-value-pairs/styles.selectors.js +8 -8
  77. package/link/styles.css.js +20 -20
  78. package/link/styles.scoped.css +91 -91
  79. package/link/styles.selectors.js +20 -20
  80. package/package.json +1 -1
  81. package/popover/internal.js +1 -1
  82. package/popover/internal.js.map +1 -1
  83. package/popover/styles.css.js +57 -57
  84. package/popover/styles.scoped.css +87 -87
  85. package/popover/styles.selectors.js +57 -57
  86. package/progress-bar/styles.css.js +19 -19
  87. package/progress-bar/styles.scoped.css +31 -31
  88. package/progress-bar/styles.selectors.js +19 -19
  89. package/side-navigation/styles.css.js +30 -30
  90. package/side-navigation/styles.scoped.css +47 -47
  91. package/side-navigation/styles.selectors.js +30 -30
  92. package/split-panel/icons/styles.css.js +22 -22
  93. package/split-panel/icons/styles.scoped.css +25 -25
  94. package/split-panel/icons/styles.selectors.js +22 -22
  95. package/tag-editor/styles.css.js +3 -3
  96. package/tag-editor/styles.scoped.css +13 -13
  97. package/tag-editor/styles.selectors.js +3 -3
  98. package/test-utils/dom/drawer/index.d.ts +1 -0
  99. package/test-utils/dom/drawer/index.js +3 -0
  100. package/test-utils/dom/drawer/index.js.map +1 -1
  101. package/test-utils/selectors/drawer/index.d.ts +1 -0
  102. package/test-utils/selectors/drawer/index.js +3 -0
  103. package/test-utils/selectors/drawer/index.js.map +1 -1
  104. package/text-content/styles.css.js +1 -1
  105. package/text-content/styles.scoped.css +66 -66
  106. package/text-content/styles.selectors.js +1 -1
  107. package/token/styles.css.js +14 -14
  108. package/token/styles.scoped.css +29 -29
  109. package/token/styles.selectors.js +14 -14
  110. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  111. package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
  112. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
@@ -155,61 +155,61 @@ 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_12e1r_158 .ace_editor .ace_gutter:not(#\9) {
158
+ .awsui_code-editor-refresh_1gl9c_gqn4w_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_12e1r_158 .ace_editor .ace_scroller:not(#\9) {
161
+ .awsui_code-editor-refresh_1gl9c_gqn4w_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_12e1r_158 .ace_editor:not(#\9) {
165
+ .awsui_code-editor_1gl9c_gqn4w_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_12e1r_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
171
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
170
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
171
+ .awsui_code-editor_1gl9c_gqn4w_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_12e1r_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
177
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
178
178
  background-image: none;
179
179
  }
180
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
180
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
181
181
  color: var(--color-text-status-error-ksqavh, #db0000);
182
182
  }
183
183
  @supports (--css-variable-support-check: #000) {
184
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
184
+ body .awsui_code-editor_1gl9c_gqn4w_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='%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");
186
186
  }
187
187
  @media not print {
188
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
188
+ .awsui_code-editor_1gl9c_gqn4w_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_12e1r_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
191
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_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='%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");
193
193
  }
194
194
  }
195
195
  }
196
196
  @supports (--css-variable-support-check: #000) {
197
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
197
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning: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='%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");
199
199
  }
200
200
  @media not print {
201
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
201
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
202
202
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
203
203
  }
204
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
204
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell.ace_warning: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='%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");
206
206
  }
207
207
  }
208
208
  }
209
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-cell:not(#\9) {
209
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-cell:not(#\9) {
210
210
  padding-inline: 24px 16px;
211
211
  }
212
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget:not(#\9) {
212
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9) {
213
213
  /* A good test case for disabled folds
214
214
  <<html<<<<
215
215
  </html>
@@ -220,24 +220,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
220
220
  border-block: none;
221
221
  border-inline: none;
222
222
  }
223
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter_annotation:not(#\9) {
223
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9) {
224
224
  margin-inline-start: -21px;
225
225
  }
226
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget:not(#\9),
227
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter_annotation:not(#\9) {
226
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9),
227
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9) {
228
228
  box-shadow: none;
229
229
  }
230
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget:not(#\9):focus,
231
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
230
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9):focus,
231
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
232
232
  position: relative;
233
233
  }
234
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget:not(#\9):focus,
235
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
234
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9):focus,
235
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
236
236
  outline: 2px dotted transparent;
237
237
  outline-offset: calc(-1px - 1px);
238
238
  }
239
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
240
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
239
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
240
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
241
241
  content: " ";
242
242
  display: block;
243
243
  position: absolute;
@@ -251,91 +251,91 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
251
251
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
252
252
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
253
253
  }
254
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
254
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
255
255
  background: transparent;
256
256
  box-sizing: border-box;
257
257
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-q6hsvt, #dedee3);
258
258
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-q6hsvt, #dedee3);
259
259
  }
260
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
260
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
261
261
  border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-v09eti, #656871);
262
262
  border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-v09eti, #656871);
263
263
  }
264
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter:not(#\9) {
264
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter:not(#\9) {
265
265
  background-color: var(--color-background-code-editor-gutter-default-15qdwh, #f3f3f7);
266
266
  color: var(--color-text-code-editor-gutter-default-nlshs8, #0f141a);
267
267
  }
268
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter:not(#\9):focus,
269
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_scroller:not(#\9):focus {
268
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter:not(#\9):focus,
269
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_scroller:not(#\9):focus {
270
270
  box-shadow: inset 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
271
271
  }
272
272
  @supports (--css-variable-support-check: #000) {
273
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
273
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
274
274
  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");
275
275
  }
276
276
  @media not print {
277
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
277
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
278
278
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
279
279
  }
280
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
280
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
281
281
  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");
282
282
  }
283
283
  }
284
284
  }
285
285
  @supports (--css-variable-support-check: #000) {
286
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
286
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
287
287
  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");
288
288
  }
289
289
  @media not print {
290
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
290
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
291
291
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
292
292
  }
293
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
293
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
294
294
  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");
295
295
  }
296
296
  }
297
297
  }
298
298
  @supports (--css-variable-support-check: #000) {
299
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
299
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed: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='%23424650' fill='%23424650' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
301
301
  }
302
302
  @media not print {
303
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
303
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed: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_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
306
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
307
307
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
308
308
  }
309
309
  }
310
310
  }
311
311
  @supports (--css-variable-support-check: #000) {
312
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
312
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
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='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
314
314
  }
315
315
  @media not print {
316
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
316
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
317
317
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
318
318
  }
319
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
319
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
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='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
321
321
  }
322
322
  }
323
323
  }
324
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line:not(#\9) {
324
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line:not(#\9) {
325
325
  background-color: var(--color-background-code-editor-gutter-active-line-default-51v1pv, #656871);
326
326
  color: var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
327
327
  }
328
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
329
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
328
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
329
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
330
330
  position: relative;
331
331
  }
332
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
333
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
332
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
333
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
334
334
  outline: 2px dotted transparent;
335
335
  outline-offset: calc(-2px - 1px);
336
336
  }
337
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
338
- body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
337
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
338
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
339
339
  content: " ";
340
340
  display: block;
341
341
  position: absolute;
@@ -350,135 +350,135 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
350
350
  box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
351
351
  }
352
352
  @supports (--css-variable-support-check: #000) {
353
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
353
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
354
354
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
355
355
  }
356
356
  @media not print {
357
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
357
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
358
358
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
359
359
  }
360
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
360
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
361
361
  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");
362
362
  }
363
363
  }
364
364
  }
365
365
  @supports (--css-variable-support-check: #000) {
366
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
366
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
367
367
  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");
368
368
  }
369
369
  @media not print {
370
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
370
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
371
371
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
372
372
  }
373
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
373
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
374
374
  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");
375
375
  }
376
376
  }
377
377
  }
378
378
  @supports (--css-variable-support-check: #000) {
379
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
379
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
380
380
  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");
381
381
  }
382
382
  @media not print {
383
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
383
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
384
384
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
385
385
  }
386
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
386
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
387
387
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
388
388
  }
389
389
  }
390
390
  }
391
391
  @supports (--css-variable-support-check: #000) {
392
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
392
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
393
393
  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");
394
394
  }
395
395
  @media not print {
396
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
396
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
397
397
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
398
398
  }
399
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
399
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
400
400
  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");
401
401
  }
402
402
  }
403
403
  }
404
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
404
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
405
405
  color: var(--color-text-code-editor-gutter-active-line-2addhd, #ffffff);
406
406
  background-color: var(--color-background-code-editor-gutter-active-line-error-ro2qo1, #db0000);
407
407
  }
408
408
  @supports (--css-variable-support-check: #000) {
409
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
409
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
410
410
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%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");
411
411
  }
412
412
  @media not print {
413
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
413
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
414
414
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
415
415
  }
416
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
416
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
417
417
  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");
418
418
  }
419
419
  }
420
420
  }
421
421
  @supports (--css-variable-support-check: #000) {
422
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
422
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
423
423
  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");
424
424
  }
425
425
  @media not print {
426
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
426
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
427
427
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
428
428
  }
429
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
429
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
430
430
  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");
431
431
  }
432
432
  }
433
433
  }
434
434
  @supports (--css-variable-support-check: #000) {
435
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
435
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
436
436
  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");
437
437
  }
438
438
  @media not print {
439
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
439
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
440
440
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
441
441
  }
442
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_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_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
442
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_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_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
443
443
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
444
444
  }
445
445
  }
446
446
  }
447
447
  @supports (--css-variable-support-check: #000) {
448
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
448
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
449
449
  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");
450
450
  }
451
451
  @media not print {
452
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
452
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
453
453
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
454
454
  }
455
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_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_12e1r_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_12e1r_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_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
455
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_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_gqn4w_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_gqn4w_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_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
456
456
  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");
457
457
  }
458
458
  }
459
459
  }
460
460
  @supports (--css-variable-support-check: #000) {
461
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
461
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
462
462
  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");
463
463
  }
464
464
  @media not print {
465
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
465
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
466
466
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
467
467
  }
468
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_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_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
468
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_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_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), body.awsui-dark-mode .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
469
469
  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");
470
470
  }
471
471
  }
472
472
  }
473
473
  @supports (--css-variable-support-check: #000) {
474
- body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
474
+ body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, body .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
475
475
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
476
476
  }
477
477
  @media not print {
478
- .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
478
+ .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
479
479
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
480
480
  }
481
- body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_12e1r_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_12e1r_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_12e1r_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_12e1r_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
481
+ body.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_gqn4w_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_gqn4w_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_gqn4w_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_gqn4w_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
482
482
  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");
483
483
  }
484
484
  }
@@ -493,7 +493,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
493
493
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
494
494
  SPDX-License-Identifier: Apache-2.0
495
495
  */
496
- .awsui_pane_1gl9c_12e1r_496:not(#\9) {
496
+ .awsui_pane_1gl9c_gqn4w_496:not(#\9) {
497
497
  display: flex;
498
498
  position: relative;
499
499
  flex-direction: row;
@@ -504,79 +504,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
504
504
  background: var(--color-background-code-editor-status-bar-yjtxod, #f3f3f7);
505
505
  color: var(--color-text-body-default-vvtq8u, #0f141a);
506
506
  }
507
- .awsui_pane__close-container_1gl9c_12e1r_507:not(#\9) {
507
+ .awsui_pane__close-container_1gl9c_gqn4w_507:not(#\9) {
508
508
  position: absolute;
509
509
  inset-block-start: 0;
510
510
  inset-inline-end: calc(var(--space-s-tvghoh, 12px) / 2);
511
511
  }
512
- .awsui_pane__list_1gl9c_12e1r_512:not(#\9) {
512
+ .awsui_pane__list_1gl9c_gqn4w_512:not(#\9) {
513
513
  flex: 1;
514
514
  overflow: auto;
515
515
  max-block-size: 100%;
516
516
  box-sizing: border-box;
517
517
  margin-inline-end: calc(var(--line-height-body-m-2mh3ke, 20px) + 2 * var(--space-xs-ymlm0b, 8px));
518
518
  }
519
- .awsui_pane__table_1gl9c_12e1r_519:not(#\9) {
519
+ .awsui_pane__table_1gl9c_gqn4w_519:not(#\9) {
520
520
  inline-size: 100%;
521
521
  border-spacing: 0;
522
522
  margin-block: var(--space-s-tvghoh, 12px);
523
523
  margin-inline: 0;
524
524
  }
525
- .awsui_pane__item_1gl9c_12e1r_525 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9) {
525
+ .awsui_pane__item_1gl9c_gqn4w_525 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9) {
526
526
  border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
527
527
  border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
528
528
  }
529
- .awsui_pane__item_1gl9c_12e1r_525 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9):first-child {
529
+ .awsui_pane__item_1gl9c_gqn4w_525 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):first-child {
530
530
  border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
531
531
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
532
532
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
533
533
  }
534
- .awsui_pane__item_1gl9c_12e1r_525 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9):last-child {
534
+ .awsui_pane__item_1gl9c_gqn4w_525 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):last-child {
535
535
  border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-transparent-i61gs1, transparent);
536
536
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
537
537
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
538
538
  }
539
- .awsui_pane__item--highlighted_1gl9c_12e1r_539:not(#\9), .awsui_pane__item_1gl9c_12e1r_525:not(#\9):hover, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):focus {
539
+ .awsui_pane__item--highlighted_1gl9c_gqn4w_539:not(#\9), .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus {
540
540
  cursor: pointer;
541
541
  outline: none;
542
542
  }
543
- .awsui_pane__item--highlighted_1gl9c_12e1r_539 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9), .awsui_pane__item_1gl9c_12e1r_525:not(#\9):hover > .awsui_pane__cell_1gl9c_12e1r_525, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):focus > .awsui_pane__cell_1gl9c_12e1r_525 {
543
+ .awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9), .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525 {
544
544
  background-color: var(--color-background-code-editor-pane-item-hover-z6k9mr, #ebebf0);
545
545
  }
546
- .awsui_pane__item--highlighted_1gl9c_12e1r_539 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9), .awsui_pane__item_1gl9c_12e1r_525:not(#\9):hover > .awsui_pane__cell_1gl9c_12e1r_525, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):focus > .awsui_pane__cell_1gl9c_12e1r_525 {
546
+ .awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9), .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525 {
547
547
  border-block-start: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
548
548
  border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
549
549
  }
550
- .awsui_pane__item--highlighted_1gl9c_12e1r_539 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9):first-child, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):hover > .awsui_pane__cell_1gl9c_12e1r_525:first-child, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):focus > .awsui_pane__cell_1gl9c_12e1r_525:first-child {
550
+ .awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):first-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525:first-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525:first-child {
551
551
  border-inline-start: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
552
552
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
553
553
  border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
554
554
  }
555
- .awsui_pane__item--highlighted_1gl9c_12e1r_539 > .awsui_pane__cell_1gl9c_12e1r_525:not(#\9):last-child, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):hover > .awsui_pane__cell_1gl9c_12e1r_525:last-child, .awsui_pane__item_1gl9c_12e1r_525:not(#\9):focus > .awsui_pane__cell_1gl9c_12e1r_525:last-child {
555
+ .awsui_pane__item--highlighted_1gl9c_gqn4w_539 > .awsui_pane__cell_1gl9c_gqn4w_525:not(#\9):last-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):hover > .awsui_pane__cell_1gl9c_gqn4w_525:last-child, .awsui_pane__item_1gl9c_gqn4w_525:not(#\9):focus > .awsui_pane__cell_1gl9c_gqn4w_525:last-child {
556
556
  border-inline-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-code-editor-pane-item-hover-wvblek, #8c8c94);
557
557
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
558
558
  border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
559
559
  }
560
- .awsui_pane__location_1gl9c_12e1r_560:not(#\9), .awsui_pane__description_1gl9c_12e1r_560:not(#\9) {
560
+ .awsui_pane__location_1gl9c_gqn4w_560:not(#\9), .awsui_pane__description_1gl9c_gqn4w_560:not(#\9) {
561
561
  padding-block: var(--space-xxs-hwfkai, 4px);
562
562
  padding-inline: var(--space-s-tvghoh, 12px);
563
563
  }
564
- .awsui_pane__location_1gl9c_12e1r_560:not(#\9) {
564
+ .awsui_pane__location_1gl9c_gqn4w_560:not(#\9) {
565
565
  vertical-align: baseline;
566
566
  white-space: nowrap;
567
567
  padding-inline-start: calc(var(--space-l-2ud1p3, 20px) + var(--space-s-tvghoh, 12px));
568
568
  }
569
- .awsui_pane__description_1gl9c_12e1r_560:not(#\9) {
569
+ .awsui_pane__description_1gl9c_gqn4w_560:not(#\9) {
570
570
  padding-inline-end: 0;
571
571
  min-inline-size: 0;
572
572
  word-break: break-word;
573
573
  }
574
574
 
575
- .awsui_focus-lock_1gl9c_12e1r_575:not(#\9) {
575
+ .awsui_focus-lock_1gl9c_gqn4w_575:not(#\9) {
576
576
  block-size: 100%;
577
577
  }
578
578
 
579
- .awsui_code-editor_1gl9c_12e1r_158:not(#\9) {
579
+ .awsui_code-editor_1gl9c_gqn4w_158:not(#\9) {
580
580
  border-collapse: separate;
581
581
  border-spacing: 0;
582
582
  box-sizing: border-box;
@@ -616,18 +616,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
616
616
  inline-size: 100%;
617
617
  }
618
618
 
619
- .awsui_editor_1gl9c_12e1r_619:not(#\9) {
619
+ .awsui_editor_1gl9c_gqn4w_619:not(#\9) {
620
620
  position: absolute;
621
621
  inset: 0;
622
622
  }
623
- .awsui_editor_1gl9c_12e1r_619:not(#\9):focus {
623
+ .awsui_editor_1gl9c_gqn4w_619:not(#\9):focus {
624
624
  position: relative;
625
625
  }
626
- .awsui_editor_1gl9c_12e1r_619:not(#\9):focus {
626
+ .awsui_editor_1gl9c_gqn4w_619:not(#\9):focus {
627
627
  outline: 2px dotted transparent;
628
628
  outline-offset: calc(3px - 1px);
629
629
  }
630
- .awsui_editor_1gl9c_12e1r_619:not(#\9):focus::before {
630
+ .awsui_editor_1gl9c_gqn4w_619:not(#\9):focus::before {
631
631
  content: " ";
632
632
  display: block;
633
633
  position: absolute;
@@ -641,17 +641,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
641
641
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
642
642
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
643
643
  }
644
- .awsui_editor_1gl9c_12e1r_619:not(#\9):focus {
644
+ .awsui_editor_1gl9c_gqn4w_619:not(#\9):focus {
645
645
  position: absolute;
646
646
  overflow: visible;
647
647
  }
648
648
 
649
- .awsui_editor-refresh_1gl9c_12e1r_649:not(#\9) {
649
+ .awsui_editor-refresh_1gl9c_gqn4w_649:not(#\9) {
650
650
  border-start-start-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
651
651
  border-start-end-radius: calc(var(--border-radius-code-editor-5palck, 8px) - var(--border-item-width-miijiw, 2px));
652
652
  }
653
653
 
654
- .awsui_status-bar_1gl9c_12e1r_654:not(#\9) {
654
+ .awsui_status-bar_1gl9c_gqn4w_654:not(#\9) {
655
655
  container-type: inline-size;
656
656
  display: flex;
657
657
  vertical-align: middle;
@@ -660,38 +660,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
660
660
  min-inline-size: 0;
661
661
  word-break: break-word;
662
662
  }
663
- .awsui_status-bar-with-hidden-pane_1gl9c_12e1r_663:not(#\9) {
663
+ .awsui_status-bar-with-hidden-pane_1gl9c_gqn4w_663:not(#\9) {
664
664
  border-end-start-radius: var(--border-radius-code-editor-5palck, 8px);
665
665
  border-end-end-radius: var(--border-radius-code-editor-5palck, 8px);
666
666
  }
667
- .awsui_status-bar__left_1gl9c_12e1r_667:not(#\9) {
667
+ .awsui_status-bar__left_1gl9c_gqn4w_667:not(#\9) {
668
668
  flex: 1;
669
669
  display: flex;
670
670
  flex-wrap: wrap;
671
671
  padding-inline-start: var(--space-l-2ud1p3, 20px);
672
672
  border-inline-end: var(--border-width-field-2xc78x, 1px) solid var(--color-border-code-editor-default-2bfcfq, #dedee3);
673
673
  }
674
- .awsui_status-bar__right_1gl9c_12e1r_674:not(#\9) {
674
+ .awsui_status-bar__right_1gl9c_gqn4w_674:not(#\9) {
675
675
  display: flex;
676
676
  align-items: center;
677
677
  }
678
- .awsui_status-bar__language-mode_1gl9c_12e1r_678:not(#\9), .awsui_status-bar__cursor-position_1gl9c_12e1r_678:not(#\9) {
678
+ .awsui_status-bar__language-mode_1gl9c_gqn4w_678:not(#\9), .awsui_status-bar__cursor-position_1gl9c_gqn4w_678:not(#\9) {
679
679
  display: inline-block;
680
680
  color: var(--color-text-body-default-vvtq8u, #0f141a);
681
681
  padding-block: var(--space-scaled-xs-xwoogq, 8px);
682
682
  padding-inline: var(--space-s-tvghoh, 12px);
683
683
  }
684
- .awsui_status-bar__cog-button_1gl9c_12e1r_684:not(#\9) {
684
+ .awsui_status-bar__cog-button_1gl9c_gqn4w_684:not(#\9) {
685
685
  padding-block: calc(var(--space-scaled-xxs-pfm1nx, 4px) - 1px);
686
686
  padding-inline: calc(var(--space-xs-ymlm0b, 8px) - 2px);
687
687
  }
688
688
 
689
- .awsui_tab-list_1gl9c_12e1r_689:not(#\9) {
689
+ .awsui_tab-list_1gl9c_gqn4w_689:not(#\9) {
690
690
  align-items: center;
691
691
  display: inline-flex;
692
692
  }
693
693
 
694
- .awsui_tab-button_1gl9c_12e1r_694:not(#\9) {
694
+ .awsui_tab-button_1gl9c_gqn4w_694:not(#\9) {
695
695
  position: relative;
696
696
  display: inline-flex;
697
697
  gap: var(--space-xxs-hwfkai, 4px);
@@ -707,11 +707,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
707
707
  cursor: pointer;
708
708
  z-index: 1;
709
709
  }
710
- .awsui_tab-button_1gl9c_12e1r_694:not(#\9):hover {
710
+ .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):hover {
711
711
  color: var(--color-text-code-editor-tab-button-error-avwh01, #ffffff);
712
712
  background: var(--color-text-status-error-ksqavh, #db0000);
713
713
  }
714
- .awsui_tab-button_1gl9c_12e1r_694:not(#\9)::after {
714
+ .awsui_tab-button_1gl9c_gqn4w_694:not(#\9)::after {
715
715
  content: "";
716
716
  position: absolute;
717
717
  inset-inline: 0;
@@ -724,54 +724,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_12e1r_158 .ace_edit
724
724
  background: var(--color-text-status-error-ksqavh, #db0000);
725
725
  opacity: 0;
726
726
  }
727
- .awsui_tab-button--refresh_1gl9c_12e1r_727:not(#\9) {
727
+ .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9) {
728
728
  padding-block-end: calc(var(--space-scaled-xs-xwoogq, 8px) + var(--border-active-width-axzm24, 4px) - 2px);
729
729
  }
730
- .awsui_tab-button--warnings_1gl9c_12e1r_730:not(#\9) {
730
+ .awsui_tab-button--warnings_1gl9c_gqn4w_730:not(#\9) {
731
731
  color: var(--color-text-status-warning-6meo06, #855900);
732
732
  }
733
- .awsui_tab-button--warnings_1gl9c_12e1r_730:not(#\9):hover {
733
+ .awsui_tab-button--warnings_1gl9c_gqn4w_730:not(#\9):hover {
734
734
  background: var(--color-text-status-warning-6meo06, #855900);
735
735
  }
736
- .awsui_tab-button--warnings_1gl9c_12e1r_730:not(#\9)::after {
736
+ .awsui_tab-button--warnings_1gl9c_gqn4w_730:not(#\9)::after {
737
737
  background: var(--color-text-status-warning-6meo06, #855900);
738
738
  }
739
- .awsui_tab-button--active_1gl9c_12e1r_739:not(#\9)::after {
739
+ .awsui_tab-button--active_1gl9c_gqn4w_739:not(#\9)::after {
740
740
  opacity: 1;
741
741
  }
742
- .awsui_tab-button--refresh_1gl9c_12e1r_727:not(#\9)::after {
742
+ .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after {
743
743
  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));
744
744
  }
745
745
  @media (prefers-reduced-motion: reduce) {
746
- .awsui_tab-button--refresh_1gl9c_12e1r_727:not(#\9)::after {
746
+ .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after {
747
747
  animation: none;
748
748
  transition: none;
749
749
  }
750
750
  }
751
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_12e1r_727:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_12e1r_727:not(#\9)::after {
751
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_gqn4w_727:not(#\9)::after {
752
752
  animation: none;
753
753
  transition: none;
754
754
  }
755
- .awsui_tab-button--disabled_1gl9c_12e1r_755:not(#\9) {
755
+ .awsui_tab-button--disabled_1gl9c_gqn4w_755:not(#\9) {
756
756
  font-weight: normal;
757
757
  color: var(--color-text-code-editor-status-bar-disabled-xxmtlc, #8c8c94);
758
758
  cursor: default;
759
759
  }
760
- .awsui_tab-button--disabled_1gl9c_12e1r_755:not(#\9):hover {
760
+ .awsui_tab-button--disabled_1gl9c_gqn4w_755:not(#\9):hover {
761
761
  color: var(--color-text-code-editor-status-bar-disabled-xxmtlc, #8c8c94);
762
762
  background: transparent;
763
763
  }
764
- .awsui_tab-button--disabled_1gl9c_12e1r_755:not(#\9)::after {
764
+ .awsui_tab-button--disabled_1gl9c_gqn4w_755:not(#\9)::after {
765
765
  display: none;
766
766
  }
767
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):focus {
767
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):focus {
768
768
  position: relative;
769
769
  }
770
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):focus {
770
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):focus {
771
771
  outline: 2px dotted transparent;
772
772
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-o87hra, -7px) - 1px);
773
773
  }
774
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):focus::before {
774
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_gqn4w_694:not(#\9):focus::before {
775
775
  content: " ";
776
776
  display: block;
777
777
  position: absolute;
@@ -785,54 +785,54 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):f
785
785
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
786
786
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
787
787
  }
788
- .awsui_tab-button--divider_1gl9c_12e1r_788:not(#\9) {
788
+ .awsui_tab-button--divider_1gl9c_gqn4w_788:not(#\9) {
789
789
  display: inline-block;
790
790
  block-size: var(--line-height-body-m-2mh3ke, 20px);
791
791
  inline-size: var(--border-code-editor-status-divider-width-4we6jf, 1px);
792
792
  background: var(--color-border-tabs-divider-f5t9va, #c6c6cd);
793
793
  vertical-align: middle;
794
794
  }
795
- .awsui_tab-button--errors_1gl9c_12e1r_795:not(#\9) {
795
+ .awsui_tab-button--errors_1gl9c_gqn4w_795:not(#\9) {
796
796
  /* used in test-utils */
797
797
  }
798
798
  @supports (contain: inline-size) {
799
- .awsui_tab-button_1gl9c_12e1r_694:not(#\9) {
799
+ .awsui_tab-button_1gl9c_gqn4w_694:not(#\9) {
800
800
  /* stylelint-disable plugin/no-unsupported-browser-features */
801
801
  /* stylelint-enable plugin/no-unsupported-browser-features */
802
802
  }
803
803
  @container not (max-width: 500px) {
804
- .awsui_tab-button_1gl9c_12e1r_694 > .awsui_count_1gl9c_12e1r_804:not(#\9) {
804
+ .awsui_tab-button_1gl9c_gqn4w_694 > .awsui_count_1gl9c_gqn4w_804:not(#\9) {
805
805
  display: none;
806
806
  }
807
- .awsui_tab-button_1gl9c_12e1r_694 > .awsui_text_1gl9c_12e1r_807:not(#\9) {
807
+ .awsui_tab-button_1gl9c_gqn4w_694 > .awsui_text_1gl9c_gqn4w_807:not(#\9) {
808
808
  display: inline;
809
809
  }
810
810
  }
811
811
  @container (max-width: 500px) {
812
- .awsui_tab-button_1gl9c_12e1r_694 > .awsui_count_1gl9c_12e1r_804:not(#\9) {
812
+ .awsui_tab-button_1gl9c_gqn4w_694 > .awsui_count_1gl9c_gqn4w_804:not(#\9) {
813
813
  display: inline;
814
814
  }
815
- .awsui_tab-button_1gl9c_12e1r_694 > .awsui_text_1gl9c_12e1r_807:not(#\9) {
815
+ .awsui_tab-button_1gl9c_gqn4w_694 > .awsui_text_1gl9c_gqn4w_807:not(#\9) {
816
816
  display: none;
817
817
  }
818
818
  }
819
819
  }
820
820
  @supports not (contain: inline-size) {
821
- .awsui_tab-button_1gl9c_12e1r_694 > .awsui_count_1gl9c_12e1r_804:not(#\9) {
821
+ .awsui_tab-button_1gl9c_gqn4w_694 > .awsui_count_1gl9c_gqn4w_804:not(#\9) {
822
822
  display: none;
823
823
  }
824
- .awsui_tab-button_1gl9c_12e1r_694 > .awsui_text_1gl9c_12e1r_807:not(#\9) {
824
+ .awsui_tab-button_1gl9c_gqn4w_694 > .awsui_text_1gl9c_gqn4w_807:not(#\9) {
825
825
  display: inline;
826
826
  }
827
827
  }
828
828
 
829
- .awsui_loading-screen_1gl9c_12e1r_829:not(#\9),
830
- .awsui_error-screen_1gl9c_12e1r_830:not(#\9) {
829
+ .awsui_loading-screen_1gl9c_gqn4w_829:not(#\9),
830
+ .awsui_error-screen_1gl9c_gqn4w_830:not(#\9) {
831
831
  display: flex;
832
832
  align-items: center;
833
833
  justify-content: center;
834
834
  block-size: 480px;
835
- color: var(--color-text-body-secondary-bcbgoi, #424650);
835
+ color: var(--color-text-body-secondary-yna5sb, #424650);
836
836
  background: var(--color-background-code-editor-loading-6nwpin, #f9f9fa);
837
837
  border-start-start-radius: var(--border-radius-code-editor-5palck, 8px);
838
838
  border-start-end-radius: var(--border-radius-code-editor-5palck, 8px);
@@ -840,6 +840,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_12e1r_694:not(#\9):f
840
840
  border-end-end-radius: var(--border-radius-code-editor-5palck, 8px);
841
841
  }
842
842
 
843
- .awsui_error-screen_1gl9c_12e1r_830:not(#\9) {
843
+ .awsui_error-screen_1gl9c_gqn4w_830:not(#\9) {
844
844
  color: var(--color-text-status-error-ksqavh, #db0000);
845
845
  }