@cloudscape-design/components-themeable 3.0.1212 → 3.0.1214
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/internal/components/card/styles.scss +1 -0
- package/lib/internal/scss/internal/components/dropdown/styles.scss +4 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/constants.scss +1 -0
- package/lib/internal/scss/internal/styles/typography/mixins.scss +26 -11
- package/lib/internal/scss/wizard/styles.scss +21 -6
- package/lib/internal/template/button-dropdown/internal.js +1 -1
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/cards/styles.css.js +38 -38
- package/lib/internal/template/cards/styles.scoped.css +40 -39
- package/lib/internal/template/cards/styles.selectors.js +38 -38
- package/lib/internal/template/date-picker/index.js +1 -1
- package/lib/internal/template/date-picker/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -2
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +2 -2
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/index.js +2 -2
- package/lib/internal/template/date-range-picker/index.js.map +1 -1
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +55 -52
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +72 -67
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +3 -1
- package/lib/internal/template/internal/components/card/styles.css.js +11 -11
- package/lib/internal/template/internal/components/card/styles.scoped.css +26 -24
- package/lib/internal/template/internal/components/card/styles.selectors.js +11 -11
- package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +35 -6
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +19 -2
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +67 -37
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +5 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
- package/lib/internal/template/internal/generated/theming/index.js +5 -0
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +91 -89
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/side-navigation/styles.css.js +30 -30
- package/lib/internal/template/side-navigation/styles.scoped.css +47 -46
- package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +65 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +66 -65
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/wizard/internal.d.ts.map +1 -1
- package/lib/internal/template/wizard/internal.js +6 -2
- package/lib/internal/template/wizard/internal.js.map +1 -1
- package/lib/internal/template/wizard/styles.css.js +30 -30
- package/lib/internal/template/wizard/styles.scoped.css +76 -63
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/lib/internal/template/wizard/wizard-form.d.ts +0 -1
- package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-form.js +1 -4
- package/lib/internal/template/wizard/wizard-form.js.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.js +13 -86
- package/lib/internal/template/wizard/wizard-navigation.js.map +1 -1
- package/lib/internal/template/wizard/wizard-step-list.d.ts +27 -0
- package/lib/internal/template/wizard/wizard-step-list.d.ts.map +1 -0
- package/lib/internal/template/wizard/wizard-step-list.js +105 -0
- package/lib/internal/template/wizard/wizard-step-list.js.map +1 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts +16 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts.map +1 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.js +18 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.js.map +1 -0
- package/package.json +1 -1
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
*/
|
|
179
179
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
180
180
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
181
|
-
.awsui_help-
|
|
181
|
+
.awsui_help-panel_1d237_e434x_181:not(#\9) {
|
|
182
182
|
border-collapse: separate;
|
|
183
183
|
border-spacing: 0;
|
|
184
184
|
box-sizing: border-box;
|
|
@@ -214,36 +214,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
214
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
215
215
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
216
216
|
}
|
|
217
|
-
.awsui_help-
|
|
217
|
+
.awsui_help-panel_1d237_e434x_181 hr:not(#\9) {
|
|
218
218
|
border-block: none;
|
|
219
219
|
border-inline: none;
|
|
220
220
|
border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
221
221
|
margin-block: var(--space-scaled-xl-nxtcbc, 24px);
|
|
222
222
|
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-6msb21, 12px));
|
|
223
223
|
}
|
|
224
|
-
.awsui_help-
|
|
225
|
-
.awsui_help-
|
|
224
|
+
.awsui_help-panel_1d237_e434x_181 ol:not(#\9),
|
|
225
|
+
.awsui_help-panel_1d237_e434x_181 ul:not(#\9) {
|
|
226
226
|
padding-inline-start: var(--space-l-3cws6j, 20px);
|
|
227
227
|
list-style-position: outside;
|
|
228
228
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
229
229
|
margin-inline: 0;
|
|
230
230
|
}
|
|
231
|
-
.awsui_help-
|
|
231
|
+
.awsui_help-panel_1d237_e434x_181 li:not(#\9) {
|
|
232
232
|
margin-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
233
233
|
margin-inline: 0;
|
|
234
234
|
}
|
|
235
|
-
.awsui_help-
|
|
236
|
-
.awsui_help-
|
|
237
|
-
.awsui_help-
|
|
238
|
-
.awsui_help-
|
|
239
|
-
.awsui_help-
|
|
240
|
-
.awsui_help-
|
|
241
|
-
.awsui_help-
|
|
235
|
+
.awsui_help-panel_1d237_e434x_181 a:not(#\9),
|
|
236
|
+
.awsui_help-panel_1d237_e434x_181 h2:not(#\9),
|
|
237
|
+
.awsui_help-panel_1d237_e434x_181 h3:not(#\9),
|
|
238
|
+
.awsui_help-panel_1d237_e434x_181 h4:not(#\9),
|
|
239
|
+
.awsui_help-panel_1d237_e434x_181 h5:not(#\9),
|
|
240
|
+
.awsui_help-panel_1d237_e434x_181 pre:not(#\9),
|
|
241
|
+
.awsui_help-panel_1d237_e434x_181 code:not(#\9) {
|
|
242
242
|
margin-block: var(--space-xs-kw7k3v, 8px);
|
|
243
243
|
margin-inline: 0;
|
|
244
244
|
padding-block: 0;
|
|
245
245
|
}
|
|
246
|
-
.awsui_help-
|
|
246
|
+
.awsui_help-panel_1d237_e434x_181 code:not(#\9) {
|
|
247
247
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
248
248
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
249
249
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
@@ -254,7 +254,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
254
|
word-wrap: break-word;
|
|
255
255
|
white-space: pre-wrap;
|
|
256
256
|
}
|
|
257
|
-
.awsui_help-
|
|
257
|
+
.awsui_help-panel_1d237_e434x_181 pre:not(#\9) {
|
|
258
258
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
259
259
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
260
260
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
@@ -267,41 +267,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
267
267
|
padding-block: var(--space-xxs-jnczic, 4px);
|
|
268
268
|
padding-inline: var(--space-xxs-jnczic, 4px);
|
|
269
269
|
}
|
|
270
|
-
.awsui_help-
|
|
270
|
+
.awsui_help-panel_1d237_e434x_181 dl:not(#\9) {
|
|
271
271
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
272
272
|
margin-inline: 0;
|
|
273
273
|
/* stylelint-disable-next-line selector-max-universal */
|
|
274
274
|
}
|
|
275
|
-
.awsui_help-
|
|
275
|
+
.awsui_help-panel_1d237_e434x_181 dl *:not(#\9) {
|
|
276
276
|
margin-block: 0;
|
|
277
277
|
}
|
|
278
|
-
.awsui_help-
|
|
278
|
+
.awsui_help-panel_1d237_e434x_181 dt:not(#\9) {
|
|
279
279
|
margin-block-start: var(--space-xs-kw7k3v, 8px);
|
|
280
280
|
font-weight: 700;
|
|
281
281
|
}
|
|
282
|
-
.awsui_help-
|
|
282
|
+
.awsui_help-panel_1d237_e434x_181 dd:not(#\9) {
|
|
283
283
|
margin-block-start: 0;
|
|
284
284
|
margin-block-end: var(--space-xs-kw7k3v, 8px);
|
|
285
285
|
margin-inline: 0;
|
|
286
286
|
}
|
|
287
|
-
.awsui_help-
|
|
288
|
-
.awsui_help-
|
|
289
|
-
.awsui_help-
|
|
290
|
-
.awsui_help-
|
|
291
|
-
.awsui_help-
|
|
287
|
+
.awsui_help-panel_1d237_e434x_181 h2:not(#\9),
|
|
288
|
+
.awsui_help-panel_1d237_e434x_181 h3:not(#\9),
|
|
289
|
+
.awsui_help-panel_1d237_e434x_181 h4:not(#\9),
|
|
290
|
+
.awsui_help-panel_1d237_e434x_181 h5:not(#\9),
|
|
291
|
+
.awsui_help-panel_1d237_e434x_181 h6:not(#\9) {
|
|
292
292
|
margin-block-start: var(--space-xl-4dmkh1, 24px);
|
|
293
293
|
color: var(--color-text-heading-default-wlau07, #16191f);
|
|
294
294
|
}
|
|
295
|
-
.awsui_help-
|
|
295
|
+
.awsui_help-panel_1d237_e434x_181 > :not(#\9):last-child {
|
|
296
296
|
margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
|
|
297
297
|
}
|
|
298
|
-
.awsui_help-
|
|
298
|
+
.awsui_help-panel_1d237_e434x_181 p:not(#\9) {
|
|
299
299
|
color: inherit;
|
|
300
300
|
text-decoration: none;
|
|
301
301
|
margin-block: var(--space-s-4a5hs8, 12px);
|
|
302
302
|
margin-inline: 0;
|
|
303
303
|
}
|
|
304
|
-
.awsui_help-
|
|
304
|
+
.awsui_help-panel_1d237_e434x_181 h1:not(#\9) {
|
|
305
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
305
306
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
306
307
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
307
308
|
letter-spacing: var(--letter-spacing-heading-xl-33zwds, normal);
|
|
@@ -309,7 +310,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
309
310
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
310
311
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
311
312
|
}
|
|
312
|
-
.awsui_help-
|
|
313
|
+
.awsui_help-panel_1d237_e434x_181 h2:not(#\9) {
|
|
314
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
313
315
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
314
316
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
315
317
|
letter-spacing: var(--letter-spacing-heading-l-spdx5v, normal);
|
|
@@ -317,7 +319,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
317
319
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
318
320
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
319
321
|
}
|
|
320
|
-
.awsui_help-
|
|
322
|
+
.awsui_help-panel_1d237_e434x_181 h3:not(#\9) {
|
|
323
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
321
324
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
322
325
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
323
326
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
@@ -325,7 +328,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
325
328
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
326
329
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
327
330
|
}
|
|
328
|
-
.awsui_help-
|
|
331
|
+
.awsui_help-panel_1d237_e434x_181 h4:not(#\9) {
|
|
332
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
329
333
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
330
334
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
331
335
|
letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
|
|
@@ -333,24 +337,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
333
337
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
334
338
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
335
339
|
}
|
|
336
|
-
.awsui_help-
|
|
340
|
+
.awsui_help-panel_1d237_e434x_181 h5:not(#\9) {
|
|
341
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
337
342
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
338
343
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
339
344
|
font-weight: var(--font-weight-heading-xs-79d2p7, 400);
|
|
340
345
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
341
346
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
342
347
|
}
|
|
343
|
-
.awsui_help-
|
|
344
|
-
.awsui_help-
|
|
348
|
+
.awsui_help-panel_1d237_e434x_181 b:not(#\9),
|
|
349
|
+
.awsui_help-panel_1d237_e434x_181 strong:not(#\9) {
|
|
345
350
|
font-weight: 700;
|
|
346
351
|
}
|
|
347
352
|
|
|
348
|
-
.
|
|
353
|
+
.awsui_loading_1d237_e434x_353:not(#\9) {
|
|
349
354
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
350
355
|
padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
|
|
351
356
|
}
|
|
352
357
|
|
|
353
|
-
.
|
|
358
|
+
.awsui_header_1d237_e434x_358:not(#\9) {
|
|
354
359
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
355
360
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
356
361
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -368,15 +373,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
368
373
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
369
374
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
370
375
|
}
|
|
371
|
-
.awsui_with-
|
|
376
|
+
.awsui_with-toolbar_1d237_e434x_376 > .awsui_header_1d237_e434x_358:not(#\9) {
|
|
372
377
|
border-color: transparent;
|
|
373
378
|
margin-block-end: 0px;
|
|
374
379
|
}
|
|
375
|
-
.
|
|
376
|
-
.
|
|
377
|
-
.
|
|
378
|
-
.
|
|
379
|
-
.
|
|
380
|
+
.awsui_header_1d237_e434x_358 h2:not(#\9),
|
|
381
|
+
.awsui_header_1d237_e434x_358 h3:not(#\9),
|
|
382
|
+
.awsui_header_1d237_e434x_358 h4:not(#\9),
|
|
383
|
+
.awsui_header_1d237_e434x_358 h5:not(#\9),
|
|
384
|
+
.awsui_header_1d237_e434x_358 h6:not(#\9) {
|
|
380
385
|
font-size: var(--font-panel-header-size-i1j838, 18px);
|
|
381
386
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
382
387
|
line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
|
|
@@ -387,22 +392,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
387
392
|
margin-block: 0;
|
|
388
393
|
}
|
|
389
394
|
|
|
390
|
-
.
|
|
395
|
+
.awsui_content_1d237_e434x_395:not(#\9) {
|
|
391
396
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
392
397
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
393
398
|
padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
|
|
394
399
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
395
400
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
396
401
|
}
|
|
397
|
-
.
|
|
398
|
-
.
|
|
399
|
-
.
|
|
400
|
-
.
|
|
401
|
-
.
|
|
402
|
-
.
|
|
402
|
+
.awsui_content_1d237_e434x_395 h2:not(#\9):first-child,
|
|
403
|
+
.awsui_content_1d237_e434x_395 h3:not(#\9):first-child,
|
|
404
|
+
.awsui_content_1d237_e434x_395 h4:not(#\9):first-child,
|
|
405
|
+
.awsui_content_1d237_e434x_395 h5:not(#\9):first-child,
|
|
406
|
+
.awsui_content_1d237_e434x_395 h6:not(#\9):first-child,
|
|
407
|
+
.awsui_content_1d237_e434x_395 p:not(#\9):first-child {
|
|
403
408
|
margin-block-start: 0;
|
|
404
409
|
}
|
|
405
|
-
.
|
|
410
|
+
.awsui_content_1d237_e434x_395 a:not(#\9) {
|
|
406
411
|
text-underline-offset: 0.25em;
|
|
407
412
|
text-decoration-thickness: 1px;
|
|
408
413
|
color: var(--awsui-style-color-default-c5ek4l, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
@@ -416,31 +421,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
416
421
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
417
422
|
}
|
|
418
423
|
@media (prefers-reduced-motion: reduce) {
|
|
419
|
-
.
|
|
424
|
+
.awsui_content_1d237_e434x_395 a:not(#\9) {
|
|
420
425
|
animation: none;
|
|
421
426
|
transition: none;
|
|
422
427
|
}
|
|
423
428
|
}
|
|
424
|
-
.awsui-motion-disabled .
|
|
429
|
+
.awsui-motion-disabled .awsui_content_1d237_e434x_395 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_e434x_395 a:not(#\9) {
|
|
425
430
|
animation: none;
|
|
426
431
|
transition: none;
|
|
427
432
|
}
|
|
428
|
-
.
|
|
433
|
+
.awsui_content_1d237_e434x_395 a:not(#\9):hover {
|
|
429
434
|
cursor: pointer;
|
|
430
435
|
color: var(--awsui-style-color-hover-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
431
436
|
}
|
|
432
|
-
.
|
|
437
|
+
.awsui_content_1d237_e434x_395 a:not(#\9):focus {
|
|
433
438
|
outline: none;
|
|
434
439
|
}
|
|
435
|
-
.
|
|
440
|
+
.awsui_content_1d237_e434x_395 a:not(#\9):active {
|
|
436
441
|
color: var(--awsui-style-color-active-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
437
442
|
}
|
|
438
|
-
.
|
|
443
|
+
.awsui_content_1d237_e434x_395 a:not(#\9):active, .awsui_content_1d237_e434x_395 a:not(#\9):focus, .awsui_content_1d237_e434x_395 a:not(#\9):hover {
|
|
439
444
|
text-decoration-line: underline;
|
|
440
445
|
text-decoration-color: currentColor;
|
|
441
446
|
}
|
|
442
447
|
|
|
443
|
-
.
|
|
448
|
+
.awsui_footer_1d237_e434x_446:not(#\9) {
|
|
444
449
|
color: var(--color-text-body-secondary-gaft81, #545b64);
|
|
445
450
|
padding-block: 0;
|
|
446
451
|
padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
|
|
@@ -448,11 +453,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
448
453
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
449
454
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
450
455
|
}
|
|
451
|
-
.
|
|
456
|
+
.awsui_footer_1d237_e434x_446 ul:not(#\9) {
|
|
452
457
|
list-style: none;
|
|
453
458
|
padding-inline-start: 0;
|
|
454
459
|
}
|
|
455
|
-
.
|
|
460
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9) {
|
|
456
461
|
text-underline-offset: 0.25em;
|
|
457
462
|
text-decoration-thickness: 1px;
|
|
458
463
|
color: var(--awsui-style-color-default-c5ek4l, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
@@ -466,37 +471,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
466
471
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
467
472
|
}
|
|
468
473
|
@media (prefers-reduced-motion: reduce) {
|
|
469
|
-
.
|
|
474
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9) {
|
|
470
475
|
animation: none;
|
|
471
476
|
transition: none;
|
|
472
477
|
}
|
|
473
478
|
}
|
|
474
|
-
.awsui-motion-disabled .
|
|
479
|
+
.awsui-motion-disabled .awsui_footer_1d237_e434x_446 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_e434x_446 a:not(#\9) {
|
|
475
480
|
animation: none;
|
|
476
481
|
transition: none;
|
|
477
482
|
}
|
|
478
|
-
.
|
|
483
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9):hover {
|
|
479
484
|
cursor: pointer;
|
|
480
485
|
color: var(--awsui-style-color-hover-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
481
486
|
}
|
|
482
|
-
.
|
|
487
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9):focus {
|
|
483
488
|
outline: none;
|
|
484
489
|
}
|
|
485
|
-
.
|
|
490
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9):active {
|
|
486
491
|
color: var(--awsui-style-color-active-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
487
492
|
}
|
|
488
|
-
.
|
|
493
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9):active, .awsui_footer_1d237_e434x_446 a:not(#\9):focus, .awsui_footer_1d237_e434x_446 a:not(#\9):hover {
|
|
489
494
|
text-decoration-line: underline;
|
|
490
495
|
text-decoration-color: currentColor;
|
|
491
496
|
}
|
|
492
497
|
|
|
493
|
-
.
|
|
494
|
-
.
|
|
498
|
+
.awsui_content_1d237_e434x_395:not(#\9),
|
|
499
|
+
.awsui_footer_1d237_e434x_446:not(#\9) {
|
|
495
500
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
496
501
|
/* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
497
502
|
}
|
|
498
|
-
.
|
|
499
|
-
.
|
|
503
|
+
.awsui_content_1d237_e434x_395 a:not(#\9):focus,
|
|
504
|
+
.awsui_footer_1d237_e434x_446 a:not(#\9):focus {
|
|
500
505
|
outline: thin dotted;
|
|
501
506
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
502
507
|
outline-offset: 2px;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"help-panel": "awsui_help-
|
|
6
|
-
"loading": "
|
|
7
|
-
"header": "
|
|
8
|
-
"with-toolbar": "awsui_with-
|
|
9
|
-
"content": "
|
|
10
|
-
"footer": "
|
|
5
|
+
"help-panel": "awsui_help-panel_1d237_e434x_181",
|
|
6
|
+
"loading": "awsui_loading_1d237_e434x_353",
|
|
7
|
+
"header": "awsui_header_1d237_e434x_358",
|
|
8
|
+
"with-toolbar": "awsui_with-toolbar_1d237_e434x_376",
|
|
9
|
+
"content": "awsui_content_1d237_e434x_395",
|
|
10
|
+
"footer": "awsui_footer_1d237_e434x_446"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -517,6 +517,7 @@ body {
|
|
|
517
517
|
--font-display-label-weight-ise9n2:400;
|
|
518
518
|
--font-expandable-heading-size-vrupwx:var(--font-size-body-m-vv54cm);
|
|
519
519
|
--font-family-base-8x5ngf:"Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
520
|
+
--font-family-heading-gnchto:var(--font-family-base-8x5ngf);
|
|
520
521
|
--font-family-monospace-fub2rr:Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
|
|
521
522
|
--font-header-h2-description-line-height-7ibe40:var(--line-height-body-s-otgtsr);
|
|
522
523
|
--font-header-h2-description-size-t8fx03:var(--font-size-body-s-psgqn2);
|
|
@@ -1969,6 +1970,7 @@ body {
|
|
|
1969
1970
|
--color-dropzone-border-default-y3wase:var(--color-neutral-500-h8gwav);
|
|
1970
1971
|
--color-gap-global-drawer-qs4qzi:var(--color-neutral-250-hdfqdx);
|
|
1971
1972
|
--color-tree-view-connector-line-ao4t04:var(--color-neutral-500-h8gwav);
|
|
1973
|
+
--font-family-heading-gnchto:var(--font-family-base-8x5ngf);
|
|
1972
1974
|
--border-radius-dropdown-oaxffg:var(--border-radius-item-xggxkd);
|
|
1973
1975
|
--border-radius-popover-emyrcc:var(--border-radius-input-4vr9on);
|
|
1974
1976
|
--border-radius-tiles-5li9yd:var(--border-radius-input-4vr9on);
|
|
@@ -3813,5 +3815,5 @@ body {
|
|
|
3813
3815
|
}
|
|
3814
3816
|
}
|
|
3815
3817
|
:root {
|
|
3816
|
-
--awsui-version-info-
|
|
3818
|
+
--awsui-version-info-5cfcc6dc: true;
|
|
3817
3819
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"refresh": "
|
|
6
|
-
"header": "
|
|
7
|
-
"no-padding": "awsui_no-
|
|
8
|
-
"with-actions": "awsui_with-
|
|
9
|
-
"header-inner": "awsui_header-
|
|
10
|
-
"body": "
|
|
11
|
-
"no-header": "awsui_no-
|
|
12
|
-
"no-content": "awsui_no-
|
|
13
|
-
"selected": "
|
|
14
|
-
"description": "
|
|
4
|
+
"root": "awsui_root_1xxz5_149fv_153",
|
|
5
|
+
"refresh": "awsui_refresh_1xxz5_149fv_259",
|
|
6
|
+
"header": "awsui_header_1xxz5_149fv_267",
|
|
7
|
+
"no-padding": "awsui_no-padding_1xxz5_149fv_267",
|
|
8
|
+
"with-actions": "awsui_with-actions_1xxz5_149fv_271",
|
|
9
|
+
"header-inner": "awsui_header-inner_1xxz5_149fv_279",
|
|
10
|
+
"body": "awsui_body_1xxz5_149fv_289",
|
|
11
|
+
"no-header": "awsui_no-header_1xxz5_149fv_299",
|
|
12
|
+
"no-content": "awsui_no-content_1xxz5_149fv_300",
|
|
13
|
+
"selected": "awsui_selected_1xxz5_149fv_308",
|
|
14
|
+
"description": "awsui_description_1xxz5_149fv_316"
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -150,39 +150,39 @@ 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_root_1xxz5_149fv_153:not(#\9) {
|
|
154
154
|
transition-property: background-color;
|
|
155
155
|
transition-duration: var(--motion-duration-transition-show-paced-0w35xp, 180ms);
|
|
156
156
|
transition-timing-function: var(--motion-easing-transition-show-paced-ufdgkj, ease-out);
|
|
157
157
|
}
|
|
158
158
|
@media (prefers-reduced-motion: reduce) {
|
|
159
|
-
.
|
|
159
|
+
.awsui_root_1xxz5_149fv_153:not(#\9) {
|
|
160
160
|
animation: none;
|
|
161
161
|
transition: none;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
.awsui-motion-disabled .
|
|
164
|
+
.awsui-motion-disabled .awsui_root_1xxz5_149fv_153:not(#\9), .awsui-mode-entering .awsui_root_1xxz5_149fv_153:not(#\9) {
|
|
165
165
|
animation: none;
|
|
166
166
|
transition: none;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
.awsui_root_1xxz5_149fv_153:not(#\9)::before {
|
|
170
170
|
transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color;
|
|
171
171
|
transition-duration: var(--motion-duration-transition-show-paced-0w35xp, 180ms);
|
|
172
172
|
transition-timing-function: var(--motion-easing-transition-show-paced-ufdgkj, ease-out);
|
|
173
173
|
}
|
|
174
174
|
@media (prefers-reduced-motion: reduce) {
|
|
175
|
-
.
|
|
175
|
+
.awsui_root_1xxz5_149fv_153:not(#\9)::before {
|
|
176
176
|
animation: none;
|
|
177
177
|
transition: none;
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
.awsui-motion-disabled .
|
|
180
|
+
.awsui-motion-disabled .awsui_root_1xxz5_149fv_153:not(#\9)::before, .awsui-mode-entering .awsui_root_1xxz5_149fv_153:not(#\9)::before {
|
|
181
181
|
animation: none;
|
|
182
182
|
transition: none;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
.awsui_root_1xxz5_149fv_153:not(#\9) {
|
|
186
186
|
border-collapse: separate;
|
|
187
187
|
border-spacing: 0;
|
|
188
188
|
box-sizing: border-box;
|
|
@@ -221,8 +221,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
221
221
|
border-end-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
222
222
|
border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
223
223
|
box-sizing: border-box;
|
|
224
|
+
block-size: 100%;
|
|
224
225
|
}
|
|
225
|
-
.
|
|
226
|
+
.awsui_root_1xxz5_149fv_153:not(#\9)::before {
|
|
226
227
|
content: "";
|
|
227
228
|
position: absolute;
|
|
228
229
|
inset-inline-start: 0px;
|
|
@@ -240,7 +241,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
241
|
border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
241
242
|
z-index: 1;
|
|
242
243
|
}
|
|
243
|
-
.
|
|
244
|
+
.awsui_root_1xxz5_149fv_153:not(#\9)::after {
|
|
244
245
|
content: "";
|
|
245
246
|
position: absolute;
|
|
246
247
|
inset-inline-start: 0px;
|
|
@@ -255,27 +256,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
255
256
|
border-end-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
256
257
|
border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
257
258
|
}
|
|
258
|
-
.
|
|
259
|
+
.awsui_root_1xxz5_149fv_153:not(#\9):not(.awsui_refresh_1xxz5_149fv_259)::after {
|
|
259
260
|
box-shadow: var(--shadow-container-3fh0j3, 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));
|
|
260
261
|
}
|
|
261
|
-
.
|
|
262
|
+
.awsui_root_1xxz5_149fv_153.awsui_refresh_1xxz5_149fv_259:not(#\9)::after {
|
|
262
263
|
border-block: solid var(--border-divider-section-width-sznrdy, 1px) var(--color-border-divider-default-ipvpev, #eaeded);
|
|
263
264
|
border-inline: solid var(--border-divider-section-width-sznrdy, 1px) var(--color-border-divider-default-ipvpev, #eaeded);
|
|
264
265
|
}
|
|
265
266
|
|
|
266
|
-
.
|
|
267
|
+
.awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
|
|
267
268
|
padding-block-end: var(--space-xxs-jnczic, 4px);
|
|
268
269
|
padding-inline-start: var(--space-card-horizontal-0tbxbt, 20px);
|
|
269
270
|
}
|
|
270
|
-
.
|
|
271
|
+
.awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267):not(.awsui_with-actions_1xxz5_149fv_271) {
|
|
271
272
|
padding-block-start: calc(var(--space-card-vertical-nzlc5t, 20px) - var(--space-scaled-xxs-jatbiv, 4px));
|
|
272
273
|
padding-inline-end: var(--space-card-horizontal-0tbxbt, 20px);
|
|
273
274
|
}
|
|
274
|
-
.
|
|
275
|
+
.awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267).awsui_with-actions_1xxz5_149fv_271 {
|
|
275
276
|
padding-block-start: calc(var(--space-card-vertical-nzlc5t, 20px) - var(--space-scaled-xxs-jatbiv, 4px) - var(--space-scaled-xxs-jatbiv, 4px));
|
|
276
277
|
padding-inline-end: calc(var(--space-card-horizontal-0tbxbt, 20px) - var(--space-xxs-jnczic, 4px));
|
|
277
278
|
}
|
|
278
|
-
.awsui_header-
|
|
279
|
+
.awsui_header-inner_1xxz5_149fv_279:not(#\9) {
|
|
280
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
279
281
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
280
282
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
281
283
|
letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
|
|
@@ -284,33 +286,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
284
286
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
285
287
|
}
|
|
286
288
|
|
|
287
|
-
.
|
|
289
|
+
.awsui_body_1xxz5_149fv_289:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
|
|
288
290
|
padding-block-start: var(--space-xxs-jnczic, 4px);
|
|
289
291
|
padding-block-end: var(--space-card-vertical-nzlc5t, 20px);
|
|
290
292
|
padding-inline: var(--space-card-horizontal-0tbxbt, 20px);
|
|
291
293
|
}
|
|
292
|
-
.
|
|
294
|
+
.awsui_body_1xxz5_149fv_289.awsui_no-padding_1xxz5_149fv_267:not(#\9) {
|
|
293
295
|
border-end-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
294
296
|
border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
295
297
|
}
|
|
296
298
|
|
|
297
|
-
.awsui_no-
|
|
298
|
-
.awsui_no-
|
|
299
|
+
.awsui_no-header_1xxz5_149fv_299 > .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267),
|
|
300
|
+
.awsui_no-content_1xxz5_149fv_300 > .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
|
|
299
301
|
padding-block-end: 0;
|
|
300
302
|
}
|
|
301
|
-
.awsui_no-
|
|
302
|
-
.awsui_no-
|
|
303
|
+
.awsui_no-header_1xxz5_149fv_299 > .awsui_body_1xxz5_149fv_289:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267),
|
|
304
|
+
.awsui_no-content_1xxz5_149fv_300 > .awsui_body_1xxz5_149fv_289:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
|
|
303
305
|
padding-block-start: 0;
|
|
304
306
|
}
|
|
305
307
|
|
|
306
|
-
.
|
|
308
|
+
.awsui_selected_1xxz5_149fv_308:not(#\9) {
|
|
307
309
|
background-color: var(--color-background-item-selected-v20q4r, #f1faff);
|
|
308
310
|
}
|
|
309
|
-
.
|
|
311
|
+
.awsui_selected_1xxz5_149fv_308:not(#\9)::before {
|
|
310
312
|
border-block: var(--border-item-width-acvlhx, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
|
|
311
313
|
border-inline: var(--border-item-width-acvlhx, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
|
|
312
314
|
}
|
|
313
315
|
|
|
314
|
-
.
|
|
316
|
+
.awsui_description_1xxz5_149fv_316:not(#\9) {
|
|
315
317
|
color: var(--color-text-heading-secondary-26seqv, #545b64);
|
|
316
318
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
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
|
-
"refresh": "
|
|
7
|
-
"header": "
|
|
8
|
-
"no-padding": "awsui_no-
|
|
9
|
-
"with-actions": "awsui_with-
|
|
10
|
-
"header-inner": "awsui_header-
|
|
11
|
-
"body": "
|
|
12
|
-
"no-header": "awsui_no-
|
|
13
|
-
"no-content": "awsui_no-
|
|
14
|
-
"selected": "
|
|
15
|
-
"description": "
|
|
5
|
+
"root": "awsui_root_1xxz5_149fv_153",
|
|
6
|
+
"refresh": "awsui_refresh_1xxz5_149fv_259",
|
|
7
|
+
"header": "awsui_header_1xxz5_149fv_267",
|
|
8
|
+
"no-padding": "awsui_no-padding_1xxz5_149fv_267",
|
|
9
|
+
"with-actions": "awsui_with-actions_1xxz5_149fv_271",
|
|
10
|
+
"header-inner": "awsui_header-inner_1xxz5_149fv_279",
|
|
11
|
+
"body": "awsui_body_1xxz5_149fv_289",
|
|
12
|
+
"no-header": "awsui_no-header_1xxz5_149fv_299",
|
|
13
|
+
"no-content": "awsui_no-content_1xxz5_149fv_300",
|
|
14
|
+
"selected": "awsui_selected_1xxz5_149fv_308",
|
|
15
|
+
"description": "awsui_description_1xxz5_149fv_316"
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { DropdownProps } from './interfaces';
|
|
2
|
-
declare const Dropdown: ({ content, trigger, open,
|
|
2
|
+
declare const Dropdown: ({ content, trigger, open, onOutsideClick, onMouseDown, header, footer, dropdownId, stretchTriggerHeight, stretchHeight, minWidth, maxWidth, hideBlockBorder, expandToViewport, preferredAlignment, interior, scrollable, loopFocus, onFocus, onBlur, onFocusEnter, onFocusLeave, onEscape, contentKey, dropdownContentId, ariaRole, ariaLabel, ariaLabelledby, ariaDescribedby, }: DropdownProps) => JSX.Element;
|
|
3
3
|
export default Dropdown;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/dropdown/index.tsx"],"names":[],"mappings":"AA0BA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/dropdown/index.tsx"],"names":[],"mappings":"AA0BA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AA+I7C,QAAA,MAAM,QAAQ,GAAI,mXA8Bf,aAAa,gBAyWf,CAAC;AAMF,eAAe,QAAQ,CAAC"}
|