@cloudscape-design/components 3.0.326 → 3.0.327

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.
@@ -95,55 +95,62 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
97
  /* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
98
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor:not(#\9) {
98
+ .awsui_code-editor-refresh_1gl9c_14jnd_98 .ace_editor .ace_gutter:not(#\9) {
99
+ border-top-left-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
100
+ }
101
+ .awsui_code-editor-refresh_1gl9c_14jnd_98 .ace_editor .ace_scroller:not(#\9) {
102
+ border-top-right-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
103
+ }
104
+
105
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor:not(#\9) {
99
106
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
100
107
  font-size: 14px;
101
108
  line-height: 20px;
102
109
  }
103
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
104
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
110
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
111
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
105
112
  cursor: pointer;
106
113
  background-repeat: no-repeat;
107
114
  background-size: 16px 16px;
108
115
  background-position: 4px 2px;
109
116
  }
110
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
117
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
111
118
  background-image: none;
112
119
  }
113
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
120
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
114
121
  color: var(--color-text-status-error-p6dh5n, #d91515);
115
122
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
116
123
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
117
124
  }
118
125
  @supports (--css-variable-support-check: #000) {
119
126
  @media not print {
120
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
127
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
121
128
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
122
129
  }
123
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
130
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
124
131
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
125
132
  }
126
133
  }
127
134
  }
128
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
135
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
129
136
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d91515' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
130
137
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
131
138
  }
132
139
  @supports (--css-variable-support-check: #000) {
133
140
  @media not print {
134
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
141
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
135
142
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
136
143
  }
137
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
144
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
138
145
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23eb6f6f' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
139
146
  }
140
147
  }
141
148
  }
142
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-cell:not(#\9) {
149
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-cell:not(#\9) {
143
150
  padding-left: 24px;
144
151
  padding-right: 16px;
145
152
  }
146
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget:not(#\9) {
153
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget:not(#\9) {
147
154
  /* A good test case for disabled folds
148
155
  <<html<<<<
149
156
  </html>
@@ -152,139 +159,191 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
152
159
  margin-right: -15px;
153
160
  background-color: transparent;
154
161
  border: none;
162
+ }
163
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter_annotation:not(#\9) {
164
+ margin-left: -21px;
165
+ }
166
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget:not(#\9),
167
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter_annotation:not(#\9) {
155
168
  box-shadow: none;
156
169
  }
157
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
170
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget:not(#\9):focus,
171
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
172
+ position: relative;
173
+ }
174
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget:not(#\9):focus,
175
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter_annotation:not(#\9):focus {
176
+ outline: 2px dotted transparent;
177
+ outline-offset: calc(-1px - 1px);
178
+ }
179
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget:not(#\9):focus::before,
180
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
181
+ content: " ";
182
+ display: block;
183
+ position: absolute;
184
+ left: calc(-1 * -1px);
185
+ top: calc(-1 * -1px);
186
+ width: calc(100% + 2 * -1px);
187
+ height: calc(100% + 2 * -1px);
188
+ border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
189
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
190
+ }
191
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
158
192
  background: transparent;
159
193
  box-sizing: border-box;
160
194
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-nt3yge, #d1d5db);
161
195
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-nt3yge, #d1d5db);
162
196
  }
163
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
197
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
164
198
  border-top: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-tbaa9q, #5f6b7a);
165
199
  border-bottom: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-tbaa9q, #5f6b7a);
166
200
  }
167
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter:not(#\9) {
201
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter:not(#\9) {
168
202
  background-color: var(--color-background-code-editor-gutter-default-h4l2ku, #f4f4f4);
169
203
  color: var(--color-text-code-editor-gutter-default-w4avu2, #000716);
170
204
  }
171
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
205
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter:not(#\9):focus,
206
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_scroller:not(#\9):focus {
207
+ box-shadow: inset 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
208
+ }
209
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
172
210
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
173
211
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
174
212
  }
175
213
  @supports (--css-variable-support-check: #000) {
176
214
  @media not print {
177
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
215
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
178
216
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
179
217
  }
180
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
218
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
181
219
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
182
220
  }
183
221
  }
184
222
  }
185
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
223
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
186
224
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
187
225
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
188
226
  }
189
227
  @supports (--css-variable-support-check: #000) {
190
228
  @media not print {
191
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
229
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
192
230
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
193
231
  }
194
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
232
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
195
233
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
196
234
  }
197
235
  }
198
236
  }
199
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
237
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
200
238
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23414d5c' fill='%23414d5c' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
201
239
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
202
240
  }
203
241
  @supports (--css-variable-support-check: #000) {
204
242
  @media not print {
205
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
243
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
206
244
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
207
245
  }
208
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
246
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
209
247
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
210
248
  }
211
249
  }
212
250
  }
213
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
251
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
214
252
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
215
253
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
216
254
  }
217
255
  @supports (--css-variable-support-check: #000) {
218
256
  @media not print {
219
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
257
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
220
258
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
221
259
  }
222
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
260
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
223
261
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
224
262
  }
225
263
  }
226
264
  }
227
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line:not(#\9) {
265
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line:not(#\9) {
228
266
  background-color: var(--color-background-code-editor-gutter-active-line-default-vdvi0q, #5f6b7a);
229
267
  color: var(--color-text-code-editor-gutter-active-line-ltz9qi, #ffffff);
230
268
  }
231
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
269
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
270
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
271
+ position: relative;
272
+ }
273
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
274
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
275
+ outline: 2px dotted transparent;
276
+ outline-offset: calc(-2px - 1px);
277
+ }
278
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
279
+ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
280
+ content: " ";
281
+ display: block;
282
+ position: absolute;
283
+ left: calc(-1 * -2px);
284
+ top: calc(-1 * -2px);
285
+ width: calc(100% + 2 * -2px);
286
+ height: calc(100% + 2 * -2px);
287
+ border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
288
+ box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-ltz9qi, #ffffff);
289
+ }
290
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
232
291
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
233
292
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
234
293
  }
235
294
  @supports (--css-variable-support-check: #000) {
236
295
  @media not print {
237
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
296
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
238
297
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
239
298
  }
240
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
299
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
241
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='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
242
301
  }
243
302
  }
244
303
  }
245
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
304
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
246
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='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
247
306
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
248
307
  }
249
308
  @supports (--css-variable-support-check: #000) {
250
309
  @media not print {
251
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
310
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
252
311
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
253
312
  }
254
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
313
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
255
314
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
256
315
  }
257
316
  }
258
317
  }
259
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
318
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
260
319
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
261
320
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
262
321
  }
263
322
  @supports (--css-variable-support-check: #000) {
264
323
  @media not print {
265
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
324
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
266
325
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
267
326
  }
268
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
327
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
269
328
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
270
329
  }
271
330
  }
272
331
  }
273
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
332
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
274
333
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
275
334
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
276
335
  }
277
336
  @supports (--css-variable-support-check: #000) {
278
337
  @media not print {
279
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
338
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
280
339
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
281
340
  }
282
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
341
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
283
342
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
284
343
  }
285
344
  }
286
345
  }
287
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
346
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
288
347
  color: var(--color-text-code-editor-gutter-active-line-ltz9qi, #ffffff);
289
348
  background-color: var(--color-background-code-editor-gutter-active-line-error-bipje4, #d91515);
290
349
  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");
@@ -292,98 +351,91 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
292
351
  }
293
352
  @supports (--css-variable-support-check: #000) {
294
353
  @media not print {
295
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
354
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
296
355
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
297
356
  }
298
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
357
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
299
358
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
300
359
  }
301
360
  }
302
361
  }
303
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
362
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
304
363
  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");
305
364
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
306
365
  }
307
366
  @supports (--css-variable-support-check: #000) {
308
367
  @media not print {
309
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
368
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
310
369
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
311
370
  }
312
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
371
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
313
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='%23000716' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
314
373
  }
315
374
  }
316
375
  }
317
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
376
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
318
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='%23d1d5db' fill='%23d1d5db' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
319
378
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
320
379
  }
321
380
  @supports (--css-variable-support-check: #000) {
322
381
  @media not print {
323
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
382
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
324
383
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
325
384
  }
326
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
385
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
327
386
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
328
387
  }
329
388
  }
330
389
  }
331
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
390
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
332
391
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
333
392
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
334
393
  }
335
394
  @supports (--css-variable-support-check: #000) {
336
395
  @media not print {
337
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
396
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
338
397
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
339
398
  }
340
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
399
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
341
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='%23000716' fill='%23000716' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
342
401
  }
343
402
  }
344
403
  }
345
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
404
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
346
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='%23d1d5db' fill='%23d1d5db' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
347
406
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
348
407
  }
349
408
  @supports (--css-variable-support-check: #000) {
350
409
  @media not print {
351
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
410
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
352
411
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
353
412
  }
354
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
413
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
355
414
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23192534' fill='%23192534' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
356
415
  }
357
416
  }
358
417
  }
359
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
418
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
360
419
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbfbfb' fill='%23fbfbfb' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
361
420
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
362
421
  }
363
422
  @supports (--css-variable-support-check: #000) {
364
423
  @media not print {
365
- .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
424
+ .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
366
425
  /* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
367
426
  }
368
- .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_3tumm_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
427
+ .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_14jnd_98 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
369
428
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23000716' fill='%23000716' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
370
429
  }
371
430
  }
372
431
  }
373
432
 
374
- .awsui_code-editor-refresh_1gl9c_3tumm_374 .ace_editor .ace_gutter:not(#\9) {
375
- border-top-left-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
376
- }
377
- .awsui_code-editor-refresh_1gl9c_3tumm_374 .ace_editor .ace_scroller:not(#\9) {
378
- border-top-right-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
379
- }
380
-
381
433
  /* stylelint-enable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
382
434
  /*
383
435
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
384
436
  SPDX-License-Identifier: Apache-2.0
385
437
  */
