@cloudscape-design/components-themeable 3.0.1364 → 3.0.1366
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/template/attribute-editor/styles.scoped.css +0 -2
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +0 -2
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +0 -2
- package/lib/internal/template/help-panel/styles.scoped.css +0 -4
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +0 -2
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/link/styles.scoped.css +0 -16
- package/lib/internal/template/popover/styles.scoped.css +1 -2
- package/lib/internal/template/prompt-input/styles.scoped.css +1 -2
- package/lib/internal/template/tag-editor/styles.scoped.css +0 -2
- package/lib/internal/template/text-content/styles.scoped.css +0 -4
- package/package.json +1 -1
|
@@ -111,9 +111,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
111
111
|
letter-spacing: normal;
|
|
112
112
|
text-decoration-line: underline;
|
|
113
113
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
114
|
-
transition-property: color, -webkit-text-decoration;
|
|
115
114
|
transition-property: color, text-decoration;
|
|
116
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
117
115
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
118
116
|
}
|
|
119
117
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -32,9 +32,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
32
32
|
letter-spacing: normal;
|
|
33
33
|
text-decoration-line: underline;
|
|
34
34
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
35
|
-
transition-property: color, -webkit-text-decoration;
|
|
36
35
|
transition-property: color, text-decoration;
|
|
37
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
38
36
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
39
37
|
}
|
|
40
38
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -82,9 +82,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
82
82
|
letter-spacing: normal;
|
|
83
83
|
text-decoration-line: underline;
|
|
84
84
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
85
|
-
transition-property: color, -webkit-text-decoration;
|
|
86
85
|
transition-property: color, text-decoration;
|
|
87
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
88
86
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
89
87
|
}
|
|
90
88
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -242,9 +242,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
242
242
|
letter-spacing: normal;
|
|
243
243
|
text-decoration-line: underline;
|
|
244
244
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
245
|
-
transition-property: color, -webkit-text-decoration;
|
|
246
245
|
transition-property: color, text-decoration;
|
|
247
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
248
246
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
249
247
|
}
|
|
250
248
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -293,9 +291,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
293
291
|
letter-spacing: normal;
|
|
294
292
|
text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
|
|
295
293
|
text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
|
|
296
|
-
transition-property: color, -webkit-text-decoration;
|
|
297
294
|
transition-property: color, text-decoration;
|
|
298
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
299
295
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
300
296
|
}
|
|
301
297
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -110,9 +110,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
110
110
|
letter-spacing: normal;
|
|
111
111
|
text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
|
|
112
112
|
text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
|
|
113
|
-
transition-property: color, -webkit-text-decoration;
|
|
114
113
|
transition-property: color, text-decoration;
|
|
115
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
116
114
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
117
115
|
}
|
|
118
116
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (05314375)";
|
|
3
|
+
export var GIT_SHA = "05314375";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -47,9 +47,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
47
47
|
letter-spacing: normal;
|
|
48
48
|
text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
|
|
49
49
|
text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
|
|
50
|
-
transition-property: color, -webkit-text-decoration;
|
|
51
50
|
transition-property: color, text-decoration;
|
|
52
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
53
51
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
54
52
|
}
|
|
55
53
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -82,9 +80,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
82
80
|
letter-spacing: var(--font-link-button-letter-spacing-3qtgsm, normal);
|
|
83
81
|
text-decoration-line: underline;
|
|
84
82
|
text-decoration-color: var(--color-text-link-button-underline-dfac05, currentColor);
|
|
85
|
-
transition-property: color, -webkit-text-decoration;
|
|
86
83
|
transition-property: color, text-decoration;
|
|
87
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
88
84
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
89
85
|
}
|
|
90
86
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -119,9 +115,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
119
115
|
letter-spacing: normal;
|
|
120
116
|
text-decoration-line: var(--font-decoration-line-link-secondary-tcr1f6, none);
|
|
121
117
|
text-decoration-color: var(--color-text-link-secondary-decoration-default-i3q9ql, transparent);
|
|
122
|
-
transition-property: color, -webkit-text-decoration;
|
|
123
118
|
transition-property: color, text-decoration;
|
|
124
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
125
119
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
126
120
|
}
|
|
127
121
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -154,9 +148,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
154
148
|
letter-spacing: normal;
|
|
155
149
|
text-decoration-line: underline;
|
|
156
150
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
157
|
-
transition-property: color, -webkit-text-decoration;
|
|
158
151
|
transition-property: color, text-decoration;
|
|
159
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
160
152
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
161
153
|
}
|
|
162
154
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -191,9 +183,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
191
183
|
letter-spacing: 0.005em;
|
|
192
184
|
text-decoration-line: none;
|
|
193
185
|
text-decoration-color: transparent;
|
|
194
|
-
transition-property: color, -webkit-text-decoration;
|
|
195
186
|
transition-property: color, text-decoration;
|
|
196
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
197
187
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
198
188
|
}
|
|
199
189
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -225,9 +215,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
225
215
|
font-weight: var(--font-weight-display-l-mgsrr3, 700);
|
|
226
216
|
text-decoration-line: underline;
|
|
227
217
|
text-decoration-color: currentColor;
|
|
228
|
-
transition-property: color, -webkit-text-decoration;
|
|
229
218
|
transition-property: color, text-decoration;
|
|
230
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
231
219
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
232
220
|
}
|
|
233
221
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -262,9 +250,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
262
250
|
letter-spacing: 0.005em;
|
|
263
251
|
text-decoration-line: none;
|
|
264
252
|
text-decoration-color: transparent;
|
|
265
|
-
transition-property: color, -webkit-text-decoration;
|
|
266
253
|
transition-property: color, text-decoration;
|
|
267
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
268
254
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
269
255
|
}
|
|
270
256
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -299,9 +285,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
299
285
|
letter-spacing: var(--font-button-letter-spacing-7mz5n3, 0.25px);
|
|
300
286
|
text-decoration-line: none;
|
|
301
287
|
text-decoration-color: transparent;
|
|
302
|
-
transition-property: color, -webkit-text-decoration;
|
|
303
288
|
transition-property: color, text-decoration;
|
|
304
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
305
289
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
306
290
|
}
|
|
307
291
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -493,8 +493,7 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_n6wl7_407:not(#\9):has(.aw
|
|
|
493
493
|
This transparent border is necessary to maintain space between the trigger and the bottom-positioned popover.
|
|
494
494
|
*/
|
|
495
495
|
border-block-end: var(--border-divider-list-width-2qbfmz, 1px) dashed transparent;
|
|
496
|
-
|
|
497
|
-
text-decoration: underline dashed currentColor;
|
|
496
|
+
text-decoration: underline dashed currentColor;
|
|
498
497
|
text-decoration-thickness: var(--border-divider-list-width-2qbfmz, 1px);
|
|
499
498
|
text-underline-offset: 0.25em;
|
|
500
499
|
}
|
|
@@ -407,8 +407,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
.awsui_trigger-token_55fkh_7hmfa_409:not(#\9) {
|
|
410
|
-
|
|
411
|
-
text-decoration: underline dashed currentColor;
|
|
410
|
+
text-decoration: underline dashed currentColor;
|
|
412
411
|
text-decoration-thickness: var(--border-divider-list-width-2qbfmz, 1px);
|
|
413
412
|
text-underline-offset: var(--space-xxxs-3ulqs3, 2px);
|
|
414
413
|
}
|
|
@@ -25,9 +25,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
25
25
|
letter-spacing: var(--font-link-button-letter-spacing-3qtgsm, normal);
|
|
26
26
|
text-decoration-line: underline;
|
|
27
27
|
text-decoration-color: var(--color-text-link-button-underline-dfac05, currentColor);
|
|
28
|
-
transition-property: color, -webkit-text-decoration;
|
|
29
28
|
transition-property: color, text-decoration;
|
|
30
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
31
29
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
32
30
|
}
|
|
33
31
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -132,9 +132,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
letter-spacing: normal;
|
|
133
133
|
text-decoration-line: underline;
|
|
134
134
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
135
|
-
transition-property: color, -webkit-text-decoration;
|
|
136
135
|
transition-property: color, text-decoration;
|
|
137
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
138
136
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
139
137
|
}
|
|
140
138
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -181,9 +179,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
181
179
|
letter-spacing: normal;
|
|
182
180
|
text-decoration-line: underline;
|
|
183
181
|
text-decoration-color: var(--color-text-link-decoration-default-ku4wkw, currentColor);
|
|
184
|
-
transition-property: color, -webkit-text-decoration;
|
|
185
182
|
transition-property: color, text-decoration;
|
|
186
|
-
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
187
183
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
188
184
|
}
|
|
189
185
|
@media (prefers-reduced-motion: reduce) {
|