@cloudscape-design/components-themeable 3.0.1180 → 3.0.1182
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/slider/styles.scss +6 -6
- package/lib/internal/scss/tiles/analytics-metadata/styles.scss +4 -0
- package/lib/internal/template/THIRD-PARTY-LICENSES +35 -0
- package/lib/internal/template/column-layout/flexible-column-layout/index.js +1 -1
- package/lib/internal/template/column-layout/flexible-column-layout/index.js.map +1 -1
- package/lib/internal/template/column-layout/grid-column-layout.js +1 -1
- package/lib/internal/template/column-layout/grid-column-layout.js.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js +4 -4
- package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/grid/internal.d.ts.map +1 -1
- package/lib/internal/template/grid/internal.js +1 -1
- package/lib/internal/template/grid/internal.js.map +1 -1
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +3 -0
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/icon/internal.d.ts.map +1 -1
- package/lib/internal/template/icon/internal.js +10 -4
- package/lib/internal/template/icon/internal.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +27 -11
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +3 -1
- package/lib/internal/template/internal/generated/styles/tokens.js +3 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +82 -10
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.js +82 -10
- package/lib/internal/template/internal/hooks/use-throttle-callback/index.d.ts +3 -0
- package/lib/internal/template/internal/hooks/use-throttle-callback/index.d.ts.map +1 -0
- package/lib/internal/template/internal/hooks/use-throttle-callback/index.js +9 -0
- package/lib/internal/template/internal/hooks/use-throttle-callback/index.js.map +1 -0
- package/lib/internal/template/internal/vendor/react-keyed-flatten-children/index.d.ts +3 -0
- package/lib/internal/template/internal/vendor/react-keyed-flatten-children/index.d.ts.map +1 -0
- package/lib/internal/template/internal/vendor/react-keyed-flatten-children/index.js +27 -0
- package/lib/internal/template/internal/vendor/react-keyed-flatten-children/index.js.map +1 -0
- package/lib/internal/template/package.json +1 -1
- package/lib/internal/template/progress-bar/index.d.ts.map +1 -1
- package/lib/internal/template/progress-bar/index.js +5 -7
- package/lib/internal/template/progress-bar/index.js.map +1 -1
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +82 -82
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/space-between/internal.d.ts.map +1 -1
- package/lib/internal/template/space-between/internal.js +3 -3
- package/lib/internal/template/space-between/internal.js.map +1 -1
- package/lib/internal/template/table/resizer/index.d.ts.map +1 -1
- package/lib/internal/template/table/resizer/index.js +4 -2
- package/lib/internal/template/table/resizer/index.js.map +1 -1
- package/lib/internal/template/table/use-sticky-header.d.ts.map +1 -1
- package/lib/internal/template/table/use-sticky-header.js +0 -4
- package/lib/internal/template/table/use-sticky-header.js.map +1 -1
- package/lib/internal/template/tiles/analytics-metadata/interfaces.d.ts +1 -0
- package/lib/internal/template/tiles/analytics-metadata/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tiles/analytics-metadata/interfaces.js.map +1 -1
- package/lib/internal/template/tiles/analytics-metadata/styles.css.js +2 -1
- package/lib/internal/template/tiles/analytics-metadata/styles.scoped.css +5 -1
- package/lib/internal/template/tiles/analytics-metadata/styles.selectors.js +2 -1
- package/lib/internal/template/tiles/index.d.ts.map +1 -1
- package/lib/internal/template/tiles/index.js +2 -0
- package/lib/internal/template/tiles/index.js.map +1 -1
- package/lib/internal/template/tiles/tile.js +1 -1
- package/lib/internal/template/tiles/tile.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"slider": "
|
|
6
|
-
"slider-track": "awsui_slider-
|
|
7
|
-
"slider-range": "awsui_slider-
|
|
8
|
-
"disabled": "
|
|
9
|
-
"readonly": "
|
|
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": "
|
|
4
|
+
"root": "awsui_root_pcgz5_zubdl_153",
|
|
5
|
+
"slider": "awsui_slider_pcgz5_zubdl_190",
|
|
6
|
+
"slider-track": "awsui_slider-track_pcgz5_zubdl_194",
|
|
7
|
+
"slider-range": "awsui_slider-range_pcgz5_zubdl_194",
|
|
8
|
+
"disabled": "awsui_disabled_pcgz5_zubdl_209",
|
|
9
|
+
"readonly": "awsui_readonly_pcgz5_zubdl_213",
|
|
10
|
+
"error": "awsui_error_pcgz5_zubdl_222",
|
|
11
|
+
"warning": "awsui_warning_pcgz5_zubdl_225",
|
|
12
|
+
"active": "awsui_active_pcgz5_zubdl_228",
|
|
13
|
+
"error-active": "awsui_error-active_pcgz5_zubdl_231",
|
|
14
|
+
"warning-active": "awsui_warning-active_pcgz5_zubdl_234",
|
|
15
|
+
"labels": "awsui_labels_pcgz5_zubdl_245",
|
|
16
|
+
"labels-noref": "awsui_labels-noref_pcgz5_zubdl_251",
|
|
17
|
+
"labels-reference": "awsui_labels-reference_pcgz5_zubdl_254",
|
|
18
|
+
"labels-min": "awsui_labels-min_pcgz5_zubdl_261",
|
|
19
|
+
"labels-max": "awsui_labels-max_pcgz5_zubdl_267",
|
|
20
|
+
"labels-aria-description": "awsui_labels-aria-description_pcgz5_zubdl_275",
|
|
21
|
+
"ticks": "awsui_ticks_pcgz5_zubdl_293",
|
|
22
|
+
"ticks-wrapper": "awsui_ticks-wrapper_pcgz5_zubdl_299",
|
|
23
|
+
"tick": "awsui_tick_pcgz5_zubdl_293",
|
|
24
|
+
"middle": "awsui_middle_pcgz5_zubdl_314",
|
|
25
|
+
"filled": "awsui_filled_pcgz5_zubdl_317",
|
|
26
|
+
"tooltip-thumb": "awsui_tooltip-thumb_pcgz5_zubdl_345",
|
|
27
|
+
"thumb": "awsui_thumb_pcgz5_zubdl_358",
|
|
28
|
+
"min": "awsui_min_pcgz5_zubdl_394",
|
|
29
|
+
"max": "awsui_max_pcgz5_zubdl_397"
|
|
30
30
|
};
|
|
31
31
|
|
|
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.
|
|
153
|
+
.awsui_root_pcgz5_zubdl_153:not(#\9) {
|
|
154
154
|
border-collapse: separate;
|
|
155
155
|
border-spacing: 0;
|
|
156
156
|
box-sizing: border-box;
|
|
@@ -187,11 +187,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
187
187
|
margin-inline: calc(var(--space-m-n2lypl, 16px) / 2);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
.awsui_slider_pcgz5_zubdl_190:not(#\9) {
|
|
191
191
|
display: flex;
|
|
192
192
|
align-items: center;
|
|
193
193
|
}
|
|
194
|
-
.awsui_slider-
|
|
194
|
+
.awsui_slider-track_pcgz5_zubdl_194:not(#\9), .awsui_slider-range_pcgz5_zubdl_194:not(#\9) {
|
|
195
195
|
position: absolute;
|
|
196
196
|
border-start-start-radius: 3px;
|
|
197
197
|
border-start-end-radius: 3px;
|
|
@@ -200,71 +200,71 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
200
200
|
margin-block-start: var(--space-xs-kw7k3v, 8px);
|
|
201
201
|
margin-inline: calc(var(--space-m-n2lypl, 16px) / -2);
|
|
202
202
|
}
|
|
203
|
-
.awsui_slider-
|
|
204
|
-
background-color: var(--color-background-slider-track-
|
|
203
|
+
.awsui_slider-track_pcgz5_zubdl_194:not(#\9) {
|
|
204
|
+
background-color: var(--color-background-slider-track-default-cos148, #879596);
|
|
205
205
|
inline-size: calc(100% + var(--space-m-n2lypl, 16px));
|
|
206
206
|
block-size: 2px;
|
|
207
207
|
cursor: pointer;
|
|
208
208
|
}
|
|
209
|
-
.awsui_slider-
|
|
209
|
+
.awsui_slider-track_pcgz5_zubdl_194.awsui_disabled_pcgz5_zubdl_209:not(#\9) {
|
|
210
210
|
cursor: default;
|
|
211
211
|
background-color: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
212
212
|
}
|
|
213
|
-
.awsui_slider-
|
|
213
|
+
.awsui_slider-track_pcgz5_zubdl_194.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_slider-track_pcgz5_zubdl_194.awsui_disabled_pcgz5_zubdl_209) {
|
|
214
214
|
cursor: default;
|
|
215
215
|
background-color: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
216
216
|
}
|
|
217
|
-
.awsui_slider-
|
|
218
|
-
background-color: var(--color-background-slider-
|
|
217
|
+
.awsui_slider-range_pcgz5_zubdl_194:not(#\9) {
|
|
218
|
+
background-color: var(--color-background-slider-range-default-ckhqiz, #0073bb);
|
|
219
219
|
block-size: 4px;
|
|
220
220
|
inline-size: calc(var(--awsui-slider-range-inline-size-rhu47t) + var(--space-m-n2lypl, 16px));
|
|
221
221
|
}
|
|
222
|
-
.awsui_slider-
|
|
222
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_error_pcgz5_zubdl_222:not(#\9) {
|
|
223
223
|
background-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
224
224
|
}
|
|
225
|
-
.awsui_slider-
|
|
225
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_warning_pcgz5_zubdl_225:not(#\9) {
|
|
226
226
|
background-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
227
227
|
}
|
|
228
|
-
.awsui_slider-
|
|
229
|
-
background-color: var(--color-background-slider-
|
|
228
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_active_pcgz5_zubdl_228:not(#\9) {
|
|
229
|
+
background-color: var(--color-background-slider-range-active-n1ml5a, #0a4a74);
|
|
230
230
|
}
|
|
231
|
-
.awsui_slider-
|
|
231
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_error-active_pcgz5_zubdl_231:not(#\9) {
|
|
232
232
|
background-color: var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
233
233
|
}
|
|
234
|
-
.awsui_slider-
|
|
234
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_warning-active_pcgz5_zubdl_234:not(#\9) {
|
|
235
235
|
background-color: var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
236
236
|
}
|
|
237
|
-
.awsui_slider-
|
|
237
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_disabled_pcgz5_zubdl_209:not(#\9) {
|
|
238
238
|
background-color: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
239
239
|
}
|
|
240
|
-
.awsui_slider-
|
|
240
|
+
.awsui_slider-range_pcgz5_zubdl_194.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_slider-range_pcgz5_zubdl_194.awsui_disabled_pcgz5_zubdl_209) {
|
|
241
241
|
inline-size: calc(var(--awsui-slider-range-inline-size-rhu47t) + var(--space-s-4a5hs8, 12px));
|
|
242
242
|
background-color: var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.
|
|
245
|
+
.awsui_labels_pcgz5_zubdl_245:not(#\9) {
|
|
246
246
|
display: grid;
|
|
247
247
|
grid-template-columns: 3fr repeat(calc((var(--awsui-slider-label-count-rhu47t) - 2) / 2 + (var(--awsui-slider-label-count-rhu47t) - 2) / 2 - 1), 2fr) 3fr;
|
|
248
248
|
grid-auto-rows: 100%;
|
|
249
249
|
padding-block-start: var(--space-m-n2lypl, 16px);
|
|
250
250
|
}
|
|
251
|
-
.awsui_labels-
|
|
251
|
+
.awsui_labels-noref_pcgz5_zubdl_251:not(#\9) {
|
|
252
252
|
grid-template-columns: 1fr 1fr;
|
|
253
253
|
}
|
|
254
|
-
.awsui_labels-
|
|
254
|
+
.awsui_labels-reference_pcgz5_zubdl_254:not(#\9) {
|
|
255
255
|
grid-column-start: var(--awsui-slider-reference-column-rhu47t);
|
|
256
256
|
grid-column-end: var(--awsui-slider-next-reference-column-rhu47t);
|
|
257
257
|
grid-row: 1;
|
|
258
258
|
justify-self: center;
|
|
259
259
|
text-align: center;
|
|
260
260
|
}
|
|
261
|
-
.awsui_labels-
|
|
261
|
+
.awsui_labels-min_pcgz5_zubdl_261:not(#\9) {
|
|
262
262
|
grid-column: 1;
|
|
263
263
|
grid-row: 1;
|
|
264
264
|
grid-column-end: var(--awsui-slider-min-end-rhu47t);
|
|
265
265
|
margin-inline-start: calc(var(--space-m-n2lypl, 16px) / -2);
|
|
266
266
|
}
|
|
267
|
-
.awsui_labels-
|
|
267
|
+
.awsui_labels-max_pcgz5_zubdl_267:not(#\9) {
|
|
268
268
|
text-align: end;
|
|
269
269
|
justify-content: flex-end;
|
|
270
270
|
grid-row: 1;
|
|
@@ -272,90 +272,90 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
272
272
|
grid-column-start: var(--awsui-slider-max-start-rhu47t);
|
|
273
273
|
margin-inline-end: calc(var(--space-m-n2lypl, 16px) / -2);
|
|
274
274
|
}
|
|
275
|
-
.awsui_labels-aria-
|
|
275
|
+
.awsui_labels-aria-description_pcgz5_zubdl_275:not(#\9) {
|
|
276
276
|
display: none;
|
|
277
277
|
}
|
|
278
278
|
@media (max-width: 576px) {
|
|
279
|
-
.
|
|
279
|
+
.awsui_labels_pcgz5_zubdl_245:not(#\9) {
|
|
280
280
|
grid-template-columns: 1fr 1fr;
|
|
281
281
|
}
|
|
282
|
-
.awsui_labels-
|
|
282
|
+
.awsui_labels-min_pcgz5_zubdl_261:not(#\9) {
|
|
283
283
|
grid-column: 1;
|
|
284
284
|
}
|
|
285
|
-
.awsui_labels-
|
|
285
|
+
.awsui_labels-max_pcgz5_zubdl_267:not(#\9) {
|
|
286
286
|
grid-column: 2;
|
|
287
287
|
}
|
|
288
|
-
.
|
|
288
|
+
.awsui_labels_pcgz5_zubdl_245 > .awsui_labels-reference_pcgz5_zubdl_254:not(#\9) {
|
|
289
289
|
display: none;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
|
|
293
|
-
.
|
|
293
|
+
.awsui_ticks_pcgz5_zubdl_293:not(#\9) {
|
|
294
294
|
display: grid;
|
|
295
295
|
grid-template-columns: repeat(var(--awsui-slider-tick-count-rhu47t), 1fr);
|
|
296
296
|
inline-size: calc(100% - var(--space-m-n2lypl, 16px));
|
|
297
297
|
margin-inline: calc(var(--space-m-n2lypl, 16px) / 2);
|
|
298
298
|
}
|
|
299
|
-
.awsui_ticks-
|
|
299
|
+
.awsui_ticks-wrapper_pcgz5_zubdl_299:not(#\9) {
|
|
300
300
|
block-size: 0;
|
|
301
301
|
display: flex;
|
|
302
302
|
margin-inline: calc(var(--space-m-n2lypl, 16px) / -2);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.
|
|
305
|
+
.awsui_tick_pcgz5_zubdl_293:not(#\9) {
|
|
306
306
|
grid-row: 1;
|
|
307
307
|
block-size: var(--space-xs-kw7k3v, 8px);
|
|
308
308
|
inline-size: var(--space-xxxs-3w1kr2, 2px);
|
|
309
309
|
padding-inline: 0;
|
|
310
310
|
padding-block: 0;
|
|
311
|
-
background: var(--color-background-slider-track-
|
|
311
|
+
background: var(--color-background-slider-track-default-cos148, #879596);
|
|
312
312
|
inset-block-start: -4px;
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_middle_pcgz5_zubdl_314:not(#\9):first-child, .awsui_tick_pcgz5_zubdl_293.awsui_middle_pcgz5_zubdl_314:not(#\9):last-child {
|
|
315
315
|
visibility: hidden;
|
|
316
316
|
}
|
|
317
|
-
.
|
|
318
|
-
background: var(--color-background-slider-
|
|
317
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_filled_pcgz5_zubdl_317:not(#\9) {
|
|
318
|
+
background: var(--color-background-slider-range-default-ckhqiz, #0073bb);
|
|
319
319
|
}
|
|
320
|
-
.
|
|
320
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_filled_pcgz5_zubdl_317.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209) {
|
|
321
321
|
background: var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
322
322
|
}
|
|
323
|
-
.
|
|
324
|
-
background: var(--color-background-slider-
|
|
323
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_active_pcgz5_zubdl_228:not(#\9) {
|
|
324
|
+
background: var(--color-background-slider-range-active-n1ml5a, #0a4a74);
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_error_pcgz5_zubdl_222:not(#\9) {
|
|
327
327
|
background: var(--color-text-status-error-aknuvu, #d13212);
|
|
328
328
|
}
|
|
329
|
-
.
|
|
329
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_warning_pcgz5_zubdl_225:not(#\9) {
|
|
330
330
|
background: var(--color-text-status-warning-9b45qh, #906806);
|
|
331
331
|
}
|
|
332
|
-
.
|
|
332
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_error-active_pcgz5_zubdl_231:not(#\9) {
|
|
333
333
|
background-color: var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
334
334
|
}
|
|
335
|
-
.
|
|
335
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_warning-active_pcgz5_zubdl_234:not(#\9) {
|
|
336
336
|
background-color: var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
337
337
|
}
|
|
338
|
-
.
|
|
338
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_disabled_pcgz5_zubdl_209:not(#\9) {
|
|
339
339
|
background: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
340
340
|
}
|
|
341
|
-
.
|
|
341
|
+
.awsui_tick_pcgz5_zubdl_293.awsui_readonly_pcgz5_zubdl_213:not(#\9) {
|
|
342
342
|
background: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
-
.awsui_tooltip-
|
|
345
|
+
.awsui_tooltip-thumb_pcgz5_zubdl_345:not(#\9) {
|
|
346
346
|
position: absolute;
|
|
347
347
|
inline-size: var(--space-xxl-q0lyvp, 32px);
|
|
348
348
|
block-size: var(--space-xxl-q0lyvp, 32px);
|
|
349
349
|
margin-block-start: calc(var(--space-s-4a5hs8, 12px) / -1);
|
|
350
350
|
inset-inline-start: var(--awsui-slider-tooltip-position-rhu47t);
|
|
351
351
|
}
|
|
352
|
-
.awsui_tooltip-
|
|
352
|
+
.awsui_tooltip-thumb_pcgz5_zubdl_345.awsui_readonly_pcgz5_zubdl_213:not(#\9) {
|
|
353
353
|
inline-size: var(--space-xl-4dmkh1, 24px);
|
|
354
354
|
block-size: var(--space-xl-4dmkh1, 24px);
|
|
355
355
|
margin-block-start: calc(var(--space-xs-kw7k3v, 8px) / -1);
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
.
|
|
358
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9) {
|
|
359
359
|
background: transparent;
|
|
360
360
|
appearance: none;
|
|
361
361
|
position: absolute;
|
|
@@ -367,13 +367,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
367
367
|
cursor: pointer;
|
|
368
368
|
touch-action: none;
|
|
369
369
|
}
|
|
370
|
-
.
|
|
370
|
+
.awsui_thumb_pcgz5_zubdl_358.awsui_disabled_pcgz5_zubdl_209:not(#\9) {
|
|
371
371
|
cursor: default;
|
|
372
372
|
}
|
|
373
|
-
.
|
|
373
|
+
.awsui_thumb_pcgz5_zubdl_358.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_thumb_pcgz5_zubdl_358.awsui_disabled_pcgz5_zubdl_209) {
|
|
374
374
|
cursor: default;
|
|
375
375
|
}
|
|
376
|
-
.
|
|
376
|
+
.awsui_thumb_pcgz5_zubdl_358.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_thumb_pcgz5_zubdl_358.awsui_disabled_pcgz5_zubdl_209):focus::-webkit-slider-thumb, .awsui_thumb_pcgz5_zubdl_358.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_thumb_pcgz5_zubdl_358.awsui_disabled_pcgz5_zubdl_209):active::-webkit-slider-thumb {
|
|
377
377
|
block-size: var(--space-s-4a5hs8, 12px);
|
|
378
378
|
inline-size: var(--space-s-4a5hs8, 12px);
|
|
379
379
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
@@ -382,7 +382,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
382
382
|
border-block-width: 2px;
|
|
383
383
|
border-inline-width: 2px;
|
|
384
384
|
}
|
|
385
|
-
.
|
|
385
|
+
.awsui_thumb_pcgz5_zubdl_358.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_thumb_pcgz5_zubdl_358.awsui_disabled_pcgz5_zubdl_209):focus::-moz-range-thumb, .awsui_thumb_pcgz5_zubdl_358.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_thumb_pcgz5_zubdl_358.awsui_disabled_pcgz5_zubdl_209):active::-moz-range-thumb {
|
|
386
386
|
block-size: var(--space-s-4a5hs8, 12px);
|
|
387
387
|
inline-size: var(--space-s-4a5hs8, 12px);
|
|
388
388
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
@@ -391,13 +391,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
391
391
|
border-block-width: 2px;
|
|
392
392
|
border-inline-width: 2px;
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
.awsui_thumb_pcgz5_zubdl_358.awsui_min_pcgz5_zubdl_394:not(#\9) {
|
|
395
395
|
margin-inline-start: calc(-1px + var(--space-m-n2lypl, 16px) / -2);
|
|
396
396
|
}
|
|
397
|
-
.
|
|
397
|
+
.awsui_thumb_pcgz5_zubdl_358.awsui_max_pcgz5_zubdl_397:not(#\9) {
|
|
398
398
|
margin-inline-start: calc(1px + var(--space-m-n2lypl, 16px) / -2);
|
|
399
399
|
}
|
|
400
|
-
.
|
|
400
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9)::-webkit-slider-thumb {
|
|
401
401
|
appearance: none;
|
|
402
402
|
appearance: none;
|
|
403
403
|
background: var(--color-background-slider-handle-default-pb538l, #0073bb);
|
|
@@ -415,7 +415,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
415
415
|
pointer-events: all;
|
|
416
416
|
position: relative;
|
|
417
417
|
}
|
|
418
|
-
.
|
|
418
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9)::-moz-range-thumb {
|
|
419
419
|
appearance: none;
|
|
420
420
|
appearance: none;
|
|
421
421
|
background: var(--color-background-slider-handle-default-pb538l, #0073bb);
|
|
@@ -433,13 +433,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
433
433
|
pointer-events: all;
|
|
434
434
|
position: relative;
|
|
435
435
|
}
|
|
436
|
-
.
|
|
436
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9):hover::-webkit-slider-thumb {
|
|
437
437
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-handle-default-pb538l, #0073bb);
|
|
438
438
|
}
|
|
439
|
-
.
|
|
439
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9):hover::-moz-range-thumb {
|
|
440
440
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-handle-default-pb538l, #0073bb);
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9):focus::-webkit-slider-thumb, .awsui_thumb_pcgz5_zubdl_358:not(#\9):active::-webkit-slider-thumb {
|
|
443
443
|
block-size: 20px;
|
|
444
444
|
inline-size: 20px;
|
|
445
445
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-handle-active-9ejayt, #0a4a74);
|
|
@@ -448,7 +448,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
448
448
|
border-block-width: 2px;
|
|
449
449
|
border-inline-width: 2px;
|
|
450
450
|
}
|
|
451
|
-
.
|
|
451
|
+
.awsui_thumb_pcgz5_zubdl_358:not(#\9):focus::-moz-range-thumb, .awsui_thumb_pcgz5_zubdl_358:not(#\9):active::-moz-range-thumb {
|
|
452
452
|
block-size: 20px;
|
|
453
453
|
inline-size: 20px;
|
|
454
454
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-handle-active-9ejayt, #0a4a74);
|
|
@@ -458,30 +458,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
458
458
|
border-inline-width: 2px;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
|
-
.
|
|
461
|
+
.awsui_error_pcgz5_zubdl_222:not(#\9)::-webkit-slider-thumb {
|
|
462
462
|
background-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
463
463
|
border-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
464
464
|
}
|
|
465
|
-
.
|
|
465
|
+
.awsui_error_pcgz5_zubdl_222:not(#\9)::-moz-range-thumb {
|
|
466
466
|
background-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
467
467
|
border-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
.awsui_error_pcgz5_zubdl_222:not(#\9):hover::-webkit-slider-thumb {
|
|
470
470
|
background-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
471
471
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-text-status-error-aknuvu, #d13212);
|
|
472
472
|
}
|
|
473
|
-
.
|
|
473
|
+
.awsui_error_pcgz5_zubdl_222:not(#\9):hover::-moz-range-thumb {
|
|
474
474
|
background-color: var(--color-text-status-error-aknuvu, #d13212);
|
|
475
475
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-text-status-error-aknuvu, #d13212);
|
|
476
476
|
}
|
|
477
|
-
.
|
|
477
|
+
.awsui_error_pcgz5_zubdl_222:not(#\9):focus::-webkit-slider-thumb, .awsui_error_pcgz5_zubdl_222:not(#\9):active::-webkit-slider-thumb {
|
|
478
478
|
background-color: var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
479
479
|
border-block-width: 2px;
|
|
480
480
|
border-inline-width: 2px;
|
|
481
481
|
border-color: var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
482
482
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
483
483
|
}
|
|
484
|
-
.
|
|
484
|
+
.awsui_error_pcgz5_zubdl_222:not(#\9):focus::-moz-range-thumb, .awsui_error_pcgz5_zubdl_222:not(#\9):active::-moz-range-thumb {
|
|
485
485
|
background-color: var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
486
486
|
border-block-width: 2px;
|
|
487
487
|
border-inline-width: 2px;
|
|
@@ -489,30 +489,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
489
489
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-error-pressed-hjdtxr, #700000);
|
|
490
490
|
}
|
|
491
491
|
|
|
492
|
-
.
|
|
492
|
+
.awsui_warning_pcgz5_zubdl_225:not(#\9)::-webkit-slider-thumb {
|
|
493
493
|
background-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
494
494
|
border-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
495
495
|
}
|
|
496
|
-
.
|
|
496
|
+
.awsui_warning_pcgz5_zubdl_225:not(#\9)::-moz-range-thumb {
|
|
497
497
|
background-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
498
498
|
border-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
.awsui_warning_pcgz5_zubdl_225:not(#\9):hover::-webkit-slider-thumb {
|
|
501
501
|
background-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
502
502
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-text-status-warning-9b45qh, #906806);
|
|
503
503
|
}
|
|
504
|
-
.
|
|
504
|
+
.awsui_warning_pcgz5_zubdl_225:not(#\9):hover::-moz-range-thumb {
|
|
505
505
|
background-color: var(--color-text-status-warning-9b45qh, #906806);
|
|
506
506
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-text-status-warning-9b45qh, #906806);
|
|
507
507
|
}
|
|
508
|
-
.
|
|
508
|
+
.awsui_warning_pcgz5_zubdl_225:not(#\9):focus::-webkit-slider-thumb, .awsui_warning_pcgz5_zubdl_225:not(#\9):active::-webkit-slider-thumb {
|
|
509
509
|
background-color: var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
510
510
|
border-block-width: 2px;
|
|
511
511
|
border-inline-width: 2px;
|
|
512
512
|
border-color: var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
513
513
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
514
514
|
}
|
|
515
|
-
.
|
|
515
|
+
.awsui_warning_pcgz5_zubdl_225:not(#\9):focus::-moz-range-thumb, .awsui_warning_pcgz5_zubdl_225:not(#\9):active::-moz-range-thumb {
|
|
516
516
|
background-color: var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
517
517
|
border-block-width: 2px;
|
|
518
518
|
border-inline-width: 2px;
|
|
@@ -520,9 +520,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
520
520
|
box-shadow: 0px 0 0 2px var(--color-background-slider-handle-ring-usftmh, #ffffff), 0 0 0 4px var(--color-background-slider-warning-pressed-78uc9o, #906806);
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
.
|
|
524
|
-
.
|
|
525
|
-
.
|
|
523
|
+
.awsui_disabled_pcgz5_zubdl_209:not(#\9)::-webkit-slider-thumb,
|
|
524
|
+
.awsui_disabled_pcgz5_zubdl_209:not(#\9):hover::-webkit-slider-thumb,
|
|
525
|
+
.awsui_disabled_pcgz5_zubdl_209:not(#\9):active::-webkit-slider-thumb {
|
|
526
526
|
block-size: var(--space-m-n2lypl, 16px);
|
|
527
527
|
inline-size: var(--space-m-n2lypl, 16px);
|
|
528
528
|
background-color: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
@@ -530,9 +530,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
530
530
|
box-shadow: none;
|
|
531
531
|
pointer-events: none;
|
|
532
532
|
}
|
|
533
|
-
.
|
|
534
|
-
.
|
|
535
|
-
.
|
|
533
|
+
.awsui_disabled_pcgz5_zubdl_209:not(#\9)::-moz-range-thumb,
|
|
534
|
+
.awsui_disabled_pcgz5_zubdl_209:not(#\9):hover::-moz-range-thumb,
|
|
535
|
+
.awsui_disabled_pcgz5_zubdl_209:not(#\9):active::-moz-range-thumb {
|
|
536
536
|
block-size: var(--space-m-n2lypl, 16px);
|
|
537
537
|
inline-size: var(--space-m-n2lypl, 16px);
|
|
538
538
|
background-color: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
@@ -541,9 +541,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
541
541
|
pointer-events: none;
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
.
|
|
545
|
-
.
|
|
546
|
-
.
|
|
544
|
+
.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209)::-webkit-slider-thumb,
|
|
545
|
+
.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209):hover::-webkit-slider-thumb,
|
|
546
|
+
.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209):active::-webkit-slider-thumb {
|
|
547
547
|
block-size: var(--space-s-4a5hs8, 12px);
|
|
548
548
|
inline-size: var(--space-s-4a5hs8, 12px);
|
|
549
549
|
background-color: var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
@@ -552,9 +552,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
552
552
|
pointer-events: none;
|
|
553
553
|
cursor: initial;
|
|
554
554
|
}
|
|
555
|
-
.
|
|
556
|
-
.
|
|
557
|
-
.
|
|
555
|
+
.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209)::-moz-range-thumb,
|
|
556
|
+
.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209):hover::-moz-range-thumb,
|
|
557
|
+
.awsui_readonly_pcgz5_zubdl_213:not(#\9):not(.awsui_disabled_pcgz5_zubdl_209):active::-moz-range-thumb {
|
|
558
558
|
block-size: var(--space-s-4a5hs8, 12px);
|
|
559
559
|
inline-size: var(--space-s-4a5hs8, 12px);
|
|
560
560
|
background-color: var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
@@ -2,31 +2,31 @@
|
|
|
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
|
-
"readonly": "
|
|
11
|
-
"error": "
|
|
12
|
-
"warning": "
|
|
13
|
-
"active": "
|
|
14
|
-
"error-active": "awsui_error-
|
|
15
|
-
"warning-active": "awsui_warning-
|
|
16
|
-
"labels": "
|
|
17
|
-
"labels-noref": "awsui_labels-
|
|
18
|
-
"labels-reference": "awsui_labels-
|
|
19
|
-
"labels-min": "awsui_labels-
|
|
20
|
-
"labels-max": "awsui_labels-
|
|
21
|
-
"labels-aria-description": "awsui_labels-aria-
|
|
22
|
-
"ticks": "
|
|
23
|
-
"ticks-wrapper": "awsui_ticks-
|
|
24
|
-
"tick": "
|
|
25
|
-
"middle": "
|
|
26
|
-
"filled": "
|
|
27
|
-
"tooltip-thumb": "awsui_tooltip-
|
|
28
|
-
"thumb": "
|
|
29
|
-
"min": "
|
|
30
|
-
"max": "
|
|
5
|
+
"root": "awsui_root_pcgz5_zubdl_153",
|
|
6
|
+
"slider": "awsui_slider_pcgz5_zubdl_190",
|
|
7
|
+
"slider-track": "awsui_slider-track_pcgz5_zubdl_194",
|
|
8
|
+
"slider-range": "awsui_slider-range_pcgz5_zubdl_194",
|
|
9
|
+
"disabled": "awsui_disabled_pcgz5_zubdl_209",
|
|
10
|
+
"readonly": "awsui_readonly_pcgz5_zubdl_213",
|
|
11
|
+
"error": "awsui_error_pcgz5_zubdl_222",
|
|
12
|
+
"warning": "awsui_warning_pcgz5_zubdl_225",
|
|
13
|
+
"active": "awsui_active_pcgz5_zubdl_228",
|
|
14
|
+
"error-active": "awsui_error-active_pcgz5_zubdl_231",
|
|
15
|
+
"warning-active": "awsui_warning-active_pcgz5_zubdl_234",
|
|
16
|
+
"labels": "awsui_labels_pcgz5_zubdl_245",
|
|
17
|
+
"labels-noref": "awsui_labels-noref_pcgz5_zubdl_251",
|
|
18
|
+
"labels-reference": "awsui_labels-reference_pcgz5_zubdl_254",
|
|
19
|
+
"labels-min": "awsui_labels-min_pcgz5_zubdl_261",
|
|
20
|
+
"labels-max": "awsui_labels-max_pcgz5_zubdl_267",
|
|
21
|
+
"labels-aria-description": "awsui_labels-aria-description_pcgz5_zubdl_275",
|
|
22
|
+
"ticks": "awsui_ticks_pcgz5_zubdl_293",
|
|
23
|
+
"ticks-wrapper": "awsui_ticks-wrapper_pcgz5_zubdl_299",
|
|
24
|
+
"tick": "awsui_tick_pcgz5_zubdl_293",
|
|
25
|
+
"middle": "awsui_middle_pcgz5_zubdl_314",
|
|
26
|
+
"filled": "awsui_filled_pcgz5_zubdl_317",
|
|
27
|
+
"tooltip-thumb": "awsui_tooltip-thumb_pcgz5_zubdl_345",
|
|
28
|
+
"thumb": "awsui_thumb_pcgz5_zubdl_358",
|
|
29
|
+
"min": "awsui_min_pcgz5_zubdl_394",
|
|
30
|
+
"max": "awsui_max_pcgz5_zubdl_397"
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/space-between/internal.tsx"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/space-between/internal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAM1D,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAGlF,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMjD,QAAA,MAAM,oBAAoB,uHAgDzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
import React, { forwardRef } from 'react';
|
|
4
|
-
import flattenChildren from 'react-keyed-flatten-children';
|
|
3
|
+
import React, { forwardRef, isValidElement } from 'react';
|
|
5
4
|
import clsx from 'clsx';
|
|
6
5
|
import { useMergeRefs } from '@cloudscape-design/component-toolkit/internal';
|
|
7
6
|
import { getBaseProps } from '../internal/base-component';
|
|
8
7
|
import WithNativeAttributes from '../internal/utils/with-native-attributes';
|
|
8
|
+
import flattenChildren from '../internal/vendor/react-keyed-flatten-children';
|
|
9
9
|
import styles from './styles.css.js';
|
|
10
10
|
const InternalSpaceBetween = forwardRef(({ direction = 'vertical', size, children, alignItems, nativeAttributes, __internalRootRef, ...props }, ref) => {
|
|
11
11
|
const mergedRef = useMergeRefs(ref, __internalRootRef);
|
|
@@ -15,7 +15,7 @@ const InternalSpaceBetween = forwardRef(({ direction = 'vertical', size, childre
|
|
|
15
15
|
*/
|
|
16
16
|
const flattenedChildren = flattenChildren(children);
|
|
17
17
|
return (React.createElement(WithNativeAttributes, { ...baseProps, tag: "div", componentName: "SpaceBetween", nativeAttributes: nativeAttributes, className: clsx(baseProps.className, styles.root, styles[direction], styles[`${direction}-${size}`], alignItems && styles[`align-${alignItems}`]), ref: mergedRef }, flattenedChildren.map(child => {
|
|
18
|
-
const key =
|
|
18
|
+
const key = isValidElement(child) ? child.key : undefined;
|
|
19
19
|
return (React.createElement("div", { key: key, className: styles.child }, child));
|
|
20
20
|
})));
|
|
21
21
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/space-between/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/space-between/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC1D,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,YAAY,EAAE,MAAM,+CAA+C,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,OAAO,oBAAoB,MAAM,0CAA0C,CAAC;AAC5E,OAAO,eAAe,MAAM,iDAAiD,CAAC;AAG9E,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAIrC,MAAM,oBAAoB,GAAG,UAAU,CACrC,CACE,EACE,SAAS,GAAG,UAAU,EACtB,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,GAAG,KAAK,EACkB,EAC5B,GAA8B,EAC9B,EAAE;IACF,MAAM,SAAS,GAAG,YAAY,CAAC,GAAG,EAAE,iBAAiB,CAAC,CAAC;IACvD,MAAM,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;IAEtC;;KAEC;IACD,MAAM,iBAAiB,GAAG,eAAe,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAO,CACL,oBAAC,oBAAoB,OACf,SAAS,EACb,GAAG,EAAC,KAAK,EACT,aAAa,EAAC,cAAc,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,SAAS,EAAE,IAAI,CACb,SAAS,CAAC,SAAS,EACnB,MAAM,CAAC,IAAI,EACX,MAAM,CAAC,SAAS,CAAC,EACjB,MAAM,CAAC,GAAG,SAAS,IAAI,IAAI,EAAE,CAAC,EAC9B,UAAU,IAAI,MAAM,CAAC,SAAS,UAAU,EAAE,CAAC,CAC5C,EACD,GAAG,EAAE,SAAS,IAEb,iBAAiB,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;QAC7B,MAAM,GAAG,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;QAE1D,OAAO,CACL,6BAAK,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,CAAC,KAAK,IACnC,KAAK,CACF,CACP,CAAC;IACJ,CAAC,CAAC,CACmB,CACxB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe,oBAAoB,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { forwardRef, isValidElement } from 'react';\nimport clsx from 'clsx';\n\nimport { useMergeRefs } from '@cloudscape-design/component-toolkit/internal';\n\nimport { getBaseProps } from '../internal/base-component';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport WithNativeAttributes from '../internal/utils/with-native-attributes';\nimport flattenChildren from '../internal/vendor/react-keyed-flatten-children';\nimport { SpaceBetweenProps } from './interfaces';\n\nimport styles from './styles.css.js';\n\ntype InternalSpaceBetweenProps = SpaceBetweenProps & InternalBaseComponentProps;\n\nconst InternalSpaceBetween = forwardRef(\n (\n {\n direction = 'vertical',\n size,\n children,\n alignItems,\n nativeAttributes,\n __internalRootRef,\n ...props\n }: InternalSpaceBetweenProps,\n ref: React.Ref<HTMLDivElement>\n ) => {\n const mergedRef = useMergeRefs(ref, __internalRootRef);\n const baseProps = getBaseProps(props);\n\n /*\n Flattening the children allows us to \"see through\" React Fragments and nested arrays.\n */\n const flattenedChildren = flattenChildren(children);\n\n return (\n <WithNativeAttributes\n {...baseProps}\n tag=\"div\"\n componentName=\"SpaceBetween\"\n nativeAttributes={nativeAttributes}\n className={clsx(\n baseProps.className,\n styles.root,\n styles[direction],\n styles[`${direction}-${size}`],\n alignItems && styles[`align-${alignItems}`]\n )}\n ref={mergedRef}\n >\n {flattenedChildren.map(child => {\n const key = isValidElement(child) ? child.key : undefined;\n\n return (\n <div key={key} className={styles.child}>\n {child}\n </div>\n );\n })}\n </WithNativeAttributes>\n );\n }\n);\n\nexport default InternalSpaceBetween;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/table/resizer/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/table/resizer/index.tsx"],"names":[],"mappings":"AAqBA,UAAU,YAAY;IACpB,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;CACvB;AAOD,wBAAgB,OAAO,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,eAE5D;AAED,wBAAgB,OAAO,CAAC,EACtB,aAAa,EACb,mBAAmB,EACnB,cAAc,EACd,QAA+B,EAC/B,QAAQ,EACR,aAAa,EACb,OAAO,EACP,eAAe,EACf,WAAW,EACX,YAAY,GACb,EAAE,YAAY,eAgYd;AAED,wBAAgB,aAAa,gBAE5B"}
|