@react-spectrum/progress 3.0.0-nightly-641446f65-240905
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/README.md +3 -0
- package/dist/ProgressBar.main.js +54 -0
- package/dist/ProgressBar.main.js.map +1 -0
- package/dist/ProgressBar.mjs +49 -0
- package/dist/ProgressBar.module.js +49 -0
- package/dist/ProgressBar.module.js.map +1 -0
- package/dist/ProgressBarBase.main.js +74 -0
- package/dist/ProgressBarBase.main.js.map +1 -0
- package/dist/ProgressBarBase.mjs +69 -0
- package/dist/ProgressBarBase.module.js +69 -0
- package/dist/ProgressBarBase.module.js.map +1 -0
- package/dist/ProgressCircle.main.js +98 -0
- package/dist/ProgressCircle.main.js.map +1 -0
- package/dist/ProgressCircle.mjs +93 -0
- package/dist/ProgressCircle.module.js +93 -0
- package/dist/ProgressCircle.module.js.map +1 -0
- package/dist/barloader_vars_css.main.js +73 -0
- package/dist/barloader_vars_css.main.js.map +1 -0
- package/dist/barloader_vars_css.mjs +75 -0
- package/dist/barloader_vars_css.module.js +75 -0
- package/dist/barloader_vars_css.module.js.map +1 -0
- package/dist/circleloader_vars_css.main.js +80 -0
- package/dist/circleloader_vars_css.main.js.map +1 -0
- package/dist/circleloader_vars_css.mjs +82 -0
- package/dist/circleloader_vars_css.module.js +82 -0
- package/dist/circleloader_vars_css.module.js.map +1 -0
- package/dist/import.mjs +22 -0
- package/dist/main.js +29 -0
- package/dist/main.js.map +1 -0
- package/dist/module.js +22 -0
- package/dist/module.js.map +1 -0
- package/dist/types.d.ts +22 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/vars.596fab4e.css +288 -0
- package/dist/vars.596fab4e.css.map +1 -0
- package/dist/vars.c3d4124d.css +719 -0
- package/dist/vars.c3d4124d.css.map +1 -0
- package/package.json +57 -0
- package/src/ProgressBar.tsx +52 -0
- package/src/ProgressBarBase.tsx +102 -0
- package/src/ProgressCircle.tsx +109 -0
- package/src/index.ts +18 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AAEA,IAAA;AAEA,IAAA;AAxBA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAA0C,CAAC,4BAA4B,CAAC;AACxE,4CAAyD,CAAC,2CAA2C,CAAC;AACtG,4CAAwE,CAAC,0DAA0D,CAAC;AACpI,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAA0D,CAAC,4CAA4C,CAAC;AACxG,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAuD,CAAC,yCAAyC,CAAC;AAClG,4CAAuD,CAAC,yCAAyC,CAAC;AAClG,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAAoD,CAAC,sCAAsC,CAAC;AAC5F,2CAAoD,CAAC,sCAAsC,CAAC;AAC5F,4CAAuD,CAAC,yCAAyC,CAAC;AAClG,4CAAuD,CAAC,yCAAyC,CAAC;AAClG,4CAAgD,CAAC,kCAAkC,CAAC;AACpF,4CAAgD,CAAC,kCAAkC,CAAC;AACpF,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAyC,CAAC,2BAA2B,CAAC;AACtE;AACA,4CAAyC,CAAC,2BAA2B,CAAC;AACtE;AACA,4CAA0C,CAAC,4BAA4B,CAAC;AACxE","sources":["packages/@adobe/spectrum-css-temp/components/circleloader/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"circleloader_vars_css.module.js.map"}
|
package/dist/import.mjs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {ProgressBar as $551ca31cb687f352$export$c17561cb55d4db30} from "./ProgressBar.mjs";
|
|
2
|
+
import {ProgressCircle as $79c16f64960b6385$export$c79b9d6b4cc92af7} from "./ProgressCircle.mjs";
|
|
3
|
+
import {ProgressBarBase as $ddf9337e928b5fe6$export$7c6ed87244065f3a} from "./ProgressBarBase.mjs";
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
7
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
9
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
12
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
13
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
14
|
+
* governing permissions and limitations under the License.
|
|
15
|
+
*/ /// <reference types="css-module-types" />
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export {$551ca31cb687f352$export$c17561cb55d4db30 as ProgressBar, $79c16f64960b6385$export$c79b9d6b4cc92af7 as ProgressCircle, $ddf9337e928b5fe6$export$7c6ed87244065f3a as ProgressBarBase};
|
|
22
|
+
//# sourceMappingURL=module.js.map
|
package/dist/main.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var $08d0cdc7f7a792a7$exports = require("./ProgressBar.main.js");
|
|
2
|
+
var $365887133501f5a1$exports = require("./ProgressCircle.main.js");
|
|
3
|
+
var $3d86ae6a9356cc8a$exports = require("./ProgressBarBase.main.js");
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
function $parcel$export(e, n, v, s) {
|
|
7
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
$parcel$export(module.exports, "ProgressBar", () => $08d0cdc7f7a792a7$exports.ProgressBar);
|
|
11
|
+
$parcel$export(module.exports, "ProgressCircle", () => $365887133501f5a1$exports.ProgressCircle);
|
|
12
|
+
$parcel$export(module.exports, "ProgressBarBase", () => $3d86ae6a9356cc8a$exports.ProgressBarBase);
|
|
13
|
+
/*
|
|
14
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
15
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
16
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
17
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
18
|
+
*
|
|
19
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
20
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
21
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
22
|
+
* governing permissions and limitations under the License.
|
|
23
|
+
*/ /// <reference types="css-module-types" />
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=main.js.map
|
package/dist/main.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;CAUC,GAED,0CAA0C","sources":["packages/@react-spectrum/progress/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {ProgressBar} from './ProgressBar';\nexport {ProgressCircle} from './ProgressCircle';\nexport {ProgressBarBase} from './ProgressBarBase';\nexport type {SpectrumProgressBarProps, SpectrumProgressCircleProps} from '@react-types/progress';\n"],"names":[],"version":3,"file":"main.js.map"}
|
package/dist/module.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import {ProgressBar as $551ca31cb687f352$export$c17561cb55d4db30} from "./ProgressBar.module.js";
|
|
2
|
+
import {ProgressCircle as $79c16f64960b6385$export$c79b9d6b4cc92af7} from "./ProgressCircle.module.js";
|
|
3
|
+
import {ProgressBarBase as $ddf9337e928b5fe6$export$7c6ed87244065f3a} from "./ProgressBarBase.module.js";
|
|
4
|
+
|
|
5
|
+
/*
|
|
6
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
7
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
9
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
12
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
13
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
14
|
+
* governing permissions and limitations under the License.
|
|
15
|
+
*/ /// <reference types="css-module-types" />
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
export {$551ca31cb687f352$export$c17561cb55d4db30 as ProgressBar, $79c16f64960b6385$export$c79b9d6b4cc92af7 as ProgressCircle, $ddf9337e928b5fe6$export$7c6ed87244065f3a as ProgressBarBase};
|
|
22
|
+
//# sourceMappingURL=module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;;AAAA;;;;;;;;;;CAUC,GAED,0CAA0C","sources":["packages/@react-spectrum/progress/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {ProgressBar} from './ProgressBar';\nexport {ProgressCircle} from './ProgressCircle';\nexport {ProgressBarBase} from './ProgressBarBase';\nexport type {SpectrumProgressBarProps, SpectrumProgressCircleProps} from '@react-types/progress';\n"],"names":[],"version":3,"file":"module.js.map"}
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ProgressBarProps, SpectrumProgressBarBaseProps, SpectrumProgressBarProps, SpectrumProgressCircleProps } from "@react-types/progress";
|
|
2
|
+
import React, { HTMLAttributes } from "react";
|
|
3
|
+
import { DOMRefValue } from "@react-types/shared";
|
|
4
|
+
interface ProgressBarBaseProps extends SpectrumProgressBarBaseProps, ProgressBarProps {
|
|
5
|
+
barClassName?: string;
|
|
6
|
+
barProps?: HTMLAttributes<HTMLDivElement>;
|
|
7
|
+
labelProps?: HTMLAttributes<HTMLLabelElement>;
|
|
8
|
+
}
|
|
9
|
+
export let ProgressBarBase: React.ForwardRefExoticComponent<ProgressBarBaseProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
|
|
10
|
+
/**
|
|
11
|
+
* ProgressBars show the progression of a system operation: downloading, uploading, processing, etc., in a visual way.
|
|
12
|
+
* They can represent either determinate or indeterminate progress.
|
|
13
|
+
*/
|
|
14
|
+
export let ProgressBar: React.ForwardRefExoticComponent<SpectrumProgressBarProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
|
|
15
|
+
/**
|
|
16
|
+
* ProgressCircles show the progression of a system operation such as downloading, uploading, or processing, in a visual way.
|
|
17
|
+
* They can represent determinate or indeterminate progress.
|
|
18
|
+
*/
|
|
19
|
+
export let ProgressCircle: React.ForwardRefExoticComponent<SpectrumProgressCircleProps & React.RefAttributes<DOMRefValue<HTMLDivElement>>>;
|
|
20
|
+
export type { SpectrumProgressBarProps, SpectrumProgressCircleProps } from '@react-types/progress';
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;AAmBA,8BAA+B,SAAQ,4BAA4B,EAAE,gBAAgB;IACnF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,eAAe,cAAc,CAAC,CAAC;IAC1C,UAAU,CAAC,EAAE,eAAe,gBAAgB,CAAC,CAAA;CAC9C;AA6ED,OAAA,IAAI,yHAAoD,CAAC;ACtDzD;;;GAGG;AACH,OAAA,IAAI,yHAA4C,CAAC;ACqDjD;;;GAGG;AACH,OAAA,IAAI,+HAAkD,CAAC;AC1FvD,YAAY,EAAC,wBAAwB,EAAE,2BAA2B,EAAC,MAAM,uBAAuB,CAAC","sources":["packages/@react-spectrum/progress/src/packages/@react-spectrum/progress/src/ProgressBarBase.tsx","packages/@react-spectrum/progress/src/packages/@react-spectrum/progress/src/ProgressBar.tsx","packages/@react-spectrum/progress/src/packages/@react-spectrum/progress/src/ProgressCircle.tsx","packages/@react-spectrum/progress/src/packages/@react-spectrum/progress/src/index.ts","packages/@react-spectrum/progress/src/index.ts"],"sourcesContent":[null,null,null,null,"/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport {ProgressBar} from './ProgressBar';\nexport {ProgressCircle} from './ProgressCircle';\nexport {ProgressBarBase} from './ProgressBarBase';\nexport type {SpectrumProgressBarProps, SpectrumProgressCircleProps} from '@react-types/progress';\n"],"names":[],"version":3,"file":"types.d.ts.map"}
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
.uFrYBa_i18nFontFamily {
|
|
2
|
+
font-synthesis: weight;
|
|
3
|
+
font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.uFrYBa_i18nFontFamily:lang(ar) {
|
|
7
|
+
font-family: myriad-arabic, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.uFrYBa_i18nFontFamily:lang(he) {
|
|
11
|
+
font-family: myriad-hebrew, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.uFrYBa_i18nFontFamily:lang(zh) {
|
|
15
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Heiti TC Light, sans-serif;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.uFrYBa_i18nFontFamily:lang(zh-Hans) {
|
|
19
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.uFrYBa_i18nFontFamily:lang(zh-Hant) {
|
|
23
|
+
font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.uFrYBa_i18nFontFamily:lang(zh-SG), .uFrYBa_i18nFontFamily:lang(zh-CN) {
|
|
27
|
+
font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.uFrYBa_i18nFontFamily:lang(ko) {
|
|
31
|
+
font-family: adobe-clean-han-korean, source-han-korean, Malgun Gothic, Apple Gothic, sans-serif;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.uFrYBa_i18nFontFamily:lang(ja) {
|
|
35
|
+
font-family: adobe-clean-han-japanese, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Osaka, YuGothic, Yu Gothic, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.uFrYBa_spectrum-FocusRing-ring {
|
|
39
|
+
--spectrum-focus-ring-border-radius: var(--spectrum-textfield-border-radius, var(--spectrum-alias-border-radius-regular));
|
|
40
|
+
--spectrum-focus-ring-gap: var(--spectrum-alias-input-focusring-gap);
|
|
41
|
+
--spectrum-focus-ring-size: var(--spectrum-alias-input-focusring-size);
|
|
42
|
+
--spectrum-focus-ring-border-size: 0px;
|
|
43
|
+
--spectrum-focus-ring-color: var(--spectrum-high-contrast-focus-ring-color, var(--spectrum-alias-focus-ring-color, var(--spectrum-alias-focus-color)));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.uFrYBa_spectrum-FocusRing-ring:after {
|
|
47
|
+
border-radius: calc(var(--spectrum-focus-ring-border-radius) + var(--spectrum-focus-ring-gap));
|
|
48
|
+
content: "";
|
|
49
|
+
margin: calc(-1 * var(--spectrum-focus-ring-border-size));
|
|
50
|
+
pointer-events: none;
|
|
51
|
+
transition: box-shadow var(--spectrum-global-animation-duration-100, .13s) ease-out, margin var(--spectrum-global-animation-duration-100, .13s) ease-out;
|
|
52
|
+
display: block;
|
|
53
|
+
position: absolute;
|
|
54
|
+
inset: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.uFrYBa_spectrum-FocusRing.uFrYBa_focus-ring:after {
|
|
58
|
+
margin: calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size));
|
|
59
|
+
box-shadow: 0 0 0 var(--spectrum-focus-ring-size) var(--spectrum-focus-ring-color);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.uFrYBa_spectrum-FocusRing--quiet:after {
|
|
63
|
+
border-radius: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.uFrYBa_spectrum-FocusRing--quiet.uFrYBa_focus-ring:after {
|
|
67
|
+
margin: 0 0 calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size)) 0;
|
|
68
|
+
box-shadow: 0 var(--spectrum-focus-ring-size) 0 var(--spectrum-focus-ring-color);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (forced-colors: active) {
|
|
72
|
+
.uFrYBa_spectrum-FocusRing, .uFrYBa_spectrum-FocusRing-ring, .uFrYBa_spectrum-FocusRing--quiet {
|
|
73
|
+
--spectrum-high-contrast-focus-ring-color: Highlight;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
:is(.uFrYBa_spectrum-FocusRing, .uFrYBa_spectrum-FocusRing-ring, .uFrYBa_spectrum-FocusRing--quiet):after {
|
|
77
|
+
forced-color-adjust: none;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.uFrYBa_spectrum-BarLoader {
|
|
82
|
+
min-inline-size: var(--spectrum-global-dimension-static-size-600, 48px);
|
|
83
|
+
inline-size: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
|
|
84
|
+
vertical-align: top;
|
|
85
|
+
isolation: isolate;
|
|
86
|
+
flex-flow: wrap;
|
|
87
|
+
justify-content: space-between;
|
|
88
|
+
align-items: center;
|
|
89
|
+
display: inline-flex;
|
|
90
|
+
position: relative;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--indeterminate {
|
|
94
|
+
max-inline-size: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--indeterminate.uFrYBa_spectrum-BarLoader--sideLabel .uFrYBa_spectrum-BarLoader-track {
|
|
98
|
+
max-inline-size: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
|
|
99
|
+
inline-size: 100%;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.uFrYBa_spectrum-BarLoader-track {
|
|
103
|
+
min-inline-size: var(--spectrum-global-dimension-static-size-600, 48px);
|
|
104
|
+
height: var(--spectrum-barloader-large-height, var(--spectrum-global-dimension-size-75));
|
|
105
|
+
border-radius: var(--spectrum-barloader-large-border-radius);
|
|
106
|
+
z-index: 1;
|
|
107
|
+
inline-size: 100%;
|
|
108
|
+
overflow: hidden;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.uFrYBa_spectrum-BarLoader-fill {
|
|
112
|
+
height: var(--spectrum-barloader-large-height, var(--spectrum-global-dimension-size-75));
|
|
113
|
+
border: none;
|
|
114
|
+
transition: width 1s;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.uFrYBa_spectrum-BarLoader-label, .uFrYBa_spectrum-BarLoader-percentage {
|
|
118
|
+
font-size: var(--spectrum-fieldlabel-text-size, var(--spectrum-global-dimension-font-size-75));
|
|
119
|
+
font-weight: var(--spectrum-fieldlabel-text-font-weight, var(--spectrum-global-font-weight-regular));
|
|
120
|
+
line-height: var(--spectrum-fieldlabel-text-line-height, var(--spectrum-global-font-line-height-small));
|
|
121
|
+
text-align: start;
|
|
122
|
+
margin-bottom: var(--spectrum-barloader-large-label-gap-y, var(--spectrum-global-dimension-size-115));
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.uFrYBa_spectrum-BarLoader-label {
|
|
126
|
+
flex: 1;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.uFrYBa_spectrum-BarLoader-percentage {
|
|
130
|
+
align-self: flex-start;
|
|
131
|
+
margin-inline-start: var(--spectrum-barloader-small-label-gap-x, var(--spectrum-global-dimension-size-150));
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.uFrYBa_spectrum-BarLoader--sideLabel {
|
|
135
|
+
flex-flow: row;
|
|
136
|
+
justify-content: space-between;
|
|
137
|
+
min-inline-size: fit-content;
|
|
138
|
+
display: inline-flex;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.uFrYBa_spectrum-BarLoader--sideLabel .uFrYBa_spectrum-BarLoader-track {
|
|
142
|
+
inline-size: inherit;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.uFrYBa_spectrum-BarLoader--sideLabel .uFrYBa_spectrum-BarLoader-label {
|
|
146
|
+
margin-inline-end: var(--spectrum-barloader-large-label-gap-x, var(--spectrum-global-dimension-size-150));
|
|
147
|
+
margin-bottom: 0;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.uFrYBa_spectrum-BarLoader--sideLabel .uFrYBa_spectrum-BarLoader-percentage {
|
|
151
|
+
text-align: end;
|
|
152
|
+
margin-inline-start: var(--spectrum-barloader-large-label-gap-x, var(--spectrum-global-dimension-size-150));
|
|
153
|
+
order: 3;
|
|
154
|
+
margin-bottom: 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.uFrYBa_spectrum-BarLoader--small {
|
|
158
|
+
min-inline-size: var(--spectrum-global-dimension-static-size-600, 48px);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.uFrYBa_spectrum-BarLoader--small .uFrYBa_spectrum-BarLoader-fill {
|
|
162
|
+
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.uFrYBa_spectrum-BarLoader--small .uFrYBa_spectrum-BarLoader-track {
|
|
166
|
+
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
|
|
167
|
+
border-radius: var(--spectrum-barloader-small-border-radius);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.uFrYBa_spectrum-BarLoader--indeterminate .uFrYBa_spectrum-BarLoader-fill {
|
|
171
|
+
inline-size: var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700));
|
|
172
|
+
animation-duration: var(--spectrum-barloader-large-indeterminate-duration, var(--spectrum-global-animation-duration-2000));
|
|
173
|
+
animation-iteration-count: infinite;
|
|
174
|
+
animation-timing-function: var(--spectrum-barloader-large-indeterminate-animation-ease, var(--spectrum-global-animation-ease-in-out));
|
|
175
|
+
will-change: transform;
|
|
176
|
+
position: relative;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
[dir="ltr"] :is(.uFrYBa_spectrum-BarLoader--indeterminate .uFrYBa_spectrum-BarLoader-fill) {
|
|
180
|
+
animation-name: uFrYBa_indeterminate-loop-ltr;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
[dir="rtl"] :is(.uFrYBa_spectrum-BarLoader--indeterminate .uFrYBa_spectrum-BarLoader-fill) {
|
|
184
|
+
animation-name: uFrYBa_indeterminate-loop-rtl;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
@keyframes uFrYBa_indeterminate-loop-ltr {
|
|
188
|
+
from {
|
|
189
|
+
transform: translate(calc(var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700)) * -1));
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
to {
|
|
193
|
+
transform: translate(var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400)));
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@keyframes uFrYBa_indeterminate-loop-rtl {
|
|
198
|
+
from {
|
|
199
|
+
transform: translate(var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400)));
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
to {
|
|
203
|
+
transform: translate(calc(var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400)) * -1));
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.uFrYBa_spectrum-BarLoader {
|
|
208
|
+
--spectrum-barloader-large-track-fill-color: var(--spectrum-accent-color-900);
|
|
209
|
+
--spectrum-barloader-static-black-track-color: #00000040;
|
|
210
|
+
--spectrum-barloader-static-black-fill-color: var(--spectrum-global-color-static-black, #000);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.uFrYBa_spectrum-BarLoader .uFrYBa_spectrum-BarLoader-fill {
|
|
214
|
+
background: var(--spectrum-barloader-large-track-fill-color, var(--spectrum-global-color-blue-500));
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.uFrYBa_spectrum-BarLoader .uFrYBa_spectrum-BarLoader-track {
|
|
218
|
+
background-color: var(--spectrum-barloader-large-track-color, var(--spectrum-alias-track-color-default));
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--overBackground .uFrYBa_spectrum-BarLoader-fill {
|
|
222
|
+
background: var(--spectrum-barloader-large-over-background-track-fill-color, var(--spectrum-global-color-static-white));
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--overBackground .uFrYBa_spectrum-BarLoader-label, .uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--overBackground .uFrYBa_spectrum-BarLoader-percentage {
|
|
226
|
+
color: var(--spectrum-barloader-large-over-background-track-fill-color, var(--spectrum-global-color-static-white));
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--overBackground .uFrYBa_spectrum-BarLoader-track {
|
|
230
|
+
background-color: var(--spectrum-barloader-large-over-background-track-color, var(--spectrum-alias-track-color-over-background));
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticWhite .uFrYBa_spectrum-BarLoader-fill {
|
|
234
|
+
background: var(--spectrum-barloader-large-over-background-track-fill-color, var(--spectrum-global-color-static-white));
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticWhite .uFrYBa_spectrum-BarLoader-label, .uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticWhite .uFrYBa_spectrum-BarLoader-percentage {
|
|
238
|
+
color: var(--spectrum-barloader-large-over-background-track-fill-color, var(--spectrum-global-color-static-white));
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticWhite .uFrYBa_spectrum-BarLoader-track {
|
|
242
|
+
background-color: var(--spectrum-barloader-large-over-background-track-color, var(--spectrum-alias-track-color-over-background));
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticBlack .uFrYBa_spectrum-BarLoader-track {
|
|
246
|
+
background-color: var(--spectrum-barloader-static-black-track-color);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticBlack .uFrYBa_spectrum-BarLoader-label, .uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticBlack .uFrYBa_spectrum-BarLoader-percentage {
|
|
250
|
+
color: var(--spectrum-barloader-static-black-fill-color);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_spectrum-BarLoader--staticBlack .uFrYBa_spectrum-BarLoader-fill {
|
|
254
|
+
background: var(--spectrum-barloader-static-black-fill-color);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_is-positive .uFrYBa_spectrum-BarLoader-fill {
|
|
258
|
+
background: var(--spectrum-meter-large-track-color-positive, var(--spectrum-semantic-positive-color-status));
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_is-warning .uFrYBa_spectrum-BarLoader-fill {
|
|
262
|
+
background: var(--spectrum-meter-large-track-color-warning, var(--spectrum-semantic-notice-color-status));
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.uFrYBa_spectrum-BarLoader.uFrYBa_is-critical .uFrYBa_spectrum-BarLoader-fill {
|
|
266
|
+
background: var(--spectrum-meter-large-track-color-critical, var(--spectrum-semantic-negative-color-status));
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.uFrYBa_spectrum-BarLoader-label, .uFrYBa_spectrum-BarLoader-percentage {
|
|
270
|
+
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-alias-label-text-color));
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
@media (forced-colors: active) {
|
|
274
|
+
.uFrYBa_spectrum-BarLoader-track {
|
|
275
|
+
forced-color-adjust: none;
|
|
276
|
+
--spectrum-barloader-large-track-fill-color: ButtonText;
|
|
277
|
+
--spectrum-barloader-large-over-background-track-fill-color: ButtonText;
|
|
278
|
+
--spectrum-barloader-large-over-background-track-color: ButtonFace;
|
|
279
|
+
--spectrum-barloader-static-black-track-color: ButtonFace;
|
|
280
|
+
--spectrum-barloader-static-black-fill-color: ButtonText;
|
|
281
|
+
--spectrum-meter-large-track-color-positive: ButtonText;
|
|
282
|
+
--spectrum-meter-large-track-color-warning: ButtonText;
|
|
283
|
+
--spectrum-meter-large-track-color-critical: ButtonText;
|
|
284
|
+
--spectrum-barloader-large-track-color: ButtonFace;
|
|
285
|
+
border: 1px solid buttontext;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
/*# sourceMappingURL=vars.596fab4e.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"AA4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAMJ;;;;;;;;;;;;AAWE;;;;AAKE;;;;;AAOJ;;;;;;;;;AAUA;;;;;;AAOA;;;;;;;;AASA;;;;AAIA;;;;;AAKA;;;;;;;AAME;;;;AAIA;;;;;AAIA;;;;;;;AAQF;;;;AAGE;;;;AAIA;;;;;AAMF;;;;;;;;;AAQE;;;;AAGA;;;;AAKF;;;;;;;;;;AASA;;;;;;;;;;AAqBA;;;;;;AAKE;;;;AAIA;;;;AAME;;;;AAIA;;;;AAKA;;;;AATA;;;;AAIA;;;;AAKA;;;;AAMA;;;;AAIA;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAMJ;;;;AAeA;EACE","sources":["packages/@adobe/spectrum-css-temp/components/barloader/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"vars.596fab4e.css.map"}
|