@cloudscape-design/components 3.0.639 → 3.0.641
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/app-layout/drawer/index.js +1 -1
- package/app-layout/drawer/index.js.map +1 -1
- package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
- package/app-layout/drawer/resizable-drawer.js +2 -5
- package/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/app-layout/drawer/styles.css.js +13 -12
- package/app-layout/drawer/styles.scoped.css +30 -20
- package/app-layout/drawer/styles.selectors.js +13 -12
- package/app-layout/utils/use-resize.d.ts.map +1 -1
- package/app-layout/utils/use-resize.js +3 -7
- package/app-layout/utils/use-resize.js.map +1 -1
- package/app-layout/visual-refresh/drawers.js +3 -3
- package/app-layout/visual-refresh/drawers.js.map +1 -1
- package/app-layout/visual-refresh/split-panel.d.ts.map +1 -1
- package/app-layout/visual-refresh/split-panel.js +1 -3
- package/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/app-layout/visual-refresh/tools.js +2 -2
- package/app-layout/visual-refresh/tools.js.map +1 -1
- package/autosuggest/plain-list.d.ts.map +1 -1
- package/autosuggest/plain-list.js +1 -3
- package/autosuggest/plain-list.js.map +1 -1
- package/autosuggest/virtual-list.d.ts.map +1 -1
- package/autosuggest/virtual-list.js +1 -3
- package/autosuggest/virtual-list.js.map +1 -1
- package/calendar/utils/intl.d.ts.map +1 -1
- package/calendar/utils/intl.js +0 -3
- package/calendar/utils/intl.js.map +1 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +3 -0
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +29 -28
- package/container/styles.scoped.css +55 -52
- package/container/styles.selectors.js +29 -28
- package/date-range-picker/calendar/grids/index.d.ts.map +1 -1
- package/date-range-picker/calendar/grids/index.js +0 -8
- package/date-range-picker/calendar/grids/index.js.map +1 -1
- package/form/interfaces.d.ts +3 -8
- package/form/interfaces.d.ts.map +1 -1
- package/form/interfaces.js.map +1 -1
- package/form/internal.d.ts +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +14 -20
- package/form/internal.js.map +1 -1
- package/form/styles.css.js +8 -9
- package/form/styles.scoped.css +8 -8
- package/form/styles.selectors.js +8 -9
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +1 -3
- package/header/internal.js.map +1 -1
- package/header/styles.css.js +34 -35
- package/header/styles.scoped.css +50 -53
- package/header/styles.selectors.js +34 -35
- package/input/styles.css.js +13 -13
- package/input/styles.scoped.css +32 -35
- package/input/styles.selectors.js +13 -13
- package/internal/components/chart-plot/application-controller.js +3 -13
- package/internal/components/chart-plot/application-controller.js.map +1 -1
- package/internal/components/dropdown/index.d.ts.map +1 -1
- package/internal/components/dropdown/index.js +0 -2
- package/internal/components/dropdown/index.js.map +1 -1
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -45
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/components/panel-resize-handle/icon.d.ts +5 -0
- package/internal/components/panel-resize-handle/icon.d.ts.map +1 -0
- package/internal/components/panel-resize-handle/icon.js +9 -0
- package/internal/components/panel-resize-handle/icon.js.map +1 -0
- package/internal/components/panel-resize-handle/index.d.ts +12 -0
- package/internal/components/panel-resize-handle/index.d.ts.map +1 -0
- package/internal/components/panel-resize-handle/index.js +11 -0
- package/internal/components/panel-resize-handle/index.js.map +1 -0
- package/internal/components/panel-resize-handle/styles.css.js +10 -0
- package/internal/components/panel-resize-handle/styles.scoped.css +153 -0
- package/internal/components/panel-resize-handle/styles.selectors.js +11 -0
- package/internal/context/single-tab-stop-navigation-context.js +2 -2
- package/internal/context/single-tab-stop-navigation-context.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/content-header-utils.d.ts +0 -2
- package/internal/utils/content-header-utils.d.ts.map +1 -1
- package/internal/utils/content-header-utils.js +0 -3
- package/internal/utils/content-header-utils.js.map +1 -1
- package/internal/utils/dom.d.ts.map +1 -1
- package/internal/utils/dom.js +7 -27
- package/internal/utils/dom.js.map +1 -1
- package/internal/utils/global-flags.d.ts +0 -1
- package/internal/utils/global-flags.d.ts.map +1 -1
- package/internal/utils/global-flags.js.map +1 -1
- package/link/interfaces.d.ts +6 -1
- package/link/interfaces.d.ts.map +1 -1
- package/link/interfaces.js.map +1 -1
- package/link/internal.d.ts.map +1 -1
- package/link/internal.js +12 -2
- package/link/internal.js.map +1 -1
- package/package.json +1 -1
- package/pie-chart/labels.d.ts.map +1 -1
- package/pie-chart/labels.js +1 -4
- package/pie-chart/labels.js.map +1 -1
- package/pie-chart/pie-chart.d.ts.map +1 -1
- package/pie-chart/pie-chart.js +0 -3
- package/pie-chart/pie-chart.js.map +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js +0 -4
- package/pie-chart/utils.js.map +1 -1
- package/popover/internal.js +3 -6
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +49 -50
- package/popover/styles.scoped.css +66 -69
- package/popover/styles.selectors.js +49 -50
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +33 -33
- package/segmented-control/styles.selectors.js +14 -14
- package/split-panel/bottom.d.ts.map +1 -1
- package/split-panel/bottom.js +4 -2
- package/split-panel/bottom.js.map +1 -1
- package/split-panel/icons/bottom-icon.js +1 -1
- package/split-panel/icons/bottom-icon.js.map +1 -1
- package/split-panel/icons/side-position-refresh.js +1 -1
- package/split-panel/icons/side-position-refresh.js.map +1 -1
- package/split-panel/icons/side-position.js +1 -1
- package/split-panel/icons/side-position.js.map +1 -1
- package/split-panel/icons/styles.css.js +27 -0
- package/split-panel/icons/styles.scoped.css +168 -0
- package/split-panel/icons/styles.selectors.js +28 -0
- package/split-panel/implementation.d.ts.map +1 -1
- package/split-panel/implementation.js +12 -8
- package/split-panel/implementation.js.map +1 -1
- package/split-panel/side.d.ts.map +1 -1
- package/split-panel/side.js +5 -3
- package/split-panel/side.js.map +1 -1
- package/split-panel/styles.css.js +26 -57
- package/split-panel/styles.scoped.css +41 -281
- package/split-panel/styles.selectors.js +26 -57
- package/split-panel/test-classes/styles.css.js +13 -0
- package/split-panel/test-classes/styles.scoped.css +14 -0
- package/split-panel/test-classes/styles.selectors.js +14 -0
- package/table/selection/selection-control.d.ts.map +1 -1
- package/table/selection/selection-control.js.map +1 -1
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +6 -1
- package/table/table-role/utils.js.map +1 -1
- package/test-utils/dom/app-layout/index.js +1 -1
- package/test-utils/dom/app-layout/index.js.map +1 -1
- package/test-utils/dom/split-panel/index.js +3 -3
- package/test-utils/dom/split-panel/index.js.map +1 -1
- package/test-utils/selectors/app-layout/index.js +1 -1
- package/test-utils/selectors/app-layout/index.js.map +1 -1
- package/test-utils/selectors/split-panel/index.js +3 -3
- package/test-utils/selectors/split-panel/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/tiles/styles.css.js +29 -29
- package/tiles/styles.scoped.css +82 -95
- package/tiles/styles.selectors.js +29 -29
- package/split-panel/icons/resize-handler.d.ts +0 -6
- package/split-panel/icons/resize-handler.d.ts.map +0 -1
- package/split-panel/icons/resize-handler.js +0 -8
- package/split-panel/icons/resize-handler.js.map +0 -1
|
@@ -198,205 +198,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
198
198
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
199
199
|
SPDX-License-Identifier: Apache-2.0
|
|
200
200
|
*/
|
|
201
|
-
.
|
|
201
|
+
.awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201:not(#\9) {
|
|
202
202
|
transition-duration: var(--motion-duration-refresh-only-fast-4jn2d7, 115ms);
|
|
203
203
|
transition-property: none;
|
|
204
204
|
}
|
|
205
205
|
@media (prefers-reduced-motion: reduce) {
|
|
206
|
-
.
|
|
206
|
+
.awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201:not(#\9) {
|
|
207
207
|
animation: none;
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
.awsui-motion-disabled .
|
|
211
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201:not(#\9) {
|
|
212
212
|
animation: none;
|
|
213
213
|
transition: none;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201.awsui_animating_1r9lg_lic0n_215:not(#\9) {
|
|
216
216
|
transition-property: transform;
|
|
217
217
|
transition-timing-function: var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
218
218
|
}
|
|
219
219
|
@media (prefers-reduced-motion: reduce) {
|
|
220
|
-
.
|
|
220
|
+
.awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201.awsui_animating_1r9lg_lic0n_215:not(#\9) {
|
|
221
221
|
animation: none;
|
|
222
222
|
transition: none;
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
|
-
.awsui-motion-disabled .
|
|
225
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201.awsui_animating_1r9lg_lic0n_215:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_lic0n_201.awsui_refresh_1r9lg_lic0n_201.awsui_animating_1r9lg_lic0n_215:not(#\9) {
|
|
226
226
|
animation: none;
|
|
227
227
|
transition: none;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
|
|
231
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
232
|
-
SPDX-License-Identifier: Apache-2.0
|
|
233
|
-
*/
|
|
234
|
-
/* stylelint-disable plugin/no-unsupported-browser-features */
|
|
235
|
-
/* stylelint-enable plugin/no-unsupported-browser-features */
|
|
236
|
-
/*
|
|
237
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
238
|
-
SPDX-License-Identifier: Apache-2.0
|
|
239
|
-
*/
|
|
240
|
-
/*
|
|
241
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
242
|
-
SPDX-License-Identifier: Apache-2.0
|
|
243
|
-
*/
|
|
244
|
-
/*
|
|
245
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
246
|
-
SPDX-License-Identifier: Apache-2.0
|
|
247
|
-
*/
|
|
248
|
-
/*
|
|
249
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
250
|
-
SPDX-License-Identifier: Apache-2.0
|
|
251
|
-
*/
|
|
252
|
-
/*
|
|
253
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
254
|
-
SPDX-License-Identifier: Apache-2.0
|
|
255
|
-
*/
|
|
256
|
-
/*
|
|
257
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
258
|
-
SPDX-License-Identifier: Apache-2.0
|
|
259
|
-
*/
|
|
260
|
-
/*
|
|
261
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
262
|
-
SPDX-License-Identifier: Apache-2.0
|
|
263
|
-
*/
|
|
264
|
-
/*
|
|
265
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
266
|
-
SPDX-License-Identifier: Apache-2.0
|
|
267
|
-
*/
|
|
268
|
-
/*
|
|
269
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
270
|
-
SPDX-License-Identifier: Apache-2.0
|
|
271
|
-
*/
|
|
272
|
-
/*
|
|
273
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274
|
-
SPDX-License-Identifier: Apache-2.0
|
|
275
|
-
*/
|
|
276
|
-
/*
|
|
277
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
278
|
-
SPDX-License-Identifier: Apache-2.0
|
|
279
|
-
*/
|
|
280
|
-
/*
|
|
281
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
282
|
-
SPDX-License-Identifier: Apache-2.0
|
|
283
|
-
*/
|
|
284
|
-
/*
|
|
285
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
286
|
-
SPDX-License-Identifier: Apache-2.0
|
|
287
|
-
*/
|
|
288
|
-
/*
|
|
289
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
290
|
-
SPDX-License-Identifier: Apache-2.0
|
|
291
|
-
*/
|
|
292
|
-
/*
|
|
293
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
294
|
-
SPDX-License-Identifier: Apache-2.0
|
|
295
|
-
*/
|
|
296
|
-
/*
|
|
297
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
298
|
-
SPDX-License-Identifier: Apache-2.0
|
|
299
|
-
*/
|
|
300
|
-
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
301
|
-
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
302
|
-
/*
|
|
303
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
304
|
-
SPDX-License-Identifier: Apache-2.0
|
|
305
|
-
*/
|
|
306
|
-
/*
|
|
307
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
308
|
-
SPDX-License-Identifier: Apache-2.0
|
|
309
|
-
*/
|
|
310
|
-
/*
|
|
311
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
312
|
-
SPDX-License-Identifier: Apache-2.0
|
|
313
|
-
*/
|
|
314
|
-
/*
|
|
315
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
316
|
-
SPDX-License-Identifier: Apache-2.0
|
|
317
|
-
*/
|
|
318
|
-
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
319
|
-
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
320
|
-
/*
|
|
321
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
322
|
-
SPDX-License-Identifier: Apache-2.0
|
|
323
|
-
*/
|
|
324
|
-
/*
|
|
325
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
326
|
-
SPDX-License-Identifier: Apache-2.0
|
|
327
|
-
*/
|
|
328
|
-
.awsui_preference-icon--svg_1r9lg_1csb3_328:not(#\9):dir(rtl) {
|
|
329
|
-
transform: scaleX(-1);
|
|
330
|
-
}
|
|
331
|
-
.awsui_preference-icon--layout-border_1r9lg_1csb3_331:not(#\9) {
|
|
332
|
-
stroke: var(--color-background-home-header-2rudu7, #000716);
|
|
333
|
-
fill: var(--color-background-container-content-4un1ap, #ffffff);
|
|
334
|
-
}
|
|
335
|
-
.awsui_preference-icon--layout-background_1r9lg_1csb3_335:not(#\9) {
|
|
336
|
-
fill: var(--color-background-layout-main-nx09lr, #ffffff);
|
|
337
|
-
}
|
|
338
|
-
.awsui_preference-icon--layout-header_1r9lg_1csb3_338:not(#\9) {
|
|
339
|
-
fill: var(--color-background-home-header-2rudu7, #000716);
|
|
340
|
-
}
|
|
341
|
-
.awsui_preference-icon--border_1r9lg_1csb3_341:not(#\9) {
|
|
342
|
-
stroke: var(--color-text-group-label-jpw8sm, #414d5c);
|
|
343
|
-
fill: var(--color-background-container-content-4un1ap, #ffffff);
|
|
344
|
-
}
|
|
345
|
-
.awsui_preference-icon--primary-button_1r9lg_1csb3_345:not(#\9) {
|
|
346
|
-
fill: var(--color-background-button-primary-default-jrg2xu, #0972d3);
|
|
347
|
-
}
|
|
348
|
-
.awsui_preference-icon--secondary_1r9lg_1csb3_348:not(#\9) {
|
|
349
|
-
fill: var(--color-text-group-label-jpw8sm, #414d5c);
|
|
350
|
-
}
|
|
351
|
-
.awsui_preference-icon--disabled-element_1r9lg_1csb3_351:not(#\9) {
|
|
352
|
-
fill: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
353
|
-
}
|
|
354
|
-
.awsui_preference-icon--separator_1r9lg_1csb3_354:not(#\9) {
|
|
355
|
-
stroke: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
356
|
-
}
|
|
357
|
-
.awsui_preference-icon--focus-text_1r9lg_1csb3_357:not(#\9) {
|
|
358
|
-
fill: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
.awsui_preference-icon-refresh--svg_1r9lg_1csb3_361:not(#\9):dir(rtl) {
|
|
362
|
-
transform: scaleX(-1);
|
|
363
|
-
}
|
|
364
|
-
.awsui_preference-icon-refresh--layout-top_1r9lg_1csb3_364:not(#\9) {
|
|
365
|
-
fill: var(--color-background-button-primary-disabled-31l9pn, #e9ebed);
|
|
366
|
-
}
|
|
367
|
-
.awsui_preference-icon-refresh--layout-main_1r9lg_1csb3_367:not(#\9) {
|
|
368
|
-
fill: var(--color-background-layout-main-nx09lr, #ffffff);
|
|
369
|
-
}
|
|
370
|
-
.awsui_preference-icon-refresh--primary_1r9lg_1csb3_370:not(#\9) {
|
|
371
|
-
fill: var(--color-background-button-primary-default-jrg2xu, #0972d3);
|
|
372
|
-
}
|
|
373
|
-
.awsui_preference-icon-refresh--disabled_1r9lg_1csb3_373:not(#\9) {
|
|
374
|
-
fill: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
375
|
-
}
|
|
376
|
-
.awsui_preference-icon-refresh--column-header_1r9lg_1csb3_376:not(#\9) {
|
|
377
|
-
fill: var(--color-text-input-disabled-f8pjm5, #9ba7b6);
|
|
378
|
-
}
|
|
379
|
-
.awsui_preference-icon-refresh--window_1r9lg_1csb3_379:not(#\9) {
|
|
380
|
-
stroke: var(--color-background-home-header-2rudu7, #000716);
|
|
381
|
-
fill: var(--color-background-container-content-4un1ap, #ffffff);
|
|
382
|
-
}
|
|
383
|
-
.awsui_preference-icon-refresh--secondary_1r9lg_1csb3_383:not(#\9) {
|
|
384
|
-
fill: var(--color-text-body-secondary-w9jvno, #414d5c);
|
|
385
|
-
}
|
|
386
|
-
.awsui_preference-icon-refresh--default_1r9lg_1csb3_386:not(#\9) {
|
|
387
|
-
fill: var(--color-text-body-default-at06ol, #000716);
|
|
388
|
-
}
|
|
389
|
-
.awsui_preference-icon-refresh--separator_1r9lg_1csb3_389:not(#\9) {
|
|
390
|
-
stroke: var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
391
|
-
}
|
|
392
|
-
.awsui_preference-icon-refresh--input-default_1r9lg_1csb3_392:not(#\9) {
|
|
393
|
-
fill: var(--color-border-input-default-1zl7hq, #7d8998);
|
|
394
|
-
}
|
|
395
|
-
.awsui_preference-icon-refresh--heading_1r9lg_1csb3_395:not(#\9) {
|
|
396
|
-
fill: var(--color-text-heading-default-lstrpn, #000716);
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
.awsui_root_1r9lg_1csb3_399:not(#\9) {
|
|
230
|
+
.awsui_drawer_1r9lg_lic0n_201:not(#\9) {
|
|
400
231
|
border-collapse: separate;
|
|
401
232
|
border-spacing: 0;
|
|
402
233
|
box-sizing: border-box;
|
|
@@ -430,17 +261,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
430
261
|
font-family: var(--font-family-base-dnvic8, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
431
262
|
-webkit-font-smoothing: auto;
|
|
432
263
|
-moz-osx-font-smoothing: auto;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
.awsui_preferences-button_1r9lg_1csb3_434:not(#\9) {
|
|
436
|
-
/* used in test-utils */
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
.awsui_close-button_1r9lg_1csb3_438:not(#\9) {
|
|
440
|
-
/* used in test-utils */
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.awsui_drawer_1r9lg_1csb3_201:not(#\9) {
|
|
444
264
|
flex-shrink: 0;
|
|
445
265
|
position: relative;
|
|
446
266
|
min-inline-size: 0;
|
|
@@ -448,35 +268,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
448
268
|
background-color: var(--color-background-layout-panel-content-t82vgh, #ffffff);
|
|
449
269
|
z-index: 840;
|
|
450
270
|
}
|
|
451
|
-
.awsui_drawer-
|
|
271
|
+
.awsui_drawer-closed_1r9lg_lic0n_270:not(#\9) {
|
|
452
272
|
cursor: pointer;
|
|
453
273
|
min-inline-size: 40px;
|
|
454
274
|
}
|
|
455
275
|
|
|
456
|
-
.awsui_drawer-content-
|
|
276
|
+
.awsui_drawer-content-side_1r9lg_lic0n_275:not(#\9) {
|
|
457
277
|
display: flex;
|
|
458
278
|
align-items: center;
|
|
459
279
|
block-size: 100%;
|
|
460
280
|
overflow: auto;
|
|
461
281
|
}
|
|
462
|
-
.awsui_drawer-
|
|
282
|
+
.awsui_drawer-closed_1r9lg_lic0n_270 > .awsui_drawer-content-side_1r9lg_lic0n_275:not(#\9) {
|
|
463
283
|
inline-size: 40px;
|
|
464
284
|
}
|
|
465
|
-
.awsui_drawer-
|
|
285
|
+
.awsui_drawer-closed_1r9lg_lic0n_270 > .awsui_drawer-content-side_1r9lg_lic0n_275:not(#\9):hover {
|
|
466
286
|
background: var(--color-background-layout-panel-hover-n9apd3, #e9ebed);
|
|
467
287
|
}
|
|
468
|
-
.awsui_drawer-content-
|
|
288
|
+
.awsui_drawer-content-side_1r9lg_lic0n_275 > [aria-hidden=true]:not(#\9) {
|
|
469
289
|
display: none;
|
|
470
290
|
}
|
|
471
291
|
|
|
472
|
-
:not(#\9):not(.awsui_drawer-
|
|
292
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_lic0n_270) > .awsui_drawer-content-bottom_1r9lg_lic0n_291 {
|
|
473
293
|
overflow-y: auto;
|
|
474
294
|
position: absolute;
|
|
475
295
|
inset: 0;
|
|
476
296
|
clip-path: border-box;
|
|
477
297
|
}
|
|
478
298
|
|
|
479
|
-
.awsui_position-
|
|
299
|
+
.awsui_position-bottom_1r9lg_lic0n_298:not(#\9) {
|
|
480
300
|
position: fixed;
|
|
481
301
|
overflow-y: auto;
|
|
482
302
|
border-block-start: var(--border-panel-top-width-7uc0w9, 1px) solid var(--color-border-divider-panel-bottom-dwyqvg, #b6bec9);
|
|
@@ -485,73 +305,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
485
305
|
SplitPanel is no longer in fixed position in the DOM.
|
|
486
306
|
*/
|
|
487
307
|
}
|
|
488
|
-
.awsui_position-
|
|
308
|
+
.awsui_position-bottom_1r9lg_lic0n_298:not(#\9):not(.awsui_refresh_1r9lg_lic0n_201) {
|
|
489
309
|
box-shadow: var(--shadow-split-bottom-5e389u, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
490
310
|
border-inline-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-panel-bottom-dwyqvg, #b6bec9);
|
|
491
311
|
border-inline-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-panel-bottom-dwyqvg, #b6bec9);
|
|
492
312
|
}
|
|
493
|
-
.awsui_position-
|
|
313
|
+
.awsui_position-bottom_1r9lg_lic0n_298.awsui_drawer-closed_1r9lg_lic0n_270:not(#\9) {
|
|
494
314
|
overflow: hidden;
|
|
495
315
|
}
|
|
496
|
-
.awsui_position-
|
|
316
|
+
.awsui_position-bottom_1r9lg_lic0n_298.awsui_drawer-closed_1r9lg_lic0n_270:not(#\9):hover {
|
|
497
317
|
background: var(--color-background-layout-panel-hover-n9apd3, #e9ebed);
|
|
498
318
|
}
|
|
499
|
-
.awsui_position-
|
|
319
|
+
.awsui_position-bottom_1r9lg_lic0n_298 > .awsui_drawer-content-bottom_1r9lg_lic0n_291 > [aria-hidden=true]:not(#\9) {
|
|
500
320
|
display: none;
|
|
501
321
|
}
|
|
502
|
-
.awsui_position-
|
|
322
|
+
.awsui_position-bottom_1r9lg_lic0n_298.awsui_refresh_1r9lg_lic0n_201:not(#\9) {
|
|
503
323
|
position: relative;
|
|
504
324
|
}
|
|
505
325
|
|
|
506
|
-
.awsui_position-
|
|
326
|
+
.awsui_position-side_1r9lg_lic0n_325:not(#\9) {
|
|
507
327
|
border-block-start: none;
|
|
508
328
|
box-shadow: var(--shadow-split-side-ggdtnk, -1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.1));
|
|
509
329
|
block-size: 100%;
|
|
510
330
|
}
|
|
511
331
|
|
|
512
|
-
.
|
|
513
|
-
padding-block: 0;
|
|
514
|
-
padding-inline: 0;
|
|
515
|
-
cursor: ns-resize;
|
|
516
|
-
margin-block-start: 2px;
|
|
517
|
-
margin-block-end: 0;
|
|
518
|
-
margin-inline: 0;
|
|
519
|
-
block-size: 16px;
|
|
520
|
-
touch-action: none;
|
|
521
|
-
}
|
|
522
|
-
.awsui_slider_1r9lg_1csb3_511:not(#\9):focus {
|
|
523
|
-
outline: none;
|
|
524
|
-
}
|
|
525
|
-
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus {
|
|
526
|
-
position: relative;
|
|
527
|
-
}
|
|
528
|
-
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus {
|
|
529
|
-
outline: 2px dotted transparent;
|
|
530
|
-
outline-offset: calc(0px - 1px);
|
|
531
|
-
}
|
|
532
|
-
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus::before {
|
|
533
|
-
content: " ";
|
|
534
|
-
display: block;
|
|
535
|
-
position: absolute;
|
|
536
|
-
inset-inline-start: calc(-1 * 0px);
|
|
537
|
-
inset-block-start: calc(-1 * 0px);
|
|
538
|
-
inline-size: calc(100% + 2 * 0px);
|
|
539
|
-
block-size: calc(100% + 2 * 0px);
|
|
540
|
-
border-start-start-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
541
|
-
border-start-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
542
|
-
border-end-start-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
543
|
-
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
544
|
-
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
.awsui_slider-side_1r9lg_1csb3_546:not(#\9) {
|
|
548
|
-
cursor: ew-resize;
|
|
549
|
-
margin-block: 0;
|
|
550
|
-
margin-inline-start: 2px;
|
|
551
|
-
margin-inline-end: 0;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
.awsui_slider-wrapper-bottom_1r9lg_1csb3_553:not(#\9) {
|
|
332
|
+
.awsui_slider-wrapper-bottom_1r9lg_lic0n_331:not(#\9) {
|
|
555
333
|
position: absolute;
|
|
556
334
|
inset-block-start: 0;
|
|
557
335
|
inset-inline-start: 0;
|
|
@@ -562,7 +340,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
562
340
|
z-index: 2;
|
|
563
341
|
}
|
|
564
342
|
|
|
565
|
-
.awsui_slider-wrapper-
|
|
343
|
+
.awsui_slider-wrapper-side_1r9lg_lic0n_342:not(#\9) {
|
|
566
344
|
position: absolute;
|
|
567
345
|
inset-inline-start: 0;
|
|
568
346
|
inset-block-start: 0;
|
|
@@ -573,11 +351,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
573
351
|
z-index: 1;
|
|
574
352
|
}
|
|
575
353
|
|
|
576
|
-
.awsui_open-
|
|
577
|
-
/* used in test-utils */
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.awsui_open-button-side_1r9lg_1csb3_579:not(#\9) {
|
|
354
|
+
.awsui_open-button-side_1r9lg_lic0n_353:not(#\9) {
|
|
581
355
|
flex: 0 0 auto;
|
|
582
356
|
align-self: flex-start;
|
|
583
357
|
box-sizing: border-box;
|
|
@@ -586,21 +360,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
586
360
|
margin-inline: auto;
|
|
587
361
|
}
|
|
588
362
|
|
|
589
|
-
.
|
|
590
|
-
stroke: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
591
|
-
}
|
|
592
|
-
.awsui_slider-icon_1r9lg_1csb3_588:not(#\9):hover {
|
|
593
|
-
stroke: var(--color-text-interactive-hover-mj8add, #000716);
|
|
594
|
-
}
|
|
595
|
-
.awsui_slider-icon-bottom_1r9lg_1csb3_594:not(#\9) {
|
|
596
|
-
margin-block: auto;
|
|
597
|
-
margin-inline: auto;
|
|
598
|
-
}
|
|
599
|
-
.awsui_slider-icon-side_1r9lg_1csb3_598:not(#\9) {
|
|
600
|
-
transform: rotate(90deg);
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.awsui_pane-header-wrapper-bottom_1r9lg_1csb3_602:not(#\9) {
|
|
363
|
+
.awsui_pane-header-wrapper-bottom_1r9lg_lic0n_362:not(#\9) {
|
|
604
364
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
605
365
|
position: sticky;
|
|
606
366
|
inset-block-start: 0;
|
|
@@ -611,54 +371,54 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
611
371
|
padding-block: 0;
|
|
612
372
|
padding-inline: var(--space-layout-content-horizontal-7l52k3, 24px);
|
|
613
373
|
}
|
|
614
|
-
.awsui_drawer-
|
|
374
|
+
.awsui_drawer-mobile_1r9lg_lic0n_373 > .awsui_drawer-content-bottom_1r9lg_lic0n_291 > .awsui_pane-header-wrapper-bottom_1r9lg_lic0n_362:not(#\9) {
|
|
615
375
|
padding-block: 0;
|
|
616
376
|
padding-inline: var(--space-l-t419sm, 20px);
|
|
617
377
|
}
|
|
618
|
-
.awsui_drawer-disable-content-
|
|
378
|
+
.awsui_drawer-disable-content-paddings_1r9lg_lic0n_377 > .awsui_drawer-content-bottom_1r9lg_lic0n_291 > .awsui_pane-header-wrapper-bottom_1r9lg_lic0n_362:not(#\9) {
|
|
619
379
|
padding-block: 0;
|
|
620
380
|
padding-inline: var(--space-l-t419sm, 20px);
|
|
621
381
|
}
|
|
622
|
-
:not(#\9):not(.awsui_drawer-
|
|
382
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_lic0n_270) > .awsui_drawer-content-bottom_1r9lg_lic0n_291 > .awsui_pane-header-wrapper-bottom_1r9lg_lic0n_362 {
|
|
623
383
|
background-color: var(--color-background-layout-panel-content-t82vgh, #ffffff);
|
|
624
384
|
border-block-end: var(--border-panel-header-width-3w1py7, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
625
385
|
}
|
|
626
386
|
|
|
627
|
-
.awsui_content-
|
|
387
|
+
.awsui_content-bottom_1r9lg_lic0n_386:not(#\9) {
|
|
628
388
|
padding-block: 0;
|
|
629
389
|
padding-inline: var(--space-layout-content-horizontal-7l52k3, 24px);
|
|
630
390
|
margin-block-start: var(--space-panel-split-top-q1pux4, 20px);
|
|
631
391
|
position: relative;
|
|
632
392
|
z-index: 0;
|
|
633
393
|
}
|
|
634
|
-
.awsui_drawer-
|
|
394
|
+
.awsui_drawer-mobile_1r9lg_lic0n_373 > .awsui_drawer-content-bottom_1r9lg_lic0n_291 > .awsui_content-bottom_1r9lg_lic0n_386:not(#\9) {
|
|
635
395
|
padding-block: 0;
|
|
636
396
|
padding-inline: var(--space-l-t419sm, 20px);
|
|
637
397
|
}
|
|
638
|
-
.awsui_drawer-disable-content-
|
|
398
|
+
.awsui_drawer-disable-content-paddings_1r9lg_lic0n_377 > .awsui_drawer-content-bottom_1r9lg_lic0n_291 > .awsui_content-bottom_1r9lg_lic0n_386:not(#\9) {
|
|
639
399
|
padding-block: 0;
|
|
640
400
|
padding-inline: 0;
|
|
641
401
|
}
|
|
642
402
|
|
|
643
|
-
.awsui_pane-bottom-center-
|
|
403
|
+
.awsui_pane-bottom-center-align_1r9lg_lic0n_402:not(#\9) {
|
|
644
404
|
display: flex;
|
|
645
405
|
justify-content: center;
|
|
646
406
|
}
|
|
647
407
|
|
|
648
|
-
.awsui_pane-bottom-content-nav-
|
|
408
|
+
.awsui_pane-bottom-content-nav-padding_1r9lg_lic0n_407:not(#\9) {
|
|
649
409
|
padding-inline-start: calc(var(--space-layout-toggle-diameter-hb85rk, 36px) + 2 * var(--space-layout-toggle-padding-lcu6qi, 12px));
|
|
650
410
|
}
|
|
651
411
|
|
|
652
|
-
.awsui_pane-bottom-content-tools-
|
|
412
|
+
.awsui_pane-bottom-content-tools-padding_1r9lg_lic0n_411:not(#\9) {
|
|
653
413
|
padding-inline-end: calc(var(--space-layout-toggle-diameter-hb85rk, 36px) + 2 * var(--space-layout-toggle-padding-lcu6qi, 12px));
|
|
654
414
|
}
|
|
655
415
|
|
|
656
|
-
.awsui_content-bottom-max-
|
|
416
|
+
.awsui_content-bottom-max-width_1r9lg_lic0n_415:not(#\9) {
|
|
657
417
|
flex-grow: 1;
|
|
658
418
|
max-inline-size: 100%;
|
|
659
419
|
}
|
|
660
420
|
|
|
661
|
-
.awsui_content-
|
|
421
|
+
.awsui_content-side_1r9lg_lic0n_420:not(#\9) {
|
|
662
422
|
flex: auto;
|
|
663
423
|
align-self: flex-start;
|
|
664
424
|
box-sizing: border-box;
|
|
@@ -668,13 +428,13 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
668
428
|
inset-inline: 0;
|
|
669
429
|
block-size: 100%;
|
|
670
430
|
}
|
|
671
|
-
.awsui_content-
|
|
431
|
+
.awsui_content-side_1r9lg_lic0n_420 > .awsui_pane-header-wrapper-side_1r9lg_lic0n_430:not(#\9) {
|
|
672
432
|
padding-block: 0;
|
|
673
433
|
padding-inline-end: var(--space-m-udix3p, 16px);
|
|
674
434
|
padding-inline-start: var(--space-panel-side-left-5t0who, 28px);
|
|
675
435
|
border-block-end: var(--border-panel-header-width-3w1py7, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
676
436
|
}
|
|
677
|
-
.awsui_content-
|
|
437
|
+
.awsui_content-side_1r9lg_lic0n_420 > .awsui_pane-content-wrapper-side_1r9lg_lic0n_436:not(#\9) {
|
|
678
438
|
padding-block: 0;
|
|
679
439
|
padding-inline-start: var(--space-panel-side-left-5t0who, 28px);
|
|
680
440
|
padding-inline-end: var(--space-panel-side-right-xofg51, 24px);
|
|
@@ -682,7 +442,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
682
442
|
margin-block-end: var(--space-panel-split-bottom-qwdduf, 20px);
|
|
683
443
|
}
|
|
684
444
|
|
|
685
|
-
.
|
|
445
|
+
.awsui_header_1r9lg_lic0n_444:not(#\9) {
|
|
686
446
|
display: flex;
|
|
687
447
|
flex: auto;
|
|
688
448
|
flex-direction: row;
|
|
@@ -692,7 +452,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
692
452
|
margin-block: var(--size-vertical-panel-icon-offset-wy8j08, 15px);
|
|
693
453
|
margin-inline: 0;
|
|
694
454
|
}
|
|
695
|
-
.awsui_header-
|
|
455
|
+
.awsui_header-text_1r9lg_lic0n_454:not(#\9) {
|
|
696
456
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
697
457
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
698
458
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
@@ -705,7 +465,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
705
465
|
margin-block-start: calc(var(--space-scaled-xxs-7597g1, 4px) + 1px);
|
|
706
466
|
}
|
|
707
467
|
|
|
708
|
-
.awsui_header-
|
|
468
|
+
.awsui_header-actions_1r9lg_lic0n_467:not(#\9) {
|
|
709
469
|
display: flex;
|
|
710
470
|
flex-direction: row;
|
|
711
471
|
justify-content: space-between;
|
|
@@ -713,7 +473,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_1csb3_511:not(#\9):focus
|
|
|
713
473
|
margin-inline-start: var(--space-xs-zb16t3, 8px);
|
|
714
474
|
}
|
|
715
475
|
|
|
716
|
-
.
|
|
476
|
+
.awsui_divider_1r9lg_lic0n_475:not(#\9) {
|
|
717
477
|
border-inline-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
718
478
|
margin-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
719
479
|
margin-inline: var(--space-scaled-xs-26e2du, 8px);
|
|
@@ -2,62 +2,31 @@
|
|
|
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
|
-
"refresh": "
|
|
7
|
-
"animating": "
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"preferences-button": "awsui_preferences-button_1r9lg_1csb3_434",
|
|
32
|
-
"close-button": "awsui_close-button_1r9lg_1csb3_438",
|
|
33
|
-
"drawer-closed": "awsui_drawer-closed_1r9lg_1csb3_450",
|
|
34
|
-
"drawer-content-side": "awsui_drawer-content-side_1r9lg_1csb3_455",
|
|
35
|
-
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_1csb3_471",
|
|
36
|
-
"position-bottom": "awsui_position-bottom_1r9lg_1csb3_478",
|
|
37
|
-
"position-side": "awsui_position-side_1r9lg_1csb3_505",
|
|
38
|
-
"slider": "awsui_slider_1r9lg_1csb3_511",
|
|
39
|
-
"slider-side": "awsui_slider-side_1r9lg_1csb3_546",
|
|
40
|
-
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_1csb3_553",
|
|
41
|
-
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_1csb3_564",
|
|
42
|
-
"open-button": "awsui_open-button_1r9lg_1csb3_575",
|
|
43
|
-
"open-button-side": "awsui_open-button-side_1r9lg_1csb3_579",
|
|
44
|
-
"slider-icon": "awsui_slider-icon_1r9lg_1csb3_588",
|
|
45
|
-
"slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_1csb3_594",
|
|
46
|
-
"slider-icon-side": "awsui_slider-icon-side_1r9lg_1csb3_598",
|
|
47
|
-
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_1csb3_602",
|
|
48
|
-
"drawer-mobile": "awsui_drawer-mobile_1r9lg_1csb3_613",
|
|
49
|
-
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_1csb3_617",
|
|
50
|
-
"content-bottom": "awsui_content-bottom_1r9lg_1csb3_626",
|
|
51
|
-
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_1csb3_642",
|
|
52
|
-
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_1csb3_647",
|
|
53
|
-
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_1csb3_651",
|
|
54
|
-
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_1csb3_655",
|
|
55
|
-
"content-side": "awsui_content-side_1r9lg_1csb3_660",
|
|
56
|
-
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_1csb3_670",
|
|
57
|
-
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_1csb3_676",
|
|
58
|
-
"header": "awsui_header_1r9lg_1csb3_684",
|
|
59
|
-
"header-text": "awsui_header-text_1r9lg_1csb3_694",
|
|
60
|
-
"header-actions": "awsui_header-actions_1r9lg_1csb3_707",
|
|
61
|
-
"divider": "awsui_divider_1r9lg_1csb3_715"
|
|
5
|
+
"drawer": "awsui_drawer_1r9lg_lic0n_201",
|
|
6
|
+
"refresh": "awsui_refresh_1r9lg_lic0n_201",
|
|
7
|
+
"animating": "awsui_animating_1r9lg_lic0n_215",
|
|
8
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_lic0n_270",
|
|
9
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_lic0n_275",
|
|
10
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_lic0n_291",
|
|
11
|
+
"position-bottom": "awsui_position-bottom_1r9lg_lic0n_298",
|
|
12
|
+
"position-side": "awsui_position-side_1r9lg_lic0n_325",
|
|
13
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_lic0n_331",
|
|
14
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_lic0n_342",
|
|
15
|
+
"open-button-side": "awsui_open-button-side_1r9lg_lic0n_353",
|
|
16
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_lic0n_362",
|
|
17
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_lic0n_373",
|
|
18
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_lic0n_377",
|
|
19
|
+
"content-bottom": "awsui_content-bottom_1r9lg_lic0n_386",
|
|
20
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_lic0n_402",
|
|
21
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_lic0n_407",
|
|
22
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_lic0n_411",
|
|
23
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_lic0n_415",
|
|
24
|
+
"content-side": "awsui_content-side_1r9lg_lic0n_420",
|
|
25
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_lic0n_430",
|
|
26
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_lic0n_436",
|
|
27
|
+
"header": "awsui_header_1r9lg_lic0n_444",
|
|
28
|
+
"header-text": "awsui_header-text_1r9lg_lic0n_454",
|
|
29
|
+
"header-actions": "awsui_header-actions_1r9lg_lic0n_467",
|
|
30
|
+
"divider": "awsui_divider_1r9lg_lic0n_475"
|
|
62
31
|
};
|
|
63
32
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
import './styles.scoped.css';
|
|
3
|
+
export default {
|
|
4
|
+
"root": "awsui_root_rjqu5_zu8o5_5",
|
|
5
|
+
"header-text": "awsui_header-text_rjqu5_zu8o5_6",
|
|
6
|
+
"open-button": "awsui_open-button_rjqu5_zu8o5_7",
|
|
7
|
+
"close-button": "awsui_close-button_rjqu5_zu8o5_8",
|
|
8
|
+
"preferences-button": "awsui_preferences-button_rjqu5_zu8o5_9",
|
|
9
|
+
"slider": "awsui_slider_rjqu5_zu8o5_10",
|
|
10
|
+
"open-position-bottom": "awsui_open-position-bottom_rjqu5_zu8o5_11",
|
|
11
|
+
"open-position-side": "awsui_open-position-side_rjqu5_zu8o5_12"
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
.awsui_root_rjqu5_zu8o5_5:not(#\9),
|
|
6
|
+
.awsui_header-text_rjqu5_zu8o5_6:not(#\9),
|
|
7
|
+
.awsui_open-button_rjqu5_zu8o5_7:not(#\9),
|
|
8
|
+
.awsui_close-button_rjqu5_zu8o5_8:not(#\9),
|
|
9
|
+
.awsui_preferences-button_rjqu5_zu8o5_9:not(#\9),
|
|
10
|
+
.awsui_slider_rjqu5_zu8o5_10:not(#\9),
|
|
11
|
+
.awsui_open-position-bottom_rjqu5_zu8o5_11:not(#\9),
|
|
12
|
+
.awsui_open-position-side_rjqu5_zu8o5_12:not(#\9) {
|
|
13
|
+
/* used in test-utils */
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
// es-module interop with Babel and Typescript
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
module.exports.default = {
|
|
5
|
+
"root": "awsui_root_rjqu5_zu8o5_5",
|
|
6
|
+
"header-text": "awsui_header-text_rjqu5_zu8o5_6",
|
|
7
|
+
"open-button": "awsui_open-button_rjqu5_zu8o5_7",
|
|
8
|
+
"close-button": "awsui_close-button_rjqu5_zu8o5_8",
|
|
9
|
+
"preferences-button": "awsui_preferences-button_rjqu5_zu8o5_9",
|
|
10
|
+
"slider": "awsui_slider_rjqu5_zu8o5_10",
|
|
11
|
+
"open-position-bottom": "awsui_open-position-bottom_rjqu5_zu8o5_11",
|
|
12
|
+
"open-position-side": "awsui_open-position-side_rjqu5_zu8o5_12"
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selection-control.d.ts","sourceRoot":"","sources":["../../../../src/table/selection/selection-control.tsx"],"names":[],"mappings":"AAGA,OAAc,EAAiB,oBAAoB,EAA0B,MAAM,OAAO,CAAC;AAO3F,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAG9C,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IAC3D,aAAa,CAAC,CAAC,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;IACd,gBAAgB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;CAClC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,aAAa,EACb,aAAqB,EACrB,aAAa,EACb,SAAS,EACT,WAAW,EACX,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,GAAG,WAAW,EACf,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"selection-control.d.ts","sourceRoot":"","sources":["../../../../src/table/selection/selection-control.tsx"],"names":[],"mappings":"AAGA,OAAc,EAAiB,oBAAoB,EAA0B,MAAM,OAAO,CAAC;AAO3F,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAG9C,MAAM,WAAW,qBAAsB,SAAQ,cAAc;IAC3D,aAAa,CAAC,CAAC,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAC5C,SAAS,CAAC,EAAE,oBAAoB,CAAC;IACjC,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;IACd,gBAAgB,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;CAClC;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,aAAa,EACb,aAAqB,EACrB,aAAa,EACb,SAAS,EACT,WAAW,EACX,IAAI,EACJ,SAAS,EACT,gBAAgB,EAChB,GAAG,WAAW,EACf,EAAE,qBAAqB,eA2EvB"}
|