@cloudscape-design/components 3.0.1155 → 3.0.1156
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/anchor-navigation/styles.css.js +8 -8
- package/anchor-navigation/styles.scoped.css +21 -21
- package/anchor-navigation/styles.selectors.js +8 -8
- package/app-layout/visual-refresh/styles.css.js +86 -86
- package/app-layout/visual-refresh/styles.scoped.css +164 -163
- package/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
- package/attribute-editor/styles.css.js +15 -15
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +15 -15
- package/box/styles.css.js +192 -192
- package/box/styles.scoped.css +241 -241
- package/box/styles.selectors.js +192 -192
- package/breadcrumb-group/item/styles.css.js +7 -7
- package/breadcrumb-group/item/styles.scoped.css +28 -28
- package/breadcrumb-group/item/styles.selectors.js +7 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +78 -78
- package/button/styles.selectors.js +22 -22
- package/button-dropdown/item-element/styles.css.js +20 -20
- package/button-dropdown/item-element/styles.scoped.css +35 -35
- package/button-dropdown/item-element/styles.selectors.js +20 -20
- package/cards/styles.css.js +39 -39
- package/cards/styles.scoped.css +51 -51
- package/cards/styles.selectors.js +39 -39
- package/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +139 -139
- package/code-editor/styles.selectors.js +33 -33
- package/drawer/implementation.d.ts +1 -0
- package/drawer/implementation.d.ts.map +1 -1
- package/drawer/implementation.js +13 -4
- package/drawer/implementation.js.map +1 -1
- package/drawer/interfaces.d.ts +7 -0
- package/drawer/interfaces.d.ts.map +1 -1
- package/drawer/interfaces.js.map +1 -1
- package/drawer/styles.css.js +12 -8
- package/drawer/styles.scoped.css +35 -13
- package/drawer/styles.selectors.js +12 -8
- package/drawer/use-sticky-footer.d.ts +11 -0
- package/drawer/use-sticky-footer.d.ts.map +1 -0
- package/drawer/use-sticky-footer.js +35 -0
- package/drawer/use-sticky-footer.js.map +1 -0
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +75 -75
- package/help-panel/styles.selectors.js +6 -6
- package/icon/styles.css.js +39 -39
- package/icon/styles.scoped.css +87 -87
- package/icon/styles.selectors.js +39 -39
- package/internal/base-component/styles.scoped.css +62 -50
- package/internal/components/button-trigger/styles.css.js +13 -13
- package/internal/components/button-trigger/styles.scoped.css +29 -29
- package/internal/components/button-trigger/styles.selectors.js +13 -13
- package/internal/components/cartesian-chart/styles.css.js +28 -28
- package/internal/components/cartesian-chart/styles.scoped.css +33 -33
- package/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.js +8 -8
- package/internal/generated/theming/index.cjs +24 -24
- package/internal/generated/theming/index.js +24 -24
- package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
- package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
- package/internal/hooks/use-portal-mode-classes/index.js +2 -2
- package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/key-value-pairs/styles.css.js +8 -8
- package/key-value-pairs/styles.scoped.css +10 -10
- package/key-value-pairs/styles.selectors.js +8 -8
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +91 -91
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +57 -57
- package/popover/styles.scoped.css +87 -87
- package/popover/styles.selectors.js +57 -57
- package/progress-bar/styles.css.js +19 -19
- package/progress-bar/styles.scoped.css +31 -31
- package/progress-bar/styles.selectors.js +19 -19
- package/side-navigation/styles.css.js +30 -30
- package/side-navigation/styles.scoped.css +47 -47
- package/side-navigation/styles.selectors.js +30 -30
- package/split-panel/icons/styles.css.js +22 -22
- package/split-panel/icons/styles.scoped.css +25 -25
- package/split-panel/icons/styles.selectors.js +22 -22
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +13 -13
- package/tag-editor/styles.selectors.js +3 -3
- package/test-utils/dom/drawer/index.d.ts +1 -0
- package/test-utils/dom/drawer/index.js +3 -0
- package/test-utils/dom/drawer/index.js.map +1 -1
- package/test-utils/selectors/drawer/index.d.ts +1 -0
- package/test-utils/selectors/drawer/index.js +3 -0
- package/test-utils/selectors/drawer/index.js.map +1 -1
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +66 -66
- package/text-content/styles.selectors.js +1 -1
- package/token/styles.css.js +14 -14
- package/token/styles.scoped.css +29 -29
- package/token/styles.selectors.js +14 -14
- package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
|
@@ -190,10 +190,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.awsui_content-
|
|
194
|
-
animation: awsui_awsui-motion-fade-
|
|
193
|
+
.awsui_content-enter_ig8mp_15k2z_193:not(#\9) {
|
|
194
|
+
animation: awsui_awsui-motion-fade-in_ig8mp_15k2z_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
|
|
195
195
|
}
|
|
196
|
-
@keyframes awsui_awsui-motion-fade-
|
|
196
|
+
@keyframes awsui_awsui-motion-fade-in_ig8mp_15k2z_1 {
|
|
197
197
|
from {
|
|
198
198
|
opacity: 0.2;
|
|
199
199
|
}
|
|
@@ -202,17 +202,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
@media (prefers-reduced-motion: reduce) {
|
|
205
|
-
.awsui_content-
|
|
205
|
+
.awsui_content-enter_ig8mp_15k2z_193:not(#\9) {
|
|
206
206
|
animation: none;
|
|
207
207
|
transition: none;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
.awsui-motion-disabled .awsui_content-
|
|
210
|
+
.awsui-motion-disabled .awsui_content-enter_ig8mp_15k2z_193:not(#\9), .awsui-mode-entering .awsui_content-enter_ig8mp_15k2z_193:not(#\9) {
|
|
211
211
|
animation: none;
|
|
212
212
|
transition: none;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.awsui_tutorial-
|
|
215
|
+
.awsui_tutorial-list_ig8mp_15k2z_215:not(#\9) {
|
|
216
216
|
border-collapse: separate;
|
|
217
217
|
border-spacing: 0;
|
|
218
218
|
box-sizing: border-box;
|
|
@@ -248,7 +248,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
248
248
|
margin-inline: 0;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.awsui_tutorial-
|
|
251
|
+
.awsui_tutorial-box_ig8mp_15k2z_251:not(#\9) {
|
|
252
252
|
border-collapse: separate;
|
|
253
253
|
border-spacing: 0;
|
|
254
254
|
box-sizing: border-box;
|
|
@@ -288,69 +288,69 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
288
288
|
padding-block: var(--space-m-dsumyt, 16px);
|
|
289
289
|
padding-inline: var(--space-m-dsumyt, 16px);
|
|
290
290
|
}
|
|
291
|
-
.awsui_tutorial-
|
|
291
|
+
.awsui_tutorial-box_ig8mp_15k2z_251:not(#\9):not(:first-child) {
|
|
292
292
|
margin-block-start: var(--space-l-2ud1p3, 20px);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.awsui_tutorial-box-
|
|
295
|
+
.awsui_tutorial-box-title_ig8mp_15k2z_295:not(#\9) {
|
|
296
296
|
display: flex;
|
|
297
297
|
align-items: flex-start;
|
|
298
298
|
justify-content: space-between;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.awsui_tutorial-description-
|
|
301
|
+
.awsui_tutorial-description-plaintext_ig8mp_15k2z_301:not(#\9) {
|
|
302
302
|
white-space: pre-line;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.awsui_tutorial-
|
|
305
|
+
.awsui_tutorial-description_ig8mp_15k2z_301:not(#\9) {
|
|
306
306
|
/* stylelint-disable-next-line @cloudscape-design/no-implicit-descendant, selector-max-type -- Customers can nest their list items inside Box components. */
|
|
307
307
|
}
|
|
308
|
-
.awsui_tutorial-
|
|
308
|
+
.awsui_tutorial-description_ig8mp_15k2z_301 ul:not(#\9) {
|
|
309
309
|
list-style-type: initial;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.awsui_expandable-
|
|
312
|
+
.awsui_expandable-section_ig8mp_15k2z_312:not(#\9) {
|
|
313
313
|
display: none;
|
|
314
314
|
margin-block-start: var(--space-m-dsumyt, 16px);
|
|
315
315
|
}
|
|
316
|
-
.awsui_expandable-
|
|
316
|
+
.awsui_expandable-section_ig8mp_15k2z_312.awsui_expanded_ig8mp_15k2z_316:not(#\9) {
|
|
317
317
|
display: block;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.awsui_button-
|
|
320
|
+
.awsui_button-wrapper_ig8mp_15k2z_320:not(#\9) {
|
|
321
321
|
margin-block: calc(-1 * var(--space-xxs-hwfkai, 4px) - var(--border-width-button-jm0qg7, 2px));
|
|
322
322
|
margin-inline: calc(-1 * var(--space-xxs-hwfkai, 4px) - var(--border-width-button-jm0qg7, 2px));
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.
|
|
325
|
+
.awsui_start_ig8mp_15k2z_325:not(#\9) {
|
|
326
326
|
/* used in test-utils */
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.awsui_expand-
|
|
329
|
+
.awsui_expand-button_ig8mp_15k2z_329:not(#\9) {
|
|
330
330
|
/* used in test-utils */
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
.awsui_collapse-
|
|
333
|
+
.awsui_collapse-button_ig8mp_15k2z_333:not(#\9) {
|
|
334
334
|
/* used in test-utils */
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.awsui_learn-more-
|
|
337
|
+
.awsui_learn-more-link_ig8mp_15k2z_337:not(#\9) {
|
|
338
338
|
/* used in test-utils */
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
.
|
|
341
|
+
.awsui_title_ig8mp_15k2z_341:not(#\9) {
|
|
342
342
|
/* used in test-utils */
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
.awsui_prerequisites-
|
|
345
|
+
.awsui_prerequisites-alert_ig8mp_15k2z_345:not(#\9) {
|
|
346
346
|
/* used in test-utils */
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
.
|
|
349
|
+
.awsui_completed_ig8mp_15k2z_349:not(#\9) {
|
|
350
350
|
/* used in test-utils */
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
.awsui_download-
|
|
353
|
+
.awsui_download-link_ig8mp_15k2z_353:not(#\9) {
|
|
354
354
|
border-collapse: separate;
|
|
355
355
|
border-spacing: 0;
|
|
356
356
|
box-sizing: border-box;
|
|
@@ -384,20 +384,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
384
384
|
display: inline;
|
|
385
385
|
white-space: inherit;
|
|
386
386
|
letter-spacing: 0.005em;
|
|
387
|
-
color: var(--color-text-body-secondary-
|
|
387
|
+
color: var(--color-text-body-secondary-yna5sb, #424650);
|
|
388
388
|
}
|
|
389
|
-
.awsui_download-
|
|
389
|
+
.awsui_download-link_ig8mp_15k2z_353:not(#\9):hover {
|
|
390
390
|
cursor: pointer;
|
|
391
391
|
}
|
|
392
|
-
.awsui_download-
|
|
392
|
+
.awsui_download-link_ig8mp_15k2z_353:not(#\9):focus {
|
|
393
393
|
outline: none;
|
|
394
394
|
}
|
|
395
|
-
.awsui_download-
|
|
395
|
+
.awsui_download-link_ig8mp_15k2z_353:not(#\9):active, .awsui_download-link_ig8mp_15k2z_353:not(#\9):focus, .awsui_download-link_ig8mp_15k2z_353:not(#\9):hover {
|
|
396
396
|
text-decoration: underline;
|
|
397
397
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
398
398
|
text-decoration-color: currentColor;
|
|
399
399
|
}
|
|
400
|
-
body[data-awsui-focus-visible=true] .awsui_download-
|
|
400
|
+
body[data-awsui-focus-visible=true] .awsui_download-link_ig8mp_15k2z_353:not(#\9):focus {
|
|
401
401
|
outline: thin dotted;
|
|
402
402
|
outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
|
|
403
403
|
outline-offset: 2px;
|
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"content-enter": "awsui_content-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"tutorial-list": "awsui_tutorial-
|
|
8
|
-
"tutorial-box": "awsui_tutorial-
|
|
9
|
-
"tutorial-box-title": "awsui_tutorial-box-
|
|
10
|
-
"tutorial-description-plaintext": "awsui_tutorial-description-
|
|
11
|
-
"tutorial-description": "awsui_tutorial-
|
|
12
|
-
"expandable-section": "awsui_expandable-
|
|
13
|
-
"expanded": "
|
|
14
|
-
"button-wrapper": "awsui_button-
|
|
15
|
-
"start": "
|
|
16
|
-
"expand-button": "awsui_expand-
|
|
17
|
-
"collapse-button": "awsui_collapse-
|
|
18
|
-
"learn-more-link": "awsui_learn-more-
|
|
19
|
-
"title": "
|
|
20
|
-
"prerequisites-alert": "awsui_prerequisites-
|
|
21
|
-
"completed": "
|
|
22
|
-
"download-link": "awsui_download-
|
|
5
|
+
"content-enter": "awsui_content-enter_ig8mp_15k2z_193",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_ig8mp_15k2z_1",
|
|
7
|
+
"tutorial-list": "awsui_tutorial-list_ig8mp_15k2z_215",
|
|
8
|
+
"tutorial-box": "awsui_tutorial-box_ig8mp_15k2z_251",
|
|
9
|
+
"tutorial-box-title": "awsui_tutorial-box-title_ig8mp_15k2z_295",
|
|
10
|
+
"tutorial-description-plaintext": "awsui_tutorial-description-plaintext_ig8mp_15k2z_301",
|
|
11
|
+
"tutorial-description": "awsui_tutorial-description_ig8mp_15k2z_301",
|
|
12
|
+
"expandable-section": "awsui_expandable-section_ig8mp_15k2z_312",
|
|
13
|
+
"expanded": "awsui_expanded_ig8mp_15k2z_316",
|
|
14
|
+
"button-wrapper": "awsui_button-wrapper_ig8mp_15k2z_320",
|
|
15
|
+
"start": "awsui_start_ig8mp_15k2z_325",
|
|
16
|
+
"expand-button": "awsui_expand-button_ig8mp_15k2z_329",
|
|
17
|
+
"collapse-button": "awsui_collapse-button_ig8mp_15k2z_333",
|
|
18
|
+
"learn-more-link": "awsui_learn-more-link_ig8mp_15k2z_337",
|
|
19
|
+
"title": "awsui_title_ig8mp_15k2z_341",
|
|
20
|
+
"prerequisites-alert": "awsui_prerequisites-alert_ig8mp_15k2z_345",
|
|
21
|
+
"completed": "awsui_completed_ig8mp_15k2z_349",
|
|
22
|
+
"download-link": "awsui_download-link_ig8mp_15k2z_353"
|
|
23
23
|
};
|
|
24
24
|
|