@atlaskit/progress-bar 4.1.0 → 4.1.2
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/CHANGELOG.md +13 -0
- package/dist/cjs/components/progress-bar.compiled.css +4 -4
- package/dist/cjs/components/progress-bar.js +5 -5
- package/dist/es2019/components/progress-bar.compiled.css +4 -3
- package/dist/es2019/components/progress-bar.js +6 -6
- package/dist/esm/components/progress-bar.compiled.css +4 -4
- package/dist/esm/components/progress-bar.js +6 -6
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/progress-bar
|
|
2
2
|
|
|
3
|
+
## 4.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6d0bd85ed7a2f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6d0bd85ed7a2f) -
|
|
8
|
+
[ux] Removed redundant token fallbacks from styling of the progress bar
|
|
9
|
+
|
|
10
|
+
## 4.1.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 4.1.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
._1reo15vq{overflow-x:hidden}
|
|
8
8
|
._4t3ii2wt{height:6px}
|
|
9
9
|
._5sagymdr{animation-duration:2s}
|
|
10
|
-
.
|
|
11
|
-
._bfhk1bh5{background-color:var(--ds-background-success-bold,#36b37e)}
|
|
10
|
+
._bfhk1aqn{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
12
11
|
._bfhk1jmj{background-color:var(--_1j2n3rv)}
|
|
13
|
-
.
|
|
14
|
-
.
|
|
12
|
+
._bfhk1vck{background-color:var(--ds-background-inverse-subtle,#00000029)}
|
|
13
|
+
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
14
|
+
._bfhkkcmj{background-color:var(--ds-background-success-bold,#5b7f24)}
|
|
15
15
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
16
16
|
._j7hq7g40{animation-name:kxdgi55}
|
|
17
17
|
._j7hqio0v{animation-name:k1h7rxld}
|
|
@@ -18,13 +18,13 @@ var decreasingBarAnimation = null;
|
|
|
18
18
|
var containerStyles = null;
|
|
19
19
|
var containerStylesT26Shape = null;
|
|
20
20
|
var containerAppearance = {
|
|
21
|
-
default: "
|
|
22
|
-
success: "
|
|
23
|
-
inverse: "
|
|
21
|
+
default: "_bfhki8nm",
|
|
22
|
+
success: "_bfhki8nm",
|
|
23
|
+
inverse: "_bfhk1vck"
|
|
24
24
|
};
|
|
25
25
|
var barAppearance = {
|
|
26
|
-
default: "
|
|
27
|
-
success: "
|
|
26
|
+
default: "_bfhk1aqn",
|
|
27
|
+
success: "_bfhkkcmj",
|
|
28
28
|
inverse: "_bfhkvuon"
|
|
29
29
|
};
|
|
30
30
|
var barStyles = null;
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
._1reo15vq{overflow-x:hidden}
|
|
8
8
|
._4t3ii2wt{height:6px}
|
|
9
9
|
._5sagymdr{animation-duration:2s}
|
|
10
|
-
.
|
|
11
|
-
.
|
|
10
|
+
._bfhk1aqn{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
11
|
+
._bfhk1vck{background-color:var(--ds-background-inverse-subtle,#00000029)}
|
|
12
12
|
._bfhk1vi8{background-color:var(--ds-background-neutral,rgba(9,30,66,.13))}
|
|
13
|
-
.
|
|
13
|
+
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
14
|
+
._bfhkkcmj{background-color:var(--ds-background-success-bold,#5b7f24)}
|
|
14
15
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
15
16
|
._j7hq7g40{animation-name:kxdgi55}
|
|
16
17
|
._j7hqio0v{animation-name:k1h7rxld}
|
|
@@ -3,7 +3,7 @@ import "./progress-bar.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
|
-
import {
|
|
6
|
+
import { N40A } from '@atlaskit/theme/colors';
|
|
7
7
|
const MIN_VALUE = 0;
|
|
8
8
|
const MAX_VALUE = 1;
|
|
9
9
|
const increasingBarAnimation = null;
|
|
@@ -11,13 +11,13 @@ const decreasingBarAnimation = null;
|
|
|
11
11
|
const containerStyles = null;
|
|
12
12
|
const containerStylesT26Shape = null;
|
|
13
13
|
const containerAppearance = {
|
|
14
|
-
default: "
|
|
15
|
-
success: "
|
|
16
|
-
inverse: "
|
|
14
|
+
default: "_bfhki8nm",
|
|
15
|
+
success: "_bfhki8nm",
|
|
16
|
+
inverse: "_bfhk1vck"
|
|
17
17
|
};
|
|
18
18
|
const barAppearance = {
|
|
19
|
-
default: "
|
|
20
|
-
success: "
|
|
19
|
+
default: "_bfhk1aqn",
|
|
20
|
+
success: "_bfhkkcmj",
|
|
21
21
|
inverse: "_bfhkvuon"
|
|
22
22
|
};
|
|
23
23
|
const barStyles = null;
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
._1reo15vq{overflow-x:hidden}
|
|
8
8
|
._4t3ii2wt{height:6px}
|
|
9
9
|
._5sagymdr{animation-duration:2s}
|
|
10
|
-
.
|
|
11
|
-
._bfhk1bh5{background-color:var(--ds-background-success-bold,#36b37e)}
|
|
10
|
+
._bfhk1aqn{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
12
11
|
._bfhk1jmj{background-color:var(--_1j2n3rv)}
|
|
13
|
-
.
|
|
14
|
-
.
|
|
12
|
+
._bfhk1vck{background-color:var(--ds-background-inverse-subtle,#00000029)}
|
|
13
|
+
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
14
|
+
._bfhkkcmj{background-color:var(--ds-background-success-bold,#5b7f24)}
|
|
15
15
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
16
16
|
._j7hq7g40{animation-name:kxdgi55}
|
|
17
17
|
._j7hqio0v{animation-name:k1h7rxld}
|
|
@@ -3,7 +3,7 @@ import "./progress-bar.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
|
-
import {
|
|
6
|
+
import { N40A } from '@atlaskit/theme/colors';
|
|
7
7
|
var MIN_VALUE = 0;
|
|
8
8
|
var MAX_VALUE = 1;
|
|
9
9
|
var increasingBarAnimation = null;
|
|
@@ -11,13 +11,13 @@ var decreasingBarAnimation = null;
|
|
|
11
11
|
var containerStyles = null;
|
|
12
12
|
var containerStylesT26Shape = null;
|
|
13
13
|
var containerAppearance = {
|
|
14
|
-
default: "
|
|
15
|
-
success: "
|
|
16
|
-
inverse: "
|
|
14
|
+
default: "_bfhki8nm",
|
|
15
|
+
success: "_bfhki8nm",
|
|
16
|
+
inverse: "_bfhk1vck"
|
|
17
17
|
};
|
|
18
18
|
var barAppearance = {
|
|
19
|
-
default: "
|
|
20
|
-
success: "
|
|
19
|
+
default: "_bfhk1aqn",
|
|
20
|
+
success: "_bfhkkcmj",
|
|
21
21
|
inverse: "_bfhkvuon"
|
|
22
22
|
};
|
|
23
23
|
var barStyles = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-bar",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "A progress bar communicates the status of a system process.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
28
28
|
"@atlaskit/theme": "^21.0.0",
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
29
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
31
|
"@compiled/react": "^0.18.6"
|
|
32
32
|
},
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@af/integration-testing": "workspace:^",
|
|
39
39
|
"@af/visual-regression": "workspace:^",
|
|
40
40
|
"@atlaskit/docs": "^11.2.0",
|
|
41
|
-
"@atlaskit/link": "^3.
|
|
42
|
-
"@atlaskit/section-message": "^8.
|
|
43
|
-
"@testing-library/react": "^
|
|
41
|
+
"@atlaskit/link": "^3.3.0",
|
|
42
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
43
|
+
"@testing-library/react": "^16.3.0",
|
|
44
44
|
"react-dom": "^18.2.0"
|
|
45
45
|
},
|
|
46
46
|
"keywords": [
|