@cloudscape-design/components-themeable 3.0.847 → 3.0.848
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/alert/styles.scss +3 -3
- package/lib/internal/scss/anchor-navigation/styles.scss +1 -1
- package/lib/internal/scss/flashbar/collapsible.scss +2 -2
- package/lib/internal/scss/flashbar/styles.scss +1 -1
- package/lib/internal/scss/internal/styles/forms/constants.scss +1 -1
- package/lib/internal/scss/internal/styles/forms/mixins.scss +2 -2
- package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -1
- package/lib/internal/scss/link/constants.scss +2 -2
- package/lib/internal/scss/popover/arrow.scss +1 -5
- package/lib/internal/scss/popover/body.scss +1 -1
- package/lib/internal/scss/popover/container.scss +2 -2
- package/lib/internal/scss/property-filter/filtering-token/styles.scss +2 -2
- package/lib/internal/scss/select/parts/styles.scss +3 -3
- package/lib/internal/scss/token-group/mixins.scss +2 -2
- package/lib/internal/template/alert/styles.css.js +28 -28
- package/lib/internal/template/alert/styles.scoped.css +46 -46
- package/lib/internal/template/alert/styles.selectors.js +28 -28
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +19 -19
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/button/styles.css.js +21 -21
- package/lib/internal/template/button/styles.scoped.css +157 -157
- package/lib/internal/template/button/styles.selectors.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +13 -13
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +13 -13
- package/lib/internal/template/button-dropdown/styles.css.js +17 -17
- package/lib/internal/template/button-dropdown/styles.scoped.css +30 -30
- package/lib/internal/template/button-dropdown/styles.selectors.js +17 -17
- package/lib/internal/template/expandable-section/styles.css.js +34 -34
- package/lib/internal/template/expandable-section/styles.scoped.css +67 -67
- package/lib/internal/template/expandable-section/styles.selectors.js +34 -34
- package/lib/internal/template/file-token-group/styles.css.js +22 -22
- package/lib/internal/template/file-token-group/styles.scoped.css +31 -31
- package/lib/internal/template/file-token-group/styles.selectors.js +22 -22
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +151 -151
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +44 -44
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +7 -3
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +13 -13
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +37 -37
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +13 -13
- package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
- package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +10 -10
- package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
- package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +14 -14
- package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -26
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -2
- package/lib/internal/template/internal/generated/styles/tokens.js +4 -2
- package/lib/internal/template/internal/generated/theming/index.cjs +22 -8
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +32 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +32 -0
- package/lib/internal/template/internal/generated/theming/index.js +22 -8
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +73 -73
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/pagination/styles.css.js +9 -9
- package/lib/internal/template/pagination/styles.scoped.css +27 -27
- package/lib/internal/template/pagination/styles.selectors.js +9 -9
- package/lib/internal/template/popover/styles.css.js +52 -52
- package/lib/internal/template/popover/styles.scoped.css +72 -75
- package/lib/internal/template/popover/styles.selectors.js +52 -52
- package/lib/internal/template/prompt-input/styles.css.js +14 -14
- package/lib/internal/template/prompt-input/styles.scoped.css +56 -56
- package/lib/internal/template/prompt-input/styles.selectors.js +14 -14
- package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
- package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +45 -45
- package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +39 -39
- package/lib/internal/template/property-filter/styles.scoped.css +42 -42
- package/lib/internal/template/property-filter/styles.selectors.js +39 -39
- package/lib/internal/template/segmented-control/styles.css.js +15 -15
- package/lib/internal/template/segmented-control/styles.scoped.css +38 -38
- package/lib/internal/template/segmented-control/styles.selectors.js +15 -15
- package/lib/internal/template/select/parts/styles.css.js +21 -21
- package/lib/internal/template/select/parts/styles.scoped.css +26 -26
- package/lib/internal/template/select/parts/styles.selectors.js +21 -21
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +24 -24
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/tiles/styles.css.js +30 -30
- package/lib/internal/template/tiles/styles.scoped.css +79 -79
- package/lib/internal/template/tiles/styles.selectors.js +30 -30
- package/lib/internal/template/token-group/styles.css.js +8 -8
- package/lib/internal/template/token-group/styles.scoped.css +18 -18
- package/lib/internal/template/token-group/styles.selectors.js +8 -8
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +67 -67
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
- package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
- package/package.json +1 -1
|
@@ -186,10 +186,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.awsui_content-
|
|
190
|
-
animation: awsui_awsui-motion-fade-
|
|
189
|
+
.awsui_content-enter_ig8mp_1lipj_189:not(#\9) {
|
|
190
|
+
animation: awsui_awsui-motion-fade-in_ig8mp_1lipj_1 var(--motion-duration-show-paced-kxd6k3, 180ms) var(--motion-easing-show-paced-2zwyek, ease-out);
|
|
191
191
|
}
|
|
192
|
-
@keyframes awsui_awsui-motion-fade-
|
|
192
|
+
@keyframes awsui_awsui-motion-fade-in_ig8mp_1lipj_1 {
|
|
193
193
|
from {
|
|
194
194
|
opacity: 0.2;
|
|
195
195
|
}
|
|
@@ -198,17 +198,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
200
|
@media (prefers-reduced-motion: reduce) {
|
|
201
|
-
.awsui_content-
|
|
201
|
+
.awsui_content-enter_ig8mp_1lipj_189:not(#\9) {
|
|
202
202
|
animation: none;
|
|
203
203
|
transition: none;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
.awsui-motion-disabled .awsui_content-
|
|
206
|
+
.awsui-motion-disabled .awsui_content-enter_ig8mp_1lipj_189:not(#\9), .awsui-mode-entering .awsui_content-enter_ig8mp_1lipj_189:not(#\9) {
|
|
207
207
|
animation: none;
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.awsui_tutorial-
|
|
211
|
+
.awsui_tutorial-list_ig8mp_1lipj_211:not(#\9) {
|
|
212
212
|
border-collapse: separate;
|
|
213
213
|
border-spacing: 0;
|
|
214
214
|
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_1lipj_250:not(#\9) {
|
|
252
252
|
border-collapse: separate;
|
|
253
253
|
border-spacing: 0;
|
|
254
254
|
box-sizing: border-box;
|
|
@@ -292,69 +292,69 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
292
|
padding-block: var(--space-m-u91ipm, 16px);
|
|
293
293
|
padding-inline: var(--space-m-u91ipm, 16px);
|
|
294
294
|
}
|
|
295
|
-
.awsui_tutorial-
|
|
295
|
+
.awsui_tutorial-box_ig8mp_1lipj_250:not(#\9):not(:first-child) {
|
|
296
296
|
margin-block-start: var(--space-l-eenfqd, 20px);
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_tutorial-box-
|
|
299
|
+
.awsui_tutorial-box-title_ig8mp_1lipj_297:not(#\9) {
|
|
300
300
|
display: flex;
|
|
301
301
|
align-items: flex-start;
|
|
302
302
|
justify-content: space-between;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.awsui_tutorial-description-
|
|
305
|
+
.awsui_tutorial-description-plaintext_ig8mp_1lipj_303:not(#\9) {
|
|
306
306
|
white-space: pre-line;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.awsui_tutorial-
|
|
309
|
+
.awsui_tutorial-description_ig8mp_1lipj_303:not(#\9) {
|
|
310
310
|
/* stylelint-disable-next-line @cloudscape-design/no-implicit-descendant, selector-max-type -- Customers can nest their list items inside Box components. */
|
|
311
311
|
}
|
|
312
|
-
.awsui_tutorial-
|
|
312
|
+
.awsui_tutorial-description_ig8mp_1lipj_303 ul:not(#\9) {
|
|
313
313
|
list-style-type: initial;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.awsui_expandable-
|
|
316
|
+
.awsui_expandable-section_ig8mp_1lipj_314:not(#\9) {
|
|
317
317
|
display: none;
|
|
318
318
|
margin-block-start: var(--space-m-u91ipm, 16px);
|
|
319
319
|
}
|
|
320
|
-
.awsui_expandable-
|
|
320
|
+
.awsui_expandable-section_ig8mp_1lipj_314.awsui_expanded_ig8mp_1lipj_318:not(#\9) {
|
|
321
321
|
display: block;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
.awsui_button-
|
|
325
|
-
margin-block: calc(-1 * var(--space-xxs-y2432o, 4px) - var(--border-field-
|
|
326
|
-
margin-inline: calc(-1 * var(--space-xxs-y2432o, 4px) - var(--border-field-
|
|
324
|
+
.awsui_button-wrapper_ig8mp_1lipj_322:not(#\9) {
|
|
325
|
+
margin-block: calc(-1 * var(--space-xxs-y2432o, 4px) - var(--border-width-field-9kmoac, 1px));
|
|
326
|
+
margin-inline: calc(-1 * var(--space-xxs-y2432o, 4px) - var(--border-width-field-9kmoac, 1px));
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.
|
|
329
|
+
.awsui_start_ig8mp_1lipj_327:not(#\9) {
|
|
330
330
|
/* used in test-utils */
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
.awsui_expand-
|
|
333
|
+
.awsui_expand-button_ig8mp_1lipj_331:not(#\9) {
|
|
334
334
|
/* used in test-utils */
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
.awsui_collapse-
|
|
337
|
+
.awsui_collapse-button_ig8mp_1lipj_335:not(#\9) {
|
|
338
338
|
/* used in test-utils */
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
.awsui_learn-more-
|
|
341
|
+
.awsui_learn-more-link_ig8mp_1lipj_339:not(#\9) {
|
|
342
342
|
/* used in test-utils */
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
.
|
|
345
|
+
.awsui_title_ig8mp_1lipj_343:not(#\9) {
|
|
346
346
|
/* used in test-utils */
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
.awsui_prerequisites-
|
|
349
|
+
.awsui_prerequisites-alert_ig8mp_1lipj_347:not(#\9) {
|
|
350
350
|
/* used in test-utils */
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
.
|
|
353
|
+
.awsui_completed_ig8mp_1lipj_351:not(#\9) {
|
|
354
354
|
/* used in test-utils */
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
.awsui_download-
|
|
357
|
+
.awsui_download-link_ig8mp_1lipj_355:not(#\9) {
|
|
358
358
|
border-collapse: separate;
|
|
359
359
|
border-spacing: 0;
|
|
360
360
|
box-sizing: border-box;
|
|
@@ -394,18 +394,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
394
394
|
letter-spacing: 0.005em;
|
|
395
395
|
color: var(--color-text-body-secondary-z2wo4i, #545b64);
|
|
396
396
|
}
|
|
397
|
-
.awsui_download-
|
|
397
|
+
.awsui_download-link_ig8mp_1lipj_355:not(#\9):hover {
|
|
398
398
|
cursor: pointer;
|
|
399
399
|
}
|
|
400
|
-
.awsui_download-
|
|
400
|
+
.awsui_download-link_ig8mp_1lipj_355:not(#\9):focus {
|
|
401
401
|
outline: none;
|
|
402
402
|
}
|
|
403
|
-
.awsui_download-
|
|
403
|
+
.awsui_download-link_ig8mp_1lipj_355:not(#\9):active, .awsui_download-link_ig8mp_1lipj_355:not(#\9):focus, .awsui_download-link_ig8mp_1lipj_355:not(#\9):hover {
|
|
404
404
|
text-decoration: underline;
|
|
405
405
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
406
406
|
text-decoration-color: currentColor;
|
|
407
407
|
}
|
|
408
|
-
body[data-awsui-focus-visible=true] .awsui_download-
|
|
408
|
+
body[data-awsui-focus-visible=true] .awsui_download-link_ig8mp_1lipj_355:not(#\9):focus {
|
|
409
409
|
outline: thin dotted;
|
|
410
410
|
outline: var(--border-link-focus-ring-outline-bptw2p, 5px auto Highlight);
|
|
411
411
|
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_1lipj_189",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_ig8mp_1lipj_1",
|
|
7
|
+
"tutorial-list": "awsui_tutorial-list_ig8mp_1lipj_211",
|
|
8
|
+
"tutorial-box": "awsui_tutorial-box_ig8mp_1lipj_250",
|
|
9
|
+
"tutorial-box-title": "awsui_tutorial-box-title_ig8mp_1lipj_297",
|
|
10
|
+
"tutorial-description-plaintext": "awsui_tutorial-description-plaintext_ig8mp_1lipj_303",
|
|
11
|
+
"tutorial-description": "awsui_tutorial-description_ig8mp_1lipj_303",
|
|
12
|
+
"expandable-section": "awsui_expandable-section_ig8mp_1lipj_314",
|
|
13
|
+
"expanded": "awsui_expanded_ig8mp_1lipj_318",
|
|
14
|
+
"button-wrapper": "awsui_button-wrapper_ig8mp_1lipj_322",
|
|
15
|
+
"start": "awsui_start_ig8mp_1lipj_327",
|
|
16
|
+
"expand-button": "awsui_expand-button_ig8mp_1lipj_331",
|
|
17
|
+
"collapse-button": "awsui_collapse-button_ig8mp_1lipj_335",
|
|
18
|
+
"learn-more-link": "awsui_learn-more-link_ig8mp_1lipj_339",
|
|
19
|
+
"title": "awsui_title_ig8mp_1lipj_343",
|
|
20
|
+
"prerequisites-alert": "awsui_prerequisites-alert_ig8mp_1lipj_347",
|
|
21
|
+
"completed": "awsui_completed_ig8mp_1lipj_351",
|
|
22
|
+
"download-link": "awsui_download-link_ig8mp_1lipj_355"
|
|
23
23
|
};
|
|
24
24
|
|