@cloudscape-design/components 3.0.606 → 3.0.608
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +275 -286
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/content-layout/styles.css.js +7 -7
- package/content-layout/styles.scoped.css +13 -15
- package/content-layout/styles.selectors.js +7 -7
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +10 -6
- package/form-field/internal.js.map +1 -1
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -39
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +44 -46
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +64 -64
- package/popover/styles.selectors.js +50 -50
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/wizard/styles.css.js +32 -32
- package/wizard/styles.scoped.css +68 -68
- package/wizard/styles.selectors.js +32 -32
|
@@ -100,51 +100,51 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
100
100
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
101
101
|
SPDX-License-Identifier: Apache-2.0
|
|
102
102
|
*/
|
|
103
|
-
@keyframes awsui_spinner-
|
|
103
|
+
@keyframes awsui_spinner-rotator_1612d_wzftr_1 {
|
|
104
104
|
0% {
|
|
105
|
-
transform: rotate(var(--awsui-spinner-rotator-from-
|
|
105
|
+
transform: rotate(var(--awsui-spinner-rotator-from-lgosor));
|
|
106
106
|
}
|
|
107
107
|
100% {
|
|
108
|
-
transform: rotate(var(--awsui-spinner-rotator-to-
|
|
108
|
+
transform: rotate(var(--awsui-spinner-rotator-to-lgosor));
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
@keyframes awsui_spinner-line-
|
|
111
|
+
@keyframes awsui_spinner-line-left_1612d_wzftr_1 {
|
|
112
112
|
0% {
|
|
113
|
-
transform: rotate(var(--awsui-spinner-line-left-from-
|
|
113
|
+
transform: rotate(var(--awsui-spinner-line-left-from-lgosor));
|
|
114
114
|
}
|
|
115
115
|
50% {
|
|
116
|
-
transform: rotate(var(--awsui-spinner-line-left-to-
|
|
116
|
+
transform: rotate(var(--awsui-spinner-line-left-to-lgosor));
|
|
117
117
|
}
|
|
118
118
|
100% {
|
|
119
|
-
transform: rotate(var(--awsui-spinner-line-left-from-
|
|
119
|
+
transform: rotate(var(--awsui-spinner-line-left-from-lgosor));
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
@keyframes awsui_spinner-line-
|
|
122
|
+
@keyframes awsui_spinner-line-right_1612d_wzftr_1 {
|
|
123
123
|
0% {
|
|
124
|
-
transform: rotate(var(--awsui-spinner-line-right-from-
|
|
124
|
+
transform: rotate(var(--awsui-spinner-line-right-from-lgosor));
|
|
125
125
|
}
|
|
126
126
|
50% {
|
|
127
|
-
transform: rotate(var(--awsui-spinner-line-right-to-
|
|
127
|
+
transform: rotate(var(--awsui-spinner-line-right-to-lgosor));
|
|
128
128
|
}
|
|
129
129
|
100% {
|
|
130
|
-
transform: rotate(var(--awsui-spinner-line-right-from-
|
|
130
|
+
transform: rotate(var(--awsui-spinner-line-right-from-lgosor));
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
.
|
|
134
|
-
--awsui-spinner-rotator-from-
|
|
135
|
-
--awsui-spinner-rotator-to-
|
|
136
|
-
--awsui-spinner-line-left-from-
|
|
137
|
-
--awsui-spinner-line-left-to-
|
|
138
|
-
--awsui-spinner-line-right-from-
|
|
139
|
-
--awsui-spinner-line-right-to-
|
|
133
|
+
.awsui_root_1612d_wzftr_133:not(#\9) {
|
|
134
|
+
--awsui-spinner-rotator-from-lgosor: 0deg;
|
|
135
|
+
--awsui-spinner-rotator-to-lgosor: 360deg;
|
|
136
|
+
--awsui-spinner-line-left-from-lgosor: 0deg;
|
|
137
|
+
--awsui-spinner-line-left-to-lgosor: 120deg;
|
|
138
|
+
--awsui-spinner-line-right-from-lgosor: 90deg;
|
|
139
|
+
--awsui-spinner-line-right-to-lgosor: -30deg;
|
|
140
140
|
display: inline-block;
|
|
141
141
|
vertical-align: top;
|
|
142
142
|
/*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
|
|
143
|
-
animation: awsui_spinner-
|
|
143
|
+
animation: awsui_spinner-rotator_1612d_wzftr_1 0.7s linear infinite;
|
|
144
144
|
box-sizing: border-box;
|
|
145
145
|
line-height: 0;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.awsui_root_1612d_wzftr_133.awsui_size-normal_1612d_wzftr_147:not(#\9) {
|
|
148
148
|
inline-size: var(--size-icon-normal-0m1722, 16px);
|
|
149
149
|
block-size: var(--size-icon-normal-0m1722, 16px);
|
|
150
150
|
padding-block: calc((var(--size-icon-normal-0m1722, 16px) - 12px) / 2);
|
|
@@ -152,7 +152,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
152
152
|
margin-block: calc((var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / 2);
|
|
153
153
|
box-sizing: border-box;
|
|
154
154
|
}
|
|
155
|
-
.
|
|
155
|
+
.awsui_root_1612d_wzftr_133.awsui_size-big_1612d_wzftr_155:not(#\9) {
|
|
156
156
|
inline-size: var(--size-icon-big-zkdryd, 32px);
|
|
157
157
|
block-size: var(--size-icon-big-zkdryd, 32px);
|
|
158
158
|
padding-block: calc((var(--size-icon-big-zkdryd, 32px) - 24px) / 2);
|
|
@@ -160,7 +160,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
160
160
|
margin-block: calc((var(--line-height-heading-xl-avbttk, 30px) - var(--size-icon-big-zkdryd, 32px)) / 2);
|
|
161
161
|
box-sizing: border-box;
|
|
162
162
|
}
|
|
163
|
-
.
|
|
163
|
+
.awsui_root_1612d_wzftr_133.awsui_size-large_1612d_wzftr_163:not(#\9) {
|
|
164
164
|
inline-size: var(--size-icon-large-bivhmh, 48px);
|
|
165
165
|
block-size: var(--size-icon-large-bivhmh, 48px);
|
|
166
166
|
padding-block: calc((var(--size-icon-large-bivhmh, 48px) - 36px) / 2);
|
|
@@ -168,32 +168,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
168
168
|
margin-block: calc((var(--line-height-display-l-8nioft, 48px) - var(--size-icon-large-bivhmh, 48px)) / 2);
|
|
169
169
|
box-sizing: border-box;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
.awsui_root_1612d_wzftr_133.awsui_variant-normal_1612d_wzftr_171:not(#\9) {
|
|
172
172
|
color: currentColor;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
.awsui_root_1612d_wzftr_133.awsui_variant-disabled_1612d_wzftr_174:not(#\9) {
|
|
175
175
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
.awsui_root_1612d_wzftr_133.awsui_variant-inverted_1612d_wzftr_177:not(#\9) {
|
|
178
178
|
color: var(--color-text-inverted-70cpkk, #ffffff);
|
|
179
179
|
}
|
|
180
|
-
.
|
|
181
|
-
--awsui-spinner-rotator-from-
|
|
182
|
-
--awsui-spinner-rotator-to-
|
|
183
|
-
--awsui-spinner-line-left-from-
|
|
184
|
-
--awsui-spinner-line-left-to-
|
|
185
|
-
--awsui-spinner-line-right-from-
|
|
186
|
-
--awsui-spinner-line-right-to-
|
|
180
|
+
.awsui_root_1612d_wzftr_133:not(#\9):dir(rtl) {
|
|
181
|
+
--awsui-spinner-rotator-from-lgosor: 360deg;
|
|
182
|
+
--awsui-spinner-rotator-to-lgosor: 0deg;
|
|
183
|
+
--awsui-spinner-line-left-from-lgosor: 0deg;
|
|
184
|
+
--awsui-spinner-line-left-to-lgosor: -120deg;
|
|
185
|
+
--awsui-spinner-line-right-from-lgosor: -90deg;
|
|
186
|
+
--awsui-spinner-line-right-to-lgosor: 30deg;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.
|
|
189
|
+
.awsui_circle_1612d_wzftr_189:not(#\9) {
|
|
190
190
|
display: inline-block;
|
|
191
191
|
inline-size: 50%;
|
|
192
192
|
block-size: 100%;
|
|
193
193
|
overflow: hidden;
|
|
194
194
|
position: relative;
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.awsui_circle_1612d_wzftr_189:not(#\9):after {
|
|
197
197
|
position: absolute;
|
|
198
198
|
box-sizing: border-box;
|
|
199
199
|
content: "";
|
|
@@ -206,7 +206,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
border-inline-end-color: transparent;
|
|
207
207
|
border-block-end-color: transparent;
|
|
208
208
|
}
|
|
209
|
-
.
|
|
209
|
+
.awsui_circle_1612d_wzftr_189:not(#\9):after {
|
|
210
210
|
/*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
|
|
211
211
|
animation: 1.5s ease-in-out infinite;
|
|
212
212
|
inset-block-start: 0;
|
|
@@ -214,13 +214,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
214
214
|
block-size: 100%;
|
|
215
215
|
inline-size: 200%;
|
|
216
216
|
}
|
|
217
|
-
.
|
|
217
|
+
.awsui_circle_1612d_wzftr_189.awsui_circle-left_1612d_wzftr_217:not(#\9):after {
|
|
218
218
|
inset-inline-start: 0;
|
|
219
219
|
/*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
|
|
220
|
-
animation-name: awsui_spinner-line-
|
|
220
|
+
animation-name: awsui_spinner-line-left_1612d_wzftr_1;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.awsui_circle_1612d_wzftr_189.awsui_circle-right_1612d_wzftr_222:not(#\9):after {
|
|
223
223
|
inset-inline-start: -100%;
|
|
224
224
|
/*stylelint-disable-next-line @cloudscape-design/no-motion-outside-of-mixin */
|
|
225
|
-
animation-name: awsui_spinner-line-
|
|
225
|
+
animation-name: awsui_spinner-line-right_1612d_wzftr_1;
|
|
226
226
|
}
|
|
@@ -2,18 +2,18 @@
|
|
|
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
|
-
"spinner-rotator": "awsui_spinner-
|
|
7
|
-
"size-normal": "awsui_size-
|
|
8
|
-
"size-big": "awsui_size-
|
|
9
|
-
"size-large": "awsui_size-
|
|
10
|
-
"variant-normal": "awsui_variant-
|
|
11
|
-
"variant-disabled": "awsui_variant-
|
|
12
|
-
"variant-inverted": "awsui_variant-
|
|
13
|
-
"circle": "
|
|
14
|
-
"circle-left": "awsui_circle-
|
|
15
|
-
"spinner-line-left": "awsui_spinner-line-
|
|
16
|
-
"circle-right": "awsui_circle-
|
|
17
|
-
"spinner-line-right": "awsui_spinner-line-
|
|
5
|
+
"root": "awsui_root_1612d_wzftr_133",
|
|
6
|
+
"spinner-rotator": "awsui_spinner-rotator_1612d_wzftr_1",
|
|
7
|
+
"size-normal": "awsui_size-normal_1612d_wzftr_147",
|
|
8
|
+
"size-big": "awsui_size-big_1612d_wzftr_155",
|
|
9
|
+
"size-large": "awsui_size-large_1612d_wzftr_163",
|
|
10
|
+
"variant-normal": "awsui_variant-normal_1612d_wzftr_171",
|
|
11
|
+
"variant-disabled": "awsui_variant-disabled_1612d_wzftr_174",
|
|
12
|
+
"variant-inverted": "awsui_variant-inverted_1612d_wzftr_177",
|
|
13
|
+
"circle": "awsui_circle_1612d_wzftr_189",
|
|
14
|
+
"circle-left": "awsui_circle-left_1612d_wzftr_217",
|
|
15
|
+
"spinner-line-left": "awsui_spinner-line-left_1612d_wzftr_1",
|
|
16
|
+
"circle-right": "awsui_circle-right_1612d_wzftr_222",
|
|
17
|
+
"spinner-line-right": "awsui_spinner-line-right_1612d_wzftr_1"
|
|
18
18
|
};
|
|
19
19
|
|
package/wizard/styles.css.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"wizard": "
|
|
6
|
-
"refresh": "
|
|
7
|
-
"small-container": "awsui_small-
|
|
8
|
-
"remove-high-contrast-header": "awsui_remove-high-contrast-
|
|
9
|
-
"navigation": "
|
|
10
|
-
"number": "
|
|
11
|
-
"circle": "
|
|
12
|
-
"title": "
|
|
13
|
-
"active": "
|
|
14
|
-
"disabled": "
|
|
15
|
-
"enabled": "
|
|
16
|
-
"form": "
|
|
17
|
-
"form-header": "awsui_form-
|
|
18
|
-
"background": "
|
|
19
|
-
"form-header-content": "awsui_form-header-
|
|
20
|
-
"form-component": "awsui_form-
|
|
21
|
-
"hidden": "
|
|
22
|
-
"collapsed-steps": "awsui_collapsed-
|
|
23
|
-
"collapsed-steps-hidden": "awsui_collapsed-steps-
|
|
24
|
-
"form-header-component-wrapper": "awsui_form-header-component-
|
|
25
|
-
"form-header-component": "awsui_form-header-
|
|
26
|
-
"navigation-link": "awsui_navigation-
|
|
27
|
-
"navigation-link-item": "awsui_navigation-link-
|
|
28
|
-
"navigation-link-label": "awsui_navigation-link-
|
|
29
|
-
"navigation-link-active": "awsui_navigation-link-
|
|
30
|
-
"navigation-link-disabled": "awsui_navigation-link-
|
|
31
|
-
"cancel-button": "awsui_cancel-
|
|
32
|
-
"previous-button": "awsui_previous-
|
|
33
|
-
"primary-button": "awsui_primary-
|
|
34
|
-
"skip-to-button": "awsui_skip-to-
|
|
35
|
-
"action-buttons": "awsui_action-
|
|
4
|
+
"root": "awsui_root_1xupv_e5t6y_100",
|
|
5
|
+
"wizard": "awsui_wizard_1xupv_e5t6y_135",
|
|
6
|
+
"refresh": "awsui_refresh_1xupv_e5t6y_135",
|
|
7
|
+
"small-container": "awsui_small-container_1xupv_e5t6y_142",
|
|
8
|
+
"remove-high-contrast-header": "awsui_remove-high-contrast-header_1xupv_e5t6y_146",
|
|
9
|
+
"navigation": "awsui_navigation_1xupv_e5t6y_154",
|
|
10
|
+
"number": "awsui_number_1xupv_e5t6y_236",
|
|
11
|
+
"circle": "awsui_circle_1xupv_e5t6y_252",
|
|
12
|
+
"title": "awsui_title_1xupv_e5t6y_263",
|
|
13
|
+
"active": "awsui_active_1xupv_e5t6y_294",
|
|
14
|
+
"disabled": "awsui_disabled_1xupv_e5t6y_305",
|
|
15
|
+
"enabled": "awsui_enabled_1xupv_e5t6y_315",
|
|
16
|
+
"form": "awsui_form_1xupv_e5t6y_357",
|
|
17
|
+
"form-header": "awsui_form-header_1xupv_e5t6y_362",
|
|
18
|
+
"background": "awsui_background_1xupv_e5t6y_372",
|
|
19
|
+
"form-header-content": "awsui_form-header-content_1xupv_e5t6y_384",
|
|
20
|
+
"form-component": "awsui_form-component_1xupv_e5t6y_392",
|
|
21
|
+
"hidden": "awsui_hidden_1xupv_e5t6y_406",
|
|
22
|
+
"collapsed-steps": "awsui_collapsed-steps_1xupv_e5t6y_410",
|
|
23
|
+
"collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_e5t6y_415",
|
|
24
|
+
"form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_e5t6y_419",
|
|
25
|
+
"form-header-component": "awsui_form-header-component_1xupv_e5t6y_419",
|
|
26
|
+
"navigation-link": "awsui_navigation-link_1xupv_e5t6y_435",
|
|
27
|
+
"navigation-link-item": "awsui_navigation-link-item_1xupv_e5t6y_436",
|
|
28
|
+
"navigation-link-label": "awsui_navigation-link-label_1xupv_e5t6y_437",
|
|
29
|
+
"navigation-link-active": "awsui_navigation-link-active_1xupv_e5t6y_441",
|
|
30
|
+
"navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_e5t6y_446",
|
|
31
|
+
"cancel-button": "awsui_cancel-button_1xupv_e5t6y_450",
|
|
32
|
+
"previous-button": "awsui_previous-button_1xupv_e5t6y_451",
|
|
33
|
+
"primary-button": "awsui_primary-button_1xupv_e5t6y_452",
|
|
34
|
+
"skip-to-button": "awsui_skip-to-button_1xupv_e5t6y_453",
|
|
35
|
+
"action-buttons": "awsui_action-buttons_1xupv_e5t6y_457"
|
|
36
36
|
};
|
|
37
37
|
|