@atlaskit/progress-bar 2.0.1 → 2.0.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 +6 -0
- package/dist/cjs/types.js +1 -5
- package/dist/es2019/types.js +0 -1
- package/dist/esm/types.js +0 -1
- package/dist/types/types.d.ts +3 -3
- package/dist/types-ts4.5/types.d.ts +3 -3
- package/package.json +3 -3
- package/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/progress-bar
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
3
9
|
## 2.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/types.js
CHANGED
package/dist/es2019/types.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/types.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/types/types.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ export interface CustomProgressBarProps {
|
|
|
8
8
|
*/
|
|
9
9
|
isIndeterminate?: boolean;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* This is the descriptive label that's associated with the progress bar.
|
|
12
|
+
* Always include useful information on the current state of the progress bar so that people who use assistive technology can understand what the current state of the progress bar is.
|
|
13
13
|
*/
|
|
14
14
|
ariaLabel?: string;
|
|
15
15
|
/**
|
|
@@ -20,7 +20,7 @@ export interface CustomProgressBarProps {
|
|
|
20
20
|
}
|
|
21
21
|
export interface DefaultProgressBarProps extends CustomProgressBarProps {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* The visual style of the progress bar.
|
|
24
24
|
*/
|
|
25
25
|
appearance?: 'default' | 'success' | 'inverse';
|
|
26
26
|
}
|
|
@@ -8,8 +8,8 @@ export interface CustomProgressBarProps {
|
|
|
8
8
|
*/
|
|
9
9
|
isIndeterminate?: boolean;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* This is the descriptive label that's associated with the progress bar.
|
|
12
|
+
* Always include useful information on the current state of the progress bar so that people who use assistive technology can understand what the current state of the progress bar is.
|
|
13
13
|
*/
|
|
14
14
|
ariaLabel?: string;
|
|
15
15
|
/**
|
|
@@ -20,7 +20,7 @@ export interface CustomProgressBarProps {
|
|
|
20
20
|
}
|
|
21
21
|
export interface DefaultProgressBarProps extends CustomProgressBarProps {
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* The visual style of the progress bar.
|
|
24
24
|
*/
|
|
25
25
|
appearance?: 'default' | 'success' | 'inverse';
|
|
26
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-bar",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A progress bar communicates the status of a system process.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/theme": "^12.6.0",
|
|
34
|
-
"@atlaskit/tokens": "^1.
|
|
34
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/react": "^11.7.1"
|
|
37
37
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
46
46
|
"@testing-library/react": "^12.1.5",
|
|
47
47
|
"react-dom": "^16.8.0",
|
|
48
|
-
"typescript": "~4.
|
|
48
|
+
"typescript": "~5.4.2"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"atlaskit",
|