@cloudscape-design/components 3.0.864 → 3.0.866
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.
- package/button/internal.js +1 -1
- package/button/internal.js.map +1 -1
- package/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +139 -137
- package/code-editor/styles.selectors.js +33 -33
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/hooks/use-performance-marks/index.d.ts +1 -1
- package/internal/hooks/use-performance-marks/index.d.ts.map +1 -1
- package/internal/hooks/use-performance-marks/index.js +2 -2
- package/internal/hooks/use-performance-marks/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/table/internal.js +1 -1
- package/table/internal.js.map +1 -1
|
@@ -155,59 +155,59 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
155
|
SPDX-License-Identifier: Apache-2.0
|
|
156
156
|
*/
|
|
157
157
|
/* stylelint-disable selector-combinator-disallowed-list, @cloudscape-design/no-implicit-descendant */
|
|
158
|
-
.awsui_code-editor-
|
|
158
|
+
.awsui_code-editor-refresh_1gl9c_doe5k_158 .ace_editor .ace_gutter:not(#\9) {
|
|
159
159
|
border-start-start-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
|
|
160
160
|
}
|
|
161
|
-
.awsui_code-editor-
|
|
161
|
+
.awsui_code-editor-refresh_1gl9c_doe5k_158 .ace_editor .ace_scroller:not(#\9) {
|
|
162
162
|
border-start-end-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.awsui_code-
|
|
165
|
+
.awsui_code-editor_1gl9c_doe5k_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-
|
|
171
|
-
.awsui_code-
|
|
170
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9),
|
|
171
|
+
.awsui_code-editor_1gl9c_doe5k_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-
|
|
177
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_info:not(#\9) {
|
|
178
178
|
background-image: none;
|
|
179
179
|
}
|
|
180
|
-
.awsui_code-
|
|
180
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
181
181
|
color: var(--color-text-status-error-5676bj, #db0000);
|
|
182
182
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23db0000' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
183
183
|
}
|
|
184
184
|
@supports (--css-variable-support-check: #000) {
|
|
185
185
|
@media not print {
|
|
186
|
-
.awsui_code-
|
|
186
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
187
187
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
188
188
|
}
|
|
189
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
189
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_error:not(#\9) {
|
|
190
190
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ff7a7a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
.awsui_code-
|
|
194
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
195
195
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23855900' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
196
196
|
}
|
|
197
197
|
@supports (--css-variable-support-check: #000) {
|
|
198
198
|
@media not print {
|
|
199
|
-
.awsui_code-
|
|
199
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
200
200
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
201
201
|
}
|
|
202
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
202
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell.ace_warning:not(#\9) {
|
|
203
203
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23fbd332' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
|
-
.awsui_code-
|
|
207
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-cell:not(#\9) {
|
|
208
208
|
padding-inline: 24px 16px;
|
|
209
209
|
}
|
|
210
|
-
.awsui_code-
|
|
210
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget:not(#\9) {
|
|
211
211
|
/* A good test case for disabled folds
|
|
212
212
|
<<html<<<<
|
|
213
213
|
</html>
|
|
@@ -218,24 +218,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
218
218
|
border-block: none;
|
|
219
219
|
border-inline: none;
|
|
220
220
|
}
|
|
221
|
-
.awsui_code-
|
|
221
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
222
222
|
margin-inline-start: -21px;
|
|
223
223
|
}
|
|
224
|
-
.awsui_code-
|
|
225
|
-
.awsui_code-
|
|
224
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget:not(#\9),
|
|
225
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter_annotation:not(#\9) {
|
|
226
226
|
box-shadow: none;
|
|
227
227
|
}
|
|
228
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
229
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
228
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
229
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
230
230
|
position: relative;
|
|
231
231
|
}
|
|
232
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
233
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
232
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget:not(#\9):focus,
|
|
233
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter_annotation:not(#\9):focus {
|
|
234
234
|
outline: 2px dotted transparent;
|
|
235
235
|
outline-offset: calc(-1px - 1px);
|
|
236
236
|
}
|
|
237
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
238
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
237
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget:not(#\9):focus::before,
|
|
238
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter_annotation:not(#\9):focus::before {
|
|
239
239
|
content: " ";
|
|
240
240
|
display: block;
|
|
241
241
|
position: absolute;
|
|
@@ -249,91 +249,91 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
249
249
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
250
250
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
251
251
|
}
|
|
252
|
-
.awsui_code-
|
|
252
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
253
253
|
background: transparent;
|
|
254
254
|
box-sizing: border-box;
|
|
255
255
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-3a7k5r, #dedee3);
|
|
256
256
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-light-theme-3a7k5r, #dedee3);
|
|
257
257
|
}
|
|
258
|
-
.awsui_code-
|
|
258
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor.ace_dark .ace_marker-layer > .ace_active-line:not(#\9) {
|
|
259
259
|
border-block-start: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-8s541m, #656871);
|
|
260
260
|
border-block-end: 1px solid var(--color-border-code-editor-ace-active-line-dark-theme-8s541m, #656871);
|
|
261
261
|
}
|
|
262
|
-
.awsui_code-
|
|
262
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter:not(#\9) {
|
|
263
263
|
background-color: var(--color-background-code-editor-gutter-default-v5e78w, #f3f3f7);
|
|
264
264
|
color: var(--color-text-code-editor-gutter-default-wzd6uj, #0f141a);
|
|
265
265
|
}
|
|
266
|
-
.awsui_code-
|
|
267
|
-
.awsui_code-
|
|
266
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter:not(#\9):focus,
|
|
267
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_scroller:not(#\9):focus {
|
|
268
268
|
box-shadow: inset 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
269
269
|
}
|
|
270
|
-
.awsui_code-
|
|
270
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
271
271
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
272
272
|
}
|
|
273
273
|
@supports (--css-variable-support-check: #000) {
|
|
274
274
|
@media not print {
|
|
275
|
-
.awsui_code-
|
|
275
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
276
276
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
277
277
|
}
|
|
278
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
278
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9) {
|
|
279
279
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
.awsui_code-
|
|
283
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
284
284
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
285
285
|
}
|
|
286
286
|
@supports (--css-variable-support-check: #000) {
|
|
287
287
|
@media not print {
|
|
288
|
-
.awsui_code-
|
|
288
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
289
289
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
290
290
|
}
|
|
291
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
291
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_open:not(#\9):hover {
|
|
292
292
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
|
-
.awsui_code-
|
|
296
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
297
297
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23424650' fill='%23424650' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
298
298
|
}
|
|
299
299
|
@supports (--css-variable-support-check: #000) {
|
|
300
300
|
@media not print {
|
|
301
|
-
.awsui_code-
|
|
301
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
302
302
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
303
303
|
}
|
|
304
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
304
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9) {
|
|
305
305
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
|
-
.awsui_code-
|
|
309
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
310
310
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
311
311
|
}
|
|
312
312
|
@supports (--css-variable-support-check: #000) {
|
|
313
313
|
@media not print {
|
|
314
|
-
.awsui_code-
|
|
314
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
315
315
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
316
316
|
}
|
|
317
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
317
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
318
318
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
|
-
.awsui_code-
|
|
322
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line:not(#\9) {
|
|
323
323
|
background-color: var(--color-background-code-editor-gutter-active-line-default-v8is2q, #656871);
|
|
324
324
|
color: var(--color-text-code-editor-gutter-active-line-xn0lux, #ffffff);
|
|
325
325
|
}
|
|
326
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
327
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
326
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
327
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
328
328
|
position: relative;
|
|
329
329
|
}
|
|
330
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
331
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
330
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus,
|
|
331
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus {
|
|
332
332
|
outline: 2px dotted transparent;
|
|
333
333
|
outline-offset: calc(-2px - 1px);
|
|
334
334
|
}
|
|
335
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
336
|
-
body[data-awsui-focus-visible=true] .awsui_code-
|
|
335
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line .ace_fold-widget:not(#\9):focus::before,
|
|
336
|
+
body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line .ace_gutter_annotation:not(#\9):focus::before {
|
|
337
337
|
content: " ";
|
|
338
338
|
display: block;
|
|
339
339
|
position: absolute;
|
|
@@ -347,134 +347,134 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
347
347
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
348
348
|
box-shadow: 0 0 0 2px var(--color-text-code-editor-gutter-active-line-xn0lux, #ffffff);
|
|
349
349
|
}
|
|
350
|
-
.awsui_code-
|
|
350
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
351
351
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
352
352
|
}
|
|
353
353
|
@supports (--css-variable-support-check: #000) {
|
|
354
354
|
@media not print {
|
|
355
|
-
.awsui_code-
|
|
355
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
356
356
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
357
357
|
}
|
|
358
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
358
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9) {
|
|
359
359
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
|
-
.awsui_code-
|
|
363
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
364
364
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
365
365
|
}
|
|
366
366
|
@supports (--css-variable-support-check: #000) {
|
|
367
367
|
@media not print {
|
|
368
|
-
.awsui_code-
|
|
368
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
369
369
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
370
370
|
}
|
|
371
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
371
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
372
372
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
.awsui_code-
|
|
376
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
377
377
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
378
378
|
}
|
|
379
379
|
@supports (--css-variable-support-check: #000) {
|
|
380
380
|
@media not print {
|
|
381
|
-
.awsui_code-
|
|
381
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
382
382
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
383
383
|
}
|
|
384
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
384
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9) {
|
|
385
385
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
386
386
|
}
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
|
-
.awsui_code-
|
|
389
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
390
390
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
391
391
|
}
|
|
392
392
|
@supports (--css-variable-support-check: #000) {
|
|
393
393
|
@media not print {
|
|
394
|
-
.awsui_code-
|
|
394
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
395
395
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
396
396
|
}
|
|
397
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
397
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
398
398
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
-
.awsui_code-
|
|
402
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
403
403
|
color: var(--color-text-code-editor-gutter-active-line-xn0lux, #ffffff);
|
|
404
404
|
background-color: var(--color-background-code-editor-gutter-active-line-error-bd4ln4, #db0000);
|
|
405
405
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
406
406
|
}
|
|
407
407
|
@supports (--css-variable-support-check: #000) {
|
|
408
408
|
@media not print {
|
|
409
|
-
.awsui_code-
|
|
409
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
410
410
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
411
411
|
}
|
|
412
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
412
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error:not(#\9) {
|
|
413
413
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Ccircle cx='8' cy='8' r='7'/%3E %3Cpath d='M10.828 5.172l-5.656 5.656M10.828 10.828L5.172 5.172'/%3E %3C/svg%3E");
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
}
|
|
417
|
-
.awsui_code-
|
|
417
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
418
418
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23ffffff' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
419
419
|
}
|
|
420
420
|
@supports (--css-variable-support-check: #000) {
|
|
421
421
|
@media not print {
|
|
422
|
-
.awsui_code-
|
|
422
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
423
423
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
424
424
|
}
|
|
425
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
425
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning:not(#\9) {
|
|
426
426
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill-opacity='0' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M8 1l7 14H1L8 1z'/%3E %3Cpath d='M7.99 12H8v.01h-.01zM8 6v4'/%3E %3C/svg%3E");
|
|
427
427
|
}
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
.awsui_code-
|
|
430
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
431
431
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
432
432
|
}
|
|
433
433
|
@supports (--css-variable-support-check: #000) {
|
|
434
434
|
@media not print {
|
|
435
|
-
.awsui_code-
|
|
435
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
436
436
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
437
437
|
}
|
|
438
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
438
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9) {
|
|
439
439
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
|
-
.awsui_code-
|
|
443
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
444
444
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
445
445
|
}
|
|
446
446
|
@supports (--css-variable-support-check: #000) {
|
|
447
447
|
@media not print {
|
|
448
|
-
.awsui_code-
|
|
448
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
449
449
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
450
450
|
}
|
|
451
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
451
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_open:not(#\9):hover {
|
|
452
452
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2'%3E %3Cpath d='M4 5h8l-4 6-4-6z' stroke-linejoin='round'/%3E %3C/svg%3E");
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
|
-
.awsui_code-
|
|
456
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
457
457
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23dedee3' fill='%23dedee3' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
458
458
|
}
|
|
459
459
|
@supports (--css-variable-support-check: #000) {
|
|
460
460
|
@media not print {
|
|
461
|
-
.awsui_code-
|
|
461
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
462
462
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
463
463
|
}
|
|
464
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
464
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9), .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9), .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9) {
|
|
465
465
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%231b232d' fill='%231b232d' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
|
-
.awsui_code-
|
|
469
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
470
470
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%23f9f9fa' fill='%23f9f9fa' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
471
471
|
}
|
|
472
472
|
@supports (--css-variable-support-check: #000) {
|
|
473
473
|
@media not print {
|
|
474
|
-
.awsui_code-
|
|
474
|
+
.awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
475
475
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
476
476
|
}
|
|
477
|
-
.awsui-polaris-dark-mode .awsui_code-
|
|
477
|
+
.awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_error > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-polaris-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover, .awsui-dark-mode .awsui_code-editor_1gl9c_doe5k_158 .ace_editor .ace_gutter-active-line.ace_warning > .ace_fold-widget.ace_closed:not(#\9):hover {
|
|
478
478
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='%230f141a' fill='%230f141a' stroke-width='2' stroke-linejoin='round'%3E %3Cpath d='M5 4v8l6-4-6-4z'/%3E %3C/svg%3E");
|
|
479
479
|
}
|
|
480
480
|
}
|
|
@@ -489,7 +489,7 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
489
489
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
490
490
|
SPDX-License-Identifier: Apache-2.0
|
|
491
491
|
*/
|
|
492
|
-
.
|
|
492
|
+
.awsui_pane_1gl9c_doe5k_492:not(#\9) {
|
|
493
493
|
display: flex;
|
|
494
494
|
position: relative;
|
|
495
495
|
flex-direction: row;
|
|
@@ -500,79 +500,79 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
500
500
|
background: var(--color-background-code-editor-status-bar-ybpgwu, #f3f3f7);
|
|
501
501
|
color: var(--color-text-body-default-7v1jfn, #0f141a);
|
|
502
502
|
}
|
|
503
|
-
.awsui_pane__close-
|
|
503
|
+
.awsui_pane__close-container_1gl9c_doe5k_503:not(#\9) {
|
|
504
504
|
position: absolute;
|
|
505
505
|
inset-block-start: 0;
|
|
506
506
|
inset-inline-end: calc(var(--space-s-34lx8l, 12px) / 2);
|
|
507
507
|
}
|
|
508
|
-
.
|
|
508
|
+
.awsui_pane__list_1gl9c_doe5k_508:not(#\9) {
|
|
509
509
|
flex: 1;
|
|
510
510
|
overflow: auto;
|
|
511
511
|
max-block-size: 100%;
|
|
512
512
|
box-sizing: border-box;
|
|
513
513
|
margin-inline-end: calc(var(--line-height-body-m-30ar75, 20px) + 2 * var(--space-xs-zb16t3, 8px));
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.awsui_pane__table_1gl9c_doe5k_515:not(#\9) {
|
|
516
516
|
inline-size: 100%;
|
|
517
517
|
border-spacing: 0;
|
|
518
518
|
margin-block: var(--space-s-34lx8l, 12px);
|
|
519
519
|
margin-inline: 0;
|
|
520
520
|
}
|
|
521
|
-
.
|
|
521
|
+
.awsui_pane__item_1gl9c_doe5k_521 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9) {
|
|
522
522
|
border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
|
|
523
523
|
border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
.awsui_pane__item_1gl9c_doe5k_521 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9):first-child {
|
|
526
526
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
|
|
527
527
|
border-start-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
528
528
|
border-end-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
529
529
|
}
|
|
530
|
-
.
|
|
530
|
+
.awsui_pane__item_1gl9c_doe5k_521 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9):last-child {
|
|
531
531
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-transparent-0ltpn5, transparent);
|
|
532
532
|
border-start-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
533
533
|
border-end-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
534
534
|
}
|
|
535
|
-
.awsui_pane__item--
|
|
535
|
+
.awsui_pane__item--highlighted_1gl9c_doe5k_535:not(#\9), .awsui_pane__item_1gl9c_doe5k_521:not(#\9):hover, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):focus {
|
|
536
536
|
cursor: pointer;
|
|
537
537
|
outline: none;
|
|
538
538
|
}
|
|
539
|
-
.awsui_pane__item--
|
|
539
|
+
.awsui_pane__item--highlighted_1gl9c_doe5k_535 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9), .awsui_pane__item_1gl9c_doe5k_521:not(#\9):hover > .awsui_pane__cell_1gl9c_doe5k_521, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):focus > .awsui_pane__cell_1gl9c_doe5k_521 {
|
|
540
540
|
background-color: var(--color-background-code-editor-pane-item-hover-h04m4p, #ebebf0);
|
|
541
541
|
}
|
|
542
|
-
.awsui_pane__item--
|
|
542
|
+
.awsui_pane__item--highlighted_1gl9c_doe5k_535 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9), .awsui_pane__item_1gl9c_doe5k_521:not(#\9):hover > .awsui_pane__cell_1gl9c_doe5k_521, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):focus > .awsui_pane__cell_1gl9c_doe5k_521 {
|
|
543
543
|
border-block-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-qonm1g, #8c8c94);
|
|
544
544
|
border-block-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-qonm1g, #8c8c94);
|
|
545
545
|
}
|
|
546
|
-
.awsui_pane__item--
|
|
546
|
+
.awsui_pane__item--highlighted_1gl9c_doe5k_535 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9):first-child, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):hover > .awsui_pane__cell_1gl9c_doe5k_521:first-child, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):focus > .awsui_pane__cell_1gl9c_doe5k_521:first-child {
|
|
547
547
|
border-inline-start: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-qonm1g, #8c8c94);
|
|
548
548
|
border-start-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
549
549
|
border-end-start-radius: var(--border-radius-item-05df9h, 8px);
|
|
550
550
|
}
|
|
551
|
-
.awsui_pane__item--
|
|
551
|
+
.awsui_pane__item--highlighted_1gl9c_doe5k_535 > .awsui_pane__cell_1gl9c_doe5k_521:not(#\9):last-child, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):hover > .awsui_pane__cell_1gl9c_doe5k_521:last-child, .awsui_pane__item_1gl9c_doe5k_521:not(#\9):focus > .awsui_pane__cell_1gl9c_doe5k_521:last-child {
|
|
552
552
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-pane-item-hover-qonm1g, #8c8c94);
|
|
553
553
|
border-start-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
554
554
|
border-end-end-radius: var(--border-radius-item-05df9h, 8px);
|
|
555
555
|
}
|
|
556
|
-
.
|
|
556
|
+
.awsui_pane__location_1gl9c_doe5k_556:not(#\9), .awsui_pane__description_1gl9c_doe5k_556:not(#\9) {
|
|
557
557
|
padding-block: var(--space-xxs-p8yyaw, 4px);
|
|
558
558
|
padding-inline: var(--space-s-34lx8l, 12px);
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
.awsui_pane__location_1gl9c_doe5k_556:not(#\9) {
|
|
561
561
|
vertical-align: baseline;
|
|
562
562
|
white-space: nowrap;
|
|
563
563
|
padding-inline-start: calc(var(--space-l-t419sm, 20px) + var(--space-s-34lx8l, 12px));
|
|
564
564
|
}
|
|
565
|
-
.
|
|
565
|
+
.awsui_pane__description_1gl9c_doe5k_556:not(#\9) {
|
|
566
566
|
padding-inline-end: 0;
|
|
567
567
|
min-inline-size: 0;
|
|
568
568
|
word-break: break-word;
|
|
569
569
|
}
|
|
570
570
|
|
|
571
|
-
.awsui_focus-
|
|
571
|
+
.awsui_focus-lock_1gl9c_doe5k_571:not(#\9) {
|
|
572
572
|
block-size: 100%;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
.awsui_code-
|
|
575
|
+
.awsui_code-editor_1gl9c_doe5k_158:not(#\9) {
|
|
576
576
|
border-collapse: separate;
|
|
577
577
|
border-spacing: 0;
|
|
578
578
|
box-sizing: border-box;
|
|
@@ -613,20 +613,18 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
613
613
|
inline-size: 100%;
|
|
614
614
|
}
|
|
615
615
|
|
|
616
|
-
.
|
|
616
|
+
.awsui_editor_1gl9c_doe5k_615:not(#\9) {
|
|
617
617
|
position: absolute;
|
|
618
618
|
inset: 0;
|
|
619
619
|
}
|
|
620
|
-
.
|
|
621
|
-
position: absolute;
|
|
622
|
-
overflow: visible;
|
|
620
|
+
.awsui_editor_1gl9c_doe5k_615:not(#\9):focus {
|
|
623
621
|
position: relative;
|
|
624
622
|
}
|
|
625
|
-
.
|
|
623
|
+
.awsui_editor_1gl9c_doe5k_615:not(#\9):focus {
|
|
626
624
|
outline: 2px dotted transparent;
|
|
627
625
|
outline-offset: calc(3px - 1px);
|
|
628
626
|
}
|
|
629
|
-
.
|
|
627
|
+
.awsui_editor_1gl9c_doe5k_615:not(#\9):focus::before {
|
|
630
628
|
content: " ";
|
|
631
629
|
display: block;
|
|
632
630
|
position: absolute;
|
|
@@ -640,13 +638,17 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
640
638
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
641
639
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
642
640
|
}
|
|
641
|
+
.awsui_editor_1gl9c_doe5k_615:not(#\9):focus {
|
|
642
|
+
position: absolute;
|
|
643
|
+
overflow: visible;
|
|
644
|
+
}
|
|
643
645
|
|
|
644
|
-
.awsui_editor-
|
|
646
|
+
.awsui_editor-refresh_1gl9c_doe5k_645:not(#\9) {
|
|
645
647
|
border-start-start-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
|
|
646
648
|
border-start-end-radius: calc(var(--border-radius-code-editor-qvw11o, 8px) - var(--border-item-width-yel47s, 2px));
|
|
647
649
|
}
|
|
648
650
|
|
|
649
|
-
.awsui_status-
|
|
651
|
+
.awsui_status-bar_1gl9c_doe5k_650:not(#\9) {
|
|
650
652
|
container-type: inline-size;
|
|
651
653
|
display: flex;
|
|
652
654
|
vertical-align: middle;
|
|
@@ -655,38 +657,38 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
655
657
|
min-inline-size: 0;
|
|
656
658
|
word-break: break-word;
|
|
657
659
|
}
|
|
658
|
-
.awsui_status-bar-with-hidden-
|
|
660
|
+
.awsui_status-bar-with-hidden-pane_1gl9c_doe5k_659:not(#\9) {
|
|
659
661
|
border-end-start-radius: var(--border-radius-code-editor-qvw11o, 8px);
|
|
660
662
|
border-end-end-radius: var(--border-radius-code-editor-qvw11o, 8px);
|
|
661
663
|
}
|
|
662
|
-
.awsui_status-
|
|
664
|
+
.awsui_status-bar__left_1gl9c_doe5k_663:not(#\9) {
|
|
663
665
|
flex: 1;
|
|
664
666
|
display: flex;
|
|
665
667
|
flex-wrap: wrap;
|
|
666
668
|
padding-inline-start: var(--space-l-t419sm, 20px);
|
|
667
669
|
border-inline-end: var(--border-item-width-yel47s, 2px) solid var(--color-border-code-editor-default-u6q2xy, #dedee3);
|
|
668
670
|
}
|
|
669
|
-
.awsui_status-
|
|
671
|
+
.awsui_status-bar__right_1gl9c_doe5k_670:not(#\9) {
|
|
670
672
|
display: flex;
|
|
671
673
|
align-items: center;
|
|
672
674
|
}
|
|
673
|
-
.awsui_status-bar__language-
|
|
675
|
+
.awsui_status-bar__language-mode_1gl9c_doe5k_674:not(#\9), .awsui_status-bar__cursor-position_1gl9c_doe5k_674:not(#\9) {
|
|
674
676
|
display: inline-block;
|
|
675
677
|
color: var(--color-text-body-default-7v1jfn, #0f141a);
|
|
676
678
|
padding-block: var(--space-scaled-xs-26e2du, 8px);
|
|
677
679
|
padding-inline: var(--space-s-34lx8l, 12px);
|
|
678
680
|
}
|
|
679
|
-
.awsui_status-bar__cog-
|
|
681
|
+
.awsui_status-bar__cog-button_1gl9c_doe5k_680:not(#\9) {
|
|
680
682
|
padding-block: calc(var(--space-scaled-xxs-7597g1, 4px) - 1px);
|
|
681
683
|
padding-inline: calc(var(--space-xs-zb16t3, 8px) - 2px);
|
|
682
684
|
}
|
|
683
685
|
|
|
684
|
-
.awsui_tab-
|
|
686
|
+
.awsui_tab-list_1gl9c_doe5k_685:not(#\9) {
|
|
685
687
|
align-items: center;
|
|
686
688
|
display: inline-flex;
|
|
687
689
|
}
|
|
688
690
|
|
|
689
|
-
.awsui_tab-
|
|
691
|
+
.awsui_tab-button_1gl9c_doe5k_690:not(#\9) {
|
|
690
692
|
position: relative;
|
|
691
693
|
display: inline-flex;
|
|
692
694
|
gap: var(--space-xxs-p8yyaw, 4px);
|
|
@@ -702,11 +704,11 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
702
704
|
cursor: pointer;
|
|
703
705
|
z-index: 1;
|
|
704
706
|
}
|
|
705
|
-
.awsui_tab-
|
|
707
|
+
.awsui_tab-button_1gl9c_doe5k_690:not(#\9):hover {
|
|
706
708
|
color: var(--color-text-code-editor-tab-button-error-491d5d, #ffffff);
|
|
707
709
|
background: var(--color-text-status-error-5676bj, #db0000);
|
|
708
710
|
}
|
|
709
|
-
.awsui_tab-
|
|
711
|
+
.awsui_tab-button_1gl9c_doe5k_690:not(#\9)::after {
|
|
710
712
|
content: "";
|
|
711
713
|
position: absolute;
|
|
712
714
|
inset-inline: 0;
|
|
@@ -719,54 +721,54 @@ body[data-awsui-focus-visible=true] .awsui_code-editor_1gl9c_1z0fx_158 .ace_edit
|
|
|
719
721
|
background: var(--color-text-status-error-5676bj, #db0000);
|
|
720
722
|
opacity: 0;
|
|
721
723
|
}
|
|
722
|
-
.awsui_tab-button--
|
|
724
|
+
.awsui_tab-button--refresh_1gl9c_doe5k_723:not(#\9) {
|
|
723
725
|
padding-block-end: calc(var(--space-scaled-xs-26e2du, 8px) + var(--border-active-width-9dmqf4, 4px) - 2px);
|
|
724
726
|
}
|
|
725
|
-
.awsui_tab-button--
|
|
727
|
+
.awsui_tab-button--warnings_1gl9c_doe5k_726:not(#\9) {
|
|
726
728
|
color: var(--color-text-status-warning-csaw41, #855900);
|
|
727
729
|
}
|
|
728
|
-
.awsui_tab-button--
|
|
730
|
+
.awsui_tab-button--warnings_1gl9c_doe5k_726:not(#\9):hover {
|
|
729
731
|
background: var(--color-text-status-warning-csaw41, #855900);
|
|
730
732
|
}
|
|
731
|
-
.awsui_tab-button--
|
|
733
|
+
.awsui_tab-button--warnings_1gl9c_doe5k_726:not(#\9)::after {
|
|
732
734
|
background: var(--color-text-status-warning-csaw41, #855900);
|
|
733
735
|
}
|
|
734
|
-
.awsui_tab-button--
|
|
736
|
+
.awsui_tab-button--active_1gl9c_doe5k_735:not(#\9)::after {
|
|
735
737
|
opacity: 1;
|
|
736
738
|
}
|
|
737
|
-
.awsui_tab-button--
|
|
739
|
+
.awsui_tab-button--refresh_1gl9c_doe5k_723:not(#\9)::after {
|
|
738
740
|
transition: opacity var(--motion-duration-refresh-only-medium-nf6485, 165ms) var(--motion-easing-refresh-only-c-vg1m9h, cubic-bezier(0.84, 0, 0.16, 1));
|
|
739
741
|
}
|
|
740
742
|
@media (prefers-reduced-motion: reduce) {
|
|
741
|
-
.awsui_tab-button--
|
|
743
|
+
.awsui_tab-button--refresh_1gl9c_doe5k_723:not(#\9)::after {
|
|
742
744
|
animation: none;
|
|
743
745
|
transition: none;
|
|
744
746
|
}
|
|
745
747
|
}
|
|
746
|
-
.awsui-motion-disabled .awsui_tab-button--
|
|
748
|
+
.awsui-motion-disabled .awsui_tab-button--refresh_1gl9c_doe5k_723:not(#\9)::after, .awsui-mode-entering .awsui_tab-button--refresh_1gl9c_doe5k_723:not(#\9)::after {
|
|
747
749
|
animation: none;
|
|
748
750
|
transition: none;
|
|
749
751
|
}
|
|
750
|
-
.awsui_tab-button--
|
|
752
|
+
.awsui_tab-button--disabled_1gl9c_doe5k_751:not(#\9) {
|
|
751
753
|
font-weight: normal;
|
|
752
754
|
color: var(--color-text-code-editor-status-bar-disabled-wlvfa0, #8c8c94);
|
|
753
755
|
cursor: default;
|
|
754
756
|
}
|
|
755
|
-
.awsui_tab-button--
|
|
757
|
+
.awsui_tab-button--disabled_1gl9c_doe5k_751:not(#\9):hover {
|
|
756
758
|
color: var(--color-text-code-editor-status-bar-disabled-wlvfa0, #8c8c94);
|
|
757
759
|
background: transparent;
|
|
758
760
|
}
|
|
759
|
-
.awsui_tab-button--
|
|
761
|
+
.awsui_tab-button--disabled_1gl9c_doe5k_751:not(#\9)::after {
|
|
760
762
|
display: none;
|
|
761
763
|
}
|
|
762
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
764
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_doe5k_690:not(#\9):focus {
|
|
763
765
|
position: relative;
|
|
764
766
|
}
|
|
765
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
767
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_doe5k_690:not(#\9):focus {
|
|
766
768
|
outline: 2px dotted transparent;
|
|
767
769
|
outline-offset: calc(var(--space-code-editor-status-focus-outline-gutter-dqxswe, -7px) - 1px);
|
|
768
770
|
}
|
|
769
|
-
body[data-awsui-focus-visible=true] .awsui_tab-
|
|
771
|
+
body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_doe5k_690:not(#\9):focus::before {
|
|
770
772
|
content: " ";
|
|
771
773
|
display: block;
|
|
772
774
|
position: absolute;
|
|
@@ -780,49 +782,49 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1z0fx_688:not(#\9):f
|
|
|
780
782
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
781
783
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
782
784
|
}
|
|
783
|
-
.awsui_tab-button--
|
|
785
|
+
.awsui_tab-button--divider_1gl9c_doe5k_784:not(#\9) {
|
|
784
786
|
display: inline-block;
|
|
785
787
|
block-size: var(--line-height-body-m-30ar75, 20px);
|
|
786
788
|
inline-size: var(--border-code-editor-status-divider-width-tf47q3, 1px);
|
|
787
789
|
background: var(--color-border-tabs-divider-djfdfj, #c6c6cd);
|
|
788
790
|
vertical-align: middle;
|
|
789
791
|
}
|
|
790
|
-
.awsui_tab-button--
|
|
792
|
+
.awsui_tab-button--errors_1gl9c_doe5k_791:not(#\9) {
|
|
791
793
|
/* used in test-utils */
|
|
792
794
|
}
|
|
793
795
|
@supports (contain: inline-size) {
|
|
794
|
-
.awsui_tab-
|
|
796
|
+
.awsui_tab-button_1gl9c_doe5k_690:not(#\9) {
|
|
795
797
|
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
796
798
|
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
797
799
|
}
|
|
798
800
|
@container not (max-width: 500px) {
|
|
799
|
-
.awsui_tab-
|
|
801
|
+
.awsui_tab-button_1gl9c_doe5k_690 > .awsui_count_1gl9c_doe5k_800:not(#\9) {
|
|
800
802
|
display: none;
|
|
801
803
|
}
|
|
802
|
-
.awsui_tab-
|
|
804
|
+
.awsui_tab-button_1gl9c_doe5k_690 > .awsui_text_1gl9c_doe5k_803:not(#\9) {
|
|
803
805
|
display: inline;
|
|
804
806
|
}
|
|
805
807
|
}
|
|
806
808
|
@container (max-width: 500px) {
|
|
807
|
-
.awsui_tab-
|
|
809
|
+
.awsui_tab-button_1gl9c_doe5k_690 > .awsui_count_1gl9c_doe5k_800:not(#\9) {
|
|
808
810
|
display: inline;
|
|
809
811
|
}
|
|
810
|
-
.awsui_tab-
|
|
812
|
+
.awsui_tab-button_1gl9c_doe5k_690 > .awsui_text_1gl9c_doe5k_803:not(#\9) {
|
|
811
813
|
display: none;
|
|
812
814
|
}
|
|
813
815
|
}
|
|
814
816
|
}
|
|
815
817
|
@supports not (contain: inline-size) {
|
|
816
|
-
.awsui_tab-
|
|
818
|
+
.awsui_tab-button_1gl9c_doe5k_690 > .awsui_count_1gl9c_doe5k_800:not(#\9) {
|
|
817
819
|
display: none;
|
|
818
820
|
}
|
|
819
|
-
.awsui_tab-
|
|
821
|
+
.awsui_tab-button_1gl9c_doe5k_690 > .awsui_text_1gl9c_doe5k_803:not(#\9) {
|
|
820
822
|
display: inline;
|
|
821
823
|
}
|
|
822
824
|
}
|
|
823
825
|
|
|
824
|
-
.awsui_loading-
|
|
825
|
-
.awsui_error-
|
|
826
|
+
.awsui_loading-screen_1gl9c_doe5k_825:not(#\9),
|
|
827
|
+
.awsui_error-screen_1gl9c_doe5k_826:not(#\9) {
|
|
826
828
|
display: flex;
|
|
827
829
|
align-items: center;
|
|
828
830
|
justify-content: center;
|
|
@@ -835,6 +837,6 @@ body[data-awsui-focus-visible=true] .awsui_tab-button_1gl9c_1z0fx_688:not(#\9):f
|
|
|
835
837
|
border-end-end-radius: var(--border-radius-code-editor-qvw11o, 8px);
|
|
836
838
|
}
|
|
837
839
|
|
|
838
|
-
.awsui_error-
|
|
840
|
+
.awsui_error-screen_1gl9c_doe5k_826:not(#\9) {
|
|
839
841
|
color: var(--color-text-status-error-5676bj, #db0000);
|
|
840
842
|
}
|