@atlaskit/progress-bar 2.0.2 → 2.2.0
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 +135 -45
- package/README.md +2 -1
- package/dist/cjs/components/progress-bar.js +5 -0
- package/dist/es2019/components/progress-bar.js +5 -0
- package/dist/esm/components/progress-bar.js +5 -0
- package/dist/types/components/progress-bar.d.ts +1 -1
- package/dist/types/components/success-progress-bar.d.ts +1 -1
- package/dist/types/components/transparent-progress-bar.d.ts +1 -1
- package/dist/types-ts4.5/components/progress-bar.d.ts +1 -1
- package/dist/types-ts4.5/components/success-progress-bar.d.ts +1 -1
- package/dist/types-ts4.5/components/transparent-progress-bar.d.ts +1 -1
- package/package.json +81 -82
- package/report.api.md +30 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,71 +1,111 @@
|
|
|
1
1
|
# @atlaskit/progress-bar
|
|
2
2
|
|
|
3
|
+
## 2.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#110836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110836)
|
|
8
|
+
[`a8bd419fd70b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8bd419fd70b9) -
|
|
9
|
+
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
|
|
10
|
+
is implicitly set to automatic.
|
|
11
|
+
|
|
12
|
+
## 2.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#93762](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93762)
|
|
17
|
+
[`9a9edcac07f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a9edcac07f8) -
|
|
18
|
+
Add support for React 18 in non-strict mode.
|
|
19
|
+
|
|
3
20
|
## 2.0.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
6
23
|
|
|
7
|
-
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
24
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
25
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
26
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
27
|
|
|
9
28
|
## 2.0.1
|
|
10
29
|
|
|
11
30
|
### Patch Changes
|
|
12
31
|
|
|
13
|
-
- [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
|
|
32
|
+
- [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
|
|
33
|
+
[`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
|
|
34
|
+
Migrate packages to use declarative entry points
|
|
14
35
|
|
|
15
36
|
## 2.0.0
|
|
16
37
|
|
|
17
38
|
### Major Changes
|
|
18
39
|
|
|
19
|
-
- [#52318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/52318)
|
|
40
|
+
- [#52318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/52318)
|
|
41
|
+
[`71ad9704d42f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/71ad9704d42f) -
|
|
42
|
+
Removed all remaining legacy theming logic from the ProgressBar component.
|
|
20
43
|
|
|
21
44
|
## 1.0.2
|
|
22
45
|
|
|
23
46
|
### Patch Changes
|
|
24
47
|
|
|
25
|
-
- [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
|
|
48
|
+
- [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
|
|
49
|
+
[`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
|
|
50
|
+
package to push model in Jira
|
|
26
51
|
|
|
27
52
|
## 1.0.1
|
|
28
53
|
|
|
29
54
|
### Patch Changes
|
|
30
55
|
|
|
31
|
-
- [#41141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41141)
|
|
56
|
+
- [#41141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41141)
|
|
57
|
+
[`91b814bddb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91b814bddb4) - Add
|
|
58
|
+
default for env variable to fix typechecking errors
|
|
32
59
|
|
|
33
60
|
## 1.0.0
|
|
34
61
|
|
|
35
62
|
### Major Changes
|
|
36
63
|
|
|
37
|
-
- [#38972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38972)
|
|
64
|
+
- [#38972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38972)
|
|
65
|
+
[`b175ec37c65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b175ec37c65) - Cuts the
|
|
66
|
+
first major release of this package. It is now considered stable and ready for general adoption.
|
|
38
67
|
This version contains no code changes.
|
|
39
68
|
|
|
40
69
|
## 0.6.4
|
|
41
70
|
|
|
42
71
|
### Patch Changes
|
|
43
72
|
|
|
44
|
-
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
73
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
74
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
75
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
76
|
+
testing.
|
|
45
77
|
|
|
46
78
|
## 0.6.3
|
|
47
79
|
|
|
48
80
|
### Patch Changes
|
|
49
81
|
|
|
50
|
-
- [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
|
|
82
|
+
- [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
|
|
83
|
+
[`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal
|
|
84
|
+
change to use shape tokens. There is no expected visual change.
|
|
51
85
|
|
|
52
86
|
## 0.6.2
|
|
53
87
|
|
|
54
88
|
### Patch Changes
|
|
55
89
|
|
|
56
|
-
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
90
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
91
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
92
|
+
legacy types are published for TS 4.5-4.8
|
|
57
93
|
|
|
58
94
|
## 0.6.1
|
|
59
95
|
|
|
60
96
|
### Patch Changes
|
|
61
97
|
|
|
62
|
-
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
98
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
99
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
100
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
63
101
|
|
|
64
102
|
## 0.6.0
|
|
65
103
|
|
|
66
104
|
### Minor Changes
|
|
67
105
|
|
|
68
|
-
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
106
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
107
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
108
|
+
minor dependency bump
|
|
69
109
|
|
|
70
110
|
### Patch Changes
|
|
71
111
|
|
|
@@ -99,35 +139,48 @@
|
|
|
99
139
|
|
|
100
140
|
### Patch Changes
|
|
101
141
|
|
|
102
|
-
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
|
|
142
|
+
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
|
|
143
|
+
[`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
|
|
144
|
+
change to introduce spacing tokens to design system components.
|
|
103
145
|
|
|
104
146
|
## 0.5.11
|
|
105
147
|
|
|
106
148
|
### Patch Changes
|
|
107
149
|
|
|
108
|
-
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
150
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
151
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
152
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
109
153
|
|
|
110
154
|
## 0.5.10
|
|
111
155
|
|
|
112
156
|
### Patch Changes
|
|
113
157
|
|
|
114
|
-
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
158
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
159
|
+
[`8eb92195540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8eb92195540) - Updates
|
|
160
|
+
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
115
161
|
- Updated dependencies
|
|
116
162
|
|
|
117
163
|
## 0.5.9
|
|
118
164
|
|
|
119
165
|
### Patch Changes
|
|
120
166
|
|
|
121
|
-
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
167
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
168
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
169
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
122
170
|
|
|
123
171
|
## 0.5.8
|
|
124
172
|
|
|
125
173
|
### Patch Changes
|
|
126
174
|
|
|
127
|
-
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
- [`
|
|
175
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
176
|
+
[`7d4fbb433e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4fbb433e7) - Internal
|
|
177
|
+
styles refactor after turning on the static styles tech stack.
|
|
178
|
+
- [`247bf9bb0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/247bf9bb0e4) -
|
|
179
|
+
Introduces `testId` prop for use for automated tests.
|
|
180
|
+
- [`54deac49754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54deac49754) - [ux]
|
|
181
|
+
Appearance prop now available for default, success, and inverse appearances.
|
|
182
|
+
- [`c960c028450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c960c028450) - Adds
|
|
183
|
+
jsdoc descriptions to exported components.
|
|
131
184
|
- Updated dependencies
|
|
132
185
|
|
|
133
186
|
## 0.5.7
|
|
@@ -146,7 +199,9 @@
|
|
|
146
199
|
|
|
147
200
|
### Patch Changes
|
|
148
201
|
|
|
149
|
-
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
202
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
203
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
204
|
+
to TypeScript 4.2.4
|
|
150
205
|
|
|
151
206
|
## 0.5.4
|
|
152
207
|
|
|
@@ -158,7 +213,9 @@
|
|
|
158
213
|
|
|
159
214
|
### Patch Changes
|
|
160
215
|
|
|
161
|
-
- [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065)
|
|
216
|
+
- [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065)
|
|
217
|
+
[`e928aca1693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e928aca1693) - Using
|
|
218
|
+
latest color.background.inverse.subtle token
|
|
162
219
|
|
|
163
220
|
## 0.5.2
|
|
164
221
|
|
|
@@ -170,16 +227,21 @@
|
|
|
170
227
|
|
|
171
228
|
### Patch Changes
|
|
172
229
|
|
|
173
|
-
- [#19395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19395)
|
|
230
|
+
- [#19395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19395)
|
|
231
|
+
[`cc9f9e1d294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc9f9e1d294) - Adds
|
|
232
|
+
warning in developer console for `theme` prop, which is going to be deprecated after 13 May 2022.
|
|
174
233
|
|
|
175
234
|
## 0.5.0
|
|
176
235
|
|
|
177
236
|
### Minor Changes
|
|
178
237
|
|
|
179
|
-
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
238
|
+
- [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
|
|
239
|
+
[`53060e14621`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53060e14621) - [ux]
|
|
240
|
+
Instrumented `progress-bar` with the new theming package, `@atlaskit/tokens`.
|
|
180
241
|
|
|
181
|
-
New tokens will be visible only in applications configured to use the new Tokens API (currently in
|
|
182
|
-
These changes are intended to be interoperable with the legacy theme implementation.
|
|
242
|
+
New tokens will be visible only in applications configured to use the new Tokens API (currently in
|
|
243
|
+
alpha). These changes are intended to be interoperable with the legacy theme implementation.
|
|
244
|
+
Legacy dark mode users should expect no visual or breaking changes.
|
|
183
245
|
|
|
184
246
|
### Patch Changes
|
|
185
247
|
|
|
@@ -189,7 +251,9 @@
|
|
|
189
251
|
|
|
190
252
|
### Minor Changes
|
|
191
253
|
|
|
192
|
-
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
254
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
|
|
255
|
+
[`9d0e0a31638`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d0e0a31638) - Adds
|
|
256
|
+
ariaLabel prop to progress bar for accessibility
|
|
193
257
|
|
|
194
258
|
## 0.3.9
|
|
195
259
|
|
|
@@ -201,27 +265,36 @@
|
|
|
201
265
|
|
|
202
266
|
### Patch Changes
|
|
203
267
|
|
|
204
|
-
- [#13728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13728)
|
|
268
|
+
- [#13728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13728)
|
|
269
|
+
[`c5785203506`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5785203506) - Updated
|
|
270
|
+
homepage in package.json
|
|
205
271
|
|
|
206
272
|
## 0.3.7
|
|
207
273
|
|
|
208
274
|
### Patch Changes
|
|
209
275
|
|
|
210
|
-
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
276
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
277
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
278
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
211
279
|
|
|
212
280
|
## 0.3.6
|
|
213
281
|
|
|
214
282
|
### Patch Changes
|
|
215
283
|
|
|
216
|
-
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
284
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
285
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
286
|
+
packages using babel rather than tsc
|
|
217
287
|
|
|
218
288
|
## 0.3.5
|
|
219
289
|
|
|
220
290
|
### Patch Changes
|
|
221
291
|
|
|
222
|
-
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
223
|
-
|
|
224
|
-
|
|
292
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
293
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
294
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
295
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
296
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
297
|
+
`devDependencies` to denote version that the package was built with.
|
|
225
298
|
|
|
226
299
|
## 0.3.4
|
|
227
300
|
|
|
@@ -233,29 +306,38 @@
|
|
|
233
306
|
|
|
234
307
|
### Patch Changes
|
|
235
308
|
|
|
236
|
-
- [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
|
|
309
|
+
- [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
|
|
310
|
+
[`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) - Components
|
|
311
|
+
that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
|
|
237
312
|
|
|
238
313
|
## 0.3.2
|
|
239
314
|
|
|
240
315
|
### Patch Changes
|
|
241
316
|
|
|
242
|
-
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
317
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
318
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
319
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
243
320
|
|
|
244
|
-
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
245
|
-
to prevent duplicates of tslib being bundled.
|
|
321
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
322
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
246
323
|
|
|
247
324
|
## 0.3.1
|
|
248
325
|
|
|
249
326
|
### Patch Changes
|
|
250
327
|
|
|
251
|
-
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
328
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
329
|
+
[`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
330
|
+
the theme imports to be tree-shakable
|
|
252
331
|
|
|
253
332
|
## 0.3.0
|
|
254
333
|
|
|
255
334
|
### Minor Changes
|
|
256
335
|
|
|
257
|
-
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
258
|
-
|
|
336
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
337
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
338
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
339
|
+
IE11. For more information see:
|
|
340
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
259
341
|
|
|
260
342
|
### Patch Changes
|
|
261
343
|
|
|
@@ -265,13 +347,17 @@
|
|
|
265
347
|
|
|
266
348
|
### Patch Changes
|
|
267
349
|
|
|
268
|
-
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
350
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
351
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
352
|
+
supporting files will no longer be published to npm
|
|
269
353
|
|
|
270
354
|
## 0.2.8
|
|
271
355
|
|
|
272
356
|
### Patch Changes
|
|
273
357
|
|
|
274
|
-
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
358
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
|
|
359
|
+
[`974d594a23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974d594a23) - Change
|
|
360
|
+
imports to comply with Atlassian conventions
|
|
275
361
|
|
|
276
362
|
## 0.2.7
|
|
277
363
|
|
|
@@ -279,7 +365,8 @@
|
|
|
279
365
|
|
|
280
366
|
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
281
367
|
|
|
282
|
-
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
368
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
369
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
283
370
|
|
|
284
371
|
- @atlaskit/docs@8.3.2
|
|
285
372
|
- @atlaskit/button@13.3.7
|
|
@@ -299,7 +386,8 @@
|
|
|
299
386
|
|
|
300
387
|
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
301
388
|
|
|
302
|
-
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
389
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
390
|
+
non-relative imports as relative imports
|
|
303
391
|
|
|
304
392
|
## 0.2.4
|
|
305
393
|
|
|
@@ -329,8 +417,10 @@
|
|
|
329
417
|
- Adding back cjs
|
|
330
418
|
- Replacing es5 by cjs and es2015 by esm
|
|
331
419
|
- Creating folders at the root for entry-points
|
|
332
|
-
- Removing the generation of the entry-points at the root
|
|
333
|
-
|
|
420
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
421
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
422
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
423
|
+
for further details
|
|
334
424
|
|
|
335
425
|
## 0.2.1
|
|
336
426
|
|
package/README.md
CHANGED
|
@@ -10,4 +10,5 @@ yarn add @atlaskit/progress-bar
|
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
|
-
Detailed docs and example usage can be found
|
|
13
|
+
Detailed docs and example usage can be found
|
|
14
|
+
[here](https://atlaskit.atlassian.com/packages/server/progress-bar).
|
|
@@ -8,8 +8,13 @@ exports.default = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _react2 = require("@emotion/react");
|
|
10
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
11
|
+
/**
|
|
12
|
+
* @jsxRuntime classic
|
|
13
|
+
*/
|
|
11
14
|
/** @jsx jsx */
|
|
12
15
|
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
|
+
|
|
13
18
|
var MIN_VALUE = 0;
|
|
14
19
|
var MAX_VALUE = 1;
|
|
15
20
|
var increasingBarAnimation = (0, _react2.keyframes)({
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
*/
|
|
1
4
|
/** @jsx jsx */
|
|
2
5
|
import React from 'react';
|
|
6
|
+
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
8
|
import { css, jsx, keyframes } from '@emotion/react';
|
|
4
9
|
import { G300, N40A, N500 } from '@atlaskit/theme/colors';
|
|
5
10
|
const MIN_VALUE = 0;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
*/
|
|
1
4
|
/** @jsx jsx */
|
|
2
5
|
import React from 'react';
|
|
6
|
+
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
3
8
|
import { css, jsx, keyframes } from '@emotion/react';
|
|
4
9
|
import { G300, N40A, N500 } from '@atlaskit/theme/colors';
|
|
5
10
|
var MIN_VALUE = 0;
|
package/package.json
CHANGED
|
@@ -1,83 +1,82 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
}
|
|
2
|
+
"name": "@atlaskit/progress-bar",
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"description": "A progress bar communicates the status of a system process.",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"registry": "https://registry.npmjs.org/"
|
|
7
|
+
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
9
|
+
"author": "Atlassian Pty Ltd",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"module:es2019": "dist/es2019/index.js",
|
|
14
|
+
"types": "dist/types/index.d.ts",
|
|
15
|
+
"sideEffects": false,
|
|
16
|
+
"atlaskit:src": "src/index.tsx",
|
|
17
|
+
"af:exports": {
|
|
18
|
+
".": "./src/index.tsx",
|
|
19
|
+
"./types": "./src/types.tsx"
|
|
20
|
+
},
|
|
21
|
+
"atlassian": {
|
|
22
|
+
"team": "Design System Team",
|
|
23
|
+
"releaseModel": "continuous",
|
|
24
|
+
"runReact18": true,
|
|
25
|
+
"productPushConsumption": [
|
|
26
|
+
"jira"
|
|
27
|
+
],
|
|
28
|
+
"website": {
|
|
29
|
+
"name": "Progress bar",
|
|
30
|
+
"category": "Components"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@atlaskit/theme": "^12.10.0",
|
|
35
|
+
"@atlaskit/tokens": "^1.51.0",
|
|
36
|
+
"@babel/runtime": "^7.0.0",
|
|
37
|
+
"@emotion/react": "^11.7.1"
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
|
|
41
|
+
},
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"@af/accessibility-testing": "*",
|
|
44
|
+
"@af/visual-regression": "*",
|
|
45
|
+
"@atlaskit/visual-regression": "*",
|
|
46
|
+
"@testing-library/react": "^12.1.5",
|
|
47
|
+
"react-dom": "^16.8.0",
|
|
48
|
+
"typescript": "~5.4.2"
|
|
49
|
+
},
|
|
50
|
+
"keywords": [
|
|
51
|
+
"atlaskit",
|
|
52
|
+
"react",
|
|
53
|
+
"ui"
|
|
54
|
+
],
|
|
55
|
+
"techstack": {
|
|
56
|
+
"@atlassian/frontend": {
|
|
57
|
+
"import-structure": "atlassian-conventions"
|
|
58
|
+
},
|
|
59
|
+
"@repo/internal": {
|
|
60
|
+
"dom-events": "use-bind-event-listener",
|
|
61
|
+
"design-system": "v1",
|
|
62
|
+
"design-tokens": [
|
|
63
|
+
"color",
|
|
64
|
+
"spacing"
|
|
65
|
+
],
|
|
66
|
+
"deprecation": "no-deprecated-imports",
|
|
67
|
+
"styling": [
|
|
68
|
+
"static",
|
|
69
|
+
"emotion"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"typesVersions": {
|
|
74
|
+
">=4.5 <4.9": {
|
|
75
|
+
"*": [
|
|
76
|
+
"dist/types-ts4.5/*",
|
|
77
|
+
"dist/types-ts4.5/index.d.ts"
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"homepage": "https://atlassian.design/components/progress-bar/"
|
|
82
|
+
}
|
package/report.api.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## API Report File for "@atlaskit/progress-bar"
|
|
4
4
|
|
|
5
|
-
> Do not edit this file. This report is auto-generated using
|
|
5
|
+
> Do not edit this file. This report is auto-generated using
|
|
6
|
+
> [API Extractor](https://api-extractor.com/).
|
|
6
7
|
> [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
7
8
|
|
|
8
9
|
### Table of contents
|
|
@@ -22,58 +23,58 @@ import { ThemeProp } from '@atlaskit/theme/components';
|
|
|
22
23
|
|
|
23
24
|
// @public (undocumented)
|
|
24
25
|
interface CustomProgressBarProps {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
ariaLabel?: string;
|
|
27
|
+
isIndeterminate?: boolean;
|
|
28
|
+
testId?: string;
|
|
29
|
+
value?: number;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
// @public (undocumented)
|
|
32
33
|
interface DefaultProgressBarProps extends CustomProgressBarProps {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
appearance?: 'default' | 'inverse' | 'success';
|
|
35
|
+
// @deprecated (undocumented)
|
|
36
|
+
theme?: ThemeProp<ThemeTokens, ThemeProps>;
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
// @public
|
|
39
40
|
const ProgressBar: ({
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
appearance,
|
|
42
|
+
ariaLabel,
|
|
43
|
+
isIndeterminate,
|
|
44
|
+
testId,
|
|
45
|
+
theme,
|
|
46
|
+
value,
|
|
46
47
|
}: DefaultProgressBarProps) => jsx.JSX.Element;
|
|
47
48
|
export default ProgressBar;
|
|
48
49
|
|
|
49
50
|
// @public
|
|
50
51
|
export const SuccessProgressBar: ({
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
ariaLabel,
|
|
53
|
+
isIndeterminate,
|
|
54
|
+
testId,
|
|
55
|
+
value,
|
|
55
56
|
}: CustomProgressBarProps) => JSX.Element;
|
|
56
57
|
|
|
57
58
|
// @public @deprecated (undocumented)
|
|
58
59
|
type ThemeProps = {
|
|
59
|
-
|
|
60
|
+
value: number | string;
|
|
60
61
|
};
|
|
61
62
|
|
|
62
63
|
// @public @deprecated (undocumented)
|
|
63
64
|
type ThemeTokens = {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
container: any;
|
|
66
|
+
bar: any;
|
|
67
|
+
determinateBar: any;
|
|
68
|
+
increasingBar: any;
|
|
69
|
+
decreasingBar: any;
|
|
69
70
|
};
|
|
70
71
|
|
|
71
72
|
// @public
|
|
72
73
|
export const TransparentProgressBar: ({
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
ariaLabel,
|
|
75
|
+
isIndeterminate,
|
|
76
|
+
testId,
|
|
77
|
+
value,
|
|
77
78
|
}: CustomProgressBarProps) => JSX.Element;
|
|
78
79
|
|
|
79
80
|
// (No @packageDocumentation comment for this package)
|
|
@@ -87,7 +88,7 @@ export const TransparentProgressBar: ({
|
|
|
87
88
|
|
|
88
89
|
```json
|
|
89
90
|
{
|
|
90
|
-
|
|
91
|
+
"react": "^16.8.0"
|
|
91
92
|
}
|
|
92
93
|
```
|
|
93
94
|
|