386
- .awsui_pane_1gl9c_3tumm_386:not(#\9) {
438
+ .awsui_pane_1gl9c_14jnd_438:not(#\9) {
387
439
  display: flex;
388
440
  position: relative;
389
441
  flex-direction: row;
@@ -394,74 +446,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
394
446
  background: var(--color-background-code-editor-status-bar-ox523p, #f4f4f4);
395
447
  color: var(--color-text-body-default-su7kuo, #000716);
396
448
  }
397
- .awsui_pane__close-container_1gl9c_3tumm_397:not(#\9) {
449
+ .awsui_pane__close-container_1gl9c_14jnd_449:not(#\9) {
398
450
  position: absolute;
399
451
  top: 0;
400
452
  right: calc(var(--space-s-hdd878, 12px) / 2);
401
453
  }
402
- .awsui_pane__list_1gl9c_3tumm_402:not(#\9) {
454
+ .awsui_pane__list_1gl9c_14jnd_454:not(#\9) {
403
455
  flex: 1;
404
456
  overflow: auto;
405
457
  max-height: 100%;
406
458
  box-sizing: border-box;
407
459
  margin-right: calc(var(--font-body-m-line-height-rfgrp9, 22px) + 2 * var(--space-xs-edba2s, 8px));
408
460
  }
409
- .awsui_pane__table_1gl9c_3tumm_409:not(#\9) {
461
+ .awsui_pane__table_1gl9c_14jnd_461:not(#\9) {
410
462
  width: 100%;
411
463
  border-spacing: 0;
412
464
  margin: var(--space-s-hdd878, 12px) 0;
413
465
  }
414
- .awsui_pane__item_1gl9c_3tumm_414 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9) {
466
+ .awsui_pane__item_1gl9c_14jnd_466 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9) {
415
467
  border-top: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
416
468
  border-bottom: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
417
469
  }
418
- .awsui_pane__item_1gl9c_3tumm_414 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9):first-child {
470
+ .awsui_pane__item_1gl9c_14jnd_466 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9):first-child {
419
471
  border-left: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
420
472
  border-top-left-radius: var(--border-radius-item-gyl0qr, 8px);
421
473
  border-bottom-left-radius: var(--border-radius-item-gyl0qr, 8px);
422
474
  }
423
- .awsui_pane__item_1gl9c_3tumm_414 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9):last-child {
475
+ .awsui_pane__item_1gl9c_14jnd_466 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9):last-child {
424
476
  border-right: var(--border-item-width-y36svo, 2px) solid var(--color-transparent-c8buz2, transparent);
425
477
  border-top-right-radius: var(--border-radius-item-gyl0qr, 8px);
426
478
  border-bottom-right-radius: var(--border-radius-item-gyl0qr, 8px);
427
479
  }
428
- .awsui_pane__item--highlighted_1gl9c_3tumm_428:not(#\9), .awsui_pane__item_1gl9c_3tumm_414:not(#\9):hover, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):focus {
480
+ .awsui_pane__item--highlighted_1gl9c_14jnd_480:not(#\9), .awsui_pane__item_1gl9c_14jnd_466:not(#\9):hover, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):focus {
429
481
  cursor: pointer;
430
482
  outline: none;
431
483
  }
432
- .awsui_pane__item--highlighted_1gl9c_3tumm_428 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9), .awsui_pane__item_1gl9c_3tumm_414:not(#\9):hover > .awsui_pane__cell_1gl9c_3tumm_414, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):focus > .awsui_pane__cell_1gl9c_3tumm_414 {
484
+ .awsui_pane__item--highlighted_1gl9c_14jnd_480 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9), .awsui_pane__item_1gl9c_14jnd_466:not(#\9):hover > .awsui_pane__cell_1gl9c_14jnd_466, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):focus > .awsui_pane__cell_1gl9c_14jnd_466 {
433
485
  background-color: var(--color-background-code-editor-pane-item-hover-4db1uq, #e9ebed);
434
486
  }
435
- .awsui_pane__item--highlighted_1gl9c_3tumm_428 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9), .awsui_pane__item_1gl9c_3tumm_414:not(#\9):hover > .awsui_pane__cell_1gl9c_3tumm_414, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):focus > .awsui_pane__cell_1gl9c_3tumm_414 {
487
+ .awsui_pane__item--highlighted_1gl9c_14jnd_480 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9), .awsui_pane__item_1gl9c_14jnd_466:not(#\9):hover > .awsui_pane__cell_1gl9c_14jnd_466, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):focus > .awsui_pane__cell_1gl9c_14jnd_466 {
436
488
  border-top: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
437
489
  border-bottom: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
438
490
  }
439
- .awsui_pane__item--highlighted_1gl9c_3tumm_428 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9):first-child, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):hover > .awsui_pane__cell_1gl9c_3tumm_414:first-child, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):focus > .awsui_pane__cell_1gl9c_3tumm_414:first-child {
491
+ .awsui_pane__item--highlighted_1gl9c_14jnd_480 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9):first-child, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):hover > .awsui_pane__cell_1gl9c_14jnd_466:first-child, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):focus > .awsui_pane__cell_1gl9c_14jnd_466:first-child {
440
492
  border-left: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
441
493
  border-top-left-radius: var(--border-radius-item-gyl0qr, 8px);
442
494
  border-bottom-left-radius: var(--border-radius-item-gyl0qr, 8px);
443
495
  }
