@cloudscape-design/components-themeable 3.0.460 → 3.0.461
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/content-wrapper/styles.scss +2 -2
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +2 -2
- package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +3 -4
- package/lib/internal/scss/split-panel/styles.scss +2 -2
- package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
- package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +8 -8
- package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/context.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +80 -80
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +188 -189
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +80 -80
- package/lib/internal/template/internal/base-component/styles.scoped.css +12 -12
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.js +3 -3
- package/lib/internal/template/internal/generated/theming/index.cjs +66 -55
- package/lib/internal/template/internal/generated/theming/index.js +66 -55
- package/lib/internal/template/split-panel/styles.css.js +55 -55
- package/lib/internal/template/split-panel/styles.scoped.css +80 -80
- package/lib/internal/template/split-panel/styles.selectors.js +55 -55
- package/package.json +1 -1
|
@@ -186,31 +186,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189:not(#\9) {
|
|
190
190
|
transition-duration: var(--motion-duration-refresh-only-fast-y7h37k, 115ms);
|
|
191
191
|
transition-property: none;
|
|
192
192
|
}
|
|
193
193
|
@media (prefers-reduced-motion: reduce) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189:not(#\9) {
|
|
195
195
|
animation: none;
|
|
196
196
|
transition: none;
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
.awsui-motion-disabled .
|
|
199
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189:not(#\9) {
|
|
200
200
|
animation: none;
|
|
201
201
|
transition: none;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
.awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189.awsui_animating_1r9lg_glnzu_203:not(#\9) {
|
|
204
204
|
transition-property: transform;
|
|
205
205
|
transition-timing-function: var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
|
|
206
206
|
}
|
|
207
207
|
@media (prefers-reduced-motion: reduce) {
|
|
208
|
-
.
|
|
208
|
+
.awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189.awsui_animating_1r9lg_glnzu_203:not(#\9) {
|
|
209
209
|
animation: none;
|
|
210
210
|
transition: none;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
.awsui-motion-disabled .
|
|
213
|
+
.awsui-motion-disabled .awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189.awsui_animating_1r9lg_glnzu_203:not(#\9), .awsui-mode-entering .awsui_drawer_1r9lg_glnzu_189.awsui_refresh_1r9lg_glnzu_189.awsui_animating_1r9lg_glnzu_203:not(#\9) {
|
|
214
214
|
animation: none;
|
|
215
215
|
transition: none;
|
|
216
216
|
}
|
|
@@ -223,72 +223,72 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
223
223
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
224
224
|
SPDX-License-Identifier: Apache-2.0
|
|
225
225
|
*/
|
|
226
|
-
.awsui_preference-icon--layout-
|
|
226
|
+
.awsui_preference-icon--layout-border_1r9lg_glnzu_226:not(#\9) {
|
|
227
227
|
stroke: var(--color-background-home-header-zm6w39, #000000);
|
|
228
228
|
fill: var(--color-background-container-content-il2pe5, #ffffff);
|
|
229
229
|
}
|
|
230
|
-
.awsui_preference-icon--layout-
|
|
230
|
+
.awsui_preference-icon--layout-background_1r9lg_glnzu_230:not(#\9) {
|
|
231
231
|
fill: var(--color-background-layout-main-td853a, #f2f3f3);
|
|
232
232
|
}
|
|
233
|
-
.awsui_preference-icon--layout-
|
|
233
|
+
.awsui_preference-icon--layout-header_1r9lg_glnzu_233:not(#\9) {
|
|
234
234
|
fill: var(--color-background-home-header-zm6w39, #000000);
|
|
235
235
|
}
|
|
236
|
-
.awsui_preference-icon--
|
|
236
|
+
.awsui_preference-icon--border_1r9lg_glnzu_236:not(#\9) {
|
|
237
237
|
stroke: var(--color-text-group-label-7crvc9, #545b64);
|
|
238
238
|
fill: var(--color-background-container-content-il2pe5, #ffffff);
|
|
239
239
|
}
|
|
240
|
-
.awsui_preference-icon--primary-
|
|
240
|
+
.awsui_preference-icon--primary-button_1r9lg_glnzu_240:not(#\9) {
|
|
241
241
|
fill: var(--color-background-button-primary-default-f3veih, #0073bb);
|
|
242
242
|
}
|
|
243
|
-
.awsui_preference-icon--
|
|
243
|
+
.awsui_preference-icon--secondary_1r9lg_glnzu_243:not(#\9) {
|
|
244
244
|
fill: var(--color-text-group-label-7crvc9, #545b64);
|
|
245
245
|
}
|
|
246
|
-
.awsui_preference-icon--disabled-
|
|
246
|
+
.awsui_preference-icon--disabled-element_1r9lg_glnzu_246:not(#\9) {
|
|
247
247
|
fill: var(--color-background-control-disabled-dsn0t2, #d5dbdb);
|
|
248
248
|
}
|
|
249
|
-
.awsui_preference-icon--
|
|
249
|
+
.awsui_preference-icon--separator_1r9lg_glnzu_249:not(#\9) {
|
|
250
250
|
stroke: var(--color-background-control-disabled-dsn0t2, #d5dbdb);
|
|
251
251
|
}
|
|
252
|
-
.awsui_preference-icon--focus-
|
|
252
|
+
.awsui_preference-icon--focus-text_1r9lg_glnzu_252:not(#\9) {
|
|
253
253
|
fill: var(--color-text-interactive-default-dt26aj, #545b64);
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.awsui_preference-icon-refresh--layout-
|
|
256
|
+
.awsui_preference-icon-refresh--layout-top_1r9lg_glnzu_256:not(#\9) {
|
|
257
257
|
fill: var(--color-background-button-primary-disabled-lba03m, #ffffff);
|
|
258
258
|
}
|
|
259
|
-
.awsui_preference-icon-refresh--layout-
|
|
259
|
+
.awsui_preference-icon-refresh--layout-main_1r9lg_glnzu_259:not(#\9) {
|
|
260
260
|
fill: var(--color-background-layout-main-td853a, #f2f3f3);
|
|
261
261
|
}
|
|
262
|
-
.awsui_preference-icon-refresh--
|
|
262
|
+
.awsui_preference-icon-refresh--primary_1r9lg_glnzu_262:not(#\9) {
|
|
263
263
|
fill: var(--color-background-button-primary-default-f3veih, #0073bb);
|
|
264
264
|
}
|
|
265
|
-
.awsui_preference-icon-refresh--
|
|
265
|
+
.awsui_preference-icon-refresh--disabled_1r9lg_glnzu_265:not(#\9) {
|
|
266
266
|
fill: var(--color-background-control-disabled-dsn0t2, #d5dbdb);
|
|
267
267
|
}
|
|
268
|
-
.awsui_preference-icon-refresh--column-
|
|
268
|
+
.awsui_preference-icon-refresh--column-header_1r9lg_glnzu_268:not(#\9) {
|
|
269
269
|
fill: var(--color-text-input-disabled-c1yp62, #879596);
|
|
270
270
|
}
|
|
271
|
-
.awsui_preference-icon-refresh--
|
|
271
|
+
.awsui_preference-icon-refresh--window_1r9lg_glnzu_271:not(#\9) {
|
|
272
272
|
stroke: var(--color-background-home-header-zm6w39, #000000);
|
|
273
273
|
fill: var(--color-background-container-content-il2pe5, #ffffff);
|
|
274
274
|
}
|
|
275
|
-
.awsui_preference-icon-refresh--
|
|
275
|
+
.awsui_preference-icon-refresh--secondary_1r9lg_glnzu_275:not(#\9) {
|
|
276
276
|
fill: var(--color-text-body-secondary-yttmze, #545b64);
|
|
277
277
|
}
|
|
278
|
-
.awsui_preference-icon-refresh--
|
|
278
|
+
.awsui_preference-icon-refresh--default_1r9lg_glnzu_278:not(#\9) {
|
|
279
279
|
fill: var(--color-text-body-default-ki9w9u, #16191f);
|
|
280
280
|
}
|
|
281
|
-
.awsui_preference-icon-refresh--
|
|
281
|
+
.awsui_preference-icon-refresh--separator_1r9lg_glnzu_281:not(#\9) {
|
|
282
282
|
stroke: var(--color-border-divider-default-cr3oi6, #eaeded);
|
|
283
283
|
}
|
|
284
|
-
.awsui_preference-icon-refresh--input-
|
|
284
|
+
.awsui_preference-icon-refresh--input-default_1r9lg_glnzu_284:not(#\9) {
|
|
285
285
|
fill: var(--color-border-input-default-aksbt5, #687078);
|
|
286
286
|
}
|
|
287
|
-
.awsui_preference-icon-refresh--
|
|
287
|
+
.awsui_preference-icon-refresh--heading_1r9lg_glnzu_287:not(#\9) {
|
|
288
288
|
fill: var(--color-text-heading-default-q5s9rq, #16191f);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.
|
|
291
|
+
.awsui_root_1r9lg_glnzu_291:not(#\9) {
|
|
292
292
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
293
293
|
border-collapse: separate;
|
|
294
294
|
border-spacing: 0;
|
|
@@ -327,15 +327,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
327
327
|
-moz-osx-font-smoothing: auto;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
.awsui_preferences-
|
|
330
|
+
.awsui_preferences-button_1r9lg_glnzu_304:not(#\9) {
|
|
331
331
|
/* used in test-utils */
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.awsui_close-
|
|
334
|
+
.awsui_close-button_1r9lg_glnzu_308:not(#\9) {
|
|
335
335
|
/* used in test-utils */
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.
|
|
338
|
+
.awsui_drawer_1r9lg_glnzu_189:not(#\9) {
|
|
339
339
|
flex-shrink: 0;
|
|
340
340
|
position: relative;
|
|
341
341
|
min-width: 0;
|
|
@@ -343,32 +343,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
343
343
|
background-color: var(--color-background-layout-panel-content-ml98gw, #ffffff);
|
|
344
344
|
z-index: 840;
|
|
345
345
|
}
|
|
346
|
-
.awsui_drawer-
|
|
346
|
+
.awsui_drawer-closed_1r9lg_glnzu_320:not(#\9) {
|
|
347
347
|
cursor: pointer;
|
|
348
348
|
min-width: 40px;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
-
.awsui_drawer-content-
|
|
351
|
+
.awsui_drawer-content-side_1r9lg_glnzu_325:not(#\9) {
|
|
352
352
|
display: flex;
|
|
353
353
|
align-items: center;
|
|
354
354
|
height: 100%;
|
|
355
355
|
overflow: auto;
|
|
356
356
|
}
|
|
357
|
-
.awsui_drawer-
|
|
357
|
+
.awsui_drawer-closed_1r9lg_glnzu_320 > .awsui_drawer-content-side_1r9lg_glnzu_325:not(#\9) {
|
|
358
358
|
width: 40px;
|
|
359
359
|
}
|
|
360
|
-
.awsui_drawer-
|
|
360
|
+
.awsui_drawer-closed_1r9lg_glnzu_320 > .awsui_drawer-content-side_1r9lg_glnzu_325:not(#\9):hover {
|
|
361
361
|
background: var(--color-background-layout-panel-hover-58t7r5, #eaeded);
|
|
362
362
|
}
|
|
363
|
-
.awsui_drawer-content-
|
|
363
|
+
.awsui_drawer-content-side_1r9lg_glnzu_325.awsui_refresh_1r9lg_glnzu_189:not(#\9) {
|
|
364
364
|
border-right: var(--border-divider-section-width-4ozgf3, 1px) solid var(--color-border-divider-panel-side-h090jc, transparent);
|
|
365
365
|
box-sizing: border-box;
|
|
366
366
|
}
|
|
367
|
-
.awsui_drawer-content-
|
|
367
|
+
.awsui_drawer-content-side_1r9lg_glnzu_325 > [aria-hidden=true]:not(#\9) {
|
|
368
368
|
display: none;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
:not(#\9):not(.awsui_drawer-
|
|
371
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_glnzu_320) > .awsui_drawer-content-bottom_1r9lg_glnzu_345 {
|
|
372
372
|
overflow-y: auto;
|
|
373
373
|
position: absolute;
|
|
374
374
|
top: 0;
|
|
@@ -377,7 +377,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
377
377
|
bottom: 0;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
.awsui_position-
|
|
380
|
+
.awsui_position-bottom_1r9lg_glnzu_354:not(#\9) {
|
|
381
381
|
position: fixed;
|
|
382
382
|
overflow-y: auto;
|
|
383
383
|
border-left: var(--border-divider-section-width-4ozgf3, 1px) solid var(--color-border-divider-panel-bottom-vykteo, rgba(0, 28, 36, 0.15));
|
|
@@ -388,46 +388,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
388
388
|
SplitPanel is no longer in fixed position in the DOM.
|
|
389
389
|
*/
|
|
390
390
|
}
|
|
391
|
-
.awsui_position-
|
|
391
|
+
.awsui_position-bottom_1r9lg_glnzu_354:not(#\9):not(.awsui_refresh_1r9lg_glnzu_189) {
|
|
392
392
|
box-shadow: var(--shadow-split-bottom-nfmseg, 0 -2px 1px -1px rgba(0, 28, 36, 0.15), 0 -1px 1px -1px rgba(0, 28, 36, 0.3));
|
|
393
393
|
}
|
|
394
|
-
.awsui_position-
|
|
394
|
+
.awsui_position-bottom_1r9lg_glnzu_354.awsui_drawer-closed_1r9lg_glnzu_320:not(#\9) {
|
|
395
395
|
overflow: hidden;
|
|
396
396
|
}
|
|
397
|
-
.awsui_position-
|
|
397
|
+
.awsui_position-bottom_1r9lg_glnzu_354.awsui_drawer-closed_1r9lg_glnzu_320:not(#\9):hover {
|
|
398
398
|
background: var(--color-background-layout-panel-hover-58t7r5, #eaeded);
|
|
399
399
|
}
|
|
400
|
-
.awsui_position-
|
|
400
|
+
.awsui_position-bottom_1r9lg_glnzu_354 > .awsui_drawer-content-bottom_1r9lg_glnzu_345 > [aria-hidden=true]:not(#\9) {
|
|
401
401
|
display: none;
|
|
402
402
|
}
|
|
403
|
-
.awsui_position-
|
|
403
|
+
.awsui_position-bottom_1r9lg_glnzu_354.awsui_refresh_1r9lg_glnzu_189:not(#\9) {
|
|
404
404
|
position: relative;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
.awsui_position-
|
|
407
|
+
.awsui_position-side_1r9lg_glnzu_381:not(#\9) {
|
|
408
408
|
border-top: none;
|
|
409
409
|
box-shadow: var(--shadow-split-side-q8jr2v, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
410
410
|
height: 100%;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.
|
|
413
|
+
.awsui_slider_1r9lg_glnzu_387:not(#\9) {
|
|
414
414
|
padding: 0;
|
|
415
415
|
cursor: ns-resize;
|
|
416
416
|
margin: 2px 0 0 0;
|
|
417
417
|
height: 16px;
|
|
418
418
|
touch-action: none;
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.awsui_slider_1r9lg_glnzu_387:not(#\9):focus {
|
|
421
421
|
outline: none;
|
|
422
422
|
}
|
|
423
|
-
body[data-awsui-focus-visible=true] .
|
|
423
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_glnzu_387:not(#\9):focus {
|
|
424
424
|
position: relative;
|
|
425
425
|
}
|
|
426
|
-
body[data-awsui-focus-visible=true] .
|
|
426
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_glnzu_387:not(#\9):focus {
|
|
427
427
|
outline: 2px dotted transparent;
|
|
428
428
|
outline-offset: calc(0px - 1px);
|
|
429
429
|
}
|
|
430
|
-
body[data-awsui-focus-visible=true] .
|
|
430
|
+
body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_glnzu_387:not(#\9):focus::before {
|
|
431
431
|
content: " ";
|
|
432
432
|
display: block;
|
|
433
433
|
position: absolute;
|
|
@@ -439,12 +439,12 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
439
439
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
.awsui_slider-
|
|
442
|
+
.awsui_slider-side_1r9lg_glnzu_416:not(#\9) {
|
|
443
443
|
cursor: ew-resize;
|
|
444
444
|
margin: 0 0 0 2px;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.awsui_slider-wrapper-
|
|
447
|
+
.awsui_slider-wrapper-bottom_1r9lg_glnzu_421:not(#\9) {
|
|
448
448
|
position: absolute;
|
|
449
449
|
top: 0;
|
|
450
450
|
left: 0;
|
|
@@ -455,7 +455,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
455
455
|
z-index: 2;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
|
-
.awsui_slider-wrapper-
|
|
458
|
+
.awsui_slider-wrapper-side_1r9lg_glnzu_432:not(#\9) {
|
|
459
459
|
position: absolute;
|
|
460
460
|
left: 0;
|
|
461
461
|
top: 0;
|
|
@@ -466,31 +466,31 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
466
466
|
z-index: 1;
|
|
467
467
|
}
|
|
468
468
|
|
|
469
|
-
.awsui_open-
|
|
469
|
+
.awsui_open-button_1r9lg_glnzu_443:not(#\9) {
|
|
470
470
|
/* used in test-utils */
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
.awsui_open-button-
|
|
473
|
+
.awsui_open-button-side_1r9lg_glnzu_447:not(#\9) {
|
|
474
474
|
flex: 0 0 auto;
|
|
475
475
|
align-self: flex-start;
|
|
476
476
|
box-sizing: border-box;
|
|
477
477
|
margin: var(--space-xxs-9rrxti, 4px) auto 0;
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
.awsui_slider-
|
|
480
|
+
.awsui_slider-icon_1r9lg_glnzu_454:not(#\9) {
|
|
481
481
|
stroke: var(--color-text-interactive-default-dt26aj, #545b64);
|
|
482
482
|
}
|
|
483
|
-
.awsui_slider-
|
|
483
|
+
.awsui_slider-icon_1r9lg_glnzu_454:not(#\9):hover {
|
|
484
484
|
stroke: var(--color-text-interactive-hover-7who0l, #16191f);
|
|
485
485
|
}
|
|
486
|
-
.awsui_slider-icon-
|
|
486
|
+
.awsui_slider-icon-bottom_1r9lg_glnzu_460:not(#\9) {
|
|
487
487
|
margin: auto;
|
|
488
488
|
}
|
|
489
|
-
.awsui_slider-icon-
|
|
489
|
+
.awsui_slider-icon-side_1r9lg_glnzu_463:not(#\9) {
|
|
490
490
|
transform: rotate(90deg);
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
-
.awsui_pane-header-wrapper-
|
|
493
|
+
.awsui_pane-header-wrapper-bottom_1r9lg_glnzu_467:not(#\9) {
|
|
494
494
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
495
495
|
position: sticky;
|
|
496
496
|
top: 0;
|
|
@@ -498,51 +498,51 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
498
498
|
align-items: center;
|
|
499
499
|
flex-direction: column;
|
|
500
500
|
z-index: 1;
|
|
501
|
-
padding: 0 var(--space-
|
|
501
|
+
padding: 0 var(--space-layout-content-horizontal-sin989, 40px);
|
|
502
502
|
}
|
|
503
|
-
.awsui_drawer-
|
|
503
|
+
.awsui_drawer-mobile_1r9lg_glnzu_477 > .awsui_drawer-content-bottom_1r9lg_glnzu_345 > .awsui_pane-header-wrapper-bottom_1r9lg_glnzu_467:not(#\9) {
|
|
504
504
|
padding: 0 var(--space-l-xu1x80, 20px);
|
|
505
505
|
}
|
|
506
|
-
.awsui_drawer-disable-content-
|
|
506
|
+
.awsui_drawer-disable-content-paddings_1r9lg_glnzu_480 > .awsui_drawer-content-bottom_1r9lg_glnzu_345 > .awsui_pane-header-wrapper-bottom_1r9lg_glnzu_467:not(#\9) {
|
|
507
507
|
padding: 0 var(--space-l-xu1x80, 20px);
|
|
508
508
|
}
|
|
509
|
-
:not(#\9):not(.awsui_drawer-
|
|
509
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_glnzu_320) > .awsui_drawer-content-bottom_1r9lg_glnzu_345 > .awsui_pane-header-wrapper-bottom_1r9lg_glnzu_467 {
|
|
510
510
|
background-color: var(--color-background-layout-panel-content-ml98gw, #ffffff);
|
|
511
511
|
border-bottom: var(--border-panel-header-width-qtv3fx, 0px) solid var(--color-border-divider-default-cr3oi6, #eaeded);
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
.awsui_content-
|
|
515
|
-
padding: 0 var(--space-
|
|
514
|
+
.awsui_content-bottom_1r9lg_glnzu_488:not(#\9) {
|
|
515
|
+
padding: 0 var(--space-layout-content-horizontal-sin989, 40px);
|
|
516
516
|
margin-top: var(--space-panel-split-top-517tlt, 0px);
|
|
517
517
|
position: relative;
|
|
518
518
|
z-index: 0;
|
|
519
519
|
}
|
|
520
|
-
.awsui_drawer-
|
|
520
|
+
.awsui_drawer-mobile_1r9lg_glnzu_477 > .awsui_drawer-content-bottom_1r9lg_glnzu_345 > .awsui_content-bottom_1r9lg_glnzu_488:not(#\9) {
|
|
521
521
|
padding: 0 var(--space-l-xu1x80, 20px);
|
|
522
522
|
}
|
|
523
|
-
.awsui_drawer-disable-content-
|
|
523
|
+
.awsui_drawer-disable-content-paddings_1r9lg_glnzu_480 > .awsui_drawer-content-bottom_1r9lg_glnzu_345 > .awsui_content-bottom_1r9lg_glnzu_488:not(#\9) {
|
|
524
524
|
padding: 0;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
.awsui_pane-bottom-center-
|
|
527
|
+
.awsui_pane-bottom-center-align_1r9lg_glnzu_501:not(#\9) {
|
|
528
528
|
display: flex;
|
|
529
529
|
justify-content: center;
|
|
530
530
|
}
|
|
531
531
|
|
|
532
|
-
.awsui_pane-bottom-content-nav-
|
|
533
|
-
padding-left: calc(var(--space-layout-toggle-diameter-
|
|
532
|
+
.awsui_pane-bottom-content-nav-padding_1r9lg_glnzu_506:not(#\9) {
|
|
533
|
+
padding-left: calc(var(--space-layout-toggle-diameter-ugv12v, 36px) + 2 * var(--space-layout-toggle-padding-k1jpy8, 12px));
|
|
534
534
|
}
|
|
535
535
|
|
|
536
|
-
.awsui_pane-bottom-content-tools-
|
|
537
|
-
padding-right: calc(var(--space-layout-toggle-diameter-
|
|
536
|
+
.awsui_pane-bottom-content-tools-padding_1r9lg_glnzu_510:not(#\9) {
|
|
537
|
+
padding-right: calc(var(--space-layout-toggle-diameter-ugv12v, 36px) + 2 * var(--space-layout-toggle-padding-k1jpy8, 12px));
|
|
538
538
|
}
|
|
539
539
|
|
|
540
|
-
.awsui_content-bottom-max-
|
|
540
|
+
.awsui_content-bottom-max-width_1r9lg_glnzu_514:not(#\9) {
|
|
541
541
|
flex-grow: 1;
|
|
542
542
|
max-width: 100%;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
.awsui_content-
|
|
545
|
+
.awsui_content-side_1r9lg_glnzu_519:not(#\9) {
|
|
546
546
|
flex: auto;
|
|
547
547
|
align-self: flex-start;
|
|
548
548
|
box-sizing: border-box;
|
|
@@ -553,16 +553,16 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
553
553
|
right: 0;
|
|
554
554
|
height: 100%;
|
|
555
555
|
}
|
|
556
|
-
.awsui_content-
|
|
556
|
+
.awsui_content-side_1r9lg_glnzu_519 > .awsui_pane-header-wrapper-side_1r9lg_glnzu_530:not(#\9) {
|
|
557
557
|
padding: 0 var(--space-m-kpg8id, 16px) 0 var(--space-panel-side-left-wmxosk, 32px);
|
|
558
558
|
border-bottom: var(--border-panel-header-width-qtv3fx, 0px) solid var(--color-border-divider-default-cr3oi6, #eaeded);
|
|
559
559
|
}
|
|
560
|
-
.awsui_content-
|
|
560
|
+
.awsui_content-side_1r9lg_glnzu_519 > .awsui_pane-content-wrapper-side_1r9lg_glnzu_534:not(#\9) {
|
|
561
561
|
padding: 0 var(--space-panel-side-right-23w8pv, 32px) 0 var(--space-panel-side-left-wmxosk, 32px);
|
|
562
562
|
margin-top: var(--space-panel-split-top-517tlt, 0px);
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
.
|
|
565
|
+
.awsui_header_1r9lg_glnzu_539:not(#\9) {
|
|
566
566
|
display: flex;
|
|
567
567
|
flex: auto;
|
|
568
568
|
flex-direction: row;
|
|
@@ -571,7 +571,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
571
571
|
width: 100%;
|
|
572
572
|
margin: var(--size-vertical-panel-icon-offset-04nxf8, 15px) 0;
|
|
573
573
|
}
|
|
574
|
-
.awsui_header-
|
|
574
|
+
.awsui_header-text_1r9lg_glnzu_548:not(#\9) {
|
|
575
575
|
font-size: var(--font-panel-header-size-tbwmfr, 18px);
|
|
576
576
|
line-height: var(--font-panel-header-line-height-leujyg, 22px);
|
|
577
577
|
font-weight: var(--font-weight-heading-l-1hf845, 700);
|
|
@@ -582,7 +582,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
582
582
|
margin-top: calc(var(--space-scaled-xxs-t7ij38, 4px) + 1px);
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
.awsui_header-
|
|
585
|
+
.awsui_header-actions_1r9lg_glnzu_559:not(#\9) {
|
|
586
586
|
display: flex;
|
|
587
587
|
flex-direction: row;
|
|
588
588
|
justify-content: space-between;
|
|
@@ -590,7 +590,7 @@ body[data-awsui-focus-visible=true] .awsui_slider_1r9lg_rfiiv_387:not(#\9):focus
|
|
|
590
590
|
margin-left: var(--space-xs-xf5ch3, 8px);
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
-
.
|
|
593
|
+
.awsui_divider_1r9lg_glnzu_567:not(#\9) {
|
|
594
594
|
border-right: var(--border-divider-section-width-4ozgf3, 1px) solid var(--color-border-divider-default-cr3oi6, #eaeded);
|
|
595
595
|
margin: var(--space-scaled-xxs-t7ij38, 4px) var(--space-scaled-xs-x91h81, 8px);
|
|
596
596
|
}
|
|
@@ -2,60 +2,60 @@
|
|
|
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
|
-
"preference-icon--layout-border": "awsui_preference-icon--layout-
|
|
9
|
-
"preference-icon--layout-background": "awsui_preference-icon--layout-
|
|
10
|
-
"preference-icon--layout-header": "awsui_preference-icon--layout-
|
|
11
|
-
"preference-icon--border": "awsui_preference-icon--
|
|
12
|
-
"preference-icon--primary-button": "awsui_preference-icon--primary-
|
|
13
|
-
"preference-icon--secondary": "awsui_preference-icon--
|
|
14
|
-
"preference-icon--disabled-element": "awsui_preference-icon--disabled-
|
|
15
|
-
"preference-icon--separator": "awsui_preference-icon--
|
|
16
|
-
"preference-icon--focus-text": "awsui_preference-icon--focus-
|
|
17
|
-
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-
|
|
18
|
-
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-
|
|
19
|
-
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--
|
|
20
|
-
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--
|
|
21
|
-
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-
|
|
22
|
-
"preference-icon-refresh--window": "awsui_preference-icon-refresh--
|
|
23
|
-
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--
|
|
24
|
-
"preference-icon-refresh--default": "awsui_preference-icon-refresh--
|
|
25
|
-
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--
|
|
26
|
-
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-
|
|
27
|
-
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--
|
|
28
|
-
"root": "
|
|
29
|
-
"preferences-button": "awsui_preferences-
|
|
30
|
-
"close-button": "awsui_close-
|
|
31
|
-
"drawer-closed": "awsui_drawer-
|
|
32
|
-
"drawer-content-side": "awsui_drawer-content-
|
|
33
|
-
"drawer-content-bottom": "awsui_drawer-content-
|
|
34
|
-
"position-bottom": "awsui_position-
|
|
35
|
-
"position-side": "awsui_position-
|
|
36
|
-
"slider": "
|
|
37
|
-
"slider-side": "awsui_slider-
|
|
38
|
-
"slider-wrapper-bottom": "awsui_slider-wrapper-
|
|
39
|
-
"slider-wrapper-side": "awsui_slider-wrapper-
|
|
40
|
-
"open-button": "awsui_open-
|
|
41
|
-
"open-button-side": "awsui_open-button-
|
|
42
|
-
"slider-icon": "awsui_slider-
|
|
43
|
-
"slider-icon-bottom": "awsui_slider-icon-
|
|
44
|
-
"slider-icon-side": "awsui_slider-icon-
|
|
45
|
-
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-
|
|
46
|
-
"drawer-mobile": "awsui_drawer-
|
|
47
|
-
"drawer-disable-content-paddings": "awsui_drawer-disable-content-
|
|
48
|
-
"content-bottom": "awsui_content-
|
|
49
|
-
"pane-bottom-center-align": "awsui_pane-bottom-center-
|
|
50
|
-
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-
|
|
51
|
-
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-
|
|
52
|
-
"content-bottom-max-width": "awsui_content-bottom-max-
|
|
53
|
-
"content-side": "awsui_content-
|
|
54
|
-
"pane-header-wrapper-side": "awsui_pane-header-wrapper-
|
|
55
|
-
"pane-content-wrapper-side": "awsui_pane-content-wrapper-
|
|
56
|
-
"header": "
|
|
57
|
-
"header-text": "awsui_header-
|
|
58
|
-
"header-actions": "awsui_header-
|
|
59
|
-
"divider": "
|
|
5
|
+
"drawer": "awsui_drawer_1r9lg_glnzu_189",
|
|
6
|
+
"refresh": "awsui_refresh_1r9lg_glnzu_189",
|
|
7
|
+
"animating": "awsui_animating_1r9lg_glnzu_203",
|
|
8
|
+
"preference-icon--layout-border": "awsui_preference-icon--layout-border_1r9lg_glnzu_226",
|
|
9
|
+
"preference-icon--layout-background": "awsui_preference-icon--layout-background_1r9lg_glnzu_230",
|
|
10
|
+
"preference-icon--layout-header": "awsui_preference-icon--layout-header_1r9lg_glnzu_233",
|
|
11
|
+
"preference-icon--border": "awsui_preference-icon--border_1r9lg_glnzu_236",
|
|
12
|
+
"preference-icon--primary-button": "awsui_preference-icon--primary-button_1r9lg_glnzu_240",
|
|
13
|
+
"preference-icon--secondary": "awsui_preference-icon--secondary_1r9lg_glnzu_243",
|
|
14
|
+
"preference-icon--disabled-element": "awsui_preference-icon--disabled-element_1r9lg_glnzu_246",
|
|
15
|
+
"preference-icon--separator": "awsui_preference-icon--separator_1r9lg_glnzu_249",
|
|
16
|
+
"preference-icon--focus-text": "awsui_preference-icon--focus-text_1r9lg_glnzu_252",
|
|
17
|
+
"preference-icon-refresh--layout-top": "awsui_preference-icon-refresh--layout-top_1r9lg_glnzu_256",
|
|
18
|
+
"preference-icon-refresh--layout-main": "awsui_preference-icon-refresh--layout-main_1r9lg_glnzu_259",
|
|
19
|
+
"preference-icon-refresh--primary": "awsui_preference-icon-refresh--primary_1r9lg_glnzu_262",
|
|
20
|
+
"preference-icon-refresh--disabled": "awsui_preference-icon-refresh--disabled_1r9lg_glnzu_265",
|
|
21
|
+
"preference-icon-refresh--column-header": "awsui_preference-icon-refresh--column-header_1r9lg_glnzu_268",
|
|
22
|
+
"preference-icon-refresh--window": "awsui_preference-icon-refresh--window_1r9lg_glnzu_271",
|
|
23
|
+
"preference-icon-refresh--secondary": "awsui_preference-icon-refresh--secondary_1r9lg_glnzu_275",
|
|
24
|
+
"preference-icon-refresh--default": "awsui_preference-icon-refresh--default_1r9lg_glnzu_278",
|
|
25
|
+
"preference-icon-refresh--separator": "awsui_preference-icon-refresh--separator_1r9lg_glnzu_281",
|
|
26
|
+
"preference-icon-refresh--input-default": "awsui_preference-icon-refresh--input-default_1r9lg_glnzu_284",
|
|
27
|
+
"preference-icon-refresh--heading": "awsui_preference-icon-refresh--heading_1r9lg_glnzu_287",
|
|
28
|
+
"root": "awsui_root_1r9lg_glnzu_291",
|
|
29
|
+
"preferences-button": "awsui_preferences-button_1r9lg_glnzu_304",
|
|
30
|
+
"close-button": "awsui_close-button_1r9lg_glnzu_308",
|
|
31
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_glnzu_320",
|
|
32
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_glnzu_325",
|
|
33
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_glnzu_345",
|
|
34
|
+
"position-bottom": "awsui_position-bottom_1r9lg_glnzu_354",
|
|
35
|
+
"position-side": "awsui_position-side_1r9lg_glnzu_381",
|
|
36
|
+
"slider": "awsui_slider_1r9lg_glnzu_387",
|
|
37
|
+
"slider-side": "awsui_slider-side_1r9lg_glnzu_416",
|
|
38
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_glnzu_421",
|
|
39
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_glnzu_432",
|
|
40
|
+
"open-button": "awsui_open-button_1r9lg_glnzu_443",
|
|
41
|
+
"open-button-side": "awsui_open-button-side_1r9lg_glnzu_447",
|
|
42
|
+
"slider-icon": "awsui_slider-icon_1r9lg_glnzu_454",
|
|
43
|
+
"slider-icon-bottom": "awsui_slider-icon-bottom_1r9lg_glnzu_460",
|
|
44
|
+
"slider-icon-side": "awsui_slider-icon-side_1r9lg_glnzu_463",
|
|
45
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_glnzu_467",
|
|
46
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_glnzu_477",
|
|
47
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_glnzu_480",
|
|
48
|
+
"content-bottom": "awsui_content-bottom_1r9lg_glnzu_488",
|
|
49
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_glnzu_501",
|
|
50
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_glnzu_506",
|
|
51
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_glnzu_510",
|
|
52
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_glnzu_514",
|
|
53
|
+
"content-side": "awsui_content-side_1r9lg_glnzu_519",
|
|
54
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_glnzu_530",
|
|
55
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_glnzu_534",
|
|
56
|
+
"header": "awsui_header_1r9lg_glnzu_539",
|
|
57
|
+
"header-text": "awsui_header-text_1r9lg_glnzu_548",
|
|
58
|
+
"header-actions": "awsui_header-actions_1r9lg_glnzu_559",
|
|
59
|
+
"divider": "awsui_divider_1r9lg_glnzu_567"
|
|
60
60
|
};
|
|
61
61
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@cloudscape-design/components-themeable","version":"3.0.
|
|
1
|
+
{"name":"@cloudscape-design/components-themeable","version":"3.0.461","files":["lib"],"main":"lib/theming.js","types":"lib/theming.d.ts","exports":{".":"./lib/theming.js","./package.json":"./package.json","./theming":"./lib/theming.js"},"typesVersions":{"*":{"theming":["./lib/theming.d.ts"]}},"dependencies":{"@cloudscape-design/theming-build":"^1.0.0"},"repository":{"type":"git","url":"https://github.com/cloudscape-design/components.git"},"license":"Apache-2.0","homepage":"https://cloudscape.design"}
|