@cloudscape-design/components 3.0.1035 → 3.0.1036
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/drawer/styles.css.js +8 -8
- package/drawer/styles.scoped.css +15 -13
- package/drawer/styles.selectors.js +8 -8
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +69 -67
- package/help-panel/styles.selectors.js +6 -6
- package/internal/base-component/styles.scoped.css +1 -1
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/side-navigation/styles.css.js +30 -30
- package/side-navigation/styles.scoped.css +48 -46
- package/side-navigation/styles.selectors.js +30 -30
- package/split-panel/styles.css.js +27 -27
- package/split-panel/styles.scoped.css +45 -44
- package/split-panel/styles.selectors.js +27 -27
- package/top-navigation/styles.css.js +47 -47
- package/top-navigation/styles.scoped.css +75 -73
- package/top-navigation/styles.selectors.js +47 -47
|
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.
|
|
153
|
+
.awsui_drawer_1r9lg_mwd6c_153:not(#\9) {
|
|
154
154
|
border-collapse: separate;
|
|
155
155
|
border-spacing: 0;
|
|
156
156
|
box-sizing: border-box;
|
|
@@ -187,35 +187,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
187
187
|
background-color: var(--color-background-layout-panel-content-xto15e, #ffffff);
|
|
188
188
|
z-index: 840;
|
|
189
189
|
}
|
|
190
|
-
.awsui_drawer-
|
|
190
|
+
.awsui_drawer-closed_1r9lg_mwd6c_190:not(#\9):not(.awsui_refresh_1r9lg_mwd6c_190) {
|
|
191
191
|
cursor: pointer;
|
|
192
192
|
min-inline-size: 40px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.awsui_drawer-content-
|
|
195
|
+
.awsui_drawer-content-side_1r9lg_mwd6c_195:not(#\9) {
|
|
196
196
|
display: flex;
|
|
197
197
|
align-items: center;
|
|
198
198
|
block-size: 100%;
|
|
199
199
|
overflow: auto;
|
|
200
200
|
}
|
|
201
|
-
.awsui_drawer-content-
|
|
201
|
+
.awsui_drawer-content-side_1r9lg_mwd6c_195 > [aria-hidden=true]:not(#\9), .awsui_drawer-closed_1r9lg_mwd6c_190.awsui_refresh_1r9lg_mwd6c_190 > .awsui_drawer-content-side_1r9lg_mwd6c_195:not(#\9) {
|
|
202
202
|
display: none;
|
|
203
203
|
}
|
|
204
|
-
.awsui_drawer-
|
|
204
|
+
.awsui_drawer-closed_1r9lg_mwd6c_190:not(#\9):not(.awsui_refresh_1r9lg_mwd6c_190) > .awsui_drawer-content-side_1r9lg_mwd6c_195 {
|
|
205
205
|
inline-size: 40px;
|
|
206
206
|
}
|
|
207
|
-
.awsui_drawer-
|
|
207
|
+
.awsui_drawer-closed_1r9lg_mwd6c_190:not(#\9):not(.awsui_refresh_1r9lg_mwd6c_190) > .awsui_drawer-content-side_1r9lg_mwd6c_195:hover {
|
|
208
208
|
background: var(--color-background-layout-panel-hover-tguulw, #ebebf0);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
:not(#\9):not(.awsui_drawer-
|
|
211
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_mwd6c_190) > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 {
|
|
212
212
|
overflow-y: auto;
|
|
213
213
|
position: absolute;
|
|
214
214
|
inset: 0;
|
|
215
215
|
clip-path: border-box;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.awsui_position-
|
|
218
|
+
.awsui_position-bottom_1r9lg_mwd6c_218:not(#\9) {
|
|
219
219
|
position: fixed;
|
|
220
220
|
overflow-y: auto;
|
|
221
221
|
/*
|
|
@@ -223,37 +223,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
223
223
|
SplitPanel is no longer in fixed position in the DOM.
|
|
224
224
|
*/
|
|
225
225
|
}
|
|
226
|
-
.awsui_position-
|
|
226
|
+
.awsui_position-bottom_1r9lg_mwd6c_218:not(#\9):not(.awsui_hidden_1r9lg_mwd6c_226) {
|
|
227
227
|
border-block-start: var(--border-panel-top-width-10990j, 1px) solid var(--color-border-divider-panel-bottom-bruvuz, #c6c6cd);
|
|
228
228
|
}
|
|
229
|
-
.awsui_position-
|
|
229
|
+
.awsui_position-bottom_1r9lg_mwd6c_218:not(#\9):not(.awsui_refresh_1r9lg_mwd6c_190) {
|
|
230
230
|
box-shadow: var(--shadow-split-bottom-vlyulf, 0px -36px 36px -36px rgba(0, 7, 22, 0.1));
|
|
231
231
|
border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-panel-bottom-bruvuz, #c6c6cd);
|
|
232
232
|
border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-panel-bottom-bruvuz, #c6c6cd);
|
|
233
233
|
}
|
|
234
|
-
.awsui_position-
|
|
234
|
+
.awsui_position-bottom_1r9lg_mwd6c_218.awsui_drawer-closed_1r9lg_mwd6c_190:not(#\9) {
|
|
235
235
|
overflow: hidden;
|
|
236
236
|
}
|
|
237
|
-
.awsui_position-
|
|
237
|
+
.awsui_position-bottom_1r9lg_mwd6c_218.awsui_drawer-closed_1r9lg_mwd6c_190:not(#\9):hover {
|
|
238
238
|
background: var(--color-background-layout-panel-hover-tguulw, #ebebf0);
|
|
239
239
|
}
|
|
240
|
-
.awsui_position-
|
|
240
|
+
.awsui_position-bottom_1r9lg_mwd6c_218 > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > [aria-hidden=true]:not(#\9) {
|
|
241
241
|
display: none;
|
|
242
242
|
}
|
|
243
|
-
.awsui_position-
|
|
243
|
+
.awsui_position-bottom_1r9lg_mwd6c_218.awsui_refresh_1r9lg_mwd6c_190:not(#\9) {
|
|
244
244
|
position: relative;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.awsui_position-
|
|
247
|
+
.awsui_position-side_1r9lg_mwd6c_247:not(#\9) {
|
|
248
248
|
border-block-start: none;
|
|
249
249
|
box-shadow: var(--shadow-split-side-nyajix, -1px 0px 1px 0px #e9ebed, -36px 6px 36px -36px rgba(0, 7, 22, 0.1));
|
|
250
250
|
block-size: 100%;
|
|
251
251
|
}
|
|
252
|
-
.awsui_position-
|
|
252
|
+
.awsui_position-side_1r9lg_mwd6c_247.awsui_with-toolbar_1r9lg_mwd6c_252:not(#\9) {
|
|
253
253
|
box-shadow: none;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.awsui_slider-wrapper-
|
|
256
|
+
.awsui_slider-wrapper-bottom_1r9lg_mwd6c_256:not(#\9) {
|
|
257
257
|
position: absolute;
|
|
258
258
|
inset-block-start: 0;
|
|
259
259
|
inset-inline-start: 0;
|
|
@@ -264,7 +264,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
264
264
|
z-index: 2;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.awsui_slider-wrapper-
|
|
267
|
+
.awsui_slider-wrapper-side_1r9lg_mwd6c_267:not(#\9) {
|
|
268
268
|
position: absolute;
|
|
269
269
|
inset-inline-start: 0;
|
|
270
270
|
inset-block-start: 0;
|
|
@@ -274,11 +274,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
274
274
|
align-items: center;
|
|
275
275
|
z-index: 1;
|
|
276
276
|
}
|
|
277
|
-
.awsui_slider-wrapper-
|
|
277
|
+
.awsui_slider-wrapper-side_1r9lg_mwd6c_267.awsui_with-toolbar_1r9lg_mwd6c_252:not(#\9) {
|
|
278
278
|
position: unset;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.awsui_open-button-
|
|
281
|
+
.awsui_open-button-side_1r9lg_mwd6c_281:not(#\9) {
|
|
282
282
|
flex: 0 0 auto;
|
|
283
283
|
align-self: flex-start;
|
|
284
284
|
box-sizing: border-box;
|
|
@@ -287,7 +287,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
287
287
|
margin-inline: auto;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.awsui_pane-header-wrapper-
|
|
290
|
+
.awsui_pane-header-wrapper-bottom_1r9lg_mwd6c_290:not(#\9) {
|
|
291
291
|
position: sticky;
|
|
292
292
|
inset-block-start: 0;
|
|
293
293
|
display: flex;
|
|
@@ -297,60 +297,60 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
297
297
|
padding-block: 0;
|
|
298
298
|
padding-inline: var(--space-layout-content-horizontal-buc0zz, 24px);
|
|
299
299
|
}
|
|
300
|
-
.awsui_drawer-
|
|
300
|
+
.awsui_drawer-mobile_1r9lg_mwd6c_300 > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_pane-header-wrapper-bottom_1r9lg_mwd6c_290:not(#\9) {
|
|
301
301
|
padding-block: 0;
|
|
302
302
|
padding-inline: var(--space-l-2ud1p3, 20px);
|
|
303
303
|
}
|
|
304
|
-
.awsui_drawer-disable-content-
|
|
304
|
+
.awsui_drawer-disable-content-paddings_1r9lg_mwd6c_304 > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_pane-header-wrapper-bottom_1r9lg_mwd6c_290:not(#\9) {
|
|
305
305
|
padding-block: 0;
|
|
306
306
|
padding-inline: var(--space-l-2ud1p3, 20px);
|
|
307
307
|
}
|
|
308
|
-
:not(#\9):not(.awsui_drawer-
|
|
308
|
+
:not(#\9):not(.awsui_drawer-closed_1r9lg_mwd6c_190) > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_pane-header-wrapper-bottom_1r9lg_mwd6c_290 {
|
|
309
309
|
background-color: var(--color-background-layout-panel-content-xto15e, #ffffff);
|
|
310
310
|
border-block-end: var(--border-panel-header-width-t1iq1m, 1px) solid var(--color-border-panel-header-ygztvl, #c6c6cd);
|
|
311
311
|
}
|
|
312
|
-
.awsui_with-
|
|
312
|
+
.awsui_with-toolbar_1r9lg_mwd6c_252:not(#\9):not(.awsui_drawer-closed_1r9lg_mwd6c_190) > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_pane-header-wrapper-bottom_1r9lg_mwd6c_290 {
|
|
313
313
|
border-color: transparent;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.awsui_content-
|
|
316
|
+
.awsui_content-bottom_1r9lg_mwd6c_316:not(#\9) {
|
|
317
317
|
padding-block: 0;
|
|
318
318
|
padding-inline: var(--space-layout-content-horizontal-buc0zz, 24px);
|
|
319
319
|
margin-block-start: var(--space-panel-split-top-3u4vky, 20px);
|
|
320
320
|
position: relative;
|
|
321
321
|
z-index: 0;
|
|
322
322
|
}
|
|
323
|
-
.awsui_with-
|
|
323
|
+
.awsui_with-toolbar_1r9lg_mwd6c_252 > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_content-bottom_1r9lg_mwd6c_316:not(#\9) {
|
|
324
324
|
margin-block-start: 0px;
|
|
325
325
|
}
|
|
326
|
-
.awsui_drawer-
|
|
326
|
+
.awsui_drawer-mobile_1r9lg_mwd6c_300 > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_content-bottom_1r9lg_mwd6c_316:not(#\9) {
|
|
327
327
|
padding-block: 0;
|
|
328
328
|
padding-inline: var(--space-l-2ud1p3, 20px);
|
|
329
329
|
}
|
|
330
|
-
.awsui_drawer-disable-content-
|
|
330
|
+
.awsui_drawer-disable-content-paddings_1r9lg_mwd6c_304 > .awsui_drawer-content-bottom_1r9lg_mwd6c_211 > .awsui_content-bottom_1r9lg_mwd6c_316:not(#\9) {
|
|
331
331
|
padding-block: 0;
|
|
332
332
|
padding-inline: 0;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
.awsui_pane-bottom-center-
|
|
335
|
+
.awsui_pane-bottom-center-align_1r9lg_mwd6c_335:not(#\9) {
|
|
336
336
|
display: flex;
|
|
337
337
|
justify-content: center;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.awsui_pane-bottom-content-nav-
|
|
340
|
+
.awsui_pane-bottom-content-nav-padding_1r9lg_mwd6c_340:not(#\9) {
|
|
341
341
|
padding-inline-start: calc(var(--space-layout-toggle-diameter-j2qffw, 36px) + 2 * var(--space-layout-toggle-padding-chwlhz, 12px));
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.awsui_pane-bottom-content-tools-
|
|
344
|
+
.awsui_pane-bottom-content-tools-padding_1r9lg_mwd6c_344:not(#\9) {
|
|
345
345
|
padding-inline-end: calc(var(--space-layout-toggle-diameter-j2qffw, 36px) + 2 * var(--space-layout-toggle-padding-chwlhz, 12px));
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.awsui_content-bottom-max-
|
|
348
|
+
.awsui_content-bottom-max-width_1r9lg_mwd6c_348:not(#\9) {
|
|
349
349
|
flex-grow: 1;
|
|
350
350
|
max-inline-size: 100%;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
.awsui_content-
|
|
353
|
+
.awsui_content-side_1r9lg_mwd6c_353:not(#\9) {
|
|
354
354
|
flex: auto;
|
|
355
355
|
align-self: flex-start;
|
|
356
356
|
box-sizing: border-box;
|
|
@@ -359,30 +359,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
359
359
|
inset-inline: 0;
|
|
360
360
|
block-size: 100%;
|
|
361
361
|
}
|
|
362
|
-
.awsui_content-
|
|
362
|
+
.awsui_content-side_1r9lg_mwd6c_353.awsui_with-toolbar_1r9lg_mwd6c_252:not(#\9) {
|
|
363
363
|
position: absolute;
|
|
364
364
|
}
|
|
365
|
-
.awsui_content-
|
|
365
|
+
.awsui_content-side_1r9lg_mwd6c_353 > .awsui_pane-header-wrapper-side_1r9lg_mwd6c_365:not(#\9) {
|
|
366
366
|
padding-block: 0;
|
|
367
367
|
padding-inline-end: var(--space-m-dsumyt, 16px);
|
|
368
368
|
padding-inline-start: var(--space-panel-side-left-u1m3s9, 28px);
|
|
369
369
|
border-block-end: var(--border-panel-header-width-t1iq1m, 1px) solid var(--color-border-panel-header-ygztvl, #c6c6cd);
|
|
370
370
|
}
|
|
371
|
-
.awsui_content-
|
|
371
|
+
.awsui_content-side_1r9lg_mwd6c_353.awsui_with-toolbar_1r9lg_mwd6c_252 > .awsui_pane-header-wrapper-side_1r9lg_mwd6c_365:not(#\9) {
|
|
372
372
|
border-color: transparent;
|
|
373
373
|
}
|
|
374
|
-
.awsui_content-
|
|
374
|
+
.awsui_content-side_1r9lg_mwd6c_353 > .awsui_pane-content-wrapper-side_1r9lg_mwd6c_374:not(#\9) {
|
|
375
375
|
padding-block: 0;
|
|
376
376
|
padding-inline-start: var(--space-panel-side-left-u1m3s9, 28px);
|
|
377
377
|
padding-inline-end: var(--space-panel-side-right-8wwirc, 24px);
|
|
378
378
|
margin-block-start: var(--space-panel-split-top-3u4vky, 20px);
|
|
379
379
|
margin-block-end: var(--space-panel-split-bottom-ir16d7, 20px);
|
|
380
380
|
}
|
|
381
|
-
.awsui_content-
|
|
381
|
+
.awsui_content-side_1r9lg_mwd6c_353.awsui_with-toolbar_1r9lg_mwd6c_252 > .awsui_pane-content-wrapper-side_1r9lg_mwd6c_374:not(#\9) {
|
|
382
382
|
margin-block-start: 0px;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.
|
|
385
|
+
.awsui_header_1r9lg_mwd6c_385:not(#\9) {
|
|
386
386
|
display: flex;
|
|
387
387
|
flex: auto;
|
|
388
388
|
flex-direction: row;
|
|
@@ -392,11 +392,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
392
392
|
margin-block: var(--size-vertical-panel-icon-offset-z959cw, 15px);
|
|
393
393
|
margin-inline: 0;
|
|
394
394
|
}
|
|
395
|
-
.
|
|
395
|
+
.awsui_header_1r9lg_mwd6c_385.awsui_with-toolbar_1r9lg_mwd6c_252:not(#\9) {
|
|
396
396
|
margin-block: 14px;
|
|
397
397
|
}
|
|
398
|
-
.awsui_header-
|
|
398
|
+
.awsui_header-text_1r9lg_mwd6c_398:not(#\9) {
|
|
399
399
|
font-size: var(--font-panel-header-size-33h9j8, 18px);
|
|
400
|
+
letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
|
|
400
401
|
line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
|
|
401
402
|
font-weight: var(--font-weight-heading-l-0t6dwc, 700);
|
|
402
403
|
-webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
|
|
@@ -408,7 +409,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
408
409
|
margin-block-start: calc(var(--space-scaled-xxs-pfm1nx, 4px) + 1px);
|
|
409
410
|
}
|
|
410
411
|
|
|
411
|
-
.awsui_header-
|
|
412
|
+
.awsui_header-actions_1r9lg_mwd6c_412:not(#\9) {
|
|
412
413
|
display: flex;
|
|
413
414
|
flex-direction: row;
|
|
414
415
|
justify-content: space-between;
|
|
@@ -416,7 +417,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
416
417
|
margin-inline-start: var(--space-xs-ymlm0b, 8px);
|
|
417
418
|
}
|
|
418
419
|
|
|
419
|
-
.
|
|
420
|
+
.awsui_divider_1r9lg_mwd6c_420:not(#\9) {
|
|
420
421
|
border-inline-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
421
422
|
margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
|
|
422
423
|
margin-inline: var(--space-scaled-xs-xwoogq, 8px);
|
|
@@ -2,32 +2,32 @@
|
|
|
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
|
-
"drawer-closed": "awsui_drawer-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"drawer-content-side": "awsui_drawer-content-
|
|
9
|
-
"drawer-content-bottom": "awsui_drawer-content-
|
|
10
|
-
"position-bottom": "awsui_position-
|
|
11
|
-
"hidden": "
|
|
12
|
-
"position-side": "awsui_position-
|
|
13
|
-
"with-toolbar": "awsui_with-
|
|
14
|
-
"slider-wrapper-bottom": "awsui_slider-wrapper-
|
|
15
|
-
"slider-wrapper-side": "awsui_slider-wrapper-
|
|
16
|
-
"open-button-side": "awsui_open-button-
|
|
17
|
-
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-
|
|
18
|
-
"drawer-mobile": "awsui_drawer-
|
|
19
|
-
"drawer-disable-content-paddings": "awsui_drawer-disable-content-
|
|
20
|
-
"content-bottom": "awsui_content-
|
|
21
|
-
"pane-bottom-center-align": "awsui_pane-bottom-center-
|
|
22
|
-
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-
|
|
23
|
-
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-
|
|
24
|
-
"content-bottom-max-width": "awsui_content-bottom-max-
|
|
25
|
-
"content-side": "awsui_content-
|
|
26
|
-
"pane-header-wrapper-side": "awsui_pane-header-wrapper-
|
|
27
|
-
"pane-content-wrapper-side": "awsui_pane-content-wrapper-
|
|
28
|
-
"header": "
|
|
29
|
-
"header-text": "awsui_header-
|
|
30
|
-
"header-actions": "awsui_header-
|
|
31
|
-
"divider": "
|
|
5
|
+
"drawer": "awsui_drawer_1r9lg_mwd6c_153",
|
|
6
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_mwd6c_190",
|
|
7
|
+
"refresh": "awsui_refresh_1r9lg_mwd6c_190",
|
|
8
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_mwd6c_195",
|
|
9
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_mwd6c_211",
|
|
10
|
+
"position-bottom": "awsui_position-bottom_1r9lg_mwd6c_218",
|
|
11
|
+
"hidden": "awsui_hidden_1r9lg_mwd6c_226",
|
|
12
|
+
"position-side": "awsui_position-side_1r9lg_mwd6c_247",
|
|
13
|
+
"with-toolbar": "awsui_with-toolbar_1r9lg_mwd6c_252",
|
|
14
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_mwd6c_256",
|
|
15
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_mwd6c_267",
|
|
16
|
+
"open-button-side": "awsui_open-button-side_1r9lg_mwd6c_281",
|
|
17
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_mwd6c_290",
|
|
18
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_mwd6c_300",
|
|
19
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_mwd6c_304",
|
|
20
|
+
"content-bottom": "awsui_content-bottom_1r9lg_mwd6c_316",
|
|
21
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_mwd6c_335",
|
|
22
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_mwd6c_340",
|
|
23
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_mwd6c_344",
|
|
24
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_mwd6c_348",
|
|
25
|
+
"content-side": "awsui_content-side_1r9lg_mwd6c_353",
|
|
26
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_mwd6c_365",
|
|
27
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_mwd6c_374",
|
|
28
|
+
"header": "awsui_header_1r9lg_mwd6c_385",
|
|
29
|
+
"header-text": "awsui_header-text_1r9lg_mwd6c_398",
|
|
30
|
+
"header-actions": "awsui_header-actions_1r9lg_mwd6c_412",
|
|
31
|
+
"divider": "awsui_divider_1r9lg_mwd6c_420"
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"top-navigation": "awsui_top-
|
|
5
|
-
"padding-box": "awsui_padding-
|
|
6
|
-
"medium": "
|
|
7
|
-
"narrow": "
|
|
8
|
-
"virtual": "
|
|
9
|
-
"hidden": "
|
|
10
|
-
"\t": "awsui_\
|
|
11
|
-
"identity": "
|
|
12
|
-
"identity-link": "awsui_identity-
|
|
13
|
-
"no-logo": "awsui_no-
|
|
14
|
-
"logo": "
|
|
15
|
-
"title": "
|
|
16
|
-
"inputs": "
|
|
17
|
-
"search": "
|
|
18
|
-
"search-expanded": "awsui_search-
|
|
19
|
-
"utilities": "
|
|
20
|
-
"utility-wrapper": "awsui_utility-
|
|
21
|
-
"utility-type-button-link": "awsui_utility-type-button-
|
|
22
|
-
"utility-type-menu-dropdown": "awsui_utility-type-menu-
|
|
23
|
-
"utility-type-button-primary-button": "awsui_utility-type-button-primary-
|
|
24
|
-
"utility-link-icon": "awsui_utility-link-
|
|
25
|
-
"utility-button-external-icon": "awsui_utility-button-external-
|
|
26
|
-
"offset-right-none": "awsui_offset-right-
|
|
27
|
-
"offset-right-l": "awsui_offset-right-
|
|
28
|
-
"offset-right-xxl": "awsui_offset-right-
|
|
29
|
-
"overflow-menu-drawer": "awsui_overflow-menu-
|
|
30
|
-
"overflow-menu": "awsui_overflow-
|
|
31
|
-
"overflow-menu-header": "awsui_overflow-menu-
|
|
32
|
-
"overflow-menu-header-text": "awsui_overflow-menu-header-
|
|
33
|
-
"overflow-menu-header-text--
|
|
34
|
-
"overflow-menu-header-text--
|
|
35
|
-
"overflow-menu-back-button": "awsui_overflow-menu-back-
|
|
36
|
-
"overflow-menu-dismiss-button": "awsui_overflow-menu-dismiss-
|
|
37
|
-
"overflow-menu-control": "awsui_overflow-menu-
|
|
38
|
-
"overflow-menu-list-item-utility": "awsui_overflow-menu-list-item-
|
|
39
|
-
"overflow-menu-control-link": "awsui_overflow-menu-control-
|
|
40
|
-
"overflow-menu-control-expandable-menu-trigger": "awsui_overflow-menu-control-expandable-menu-
|
|
41
|
-
"overflow-menu-list": "awsui_overflow-menu-
|
|
42
|
-
"overflow-menu-list-submenu": "awsui_overflow-menu-list-
|
|
43
|
-
"overflow-menu-list-item": "awsui_overflow-menu-list-
|
|
44
|
-
"overflow-menu-list-item-icon": "awsui_overflow-menu-list-item-
|
|
45
|
-
"overflow-menu-list-item-text": "awsui_overflow-menu-list-item-
|
|
46
|
-
"overflow-menu-list-item-submenu": "awsui_overflow-menu-list-item-
|
|
47
|
-
"overflow-menu-list-item-dropdown-menu": "awsui_overflow-menu-list-item-dropdown-
|
|
48
|
-
"overflow-menu-list-item-expandable": "awsui_overflow-menu-list-item-
|
|
49
|
-
"icon": "
|
|
50
|
-
"icon-open": "awsui_icon-
|
|
4
|
+
"top-navigation": "awsui_top-navigation_k5dlb_avvbm_145",
|
|
5
|
+
"padding-box": "awsui_padding-box_k5dlb_avvbm_178",
|
|
6
|
+
"medium": "awsui_medium_k5dlb_avvbm_188",
|
|
7
|
+
"narrow": "awsui_narrow_k5dlb_avvbm_188",
|
|
8
|
+
"virtual": "awsui_virtual_k5dlb_avvbm_199",
|
|
9
|
+
"hidden": "awsui_hidden_k5dlb_avvbm_203",
|
|
10
|
+
"\t": "awsui_\t_k5dlb_avvbm_1",
|
|
11
|
+
"identity": "awsui_identity_k5dlb_avvbm_215",
|
|
12
|
+
"identity-link": "awsui_identity-link_k5dlb_avvbm_218",
|
|
13
|
+
"no-logo": "awsui_no-logo_k5dlb_avvbm_238",
|
|
14
|
+
"logo": "awsui_logo_k5dlb_avvbm_242",
|
|
15
|
+
"title": "awsui_title_k5dlb_avvbm_254",
|
|
16
|
+
"inputs": "awsui_inputs_k5dlb_avvbm_269",
|
|
17
|
+
"search": "awsui_search_k5dlb_avvbm_277",
|
|
18
|
+
"search-expanded": "awsui_search-expanded_k5dlb_avvbm_281",
|
|
19
|
+
"utilities": "awsui_utilities_k5dlb_avvbm_285",
|
|
20
|
+
"utility-wrapper": "awsui_utility-wrapper_k5dlb_avvbm_296",
|
|
21
|
+
"utility-type-button-link": "awsui_utility-type-button-link_k5dlb_avvbm_317",
|
|
22
|
+
"utility-type-menu-dropdown": "awsui_utility-type-menu-dropdown_k5dlb_avvbm_322",
|
|
23
|
+
"utility-type-button-primary-button": "awsui_utility-type-button-primary-button_k5dlb_avvbm_331",
|
|
24
|
+
"utility-link-icon": "awsui_utility-link-icon_k5dlb_avvbm_339",
|
|
25
|
+
"utility-button-external-icon": "awsui_utility-button-external-icon_k5dlb_avvbm_343",
|
|
26
|
+
"offset-right-none": "awsui_offset-right-none_k5dlb_avvbm_347",
|
|
27
|
+
"offset-right-l": "awsui_offset-right-l_k5dlb_avvbm_351",
|
|
28
|
+
"offset-right-xxl": "awsui_offset-right-xxl_k5dlb_avvbm_355",
|
|
29
|
+
"overflow-menu-drawer": "awsui_overflow-menu-drawer_k5dlb_avvbm_360",
|
|
30
|
+
"overflow-menu": "awsui_overflow-menu_k5dlb_avvbm_360",
|
|
31
|
+
"overflow-menu-header": "awsui_overflow-menu-header_k5dlb_avvbm_401",
|
|
32
|
+
"overflow-menu-header-text": "awsui_overflow-menu-header-text_k5dlb_avvbm_409",
|
|
33
|
+
"overflow-menu-header-text--title": "awsui_overflow-menu-header-text--title_k5dlb_avvbm_416",
|
|
34
|
+
"overflow-menu-header-text--secondary": "awsui_overflow-menu-header-text--secondary_k5dlb_avvbm_425",
|
|
35
|
+
"overflow-menu-back-button": "awsui_overflow-menu-back-button_k5dlb_avvbm_433",
|
|
36
|
+
"overflow-menu-dismiss-button": "awsui_overflow-menu-dismiss-button_k5dlb_avvbm_437",
|
|
37
|
+
"overflow-menu-control": "awsui_overflow-menu-control_k5dlb_avvbm_441",
|
|
38
|
+
"overflow-menu-list-item-utility": "awsui_overflow-menu-list-item-utility_k5dlb_avvbm_479",
|
|
39
|
+
"overflow-menu-control-link": "awsui_overflow-menu-control-link_k5dlb_avvbm_487",
|
|
40
|
+
"overflow-menu-control-expandable-menu-trigger": "awsui_overflow-menu-control-expandable-menu-trigger_k5dlb_avvbm_490",
|
|
41
|
+
"overflow-menu-list": "awsui_overflow-menu-list_k5dlb_avvbm_479",
|
|
42
|
+
"overflow-menu-list-submenu": "awsui_overflow-menu-list-submenu_k5dlb_avvbm_526",
|
|
43
|
+
"overflow-menu-list-item": "awsui_overflow-menu-list-item_k5dlb_avvbm_479",
|
|
44
|
+
"overflow-menu-list-item-icon": "awsui_overflow-menu-list-item-icon_k5dlb_avvbm_535",
|
|
45
|
+
"overflow-menu-list-item-text": "awsui_overflow-menu-list-item-text_k5dlb_avvbm_538",
|
|
46
|
+
"overflow-menu-list-item-submenu": "awsui_overflow-menu-list-item-submenu_k5dlb_avvbm_547",
|
|
47
|
+
"overflow-menu-list-item-dropdown-menu": "awsui_overflow-menu-list-item-dropdown-menu_k5dlb_avvbm_553",
|
|
48
|
+
"overflow-menu-list-item-expandable": "awsui_overflow-menu-list-item-expandable_k5dlb_avvbm_557",
|
|
49
|
+
"icon": "awsui_icon_k5dlb_avvbm_562",
|
|
50
|
+
"icon-open": "awsui_icon-open_k5dlb_avvbm_576"
|
|
51
51
|
};
|
|
52
52
|
|