@cloudscape-design/components-themeable 3.0.1223 → 3.0.1225
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/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -0
- package/lib/internal/scss/prompt-input/styles.scss +1 -0
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +192 -192
- package/lib/internal/template/box/styles.scoped.css +239 -237
- package/lib/internal/template/box/styles.selectors.js +192 -192
- package/lib/internal/template/button/internal.js +1 -1
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/file-input/internal.d.ts.map +1 -1
- package/lib/internal/template/file-input/internal.js +6 -1
- package/lib/internal/template/file-input/internal.js.map +1 -1
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +68 -67
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -1
- 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 +13 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.js +13 -0
- package/lib/internal/template/link/interfaces.d.ts +6 -6
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +72 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- 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/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +40 -39
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/property-filter/controller.d.ts.map +1 -1
- package/lib/internal/template/property-filter/controller.js +2 -2
- package/lib/internal/template/property-filter/controller.js.map +1 -1
- package/lib/internal/template/property-filter/filter-options.js +2 -1
- package/lib/internal/template/property-filter/filter-options.js.map +1 -1
- package/lib/internal/template/property-filter/internal.d.ts.map +1 -1
- package/lib/internal/template/property-filter/internal.js +5 -1
- package/lib/internal/template/property-filter/internal.js.map +1 -1
- package/lib/internal/template/property-filter/token.d.ts.map +1 -1
- package/lib/internal/template/property-filter/token.js +8 -4
- package/lib/internal/template/property-filter/token.js.map +1 -1
- package/lib/internal/template/property-filter/utils.d.ts +3 -1
- package/lib/internal/template/property-filter/utils.d.ts.map +1 -1
- package/lib/internal/template/property-filter/utils.js +14 -2
- package/lib/internal/template/property-filter/utils.js.map +1 -1
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +61 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/package.json +1 -1
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.
|
|
145
|
+
.awsui_link_4c84z_1js89_145:not(#\9) {
|
|
146
146
|
border-collapse: separate;
|
|
147
147
|
border-spacing: 0;
|
|
148
148
|
box-sizing: border-box;
|
|
@@ -188,30 +188,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
188
188
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
189
189
|
}
|
|
190
190
|
@media (prefers-reduced-motion: reduce) {
|
|
191
|
-
.
|
|
191
|
+
.awsui_link_4c84z_1js89_145:not(#\9) {
|
|
192
192
|
animation: none;
|
|
193
193
|
transition: none;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
.awsui-motion-disabled .
|
|
196
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145:not(#\9) {
|
|
197
197
|
animation: none;
|
|
198
198
|
transition: none;
|
|
199
199
|
}
|
|
200
|
-
.
|
|
200
|
+
.awsui_link_4c84z_1js89_145:not(#\9):hover {
|
|
201
201
|
cursor: pointer;
|
|
202
202
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.awsui_link_4c84z_1js89_145:not(#\9):focus {
|
|
205
205
|
outline: none;
|
|
206
206
|
}
|
|
207
|
-
.
|
|
207
|
+
.awsui_link_4c84z_1js89_145:not(#\9):active {
|
|
208
208
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
.awsui_link_4c84z_1js89_145:not(#\9):active, .awsui_link_4c84z_1js89_145:not(#\9):focus, .awsui_link_4c84z_1js89_145:not(#\9):hover {
|
|
211
211
|
text-decoration-line: underline;
|
|
212
212
|
text-decoration-color: currentColor;
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9) {
|
|
215
215
|
-webkit-font-smoothing: inherit;
|
|
216
216
|
-moz-osx-font-smoothing: inherit;
|
|
217
217
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
@@ -225,30 +225,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
225
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
226
226
|
}
|
|
227
227
|
@media (prefers-reduced-motion: reduce) {
|
|
228
|
-
.
|
|
228
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9) {
|
|
229
229
|
animation: none;
|
|
230
230
|
transition: none;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.awsui-motion-disabled .
|
|
233
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9) {
|
|
234
234
|
animation: none;
|
|
235
235
|
transition: none;
|
|
236
236
|
}
|
|
237
|
-
.
|
|
237
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):hover {
|
|
238
238
|
cursor: pointer;
|
|
239
239
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):focus {
|
|
242
242
|
outline: none;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):active {
|
|
245
245
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-secondary_4c84z_1js89_212:not(#\9):hover {
|
|
248
248
|
text-decoration-line: underline;
|
|
249
249
|
text-decoration-color: currentColor;
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9) {
|
|
252
252
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
253
253
|
font-weight: inherit;
|
|
254
254
|
letter-spacing: normal;
|
|
@@ -260,30 +260,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
260
260
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
261
261
|
}
|
|
262
262
|
@media (prefers-reduced-motion: reduce) {
|
|
263
|
-
.
|
|
263
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9) {
|
|
264
264
|
animation: none;
|
|
265
265
|
transition: none;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
|
-
.awsui-motion-disabled .
|
|
268
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9) {
|
|
269
269
|
animation: none;
|
|
270
270
|
transition: none;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):hover {
|
|
273
273
|
cursor: pointer;
|
|
274
274
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):focus {
|
|
277
277
|
outline: none;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):active {
|
|
280
280
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-primary_4c84z_1js89_247:not(#\9):hover {
|
|
283
283
|
text-decoration-line: underline;
|
|
284
284
|
text-decoration-color: currentColor;
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9) {
|
|
287
287
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
288
288
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
289
289
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
@@ -297,30 +297,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
297
297
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
298
298
|
}
|
|
299
299
|
@media (prefers-reduced-motion: reduce) {
|
|
300
|
-
.
|
|
300
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9) {
|
|
301
301
|
animation: none;
|
|
302
302
|
transition: none;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
.awsui-motion-disabled .
|
|
305
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9) {
|
|
306
306
|
animation: none;
|
|
307
307
|
transition: none;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):hover {
|
|
310
310
|
cursor: pointer;
|
|
311
311
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):focus {
|
|
314
314
|
outline: none;
|
|
315
315
|
}
|
|
316
|
-
.
|
|
316
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):active {
|
|
317
317
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
318
318
|
}
|
|
319
|
-
.
|
|
319
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-info_4c84z_1js89_280:not(#\9):hover {
|
|
320
320
|
text-decoration-line: underline;
|
|
321
321
|
text-decoration-color: var(--color-text-link-button-underline-hover-s0fj6r, currentColor);
|
|
322
322
|
}
|
|
323
|
-
.
|
|
323
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9) {
|
|
324
324
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
325
325
|
font-weight: var(--font-box-value-large-weight-zc1blz, 300);
|
|
326
326
|
text-decoration-line: underline;
|
|
@@ -331,30 +331,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
331
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
332
332
|
}
|
|
333
333
|
@media (prefers-reduced-motion: reduce) {
|
|
334
|
-
.
|
|
334
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9) {
|
|
335
335
|
animation: none;
|
|
336
336
|
transition: none;
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
|
-
.awsui-motion-disabled .
|
|
339
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9) {
|
|
340
340
|
animation: none;
|
|
341
341
|
transition: none;
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):hover {
|
|
344
344
|
cursor: pointer;
|
|
345
345
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):focus {
|
|
348
348
|
outline: none;
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):active {
|
|
351
351
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-value-large_4c84z_1js89_315:not(#\9):hover {
|
|
354
354
|
text-decoration-line: underline;
|
|
355
355
|
text-decoration-color: currentColor;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9) {
|
|
358
358
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
359
359
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
360
360
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-interactive-default-qwoe3g, #545b64));
|
|
@@ -368,30 +368,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
368
368
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
369
369
|
}
|
|
370
370
|
@media (prefers-reduced-motion: reduce) {
|
|
371
|
-
.
|
|
371
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9) {
|
|
372
372
|
animation: none;
|
|
373
373
|
transition: none;
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
|
-
.awsui-motion-disabled .
|
|
376
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9) {
|
|
377
377
|
animation: none;
|
|
378
378
|
transition: none;
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):hover {
|
|
381
381
|
cursor: pointer;
|
|
382
382
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-interactive-hover-bu4gls, #16191f));
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):focus {
|
|
385
385
|
outline: none;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):active {
|
|
388
388
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-interactive-active-c44vdq, #16191f));
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-top-navigation_4c84z_1js89_347:not(#\9):hover {
|
|
391
391
|
text-decoration-line: underline;
|
|
392
392
|
text-decoration-color: transparent;
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9) {
|
|
395
395
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
396
396
|
font-weight: var(--font-link-button-weight-bnpz8h, 400);
|
|
397
397
|
letter-spacing: var(--font-link-button-letter-spacing-yobz7z, normal);
|
|
@@ -403,30 +403,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
403
403
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
404
404
|
}
|
|
405
405
|
@media (prefers-reduced-motion: reduce) {
|
|
406
|
-
.
|
|
406
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9) {
|
|
407
407
|
animation: none;
|
|
408
408
|
transition: none;
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
.awsui-motion-disabled .
|
|
411
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9) {
|
|
412
412
|
animation: none;
|
|
413
413
|
transition: none;
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):hover {
|
|
416
416
|
cursor: pointer;
|
|
417
417
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
418
418
|
}
|
|
419
|
-
.
|
|
419
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):focus {
|
|
420
420
|
outline: none;
|
|
421
421
|
}
|
|
422
|
-
.
|
|
422
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):active {
|
|
423
423
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
424
424
|
}
|
|
425
|
-
.
|
|
425
|
+
.awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_variant-recovery_4c84z_1js89_382:not(#\9):hover {
|
|
426
426
|
text-decoration-line: underline;
|
|
427
427
|
text-decoration-color: var(--color-text-link-button-underline-hover-s0fj6r, currentColor);
|
|
428
428
|
}
|
|
429
|
-
.
|
|
429
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9) {
|
|
430
430
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
431
431
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
432
432
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-button-normal-default-dm02c2, #545b64));
|
|
@@ -440,40 +440,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
440
440
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
441
441
|
}
|
|
442
442
|
@media (prefers-reduced-motion: reduce) {
|
|
443
|
-
.
|
|
443
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9) {
|
|
444
444
|
animation: none;
|
|
445
445
|
transition: none;
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
|
-
.awsui-motion-disabled .
|
|
448
|
+
.awsui-motion-disabled .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9), .awsui-mode-entering .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9) {
|
|
449
449
|
animation: none;
|
|
450
450
|
transition: none;
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):hover {
|
|
453
453
|
cursor: pointer;
|
|
454
454
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-button-normal-hover-ldeaqo, #16191f));
|
|
455
455
|
}
|
|
456
|
-
.
|
|
456
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):focus {
|
|
457
457
|
outline: none;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):active {
|
|
460
460
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-button-normal-active-q28r86, #16191f));
|
|
461
461
|
}
|
|
462
|
-
.
|
|
462
|
+
.awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):active, .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):focus, .awsui_link_4c84z_1js89_145.awsui_button_4c84z_1js89_415:not(#\9):hover {
|
|
463
463
|
text-decoration-line: underline;
|
|
464
464
|
text-decoration-color: transparent;
|
|
465
465
|
}
|
|
466
|
-
.
|
|
466
|
+
.awsui_link_4c84z_1js89_145.awsui_color-inverted_4c84z_1js89_450:not(#\9) {
|
|
467
467
|
color: var(--color-text-notification-default-fmebm4, #fafafa);
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
.awsui_link_4c84z_1js89_145.awsui_color-inverted_4c84z_1js89_450:not(#\9):not(.awsui_button_4c84z_1js89_415) {
|
|
470
470
|
text-decoration-line: underline;
|
|
471
471
|
text-decoration-color: currentColor;
|
|
472
472
|
}
|
|
473
|
-
.
|
|
473
|
+
.awsui_link_4c84z_1js89_145.awsui_color-inverted_4c84z_1js89_450:not(#\9):hover {
|
|
474
474
|
color: var(--color-text-link-inverted-hover-7jk1d1, #fafafa);
|
|
475
475
|
}
|
|
476
|
-
body[data-awsui-focus-visible=true] .
|
|
476
|
+
body[data-awsui-focus-visible=true] .awsui_link_4c84z_1js89_145:not(#\9):focus {
|
|
477
477
|
outline: thin dotted;
|
|
478
478
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
479
479
|
outline-offset: 2px;
|
|
@@ -484,61 +484,62 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1jvg2_145:not(#\9):focus {
|
|
|
484
484
|
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-n6lfw8, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
485
485
|
box-shadow: var(--awsui-style-focus-ring-box-shadow-n6lfw8);
|
|
486
486
|
}
|
|
487
|
-
.
|
|
487
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-body-s_4c84z_1js89_471:not(#\9) {
|
|
488
488
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
489
489
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
490
490
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
491
491
|
text-underline-offset: 0.3em;
|
|
492
492
|
text-decoration-thickness: 1px;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-body-m_4c84z_1js89_478:not(#\9) {
|
|
495
495
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
496
496
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
497
497
|
text-underline-offset: 0.25em;
|
|
498
498
|
text-decoration-thickness: 1px;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-xs_4c84z_1js89_484:not(#\9) {
|
|
501
501
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
502
502
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
503
|
+
letter-spacing: var(--letter-spacing-heading-xs-tefhgo, normal);
|
|
503
504
|
text-underline-offset: 0.25em;
|
|
504
505
|
text-decoration-thickness: 1px;
|
|
505
506
|
}
|
|
506
|
-
.
|
|
507
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-s_4c84z_1js89_491:not(#\9) {
|
|
507
508
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
508
509
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
509
510
|
letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
|
|
510
511
|
text-underline-offset: 0.3em;
|
|
511
512
|
text-decoration-thickness: 1px;
|
|
512
513
|
}
|
|
513
|
-
.
|
|
514
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-m_4c84z_1js89_498:not(#\9) {
|
|
514
515
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
515
516
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
516
517
|
letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
|
|
517
518
|
text-underline-offset: 0.25em;
|
|
518
519
|
text-decoration-thickness: 1px;
|
|
519
520
|
}
|
|
520
|
-
.
|
|
521
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-l_4c84z_1js89_505:not(#\9) {
|
|
521
522
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
522
523
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
523
524
|
letter-spacing: var(--letter-spacing-heading-l-spdx5v, normal);
|
|
524
525
|
text-underline-offset: 0.25em;
|
|
525
526
|
text-decoration-thickness: 1px;
|
|
526
527
|
}
|
|
527
|
-
.
|
|
528
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-heading-xl_4c84z_1js89_512:not(#\9) {
|
|
528
529
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
529
530
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
530
531
|
letter-spacing: var(--letter-spacing-heading-xl-33zwds, normal);
|
|
531
532
|
text-underline-offset: 0.25em;
|
|
532
533
|
text-decoration-thickness: 1px;
|
|
533
534
|
}
|
|
534
|
-
.
|
|
535
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-display-l_4c84z_1js89_519:not(#\9) {
|
|
535
536
|
font-size: var(--font-size-display-l-h1h1h9, 44px);
|
|
536
537
|
line-height: var(--line-height-display-l-3zghmm, 56px);
|
|
537
538
|
letter-spacing: var(--letter-spacing-display-l-dniym1, normal);
|
|
538
539
|
text-underline-offset: 0.25em;
|
|
539
540
|
text-decoration-thickness: 2px;
|
|
540
541
|
}
|
|
541
|
-
.
|
|
542
|
+
.awsui_link_4c84z_1js89_145.awsui_font-size-inherit_4c84z_1js89_526:not(#\9) {
|
|
542
543
|
font-size: inherit;
|
|
543
544
|
line-height: inherit;
|
|
544
545
|
letter-spacing: inherit;
|
|
@@ -546,10 +547,10 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_1jvg2_145:not(#\9):focus {
|
|
|
546
547
|
text-decoration-thickness: 1px;
|
|
547
548
|
}
|
|
548
549
|
|
|
549
|
-
.awsui_icon-
|
|
550
|
+
.awsui_icon-wrapper_4c84z_1js89_534:not(#\9) {
|
|
550
551
|
white-space: nowrap;
|
|
551
552
|
}
|
|
552
553
|
|
|
553
|
-
.
|
|
554
|
+
.awsui_icon_4c84z_1js89_534:not(#\9) {
|
|
554
555
|
display: inline-block;
|
|
555
556
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"link": "
|
|
6
|
-
"variant-secondary": "awsui_variant-
|
|
7
|
-
"variant-primary": "awsui_variant-
|
|
8
|
-
"variant-info": "awsui_variant-
|
|
9
|
-
"variant-value-large": "awsui_variant-value-
|
|
10
|
-
"variant-top-navigation": "awsui_variant-top-
|
|
11
|
-
"variant-recovery": "awsui_variant-
|
|
12
|
-
"button": "
|
|
13
|
-
"color-inverted": "awsui_color-
|
|
14
|
-
"font-size-body-s": "awsui_font-size-body-
|
|
15
|
-
"font-size-body-m": "awsui_font-size-body-
|
|
16
|
-
"font-size-heading-xs": "awsui_font-size-heading-
|
|
17
|
-
"font-size-heading-s": "awsui_font-size-heading-
|
|
18
|
-
"font-size-heading-m": "awsui_font-size-heading-
|
|
19
|
-
"font-size-heading-l": "awsui_font-size-heading-
|
|
20
|
-
"font-size-heading-xl": "awsui_font-size-heading-
|
|
21
|
-
"font-size-display-l": "awsui_font-size-display-
|
|
22
|
-
"font-size-inherit": "awsui_font-size-
|
|
23
|
-
"icon-wrapper": "awsui_icon-
|
|
24
|
-
"icon": "
|
|
5
|
+
"link": "awsui_link_4c84z_1js89_145",
|
|
6
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_1js89_212",
|
|
7
|
+
"variant-primary": "awsui_variant-primary_4c84z_1js89_247",
|
|
8
|
+
"variant-info": "awsui_variant-info_4c84z_1js89_280",
|
|
9
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_1js89_315",
|
|
10
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_1js89_347",
|
|
11
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_1js89_382",
|
|
12
|
+
"button": "awsui_button_4c84z_1js89_415",
|
|
13
|
+
"color-inverted": "awsui_color-inverted_4c84z_1js89_450",
|
|
14
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_1js89_471",
|
|
15
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_1js89_478",
|
|
16
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_1js89_484",
|
|
17
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_1js89_491",
|
|
18
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_1js89_498",
|
|
19
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_1js89_505",
|
|
20
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_1js89_512",
|
|
21
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_1js89_519",
|
|
22
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_1js89_526",
|
|
23
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_1js89_534",
|
|
24
|
+
"icon": "awsui_icon_4c84z_1js89_534"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-variant-info": "awsui_arrow-variant-
|
|
20
|
-
"body": "
|
|
21
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
22
|
-
"body-variant-chart": "awsui_body-variant-
|
|
23
|
-
"has-dismiss": "awsui_has-
|
|
24
|
-
"dismiss": "
|
|
25
|
-
"dismiss-control": "awsui_dismiss-
|
|
26
|
-
"header-row": "awsui_header-
|
|
27
|
-
"header": "
|
|
28
|
-
"content": "
|
|
29
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
30
|
-
"container": "
|
|
31
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
32
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
33
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
34
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
35
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
36
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
37
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-body": "awsui_container-
|
|
42
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
43
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
44
|
-
"fixed-width": "awsui_fixed-
|
|
45
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
46
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
47
|
-
"container-arrow": "awsui_container-
|
|
48
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
49
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
50
|
-
"refresh": "
|
|
51
|
-
"root": "
|
|
52
|
-
"no-wrap": "awsui_no-
|
|
53
|
-
"trigger-type-text-inline": "awsui_trigger-type-text-
|
|
54
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
55
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
56
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
57
|
-
"trigger": "
|
|
58
|
-
"trigger-type-filtering-token": "awsui_trigger-type-filtering-
|
|
59
|
-
"popover-inline-content": "awsui_popover-inline-
|
|
60
|
-
"hover-area": "awsui_hover-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_z6b58_153",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_z6b58_157",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_z6b58_157",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_z6b58_199",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_z6b58_199",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_z6b58_202",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_z6b58_202",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_z6b58_205",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_z6b58_205",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_z6b58_205",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_z6b58_205",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_z6b58_208",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_z6b58_208",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_z6b58_208",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_z6b58_208",
|
|
19
|
+
"arrow-variant-info": "awsui_arrow-variant-info_xjuzf_z6b58_212",
|
|
20
|
+
"body": "awsui_body_xjuzf_z6b58_227",
|
|
21
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_z6b58_263",
|
|
22
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_z6b58_266",
|
|
23
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_z6b58_271",
|
|
24
|
+
"dismiss": "awsui_dismiss_xjuzf_z6b58_276",
|
|
25
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_z6b58_284",
|
|
26
|
+
"header-row": "awsui_header-row_xjuzf_z6b58_288",
|
|
27
|
+
"header": "awsui_header_xjuzf_z6b58_288",
|
|
28
|
+
"content": "awsui_content_xjuzf_z6b58_317",
|
|
29
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_z6b58_326",
|
|
30
|
+
"container": "awsui_container_xjuzf_z6b58_338",
|
|
31
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_z6b58_349",
|
|
32
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_z6b58_349",
|
|
33
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_z6b58_349",
|
|
34
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_z6b58_354",
|
|
35
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_z6b58_354",
|
|
36
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_z6b58_354",
|
|
37
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_z6b58_359",
|
|
38
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_z6b58_359",
|
|
39
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_z6b58_364",
|
|
40
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_z6b58_364",
|
|
41
|
+
"container-body": "awsui_container-body_xjuzf_z6b58_370",
|
|
42
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_z6b58_410",
|
|
43
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_z6b58_415",
|
|
44
|
+
"fixed-width": "awsui_fixed-width_xjuzf_z6b58_418",
|
|
45
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_z6b58_422",
|
|
46
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_z6b58_429",
|
|
47
|
+
"container-arrow": "awsui_container-arrow_xjuzf_z6b58_349",
|
|
48
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_z6b58_479",
|
|
49
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_z6b58_1",
|
|
50
|
+
"refresh": "awsui_refresh_xjuzf_z6b58_537",
|
|
51
|
+
"root": "awsui_root_xjuzf_z6b58_559",
|
|
52
|
+
"no-wrap": "awsui_no-wrap_xjuzf_z6b58_591",
|
|
53
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_z6b58_594",
|
|
54
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_z6b58_594",
|
|
55
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_z6b58_594",
|
|
56
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_z6b58_616",
|
|
57
|
+
"trigger": "awsui_trigger_xjuzf_z6b58_594",
|
|
58
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_z6b58_703",
|
|
59
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_z6b58_707",
|
|
60
|
+
"hover-area": "awsui_hover-area_xjuzf_z6b58_711"
|
|
61
61
|
};
|
|
62
62
|
|