@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
|
@@ -150,11 +150,11 @@ 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_arrow_xjuzf_jr3op_153:not(#\9) {
|
|
154
154
|
inline-size: 20px;
|
|
155
155
|
block-size: 10px;
|
|
156
156
|
}
|
|
157
|
-
.awsui_arrow-
|
|
157
|
+
.awsui_arrow-outer_xjuzf_jr3op_157:not(#\9), .awsui_arrow-inner_xjuzf_jr3op_157:not(#\9) {
|
|
158
158
|
position: absolute;
|
|
159
159
|
overflow: hidden;
|
|
160
160
|
inline-size: 20px;
|
|
@@ -163,7 +163,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
163
163
|
inset-inline-start: 0;
|
|
164
164
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
165
165
|
}
|
|
166
|
-
.awsui_arrow-
|
|
166
|
+
.awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-inner_xjuzf_jr3op_157:not(#\9)::after {
|
|
167
167
|
content: "";
|
|
168
168
|
box-sizing: border-box;
|
|
169
169
|
display: inline-block;
|
|
@@ -179,40 +179,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
179
179
|
transform: rotate(45deg);
|
|
180
180
|
transform-origin: 0 100%;
|
|
181
181
|
}
|
|
182
|
-
.awsui_arrow-
|
|
182
|
+
.awsui_arrow-outer_xjuzf_jr3op_157:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_jr3op_157:not(#\9):dir(rtl)::after {
|
|
183
183
|
transform: rotate(-45deg);
|
|
184
184
|
transform-origin: 100% 100%;
|
|
185
185
|
}
|
|
186
|
-
.awsui_arrow-
|
|
186
|
+
.awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after {
|
|
187
187
|
background-color: var(--color-border-popover-gogt7e, #d5dbdb);
|
|
188
188
|
}
|
|
189
|
-
.awsui_arrow-
|
|
189
|
+
.awsui_arrow-inner_xjuzf_jr3op_157:not(#\9) {
|
|
190
190
|
inset-block-start: calc(var(--border-width-popover-dgqo1x, 1px) + 1px);
|
|
191
191
|
}
|
|
192
|
-
.awsui_arrow-
|
|
192
|
+
.awsui_arrow-inner_xjuzf_jr3op_157:not(#\9)::after {
|
|
193
193
|
border-start-start-radius: 1px;
|
|
194
194
|
border-start-end-radius: 0;
|
|
195
195
|
border-end-start-radius: 0;
|
|
196
196
|
border-end-end-radius: 0;
|
|
197
197
|
background-color: var(--color-background-popover-8fgrfw, #ffffff);
|
|
198
198
|
}
|
|
199
|
-
.awsui_arrow-position-right-
|
|
199
|
+
.awsui_arrow-position-right-top_xjuzf_jr3op_199 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_jr3op_199 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after {
|
|
200
200
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
201
201
|
}
|
|
202
|
-
.awsui_arrow-position-left-
|
|
202
|
+
.awsui_arrow-position-left-top_xjuzf_jr3op_202 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_jr3op_202 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after {
|
|
203
203
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
204
204
|
}
|
|
205
|
-
.awsui_arrow-position-top-
|
|
205
|
+
.awsui_arrow-position-top-center_xjuzf_jr3op_205 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_jr3op_205 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_jr3op_205 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_jr3op_205 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after {
|
|
206
206
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
207
207
|
}
|
|
208
|
-
.awsui_arrow-position-bottom-
|
|
208
|
+
.awsui_arrow-position-bottom-center_xjuzf_jr3op_208 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_jr3op_208 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_jr3op_208 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_jr3op_208 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after {
|
|
209
209
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.awsui_arrow-variant-
|
|
212
|
+
.awsui_arrow-variant-info_xjuzf_jr3op_212 > .awsui_arrow-outer_xjuzf_jr3op_157:not(#\9)::after {
|
|
213
213
|
background-color: var(--color-border-status-info-kp0iif, #0073bb);
|
|
214
214
|
}
|
|
215
|
-
.awsui_arrow-variant-
|
|
215
|
+
.awsui_arrow-variant-info_xjuzf_jr3op_212 > .awsui_arrow-inner_xjuzf_jr3op_157:not(#\9)::after {
|
|
216
216
|
background-color: var(--color-background-status-info-nzp1n3, #f1faff);
|
|
217
217
|
}
|
|
218
218
|
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
225
225
|
SPDX-License-Identifier: Apache-2.0
|
|
226
226
|
*/
|
|
227
|
-
.
|
|
227
|
+
.awsui_body_xjuzf_jr3op_227:not(#\9) {
|
|
228
228
|
border-collapse: separate;
|
|
229
229
|
border-spacing: 0;
|
|
230
230
|
box-sizing: border-box;
|
|
@@ -260,20 +260,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
260
260
|
padding-block: var(--space-s-4a5hs8, 12px);
|
|
261
261
|
padding-inline: var(--space-m-n2lypl, 16px);
|
|
262
262
|
}
|
|
263
|
-
.awsui_body-overflow-
|
|
263
|
+
.awsui_body-overflow-visible_xjuzf_jr3op_263:not(#\9) {
|
|
264
264
|
overflow: visible;
|
|
265
265
|
}
|
|
266
|
-
.awsui_body-variant-
|
|
266
|
+
.awsui_body-variant-chart_xjuzf_jr3op_266:not(#\9) {
|
|
267
267
|
padding-block: var(--space-static-s-8me5rn, 12px);
|
|
268
268
|
padding-inline: var(--space-static-s-8me5rn, 12px);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.awsui_has-
|
|
271
|
+
.awsui_has-dismiss_xjuzf_jr3op_271:not(#\9) {
|
|
272
272
|
display: flex;
|
|
273
273
|
align-items: baseline;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.
|
|
276
|
+
.awsui_dismiss_xjuzf_jr3op_276:not(#\9) {
|
|
277
277
|
margin-block: calc(-1 * var(--space-xs-kw7k3v, 8px));
|
|
278
278
|
margin-inline-start: 0;
|
|
279
279
|
margin-inline-end: calc(-1 * (var(--space-xxs-jnczic, 4px) + var(--border-width-popover-dgqo1x, 1px)));
|
|
@@ -281,18 +281,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
281
281
|
order: 1;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.awsui_dismiss-
|
|
284
|
+
.awsui_dismiss-control_xjuzf_jr3op_284:not(#\9) {
|
|
285
285
|
/* used in test-utils */
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.awsui_header-
|
|
288
|
+
.awsui_header-row_xjuzf_jr3op_288:not(#\9) {
|
|
289
289
|
margin-block-end: var(--space-xs-kw7k3v, 8px);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
.
|
|
292
|
+
.awsui_header_xjuzf_jr3op_288:not(#\9) {
|
|
293
293
|
word-wrap: break-word;
|
|
294
294
|
max-inline-size: 100%;
|
|
295
295
|
overflow: hidden;
|
|
296
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
296
297
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
297
298
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
298
299
|
font-weight: var(--font-weight-heading-xs-79d2p7, 400);
|
|
@@ -301,7 +302,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
301
302
|
flex: 1 1 auto;
|
|
302
303
|
/* stylelint-disable-next-line selector-max-type */
|
|
303
304
|
}
|
|
304
|
-
.
|
|
305
|
+
.awsui_header_xjuzf_jr3op_288 > h2:not(#\9) {
|
|
306
|
+
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
305
307
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
306
308
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
307
309
|
font-weight: var(--font-weight-heading-xs-79d2p7, 400);
|
|
@@ -310,7 +312,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
310
312
|
display: inline;
|
|
311
313
|
}
|
|
312
314
|
|
|
313
|
-
.
|
|
315
|
+
.awsui_content_xjuzf_jr3op_315:not(#\9) {
|
|
314
316
|
word-wrap: break-word;
|
|
315
317
|
max-inline-size: 100%;
|
|
316
318
|
overflow: hidden;
|
|
@@ -319,7 +321,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
319
321
|
flex: 1 1 auto;
|
|
320
322
|
min-inline-size: 0;
|
|
321
323
|
}
|
|
322
|
-
.awsui_content-overflow-
|
|
324
|
+
.awsui_content-overflow-visible_xjuzf_jr3op_324:not(#\9) {
|
|
323
325
|
overflow: visible;
|
|
324
326
|
}
|
|
325
327
|
|
|
@@ -331,39 +333,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
333
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
332
334
|
SPDX-License-Identifier: Apache-2.0
|
|
333
335
|
*/
|
|
334
|
-
.
|
|
336
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9) {
|
|
335
337
|
display: inline-block;
|
|
336
338
|
position: fixed;
|
|
337
339
|
inset-block-start: -9999px;
|
|
338
340
|
inset-inline-start: -9999px;
|
|
339
341
|
z-index: 2000;
|
|
340
342
|
}
|
|
341
|
-
.
|
|
343
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9)::before {
|
|
342
344
|
content: "";
|
|
343
345
|
position: absolute;
|
|
344
346
|
}
|
|
345
|
-
.
|
|
347
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-bottom-left_xjuzf_jr3op_347)::before, .awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-bottom-center_xjuzf_jr3op_347)::before, .awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-bottom-right_xjuzf_jr3op_347)::before {
|
|
346
348
|
inset-inline: 0;
|
|
347
349
|
inset-block-start: -10px;
|
|
348
350
|
block-size: 10px;
|
|
349
351
|
}
|
|
350
|
-
.
|
|
352
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-top-left_xjuzf_jr3op_352)::before, .awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-top-center_xjuzf_jr3op_352)::before, .awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-top-right_xjuzf_jr3op_352)::before {
|
|
351
353
|
inset-inline: 0;
|
|
352
354
|
inset-block-end: -10px;
|
|
353
355
|
block-size: 10px;
|
|
354
356
|
}
|
|
355
|
-
.
|
|
357
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-right-top_xjuzf_jr3op_357)::before, .awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357)::before {
|
|
356
358
|
inset-block: 0;
|
|
357
359
|
inset-inline-start: -10px;
|
|
358
360
|
inline-size: 10px;
|
|
359
361
|
}
|
|
360
|
-
.
|
|
362
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-left-top_xjuzf_jr3op_362)::before, .awsui_container_xjuzf_jr3op_336:not(#\9):has(.awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362)::before {
|
|
361
363
|
inset-block: 0;
|
|
362
364
|
inset-inline-end: -10px;
|
|
363
365
|
inline-size: 10px;
|
|
364
366
|
}
|
|
365
367
|
|
|
366
|
-
.awsui_container-
|
|
368
|
+
.awsui_container-body_xjuzf_jr3op_368:not(#\9) {
|
|
367
369
|
border-collapse: separate;
|
|
368
370
|
border-spacing: 0;
|
|
369
371
|
box-sizing: border-box;
|
|
@@ -403,100 +405,100 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
403
405
|
border-inline: var(--border-width-popover-dgqo1x, 1px) solid var(--color-border-popover-gogt7e, #d5dbdb);
|
|
404
406
|
}
|
|
405
407
|
|
|
406
|
-
.awsui_container-body-variant-
|
|
408
|
+
.awsui_container-body-variant-annotation_xjuzf_jr3op_408:not(#\9) {
|
|
407
409
|
background-color: var(--color-background-status-info-nzp1n3, #f1faff);
|
|
408
410
|
border-color: var(--color-border-status-info-kp0iif, #0073bb);
|
|
409
411
|
}
|
|
410
412
|
|
|
411
|
-
.awsui_container-body-size-
|
|
413
|
+
.awsui_container-body-size-small_xjuzf_jr3op_413:not(#\9) {
|
|
412
414
|
max-inline-size: 210px;
|
|
413
415
|
}
|
|
414
|
-
.awsui_container-body-size-
|
|
416
|
+
.awsui_container-body-size-small_xjuzf_jr3op_413.awsui_fixed-width_xjuzf_jr3op_416:not(#\9) {
|
|
415
417
|
inline-size: 210px;
|
|
416
418
|
}
|
|
417
419
|
|
|
418
|
-
.awsui_container-body-size-
|
|
420
|
+
.awsui_container-body-size-medium_xjuzf_jr3op_420:not(#\9) {
|
|
419
421
|
max-inline-size: 310px;
|
|
420
422
|
}
|
|
421
|
-
.awsui_container-body-size-
|
|
423
|
+
.awsui_container-body-size-medium_xjuzf_jr3op_420.awsui_fixed-width_xjuzf_jr3op_416:not(#\9) {
|
|
422
424
|
inline-size: 310px;
|
|
423
425
|
}
|
|
424
426
|
|
|
425
|
-
.awsui_container-body-size-
|
|
427
|
+
.awsui_container-body-size-large_xjuzf_jr3op_427:not(#\9) {
|
|
426
428
|
max-inline-size: 482px;
|
|
427
429
|
}
|
|
428
430
|
@media (max-width: 482px) {
|
|
429
|
-
.awsui_container-body-size-
|
|
431
|
+
.awsui_container-body-size-large_xjuzf_jr3op_427:not(#\9) {
|
|
430
432
|
max-inline-size: 310px;
|
|
431
433
|
}
|
|
432
434
|
}
|
|
433
|
-
.awsui_container-body-size-
|
|
435
|
+
.awsui_container-body-size-large_xjuzf_jr3op_427.awsui_fixed-width_xjuzf_jr3op_416:not(#\9) {
|
|
434
436
|
inline-size: 482px;
|
|
435
437
|
}
|
|
436
438
|
|
|
437
|
-
.awsui_container-
|
|
439
|
+
.awsui_container-arrow_xjuzf_jr3op_347:not(#\9) {
|
|
438
440
|
position: absolute;
|
|
439
441
|
display: inline-block;
|
|
440
442
|
}
|
|
441
|
-
.awsui_container-arrow-position-right-
|
|
443
|
+
.awsui_container-arrow-position-right-top_xjuzf_jr3op_357:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357:not(#\9) {
|
|
442
444
|
transform: rotate(-90deg);
|
|
443
445
|
transform-origin: 0 100%;
|
|
444
446
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
445
447
|
}
|
|
446
|
-
.awsui_container-arrow-position-right-
|
|
448
|
+
.awsui_container-arrow-position-right-top_xjuzf_jr3op_357:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357:not(#\9):dir(rtl) {
|
|
447
449
|
transform: rotate(90deg);
|
|
448
450
|
transform-origin: 100% 100%;
|
|
449
451
|
}
|
|
450
|
-
.awsui_container-arrow-position-right-
|
|
452
|
+
.awsui_container-arrow-position-right-top_xjuzf_jr3op_357:not(#\9) {
|
|
451
453
|
inset-block-start: calc(12px + 10px);
|
|
452
454
|
inset-inline-start: 0;
|
|
453
455
|
}
|
|
454
|
-
.awsui_container-arrow-position-right-
|
|
456
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357:not(#\9) {
|
|
455
457
|
inset-block-end: 12px;
|
|
456
458
|
inset-inline-start: 0;
|
|
457
459
|
}
|
|
458
|
-
.awsui_container-arrow-position-left-
|
|
460
|
+
.awsui_container-arrow-position-left-top_xjuzf_jr3op_362:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362:not(#\9) {
|
|
459
461
|
transform: rotate(90deg);
|
|
460
462
|
transform-origin: 100% 100%;
|
|
461
463
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
462
464
|
}
|
|
463
|
-
.awsui_container-arrow-position-left-
|
|
465
|
+
.awsui_container-arrow-position-left-top_xjuzf_jr3op_362:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362:not(#\9):dir(rtl) {
|
|
464
466
|
transform: rotate(-90deg);
|
|
465
467
|
transform-origin: 0% 100%;
|
|
466
468
|
}
|
|
467
|
-
.awsui_container-arrow-position-left-
|
|
469
|
+
.awsui_container-arrow-position-left-top_xjuzf_jr3op_362:not(#\9) {
|
|
468
470
|
inset-block-start: calc(12px + 10px);
|
|
469
471
|
inset-inline-end: 0;
|
|
470
472
|
}
|
|
471
|
-
.awsui_container-arrow-position-left-
|
|
473
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362:not(#\9) {
|
|
472
474
|
inset-block-end: 12px;
|
|
473
475
|
inset-inline-end: 0;
|
|
474
476
|
}
|
|
475
|
-
.awsui_container-arrow-position-top-
|
|
477
|
+
.awsui_container-arrow-position-top-center_xjuzf_jr3op_352:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_jr3op_352:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_jr3op_352:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_jr3op_477:not(#\9) {
|
|
476
478
|
transform: rotate(180deg);
|
|
477
479
|
transform-origin: 50% 50%;
|
|
478
480
|
}
|
|
479
|
-
.awsui_container-arrow-position-top-
|
|
481
|
+
.awsui_container-arrow-position-top-center_xjuzf_jr3op_352:not(#\9) {
|
|
480
482
|
inset-block-end: -10px;
|
|
481
483
|
inset-inline-start: calc(50% - 10px);
|
|
482
484
|
}
|
|
483
|
-
.awsui_container-arrow-position-top-
|
|
485
|
+
.awsui_container-arrow-position-top-right_xjuzf_jr3op_352:not(#\9) {
|
|
484
486
|
inset-block-end: -10px;
|
|
485
487
|
inset-inline-start: 12px;
|
|
486
488
|
}
|
|
487
|
-
.awsui_container-arrow-position-top-
|
|
489
|
+
.awsui_container-arrow-position-top-left_xjuzf_jr3op_352:not(#\9) {
|
|
488
490
|
inset-block-end: -10px;
|
|
489
491
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
490
492
|
}
|
|
491
|
-
.awsui_container-arrow-position-bottom-
|
|
493
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_jr3op_347:not(#\9) {
|
|
492
494
|
inset-block-start: -10px;
|
|
493
495
|
inset-inline-start: calc(50% - 10px);
|
|
494
496
|
}
|
|
495
|
-
.awsui_container-arrow-position-bottom-
|
|
497
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_jr3op_347:not(#\9) {
|
|
496
498
|
inset-block-start: -10px;
|
|
497
499
|
inset-inline-start: 12px;
|
|
498
500
|
}
|
|
499
|
-
.awsui_container-arrow-position-bottom-
|
|
501
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_jr3op_347:not(#\9) {
|
|
500
502
|
inset-block-start: -10px;
|
|
501
503
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
502
504
|
}
|
|
@@ -509,10 +511,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
509
511
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
510
512
|
SPDX-License-Identifier: Apache-2.0
|
|
511
513
|
*/
|
|
512
|
-
.
|
|
513
|
-
animation: awsui_awsui-motion-fade-
|
|
514
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9) {
|
|
515
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_jr3op_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
514
516
|
}
|
|
515
|
-
@keyframes awsui_awsui-motion-fade-
|
|
517
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_jr3op_1 {
|
|
516
518
|
from {
|
|
517
519
|
opacity: 0.2;
|
|
518
520
|
}
|
|
@@ -521,19 +523,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
521
523
|
}
|
|
522
524
|
}
|
|
523
525
|
@media (prefers-reduced-motion: reduce) {
|
|
524
|
-
.
|
|
526
|
+
.awsui_container_xjuzf_jr3op_336:not(#\9) {
|
|
525
527
|
animation: none;
|
|
526
528
|
transition: none;
|
|
527
529
|
}
|
|
528
530
|
}
|
|
529
|
-
.awsui-motion-disabled .
|
|
531
|
+
.awsui-motion-disabled .awsui_container_xjuzf_jr3op_336:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_jr3op_336:not(#\9) {
|
|
530
532
|
animation: none;
|
|
531
533
|
transition: none;
|
|
532
534
|
}
|
|
533
|
-
.
|
|
534
|
-
animation: awsui_awsui-motion-fade-
|
|
535
|
+
.awsui_container_xjuzf_jr3op_336.awsui_refresh_xjuzf_jr3op_535:not(#\9) {
|
|
536
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_jr3op_1 var(--motion-duration-refresh-only-fast-v9rk6z, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1));
|
|
535
537
|
}
|
|
536
|
-
@keyframes awsui_awsui-motion-fade-
|
|
538
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_jr3op_1 {
|
|
537
539
|
from {
|
|
538
540
|
opacity: 0.2;
|
|
539
541
|
}
|
|
@@ -542,17 +544,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
542
544
|
}
|
|
543
545
|
}
|
|
544
546
|
@media (prefers-reduced-motion: reduce) {
|
|
545
|
-
.
|
|
547
|
+
.awsui_container_xjuzf_jr3op_336.awsui_refresh_xjuzf_jr3op_535:not(#\9) {
|
|
546
548
|
animation: none;
|
|
547
549
|
transition: none;
|
|
548
550
|
}
|
|
549
551
|
}
|
|
550
|
-
.awsui-motion-disabled .
|
|
552
|
+
.awsui-motion-disabled .awsui_container_xjuzf_jr3op_336.awsui_refresh_xjuzf_jr3op_535:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_jr3op_336.awsui_refresh_xjuzf_jr3op_535:not(#\9) {
|
|
551
553
|
animation: none;
|
|
552
554
|
transition: none;
|
|
553
555
|
}
|
|
554
556
|
|
|
555
|
-
.
|
|
557
|
+
.awsui_root_xjuzf_jr3op_557:not(#\9) {
|
|
556
558
|
border-collapse: separate;
|
|
557
559
|
border-spacing: 0;
|
|
558
560
|
box-sizing: border-box;
|
|
@@ -584,17 +586,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
584
586
|
-moz-osx-font-smoothing: auto;
|
|
585
587
|
color: inherit;
|
|
586
588
|
}
|
|
587
|
-
.
|
|
589
|
+
.awsui_root_xjuzf_jr3op_557.awsui_no-wrap_xjuzf_jr3op_589:not(#\9) {
|
|
588
590
|
white-space: nowrap;
|
|
589
591
|
}
|
|
590
|
-
body[data-awsui-focus-visible=true] .
|
|
592
|
+
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_jr3op_557:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:focus, .awsui_trigger-type-text_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:focus) {
|
|
591
593
|
position: relative;
|
|
592
594
|
}
|
|
593
|
-
body[data-awsui-focus-visible=true] .
|
|
595
|
+
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_jr3op_557:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:focus, .awsui_trigger-type-text_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:focus) {
|
|
594
596
|
outline: 2px dotted transparent;
|
|
595
597
|
outline-offset: calc(1px - 1px);
|
|
596
598
|
}
|
|
597
|
-
body[data-awsui-focus-visible=true] .
|
|
599
|
+
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_jr3op_557:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:focus, .awsui_trigger-type-text_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:focus)::before {
|
|
598
600
|
content: " ";
|
|
599
601
|
display: block;
|
|
600
602
|
position: absolute;
|
|
@@ -609,18 +611,18 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_b1pbt_555:not(#\9):has(.aw
|
|
|
609
611
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
610
612
|
}
|
|
611
613
|
|
|
612
|
-
.awsui_root-filtering-
|
|
614
|
+
.awsui_root-filtering-token_xjuzf_jr3op_614:not(#\9) {
|
|
613
615
|
display: flex;
|
|
614
616
|
}
|
|
615
617
|
|
|
616
|
-
.
|
|
618
|
+
.awsui_trigger_xjuzf_jr3op_592:not(#\9) {
|
|
617
619
|
display: inline-block;
|
|
618
620
|
max-inline-size: 100%;
|
|
619
621
|
color: inherit;
|
|
620
622
|
text-align: inherit;
|
|
621
623
|
}
|
|
622
624
|
|
|
623
|
-
.awsui_overflow-
|
|
625
|
+
.awsui_overflow-ellipsis_xjuzf_jr3op_592:not(#\9) {
|
|
624
626
|
white-space: nowrap;
|
|
625
627
|
overflow: hidden;
|
|
626
628
|
text-overflow: ellipsis;
|
|
@@ -628,7 +630,7 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_b1pbt_555:not(#\9):has(.aw
|
|
|
628
630
|
word-break: break-word;
|
|
629
631
|
}
|
|
630
632
|
|
|
631
|
-
.awsui_trigger-type-text-
|
|
633
|
+
.awsui_trigger-type-text-inline_xjuzf_jr3op_592:not(#\9) {
|
|
632
634
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
633
635
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
634
636
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
@@ -646,20 +648,20 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_b1pbt_555:not(#\9):has(.aw
|
|
|
646
648
|
text-decoration-thickness: var(--border-divider-list-width-8ggz94, 1px);
|
|
647
649
|
text-underline-offset: 0.25em;
|
|
648
650
|
}
|
|
649
|
-
.awsui_trigger-type-text-
|
|
651
|
+
.awsui_trigger-type-text-inline_xjuzf_jr3op_592.awsui_overflow-ellipsis_xjuzf_jr3op_592:not(#\9) {
|
|
650
652
|
/*
|
|
651
653
|
This style needs because of the overflow: hidden would otherwise conceal the underline styles.
|
|
652
654
|
*/
|
|
653
655
|
padding-block-end: calc(0.25em + var(--border-divider-list-width-8ggz94, 1px));
|
|
654
656
|
}
|
|
655
657
|
|
|
656
|
-
.awsui_trigger-type-
|
|
658
|
+
.awsui_trigger-type-text_xjuzf_jr3op_592:not(#\9) {
|
|
657
659
|
border-block: 0;
|
|
658
660
|
border-block-end: var(--border-divider-list-width-8ggz94, 1px) dashed currentColor;
|
|
659
661
|
}
|
|
660
662
|
|
|
661
|
-
.awsui_trigger-type-text-
|
|
662
|
-
.awsui_trigger-type-
|
|
663
|
+
.awsui_trigger-type-text-inline_xjuzf_jr3op_592:not(#\9),
|
|
664
|
+
.awsui_trigger-type-text_xjuzf_jr3op_592:not(#\9) {
|
|
663
665
|
border-inline: 0;
|
|
664
666
|
margin-block: 0;
|
|
665
667
|
margin-inline: 0;
|
|
@@ -668,21 +670,21 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_b1pbt_555:not(#\9):has(.aw
|
|
|
668
670
|
background-color: transparent;
|
|
669
671
|
cursor: pointer;
|
|
670
672
|
}
|
|
671
|
-
.awsui_trigger-type-text-
|
|
672
|
-
.awsui_trigger-type-
|
|
673
|
+
.awsui_trigger-type-text-inline_xjuzf_jr3op_592:not(#\9):focus,
|
|
674
|
+
.awsui_trigger-type-text_xjuzf_jr3op_592:not(#\9):focus {
|
|
673
675
|
outline: none;
|
|
674
676
|
}
|
|
675
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
676
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
677
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_jr3op_592:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_jr3op_592):focus,
|
|
678
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_jr3op_592:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_jr3op_592):focus {
|
|
677
679
|
position: relative;
|
|
678
680
|
}
|
|
679
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
680
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
681
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_jr3op_592:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_jr3op_592):focus,
|
|
682
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_jr3op_592:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_jr3op_592):focus {
|
|
681
683
|
outline: 2px dotted transparent;
|
|
682
684
|
outline-offset: calc(1px - 1px);
|
|
683
685
|
}
|
|
684
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
685
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
686
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_jr3op_592:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_jr3op_592):focus::before,
|
|
687
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_jr3op_592:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_jr3op_592):focus::before {
|
|
686
688
|
content: " ";
|
|
687
689
|
display: block;
|
|
688
690
|
position: absolute;
|
|
@@ -697,15 +699,15 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_b1pbt_590:not
|
|
|
697
699
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
698
700
|
}
|
|
699
701
|
|
|
700
|
-
.awsui_trigger-type-filtering-
|
|
702
|
+
.awsui_trigger-type-filtering-token_xjuzf_jr3op_701:not(#\9) {
|
|
701
703
|
display: flex;
|
|
702
704
|
}
|
|
703
705
|
|
|
704
|
-
.awsui_popover-inline-
|
|
706
|
+
.awsui_popover-inline-content_xjuzf_jr3op_705:not(#\9) {
|
|
705
707
|
display: inline;
|
|
706
708
|
}
|
|
707
709
|
|
|
708
|
-
.awsui_hover-
|
|
710
|
+
.awsui_hover-area_xjuzf_jr3op_709:not(#\9) {
|
|
709
711
|
pointer-events: none;
|
|
710
712
|
padding-block: var(--space-static-s-8me5rn, 12px);
|
|
711
713
|
padding-inline: var(--space-static-s-8me5rn, 12px);
|
|
@@ -2,62 +2,62 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
20
|
-
"arrow-variant-info": "awsui_arrow-variant-
|
|
21
|
-
"body": "
|
|
22
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
23
|
-
"body-variant-chart": "awsui_body-variant-
|
|
24
|
-
"has-dismiss": "awsui_has-
|
|
25
|
-
"dismiss": "
|
|
26
|
-
"dismiss-control": "awsui_dismiss-
|
|
27
|
-
"header-row": "awsui_header-
|
|
28
|
-
"header": "
|
|
29
|
-
"content": "
|
|
30
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
31
|
-
"container": "
|
|
32
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
33
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
34
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
35
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
36
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
37
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
38
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
40
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
42
|
-
"container-body": "awsui_container-
|
|
43
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
44
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
45
|
-
"fixed-width": "awsui_fixed-
|
|
46
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
47
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
48
|
-
"container-arrow": "awsui_container-
|
|
49
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
50
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
51
|
-
"refresh": "
|
|
52
|
-
"root": "
|
|
53
|
-
"no-wrap": "awsui_no-
|
|
54
|
-
"trigger-type-text-inline": "awsui_trigger-type-text-
|
|
55
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
56
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
57
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
58
|
-
"trigger": "
|
|
59
|
-
"trigger-type-filtering-token": "awsui_trigger-type-filtering-
|
|
60
|
-
"popover-inline-content": "awsui_popover-inline-
|
|
61
|
-
"hover-area": "awsui_hover-
|
|
5
|
+
"arrow": "awsui_arrow_xjuzf_jr3op_153",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_jr3op_157",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_jr3op_157",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_jr3op_199",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_jr3op_199",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_jr3op_202",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_jr3op_202",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_jr3op_205",
|
|
13
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_jr3op_205",
|
|
14
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_jr3op_205",
|
|
15
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_jr3op_205",
|
|
16
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_jr3op_208",
|
|
17
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_jr3op_208",
|
|
18
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_jr3op_208",
|
|
19
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_jr3op_208",
|
|
20
|
+
"arrow-variant-info": "awsui_arrow-variant-info_xjuzf_jr3op_212",
|
|
21
|
+
"body": "awsui_body_xjuzf_jr3op_227",
|
|
22
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_jr3op_263",
|
|
23
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_jr3op_266",
|
|
24
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_jr3op_271",
|
|
25
|
+
"dismiss": "awsui_dismiss_xjuzf_jr3op_276",
|
|
26
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_jr3op_284",
|
|
27
|
+
"header-row": "awsui_header-row_xjuzf_jr3op_288",
|
|
28
|
+
"header": "awsui_header_xjuzf_jr3op_288",
|
|
29
|
+
"content": "awsui_content_xjuzf_jr3op_315",
|
|
30
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_jr3op_324",
|
|
31
|
+
"container": "awsui_container_xjuzf_jr3op_336",
|
|
32
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_jr3op_347",
|
|
33
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_jr3op_347",
|
|
34
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_jr3op_347",
|
|
35
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_jr3op_352",
|
|
36
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_jr3op_352",
|
|
37
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_jr3op_352",
|
|
38
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_jr3op_357",
|
|
39
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357",
|
|
40
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_jr3op_362",
|
|
41
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362",
|
|
42
|
+
"container-body": "awsui_container-body_xjuzf_jr3op_368",
|
|
43
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_jr3op_408",
|
|
44
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_jr3op_413",
|
|
45
|
+
"fixed-width": "awsui_fixed-width_xjuzf_jr3op_416",
|
|
46
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_jr3op_420",
|
|
47
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_jr3op_427",
|
|
48
|
+
"container-arrow": "awsui_container-arrow_xjuzf_jr3op_347",
|
|
49
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_jr3op_477",
|
|
50
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_jr3op_1",
|
|
51
|
+
"refresh": "awsui_refresh_xjuzf_jr3op_535",
|
|
52
|
+
"root": "awsui_root_xjuzf_jr3op_557",
|
|
53
|
+
"no-wrap": "awsui_no-wrap_xjuzf_jr3op_589",
|
|
54
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_jr3op_592",
|
|
55
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_jr3op_592",
|
|
56
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_jr3op_592",
|
|
57
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_jr3op_614",
|
|
58
|
+
"trigger": "awsui_trigger_xjuzf_jr3op_592",
|
|
59
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_jr3op_701",
|
|
60
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_jr3op_705",
|
|
61
|
+
"hover-area": "awsui_hover-area_xjuzf_jr3op_709"
|
|
62
62
|
};
|
|
63
63
|
|