@cloudscape-design/components-themeable 3.0.1101 → 3.0.1103
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 +10 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/template/app-layout/utils/use-ai-drawer.d.ts +0 -1
- package/lib/internal/template/app-layout/utils/use-ai-drawer.d.ts.map +1 -1
- package/lib/internal/template/app-layout/utils/use-ai-drawer.js +1 -1
- package/lib/internal/template/app-layout/utils/use-ai-drawer.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawers.d.ts +0 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawers.js +0 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/global-drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.d.ts +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts +0 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +0 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +25 -24
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +74 -66
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +25 -24
- package/lib/internal/template/app-layout/visual-refresh-toolbar/internal.d.ts +0 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/internal.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/internal.js +0 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/internal.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts +0 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +0 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/index.d.ts +0 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/index.js +0 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/notifications/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/index.d.ts +0 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/index.js +0 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/split-panel/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +0 -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 +0 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.d.ts +4 -18
- package/lib/internal/template/date-range-picker/calendar/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.js +2 -2
- package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/interfaces.d.ts +22 -0
- package/lib/internal/template/date-range-picker/calendar/interfaces.d.ts.map +1 -0
- package/lib/internal/template/date-range-picker/calendar/interfaces.js +2 -0
- package/lib/internal/template/date-range-picker/calendar/interfaces.js.map +1 -0
- package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts +2 -20
- package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.js +11 -13
- package/lib/internal/template/date-range-picker/calendar/range-inputs.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/utils.d.ts +4 -0
- package/lib/internal/template/date-range-picker/calendar/utils.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/utils.js +40 -0
- package/lib/internal/template/date-range-picker/calendar/utils.js.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts +3 -2
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +2 -2
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/index.js +3 -2
- package/lib/internal/template/date-range-picker/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.d.ts +53 -11
- package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/plugins/widget/internal.d.ts +4 -0
- package/lib/internal/template/internal/plugins/widget/internal.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/internal.js +16 -0
- package/lib/internal/template/internal/plugins/widget/internal.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/date-time/format-date-time-with-offset.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/date-time/format-date-time-with-offset.js +4 -0
- package/lib/internal/template/internal/utils/date-time/format-date-time-with-offset.js.map +1 -1
- package/lib/internal/template/link/interfaces.d.ts +15 -0
- package/lib/internal/template/link/interfaces.d.ts.map +1 -1
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/internal.d.ts.map +1 -1
- package/lib/internal/template/link/internal.js +4 -3
- package/lib/internal/template/link/internal.js.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/bar-groups.d.ts.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/bar-groups.js +4 -1
- package/lib/internal/template/mixed-line-bar-chart/bar-groups.js.map +1 -1
- package/lib/internal/template/status-indicator/index.d.ts +1 -1
- package/lib/internal/template/status-indicator/index.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/index.js.map +1 -1
- package/lib/internal/template/status-indicator/interfaces.d.ts +46 -0
- package/lib/internal/template/status-indicator/interfaces.d.ts.map +1 -0
- package/lib/internal/template/status-indicator/interfaces.js +2 -0
- package/lib/internal/template/status-indicator/interfaces.js.map +1 -0
- package/lib/internal/template/status-indicator/internal.d.ts +3 -31
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +6 -2
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/steps/interfaces.d.ts +1 -1
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/table/internal.js +2 -2
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/toggle/interfaces.d.ts +15 -0
- package/lib/internal/template/toggle/interfaces.d.ts.map +1 -1
- package/lib/internal/template/toggle/interfaces.js.map +1 -1
- package/lib/internal/template/toggle/internal.d.ts.map +1 -1
- package/lib/internal/template/toggle/internal.js +3 -2
- package/lib/internal/template/toggle/internal.js.map +1 -1
- package/lib/internal/template/toggle-button/index.d.ts.map +1 -1
- package/lib/internal/template/toggle-button/index.js +2 -2
- package/lib/internal/template/toggle-button/index.js.map +1 -1
- package/lib/internal/template/toggle-button/interfaces.d.ts +1 -1
- package/lib/internal/template/toggle-button/interfaces.d.ts.map +1 -1
- package/lib/internal/template/toggle-button/interfaces.js.map +1 -1
- package/lib/internal/template/toggle-button/internal.d.ts.map +1 -1
- package/lib/internal/template/toggle-button/internal.js +2 -2
- package/lib/internal/template/toggle-button/internal.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_1x1mt_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_1x1mt_193.awsui_with-expanded-motion_12i0j_1x1mt_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)), 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_1x1mt_193.awsui_with-expanded-motion_12i0j_1x1mt_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_1x1mt_193.awsui_with-expanded-motion_12i0j_1x1mt_207:not(#\9), .awsui-mode-entering .awsui_drawer_12i0j_1x1mt_193.awsui_with-expanded-motion_12i0j_1x1mt_207:not(#\9) {
|
|
217
217
|
animation: none;
|
|
218
218
|
transition: none;
|
|
219
219
|
}
|
|
220
220
|
@media (min-width: 689px) {
|
|
221
|
-
.
|
|
221
|
+
.awsui_drawer_12i0j_1x1mt_193:not(#\9):not(.awsui_legacy_12i0j_1x1mt_221):not(.awsui_ai-drawer_12i0j_1x1mt_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_1x1mt_193:not(#\9) {
|
|
227
227
|
inline-size: 100%;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_last-opened_12i0j_1x1mt_229:not(#\9) {
|
|
230
230
|
z-index: 1001;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-global_12i0j_1x1mt_233:not(#\9) {
|
|
234
234
|
display: block;
|
|
235
235
|
}
|
|
236
236
|
@media (min-width: 689px) {
|
|
237
|
-
.
|
|
237
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-global_12i0j_1x1mt_233:not(#\9) {
|
|
238
238
|
inline-size: var(--awsui-drawer-size-y15yd5);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
@media (max-width: 688px) {
|
|
242
|
-
.
|
|
242
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-global_12i0j_1x1mt_233:not(#\9):not(.awsui_last-opened_12i0j_1x1mt_229):not(.awsui_drawer-expanded_12i0j_1x1mt_242) {
|
|
243
243
|
display: none;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
|
-
.
|
|
246
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-hidden_12i0j_1x1mt_246:not(#\9) {
|
|
247
247
|
display: none;
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-expanded_12i0j_1x1mt_242:not(#\9) {
|
|
250
250
|
inline-size: 100%;
|
|
251
251
|
}
|
|
252
252
|
@media (min-width: 689px) {
|
|
253
|
-
.
|
|
253
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-expanded_12i0j_1x1mt_242:not(#\9) {
|
|
254
254
|
border-inline-start: none;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-expanded_12i0j_1x1mt_242.awsui_has-next-siblings_12i0j_1x1mt_256 > .awsui_global-drawer-wrapper_12i0j_1x1mt_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_1x1mt_193.awsui_drawer-expanded_12i0j_1x1mt_242 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256:not(#\9) {
|
|
267
267
|
inline-size: 100%;
|
|
268
268
|
grid-template-columns: 8px 1fr;
|
|
269
269
|
}
|
|
270
|
-
.
|
|
270
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-expanded_12i0j_1x1mt_242 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
271
271
|
grid-column: 2;
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_drawer-expanded_12i0j_1x1mt_242 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-gap_12i0j_1x1mt_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_1x1mt_193 > .awsui_drawer-content-container_12i0j_1x1mt_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-y15yd5);
|
|
290
290
|
}
|
|
291
|
-
.
|
|
291
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-close-button_12i0j_1x1mt_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_1x1mt_193 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-expanded-mode-button_12i0j_1x1mt_297:not(#\9) {
|
|
298
298
|
grid-column: 2;
|
|
299
299
|
grid-row: 2;
|
|
300
300
|
z-index: 1;
|
|
@@ -302,32 +302,32 @@ 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_1x1mt_193 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270:not(#\9) {
|
|
306
306
|
grid-column: 1/span 4;
|
|
307
307
|
grid-row: 1/span 2;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270.awsui_drawer-content-hidden_12i0j_1x1mt_309:not(#\9) {
|
|
310
310
|
display: none;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_drawer-slider_12i0j_1x1mt_312:not(#\9) {
|
|
313
313
|
grid-column: 1;
|
|
314
314
|
grid-row: 1;
|
|
315
315
|
block-size: 100%;
|
|
316
316
|
display: flex;
|
|
317
317
|
align-items: center;
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256:not(#\9) {
|
|
320
320
|
display: grid;
|
|
321
321
|
min-inline-size: var(--awsui-drawer-size-y15yd5);
|
|
322
322
|
grid-template-columns: 8px var(--space-m-n2lypl, 16px) 1fr;
|
|
323
323
|
overflow: hidden;
|
|
324
324
|
}
|
|
325
325
|
@media (max-width: 688px) {
|
|
326
|
-
.
|
|
326
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256:not(#\9) {
|
|
327
327
|
grid-template-columns: 1fr;
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-gap_12i0j_1x1mt_273:not(#\9) {
|
|
331
331
|
grid-column: 1;
|
|
332
332
|
grid-row: 1;
|
|
333
333
|
block-size: 100%;
|
|
@@ -336,13 +336,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
336
336
|
border-inline-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
337
337
|
box-sizing: border-box;
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-slider_12i0j_1x1mt_312:not(#\9) {
|
|
340
340
|
grid-column: 2;
|
|
341
341
|
grid-row: 1;
|
|
342
342
|
display: flex;
|
|
343
343
|
align-items: center;
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
346
346
|
grid-row: 1;
|
|
347
347
|
display: grid;
|
|
348
348
|
grid-template-columns: var(--space-m-n2lypl, 16px) 1fr auto var(--space-m-n2lypl, 16px);
|
|
@@ -350,16 +350,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
350
350
|
overflow-y: auto;
|
|
351
351
|
}
|
|
352
352
|
@media (min-width: 689px) {
|
|
353
|
-
.
|
|
353
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
354
354
|
grid-column: 2/span 2;
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
@media (max-width: 688px) {
|
|
358
|
-
.
|
|
358
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
359
359
|
grid-column: 1/span 2;
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
|
-
.
|
|
362
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-actions_12i0j_1x1mt_362:not(#\9) {
|
|
363
363
|
position: absolute;
|
|
364
364
|
display: flex;
|
|
365
365
|
inset-block-start: 0;
|
|
@@ -367,13 +367,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
367
367
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
368
368
|
padding-block-start: 14px;
|
|
369
369
|
}
|
|
370
|
-
.
|
|
370
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-close-button_12i0j_1x1mt_291:not(#\9) {
|
|
371
371
|
grid-column: 3;
|
|
372
372
|
grid-row: 2;
|
|
373
373
|
z-index: 1;
|
|
374
374
|
align-self: start;
|
|
375
375
|
}
|
|
376
|
-
.
|
|
376
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-expanded-mode-button_12i0j_1x1mt_297:not(#\9) {
|
|
377
377
|
grid-column: 2;
|
|
378
378
|
grid-row: 2;
|
|
379
379
|
z-index: 1;
|
|
@@ -381,56 +381,59 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
381
381
|
display: flex;
|
|
382
382
|
justify-content: flex-end;
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270:not(#\9) {
|
|
385
385
|
grid-column: 1/span 4;
|
|
386
386
|
grid-row: 1/span 2;
|
|
387
387
|
}
|
|
388
|
-
.
|
|
388
|
+
.awsui_drawer_12i0j_1x1mt_193 > .awsui_global-drawer-wrapper_12i0j_1x1mt_256 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270.awsui_drawer-content-hidden_12i0j_1x1mt_309:not(#\9) {
|
|
389
389
|
display: none;
|
|
390
390
|
}
|
|
391
391
|
@media (max-width: 688px) {
|
|
392
392
|
@media not print {
|
|
393
|
-
.
|
|
393
|
+
.awsui_drawer_12i0j_1x1mt_193:not(#\9):not(.awsui_ai-drawer_12i0j_1x1mt_221) {
|
|
394
394
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
395
395
|
}
|
|
396
|
-
.awsui-polaris-dark-mode .
|
|
396
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1x1mt_193:not(#\9):not(.awsui_ai-drawer_12i0j_1x1mt_221), .awsui-dark-mode .awsui_drawer_12i0j_1x1mt_193:not(#\9):not(.awsui_ai-drawer_12i0j_1x1mt_221) {
|
|
397
397
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
.
|
|
401
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221:not(#\9) {
|
|
402
402
|
grid-template-columns: 1fr var(--space-xs-kw7k3v, 8px);
|
|
403
403
|
background: #161d26;
|
|
404
404
|
}
|
|
405
405
|
@media (max-width: 688px) {
|
|
406
|
-
.
|
|
406
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221:not(#\9) {
|
|
407
407
|
grid-template-columns: 1fr;
|
|
408
408
|
z-index: 1001;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
.
|
|
411
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-slider_12i0j_1x1mt_312:not(#\9) {
|
|
412
412
|
inline-size: var(--space-xs-kw7k3v, 8px);
|
|
413
413
|
overflow: hidden;
|
|
414
414
|
grid-column: 2;
|
|
415
415
|
}
|
|
416
|
-
.
|
|
416
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 .awsui_ai-drawer-slider-handle_12i0j_1x1mt_416:not(#\9) {
|
|
417
417
|
transform: translate(-4px);
|
|
418
418
|
color: var(--color-text-interactive-inverted-default-hyioba, #d5dbdb);
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 .awsui_ai-drawer-slider-handle_12i0j_1x1mt_416:not(#\9):hover {
|
|
421
421
|
stroke: var(--color-text-interactive-inverted-hover-p0x69h, #fafafa);
|
|
422
422
|
}
|
|
423
|
-
.
|
|
423
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
424
424
|
min-inline-size: calc(var(--awsui-drawer-min-size-y15yd5) - var(--space-xs-kw7k3v, 8px));
|
|
425
425
|
grid-column: 1/span 1;
|
|
426
426
|
background-color: var(--color-background-layout-panel-content-9tbx75, #ffffff);
|
|
427
427
|
}
|
|
428
428
|
@media (min-width: 689px) {
|
|
429
|
-
.
|
|
429
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
430
430
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270:not(#\9) {
|
|
434
|
+
grid-row: 1/span 4;
|
|
435
|
+
}
|
|
436
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436:not(#\9) {
|
|
434
437
|
block-size: 41px;
|
|
435
438
|
position: sticky;
|
|
436
439
|
z-index: 1000;
|
|
@@ -443,7 +446,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
443
446
|
border-image: linear-gradient(90deg, #962eff 0%, #5c7fff 30%, #09f 50%, #b8e7ff 70%, #8575ff 100%) 1;
|
|
444
447
|
box-sizing: border-box;
|
|
445
448
|
}
|
|
446
|
-
.
|
|
449
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449:not(#\9) {
|
|
447
450
|
display: flex;
|
|
448
451
|
flex: 1;
|
|
449
452
|
align-items: center;
|
|
@@ -453,23 +456,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
453
456
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
454
457
|
}
|
|
455
458
|
@media not print {
|
|
456
|
-
.
|
|
459
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449:not(#\9) {
|
|
457
460
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
458
461
|
}
|
|
459
|
-
.awsui-polaris-dark-mode .
|
|
462
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449:not(#\9), .awsui-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449:not(#\9) {
|
|
460
463
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
461
464
|
}
|
|
462
465
|
@media (min-width: 689px) {
|
|
463
|
-
.awsui-polaris-dark-mode .
|
|
466
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466), .awsui-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449:not(#\9):has(+ .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466) {
|
|
464
467
|
border-inline-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
465
468
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
466
469
|
}
|
|
467
470
|
}
|
|
468
471
|
}
|
|
469
|
-
.
|
|
472
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-content-header-content_12i0j_1x1mt_449 > .awsui_drawer-actions_12i0j_1x1mt_362:not(#\9) {
|
|
470
473
|
display: flex;
|
|
471
474
|
}
|
|
472
|
-
.
|
|
475
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9) {
|
|
473
476
|
position: relative;
|
|
474
477
|
display: flex;
|
|
475
478
|
align-items: center;
|
|
@@ -478,7 +481,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
478
481
|
padding-inline: var(--space-static-m-1cd7a5, 16px);
|
|
479
482
|
background-color: #161d26;
|
|
480
483
|
}
|
|
481
|
-
.
|
|
484
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):before, .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):after {
|
|
482
485
|
content: "";
|
|
483
486
|
position: absolute;
|
|
484
487
|
inset-block-start: 0;
|
|
@@ -488,28 +491,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
488
491
|
background: #161d26;
|
|
489
492
|
}
|
|
490
493
|
@media not print {
|
|
491
|
-
.
|
|
494
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):before, .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):after {
|
|
492
495
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
493
496
|
}
|
|
494
|
-
.awsui-polaris-dark-mode .
|
|
497
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):before, .awsui-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):before, .awsui-polaris-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):after, .awsui-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):after {
|
|
495
498
|
display: none;
|
|
496
499
|
}
|
|
497
500
|
}
|
|
498
|
-
.
|
|
501
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466:not(#\9):after {
|
|
499
502
|
background-color: var(--color-background-layout-panel-content-9tbx75, #ffffff);
|
|
500
503
|
border-start-end-radius: var(--space-xxs-jnczic, 4px);
|
|
501
504
|
}
|
|
502
|
-
.
|
|
505
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505:not(#\9) {
|
|
503
506
|
position: relative;
|
|
504
507
|
}
|
|
505
|
-
.
|
|
508
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505:not(#\9):has(:focus-visible) {
|
|
506
509
|
position: relative;
|
|
507
510
|
}
|
|
508
|
-
.
|
|
511
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505:not(#\9):has(:focus-visible) {
|
|
509
512
|
outline: 2px dotted transparent;
|
|
510
513
|
outline-offset: calc(3px - 1px);
|
|
511
514
|
}
|
|
512
|
-
.
|
|
515
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505:not(#\9):has(:focus-visible)::before {
|
|
513
516
|
content: " ";
|
|
514
517
|
display: block;
|
|
515
518
|
position: absolute;
|
|
@@ -523,7 +526,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
523
526
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
524
527
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
525
528
|
}
|
|
526
|
-
.
|
|
529
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505 > .awsui_drawer-back-to-console-button_12i0j_1x1mt_505:not(#\9) {
|
|
527
530
|
border-collapse: separate;
|
|
528
531
|
border-spacing: 0;
|
|
529
532
|
box-sizing: border-box;
|
|
@@ -569,25 +572,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
569
572
|
color: #ffffff;
|
|
570
573
|
cursor: pointer;
|
|
571
574
|
}
|
|
572
|
-
.
|
|
575
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-header_12i0j_1x1mt_436 > .awsui_drawer-back-to-console-slot_12i0j_1x1mt_466 > .awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505 > .awsui_drawer-back-to-console-button_12i0j_1x1mt_505:not(#\9):focus {
|
|
573
576
|
outline: none;
|
|
574
577
|
}
|
|
578
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221 > .awsui_drawer-content-container_12i0j_1x1mt_270 > .awsui_drawer-content_12i0j_1x1mt_270 > .awsui_drawer-content-content_12i0j_1x1mt_578:not(#\9) {
|
|
579
|
+
display: flex;
|
|
580
|
+
flex-direction: column;
|
|
581
|
+
block-size: calc(100% - 41px);
|
|
582
|
+
}
|
|
575
583
|
@media (min-width: 689px) {
|
|
576
|
-
.
|
|
584
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1x1mt_242) > .awsui_drawer-content-container_12i0j_1x1mt_270 {
|
|
577
585
|
clip-path: inset(0 0 -9999px 0 round var(--space-xxs-jnczic, 4px));
|
|
578
586
|
}
|
|
579
587
|
@media not print {
|
|
580
|
-
.
|
|
588
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1x1mt_242) > .awsui_drawer-content-container_12i0j_1x1mt_270 {
|
|
581
589
|
/* stylelint-disable selector-combinator-disallowed-list, selector-class-pattern */
|
|
582
590
|
}
|
|
583
|
-
.awsui-polaris-dark-mode .
|
|
591
|
+
.awsui-polaris-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1x1mt_242) > .awsui_drawer-content-container_12i0j_1x1mt_270, .awsui-dark-mode .awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221:not(#\9):not(.awsui_drawer-expanded_12i0j_1x1mt_242) > .awsui_drawer-content-container_12i0j_1x1mt_270 {
|
|
584
592
|
border-inline-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-layout-ovzonx, #d5dbdb);
|
|
585
593
|
}
|
|
586
594
|
}
|
|
587
595
|
}
|
|
588
|
-
.
|
|
596
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221.awsui_drawer-expanded_12i0j_1x1mt_242:not(#\9) {
|
|
589
597
|
grid-template-columns: 1fr;
|
|
590
598
|
}
|
|
591
|
-
.
|
|
599
|
+
.awsui_drawer_12i0j_1x1mt_193.awsui_ai-drawer_12i0j_1x1mt_221.awsui_drawer-expanded_12i0j_1x1mt_242 > .awsui_drawer-content-container_12i0j_1x1mt_270:not(#\9) {
|
|
592
600
|
border-start-end-radius: 0;
|
|
593
601
|
}
|
|
@@ -2,29 +2,30 @@
|
|
|
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
|
-
"last-opened": "awsui_last-
|
|
10
|
-
"drawer-global": "awsui_drawer-
|
|
11
|
-
"drawer-expanded": "awsui_drawer-
|
|
12
|
-
"drawer-hidden": "awsui_drawer-
|
|
13
|
-
"has-next-siblings": "awsui_has-next-
|
|
14
|
-
"global-drawer-wrapper": "awsui_global-drawer-
|
|
15
|
-
"drawer-content-container": "awsui_drawer-content-
|
|
16
|
-
"drawer-gap": "awsui_drawer-
|
|
17
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
18
|
-
"drawer-expanded-mode-button": "awsui_drawer-expanded-mode-
|
|
19
|
-
"drawer-content": "awsui_drawer-
|
|
20
|
-
"drawer-content-hidden": "awsui_drawer-content-
|
|
21
|
-
"drawer-slider": "awsui_drawer-
|
|
22
|
-
"drawer-actions": "awsui_drawer-
|
|
23
|
-
"ai-drawer-slider-handle": "awsui_ai-drawer-slider-
|
|
24
|
-
"drawer-content-header": "awsui_drawer-content-
|
|
25
|
-
"drawer-content-header-content": "awsui_drawer-content-header-
|
|
26
|
-
"drawer-back-to-console-slot": "awsui_drawer-back-to-console-
|
|
27
|
-
"drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-
|
|
28
|
-
"drawer-back-to-console-button": "awsui_drawer-back-to-console-
|
|
5
|
+
"drawer": "awsui_drawer_12i0j_1x1mt_193",
|
|
6
|
+
"with-expanded-motion": "awsui_with-expanded-motion_12i0j_1x1mt_207",
|
|
7
|
+
"legacy": "awsui_legacy_12i0j_1x1mt_221",
|
|
8
|
+
"ai-drawer": "awsui_ai-drawer_12i0j_1x1mt_221",
|
|
9
|
+
"last-opened": "awsui_last-opened_12i0j_1x1mt_229",
|
|
10
|
+
"drawer-global": "awsui_drawer-global_12i0j_1x1mt_233",
|
|
11
|
+
"drawer-expanded": "awsui_drawer-expanded_12i0j_1x1mt_242",
|
|
12
|
+
"drawer-hidden": "awsui_drawer-hidden_12i0j_1x1mt_246",
|
|
13
|
+
"has-next-siblings": "awsui_has-next-siblings_12i0j_1x1mt_256",
|
|
14
|
+
"global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_1x1mt_256",
|
|
15
|
+
"drawer-content-container": "awsui_drawer-content-container_12i0j_1x1mt_270",
|
|
16
|
+
"drawer-gap": "awsui_drawer-gap_12i0j_1x1mt_273",
|
|
17
|
+
"drawer-close-button": "awsui_drawer-close-button_12i0j_1x1mt_291",
|
|
18
|
+
"drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_1x1mt_297",
|
|
19
|
+
"drawer-content": "awsui_drawer-content_12i0j_1x1mt_270",
|
|
20
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_1x1mt_309",
|
|
21
|
+
"drawer-slider": "awsui_drawer-slider_12i0j_1x1mt_312",
|
|
22
|
+
"drawer-actions": "awsui_drawer-actions_12i0j_1x1mt_362",
|
|
23
|
+
"ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_1x1mt_416",
|
|
24
|
+
"drawer-content-header": "awsui_drawer-content-header_12i0j_1x1mt_436",
|
|
25
|
+
"drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_1x1mt_449",
|
|
26
|
+
"drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_1x1mt_466",
|
|
27
|
+
"drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_1x1mt_505",
|
|
28
|
+
"drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_1x1mt_505",
|
|
29
|
+
"drawer-content-content": "awsui_drawer-content-content_12i0j_1x1mt_578"
|
|
29
30
|
};
|
|
30
31
|
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const AppLayoutNavigation: typeof import("./navigation").AppLayoutNavigationImplementation;
|
|
3
|
-
export declare const AppLayoutDrawer: typeof import("./drawer").AppLayoutDrawerImplementation;
|
|
4
|
-
export declare const AppLayoutGlobalDrawers: typeof import("./drawer").AppLayoutGlobalDrawersImplementation;
|
|
5
|
-
export declare const AppLayoutNotifications: typeof import("./notifications").AppLayoutNotificationsImplementation;
|
|
6
|
-
export declare const AppLayoutToolbar: typeof import("./toolbar").AppLayoutToolbarImplementation;
|
|
7
|
-
export declare const AppLayoutSplitPanelBottom: typeof import("./split-panel").AppLayoutSplitPanelDrawerBottomImplementation;
|
|
8
|
-
export declare const AppLayoutSplitPanelSide: typeof import("./split-panel").AppLayoutSplitPanelDrawerSideImplementation;
|
|
9
2
|
export declare const AppLayoutBeforeMainSlot: ({ toolbarProps, appLayoutState, appLayoutProps }: import("./skeleton/interfaces").SkeletonPartProps) => JSX.Element;
|
|
10
3
|
export declare const AppLayoutAfterMainSlot: ({ appLayoutState, appLayoutProps }: import("./skeleton/interfaces").SkeletonPartProps) => JSX.Element | null;
|
|
11
4
|
export declare const AppLayoutTopContentSlot: ({ appLayoutProps, appLayoutState }: import("./skeleton/interfaces").SkeletonPartProps) => JSX.Element | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh-toolbar/internal.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh-toolbar/internal.tsx"],"names":[],"mappings":";AAaA,eAAO,MAAM,uBAAuB,sHAEnC,CAAC;AACF,eAAO,MAAM,sBAAsB,+GAElC,CAAC;AACF,eAAO,MAAM,uBAAuB,+GAEnC,CAAC;AACF,eAAO,MAAM,0BAA0B,+GAEtC,CAAC;AACF,eAAO,MAAM,wBAAwB,sGAEpC,CAAC"}
|
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
import { createLoadableComponent } from '../../internal/widgets/loader-mock';
|
|
4
|
-
import { createWidgetizedAppLayoutDrawer, createWidgetizedAppLayoutGlobalDrawers } from './drawer';
|
|
5
|
-
import { createWidgetizedAppLayoutNavigation } from './navigation';
|
|
6
|
-
import { createWidgetizedAppLayoutNotifications } from './notifications';
|
|
7
|
-
import { createWidgetizedAppLayoutSplitPanelDrawerBottom, createWidgetizedAppLayoutSplitPanelDrawerSide, } from './split-panel';
|
|
8
4
|
import { AppLayoutStateProvider as AppLayoutStateImplementation, createWidgetizedAppLayoutState } from './state';
|
|
9
|
-
import { createWidgetizedAppLayoutToolbar } from './toolbar';
|
|
10
5
|
import { AfterMainSlotImplementation, createWidgetizedAppLayoutAfterMainSlot } from './widget-areas/after-main-slot';
|
|
11
6
|
import { BeforeMainSlotImplementation, createWidgetizedAppLayoutBeforeMainSlot } from './widget-areas/before-main-slot';
|
|
12
7
|
import { BottomContentSlotImplementation, createWidgetizedAppLayoutBottomContentSlot, } from './widget-areas/bottom-content-slot';
|
|
13
8
|
import { createWidgetizedAppLayoutTopContentSlot, TopContentSlotImplementation } from './widget-areas/top-content-slot';
|
|
14
|
-
// Legacy widgetized parts
|
|
15
|
-
export const AppLayoutNavigation = createWidgetizedAppLayoutNavigation();
|
|
16
|
-
export const AppLayoutDrawer = createWidgetizedAppLayoutDrawer();
|
|
17
|
-
export const AppLayoutGlobalDrawers = createWidgetizedAppLayoutGlobalDrawers();
|
|
18
|
-
export const AppLayoutNotifications = createWidgetizedAppLayoutNotifications();
|
|
19
|
-
export const AppLayoutToolbar = createWidgetizedAppLayoutToolbar();
|
|
20
|
-
export const AppLayoutSplitPanelBottom = createWidgetizedAppLayoutSplitPanelDrawerBottom();
|
|
21
|
-
export const AppLayoutSplitPanelSide = createWidgetizedAppLayoutSplitPanelDrawerSide();
|
|
22
|
-
// Refactored widgetized parts
|
|
23
9
|
export const AppLayoutBeforeMainSlot = createWidgetizedAppLayoutBeforeMainSlot(createLoadableComponent(BeforeMainSlotImplementation));
|
|
24
10
|
export const AppLayoutAfterMainSlot = createWidgetizedAppLayoutAfterMainSlot(createLoadableComponent(AfterMainSlotImplementation));
|
|
25
11
|
export const AppLayoutTopContentSlot = createWidgetizedAppLayoutTopContentSlot(createLoadableComponent(TopContentSlotImplementation));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh-toolbar/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../../src/app-layout/visual-refresh-toolbar/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,IAAI,4BAA4B,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AACjH,OAAO,EAAE,2BAA2B,EAAE,sCAAsC,EAAE,MAAM,gCAAgC,CAAC;AACrH,OAAO,EAAE,4BAA4B,EAAE,uCAAuC,EAAE,MAAM,iCAAiC,CAAC;AACxH,OAAO,EACL,+BAA+B,EAC/B,0CAA0C,GAC3C,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,uCAAuC,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAExH,MAAM,CAAC,MAAM,uBAAuB,GAAG,uCAAuC,CAC5E,uBAAuB,CAAC,4BAA4B,CAAC,CACtD,CAAC;AACF,MAAM,CAAC,MAAM,sBAAsB,GAAG,sCAAsC,CAC1E,uBAAuB,CAAC,2BAA2B,CAAC,CACrD,CAAC;AACF,MAAM,CAAC,MAAM,uBAAuB,GAAG,uCAAuC,CAC5E,uBAAuB,CAAC,4BAA4B,CAAC,CACtD,CAAC;AACF,MAAM,CAAC,MAAM,0BAA0B,GAAG,0CAA0C,CAClF,uBAAuB,CAAC,+BAA+B,CAAC,CACzD,CAAC;AACF,MAAM,CAAC,MAAM,wBAAwB,GAAG,8BAA8B,CACpE,uBAAuB,CAAC,4BAA4B,CAAC,CACtD,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { createLoadableComponent } from '../../internal/widgets/loader-mock';\nimport { AppLayoutStateProvider as AppLayoutStateImplementation, createWidgetizedAppLayoutState } from './state';\nimport { AfterMainSlotImplementation, createWidgetizedAppLayoutAfterMainSlot } from './widget-areas/after-main-slot';\nimport { BeforeMainSlotImplementation, createWidgetizedAppLayoutBeforeMainSlot } from './widget-areas/before-main-slot';\nimport {\n BottomContentSlotImplementation,\n createWidgetizedAppLayoutBottomContentSlot,\n} from './widget-areas/bottom-content-slot';\nimport { createWidgetizedAppLayoutTopContentSlot, TopContentSlotImplementation } from './widget-areas/top-content-slot';\n\nexport const AppLayoutBeforeMainSlot = createWidgetizedAppLayoutBeforeMainSlot(\n createLoadableComponent(BeforeMainSlotImplementation)\n);\nexport const AppLayoutAfterMainSlot = createWidgetizedAppLayoutAfterMainSlot(\n createLoadableComponent(AfterMainSlotImplementation)\n);\nexport const AppLayoutTopContentSlot = createWidgetizedAppLayoutTopContentSlot(\n createLoadableComponent(TopContentSlotImplementation)\n);\nexport const AppLayoutBottomContentSlot = createWidgetizedAppLayoutBottomContentSlot(\n createLoadableComponent(BottomContentSlotImplementation)\n);\nexport const AppLayoutWidgetizedState = createWidgetizedAppLayoutState(\n createLoadableComponent(AppLayoutStateImplementation)\n);\n"]}
|
|
@@ -4,6 +4,5 @@ interface AppLayoutNavigationImplementationProps {
|
|
|
4
4
|
appLayoutInternals: AppLayoutInternals;
|
|
5
5
|
}
|
|
6
6
|
export declare function AppLayoutNavigationImplementation({ appLayoutInternals }: AppLayoutNavigationImplementationProps): JSX.Element;
|
|
7
|
-
export declare const createWidgetizedAppLayoutNavigation: (Loader?: typeof AppLayoutNavigationImplementation | undefined) => typeof AppLayoutNavigationImplementation;
|
|
8
7
|
export {};
|
|
9
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app-layout/visual-refresh-toolbar/navigation/index.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app-layout/visual-refresh-toolbar/navigation/index.tsx"],"names":[],"mappings":";AASA,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAMnD,UAAU,sCAAsC;IAC9C,kBAAkB,EAAE,kBAAkB,CAAC;CACxC;AAED,wBAAgB,iCAAiC,CAAC,EAAE,kBAAkB,EAAE,EAAE,sCAAsC,eA+D/G"}
|
|
@@ -4,9 +4,7 @@ import React from 'react';
|
|
|
4
4
|
import clsx from 'clsx';
|
|
5
5
|
import { findUpUntil } from '@cloudscape-design/component-toolkit/dom';
|
|
6
6
|
import { InternalButton } from '../../../button/internal';
|
|
7
|
-
import { createWidgetizedComponent } from '../../../internal/widgets';
|
|
8
7
|
import { getDrawerStyles } from '../compute-layout';
|
|
9
|
-
import { NotificationsSlot } from '../skeleton/slots';
|
|
10
8
|
import sharedStyles from '../../resize/styles.css.js';
|
|
11
9
|
import testutilStyles from '../../test-classes/styles.css.js';
|
|
12
10
|
import styles from './styles.css.js';
|
|
@@ -34,5 +32,4 @@ export function AppLayoutNavigationImplementation({ appLayoutInternals }) {
|
|
|
34
32
|
React.createElement(InternalButton, { ariaLabel: (_b = ariaLabels === null || ariaLabels === void 0 ? void 0 : ariaLabels.navigationClose) !== null && _b !== void 0 ? _b : undefined, iconName: isMobile ? 'close' : 'angle-left', onClick: () => onNavigationToggle(false), variant: "icon", formAction: "none", className: testutilStyles['navigation-close'], ref: navigationFocusControl.refs.close, analyticsAction: "close" })),
|
|
35
33
|
navigation)));
|
|
36
34
|
}
|
|
37
|
-
export const createWidgetizedAppLayoutNavigation = createWidgetizedComponent(AppLayoutNavigationImplementation, NotificationsSlot);
|
|
38
35
|
//# sourceMappingURL=index.js.map
|