@cloudscape-design/components-themeable 3.0.1349 → 3.0.1350
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/button-dropdown/styles.scss +9 -6
- package/lib/internal/scss/expandable-section/styles.scss +17 -10
- package/lib/internal/scss/header/styles.scss +1 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/utils/theming.scss +45 -2
- package/lib/internal/scss/spinner/mixins.scss +1 -1
- package/lib/internal/scss/tree-view/tree-item/styles.scss +10 -7
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +95 -98
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -175
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -98
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +31 -44
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +25 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +25 -29
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +24 -27
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button/icon-helper.js +1 -1
- package/lib/internal/template/button/icon-helper.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +28 -32
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/styles.css.js +23 -23
- package/lib/internal/template/button-dropdown/styles.scoped.css +32 -39
- package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
- package/lib/internal/template/expandable-section/styles.css.js +43 -43
- package/lib/internal/template/expandable-section/styles.scoped.css +93 -174
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
- package/lib/internal/template/header/styles.css.js +35 -35
- package/lib/internal/template/header/styles.scoped.css +54 -54
- package/lib/internal/template/header/styles.selectors.js +35 -35
- package/lib/internal/template/icon/generated/icons.js +202 -176
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/input/internal.js +1 -1
- package/lib/internal/template/input/internal.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -35
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +72 -121
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/side-navigation/styles.css.js +64 -64
- package/lib/internal/template/side-navigation/styles.scoped.css +110 -400
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -64
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +20 -20
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/status-indicator/styles.css.js +25 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +47 -72
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +26 -30
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +14 -24
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
- package/package.json +1 -1
|
@@ -190,7 +190,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.
|
|
193
|
+
.awsui_drawer_12i0j_13jo8_193:not(#\9) {
|
|
194
194
|
position: sticky;
|
|
195
195
|
z-index: 830;
|
|
196
196
|
background-color: var(--color-background-layout-panel-content-lmvj28, #ffffff);
|
|
@@ -204,56 +204,56 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
204
204
|
pointer-events: auto;
|
|
205
205
|
word-wrap: break-word;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_with-expanded-motion_12i0j_13jo8_207:not(#\9) {
|
|
208
208
|
transition: inline-size var(--motion-duration-refresh-only-slow-8cyf6l, 0ms) var(--motion-easing-refresh-only-a-b2p95e, cubic-bezier(0, 0, 0, 1)), block-size var(--motion-duration-refresh-only-slow-8cyf6l, 0ms) var(--motion-easing-refresh-only-a-b2p95e, cubic-bezier(0, 0, 0, 1)), min-inline-size var(--motion-duration-refresh-only-slow-8cyf6l, 0ms) var(--motion-easing-refresh-only-a-b2p95e, cubic-bezier(0, 0, 0, 1));
|
|
209
209
|
}
|
|
210
210
|
@media (prefers-reduced-motion: reduce) {
|
|
211
|
-
.
|
|
211
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_with-expanded-motion_12i0j_13jo8_207:not(#\9) {
|
|
212
212
|
animation: none;
|
|
213
213
|
transition: none;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
|
-
.awsui-motion-disabled .
|
|
216
|
+
.awsui-motion-disabled .awsui_drawer_12i0j_13jo8_193.awsui_with-expanded-motion_12i0j_13jo8_207:not(#\9), .awsui-mode-entering .awsui_drawer_12i0j_13jo8_193.awsui_with-expanded-motion_12i0j_13jo8_207:not(#\9) {
|
|
217
217
|
animation: none;
|
|
218
218
|
transition: none;
|
|
219
219
|
}
|
|
220
220
|
@media (min-width: 689px) {
|
|
221
|
-
.
|
|
221
|
+
.awsui_drawer_12i0j_13jo8_193:not(#\9):not(.awsui_legacy_12i0j_13jo8_221):not(.awsui_ai-drawer_12i0j_13jo8_221):not(.awsui_bottom-drawer_12i0j_13jo8_221) {
|
|
222
222
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
@media (max-width: 688px) {
|
|
226
|
-
.
|
|
226
|
+
.awsui_drawer_12i0j_13jo8_193:not(#\9) {
|
|
227
227
|
inline-size: 100%;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_last-opened_12i0j_13jo8_229:not(#\9) {
|
|
230
230
|
z-index: 1001;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-global_12i0j_13jo8_233:not(#\9) {
|
|
234
234
|
display: block;
|
|
235
235
|
}
|
|
236
236
|
@media (min-width: 689px) {
|
|
237
|
-
.
|
|
237
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-global_12i0j_13jo8_233:not(#\9) {
|
|
238
238
|
inline-size: var(--awsui-drawer-size-esndbs);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
@media (max-width: 688px) {
|
|
242
|
-
.
|
|
242
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-global_12i0j_13jo8_233:not(#\9):not(.awsui_last-opened_12i0j_13jo8_229):not(.awsui_drawer-expanded_12i0j_13jo8_242) {
|
|
243
243
|
display: none;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-hidden_12i0j_13jo8_246:not(#\9) {
|
|
247
247
|
display: none;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-expanded_12i0j_13jo8_242:not(#\9) {
|
|
250
250
|
inline-size: 100%;
|
|
251
251
|
}
|
|
252
252
|
@media (min-width: 689px) {
|
|
253
|
-
.
|
|
253
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-expanded_12i0j_13jo8_242:not(#\9) {
|
|
254
254
|
border-inline-start: none;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-expanded_12i0j_13jo8_242.awsui_has-next-siblings_12i0j_13jo8_256 > .awsui_global-drawer-wrapper_12i0j_13jo8_256:not(#\9):after {
|
|
257
257
|
content: "";
|
|
258
258
|
position: absolute;
|
|
259
259
|
block-size: 100%;
|
|
@@ -263,14 +263,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
263
263
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
264
264
|
box-sizing: border-box;
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-expanded_12i0j_13jo8_242 > .awsui_global-drawer-wrapper_12i0j_13jo8_256:not(#\9) {
|
|
267
267
|
inline-size: 100%;
|
|
268
268
|
grid-template-columns: 8px 1fr;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-expanded_12i0j_13jo8_242 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
271
271
|
grid-column: 2;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_drawer-expanded_12i0j_13jo8_242 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-gap_12i0j_13jo8_273:not(#\9) {
|
|
274
274
|
grid-column: 1;
|
|
275
275
|
grid-row: 1;
|
|
276
276
|
block-size: 100%;
|
|
@@ -279,7 +279,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
279
279
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
283
283
|
grid-column: 1/span 2;
|
|
284
284
|
grid-row: 1;
|
|
285
285
|
display: grid;
|
|
@@ -288,13 +288,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
288
288
|
overflow-y: auto;
|
|
289
289
|
min-inline-size: var(--awsui-drawer-size-esndbs);
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-close-button_12i0j_13jo8_291:not(#\9) {
|
|
292
292
|
grid-column: 3;
|
|
293
293
|
grid-row: 2;
|
|
294
294
|
z-index: 1;
|
|
295
295
|
align-self: start;
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-expanded-mode-button_12i0j_13jo8_297:not(#\9) {
|
|
298
298
|
grid-column: 2;
|
|
299
299
|
grid-row: 2;
|
|
300
300
|
z-index: 1;
|
|
@@ -302,14 +302,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
302
302
|
display: flex;
|
|
303
303
|
justify-content: flex-end;
|
|
304
304
|
}
|
|
305
|
-
.
|
|
305
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270:not(#\9) {
|
|
306
306
|
grid-column: 1/span 4;
|
|
307
307
|
grid-row: 1/span 2;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270.awsui_drawer-content-hidden_12i0j_13jo8_309:not(#\9) {
|
|
310
310
|
display: none;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_drawer-slider_12i0j_13jo8_312:not(#\9) {
|
|
313
313
|
z-index: 850;
|
|
314
314
|
grid-column: 1;
|
|
315
315
|
grid-row: 1;
|
|
@@ -317,18 +317,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
317
317
|
display: flex;
|
|
318
318
|
align-items: center;
|
|
319
319
|
}
|
|
320
|
-
.
|
|
320
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256:not(#\9) {
|
|
321
321
|
display: grid;
|
|
322
322
|
min-inline-size: var(--awsui-drawer-size-esndbs);
|
|
323
323
|
grid-template-columns: 8px var(--space-m-n8iq8o, 16px) 1fr;
|
|
324
324
|
overflow: hidden;
|
|
325
325
|
}
|
|
326
326
|
@media (max-width: 688px) {
|
|
327
|
-
.
|
|
327
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256:not(#\9) {
|
|
328
328
|
grid-template-columns: 1fr;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-gap_12i0j_13jo8_273:not(#\9) {
|
|
332
332
|
grid-column: 1;
|
|
333
333
|
grid-row: 1;
|
|
334
334
|
block-size: 100%;
|
|
@@ -337,14 +337,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
337
337
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
338
338
|
box-sizing: border-box;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-slider_12i0j_13jo8_312:not(#\9) {
|
|
341
341
|
z-index: 850;
|
|
342
342
|
grid-column: 2;
|
|
343
343
|
grid-row: 1;
|
|
344
344
|
display: flex;
|
|
345
345
|
align-items: center;
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
348
348
|
grid-row: 1;
|
|
349
349
|
display: grid;
|
|
350
350
|
grid-template-columns: var(--space-m-n8iq8o, 16px) 1fr auto var(--space-m-n8iq8o, 16px);
|
|
@@ -352,16 +352,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
352
352
|
overflow-y: auto;
|
|
353
353
|
}
|
|
354
354
|
@media (min-width: 689px) {
|
|
355
|
-
.
|
|
355
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
356
356
|
grid-column: 2/span 2;
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
@media (max-width: 688px) {
|
|
360
|
-
.
|
|
360
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
361
361
|
grid-column: 1/span 2;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-actions_12i0j_13jo8_364:not(#\9) {
|
|
365
365
|
position: absolute;
|
|
366
366
|
display: flex;
|
|
367
367
|
inset-block-start: 0;
|
|
@@ -369,13 +369,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
369
369
|
padding-inline-end: var(--space-m-n8iq8o, 16px);
|
|
370
370
|
padding-block-start: 14px;
|
|
371
371
|
}
|
|
372
|
-
.
|
|
372
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-close-button_12i0j_13jo8_291:not(#\9) {
|
|
373
373
|
grid-column: 3;
|
|
374
374
|
grid-row: 2;
|
|
375
375
|
z-index: 1;
|
|
376
376
|
align-self: start;
|
|
377
377
|
}
|
|
378
|
-
.
|
|
378
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-expanded-mode-button_12i0j_13jo8_297:not(#\9) {
|
|
379
379
|
grid-column: 2;
|
|
380
380
|
grid-row: 2;
|
|
381
381
|
z-index: 1;
|
|
@@ -383,34 +383,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
383
383
|
display: flex;
|
|
384
384
|
justify-content: flex-end;
|
|
385
385
|
}
|
|
386
|
-
.
|
|
386
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270:not(#\9) {
|
|
387
387
|
grid-column: 1/span 4;
|
|
388
388
|
grid-row: 1/span 2;
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
.awsui_drawer_12i0j_13jo8_193 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270.awsui_drawer-content-hidden_12i0j_13jo8_309:not(#\9) {
|
|
391
391
|
display: none;
|
|
392
392
|
}
|
|
393
393
|
@media (max-width: 688px) {
|
|
394
394
|
@media not print {
|
|
395
|
-
.
|
|
395
|
+
.awsui_drawer_12i0j_13jo8_193:not(#\9):not(.awsui_ai-drawer_12i0j_13jo8_221) {
|
|
396
396
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
397
397
|
}
|
|
398
|
-
.awsui-polaris-dark-mode .
|
|
398
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_13jo8_193:not(#\9):not(.awsui_ai-drawer_12i0j_13jo8_221), .awsui-dark-mode .awsui_drawer_12i0j_13jo8_193:not(#\9):not(.awsui_ai-drawer_12i0j_13jo8_221) {
|
|
399
399
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9) {
|
|
404
404
|
grid-template-columns: 1fr var(--space-xs-m9b7jf, 8px);
|
|
405
405
|
background: var(--color-background-layout-ai-drawer-u8ll44, #1a2029);
|
|
406
406
|
}
|
|
407
407
|
@media (max-width: 688px) {
|
|
408
|
-
.
|
|
408
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9) {
|
|
409
409
|
grid-template-columns: 1fr;
|
|
410
410
|
z-index: 1001;
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
.
|
|
413
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-slider_12i0j_13jo8_312:not(#\9) {
|
|
414
414
|
z-index: 850;
|
|
415
415
|
display: flex;
|
|
416
416
|
justify-content: center;
|
|
@@ -418,32 +418,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
418
418
|
overflow: hidden;
|
|
419
419
|
grid-column: 2;
|
|
420
420
|
}
|
|
421
|
-
.
|
|
421
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 .awsui_ai-drawer-slider-handle_12i0j_13jo8_421:not(#\9) {
|
|
422
422
|
color: var(--color-text-interactive-inverted-default-fkdaz3, #d5dbdb);
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 .awsui_ai-drawer-slider-handle_12i0j_13jo8_421:not(#\9):hover {
|
|
425
425
|
stroke: var(--color-text-interactive-inverted-hover-ihqwp5, #fafafa);
|
|
426
426
|
}
|
|
427
|
-
.
|
|
428
|
-
color: var(--color-text-interactive-default-pauydh, #545b64);
|
|
429
|
-
}
|
|
430
|
-
.awsui-one-theme .awsui_drawer_12i0j_1p6ri_193.awsui_ai-drawer_12i0j_1p6ri_221 .awsui_ai-drawer-slider-handle_12i0j_1p6ri_421:not(#\9):hover {
|
|
431
|
-
stroke: var(--color-text-interactive-hover-zj1911, #16191f);
|
|
432
|
-
}
|
|
433
|
-
.awsui_drawer_12i0j_1p6ri_193.awsui_ai-drawer_12i0j_1p6ri_221 > .awsui_drawer-content-container_12i0j_1p6ri_270:not(#\9) {
|
|
427
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
434
428
|
min-inline-size: calc(var(--awsui-drawer-min-size-esndbs) - var(--space-xs-m9b7jf, 8px));
|
|
435
429
|
grid-column: 1/span 1;
|
|
436
430
|
background-color: var(--color-background-layout-panel-content-lmvj28, #ffffff);
|
|
437
431
|
}
|
|
438
432
|
@media (min-width: 689px) {
|
|
439
|
-
.
|
|
433
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
440
434
|
border-start-end-radius: var(--space-xxs-3o1yoq, 4px);
|
|
441
435
|
}
|
|
442
436
|
}
|
|
443
|
-
.
|
|
437
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270:not(#\9) {
|
|
444
438
|
grid-row: 1/span 4;
|
|
445
439
|
}
|
|
446
|
-
.
|
|
440
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440:not(#\9) {
|
|
447
441
|
block-size: 42px;
|
|
448
442
|
position: sticky;
|
|
449
443
|
z-index: 1000;
|
|
@@ -456,10 +450,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
456
450
|
border-image: linear-gradient(90deg, #962eff 0%, #5c7fff 30%, #09f 50%, #b8e7ff 70%, #8575ff 100%) 1;
|
|
457
451
|
box-sizing: border-box;
|
|
458
452
|
}
|
|
459
|
-
.
|
|
460
|
-
align-items: flex-start;
|
|
461
|
-
}
|
|
462
|
-
.awsui_drawer_12i0j_1p6ri_193.awsui_ai-drawer_12i0j_1p6ri_221 > .awsui_drawer-content-container_12i0j_1p6ri_270 > .awsui_drawer-content_12i0j_1p6ri_270 > .awsui_drawer-content-header_12i0j_1p6ri_446 > .awsui_drawer-content-header-content_12i0j_1p6ri_462:not(#\9) {
|
|
453
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453:not(#\9) {
|
|
463
454
|
display: flex;
|
|
464
455
|
flex: 1;
|
|
465
456
|
align-items: center;
|
|
@@ -468,27 +459,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
468
459
|
padding-inline-start: var(--space-l-dpyxli, 20px);
|
|
469
460
|
padding-inline-end: var(--space-m-n8iq8o, 16px);
|
|
470
461
|
}
|
|
471
|
-
.awsui-one-theme .awsui_drawer_12i0j_1p6ri_193.awsui_ai-drawer_12i0j_1p6ri_221 > .awsui_drawer-content-container_12i0j_1p6ri_270 > .awsui_drawer-content_12i0j_1p6ri_270 > .awsui_drawer-content-header_12i0j_1p6ri_446 > .awsui_drawer-content-header-content_12i0j_1p6ri_462:not(#\9) {
|
|
472
|
-
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
473
|
-
}
|
|
474
462
|
@media not print {
|
|
475
|
-
.
|
|
463
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453:not(#\9) {
|
|
476
464
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
477
465
|
}
|
|
478
|
-
.awsui-polaris-dark-mode .
|
|
466
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453:not(#\9), .awsui-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453:not(#\9) {
|
|
479
467
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
480
468
|
}
|
|
481
469
|
@media (min-width: 689px) {
|
|
482
|
-
.awsui-polaris-dark-mode .
|
|
470
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_13jo8_470), .awsui-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_13jo8_470) {
|
|
483
471
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
484
472
|
border-start-end-radius: var(--space-xxs-3o1yoq, 4px);
|
|
485
473
|
}
|
|
486
474
|
}
|
|
487
475
|
}
|
|
488
|
-
.
|
|
476
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-content-header-content_12i0j_13jo8_453 > .awsui_drawer-actions_12i0j_13jo8_364:not(#\9) {
|
|
489
477
|
display: flex;
|
|
490
478
|
}
|
|
491
|
-
.
|
|
479
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9) {
|
|
492
480
|
position: relative;
|
|
493
481
|
display: flex;
|
|
494
482
|
align-items: center;
|
|
@@ -497,7 +485,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
497
485
|
padding-inline: var(--space-static-m-0gdnhk, 16px);
|
|
498
486
|
background-color: var(--color-background-layout-ai-drawer-u8ll44, #1a2029);
|
|
499
487
|
}
|
|
500
|
-
.
|
|
488
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):before, .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):after {
|
|
501
489
|
content: "";
|
|
502
490
|
position: absolute;
|
|
503
491
|
inset-block-start: 0;
|
|
@@ -507,28 +495,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
507
495
|
background: var(--color-background-layout-ai-drawer-u8ll44, #1a2029);
|
|
508
496
|
}
|
|
509
497
|
@media not print {
|
|
510
|
-
.
|
|
498
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):before, .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):after {
|
|
511
499
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
512
500
|
}
|
|
513
|
-
.awsui-polaris-dark-mode .
|
|
501
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):before, .awsui-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):before, .awsui-polaris-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):after, .awsui-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):after {
|
|
514
502
|
display: none;
|
|
515
503
|
}
|
|
516
504
|
}
|
|
517
|
-
.
|
|
505
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470:not(#\9):after {
|
|
518
506
|
background-color: var(--color-background-layout-panel-content-lmvj28, #ffffff);
|
|
519
507
|
border-start-end-radius: var(--space-xxs-3o1yoq, 4px);
|
|
520
508
|
}
|
|
521
|
-
.
|
|
509
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509:not(#\9) {
|
|
522
510
|
position: relative;
|
|
523
511
|
}
|
|
524
|
-
.
|
|
512
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509:not(#\9):has(:focus-visible) {
|
|
525
513
|
position: relative;
|
|
526
514
|
}
|
|
527
|
-
.
|
|
515
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509:not(#\9):has(:focus-visible) {
|
|
528
516
|
outline: 2px dotted transparent;
|
|
529
517
|
outline-offset: calc(3px - 1px);
|
|
530
518
|
}
|
|
531
|
-
.
|
|
519
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509:not(#\9):has(:focus-visible)::before {
|
|
532
520
|
content: " ";
|
|
533
521
|
display: block;
|
|
534
522
|
position: absolute;
|
|
@@ -542,7 +530,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
542
530
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
543
531
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
544
532
|
}
|
|
545
|
-
.
|
|
533
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509 > .awsui_drawer-back-to-console-button_12i0j_13jo8_509:not(#\9) {
|
|
546
534
|
border-collapse: separate;
|
|
547
535
|
border-spacing: 0;
|
|
548
536
|
box-sizing: border-box;
|
|
@@ -588,84 +576,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
588
576
|
color: #ffffff;
|
|
589
577
|
cursor: pointer;
|
|
590
578
|
}
|
|
591
|
-
.
|
|
579
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509 > .awsui_drawer-back-to-console-button_12i0j_13jo8_509:not(#\9):focus {
|
|
592
580
|
outline: none;
|
|
593
581
|
}
|
|
594
|
-
.
|
|
582
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-header_12i0j_13jo8_440 > .awsui_drawer-back-to-console-slot_12i0j_13jo8_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509 > .awsui_drawer-back-to-console-custom-button_12i0j_13jo8_582:not(#\9) {
|
|
595
583
|
all: initial;
|
|
596
584
|
display: flex;
|
|
597
585
|
cursor: pointer;
|
|
598
586
|
text-align: center;
|
|
599
587
|
}
|
|
600
|
-
.
|
|
588
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221 > .awsui_drawer-content-container_12i0j_13jo8_270 > .awsui_drawer-content_12i0j_13jo8_270 > .awsui_drawer-content-content_12i0j_13jo8_588:not(#\9) {
|
|
601
589
|
display: flex;
|
|
602
590
|
flex-direction: column;
|
|
603
591
|
block-size: calc(100% - 42px);
|
|
604
592
|
}
|
|
605
593
|
@media (min-width: 689px) {
|
|
606
|
-
.
|
|
594
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9):not(.awsui_drawer-expanded_12i0j_13jo8_242) > .awsui_drawer-content-container_12i0j_13jo8_270 {
|
|
607
595
|
clip-path: inset(0 0 -9999px 0 round 0 var(--space-xxs-3o1yoq, 4px) 0 0);
|
|
608
596
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
609
597
|
}
|
|
610
|
-
.
|
|
598
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9):not(.awsui_drawer-expanded_12i0j_13jo8_242) > .awsui_drawer-content-container_12i0j_13jo8_270:dir(rtl) {
|
|
611
599
|
clip-path: inset(0 0 -9999px 0 round var(--space-xxs-3o1yoq, 4px) 0 0 0);
|
|
612
600
|
}
|
|
613
601
|
@media not print {
|
|
614
|
-
.
|
|
602
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9):not(.awsui_drawer-expanded_12i0j_13jo8_242) > .awsui_drawer-content-container_12i0j_13jo8_270 {
|
|
615
603
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
616
604
|
}
|
|
617
|
-
.awsui-polaris-dark-mode .
|
|
605
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9):not(.awsui_drawer-expanded_12i0j_13jo8_242) > .awsui_drawer-content-container_12i0j_13jo8_270, .awsui-dark-mode .awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221:not(#\9):not(.awsui_drawer-expanded_12i0j_13jo8_242) > .awsui_drawer-content-container_12i0j_13jo8_270 {
|
|
618
606
|
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
619
607
|
}
|
|
620
608
|
}
|
|
621
|
-
.awsui-one-theme .awsui_drawer_12i0j_1p6ri_193.awsui_ai-drawer_12i0j_1p6ri_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1p6ri_242) > .awsui_drawer-content-container_12i0j_1p6ri_270 {
|
|
622
|
-
border-inline-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
623
|
-
}
|
|
624
609
|
}
|
|
625
|
-
.
|
|
610
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221.awsui_drawer-expanded_12i0j_13jo8_242:not(#\9) {
|
|
626
611
|
grid-template-columns: 1fr;
|
|
627
612
|
}
|
|
628
|
-
.
|
|
613
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_ai-drawer_12i0j_13jo8_221.awsui_drawer-expanded_12i0j_13jo8_242 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
629
614
|
border-start-end-radius: 0;
|
|
630
615
|
}
|
|
631
|
-
.
|
|
616
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221:not(#\9) {
|
|
632
617
|
display: block;
|
|
633
618
|
inline-size: 100%;
|
|
634
619
|
block-size: var(--awsui-bottom-drawer-size-esndbs);
|
|
635
620
|
}
|
|
636
621
|
@media (max-width: 688px) {
|
|
637
|
-
.
|
|
622
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221:not(#\9) {
|
|
638
623
|
block-size: 100%;
|
|
639
624
|
}
|
|
640
|
-
.
|
|
625
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221.awsui_last-opened_12i0j_13jo8_229:not(#\9) {
|
|
641
626
|
z-index: 1001;
|
|
642
627
|
}
|
|
643
628
|
}
|
|
644
|
-
.
|
|
629
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221.awsui_drawer-hidden_12i0j_13jo8_246:not(#\9) {
|
|
645
630
|
display: none;
|
|
646
631
|
}
|
|
647
|
-
.
|
|
632
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256:not(#\9) {
|
|
648
633
|
display: block;
|
|
649
634
|
}
|
|
650
|
-
.
|
|
635
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-gap_12i0j_13jo8_273:not(#\9) {
|
|
651
636
|
block-size: 8px;
|
|
652
637
|
inline-size: 100%;
|
|
653
638
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
654
639
|
border-block-end: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-layout-h5yp20, #d5dbdb);
|
|
655
640
|
box-sizing: content-box;
|
|
656
641
|
}
|
|
657
|
-
.
|
|
642
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-slider_12i0j_13jo8_312:not(#\9) {
|
|
658
643
|
block-size: auto;
|
|
659
644
|
justify-content: center;
|
|
660
645
|
}
|
|
661
|
-
.
|
|
646
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_bottom-drawer-content-header_12i0j_13jo8_646:not(#\9) {
|
|
662
647
|
display: flex;
|
|
663
648
|
justify-content: space-between;
|
|
664
649
|
align-items: center;
|
|
665
650
|
inset-block-start: 0;
|
|
666
651
|
box-sizing: border-box;
|
|
667
652
|
}
|
|
668
|
-
.
|
|
653
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_bottom-drawer-content-header_12i0j_13jo8_646 > .awsui_bottom-drawer-content-header-content_12i0j_13jo8_653:not(#\9) {
|
|
669
654
|
display: flex;
|
|
670
655
|
flex: 1;
|
|
671
656
|
align-items: center;
|
|
@@ -673,18 +658,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
673
658
|
block-size: 100%;
|
|
674
659
|
padding-inline-end: var(--space-m-n8iq8o, 16px);
|
|
675
660
|
}
|
|
676
|
-
.
|
|
661
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_bottom-drawer-content-header_12i0j_13jo8_646 > .awsui_bottom-drawer-content-header-content_12i0j_13jo8_653 > .awsui_bottom-drawer-actions_12i0j_13jo8_661:not(#\9) {
|
|
677
662
|
display: flex;
|
|
678
663
|
}
|
|
679
|
-
.
|
|
664
|
+
.awsui_drawer_12i0j_13jo8_193.awsui_bottom-drawer_12i0j_13jo8_221 > .awsui_global-drawer-wrapper_12i0j_13jo8_256 > .awsui_drawer-content-container_12i0j_13jo8_270:not(#\9) {
|
|
680
665
|
grid-template-columns: 1fr;
|
|
681
666
|
grid-template-rows: auto;
|
|
682
667
|
}
|
|
683
668
|
|
|
684
|
-
.awsui_runtime-feature-notifications-drawer-
|
|
669
|
+
.awsui_runtime-feature-notifications-drawer-content_12i0j_13jo8_669:not(#\9) {
|
|
685
670
|
border-block-start: 1px solid var(--color-border-divider-default-diwd4w, #eaeded);
|
|
686
671
|
}
|
|
687
672
|
|
|
688
|
-
.awsui_runtime-feature-notifications-
|
|
673
|
+
.awsui_runtime-feature-notifications-footer_12i0j_13jo8_673:not(#\9) {
|
|
689
674
|
border-block-start: var(--border-divider-list-width-2qbfmz, 1px) solid var(--color-border-divider-secondary-xq0hy8, #eaeded);
|
|
690
675
|
}
|
|
@@ -2,37 +2,37 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"drawer": "
|
|
6
|
-
"with-expanded-motion": "awsui_with-expanded-
|
|
7
|
-
"legacy": "
|
|
8
|
-
"ai-drawer": "awsui_ai-
|
|
9
|
-
"bottom-drawer": "awsui_bottom-
|
|
10
|
-
"last-opened": "awsui_last-
|
|
11
|
-
"drawer-global": "awsui_drawer-
|
|
12
|
-
"drawer-expanded": "awsui_drawer-
|
|
13
|
-
"drawer-hidden": "awsui_drawer-
|
|
14
|
-
"has-next-siblings": "awsui_has-next-
|
|
15
|
-
"global-drawer-wrapper": "awsui_global-drawer-
|
|
16
|
-
"drawer-content-container": "awsui_drawer-content-
|
|
17
|
-
"drawer-gap": "awsui_drawer-
|
|
18
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
19
|
-
"drawer-expanded-mode-button": "awsui_drawer-expanded-mode-
|
|
20
|
-
"drawer-content": "awsui_drawer-
|
|
21
|
-
"drawer-content-hidden": "awsui_drawer-content-
|
|
22
|
-
"drawer-slider": "awsui_drawer-
|
|
23
|
-
"drawer-actions": "awsui_drawer-
|
|
24
|
-
"ai-drawer-slider-handle": "awsui_ai-drawer-slider-
|
|
25
|
-
"drawer-content-header": "awsui_drawer-content-
|
|
26
|
-
"drawer-content-header-content": "awsui_drawer-content-header-
|
|
27
|
-
"drawer-back-to-console-slot": "awsui_drawer-back-to-console-
|
|
28
|
-
"drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-
|
|
29
|
-
"drawer-back-to-console-button": "awsui_drawer-back-to-console-
|
|
30
|
-
"drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-
|
|
31
|
-
"drawer-content-content": "awsui_drawer-content-
|
|
32
|
-
"bottom-drawer-content-header": "awsui_bottom-drawer-content-
|
|
33
|
-
"bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-
|
|
34
|
-
"bottom-drawer-actions": "awsui_bottom-drawer-
|
|
35
|
-
"runtime-feature-notifications-drawer-content": "awsui_runtime-feature-notifications-drawer-
|
|
36
|
-
"runtime-feature-notifications-footer": "awsui_runtime-feature-notifications-
|
|
5
|
+
"drawer": "awsui_drawer_12i0j_13jo8_193",
|
|
6
|
+
"with-expanded-motion": "awsui_with-expanded-motion_12i0j_13jo8_207",
|
|
7
|
+
"legacy": "awsui_legacy_12i0j_13jo8_221",
|
|
8
|
+
"ai-drawer": "awsui_ai-drawer_12i0j_13jo8_221",
|
|
9
|
+
"bottom-drawer": "awsui_bottom-drawer_12i0j_13jo8_221",
|
|
10
|
+
"last-opened": "awsui_last-opened_12i0j_13jo8_229",
|
|
11
|
+
"drawer-global": "awsui_drawer-global_12i0j_13jo8_233",
|
|
12
|
+
"drawer-expanded": "awsui_drawer-expanded_12i0j_13jo8_242",
|
|
13
|
+
"drawer-hidden": "awsui_drawer-hidden_12i0j_13jo8_246",
|
|
14
|
+
"has-next-siblings": "awsui_has-next-siblings_12i0j_13jo8_256",
|
|
15
|
+
"global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_13jo8_256",
|
|
16
|
+
"drawer-content-container": "awsui_drawer-content-container_12i0j_13jo8_270",
|
|
17
|
+
"drawer-gap": "awsui_drawer-gap_12i0j_13jo8_273",
|
|
18
|
+
"drawer-close-button": "awsui_drawer-close-button_12i0j_13jo8_291",
|
|
19
|
+
"drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_13jo8_297",
|
|
20
|
+
"drawer-content": "awsui_drawer-content_12i0j_13jo8_270",
|
|
21
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_13jo8_309",
|
|
22
|
+
"drawer-slider": "awsui_drawer-slider_12i0j_13jo8_312",
|
|
23
|
+
"drawer-actions": "awsui_drawer-actions_12i0j_13jo8_364",
|
|
24
|
+
"ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_13jo8_421",
|
|
25
|
+
"drawer-content-header": "awsui_drawer-content-header_12i0j_13jo8_440",
|
|
26
|
+
"drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_13jo8_453",
|
|
27
|
+
"drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_13jo8_470",
|
|
28
|
+
"drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_13jo8_509",
|
|
29
|
+
"drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_13jo8_509",
|
|
30
|
+
"drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-button_12i0j_13jo8_582",
|
|
31
|
+
"drawer-content-content": "awsui_drawer-content-content_12i0j_13jo8_588",
|
|
32
|
+
"bottom-drawer-content-header": "awsui_bottom-drawer-content-header_12i0j_13jo8_646",
|
|
33
|
+
"bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-content_12i0j_13jo8_653",
|
|
34
|
+
"bottom-drawer-actions": "awsui_bottom-drawer-actions_12i0j_13jo8_661",
|
|
35
|
+
"runtime-feature-notifications-drawer-content": "awsui_runtime-feature-notifications-drawer-content_12i0j_13jo8_669",
|
|
36
|
+
"runtime-feature-notifications-footer": "awsui_runtime-feature-notifications-footer_12i0j_13jo8_673"
|
|
37
37
|
};
|
|
38
38
|
|