444
- .awsui_pane__item--highlighted_1gl9c_3tumm_428 > .awsui_pane__cell_1gl9c_3tumm_414:not(#\9):last-child, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):hover > .awsui_pane__cell_1gl9c_3tumm_414:last-child, .awsui_pane__item_1gl9c_3tumm_414:not(#\9):focus > .awsui_pane__cell_1gl9c_3tumm_414:last-child {
496
+ .awsui_pane__item--highlighted_1gl9c_14jnd_480 > .awsui_pane__cell_1gl9c_14jnd_466:not(#\9):last-child, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):hover > .awsui_pane__cell_1gl9c_14jnd_466:last-child, .awsui_pane__item_1gl9c_14jnd_466:not(#\9):focus > .awsui_pane__cell_1gl9c_14jnd_466:last-child {
445
497
  border-right: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-pane-item-hover-5gr49n, #7d8998);
446
498
  border-top-right-radius: var(--border-radius-item-gyl0qr, 8px);
447
499
  border-bottom-right-radius: var(--border-radius-item-gyl0qr, 8px);
448
500
  }
449
- .awsui_pane__location_1gl9c_3tumm_449:not(#\9), .awsui_pane__description_1gl9c_3tumm_449:not(#\9) {
501
+ .awsui_pane__location_1gl9c_14jnd_501:not(#\9), .awsui_pane__description_1gl9c_14jnd_501:not(#\9) {
450
502
  padding: var(--space-xxs-ja5cp8, 4px) var(--space-s-hdd878, 12px);
451
503
  }
452
- .awsui_pane__location_1gl9c_3tumm_449:not(#\9) {
504
+ .awsui_pane__location_1gl9c_14jnd_501:not(#\9) {
453
505
  vertical-align: baseline;
454
506
  white-space: nowrap;
455
507
  padding-left: calc(var(--space-l-f4l5gr, 20px) + var(--space-s-hdd878, 12px));
456
508
  }
457
- .awsui_pane__description_1gl9c_3tumm_449:not(#\9) {
509
+ .awsui_pane__description_1gl9c_14jnd_501:not(#\9) {
458
510
  padding-right: 0;
459
511
  min-width: 0;
460
512
  -ms-word-break: break-all;
461
513
  word-break: break-word;
462
514
  }
463
515
 
464
- .awsui_focus-lock_1gl9c_3tumm_464:not(#\9) {
516
+ .awsui_focus-lock_1gl9c_14jnd_516:not(#\9) {
465
517
  height: 100%;
466
518
  }
467
519
 
@@ -469,7 +521,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
469
521
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
470
522
  SPDX-License-Identifier: Apache-2.0
471
523
  */
472
- .awsui_code-editor_1gl9c_3tumm_98:not(#\9) {
524
+ .awsui_code-editor_1gl9c_14jnd_98:not(#\9) {
473
525
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
474
526
  border-collapse: separate;
475
527
  border-spacing: 0;
@@ -512,23 +564,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
512
564
  width: 100%;
513
565
  }
514
566
 
515
- .awsui_editor_1gl9c_3tumm_489:not(#\9) {
567
+ .awsui_editor_1gl9c_14jnd_541:not(#\9) {
516
568
  position: absolute;
517
569
  top: 0;
518
570
  right: 0;
519
571
  bottom: 0;
520
572
  left: 0;
521
573
  }
522
- .awsui_editor_1gl9c_3tumm_489:not(#\9):focus {
574
+ .awsui_editor_1gl9c_14jnd_541:not(#\9):focus {
523
575
  position: relative;
524
576
  position: absolute;
525
577
  overflow: visible;
526
578
  }
527
- .awsui_editor_1gl9c_3tumm_489:not(#\9):focus {
579
+ .awsui_editor_1gl9c_14jnd_541:not(#\9):focus {
528
580
  outline: 2px dotted transparent;
529
581
  outline-offset: calc(3px - 1px);
530
582
  }
531
- .awsui_editor_1gl9c_3tumm_489:not(#\9):focus::before {
583
+ .awsui_editor_1gl9c_14jnd_541:not(#\9):focus::before {
532
584
  content: " ";
533
585
  display: block;
534
586
  position: absolute;
@@ -540,12 +592,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
540
592
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
541
593
  }
542
594
 
543
- .awsui_editor-refresh_1gl9c_3tumm_517:not(#\9) {
595
+ .awsui_editor-refresh_1gl9c_14jnd_569:not(#\9) {
544
596
  border-top-left-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
545
597
  border-top-right-radius: calc(var(--border-radius-code-editor-psbxml, 8px) - var(--border-item-width-y36svo, 2px));
546
598
  }
547
599
 
548
- .awsui_status-bar_1gl9c_3tumm_522:not(#\9) {
600
+ .awsui_status-bar_1gl9c_14jnd_574:not(#\9) {
549
601
  display: flex;
550
602
  vertical-align: middle;
551
603
  border-top: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-default-iwcl1g, #d1d5db);
@@ -554,41 +606,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
554
606
  -ms-word-break: break-all;
555
607
  word-break: break-word;
556
608
  }
557
- .awsui_status-bar-with-hidden-pane_1gl9c_3tumm_531:not(#\9) {
609
+ .awsui_status-bar-with-hidden-pane_1gl9c_14jnd_583:not(#\9) {
558
610
  border-bottom-left-radius: var(--border-radius-code-editor-psbxml, 8px);
559
611
  border-bottom-right-radius: var(--border-radius-code-editor-psbxml, 8px);
560
612
  }
561
- .awsui_status-bar__left_1gl9c_3tumm_535:not(#\9) {
613
+ .awsui_status-bar__left_1gl9c_14jnd_587:not(#\9) {
562
614
  flex: 1;
563
615
  display: flex;
564
616
  flex-wrap: wrap;
565
617
  padding-left: var(--space-l-f4l5gr, 20px);
566
618
  border-right: var(--border-item-width-y36svo, 2px) solid var(--color-border-code-editor-default-iwcl1g, #d1d5db);
567
619
  }
568
- .awsui_status-bar__left-virtual_1gl9c_3tumm_542:not(#\9) {
620
+ .awsui_status-bar__left-virtual_1gl9c_14jnd_594:not(#\9) {
569
621
  flex-wrap: nowrap;
570
622
  white-space: nowrap;
571
623
  }
572
- .awsui_status-bar__right_1gl9c_3tumm_546:not(#\9) {
624
+ .awsui_status-bar__right_1gl9c_14jnd_598:not(#\9) {
573
625
  display: flex;
574
626
  align-items: center;
575
627
  }
576
- .awsui_status-bar__language-mode_1gl9c_3tumm_550:not(#\9), .awsui_status-bar__cursor-position_1gl9c_3tumm_550:not(#\9) {
628
+ .awsui_status-bar__language-mode_1gl9c_14jnd_602:not(#\9), .awsui_status-bar__cursor-position_1gl9c_14jnd_602:not(#\9) {
577
629
  display: inline-block;
578
630
  color: var(--color-text-body-default-su7kuo, #000716);
579
631
  padding: var(--space-scaled-xs-wbfgrv, 8px) var(--space-s-hdd878, 12px);
580
632
  }
581
- .awsui_status-bar__cog-button_1gl9c_3tumm_555:not(#\9) {
633
+ .awsui_status-bar__cog-button_1gl9c_14jnd_607:not(#\9) {
582
634
  padding: calc(var(--space-scaled-xxs-t2t62i, 4px) - 1px) calc(var(--space-xs-edba2s, 8px) - 2px);
583
635
  }
584
636
 
585
- .awsui_status-bar-virtual_1gl9c_3tumm_559:not(#\9) {
637
+ .awsui_status-bar-virtual_1gl9c_14jnd_611:not(#\9) {
586
638
  position: absolute !important;
587
639
  top: -9999px !important;
588
640
  left: -9999px !important;
589
641
  }
590
642
 
591
- .awsui_tab-button_1gl9c_3tumm_565:not(#\9) {
643
+ .awsui_tab-button_1gl9c_14jnd_617:not(#\9) {
592
644
  position: relative;
593
645
  display: inline-block;
594
646
  padding: var(--space-scaled-xs-wbfgrv, 8px) var(--space-s-hdd878, 12px);
@@ -601,10 +653,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
601
653
  cursor: pointer;
602
654
  z-index: 1;
603
655
  }
604
- .awsui_tab-button--refresh_1gl9c_3tumm_578:not(#\9) {
656
+ .awsui_tab-button--refresh_1gl9c_14jnd_630:not(#\9) {
605
657
  padding-bottom: calc(var(--space-scaled-xs-wbfgrv, 8px) + var(--border-active-width-il32zr, 4px) - 2px);
606
658
  }
607
- .awsui_tab-button_1gl9c_3tumm_565:not(#\9)::after {
659
+ .awsui_tab-button_1gl9c_14jnd_617:not(#\9)::after {
608
660
  content: "";
609
661
  position: absolute;
610
662
  left: 0;
@@ -615,46 +667,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
615
667
  background: var(--color-text-status-error-p6dh5n, #d91515);
616
668
  opacity: 0;
617
669
  }
618
- .awsui_tab-button--active_1gl9c_3tumm_592:not(#\9)::after {
670
+ .awsui_tab-button--active_1gl9c_14jnd_644:not(#\9)::after {
619
671
  opacity: 1;
620
672
  }
621
- .awsui_tab-button--refresh_1gl9c_3tumm_578:not(#\9)::after {
673
+ .awsui_tab-button--refresh_1gl9c_14jnd_630:not(#\9)::after {
622
674
  transition: opacity var(--motion-duration-refresh-only-medium-wkp575, 165ms) var(--motion-easing-refresh-only-c-1md9b3, cubic-bezier(0.84, 0, 0.16, 1));
623
675
  }
624
676
  @media (prefers-reduced-motion: reduce) {
625
- .awsui_tab-button--refresh_1gl9c_3tumm_578:not(#\9)::after {
677
+ .awsui_tab-button--refresh_1gl9c_14jnd_630:not(#\9)::after {
626
678
  animation: none;
627
679
  transition: none;
628
680
  }
629
681
  }
630
- .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_3tumm_578:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_3tumm_578:not(#\9)::after {
682
+ .awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_14jnd_630:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_14jnd_630:not(#\9)::after {
631
683
  animation: none;
632
684
  transition: none;
633
685
  }
634
- .awsui_tab-button_1gl9c_3tumm_565:not(#\9):hover {
686
+ .awsui_tab-button_1gl9c_14jnd_617:not(#\9):hover {
635
687
  color: var(--color-text-code-editor-tab-button-error-aoajaw, #ffffff);
636
688
  background: var(--color-text-status-error-p6dh5n, #d91515);
637
689
  }
638
- .awsui_tab-button--disabled_1gl9c_3tumm_612:not(#\9) {
690
+ .awsui_tab-button--disabled_1gl9c_14jnd_664:not(#\9) {
639
691
  font-weight: normal;
640
692
  color: var(--color-text-code-editor-status-bar-disabled-bt6wtz, #7d8998);
641
693
  cursor: default;
642
694
  }
643
- .awsui_tab-button--disabled_1gl9c_3tumm_612:not(#\9):hover {
695
+ .awsui_tab-button--disabled_1gl9c_14jnd_664:not(#\9):hover {
644
696
  color: var(--color-text-code-editor-status-bar-disabled-bt6wtz, #7d8998);
645
697
  background: transparent;
646
698
  }
647
- .awsui_tab-button--disabled_1gl9c_3tumm_612:not(#\9)::after {
699
+ .awsui_tab-button--disabled_1gl9c_14jnd_664:not(#\9)::after {
648
700
  display: none;
649
701
  }
650
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_3tumm_565:not(#\9):focus {
702
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14jnd_617:not(#\9):focus {
651
703
  position: relative;
652
704
  }
653
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_3tumm_565:not(#\9):focus {
705
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14jnd_617:not(#\9):focus {
654
706
  outline: 2px dotted transparent;
655
707
  outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-m3gwa3, -7px) - 1px);
656
708
  }
657
- body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_3tumm_565:not(#\9):focus::before {
709
+ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_14jnd_617:not(#\9):focus::before {
658
710
  content: " ";
659
711
  display: block;
660
712
  position: absolute;
@@ -665,19 +717,19 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_3tumm_565:not(#\9):f
665
717
  border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
666
718
  box-shadow: 0 0 0 2px var(--color-border-item-focused-4t19h5, #0972d3);
667
719
  }
668
- .awsui_tab-button--divider_1gl9c_3tumm_642:not(#\9) {
720
+ .awsui_tab-button--divider_1gl9c_14jnd_694:not(#\9) {
669
721
  display: inline-block;
670
722
  height: var(--font-body-m-line-height-rfgrp9, 22px);
671
723
  width: var(--border-code-editor-status-divider-width-ku6xb1, 2px);
672
724
  background: var(--color-border-tabs-divider-7cs6of, #e9ebed);
673
725
  vertical-align: middle;
674
726
  }
675
- .awsui_tab-button--errors_1gl9c_3tumm_649:not(#\9), .awsui_tab-button--warnings_1gl9c_3tumm_649:not(#\9) {
727
+ .awsui_tab-button--errors_1gl9c_14jnd_701:not(#\9), .awsui_tab-button--warnings_1gl9c_14jnd_701:not(#\9) {
676
728
  /* used in test-utils */
677
729
  }
678
730
 
679
- .awsui_loading-screen_1gl9c_3tumm_653:not(#\9),
680
- .awsui_error-screen_1gl9c_3tumm_654:not(#\9) {
731
+ .awsui_loading-screen_1gl9c_14jnd_705:not(#\9),
732
+ .awsui_error-screen_1gl9c_14jnd_706:not(#\9) {
681
733
  display: flex;
682
734
  align-items: center;
683
735
  justify-content: center;
@@ -687,6 +739,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_3tumm_565:not(#\9):f
687
739
  border-radius: var(--border-radius-code-editor-psbxml, 8px);
688
740
  }
689
741
 
690
- .awsui_error-screen_1gl9c_3tumm_654:not(#\9) {
742
+ .awsui_error-screen_1gl9c_14jnd_706:not(#\9) {
691
743
  color: var(--color-text-status-error-p6dh5n, #d91515);
692
744
  }