@cloudscape-design/components-themeable 3.0.1218 → 3.0.1220
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/app-layout/visual-refresh-toolbar/drawer/styles.scss +8 -0
- package/lib/internal/scss/internal/do-not-use/feature-prompt/styles.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/template/app-layout/utils/use-drawers.d.ts +2 -1
- package/lib/internal/template/app-layout/utils/use-drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/utils/use-drawers.js +8 -2
- package/lib/internal/template/app-layout/utils/use-drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.d.ts +13 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.js +47 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -81
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +12 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.d.ts +18 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js +165 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js +13 -5
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +13 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
- package/lib/internal/template/drawer/use-sticky-footer.js +2 -2
- package/lib/internal/template/drawer/use-sticky-footer.js.map +1 -1
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +618 -609
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js +0 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.d.ts +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.js +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.js.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/interfaces.d.ts +4 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/interfaces.js.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/internal.d.ts.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/internal.js +37 -11
- package/lib/internal/template/internal/do-not-use/feature-prompt/internal.js.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/styles.css.js +3 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/styles.scoped.css +4 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/styles.selectors.js +3 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/persistence/index.d.ts +5 -0
- package/lib/internal/template/internal/persistence/index.d.ts.map +1 -1
- package/lib/internal/template/internal/persistence/index.js +17 -16
- package/lib/internal/template/internal/persistence/index.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/core.d.ts +3 -3
- package/lib/internal/template/internal/plugins/widget/core.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/core.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/index.d.ts +10 -2
- package/lib/internal/template/internal/plugins/widget/index.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/index.js +23 -0
- package/lib/internal/template/internal/plugins/widget/index.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/interfaces.d.ts +39 -3
- package/lib/internal/template/internal/plugins/widget/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/interfaces.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget.d.ts +1 -1
- package/lib/internal/template/internal/plugins/widget.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget.js +1 -1
- package/lib/internal/template/internal/plugins/widget.js.map +1 -1
- package/lib/internal/template/internal/utils/promises.d.ts +11 -0
- package/lib/internal/template/internal/utils/promises.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/promises.js +24 -0
- package/lib/internal/template/internal/utils/promises.js.map +1 -1
- package/lib/internal/template/package.json +2 -0
- package/lib/internal/template/plugins/index.d.ts +8 -0
- package/lib/internal/template/plugins/index.d.ts.map +1 -0
- package/lib/internal/template/plugins/index.js +11 -0
- package/lib/internal/template/plugins/index.js.map +1 -0
- package/lib/internal/template/popover/body.d.ts +2 -2
- package/lib/internal/template/popover/body.d.ts.map +1 -1
- package/lib/internal/template/popover/body.js +2 -2
- package/lib/internal/template/popover/body.js.map +1 -1
- package/lib/internal/template/select/parts/filter.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/hotspot/index.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/hotspot/index.js +2 -2
- package/lib/internal/template/test-utils/dom/hotspot/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/internal/autosuggest-input.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/internal/autosuggest-input.js +2 -2
- package/lib/internal/template/test-utils/dom/internal/autosuggest-input.js.map +1 -1
- package/lib/internal/template/test-utils/dom/popover/index.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/popover/index.js +3 -2
- package/lib/internal/template/test-utils/dom/popover/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/progress-bar/index.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/progress-bar/index.js +4 -2
- package/lib/internal/template/test-utils/dom/progress-bar/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/s3-resource-selector/index.js +5 -3
- package/lib/internal/template/test-utils/dom/s3-resource-selector/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/tutorial-panel/tutorial.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/tutorial-panel/tutorial.js +2 -2
- package/lib/internal/template/test-utils/dom/tutorial-panel/tutorial.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/hotspot/index.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/hotspot/index.js +2 -2
- package/lib/internal/template/test-utils/selectors/hotspot/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.js +2 -2
- package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/popover/index.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/popover/index.js +3 -2
- package/lib/internal/template/test-utils/selectors/popover/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/progress-bar/index.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/progress-bar/index.js +3 -2
- package/lib/internal/template/test-utils/selectors/progress-bar/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/s3-resource-selector/index.js +5 -3
- package/lib/internal/template/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/tutorial-panel/tutorial.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/tutorial-panel/tutorial.js +2 -2
- package/lib/internal/template/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -1
- 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_dwl5h_193:not(#\9) {
|
|
194
194
|
position: sticky;
|
|
195
195
|
z-index: 830;
|
|
196
196
|
background-color: var(--color-background-container-content-aemn43, #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_dwl5h_193.awsui_with-expanded-motion_12i0j_dwl5h_207:not(#\9) {
|
|
208
208
|
transition: inline-size var(--motion-duration-refresh-only-slow-zil3nj, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1)), block-size var(--motion-duration-refresh-only-slow-zil3nj, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1)), min-inline-size var(--motion-duration-refresh-only-slow-zil3nj, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1));
|
|
209
209
|
}
|
|
210
210
|
@media (prefers-reduced-motion: reduce) {
|
|
211
|
-
.
|
|
211
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_with-expanded-motion_12i0j_dwl5h_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_dwl5h_193.awsui_with-expanded-motion_12i0j_dwl5h_207:not(#\9), .awsui-mode-entering .awsui_drawer_12i0j_dwl5h_193.awsui_with-expanded-motion_12i0j_dwl5h_207:not(#\9) {
|
|
217
217
|
animation: none;
|
|
218
218
|
transition: none;
|
|
219
219
|
}
|
|
220
220
|
@media (min-width: 689px) {
|
|
221
|
-
.
|
|
221
|
+
.awsui_drawer_12i0j_dwl5h_193:not(#\9):not(.awsui_legacy_12i0j_dwl5h_221):not(.awsui_ai-drawer_12i0j_dwl5h_221):not(.awsui_bottom-drawer_12i0j_dwl5h_221) {
|
|
222
222
|
border-inline-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
@media (max-width: 688px) {
|
|
226
|
-
.
|
|
226
|
+
.awsui_drawer_12i0j_dwl5h_193:not(#\9) {
|
|
227
227
|
inline-size: 100%;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_last-opened_12i0j_dwl5h_229:not(#\9) {
|
|
230
230
|
z-index: 1001;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-global_12i0j_dwl5h_233:not(#\9) {
|
|
234
234
|
display: block;
|
|
235
235
|
}
|
|
236
236
|
@media (min-width: 689px) {
|
|
237
|
-
.
|
|
237
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-global_12i0j_dwl5h_233:not(#\9) {
|
|
238
238
|
inline-size: var(--awsui-drawer-size-c5ek4l);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
@media (max-width: 688px) {
|
|
242
|
-
.
|
|
242
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-global_12i0j_dwl5h_233:not(#\9):not(.awsui_last-opened_12i0j_dwl5h_229):not(.awsui_drawer-expanded_12i0j_dwl5h_242) {
|
|
243
243
|
display: none;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-hidden_12i0j_dwl5h_246:not(#\9) {
|
|
247
247
|
display: none;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-expanded_12i0j_dwl5h_242:not(#\9) {
|
|
250
250
|
inline-size: 100%;
|
|
251
251
|
}
|
|
252
252
|
@media (min-width: 689px) {
|
|
253
|
-
.
|
|
253
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-expanded_12i0j_dwl5h_242:not(#\9) {
|
|
254
254
|
border-inline-start: none;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-expanded_12i0j_dwl5h_242.awsui_has-next-siblings_12i0j_dwl5h_256 > .awsui_global-drawer-wrapper_12i0j_dwl5h_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-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
264
264
|
box-sizing: border-box;
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-expanded_12i0j_dwl5h_242 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256:not(#\9) {
|
|
267
267
|
inline-size: 100%;
|
|
268
268
|
grid-template-columns: 8px 1fr;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-expanded_12i0j_dwl5h_242 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
271
271
|
grid-column: 2;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_drawer-expanded_12i0j_dwl5h_242 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-gap_12i0j_dwl5h_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-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_drawer-content-container_12i0j_dwl5h_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-c5ek4l);
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-close-button_12i0j_dwl5h_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_dwl5h_193 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-expanded-mode-button_12i0j_dwl5h_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_dwl5h_193 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270:not(#\9) {
|
|
306
306
|
grid-column: 1/span 4;
|
|
307
307
|
grid-row: 1/span 2;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270.awsui_drawer-content-hidden_12i0j_dwl5h_309:not(#\9) {
|
|
310
310
|
display: none;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_drawer-slider_12i0j_dwl5h_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_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256:not(#\9) {
|
|
321
321
|
display: grid;
|
|
322
322
|
min-inline-size: var(--awsui-drawer-size-c5ek4l);
|
|
323
323
|
grid-template-columns: 8px var(--space-m-n2lypl, 16px) 1fr;
|
|
324
324
|
overflow: hidden;
|
|
325
325
|
}
|
|
326
326
|
@media (max-width: 688px) {
|
|
327
|
-
.
|
|
327
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256:not(#\9) {
|
|
328
328
|
grid-template-columns: 1fr;
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-gap_12i0j_dwl5h_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-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
338
338
|
box-sizing: border-box;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-slider_12i0j_dwl5h_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_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
348
348
|
grid-row: 1;
|
|
349
349
|
display: grid;
|
|
350
350
|
grid-template-columns: var(--space-m-n2lypl, 16px) 1fr auto var(--space-m-n2lypl, 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_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_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_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
361
361
|
grid-column: 1/span 2;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-actions_12i0j_dwl5h_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-n2lypl, 16px);
|
|
370
370
|
padding-block-start: 14px;
|
|
371
371
|
}
|
|
372
|
-
.
|
|
372
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-close-button_12i0j_dwl5h_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_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-expanded-mode-button_12i0j_dwl5h_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_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270:not(#\9) {
|
|
387
387
|
grid-column: 1/span 4;
|
|
388
388
|
grid-row: 1/span 2;
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
.awsui_drawer_12i0j_dwl5h_193 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270.awsui_drawer-content-hidden_12i0j_dwl5h_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_dwl5h_193:not(#\9):not(.awsui_ai-drawer_12i0j_dwl5h_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_dwl5h_193:not(#\9):not(.awsui_ai-drawer_12i0j_dwl5h_221), .awsui-dark-mode .awsui_drawer_12i0j_dwl5h_193:not(#\9):not(.awsui_ai-drawer_12i0j_dwl5h_221) {
|
|
399
399
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
.
|
|
403
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9) {
|
|
404
404
|
grid-template-columns: 1fr var(--space-xs-kw7k3v, 8px);
|
|
405
405
|
background: #161d26;
|
|
406
406
|
}
|
|
407
407
|
@media (max-width: 688px) {
|
|
408
|
-
.
|
|
408
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9) {
|
|
409
409
|
grid-template-columns: 1fr;
|
|
410
410
|
z-index: 1001;
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
.
|
|
413
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-slider_12i0j_dwl5h_312:not(#\9) {
|
|
414
414
|
z-index: 850;
|
|
415
415
|
display: flex;
|
|
416
416
|
justify-content: center;
|
|
@@ -418,26 +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_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 .awsui_ai-drawer-slider-handle_12i0j_dwl5h_421:not(#\9) {
|
|
422
422
|
color: var(--color-text-interactive-inverted-default-hyioba, #d5dbdb);
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 .awsui_ai-drawer-slider-handle_12i0j_dwl5h_421:not(#\9):hover {
|
|
425
425
|
stroke: var(--color-text-interactive-inverted-hover-p0x69h, #fafafa);
|
|
426
426
|
}
|
|
427
|
-
.
|
|
427
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
428
428
|
min-inline-size: calc(var(--awsui-drawer-min-size-c5ek4l) - var(--space-xs-kw7k3v, 8px));
|
|
429
429
|
grid-column: 1/span 1;
|
|
430
430
|
background-color: var(--color-background-layout-panel-content-9tbx75, #ffffff);
|
|
431
431
|
}
|
|
432
432
|
@media (min-width: 689px) {
|
|
433
|
-
.
|
|
433
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
434
434
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
.
|
|
437
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270:not(#\9) {
|
|
438
438
|
grid-row: 1/span 4;
|
|
439
439
|
}
|
|
440
|
-
.
|
|
440
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440:not(#\9) {
|
|
441
441
|
block-size: 42px;
|
|
442
442
|
position: sticky;
|
|
443
443
|
z-index: 1000;
|
|
@@ -450,7 +450,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
450
450
|
border-image: linear-gradient(90deg, #962eff 0%, #5c7fff 30%, #09f 50%, #b8e7ff 70%, #8575ff 100%) 1;
|
|
451
451
|
box-sizing: border-box;
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453:not(#\9) {
|
|
454
454
|
display: flex;
|
|
455
455
|
flex: 1;
|
|
456
456
|
align-items: center;
|
|
@@ -460,23 +460,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
460
460
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
461
461
|
}
|
|
462
462
|
@media not print {
|
|
463
|
-
.
|
|
463
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453:not(#\9) {
|
|
464
464
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
465
465
|
}
|
|
466
|
-
.awsui-polaris-dark-mode .
|
|
466
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453:not(#\9), .awsui-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453:not(#\9) {
|
|
467
467
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
468
468
|
}
|
|
469
469
|
@media (min-width: 689px) {
|
|
470
|
-
.awsui-polaris-dark-mode .
|
|
470
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470), .awsui-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470) {
|
|
471
471
|
border-inline-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
472
472
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
.
|
|
476
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-content-header-content_12i0j_dwl5h_453 > .awsui_drawer-actions_12i0j_dwl5h_364:not(#\9) {
|
|
477
477
|
display: flex;
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9) {
|
|
480
480
|
position: relative;
|
|
481
481
|
display: flex;
|
|
482
482
|
align-items: center;
|
|
@@ -485,7 +485,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
485
485
|
padding-inline: var(--space-static-m-1cd7a5, 16px);
|
|
486
486
|
background-color: #161d26;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):before, .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):after {
|
|
489
489
|
content: "";
|
|
490
490
|
position: absolute;
|
|
491
491
|
inset-block-start: 0;
|
|
@@ -495,28 +495,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
495
495
|
background: #161d26;
|
|
496
496
|
}
|
|
497
497
|
@media not print {
|
|
498
|
-
.
|
|
498
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):before, .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):after {
|
|
499
499
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
500
500
|
}
|
|
501
|
-
.awsui-polaris-dark-mode .
|
|
501
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):before, .awsui-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):before, .awsui-polaris-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):after, .awsui-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):after {
|
|
502
502
|
display: none;
|
|
503
503
|
}
|
|
504
504
|
}
|
|
505
|
-
.
|
|
505
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470:not(#\9):after {
|
|
506
506
|
background-color: var(--color-background-layout-panel-content-9tbx75, #ffffff);
|
|
507
507
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
508
508
|
}
|
|
509
|
-
.
|
|
509
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509:not(#\9) {
|
|
510
510
|
position: relative;
|
|
511
511
|
}
|
|
512
|
-
.
|
|
512
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509:not(#\9):has(:focus-visible) {
|
|
513
513
|
position: relative;
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509:not(#\9):has(:focus-visible) {
|
|
516
516
|
outline: 2px dotted transparent;
|
|
517
517
|
outline-offset: calc(3px - 1px);
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509:not(#\9):has(:focus-visible)::before {
|
|
520
520
|
content: " ";
|
|
521
521
|
display: block;
|
|
522
522
|
position: absolute;
|
|
@@ -530,7 +530,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
530
530
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
531
531
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
532
532
|
}
|
|
533
|
-
.
|
|
533
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509 > .awsui_drawer-back-to-console-button_12i0j_dwl5h_509:not(#\9) {
|
|
534
534
|
border-collapse: separate;
|
|
535
535
|
border-spacing: 0;
|
|
536
536
|
box-sizing: border-box;
|
|
@@ -576,81 +576,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
576
576
|
color: #ffffff;
|
|
577
577
|
cursor: pointer;
|
|
578
578
|
}
|
|
579
|
-
.
|
|
579
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509 > .awsui_drawer-back-to-console-button_12i0j_dwl5h_509:not(#\9):focus {
|
|
580
580
|
outline: none;
|
|
581
581
|
}
|
|
582
|
-
.
|
|
582
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-header_12i0j_dwl5h_440 > .awsui_drawer-back-to-console-slot_12i0j_dwl5h_470 > .awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509 > .awsui_drawer-back-to-console-custom-button_12i0j_dwl5h_582:not(#\9) {
|
|
583
583
|
all: initial;
|
|
584
584
|
display: flex;
|
|
585
585
|
cursor: pointer;
|
|
586
586
|
text-align: center;
|
|
587
587
|
}
|
|
588
|
-
.
|
|
588
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221 > .awsui_drawer-content-container_12i0j_dwl5h_270 > .awsui_drawer-content_12i0j_dwl5h_270 > .awsui_drawer-content-content_12i0j_dwl5h_588:not(#\9) {
|
|
589
589
|
display: flex;
|
|
590
590
|
flex-direction: column;
|
|
591
591
|
block-size: calc(100% - 42px);
|
|
592
592
|
}
|
|
593
593
|
@media (min-width: 689px) {
|
|
594
|
-
.
|
|
594
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9):not(.awsui_drawer-expanded_12i0j_dwl5h_242) > .awsui_drawer-content-container_12i0j_dwl5h_270 {
|
|
595
595
|
clip-path: inset(0 0 -9999px 0 round 0 var(--space-xxs-jnczic, 4px) 0 0);
|
|
596
596
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
597
597
|
}
|
|
598
|
-
.
|
|
598
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9):not(.awsui_drawer-expanded_12i0j_dwl5h_242) > .awsui_drawer-content-container_12i0j_dwl5h_270:dir(rtl) {
|
|
599
599
|
clip-path: inset(0 0 -9999px 0 round var(--space-xxs-jnczic, 4px) 0 0 0);
|
|
600
600
|
}
|
|
601
601
|
@media not print {
|
|
602
|
-
.
|
|
602
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9):not(.awsui_drawer-expanded_12i0j_dwl5h_242) > .awsui_drawer-content-container_12i0j_dwl5h_270 {
|
|
603
603
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
604
604
|
}
|
|
605
|
-
.awsui-polaris-dark-mode .
|
|
605
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9):not(.awsui_drawer-expanded_12i0j_dwl5h_242) > .awsui_drawer-content-container_12i0j_dwl5h_270, .awsui-dark-mode .awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221:not(#\9):not(.awsui_drawer-expanded_12i0j_dwl5h_242) > .awsui_drawer-content-container_12i0j_dwl5h_270 {
|
|
606
606
|
border-inline-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
609
|
}
|
|
610
|
-
.
|
|
610
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221.awsui_drawer-expanded_12i0j_dwl5h_242:not(#\9) {
|
|
611
611
|
grid-template-columns: 1fr;
|
|
612
612
|
}
|
|
613
|
-
.
|
|
613
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_ai-drawer_12i0j_dwl5h_221.awsui_drawer-expanded_12i0j_dwl5h_242 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
614
614
|
border-start-end-radius: 0;
|
|
615
615
|
}
|
|
616
|
-
.
|
|
616
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221:not(#\9) {
|
|
617
617
|
display: block;
|
|
618
618
|
inline-size: 100%;
|
|
619
619
|
block-size: var(--awsui-bottom-drawer-size-c5ek4l);
|
|
620
620
|
}
|
|
621
621
|
@media (max-width: 688px) {
|
|
622
|
-
.
|
|
622
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221:not(#\9) {
|
|
623
623
|
block-size: 100%;
|
|
624
624
|
}
|
|
625
|
-
.
|
|
625
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221.awsui_last-opened_12i0j_dwl5h_229:not(#\9) {
|
|
626
626
|
z-index: 1001;
|
|
627
627
|
}
|
|
628
628
|
}
|
|
629
|
-
.
|
|
629
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221.awsui_drawer-hidden_12i0j_dwl5h_246:not(#\9) {
|
|
630
630
|
display: none;
|
|
631
631
|
}
|
|
632
|
-
.
|
|
632
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256:not(#\9) {
|
|
633
633
|
display: block;
|
|
634
634
|
}
|
|
635
|
-
.
|
|
635
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-gap_12i0j_dwl5h_273:not(#\9) {
|
|
636
636
|
block-size: 8px;
|
|
637
637
|
inline-size: 100%;
|
|
638
638
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
639
639
|
border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
640
640
|
box-sizing: content-box;
|
|
641
641
|
}
|
|
642
|
-
.
|
|
642
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-slider_12i0j_dwl5h_312:not(#\9) {
|
|
643
643
|
block-size: auto;
|
|
644
644
|
justify-content: center;
|
|
645
645
|
}
|
|
646
|
-
.
|
|
646
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_bottom-drawer-content-header_12i0j_dwl5h_646:not(#\9) {
|
|
647
647
|
display: flex;
|
|
648
648
|
justify-content: space-between;
|
|
649
649
|
align-items: center;
|
|
650
650
|
inset-block-start: 0;
|
|
651
651
|
box-sizing: border-box;
|
|
652
652
|
}
|
|
653
|
-
.
|
|
653
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_bottom-drawer-content-header_12i0j_dwl5h_646 > .awsui_bottom-drawer-content-header-content_12i0j_dwl5h_653:not(#\9) {
|
|
654
654
|
display: flex;
|
|
655
655
|
flex: 1;
|
|
656
656
|
align-items: center;
|
|
@@ -658,10 +658,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
658
658
|
block-size: 100%;
|
|
659
659
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
660
660
|
}
|
|
661
|
-
.
|
|
661
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_bottom-drawer-content-header_12i0j_dwl5h_646 > .awsui_bottom-drawer-content-header-content_12i0j_dwl5h_653 > .awsui_bottom-drawer-actions_12i0j_dwl5h_661:not(#\9) {
|
|
662
662
|
display: flex;
|
|
663
663
|
}
|
|
664
|
-
.
|
|
664
|
+
.awsui_drawer_12i0j_dwl5h_193.awsui_bottom-drawer_12i0j_dwl5h_221 > .awsui_global-drawer-wrapper_12i0j_dwl5h_256 > .awsui_drawer-content-container_12i0j_dwl5h_270:not(#\9) {
|
|
665
665
|
grid-template-columns: 1fr;
|
|
666
666
|
grid-template-rows: auto;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.awsui_runtime-feature-notifications-drawer-content_12i0j_dwl5h_669:not(#\9) {
|
|
670
|
+
border-block-start: 1px solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.awsui_runtime-feature-notifications-footer_12i0j_dwl5h_673:not(#\9) {
|
|
674
|
+
border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-divider-secondary-4wvr5g, #eaeded);
|
|
667
675
|
}
|
|
@@ -2,35 +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-
|
|
5
|
+
"drawer": "awsui_drawer_12i0j_dwl5h_193",
|
|
6
|
+
"with-expanded-motion": "awsui_with-expanded-motion_12i0j_dwl5h_207",
|
|
7
|
+
"legacy": "awsui_legacy_12i0j_dwl5h_221",
|
|
8
|
+
"ai-drawer": "awsui_ai-drawer_12i0j_dwl5h_221",
|
|
9
|
+
"bottom-drawer": "awsui_bottom-drawer_12i0j_dwl5h_221",
|
|
10
|
+
"last-opened": "awsui_last-opened_12i0j_dwl5h_229",
|
|
11
|
+
"drawer-global": "awsui_drawer-global_12i0j_dwl5h_233",
|
|
12
|
+
"drawer-expanded": "awsui_drawer-expanded_12i0j_dwl5h_242",
|
|
13
|
+
"drawer-hidden": "awsui_drawer-hidden_12i0j_dwl5h_246",
|
|
14
|
+
"has-next-siblings": "awsui_has-next-siblings_12i0j_dwl5h_256",
|
|
15
|
+
"global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_dwl5h_256",
|
|
16
|
+
"drawer-content-container": "awsui_drawer-content-container_12i0j_dwl5h_270",
|
|
17
|
+
"drawer-gap": "awsui_drawer-gap_12i0j_dwl5h_273",
|
|
18
|
+
"drawer-close-button": "awsui_drawer-close-button_12i0j_dwl5h_291",
|
|
19
|
+
"drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_dwl5h_297",
|
|
20
|
+
"drawer-content": "awsui_drawer-content_12i0j_dwl5h_270",
|
|
21
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_dwl5h_309",
|
|
22
|
+
"drawer-slider": "awsui_drawer-slider_12i0j_dwl5h_312",
|
|
23
|
+
"drawer-actions": "awsui_drawer-actions_12i0j_dwl5h_364",
|
|
24
|
+
"ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_dwl5h_421",
|
|
25
|
+
"drawer-content-header": "awsui_drawer-content-header_12i0j_dwl5h_440",
|
|
26
|
+
"drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_dwl5h_453",
|
|
27
|
+
"drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_dwl5h_470",
|
|
28
|
+
"drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_dwl5h_509",
|
|
29
|
+
"drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_dwl5h_509",
|
|
30
|
+
"drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-button_12i0j_dwl5h_582",
|
|
31
|
+
"drawer-content-content": "awsui_drawer-content-content_12i0j_dwl5h_588",
|
|
32
|
+
"bottom-drawer-content-header": "awsui_bottom-drawer-content-header_12i0j_dwl5h_646",
|
|
33
|
+
"bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-content_12i0j_dwl5h_653",
|
|
34
|
+
"bottom-drawer-actions": "awsui_bottom-drawer-actions_12i0j_dwl5h_661",
|
|
35
|
+
"runtime-feature-notifications-drawer-content": "awsui_runtime-feature-notifications-drawer-content_12i0j_dwl5h_669",
|
|
36
|
+
"runtime-feature-notifications-footer": "awsui_runtime-feature-notifications-footer_12i0j_dwl5h_673"
|
|
35
37
|
};
|
|
36
38
|
|
|
@@ -10,6 +10,7 @@ import { OnChangeParams } from '../utils/use-drawers';
|
|
|
10
10
|
import { FocusControlMultipleStates, FocusControlState } from '../utils/use-focus-control';
|
|
11
11
|
import { SplitPanelFocusControlState } from '../utils/use-split-panel-focus-control';
|
|
12
12
|
import { VerticalLayoutOutput } from './compute-layout';
|
|
13
|
+
import { FeatureNotificationsProps } from './state/use-feature-notifications';
|
|
13
14
|
export interface AppLayoutInternalProps extends AppLayoutPropsWithDefaults {
|
|
14
15
|
navigationTriggerHide?: boolean;
|
|
15
16
|
}
|
|
@@ -106,6 +107,7 @@ export interface AppLayoutWidgetizedState extends AppLayoutInternals {
|
|
|
106
107
|
size: number;
|
|
107
108
|
}) => void;
|
|
108
109
|
bottomDrawers: ReadonlyArray<InternalDrawer>;
|
|
110
|
+
featureNotificationsProps?: FeatureNotificationsProps;
|
|
109
111
|
}
|
|
110
112
|
export interface AppLayoutState {
|
|
111
113
|
rootRef: React.Ref<HTMLElement>;
|