@cloudscape-design/components 3.0.427 → 3.0.428
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/attribute-editor/styles.css.js +14 -14
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +14 -14
- package/breadcrumb-group/item/styles.css.js +9 -9
- package/breadcrumb-group/item/styles.scoped.css +21 -21
- package/breadcrumb-group/item/styles.selectors.js +9 -9
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +71 -71
- package/help-panel/styles.selectors.js +4 -4
- package/internal/components/token-list/styles.css.js +9 -9
- package/internal/components/token-list/styles.scoped.css +24 -24
- package/internal/components/token-list/styles.selectors.js +9 -9
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +108 -107
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +14 -14
- package/tag-editor/styles.selectors.js +3 -3
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +68 -68
- package/text-content/styles.selectors.js +1 -1
package/link/styles.scoped.css
CHANGED
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_link_4c84z_5dqaj_93:not(#\9) {
|
|
94
94
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
95
95
|
border-collapse: separate;
|
|
96
96
|
border-spacing: 0;
|
|
@@ -132,47 +132,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
133
133
|
font-weight: inherit;
|
|
134
134
|
letter-spacing: normal;
|
|
135
|
-
text-decoration: none;
|
|
136
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
135
|
+
text-decoration-line: none;
|
|
137
136
|
text-decoration-color: transparent;
|
|
138
137
|
transition-property: color, -webkit-text-decoration;
|
|
139
138
|
transition-property: color, text-decoration;
|
|
140
139
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
141
140
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
141
|
+
text-underline-offset: 0.25em;
|
|
142
|
+
text-decoration-thickness: 1px;
|
|
142
143
|
}
|
|
143
144
|
@media (prefers-reduced-motion: reduce) {
|
|
144
|
-
.
|
|
145
|
+
.awsui_link_4c84z_5dqaj_93:not(#\9) {
|
|
145
146
|
animation: none;
|
|
146
147
|
transition: none;
|
|
147
148
|
}
|
|
148
149
|
}
|
|
149
|
-
.awsui-motion-disabled .
|
|
150
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93:not(#\9) {
|
|
150
151
|
animation: none;
|
|
151
152
|
transition: none;
|
|
152
153
|
}
|
|
153
|
-
.
|
|
154
|
+
.awsui_link_4c84z_5dqaj_93:not(#\9):hover {
|
|
154
155
|
cursor: pointer;
|
|
155
156
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
156
157
|
}
|
|
157
|
-
.
|
|
158
|
+
.awsui_link_4c84z_5dqaj_93:not(#\9):focus {
|
|
158
159
|
outline: none;
|
|
159
160
|
}
|
|
160
|
-
.
|
|
161
|
+
.awsui_link_4c84z_5dqaj_93:not(#\9):active {
|
|
161
162
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
162
163
|
}
|
|
163
|
-
.
|
|
164
|
-
text-decoration: underline;
|
|
165
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
164
|
+
.awsui_link_4c84z_5dqaj_93:not(#\9):active, .awsui_link_4c84z_5dqaj_93:not(#\9):focus, .awsui_link_4c84z_5dqaj_93:not(#\9):hover {
|
|
165
|
+
text-decoration-line: underline;
|
|
166
166
|
text-decoration-color: currentColor;
|
|
167
167
|
}
|
|
168
|
-
.
|
|
168
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9) {
|
|
169
169
|
-webkit-font-smoothing: inherit;
|
|
170
170
|
-moz-osx-font-smoothing: inherit;
|
|
171
171
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
172
172
|
font-weight: inherit;
|
|
173
173
|
letter-spacing: normal;
|
|
174
|
-
text-decoration: none;
|
|
175
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
174
|
+
text-decoration-line: none;
|
|
176
175
|
text-decoration-color: transparent;
|
|
177
176
|
transition-property: color, -webkit-text-decoration;
|
|
178
177
|
transition-property: color, text-decoration;
|
|
@@ -180,36 +179,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
180
179
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
181
180
|
}
|
|
182
181
|
@media (prefers-reduced-motion: reduce) {
|
|
183
|
-
.
|
|
182
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9) {
|
|
184
183
|
animation: none;
|
|
185
184
|
transition: none;
|
|
186
185
|
}
|
|
187
186
|
}
|
|
188
|
-
.awsui-motion-disabled .
|
|
187
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9) {
|
|
189
188
|
animation: none;
|
|
190
189
|
transition: none;
|
|
191
190
|
}
|
|
192
|
-
.
|
|
191
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9):hover {
|
|
193
192
|
cursor: pointer;
|
|
194
193
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
195
194
|
}
|
|
196
|
-
.
|
|
195
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9):focus {
|
|
197
196
|
outline: none;
|
|
198
197
|
}
|
|
199
|
-
.
|
|
198
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9):active {
|
|
200
199
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
201
200
|
}
|
|
202
|
-
.
|
|
203
|
-
text-decoration: underline;
|
|
204
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
201
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_variant-secondary_4c84z_5dqaj_140:not(#\9):hover {
|
|
202
|
+
text-decoration-line: underline;
|
|
205
203
|
text-decoration-color: currentColor;
|
|
206
204
|
}
|
|
207
|
-
.
|
|
205
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9) {
|
|
208
206
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
209
207
|
font-weight: inherit;
|
|
210
208
|
letter-spacing: normal;
|
|
211
|
-
text-decoration: underline;
|
|
212
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
209
|
+
text-decoration-line: underline;
|
|
213
210
|
text-decoration-color: currentColor;
|
|
214
211
|
transition-property: color, -webkit-text-decoration;
|
|
215
212
|
transition-property: color, text-decoration;
|
|
@@ -217,38 +214,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
217
214
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
218
215
|
}
|
|
219
216
|
@media (prefers-reduced-motion: reduce) {
|
|
220
|
-
.
|
|
217
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9) {
|
|
221
218
|
animation: none;
|
|
222
219
|
transition: none;
|
|
223
220
|
}
|
|
224
221
|
}
|
|
225
|
-
.awsui-motion-disabled .
|
|
222
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9) {
|
|
226
223
|
animation: none;
|
|
227
224
|
transition: none;
|
|
228
225
|
}
|
|
229
|
-
.
|
|
226
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9):hover {
|
|
230
227
|
cursor: pointer;
|
|
231
228
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
232
229
|
}
|
|
233
|
-
.
|
|
230
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9):focus {
|
|
234
231
|
outline: none;
|
|
235
232
|
}
|
|
236
|
-
.
|
|
233
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9):active {
|
|
237
234
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
238
235
|
}
|
|
239
|
-
.
|
|
240
|
-
text-decoration: underline;
|
|
241
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
236
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_variant-primary_4c84z_5dqaj_175:not(#\9):hover {
|
|
237
|
+
text-decoration-line: underline;
|
|
242
238
|
text-decoration-color: currentColor;
|
|
243
239
|
}
|
|
244
|
-
.
|
|
240
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9) {
|
|
245
241
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
246
242
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
247
243
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
248
244
|
font-weight: var(--font-button-weight-hv56tz, 700);
|
|
249
245
|
letter-spacing: 0.005em;
|
|
250
|
-
text-decoration: none;
|
|
251
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
246
|
+
text-decoration-line: none;
|
|
252
247
|
text-decoration-color: transparent;
|
|
253
248
|
transition-property: color, -webkit-text-decoration;
|
|
254
249
|
transition-property: color, text-decoration;
|
|
@@ -256,74 +251,68 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
256
251
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
257
252
|
}
|
|
258
253
|
@media (prefers-reduced-motion: reduce) {
|
|
259
|
-
.
|
|
254
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9) {
|
|
260
255
|
animation: none;
|
|
261
256
|
transition: none;
|
|
262
257
|
}
|
|
263
258
|
}
|
|
264
|
-
.awsui-motion-disabled .
|
|
259
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9) {
|
|
265
260
|
animation: none;
|
|
266
261
|
transition: none;
|
|
267
262
|
}
|
|
268
|
-
.
|
|
263
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9):hover {
|
|
269
264
|
cursor: pointer;
|
|
270
265
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
271
266
|
}
|
|
272
|
-
.
|
|
267
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9):focus {
|
|
273
268
|
outline: none;
|
|
274
269
|
}
|
|
275
|
-
.
|
|
270
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9):active {
|
|
276
271
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
277
272
|
}
|
|
278
|
-
.
|
|
279
|
-
text-decoration: underline;
|
|
280
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
273
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_variant-info_4c84z_5dqaj_208:not(#\9):hover {
|
|
274
|
+
text-decoration-line: underline;
|
|
281
275
|
text-decoration-color: var(--color-text-link-button-underline-hover-gyir88, transparent);
|
|
282
276
|
}
|
|
283
|
-
.
|
|
277
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9) {
|
|
284
278
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
285
279
|
font-weight: var(--font-box-value-large-weight-onoq9k, 700);
|
|
286
|
-
text-decoration: underline;
|
|
287
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
280
|
+
text-decoration-line: underline;
|
|
288
281
|
text-decoration-color: currentColor;
|
|
289
|
-
text-decoration-thickness: 0.3rem;
|
|
290
282
|
transition-property: color, -webkit-text-decoration;
|
|
291
283
|
transition-property: color, text-decoration;
|
|
292
284
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
293
285
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
294
286
|
}
|
|
295
287
|
@media (prefers-reduced-motion: reduce) {
|
|
296
|
-
.
|
|
288
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9) {
|
|
297
289
|
animation: none;
|
|
298
290
|
transition: none;
|
|
299
291
|
}
|
|
300
292
|
}
|
|
301
|
-
.awsui-motion-disabled .
|
|
293
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9) {
|
|
302
294
|
animation: none;
|
|
303
295
|
transition: none;
|
|
304
296
|
}
|
|
305
|
-
.
|
|
297
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9):hover {
|
|
306
298
|
cursor: pointer;
|
|
307
299
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
308
300
|
}
|
|
309
|
-
.
|
|
301
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9):focus {
|
|
310
302
|
outline: none;
|
|
311
303
|
}
|
|
312
|
-
.
|
|
304
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9):active {
|
|
313
305
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
314
306
|
}
|
|
315
|
-
.
|
|
316
|
-
text-decoration: underline;
|
|
317
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
307
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_variant-value-large_4c84z_5dqaj_243:not(#\9):hover {
|
|
308
|
+
text-decoration-line: underline;
|
|
318
309
|
text-decoration-color: currentColor;
|
|
319
|
-
text-decoration-thickness: 0.3rem;
|
|
320
310
|
}
|
|
321
|
-
.
|
|
311
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9) {
|
|
322
312
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
323
313
|
font-weight: 700;
|
|
324
314
|
letter-spacing: 0.005em;
|
|
325
|
-
text-decoration: none;
|
|
326
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
315
|
+
text-decoration-line: none;
|
|
327
316
|
text-decoration-color: transparent;
|
|
328
317
|
transition-property: color, -webkit-text-decoration;
|
|
329
318
|
transition-property: color, text-decoration;
|
|
@@ -331,36 +320,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
320
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
332
321
|
}
|
|
333
322
|
@media (prefers-reduced-motion: reduce) {
|
|
334
|
-
.
|
|
323
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9) {
|
|
335
324
|
animation: none;
|
|
336
325
|
transition: none;
|
|
337
326
|
}
|
|
338
327
|
}
|
|
339
|
-
.awsui-motion-disabled .
|
|
328
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9) {
|
|
340
329
|
animation: none;
|
|
341
330
|
transition: none;
|
|
342
331
|
}
|
|
343
|
-
.
|
|
332
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9):hover {
|
|
344
333
|
cursor: pointer;
|
|
345
334
|
color: var(--color-text-interactive-hover-mj8add, #000716);
|
|
346
335
|
}
|
|
347
|
-
.
|
|
336
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9):focus {
|
|
348
337
|
outline: none;
|
|
349
338
|
}
|
|
350
|
-
.
|
|
339
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9):active {
|
|
351
340
|
color: var(--color-text-interactive-active-ox3ozh, #000716);
|
|
352
341
|
}
|
|
353
|
-
.
|
|
354
|
-
text-decoration: underline;
|
|
355
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
342
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_variant-top-navigation_4c84z_5dqaj_275:not(#\9):hover {
|
|
343
|
+
text-decoration-line: underline;
|
|
356
344
|
text-decoration-color: transparent;
|
|
357
345
|
}
|
|
358
|
-
.
|
|
346
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9) {
|
|
359
347
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
360
348
|
font-weight: var(--font-link-button-weight-jephf1, 700);
|
|
361
349
|
letter-spacing: var(--font-link-button-letter-spacing-yi9f0l, 0.005em);
|
|
362
|
-
text-decoration: underline;
|
|
363
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
350
|
+
text-decoration-line: underline;
|
|
364
351
|
text-decoration-color: var(--color-text-link-button-underline-ik5r9i, transparent);
|
|
365
352
|
transition-property: color, -webkit-text-decoration;
|
|
366
353
|
transition-property: color, text-decoration;
|
|
@@ -368,38 +355,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
368
355
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
369
356
|
}
|
|
370
357
|
@media (prefers-reduced-motion: reduce) {
|
|
371
|
-
.
|
|
358
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9) {
|
|
372
359
|
animation: none;
|
|
373
360
|
transition: none;
|
|
374
361
|
}
|
|
375
362
|
}
|
|
376
|
-
.awsui-motion-disabled .
|
|
363
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9) {
|
|
377
364
|
animation: none;
|
|
378
365
|
transition: none;
|
|
379
366
|
}
|
|
380
|
-
.
|
|
367
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9):hover {
|
|
381
368
|
cursor: pointer;
|
|
382
369
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
383
370
|
}
|
|
384
|
-
.
|
|
371
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9):focus {
|
|
385
372
|
outline: none;
|
|
386
373
|
}
|
|
387
|
-
.
|
|
374
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9):active {
|
|
388
375
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
389
376
|
}
|
|
390
|
-
.
|
|
391
|
-
text-decoration: underline;
|
|
392
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
377
|
+
.awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_variant-recovery_4c84z_5dqaj_308:not(#\9):hover {
|
|
378
|
+
text-decoration-line: underline;
|
|
393
379
|
text-decoration-color: var(--color-text-link-button-underline-hover-gyir88, transparent);
|
|
394
380
|
}
|
|
395
|
-
.
|
|
381
|
+
.awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9) {
|
|
396
382
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
397
383
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
398
384
|
color: var(--color-text-link-button-normal-default-px6yl8, #0972d3);
|
|
399
385
|
font-weight: var(--font-button-weight-hv56tz, 700);
|
|
400
386
|
letter-spacing: var(--font-button-letter-spacing-65ug0o, 0.005em);
|
|
401
|
-
text-decoration: none;
|
|
402
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
387
|
+
text-decoration-line: none;
|
|
403
388
|
text-decoration-color: transparent;
|
|
404
389
|
transition-property: color, -webkit-text-decoration;
|
|
405
390
|
transition-property: color, text-decoration;
|
|
@@ -407,42 +392,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
407
392
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
408
393
|
}
|
|
409
394
|
@media (prefers-reduced-motion: reduce) {
|
|
410
|
-
.
|
|
395
|
+
.awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9) {
|
|
411
396
|
animation: none;
|
|
412
397
|
transition: none;
|
|
413
398
|
}
|
|
414
399
|
}
|
|
415
|
-
.awsui-motion-disabled .
|
|
400
|
+
.awsui-motion-disabled .awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9), .awsui-mode-entering .awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9) {
|
|
416
401
|
animation: none;
|
|
417
402
|
transition: none;
|
|
418
403
|
}
|
|
419
|
-
.
|
|
404
|
+
.awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9):hover {
|
|
420
405
|
cursor: pointer;
|
|
421
406
|
color: var(--color-text-link-button-normal-hover-4psj43, #033160);
|
|
422
407
|
}
|
|
423
|
-
.
|
|
408
|
+
.awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9):focus {
|
|
424
409
|
outline: none;
|
|
425
410
|
}
|
|
426
|
-
.
|
|
411
|
+
.awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9):active {
|
|
427
412
|
color: var(--color-text-link-button-normal-active-pv8vqs, #033160);
|
|
428
413
|
}
|
|
429
|
-
.
|
|
430
|
-
text-decoration: underline;
|
|
431
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
414
|
+
.awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9):active, .awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9):focus, .awsui_link_4c84z_5dqaj_93.awsui_button_4c84z_5dqaj_341:not(#\9):hover {
|
|
415
|
+
text-decoration-line: underline;
|
|
432
416
|
text-decoration-color: transparent;
|
|
433
417
|
}
|
|
434
|
-
.
|
|
418
|
+
.awsui_link_4c84z_5dqaj_93.awsui_color-inverted_4c84z_5dqaj_376:not(#\9) {
|
|
435
419
|
color: var(--color-text-notification-default-rdawv9, #fbfbfb);
|
|
436
420
|
}
|
|
437
|
-
.
|
|
438
|
-
text-decoration: underline;
|
|
439
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
421
|
+
.awsui_link_4c84z_5dqaj_93.awsui_color-inverted_4c84z_5dqaj_376:not(#\9):not(.awsui_button_4c84z_5dqaj_341) {
|
|
422
|
+
text-decoration-line: underline;
|
|
440
423
|
text-decoration-color: currentColor;
|
|
441
424
|
}
|
|
442
|
-
.
|
|
425
|
+
.awsui_link_4c84z_5dqaj_93.awsui_color-inverted_4c84z_5dqaj_376:not(#\9):hover {
|
|
443
426
|
color: var(--color-text-link-inverted-hover-09cw7h, #ffffff);
|
|
444
427
|
}
|
|
445
|
-
body[data-awsui-focus-visible=true] .
|
|
428
|
+
body[data-awsui-focus-visible=true] .awsui_link_4c84z_5dqaj_93:not(#\9):focus {
|
|
446
429
|
outline: thin dotted;
|
|
447
430
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
448
431
|
outline-offset: 2px;
|
|
@@ -450,54 +433,72 @@ body[data-awsui-focus-visible=true] .awsui_link_4c84z_bi4b4_93:not(#\9):focus {
|
|
|
450
433
|
border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
451
434
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
452
435
|
}
|
|
453
|
-
.
|
|
436
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-body-s_4c84z_5dqaj_394:not(#\9) {
|
|
454
437
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
455
438
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
456
439
|
letter-spacing: var(--letter-spacing-body-s-z9jkwp, 0.005em);
|
|
440
|
+
text-underline-offset: 0.3em;
|
|
441
|
+
text-decoration-thickness: 1px;
|
|
457
442
|
}
|
|
458
|
-
.
|
|
443
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-body-m_4c84z_5dqaj_401:not(#\9) {
|
|
459
444
|
font-size: var(--font-size-body-m-x4okxb, 14px);
|
|
460
445
|
line-height: var(--line-height-body-m-30ar75, 20px);
|
|
446
|
+
text-underline-offset: 0.25em;
|
|
447
|
+
text-decoration-thickness: 1px;
|
|
461
448
|
}
|
|
462
|
-
.
|
|
449
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-heading-xs_4c84z_5dqaj_407:not(#\9) {
|
|
463
450
|
font-size: var(--font-size-heading-xs-wo4hpf, 14px);
|
|
464
451
|
line-height: var(--line-height-heading-xs-aeleja, 18px);
|
|
452
|
+
text-underline-offset: 0.25em;
|
|
453
|
+
text-decoration-thickness: 1px;
|
|
465
454
|
}
|
|
466
|
-
.
|
|
455
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-heading-s_4c84z_5dqaj_413:not(#\9) {
|
|
467
456
|
font-size: var(--font-size-heading-s-yykzif, 16px);
|
|
468
457
|
line-height: var(--line-height-heading-s-4i6ewn, 20px);
|
|
469
458
|
letter-spacing: var(--letter-spacing-heading-s-jr3mor, -0.005em);
|
|
459
|
+
text-underline-offset: 0.3em;
|
|
460
|
+
text-decoration-thickness: 1px;
|
|
470
461
|
}
|
|
471
|
-
.
|
|
462
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-heading-m_4c84z_5dqaj_420:not(#\9) {
|
|
472
463
|
font-size: var(--font-size-heading-m-sjd256, 18px);
|
|
473
464
|
line-height: var(--line-height-heading-m-50evfk, 22px);
|
|
474
465
|
letter-spacing: var(--letter-spacing-heading-m-0w575i, -0.01em);
|
|
466
|
+
text-underline-offset: 0.25em;
|
|
467
|
+
text-decoration-thickness: 1px;
|
|
475
468
|
}
|
|
476
|
-
.
|
|
469
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-heading-l_4c84z_5dqaj_427:not(#\9) {
|
|
477
470
|
font-size: var(--font-size-heading-l-ou0d0l, 20px);
|
|
478
471
|
line-height: var(--line-height-heading-l-mmm3my, 24px);
|
|
479
472
|
letter-spacing: var(--letter-spacing-heading-l-qqjd4y, -0.015em);
|
|
473
|
+
text-underline-offset: 0.25em;
|
|
474
|
+
text-decoration-thickness: 1px;
|
|
480
475
|
}
|
|
481
|
-
.
|
|
476
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-heading-xl_4c84z_5dqaj_434:not(#\9) {
|
|
482
477
|
font-size: var(--font-size-heading-xl-ypc05a, 24px);
|
|
483
478
|
line-height: var(--line-height-heading-xl-avbttk, 30px);
|
|
484
479
|
letter-spacing: var(--letter-spacing-heading-xl-sagq9c, -0.02em);
|
|
480
|
+
text-underline-offset: 0.25em;
|
|
481
|
+
text-decoration-thickness: 1px;
|
|
485
482
|
}
|
|
486
|
-
.
|
|
483
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-display-l_4c84z_5dqaj_441:not(#\9) {
|
|
487
484
|
font-size: var(--font-size-display-l-htkq3e, 42px);
|
|
488
485
|
line-height: var(--line-height-display-l-8nioft, 48px);
|
|
489
486
|
letter-spacing: var(--letter-spacing-display-l-9cigop, -0.03em);
|
|
487
|
+
text-underline-offset: 0.25em;
|
|
488
|
+
text-decoration-thickness: 2px;
|
|
490
489
|
}
|
|
491
|
-
.
|
|
490
|
+
.awsui_link_4c84z_5dqaj_93.awsui_font-size-inherit_4c84z_5dqaj_448:not(#\9) {
|
|
492
491
|
font-size: inherit;
|
|
493
492
|
line-height: inherit;
|
|
494
493
|
letter-spacing: inherit;
|
|
494
|
+
text-underline-offset: 0.25em;
|
|
495
|
+
text-decoration-thickness: 1px;
|
|
495
496
|
}
|
|
496
497
|
|
|
497
|
-
.awsui_icon-
|
|
498
|
+
.awsui_icon-wrapper_4c84z_5dqaj_456:not(#\9) {
|
|
498
499
|
white-space: nowrap;
|
|
499
500
|
}
|
|
500
501
|
|
|
501
|
-
.
|
|
502
|
+
.awsui_icon_4c84z_5dqaj_456:not(#\9) {
|
|
502
503
|
display: inline-block;
|
|
503
504
|
}
|
package/link/styles.selectors.js
CHANGED
|
@@ -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_5dqaj_93",
|
|
6
|
+
"variant-secondary": "awsui_variant-secondary_4c84z_5dqaj_140",
|
|
7
|
+
"variant-primary": "awsui_variant-primary_4c84z_5dqaj_175",
|
|
8
|
+
"variant-info": "awsui_variant-info_4c84z_5dqaj_208",
|
|
9
|
+
"variant-value-large": "awsui_variant-value-large_4c84z_5dqaj_243",
|
|
10
|
+
"variant-top-navigation": "awsui_variant-top-navigation_4c84z_5dqaj_275",
|
|
11
|
+
"variant-recovery": "awsui_variant-recovery_4c84z_5dqaj_308",
|
|
12
|
+
"button": "awsui_button_4c84z_5dqaj_341",
|
|
13
|
+
"color-inverted": "awsui_color-inverted_4c84z_5dqaj_376",
|
|
14
|
+
"font-size-body-s": "awsui_font-size-body-s_4c84z_5dqaj_394",
|
|
15
|
+
"font-size-body-m": "awsui_font-size-body-m_4c84z_5dqaj_401",
|
|
16
|
+
"font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_5dqaj_407",
|
|
17
|
+
"font-size-heading-s": "awsui_font-size-heading-s_4c84z_5dqaj_413",
|
|
18
|
+
"font-size-heading-m": "awsui_font-size-heading-m_4c84z_5dqaj_420",
|
|
19
|
+
"font-size-heading-l": "awsui_font-size-heading-l_4c84z_5dqaj_427",
|
|
20
|
+
"font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_5dqaj_434",
|
|
21
|
+
"font-size-display-l": "awsui_font-size-display-l_4c84z_5dqaj_441",
|
|
22
|
+
"font-size-inherit": "awsui_font-size-inherit_4c84z_5dqaj_448",
|
|
23
|
+
"icon-wrapper": "awsui_icon-wrapper_4c84z_5dqaj_456",
|
|
24
|
+
"icon": "awsui_icon_4c84z_5dqaj_456"
|
|
25
25
|
};
|
|
26
26
|
|
package/package.json
CHANGED
package/tag-editor/styles.css.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"loading": "
|
|
6
|
-
"undo-button": "awsui_undo-
|
|
4
|
+
"root": "awsui_root_brdst_1er9b_93",
|
|
5
|
+
"loading": "awsui_loading_brdst_1er9b_97",
|
|
6
|
+
"undo-button": "awsui_undo-button_brdst_1er9b_101"
|
|
7
7
|
};
|
|
8
8
|
|
|
@@ -90,54 +90,54 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_root_brdst_1er9b_93:not(#\9) {
|
|
94
94
|
/* used in test utils */
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.
|
|
97
|
+
.awsui_loading_brdst_1er9b_97:not(#\9) {
|
|
98
98
|
/* used in test utils */
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.awsui_undo-
|
|
101
|
+
.awsui_undo-button_brdst_1er9b_101:not(#\9) {
|
|
102
102
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
103
103
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
104
104
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
105
105
|
font-weight: var(--font-link-button-weight-jephf1, 700);
|
|
106
106
|
letter-spacing: var(--font-link-button-letter-spacing-yi9f0l, 0.005em);
|
|
107
|
-
text-decoration: underline;
|
|
108
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
107
|
+
text-decoration-line: underline;
|
|
109
108
|
text-decoration-color: var(--color-text-link-button-underline-ik5r9i, transparent);
|
|
110
109
|
transition-property: color, -webkit-text-decoration;
|
|
111
110
|
transition-property: color, text-decoration;
|
|
112
111
|
transition-property: color, text-decoration, -webkit-text-decoration;
|
|
113
112
|
transition-duration: var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
113
|
+
text-underline-offset: 0.25em;
|
|
114
|
+
text-decoration-thickness: 1px;
|
|
114
115
|
}
|
|
115
116
|
@media (prefers-reduced-motion: reduce) {
|
|
116
|
-
.awsui_undo-
|
|
117
|
+
.awsui_undo-button_brdst_1er9b_101:not(#\9) {
|
|
117
118
|
animation: none;
|
|
118
119
|
transition: none;
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
|
-
.awsui-motion-disabled .awsui_undo-
|
|
122
|
+
.awsui-motion-disabled .awsui_undo-button_brdst_1er9b_101:not(#\9), .awsui-mode-entering .awsui_undo-button_brdst_1er9b_101:not(#\9) {
|
|
122
123
|
animation: none;
|
|
123
124
|
transition: none;
|
|
124
125
|
}
|
|
125
|
-
.awsui_undo-
|
|
126
|
+
.awsui_undo-button_brdst_1er9b_101:not(#\9):hover {
|
|
126
127
|
cursor: pointer;
|
|
127
128
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
128
129
|
}
|
|
129
|
-
.awsui_undo-
|
|
130
|
+
.awsui_undo-button_brdst_1er9b_101:not(#\9):focus {
|
|
130
131
|
outline: none;
|
|
131
132
|
}
|
|
132
|
-
.awsui_undo-
|
|
133
|
+
.awsui_undo-button_brdst_1er9b_101:not(#\9):active {
|
|
133
134
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
134
135
|
}
|
|
135
|
-
.awsui_undo-
|
|
136
|
-
text-decoration: underline;
|
|
137
|
-
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
136
|
+
.awsui_undo-button_brdst_1er9b_101:not(#\9):active, .awsui_undo-button_brdst_1er9b_101:not(#\9):focus, .awsui_undo-button_brdst_1er9b_101:not(#\9):hover {
|
|
137
|
+
text-decoration-line: underline;
|
|
138
138
|
text-decoration-color: var(--color-text-link-button-underline-hover-gyir88, transparent);
|
|
139
139
|
}
|
|
140
|
-
body[data-awsui-focus-visible=true] .awsui_undo-
|
|
140
|
+
body[data-awsui-focus-visible=true] .awsui_undo-button_brdst_1er9b_101:not(#\9):focus {
|
|
141
141
|
outline: thin dotted;
|
|
142
142
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
143
143
|
outline-offset: 2px;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"loading": "
|
|
7
|
-
"undo-button": "awsui_undo-
|
|
5
|
+
"root": "awsui_root_brdst_1er9b_93",
|
|
6
|
+
"loading": "awsui_loading_brdst_1er9b_97",
|
|
7
|
+
"undo-button": "awsui_undo-button_brdst_1er9b_101"
|
|
8
8
|
};
|
|
9
9
|
|