@cloudscape-design/components 3.0.636 → 3.0.638
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 +31 -31
- 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/skeleton/index.d.ts +4 -0
- package/app-layout/skeleton/index.d.ts.map +1 -0
- package/app-layout/skeleton/index.js +10 -0
- package/app-layout/skeleton/index.js.map +1 -0
- package/app-layout/skeleton/layout.d.ts +8 -0
- package/app-layout/skeleton/layout.d.ts.map +1 -0
- package/app-layout/skeleton/layout.js +27 -0
- package/app-layout/skeleton/layout.js.map +1 -0
- package/app-layout/skeleton/styles.css.js +16 -0
- package/app-layout/skeleton/styles.scoped.css +180 -0
- package/app-layout/skeleton/styles.selectors.js +17 -0
- package/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/app-layout/visual-refresh/main.js +2 -2
- package/app-layout/visual-refresh/main.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/internal/base-component/styles.scoped.css +3 -0
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +41 -41
- 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.js +51 -51
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +11 -0
- package/internal/generated/theming/index.js +11 -0
- package/internal/hooks/use-performance-marks.d.ts.map +1 -1
- package/internal/hooks/use-performance-marks.js +4 -2
- package/internal/hooks/use-performance-marks.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/dom.d.ts.map +1 -1
- package/internal/utils/dom.js +3 -1
- package/internal/utils/dom.js.map +1 -1
- package/package.json +1 -1
- package/progress-bar/index.d.ts +1 -1
- package/progress-bar/index.d.ts.map +1 -1
- package/progress-bar/index.js +6 -4
- package/progress-bar/index.js.map +1 -1
- package/progress-bar/interfaces.d.ts +4 -0
- package/progress-bar/interfaces.d.ts.map +1 -1
- package/progress-bar/interfaces.js.map +1 -1
- package/progress-bar/internal.d.ts +4 -2
- package/progress-bar/internal.d.ts.map +1 -1
- package/progress-bar/internal.js +4 -4
- package/progress-bar/internal.js.map +1 -1
- package/slider/styles.css.js +25 -25
- package/slider/styles.scoped.css +71 -71
- package/slider/styles.selectors.js +25 -25
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/icons/resize-handler.d.ts.map +1 -1
- package/split-panel/icons/resize-handler.js +1 -1
- package/split-panel/icons/resize-handler.js.map +1 -1
- package/split-panel/styles.css.js +57 -57
- package/split-panel/styles.scoped.css +78 -77
- package/split-panel/styles.selectors.js +57 -57
package/slider/styles.scoped.css
CHANGED
|
@@ -100,7 +100,7 @@ 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
|
-
.
|
|
103
|
+
.awsui_root_pcgz5_4cmyk_103:not(#\9) {
|
|
104
104
|
border-collapse: separate;
|
|
105
105
|
border-spacing: 0;
|
|
106
106
|
box-sizing: border-box;
|
|
@@ -141,11 +141,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
141
141
|
margin-inline: calc(var(--space-m-udix3p, 16px) / 2);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.
|
|
144
|
+
.awsui_slider_pcgz5_4cmyk_143:not(#\9) {
|
|
145
145
|
display: flex;
|
|
146
146
|
align-items: center;
|
|
147
147
|
}
|
|
148
|
-
.awsui_slider-
|
|
148
|
+
.awsui_slider-track_pcgz5_4cmyk_147:not(#\9), .awsui_slider-range_pcgz5_4cmyk_147:not(#\9) {
|
|
149
149
|
position: absolute;
|
|
150
150
|
border-start-start-radius: 3px;
|
|
151
151
|
border-start-end-radius: 3px;
|
|
@@ -154,101 +154,101 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
154
154
|
margin-block-start: var(--space-xs-zb16t3, 8px);
|
|
155
155
|
margin-inline: calc(var(--space-m-udix3p, 16px) / -2);
|
|
156
156
|
}
|
|
157
|
-
.awsui_slider-
|
|
157
|
+
.awsui_slider-track_pcgz5_4cmyk_147:not(#\9) {
|
|
158
158
|
background-color: var(--color-background-slider-track-3m68rn, #7d8998);
|
|
159
159
|
inline-size: calc(100% + var(--space-m-udix3p, 16px));
|
|
160
160
|
block-size: 2px;
|
|
161
161
|
cursor: pointer;
|
|
162
162
|
}
|
|
163
|
-
.awsui_slider-
|
|
163
|
+
.awsui_slider-track_pcgz5_4cmyk_147.awsui_disabled_pcgz5_4cmyk_162:not(#\9) {
|
|
164
164
|
cursor: default;
|
|
165
165
|
background-color: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
166
166
|
}
|
|
167
|
-
.awsui_slider-
|
|
167
|
+
.awsui_slider-range_pcgz5_4cmyk_147:not(#\9) {
|
|
168
168
|
background-color: var(--color-background-slider-handle-default-atrlod, #0972d3);
|
|
169
169
|
block-size: 4px;
|
|
170
|
-
inline-size: calc(var(--awsui-slider-range-inline-size-
|
|
170
|
+
inline-size: calc(var(--awsui-slider-range-inline-size-epuq3n) + var(--space-m-udix3p, 16px));
|
|
171
171
|
}
|
|
172
|
-
.awsui_slider-
|
|
172
|
+
.awsui_slider-range_pcgz5_4cmyk_147.awsui_error_pcgz5_4cmyk_171:not(#\9) {
|
|
173
173
|
background-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
174
174
|
}
|
|
175
|
-
.awsui_slider-
|
|
175
|
+
.awsui_slider-range_pcgz5_4cmyk_147.awsui_warning_pcgz5_4cmyk_174:not(#\9) {
|
|
176
176
|
background-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
177
177
|
}
|
|
178
|
-
.awsui_slider-
|
|
178
|
+
.awsui_slider-range_pcgz5_4cmyk_147.awsui_active_pcgz5_4cmyk_177:not(#\9) {
|
|
179
179
|
background-color: var(--color-background-slider-handle-active-ccegzg, #065299);
|
|
180
180
|
}
|
|
181
|
-
.awsui_slider-
|
|
181
|
+
.awsui_slider-range_pcgz5_4cmyk_147.awsui_error-active_pcgz5_4cmyk_180:not(#\9) {
|
|
182
182
|
background-color: var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
183
183
|
}
|
|
184
|
-
.awsui_slider-
|
|
184
|
+
.awsui_slider-range_pcgz5_4cmyk_147.awsui_warning-active_pcgz5_4cmyk_183:not(#\9) {
|
|
185
185
|
background-color: var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
186
186
|
}
|
|
187
|
-
.awsui_slider-
|
|
187
|
+
.awsui_slider-range_pcgz5_4cmyk_147.awsui_disabled_pcgz5_4cmyk_162:not(#\9) {
|
|
188
188
|
background-color: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
.
|
|
191
|
+
.awsui_labels_pcgz5_4cmyk_190:not(#\9) {
|
|
192
192
|
display: grid;
|
|
193
|
-
grid-template-columns: 3fr repeat(calc((var(--awsui-slider-label-count-
|
|
193
|
+
grid-template-columns: 3fr repeat(calc((var(--awsui-slider-label-count-epuq3n) - 2) / 2 + (var(--awsui-slider-label-count-epuq3n) - 2) / 2 - 1), 2fr) 3fr;
|
|
194
194
|
grid-auto-rows: 100%;
|
|
195
195
|
padding-block-start: var(--space-m-udix3p, 16px);
|
|
196
196
|
}
|
|
197
|
-
.awsui_labels-
|
|
197
|
+
.awsui_labels-noref_pcgz5_4cmyk_196:not(#\9) {
|
|
198
198
|
grid-template-columns: 1fr 1fr;
|
|
199
199
|
}
|
|
200
|
-
.awsui_labels-
|
|
201
|
-
grid-column-start: var(--awsui-slider-reference-column-
|
|
202
|
-
grid-column-end: var(--awsui-slider-next-reference-column-
|
|
200
|
+
.awsui_labels-reference_pcgz5_4cmyk_199:not(#\9) {
|
|
201
|
+
grid-column-start: var(--awsui-slider-reference-column-epuq3n);
|
|
202
|
+
grid-column-end: var(--awsui-slider-next-reference-column-epuq3n);
|
|
203
203
|
grid-row: 1;
|
|
204
204
|
justify-self: center;
|
|
205
205
|
text-align: center;
|
|
206
206
|
}
|
|
207
|
-
.awsui_labels-
|
|
207
|
+
.awsui_labels-min_pcgz5_4cmyk_206:not(#\9) {
|
|
208
208
|
grid-column: 1;
|
|
209
209
|
grid-row: 1;
|
|
210
|
-
grid-column-end: var(--awsui-slider-min-end-
|
|
210
|
+
grid-column-end: var(--awsui-slider-min-end-epuq3n);
|
|
211
211
|
margin-inline-start: calc(var(--space-m-udix3p, 16px) / -2);
|
|
212
212
|
}
|
|
213
|
-
.awsui_labels-
|
|
213
|
+
.awsui_labels-max_pcgz5_4cmyk_212:not(#\9) {
|
|
214
214
|
text-align: end;
|
|
215
215
|
justify-content: flex-end;
|
|
216
216
|
grid-row: 1;
|
|
217
|
-
grid-column-end: calc(var(--awsui-slider-label-count-
|
|
218
|
-
grid-column-start: var(--awsui-slider-max-start-
|
|
217
|
+
grid-column-end: calc(var(--awsui-slider-label-count-epuq3n) + 1);
|
|
218
|
+
grid-column-start: var(--awsui-slider-max-start-epuq3n);
|
|
219
219
|
margin-inline-end: calc(var(--space-m-udix3p, 16px) / -2);
|
|
220
220
|
}
|
|
221
|
-
.awsui_labels-aria-
|
|
221
|
+
.awsui_labels-aria-description_pcgz5_4cmyk_220:not(#\9) {
|
|
222
222
|
display: none;
|
|
223
223
|
}
|
|
224
224
|
@media (max-width: 576px) {
|
|
225
|
-
.
|
|
225
|
+
.awsui_labels_pcgz5_4cmyk_190:not(#\9) {
|
|
226
226
|
grid-template-columns: 1fr 1fr;
|
|
227
227
|
}
|
|
228
|
-
.awsui_labels-
|
|
228
|
+
.awsui_labels-min_pcgz5_4cmyk_206:not(#\9) {
|
|
229
229
|
grid-column: 1;
|
|
230
230
|
}
|
|
231
|
-
.awsui_labels-
|
|
231
|
+
.awsui_labels-max_pcgz5_4cmyk_212:not(#\9) {
|
|
232
232
|
grid-column: 2;
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
.awsui_labels_pcgz5_4cmyk_190 > .awsui_labels-reference_pcgz5_4cmyk_199:not(#\9) {
|
|
235
235
|
display: none;
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.
|
|
239
|
+
.awsui_ticks_pcgz5_4cmyk_238:not(#\9) {
|
|
240
240
|
display: grid;
|
|
241
|
-
grid-template-columns: repeat(var(--awsui-slider-tick-count-
|
|
241
|
+
grid-template-columns: repeat(var(--awsui-slider-tick-count-epuq3n), 1fr);
|
|
242
242
|
inline-size: calc(100% - var(--space-m-udix3p, 16px));
|
|
243
243
|
margin-inline: calc(var(--space-m-udix3p, 16px) / 2);
|
|
244
244
|
}
|
|
245
|
-
.awsui_ticks-
|
|
245
|
+
.awsui_ticks-wrapper_pcgz5_4cmyk_244:not(#\9) {
|
|
246
246
|
block-size: 0;
|
|
247
247
|
display: flex;
|
|
248
248
|
margin-inline: calc(var(--space-m-udix3p, 16px) / -2);
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.awsui_tick_pcgz5_4cmyk_238:not(#\9) {
|
|
252
252
|
grid-row: 1;
|
|
253
253
|
block-size: var(--space-xs-zb16t3, 8px);
|
|
254
254
|
inline-size: var(--space-xxxs-zbmxqb, 2px);
|
|
@@ -257,40 +257,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
257
257
|
background: var(--color-background-slider-track-3m68rn, #7d8998);
|
|
258
258
|
inset-block-start: -4px;
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_middle_pcgz5_4cmyk_259:not(#\9):first-child, .awsui_tick_pcgz5_4cmyk_238.awsui_middle_pcgz5_4cmyk_259:not(#\9):last-child {
|
|
261
261
|
visibility: hidden;
|
|
262
262
|
}
|
|
263
|
-
.
|
|
263
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_filled_pcgz5_4cmyk_262:not(#\9) {
|
|
264
264
|
background: var(--color-background-slider-handle-default-atrlod, #0972d3);
|
|
265
265
|
}
|
|
266
|
-
.
|
|
266
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_active_pcgz5_4cmyk_177:not(#\9) {
|
|
267
267
|
background: var(--color-background-slider-handle-active-ccegzg, #065299);
|
|
268
268
|
}
|
|
269
|
-
.
|
|
269
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_error_pcgz5_4cmyk_171:not(#\9) {
|
|
270
270
|
background: var(--color-text-status-error-wdvepn, #d91515);
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_warning_pcgz5_4cmyk_174:not(#\9) {
|
|
273
273
|
background: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
274
274
|
}
|
|
275
|
-
.
|
|
275
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_error-active_pcgz5_4cmyk_180:not(#\9) {
|
|
276
276
|
background-color: var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_warning-active_pcgz5_4cmyk_183:not(#\9) {
|
|
279
279
|
background-color: var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
.awsui_tick_pcgz5_4cmyk_238.awsui_disabled_pcgz5_4cmyk_162:not(#\9) {
|
|
282
282
|
background: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.awsui_tooltip-
|
|
285
|
+
.awsui_tooltip-thumb_pcgz5_4cmyk_284:not(#\9) {
|
|
286
286
|
position: absolute;
|
|
287
287
|
inline-size: var(--space-xxl-cu2m1r, 32px);
|
|
288
288
|
block-size: var(--space-xxl-cu2m1r, 32px);
|
|
289
289
|
margin-block-start: calc(var(--space-s-34lx8l, 12px) / -1);
|
|
290
|
-
inset-inline-start: var(--awsui-slider-tooltip-position-
|
|
290
|
+
inset-inline-start: var(--awsui-slider-tooltip-position-epuq3n);
|
|
291
291
|
}
|
|
292
292
|
|
|
293
|
-
.
|
|
293
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9) {
|
|
294
294
|
background: transparent;
|
|
295
295
|
-webkit-appearance: none;
|
|
296
296
|
appearance: none;
|
|
@@ -303,16 +303,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
303
303
|
cursor: pointer;
|
|
304
304
|
touch-action: none;
|
|
305
305
|
}
|
|
306
|
-
.
|
|
306
|
+
.awsui_thumb_pcgz5_4cmyk_292.awsui_disabled_pcgz5_4cmyk_162:not(#\9) {
|
|
307
307
|
cursor: default;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_thumb_pcgz5_4cmyk_292.awsui_min_pcgz5_4cmyk_307:not(#\9) {
|
|
310
310
|
margin-inline-start: calc(-1px + var(--space-m-udix3p, 16px) / -2);
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
.awsui_thumb_pcgz5_4cmyk_292.awsui_max_pcgz5_4cmyk_310:not(#\9) {
|
|
313
313
|
margin-inline-start: calc(1px + var(--space-m-udix3p, 16px) / -2);
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9)::-webkit-slider-thumb {
|
|
316
316
|
-webkit-appearance: none;
|
|
317
317
|
appearance: none;
|
|
318
318
|
appearance: none;
|
|
@@ -331,7 +331,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
331
|
pointer-events: all;
|
|
332
332
|
position: relative;
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9)::-moz-range-thumb {
|
|
335
335
|
appearance: none;
|
|
336
336
|
appearance: none;
|
|
337
337
|
background: var(--color-background-slider-handle-default-atrlod, #0972d3);
|
|
@@ -349,13 +349,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
349
349
|
pointer-events: all;
|
|
350
350
|
position: relative;
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9):hover::-webkit-slider-thumb {
|
|
353
353
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-handle-default-atrlod, #0972d3);
|
|
354
354
|
}
|
|
355
|
-
.
|
|
355
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9):hover::-moz-range-thumb {
|
|
356
356
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-handle-default-atrlod, #0972d3);
|
|
357
357
|
}
|
|
358
|
-
.
|
|
358
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9):focus::-webkit-slider-thumb, .awsui_thumb_pcgz5_4cmyk_292:not(#\9):active::-webkit-slider-thumb {
|
|
359
359
|
block-size: 20px;
|
|
360
360
|
inline-size: 20px;
|
|
361
361
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-handle-active-ccegzg, #065299);
|
|
@@ -364,7 +364,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
364
364
|
border-block-width: 2px;
|
|
365
365
|
border-inline-width: 2px;
|
|
366
366
|
}
|
|
367
|
-
.
|
|
367
|
+
.awsui_thumb_pcgz5_4cmyk_292:not(#\9):focus::-moz-range-thumb, .awsui_thumb_pcgz5_4cmyk_292:not(#\9):active::-moz-range-thumb {
|
|
368
368
|
block-size: 20px;
|
|
369
369
|
inline-size: 20px;
|
|
370
370
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-handle-active-ccegzg, #065299);
|
|
@@ -374,30 +374,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
374
374
|
border-inline-width: 2px;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
.
|
|
377
|
+
.awsui_error_pcgz5_4cmyk_171:not(#\9)::-webkit-slider-thumb {
|
|
378
378
|
background-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
379
379
|
border-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
380
380
|
}
|
|
381
|
-
.
|
|
381
|
+
.awsui_error_pcgz5_4cmyk_171:not(#\9)::-moz-range-thumb {
|
|
382
382
|
background-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
383
383
|
border-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
384
384
|
}
|
|
385
|
-
.
|
|
385
|
+
.awsui_error_pcgz5_4cmyk_171:not(#\9):hover::-webkit-slider-thumb {
|
|
386
386
|
background-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
387
387
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-text-status-error-wdvepn, #d91515);
|
|
388
388
|
}
|
|
389
|
-
.
|
|
389
|
+
.awsui_error_pcgz5_4cmyk_171:not(#\9):hover::-moz-range-thumb {
|
|
390
390
|
background-color: var(--color-text-status-error-wdvepn, #d91515);
|
|
391
391
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-text-status-error-wdvepn, #d91515);
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
.awsui_error_pcgz5_4cmyk_171:not(#\9):focus::-webkit-slider-thumb, .awsui_error_pcgz5_4cmyk_171:not(#\9):active::-webkit-slider-thumb {
|
|
394
394
|
background-color: var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
395
395
|
border-block-width: 2px;
|
|
396
396
|
border-inline-width: 2px;
|
|
397
397
|
border-color: var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
398
398
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
399
399
|
}
|
|
400
|
-
.
|
|
400
|
+
.awsui_error_pcgz5_4cmyk_171:not(#\9):focus::-moz-range-thumb, .awsui_error_pcgz5_4cmyk_171:not(#\9):active::-moz-range-thumb {
|
|
401
401
|
background-color: var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
402
402
|
border-block-width: 2px;
|
|
403
403
|
border-inline-width: 2px;
|
|
@@ -405,30 +405,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
405
405
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-error-pressed-g7oqnt, #7c2718);
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
-
.
|
|
408
|
+
.awsui_warning_pcgz5_4cmyk_174:not(#\9)::-webkit-slider-thumb {
|
|
409
409
|
background-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
410
410
|
border-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
.awsui_warning_pcgz5_4cmyk_174:not(#\9)::-moz-range-thumb {
|
|
413
413
|
background-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
414
414
|
border-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
415
415
|
}
|
|
416
|
-
.
|
|
416
|
+
.awsui_warning_pcgz5_4cmyk_174:not(#\9):hover::-webkit-slider-thumb {
|
|
417
417
|
background-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
418
418
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-text-status-warning-yik8vi, #8d6605);
|
|
419
419
|
}
|
|
420
|
-
.
|
|
420
|
+
.awsui_warning_pcgz5_4cmyk_174:not(#\9):hover::-moz-range-thumb {
|
|
421
421
|
background-color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
422
422
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-text-status-warning-yik8vi, #8d6605);
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
.awsui_warning_pcgz5_4cmyk_174:not(#\9):focus::-webkit-slider-thumb, .awsui_warning_pcgz5_4cmyk_174:not(#\9):active::-webkit-slider-thumb {
|
|
425
425
|
background-color: var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
426
426
|
border-block-width: 2px;
|
|
427
427
|
border-inline-width: 2px;
|
|
428
428
|
border-color: var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
429
429
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
430
430
|
}
|
|
431
|
-
.
|
|
431
|
+
.awsui_warning_pcgz5_4cmyk_174:not(#\9):focus::-moz-range-thumb, .awsui_warning_pcgz5_4cmyk_174:not(#\9):active::-moz-range-thumb {
|
|
432
432
|
background-color: var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
433
433
|
border-block-width: 2px;
|
|
434
434
|
border-inline-width: 2px;
|
|
@@ -436,17 +436,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
436
436
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-31445h, #ffffff), 0 0 0 4px var(--color-background-slider-warning-pressed-9xuhwf, #8d6605);
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
.
|
|
440
|
-
.
|
|
441
|
-
.
|
|
439
|
+
.awsui_disabled_pcgz5_4cmyk_162:not(#\9)::-webkit-slider-thumb,
|
|
440
|
+
.awsui_disabled_pcgz5_4cmyk_162:not(#\9):hover::-webkit-slider-thumb,
|
|
441
|
+
.awsui_disabled_pcgz5_4cmyk_162:not(#\9):active::-webkit-slider-thumb {
|
|
442
442
|
background-color: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
443
443
|
border-color: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
444
444
|
box-shadow: none;
|
|
445
445
|
pointer-events: none;
|
|
446
446
|
}
|
|
447
|
-
.
|
|
448
|
-
.
|
|
449
|
-
.
|
|
447
|
+
.awsui_disabled_pcgz5_4cmyk_162:not(#\9)::-moz-range-thumb,
|
|
448
|
+
.awsui_disabled_pcgz5_4cmyk_162:not(#\9):hover::-moz-range-thumb,
|
|
449
|
+
.awsui_disabled_pcgz5_4cmyk_162:not(#\9):active::-moz-range-thumb {
|
|
450
450
|
background-color: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
451
451
|
border-color: var(--color-background-control-disabled-pwkvgd, #d1d5db);
|
|
452
452
|
box-shadow: none;
|
|
@@ -2,30 +2,30 @@
|
|
|
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
|
-
"slider": "
|
|
7
|
-
"slider-track": "awsui_slider-
|
|
8
|
-
"slider-range": "awsui_slider-
|
|
9
|
-
"disabled": "
|
|
10
|
-
"error": "
|
|
11
|
-
"warning": "
|
|
12
|
-
"active": "
|
|
13
|
-
"error-active": "awsui_error-
|
|
14
|
-
"warning-active": "awsui_warning-
|
|
15
|
-
"labels": "
|
|
16
|
-
"labels-noref": "awsui_labels-
|
|
17
|
-
"labels-reference": "awsui_labels-
|
|
18
|
-
"labels-min": "awsui_labels-
|
|
19
|
-
"labels-max": "awsui_labels-
|
|
20
|
-
"labels-aria-description": "awsui_labels-aria-
|
|
21
|
-
"ticks": "
|
|
22
|
-
"ticks-wrapper": "awsui_ticks-
|
|
23
|
-
"tick": "
|
|
24
|
-
"middle": "
|
|
25
|
-
"filled": "
|
|
26
|
-
"tooltip-thumb": "awsui_tooltip-
|
|
27
|
-
"thumb": "
|
|
28
|
-
"min": "
|
|
29
|
-
"max": "
|
|
5
|
+
"root": "awsui_root_pcgz5_4cmyk_103",
|
|
6
|
+
"slider": "awsui_slider_pcgz5_4cmyk_143",
|
|
7
|
+
"slider-track": "awsui_slider-track_pcgz5_4cmyk_147",
|
|
8
|
+
"slider-range": "awsui_slider-range_pcgz5_4cmyk_147",
|
|
9
|
+
"disabled": "awsui_disabled_pcgz5_4cmyk_162",
|
|
10
|
+
"error": "awsui_error_pcgz5_4cmyk_171",
|
|
11
|
+
"warning": "awsui_warning_pcgz5_4cmyk_174",
|
|
12
|
+
"active": "awsui_active_pcgz5_4cmyk_177",
|
|
13
|
+
"error-active": "awsui_error-active_pcgz5_4cmyk_180",
|
|
14
|
+
"warning-active": "awsui_warning-active_pcgz5_4cmyk_183",
|
|
15
|
+
"labels": "awsui_labels_pcgz5_4cmyk_190",
|
|
16
|
+
"labels-noref": "awsui_labels-noref_pcgz5_4cmyk_196",
|
|
17
|
+
"labels-reference": "awsui_labels-reference_pcgz5_4cmyk_199",
|
|
18
|
+
"labels-min": "awsui_labels-min_pcgz5_4cmyk_206",
|
|
19
|
+
"labels-max": "awsui_labels-max_pcgz5_4cmyk_212",
|
|
20
|
+
"labels-aria-description": "awsui_labels-aria-description_pcgz5_4cmyk_220",
|
|
21
|
+
"ticks": "awsui_ticks_pcgz5_4cmyk_238",
|
|
22
|
+
"ticks-wrapper": "awsui_ticks-wrapper_pcgz5_4cmyk_244",
|
|
23
|
+
"tick": "awsui_tick_pcgz5_4cmyk_238",
|
|
24
|
+
"middle": "awsui_middle_pcgz5_4cmyk_259",
|
|
25
|
+
"filled": "awsui_filled_pcgz5_4cmyk_262",
|
|
26
|
+
"tooltip-thumb": "awsui_tooltip-thumb_pcgz5_4cmyk_284",
|
|
27
|
+
"thumb": "awsui_thumb_pcgz5_4cmyk_292",
|
|
28
|
+
"min": "awsui_min_pcgz5_4cmyk_307",
|
|
29
|
+
"max": "awsui_max_pcgz5_4cmyk_310"
|
|
30
30
|
};
|
|
31
31
|
|
package/spinner/styles.css.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"spinner-rotator": "awsui_spinner-
|
|
6
|
-
"size-normal": "awsui_size-
|
|
7
|
-
"size-big": "awsui_size-
|
|
8
|
-
"size-large": "awsui_size-
|
|
9
|
-
"variant-normal": "awsui_variant-
|
|
10
|
-
"variant-disabled": "awsui_variant-
|
|
11
|
-
"variant-inverted": "awsui_variant-
|
|
12
|
-
"circle": "
|
|
13
|
-
"circle-left": "awsui_circle-
|
|
14
|
-
"spinner-line-left": "awsui_spinner-line-
|
|
15
|
-
"circle-right": "awsui_circle-
|
|
16
|
-
"spinner-line-right": "awsui_spinner-line-
|
|
4
|
+
"root": "awsui_root_1612d_1dgh4_133",
|
|
5
|
+
"spinner-rotator": "awsui_spinner-rotator_1612d_1dgh4_1",
|
|
6
|
+
"size-normal": "awsui_size-normal_1612d_1dgh4_147",
|
|
7
|
+
"size-big": "awsui_size-big_1612d_1dgh4_155",
|
|
8
|
+
"size-large": "awsui_size-large_1612d_1dgh4_163",
|
|
9
|
+
"variant-normal": "awsui_variant-normal_1612d_1dgh4_171",
|
|
10
|
+
"variant-disabled": "awsui_variant-disabled_1612d_1dgh4_174",
|
|
11
|
+
"variant-inverted": "awsui_variant-inverted_1612d_1dgh4_177",
|
|
12
|
+
"circle": "awsui_circle_1612d_1dgh4_189",
|
|
13
|
+
"circle-left": "awsui_circle-left_1612d_1dgh4_217",
|
|
14
|
+
"spinner-line-left": "awsui_spinner-line-left_1612d_1dgh4_1",
|
|
15
|
+
"circle-right": "awsui_circle-right_1612d_1dgh4_222",
|
|
16
|
+
"spinner-line-right": "awsui_spinner-line-right_1612d_1dgh4_1"
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -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_1dgh4_1 {
|
|
104
104
|
0% {
|
|
105
|
-
transform: rotate(var(--awsui-spinner-rotator-from-
|
|
105
|
+
transform: rotate(var(--awsui-spinner-rotator-from-epuq3n));
|
|
106
106
|
}
|
|
107
107
|
100% {
|
|
108
|
-
transform: rotate(var(--awsui-spinner-rotator-to-
|
|
108
|
+
transform: rotate(var(--awsui-spinner-rotator-to-epuq3n));
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
|
-
@keyframes awsui_spinner-line-
|
|
111
|
+
@keyframes awsui_spinner-line-left_1612d_1dgh4_1 {
|
|
112
112
|
0% {
|
|
113
|
-
transform: rotate(var(--awsui-spinner-line-left-from-
|
|
113
|
+
transform: rotate(var(--awsui-spinner-line-left-from-epuq3n));
|
|
114
114
|
}
|
|
115
115
|
50% {
|
|
116
|
-
transform: rotate(var(--awsui-spinner-line-left-to-
|
|
116
|
+
transform: rotate(var(--awsui-spinner-line-left-to-epuq3n));
|
|
117
117
|
}
|
|
118
118
|
100% {
|
|
119
|
-
transform: rotate(var(--awsui-spinner-line-left-from-
|
|
119
|
+
transform: rotate(var(--awsui-spinner-line-left-from-epuq3n));
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
@keyframes awsui_spinner-line-
|
|
122
|
+
@keyframes awsui_spinner-line-right_1612d_1dgh4_1 {
|
|
123
123
|
0% {
|
|
124
|
-
transform: rotate(var(--awsui-spinner-line-right-from-
|
|
124
|
+
transform: rotate(var(--awsui-spinner-line-right-from-epuq3n));
|
|
125
125
|
}
|
|
126
126
|
50% {
|
|
127
|
-
transform: rotate(var(--awsui-spinner-line-right-to-
|
|
127
|
+
transform: rotate(var(--awsui-spinner-line-right-to-epuq3n));
|
|
128
128
|
}
|
|
129
129
|
100% {
|
|
130
|
-
transform: rotate(var(--awsui-spinner-line-right-from-
|
|
130
|
+
transform: rotate(var(--awsui-spinner-line-right-from-epuq3n));
|
|
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_1dgh4_133:not(#\9) {
|
|
134
|
+
--awsui-spinner-rotator-from-epuq3n: 0deg;
|
|
135
|
+
--awsui-spinner-rotator-to-epuq3n: 360deg;
|
|
136
|
+
--awsui-spinner-line-left-from-epuq3n: 0deg;
|
|
137
|
+
--awsui-spinner-line-left-to-epuq3n: 120deg;
|
|
138
|
+
--awsui-spinner-line-right-from-epuq3n: 90deg;
|
|
139
|
+
--awsui-spinner-line-right-to-epuq3n: -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_1dgh4_1 0.7s linear infinite;
|
|
144
144
|
box-sizing: border-box;
|
|
145
145
|
line-height: 0;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.awsui_root_1612d_1dgh4_133.awsui_size-normal_1612d_1dgh4_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_1dgh4_133.awsui_size-big_1612d_1dgh4_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_1dgh4_133.awsui_size-large_1612d_1dgh4_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_1dgh4_133.awsui_variant-normal_1612d_1dgh4_171:not(#\9) {
|
|
172
172
|
color: currentColor;
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
.awsui_root_1612d_1dgh4_133.awsui_variant-disabled_1612d_1dgh4_174:not(#\9) {
|
|
175
175
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
176
176
|
}
|
|
177
|
-
.
|
|
177
|
+
.awsui_root_1612d_1dgh4_133.awsui_variant-inverted_1612d_1dgh4_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_1dgh4_133:not(#\9):dir(rtl) {
|
|
181
|
+
--awsui-spinner-rotator-from-epuq3n: 360deg;
|
|
182
|
+
--awsui-spinner-rotator-to-epuq3n: 0deg;
|
|
183
|
+
--awsui-spinner-line-left-from-epuq3n: 0deg;
|
|
184
|
+
--awsui-spinner-line-left-to-epuq3n: -120deg;
|
|
185
|
+
--awsui-spinner-line-right-from-epuq3n: -90deg;
|
|
186
|
+
--awsui-spinner-line-right-to-epuq3n: 30deg;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.
|
|
189
|
+
.awsui_circle_1612d_1dgh4_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_1dgh4_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_1dgh4_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_1dgh4_189.awsui_circle-left_1612d_1dgh4_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_1dgh4_1;
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.awsui_circle_1612d_1dgh4_189.awsui_circle-right_1612d_1dgh4_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_1dgh4_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_1dgh4_133",
|
|
6
|
+
"spinner-rotator": "awsui_spinner-rotator_1612d_1dgh4_1",
|
|
7
|
+
"size-normal": "awsui_size-normal_1612d_1dgh4_147",
|
|
8
|
+
"size-big": "awsui_size-big_1612d_1dgh4_155",
|
|
9
|
+
"size-large": "awsui_size-large_1612d_1dgh4_163",
|
|
10
|
+
"variant-normal": "awsui_variant-normal_1612d_1dgh4_171",
|
|
11
|
+
"variant-disabled": "awsui_variant-disabled_1612d_1dgh4_174",
|
|
12
|
+
"variant-inverted": "awsui_variant-inverted_1612d_1dgh4_177",
|
|
13
|
+
"circle": "awsui_circle_1612d_1dgh4_189",
|
|
14
|
+
"circle-left": "awsui_circle-left_1612d_1dgh4_217",
|
|
15
|
+
"spinner-line-left": "awsui_spinner-line-left_1612d_1dgh4_1",
|
|
16
|
+
"circle-right": "awsui_circle-right_1612d_1dgh4_222",
|
|
17
|
+
"spinner-line-right": "awsui_spinner-line-right_1612d_1dgh4_1"
|
|
18
18
|
};
|
|
19
19
|
|