@cloudscape-design/components 3.0.814 → 3.0.816
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/{runtime-api.d.ts → runtime-drawer/index.d.ts} +3 -3
- package/app-layout/runtime-drawer/index.d.ts.map +1 -0
- package/app-layout/{runtime-api.js → runtime-drawer/index.js} +30 -6
- package/app-layout/runtime-drawer/index.js.map +1 -0
- package/app-layout/utils/use-drawers.js +1 -1
- package/app-layout/utils/use-drawers.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +10 -10
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +13 -13
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +10 -10
- package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +6 -6
- package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/drawer/implementation.js +1 -1
- package/drawer/implementation.js.map +1 -1
- package/drawer/styles.css.js +5 -4
- package/drawer/styles.scoped.css +16 -20
- package/drawer/styles.selectors.js +5 -4
- package/help-panel/implementation.d.ts.map +1 -1
- package/help-panel/implementation.js +4 -2
- package/help-panel/implementation.js.map +1 -1
- package/help-panel/styles.css.js +6 -5
- package/help-panel/styles.scoped.css +75 -80
- package/help-panel/styles.selectors.js +6 -5
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/internal/plugins/helpers/index.d.ts +0 -1
- package/internal/plugins/helpers/index.d.ts.map +1 -1
- package/internal/plugins/helpers/index.js +0 -1
- package/internal/plugins/helpers/index.js.map +1 -1
- package/internal/plugins/helpers/use-discovered-action.d.ts.map +1 -1
- package/internal/plugins/helpers/use-discovered-action.js +13 -2
- package/internal/plugins/helpers/use-discovered-action.js.map +1 -1
- package/package.json +1 -1
- package/side-navigation/styles.css.js +30 -30
- package/side-navigation/styles.scoped.css +65 -48
- package/side-navigation/styles.selectors.js +30 -30
- package/split-panel/styles.css.js +26 -26
- package/split-panel/styles.scoped.css +45 -45
- package/split-panel/styles.selectors.js +26 -26
- package/app-layout/runtime-api.d.ts.map +0 -1
- package/app-layout/runtime-api.js.map +0 -1
- package/internal/plugins/helpers/runtime-content-wrapper.d.ts +0 -10
- package/internal/plugins/helpers/runtime-content-wrapper.d.ts.map +0 -1
- package/internal/plugins/helpers/runtime-content-wrapper.js +0 -29
- package/internal/plugins/helpers/runtime-content-wrapper.js.map +0 -1
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
*/
|
|
139
139
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
140
140
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
141
|
-
.
|
|
141
|
+
.awsui_root_l0dv0_f34m1_141:not(#\9) {
|
|
142
142
|
border-collapse: separate;
|
|
143
143
|
border-spacing: 0;
|
|
144
144
|
box-sizing: border-box;
|
|
@@ -176,7 +176,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
176
176
|
word-break: break-word;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.
|
|
179
|
+
.awsui_header_l0dv0_f34m1_178:not(#\9) {
|
|
180
180
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
181
181
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
182
182
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
@@ -188,11 +188,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
188
188
|
padding-inline-start: var(--space-panel-nav-left-b1g0mt, 28px);
|
|
189
189
|
padding-inline-end: calc(var(--space-scaled-xxl-wbot5q, 32px) + var(--space-xl-lmui9r, 24px));
|
|
190
190
|
}
|
|
191
|
-
.awsui_with-toolbar_l0dv0_ihdoe_190 > .awsui_header_l0dv0_ihdoe_178:not(#\9) {
|
|
192
|
-
padding-block: var(--space-static-m-lrhgl2, 16px);
|
|
193
|
-
}
|
|
194
191
|
|
|
195
|
-
.awsui_header-
|
|
192
|
+
.awsui_header-link_l0dv0_f34m1_191:not(#\9) {
|
|
196
193
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
197
194
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
198
195
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
@@ -202,35 +199,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
202
199
|
min-block-size: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
203
200
|
display: flex;
|
|
204
201
|
}
|
|
205
|
-
.awsui_header-link--has-
|
|
202
|
+
.awsui_header-link--has-logo_l0dv0_f34m1_201 > .awsui_header-link-text_l0dv0_f34m1_201:not(#\9) {
|
|
206
203
|
font-weight: 400;
|
|
207
204
|
align-self: center;
|
|
208
205
|
}
|
|
209
206
|
|
|
210
|
-
.awsui_header-
|
|
207
|
+
.awsui_header-logo_l0dv0_f34m1_206:not(#\9) {
|
|
211
208
|
margin-inline-end: var(--space-s-34lx8l, 12px);
|
|
212
209
|
margin-block-start: var(--space-xxxs-zbmxqb, 2px);
|
|
213
210
|
max-inline-size: calc(1.25 * var(--size-icon-big-zkdryd, 32px));
|
|
214
211
|
align-self: flex-start;
|
|
215
212
|
}
|
|
216
|
-
.awsui_header-logo--
|
|
213
|
+
.awsui_header-logo--stretched_l0dv0_f34m1_212:not(#\9) {
|
|
217
214
|
max-inline-size: 100%;
|
|
218
215
|
margin-inline-end: 0;
|
|
219
216
|
}
|
|
220
217
|
|
|
221
|
-
.awsui_items-
|
|
222
|
-
margin-block-start: var(--space-panel-content-top-wac3yp, 20px);
|
|
218
|
+
.awsui_items-control_l0dv0_f34m1_217:not(#\9) {
|
|
223
219
|
padding-inline: var(--space-l-t419sm, 20px);
|
|
224
220
|
}
|
|
225
221
|
|
|
226
|
-
.awsui_list-
|
|
222
|
+
.awsui_list-container_l0dv0_f34m1_221:not(#\9) {
|
|
227
223
|
margin-block-start: var(--space-panel-content-top-wac3yp, 20px);
|
|
228
224
|
}
|
|
229
|
-
.awsui_with-
|
|
230
|
-
margin-block-start:
|
|
225
|
+
.awsui_with-toolbar_l0dv0_f34m1_224 > .awsui_divider_l0dv0_f34m1_224 + .awsui_list-container_l0dv0_f34m1_221:not(#\9) {
|
|
226
|
+
margin-block-start: 0;
|
|
231
227
|
}
|
|
232
228
|
|
|
233
|
-
.
|
|
229
|
+
.awsui_list_l0dv0_f34m1_221:not(#\9) {
|
|
234
230
|
margin-block: 0;
|
|
235
231
|
margin-inline: 0;
|
|
236
232
|
padding-block: 0;
|
|
@@ -238,58 +234,77 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
238
234
|
padding-inline-start: var(--space-l-t419sm, 20px);
|
|
239
235
|
}
|
|
240
236
|
|
|
241
|
-
.awsui_list-variant-
|
|
237
|
+
.awsui_list-variant-root_l0dv0_f34m1_236:not(#\9) {
|
|
242
238
|
margin-block: 0;
|
|
243
239
|
margin-inline: 0;
|
|
244
240
|
padding-block: 0;
|
|
245
241
|
padding-inline-start: var(--space-panel-nav-left-b1g0mt, 28px);
|
|
246
242
|
padding-inline-end: var(--space-panel-side-right-xofg51, 24px);
|
|
247
243
|
}
|
|
248
|
-
.awsui_list-variant-root--
|
|
244
|
+
.awsui_list-variant-root--last_l0dv0_f34m1_243:not(#\9) {
|
|
249
245
|
margin-block-end: var(--space-panel-content-bottom-7k6er3, 40px);
|
|
250
246
|
}
|
|
251
247
|
|
|
252
|
-
.awsui_list-variant-expandable-link-
|
|
248
|
+
.awsui_list-variant-expandable-link-group_l0dv0_f34m1_247:not(#\9) {
|
|
253
249
|
padding-inline-start: var(--space-xxxl-4x2gki, 40px);
|
|
254
250
|
}
|
|
255
251
|
|
|
256
|
-
.awsui_list-
|
|
252
|
+
.awsui_list-item_l0dv0_f34m1_251:not(#\9) {
|
|
257
253
|
margin-block: var(--space-scaled-xs-26e2du, 8px);
|
|
258
254
|
margin-inline: 0;
|
|
259
255
|
padding-block: 0;
|
|
260
256
|
padding-inline: 0;
|
|
261
257
|
list-style: none;
|
|
262
258
|
}
|
|
259
|
+
@supports selector(:has(*)) {
|
|
260
|
+
.awsui_list-item_l0dv0_f34m1_251:not(#\9) {
|
|
261
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
262
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
263
|
+
}
|
|
264
|
+
.awsui_list-item_l0dv0_f34m1_251:not(#\9):has(> .awsui_section_l0dv0_f34m1_263:not(.awsui_refresh_l0dv0_f34m1_263)) {
|
|
265
|
+
margin-block: calc(var(--space-scaled-2x-l-ujnz41, 20px) - var(--border-divider-section-width-1061zr, 1px));
|
|
266
|
+
}
|
|
267
|
+
.awsui_list-item_l0dv0_f34m1_251:not(#\9):has(> .awsui_section_l0dv0_f34m1_263.awsui_refresh_l0dv0_f34m1_263) {
|
|
268
|
+
margin-block: calc(var(--space-scaled-2x-m-owtj1o, 16px) - var(--border-divider-section-width-1061zr, 1px));
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
.awsui_list-variant-root_l0dv0_f34m1_236 > .awsui_list-item_l0dv0_f34m1_251:not(#\9):first-child {
|
|
272
|
+
margin-block-start: 0px;
|
|
273
|
+
}
|
|
263
274
|
|
|
264
|
-
.
|
|
265
|
-
.awsui_expandable-link-
|
|
275
|
+
.awsui_section_l0dv0_f34m1_263:not(#\9),
|
|
276
|
+
.awsui_expandable-link-group_l0dv0_f34m1_275:not(#\9) {
|
|
266
277
|
margin-inline-start: calc(-1 * var(--space-l-t419sm, 20px));
|
|
267
278
|
}
|
|
268
|
-
.awsui_section--no-
|
|
269
|
-
.awsui_expandable-link-group--no-
|
|
279
|
+
.awsui_section--no-ident_l0dv0_f34m1_278:not(#\9),
|
|
280
|
+
.awsui_expandable-link-group--no-ident_l0dv0_f34m1_279:not(#\9) {
|
|
270
281
|
margin-inline-start: 0;
|
|
271
282
|
}
|
|
272
283
|
|
|
273
|
-
.
|
|
274
|
-
margin-block: calc(var(--space-scaled-2x-l-ujnz41, 20px) - var(--border-divider-section-width-1061zr, 1px));
|
|
284
|
+
.awsui_section_l0dv0_f34m1_263:not(#\9) {
|
|
275
285
|
/* stylelint-disable-next-line selector-max-type */
|
|
276
286
|
}
|
|
277
|
-
|
|
278
|
-
|
|
287
|
+
@supports not selector(:has(*)) {
|
|
288
|
+
.awsui_section_l0dv0_f34m1_263:not(#\9) {
|
|
289
|
+
margin-block: calc(var(--space-scaled-2x-l-ujnz41, 20px) - var(--border-divider-section-width-1061zr, 1px));
|
|
290
|
+
}
|
|
291
|
+
.awsui_section_l0dv0_f34m1_263.awsui_refresh_l0dv0_f34m1_263:not(#\9) {
|
|
292
|
+
margin-block: calc(var(--space-scaled-2x-m-owtj1o, 16px) - var(--border-divider-section-width-1061zr, 1px));
|
|
293
|
+
}
|
|
279
294
|
}
|
|
280
|
-
.
|
|
295
|
+
.awsui_section_l0dv0_f34m1_263 > div:not(#\9) {
|
|
281
296
|
padding-block: 0;
|
|
282
297
|
padding-inline: 0;
|
|
283
298
|
}
|
|
284
299
|
|
|
285
|
-
.awsui_list-variant-section-
|
|
300
|
+
.awsui_list-variant-section-group_l0dv0_f34m1_299:not(#\9) {
|
|
286
301
|
margin-block: 0;
|
|
287
302
|
margin-inline: 0;
|
|
288
303
|
padding-block: 0;
|
|
289
304
|
padding-inline: 0;
|
|
290
305
|
}
|
|
291
306
|
|
|
292
|
-
.awsui_section-
|
|
307
|
+
.awsui_section-group_l0dv0_f34m1_306:not(#\9) {
|
|
293
308
|
font-size: var(--font-size-heading-m-sjd256, 18px);
|
|
294
309
|
line-height: var(--line-height-heading-m-50evfk, 22px);
|
|
295
310
|
letter-spacing: var(--letter-spacing-heading-m-0w575i, -0.01em);
|
|
@@ -300,11 +315,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
300
315
|
margin-inline: 0;
|
|
301
316
|
}
|
|
302
317
|
|
|
303
|
-
.awsui_section-group-
|
|
318
|
+
.awsui_section-group-title_l0dv0_f34m1_317:not(#\9) {
|
|
304
319
|
/* used in test-utils */
|
|
305
320
|
}
|
|
306
321
|
|
|
307
|
-
.
|
|
322
|
+
.awsui_link_l0dv0_f34m1_321:not(#\9) {
|
|
308
323
|
font-size: var(--font-size-body-m-x4okxb, 14px);
|
|
309
324
|
line-height: var(--line-height-body-m-30ar75, 20px);
|
|
310
325
|
color: var(--color-text-body-secondary-cwla8d, #424650);
|
|
@@ -313,30 +328,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
313
328
|
-moz-osx-font-smoothing: auto;
|
|
314
329
|
}
|
|
315
330
|
|
|
316
|
-
.awsui_link-
|
|
331
|
+
.awsui_link-active_l0dv0_f34m1_330:not(#\9) {
|
|
317
332
|
font-weight: var(--font-wayfinding-link-active-weight-rbmzei, 700);
|
|
318
333
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
319
334
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
320
335
|
color: var(--color-text-accent-fptgkc, #006ce0);
|
|
321
336
|
}
|
|
322
337
|
|
|
323
|
-
.awsui_header-
|
|
324
|
-
.
|
|
338
|
+
.awsui_header-link_l0dv0_f34m1_191:not(#\9),
|
|
339
|
+
.awsui_link_l0dv0_f34m1_321:not(#\9) {
|
|
325
340
|
text-decoration: none;
|
|
326
341
|
}
|
|
327
|
-
.awsui_header-
|
|
328
|
-
.
|
|
342
|
+
.awsui_header-link_l0dv0_f34m1_191:not(#\9):hover,
|
|
343
|
+
.awsui_link_l0dv0_f34m1_321:not(#\9):hover {
|
|
329
344
|
color: var(--color-text-accent-fptgkc, #006ce0);
|
|
330
345
|
}
|
|
331
|
-
.awsui_header-
|
|
332
|
-
.
|
|
346
|
+
.awsui_header-link_l0dv0_f34m1_191:not(#\9):focus,
|
|
347
|
+
.awsui_link_l0dv0_f34m1_321:not(#\9):focus {
|
|
333
348
|
outline: none;
|
|
334
349
|
}
|
|
335
|
-
.awsui_header-
|
|
350
|
+
.awsui_header-link_l0dv0_f34m1_191:not(#\9):hover, .awsui_header-link_l0dv0_f34m1_191:not(#\9):focus, .awsui_link_l0dv0_f34m1_321:not(#\9):hover, .awsui_link_l0dv0_f34m1_321:not(#\9):focus {
|
|
336
351
|
text-decoration: none;
|
|
337
352
|
}
|
|
338
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
339
|
-
body[data-awsui-focus-visible=true] .
|
|
353
|
+
body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_f34m1_191:not(#\9):focus,
|
|
354
|
+
body[data-awsui-focus-visible=true] .awsui_link_l0dv0_f34m1_321:not(#\9):focus {
|
|
340
355
|
outline: thin dotted;
|
|
341
356
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
342
357
|
outline-offset: 2px;
|
|
@@ -348,29 +363,31 @@ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_ihdoe_306:not(#\9):focus {
|
|
|
348
363
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
349
364
|
}
|
|
350
365
|
|
|
351
|
-
.
|
|
366
|
+
.awsui_info_l0dv0_f34m1_367:not(#\9) {
|
|
352
367
|
margin-inline-start: var(--space-xs-zb16t3, 8px);
|
|
353
368
|
}
|
|
354
369
|
|
|
355
|
-
.awsui_external-
|
|
370
|
+
.awsui_external-icon_l0dv0_f34m1_371:not(#\9) {
|
|
356
371
|
margin-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
357
372
|
}
|
|
358
373
|
|
|
359
|
-
.
|
|
374
|
+
.awsui_divider_l0dv0_f34m1_224:not(#\9) {
|
|
360
375
|
border-block: none;
|
|
361
376
|
border-inline: none;
|
|
362
377
|
}
|
|
363
378
|
|
|
364
|
-
.awsui_divider-
|
|
379
|
+
.awsui_divider-default_l0dv0_f34m1_380:not(#\9) {
|
|
365
380
|
margin-block: var(--space-scaled-2x-xl-udij7m, 24px);
|
|
366
381
|
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-sbik1z, 8px));
|
|
367
382
|
border-block-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-cx07f2, #c6c6cd);
|
|
368
383
|
}
|
|
369
384
|
|
|
370
|
-
.awsui_divider-
|
|
385
|
+
.awsui_divider-header_l0dv0_f34m1_386:not(#\9) {
|
|
371
386
|
margin-block-start: 0;
|
|
387
|
+
margin-block-end: var(--space-panel-content-top-wac3yp, 20px);
|
|
372
388
|
border-block-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-panel-header-nnst86, #c6c6cd);
|
|
373
389
|
}
|
|
374
|
-
.awsui_with-
|
|
390
|
+
.awsui_with-toolbar_l0dv0_f34m1_224 > .awsui_divider-header_l0dv0_f34m1_386:not(#\9) {
|
|
375
391
|
border-color: transparent;
|
|
392
|
+
margin-block-end: 0;
|
|
376
393
|
}
|
|
@@ -2,35 +2,35 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"header": "
|
|
7
|
-
"
|
|
8
|
-
"header-link": "awsui_header-
|
|
9
|
-
"header-link
|
|
10
|
-
"header-
|
|
11
|
-
"header-logo": "awsui_header-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"list
|
|
17
|
-
"list-variant-root
|
|
18
|
-
"list-variant-
|
|
19
|
-
"list-
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"expandable-link-group
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"section-group": "
|
|
27
|
-
"section-group
|
|
28
|
-
"
|
|
29
|
-
"link
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"divider-default": "awsui_divider-
|
|
34
|
-
"divider-header": "awsui_divider-
|
|
5
|
+
"root": "awsui_root_l0dv0_f34m1_141",
|
|
6
|
+
"header": "awsui_header_l0dv0_f34m1_178",
|
|
7
|
+
"header-link": "awsui_header-link_l0dv0_f34m1_191",
|
|
8
|
+
"header-link--has-logo": "awsui_header-link--has-logo_l0dv0_f34m1_201",
|
|
9
|
+
"header-link-text": "awsui_header-link-text_l0dv0_f34m1_201",
|
|
10
|
+
"header-logo": "awsui_header-logo_l0dv0_f34m1_206",
|
|
11
|
+
"header-logo--stretched": "awsui_header-logo--stretched_l0dv0_f34m1_212",
|
|
12
|
+
"items-control": "awsui_items-control_l0dv0_f34m1_217",
|
|
13
|
+
"list-container": "awsui_list-container_l0dv0_f34m1_221",
|
|
14
|
+
"with-toolbar": "awsui_with-toolbar_l0dv0_f34m1_224",
|
|
15
|
+
"divider": "awsui_divider_l0dv0_f34m1_224",
|
|
16
|
+
"list": "awsui_list_l0dv0_f34m1_221",
|
|
17
|
+
"list-variant-root": "awsui_list-variant-root_l0dv0_f34m1_236",
|
|
18
|
+
"list-variant-root--last": "awsui_list-variant-root--last_l0dv0_f34m1_243",
|
|
19
|
+
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_f34m1_247",
|
|
20
|
+
"list-item": "awsui_list-item_l0dv0_f34m1_251",
|
|
21
|
+
"section": "awsui_section_l0dv0_f34m1_263",
|
|
22
|
+
"refresh": "awsui_refresh_l0dv0_f34m1_263",
|
|
23
|
+
"expandable-link-group": "awsui_expandable-link-group_l0dv0_f34m1_275",
|
|
24
|
+
"section--no-ident": "awsui_section--no-ident_l0dv0_f34m1_278",
|
|
25
|
+
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_f34m1_279",
|
|
26
|
+
"list-variant-section-group": "awsui_list-variant-section-group_l0dv0_f34m1_299",
|
|
27
|
+
"section-group": "awsui_section-group_l0dv0_f34m1_306",
|
|
28
|
+
"section-group-title": "awsui_section-group-title_l0dv0_f34m1_317",
|
|
29
|
+
"link": "awsui_link_l0dv0_f34m1_321",
|
|
30
|
+
"link-active": "awsui_link-active_l0dv0_f34m1_330",
|
|
31
|
+
"info": "awsui_info_l0dv0_f34m1_367",
|
|
32
|
+
"external-icon": "awsui_external-icon_l0dv0_f34m1_371",
|
|
33
|
+
"divider-default": "awsui_divider-default_l0dv0_f34m1_380",
|
|
34
|
+
"divider-header": "awsui_divider-header_l0dv0_f34m1_386"
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"drawer": "
|
|
5
|
-
"drawer-closed": "awsui_drawer-
|
|
6
|
-
"refresh": "
|
|
7
|
-
"drawer-content-side": "awsui_drawer-content-
|
|
8
|
-
"drawer-content-bottom": "awsui_drawer-content-
|
|
9
|
-
"position-bottom": "awsui_position-
|
|
10
|
-
"with-toolbar": "awsui_with-
|
|
11
|
-
"position-side": "awsui_position-
|
|
12
|
-
"slider-wrapper-bottom": "awsui_slider-wrapper-
|
|
13
|
-
"slider-wrapper-side": "awsui_slider-wrapper-
|
|
14
|
-
"open-button-side": "awsui_open-button-
|
|
15
|
-
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-
|
|
16
|
-
"drawer-mobile": "awsui_drawer-
|
|
17
|
-
"drawer-disable-content-paddings": "awsui_drawer-disable-content-
|
|
18
|
-
"content-bottom": "awsui_content-
|
|
19
|
-
"pane-bottom-center-align": "awsui_pane-bottom-center-
|
|
20
|
-
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-
|
|
21
|
-
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-
|
|
22
|
-
"content-bottom-max-width": "awsui_content-bottom-max-
|
|
23
|
-
"content-side": "awsui_content-
|
|
24
|
-
"pane-header-wrapper-side": "awsui_pane-header-wrapper-
|
|
25
|
-
"pane-content-wrapper-side": "awsui_pane-content-wrapper-
|
|
26
|
-
"header": "
|
|
27
|
-
"header-text": "awsui_header-
|
|
28
|
-
"header-actions": "awsui_header-
|
|
29
|
-
"divider": "
|
|
4
|
+
"drawer": "awsui_drawer_1r9lg_189so_149",
|
|
5
|
+
"drawer-closed": "awsui_drawer-closed_1r9lg_189so_189",
|
|
6
|
+
"refresh": "awsui_refresh_1r9lg_189so_189",
|
|
7
|
+
"drawer-content-side": "awsui_drawer-content-side_1r9lg_189so_194",
|
|
8
|
+
"drawer-content-bottom": "awsui_drawer-content-bottom_1r9lg_189so_210",
|
|
9
|
+
"position-bottom": "awsui_position-bottom_1r9lg_189so_217",
|
|
10
|
+
"with-toolbar": "awsui_with-toolbar_1r9lg_189so_234",
|
|
11
|
+
"position-side": "awsui_position-side_1r9lg_189so_249",
|
|
12
|
+
"slider-wrapper-bottom": "awsui_slider-wrapper-bottom_1r9lg_189so_258",
|
|
13
|
+
"slider-wrapper-side": "awsui_slider-wrapper-side_1r9lg_189so_269",
|
|
14
|
+
"open-button-side": "awsui_open-button-side_1r9lg_189so_283",
|
|
15
|
+
"pane-header-wrapper-bottom": "awsui_pane-header-wrapper-bottom_1r9lg_189so_292",
|
|
16
|
+
"drawer-mobile": "awsui_drawer-mobile_1r9lg_189so_302",
|
|
17
|
+
"drawer-disable-content-paddings": "awsui_drawer-disable-content-paddings_1r9lg_189so_306",
|
|
18
|
+
"content-bottom": "awsui_content-bottom_1r9lg_189so_318",
|
|
19
|
+
"pane-bottom-center-align": "awsui_pane-bottom-center-align_1r9lg_189so_337",
|
|
20
|
+
"pane-bottom-content-nav-padding": "awsui_pane-bottom-content-nav-padding_1r9lg_189so_342",
|
|
21
|
+
"pane-bottom-content-tools-padding": "awsui_pane-bottom-content-tools-padding_1r9lg_189so_346",
|
|
22
|
+
"content-bottom-max-width": "awsui_content-bottom-max-width_1r9lg_189so_350",
|
|
23
|
+
"content-side": "awsui_content-side_1r9lg_189so_355",
|
|
24
|
+
"pane-header-wrapper-side": "awsui_pane-header-wrapper-side_1r9lg_189so_367",
|
|
25
|
+
"pane-content-wrapper-side": "awsui_pane-content-wrapper-side_1r9lg_189so_376",
|
|
26
|
+
"header": "awsui_header_1r9lg_189so_387",
|
|
27
|
+
"header-text": "awsui_header-text_1r9lg_189so_400",
|
|
28
|
+
"header-actions": "awsui_header-actions_1r9lg_189so_413",
|
|
29
|
+
"divider": "awsui_divider_1r9lg_189so_421"
|
|
30
30
|
};
|
|
31
31
|
|