@cloudscape-design/components 3.0.16 → 3.0.17
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/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +123 -123
- package/code-editor/styles.selectors.js +33 -33
- package/internal/base-component/styles.scoped.css +4 -1
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +12 -3
- package/internal/generated/theming/index.js +12 -3
- package/package.json +1 -1
- package/popover/styles.css.js +48 -48
- package/popover/styles.scoped.css +63 -63
- package/popover/styles.selectors.js +48 -48
- package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
|
@@ -90,11 +90,11 @@ 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
|
-
.awsui_content-
|
|
94
|
-
animation: awsui_awsui-motion-fade-
|
|
95
|
-
animation: awsui_awsui-motion-fade-
|
|
93
|
+
.awsui_content-enter_ig8mp_1caph_93:not(#\9) {
|
|
94
|
+
animation: awsui_awsui-motion-fade-in_ig8mp_1caph_1 180ms ease-out;
|
|
95
|
+
animation: awsui_awsui-motion-fade-in_ig8mp_1caph_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
96
96
|
}
|
|
97
|
-
@keyframes awsui_awsui-motion-fade-
|
|
97
|
+
@keyframes awsui_awsui-motion-fade-in_ig8mp_1caph_1 {
|
|
98
98
|
from {
|
|
99
99
|
opacity: 0.2;
|
|
100
100
|
}
|
|
@@ -103,12 +103,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
@media (prefers-reduced-motion: reduce) {
|
|
106
|
-
.awsui_content-
|
|
106
|
+
.awsui_content-enter_ig8mp_1caph_93:not(#\9) {
|
|
107
107
|
animation: none;
|
|
108
108
|
transition: none;
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
.awsui-motion-disabled .awsui_content-
|
|
111
|
+
.awsui-motion-disabled .awsui_content-enter_ig8mp_1caph_93:not(#\9), .awsui-mode-entering .awsui_content-enter_ig8mp_1caph_93:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
@@ -117,7 +117,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
117
117
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
118
118
|
SPDX-License-Identifier: Apache-2.0
|
|
119
119
|
*/
|
|
120
|
-
.awsui_tutorial-
|
|
120
|
+
.awsui_tutorial-list_ig8mp_1caph_119:not(#\9) {
|
|
121
121
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
122
122
|
border-collapse: separate;
|
|
123
123
|
border-spacing: 0;
|
|
@@ -160,7 +160,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
160
160
|
margin: 0;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.awsui_tutorial-
|
|
163
|
+
.awsui_tutorial-box_ig8mp_1caph_132:not(#\9) {
|
|
164
164
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
165
165
|
border-collapse: separate;
|
|
166
166
|
border-spacing: 0;
|
|
@@ -203,76 +203,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
203
203
|
border: 2px solid #d1d5db;
|
|
204
204
|
border: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-tutorial-4ioksw, #d1d5db);
|
|
205
205
|
border-radius: 8px;
|
|
206
|
-
border-radius: var(--border-radius-
|
|
206
|
+
border-radius: var(--border-radius-tutorial-panel-item-5wuccf, 8px);
|
|
207
207
|
padding: 16px;
|
|
208
208
|
padding: var(--space-m-17eucw, 16px);
|
|
209
209
|
}
|
|
210
|
-
.awsui_tutorial-
|
|
210
|
+
.awsui_tutorial-box_ig8mp_1caph_132:not(#\9):not(:first-child) {
|
|
211
211
|
margin-top: 20px;
|
|
212
212
|
margin-top: var(--space-l-4vl6xu, 20px);
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.awsui_tutorial-box-
|
|
215
|
+
.awsui_tutorial-box-title_ig8mp_1caph_150:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
align-items: flex-start;
|
|
218
218
|
justify-content: space-between;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
-
.awsui_tutorial-description-
|
|
221
|
+
.awsui_tutorial-description-plaintext_ig8mp_1caph_156:not(#\9) {
|
|
222
222
|
white-space: pre-line;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.awsui_tutorial-
|
|
225
|
+
.awsui_tutorial-description_ig8mp_1caph_156:not(#\9) {
|
|
226
226
|
/* stylelint-disable-next-line @cloudscape-design/no-implicit-descendant, selector-max-type -- Customers can nest their list items inside Box components. */
|
|
227
227
|
}
|
|
228
|
-
.awsui_tutorial-
|
|
228
|
+
.awsui_tutorial-description_ig8mp_1caph_156 ul:not(#\9) {
|
|
229
229
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
230
230
|
list-style-type: disc;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.awsui_expandable-
|
|
233
|
+
.awsui_expandable-section_ig8mp_1caph_168:not(#\9) {
|
|
234
234
|
display: none;
|
|
235
235
|
margin-top: 16px;
|
|
236
236
|
margin-top: var(--space-m-17eucw, 16px);
|
|
237
237
|
}
|
|
238
|
-
.awsui_expandable-
|
|
238
|
+
.awsui_expandable-section_ig8mp_1caph_168.awsui_expanded_ig8mp_1caph_172:not(#\9) {
|
|
239
239
|
display: block;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.awsui_button-
|
|
242
|
+
.awsui_button-wrapper_ig8mp_1caph_176:not(#\9) {
|
|
243
243
|
margin: calc(-1 * 4px - 2px);
|
|
244
244
|
margin: calc(-1 * var(--space-xxs-ynfts5, 4px) - var(--border-field-width-idlekx, 2px));
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.
|
|
247
|
+
.awsui_start_ig8mp_1caph_180:not(#\9) {
|
|
248
248
|
/* used in test-utils */
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.awsui_expand-
|
|
251
|
+
.awsui_expand-button_ig8mp_1caph_184:not(#\9) {
|
|
252
252
|
/* used in test-utils */
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.awsui_collapse-
|
|
255
|
+
.awsui_collapse-button_ig8mp_1caph_188:not(#\9) {
|
|
256
256
|
/* used in test-utils */
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.awsui_learn-more-
|
|
259
|
+
.awsui_learn-more-link_ig8mp_1caph_192:not(#\9) {
|
|
260
260
|
/* used in test-utils */
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
.awsui_title_ig8mp_1caph_196:not(#\9) {
|
|
264
264
|
/* used in test-utils */
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.awsui_prerequisites-
|
|
267
|
+
.awsui_prerequisites-alert_ig8mp_1caph_200:not(#\9) {
|
|
268
268
|
/* used in test-utils */
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.
|
|
271
|
+
.awsui_completed_ig8mp_1caph_204:not(#\9) {
|
|
272
272
|
/* used in test-utils */
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.awsui_download-
|
|
275
|
+
.awsui_download-link_ig8mp_1caph_208:not(#\9) {
|
|
276
276
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
277
277
|
border-collapse: separate;
|
|
278
278
|
border-spacing: 0;
|
|
@@ -318,18 +318,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
318
318
|
color: #414d5c;
|
|
319
319
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
320
320
|
}
|
|
321
|
-
.awsui_download-
|
|
321
|
+
.awsui_download-link_ig8mp_1caph_208:not(#\9):hover {
|
|
322
322
|
cursor: pointer;
|
|
323
323
|
}
|
|
324
|
-
.awsui_download-
|
|
324
|
+
.awsui_download-link_ig8mp_1caph_208:not(#\9):focus {
|
|
325
325
|
outline: none;
|
|
326
326
|
}
|
|
327
|
-
.awsui_download-
|
|
327
|
+
.awsui_download-link_ig8mp_1caph_208:not(#\9):active, .awsui_download-link_ig8mp_1caph_208:not(#\9):focus, .awsui_download-link_ig8mp_1caph_208:not(#\9):hover {
|
|
328
328
|
text-decoration: underline;
|
|
329
329
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
330
330
|
text-decoration-color: currentColor;
|
|
331
331
|
}
|
|
332
|
-
.awsui_download-
|
|
332
|
+
.awsui_download-link_ig8mp_1caph_208[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
333
333
|
outline: thin dotted;
|
|
334
334
|
outline: 0;
|
|
335
335
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
@@ -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_1caph_93",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_ig8mp_1caph_1",
|
|
7
|
+
"tutorial-list": "awsui_tutorial-list_ig8mp_1caph_119",
|
|
8
|
+
"tutorial-box": "awsui_tutorial-box_ig8mp_1caph_132",
|
|
9
|
+
"tutorial-box-title": "awsui_tutorial-box-title_ig8mp_1caph_150",
|
|
10
|
+
"tutorial-description-plaintext": "awsui_tutorial-description-plaintext_ig8mp_1caph_156",
|
|
11
|
+
"tutorial-description": "awsui_tutorial-description_ig8mp_1caph_156",
|
|
12
|
+
"expandable-section": "awsui_expandable-section_ig8mp_1caph_168",
|
|
13
|
+
"expanded": "awsui_expanded_ig8mp_1caph_172",
|
|
14
|
+
"button-wrapper": "awsui_button-wrapper_ig8mp_1caph_176",
|
|
15
|
+
"start": "awsui_start_ig8mp_1caph_180",
|
|
16
|
+
"expand-button": "awsui_expand-button_ig8mp_1caph_184",
|
|
17
|
+
"collapse-button": "awsui_collapse-button_ig8mp_1caph_188",
|
|
18
|
+
"learn-more-link": "awsui_learn-more-link_ig8mp_1caph_192",
|
|
19
|
+
"title": "awsui_title_ig8mp_1caph_196",
|
|
20
|
+
"prerequisites-alert": "awsui_prerequisites-alert_ig8mp_1caph_200",
|
|
21
|
+
"completed": "awsui_completed_ig8mp_1caph_204",
|
|
22
|
+
"download-link": "awsui_download-link_ig8mp_1caph_208"
|
|
23
23
|
};
|
|
24
24
|
|