@atlaskit/progress-bar 2.1.0 → 2.3.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 CHANGED
@@ -1,436 +1,459 @@
1
1
  # @atlaskit/progress-bar
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 2.2.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#110836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110836)
24
+ [`a8bd419fd70b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a8bd419fd70b9) -
25
+ Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
26
+ is implicitly set to automatic.
27
+
3
28
  ## 2.1.0
4
29
 
5
30
  ### Minor Changes
6
31
 
7
- - [#93762](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93762)
8
- [`9a9edcac07f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a9edcac07f8) -
9
- Add support for React 18.
32
+ - [#93762](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93762)
33
+ [`9a9edcac07f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a9edcac07f8) -
34
+ Add support for React 18 in non-strict mode.
10
35
 
11
36
  ## 2.0.2
12
37
 
13
38
  ### Patch Changes
14
39
 
15
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
16
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
17
- Upgrade Typescript from `4.9.5` to `5.4.2`
40
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
41
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
42
+ Upgrade Typescript from `4.9.5` to `5.4.2`
18
43
 
19
44
  ## 2.0.1
20
45
 
21
46
  ### Patch Changes
22
47
 
23
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
24
- [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
25
- Migrate packages to use declarative entry points
48
+ - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
49
+ [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
50
+ Migrate packages to use declarative entry points
26
51
 
27
52
  ## 2.0.0
28
53
 
29
54
  ### Major Changes
30
55
 
31
- - [#52318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/52318)
32
- [`71ad9704d42f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/71ad9704d42f) -
33
- Removed all remaining legacy theming logic from the ProgressBar component.
56
+ - [#52318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/52318)
57
+ [`71ad9704d42f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/71ad9704d42f) -
58
+ Removed all remaining legacy theming logic from the ProgressBar component.
34
59
 
35
60
  ## 1.0.2
36
61
 
37
62
  ### Patch Changes
38
63
 
39
- - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
40
- [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
41
- package to push model in Jira
64
+ - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
65
+ [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
66
+ package to push model in Jira
42
67
 
43
68
  ## 1.0.1
44
69
 
45
70
  ### Patch Changes
46
71
 
47
- - [#41141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41141)
48
- [`91b814bddb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91b814bddb4) - Add
49
- default for env variable to fix typechecking errors
72
+ - [#41141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41141)
73
+ [`91b814bddb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91b814bddb4) - Add
74
+ default for env variable to fix typechecking errors
50
75
 
51
76
  ## 1.0.0
52
77
 
53
78
  ### Major Changes
54
79
 
55
- - [#38972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38972)
56
- [`b175ec37c65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b175ec37c65) - Cuts
57
- the first major release of this package. It is now considered stable and ready for general
58
- adoption. This version contains no code changes.
80
+ - [#38972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38972)
81
+ [`b175ec37c65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b175ec37c65) - Cuts the
82
+ first major release of this package. It is now considered stable and ready for general adoption.
83
+ This version contains no code changes.
59
84
 
60
85
  ## 0.6.4
61
86
 
62
87
  ### Patch Changes
63
88
 
64
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
65
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
66
- `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
67
- testing.
89
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
90
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
91
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
92
+ testing.
68
93
 
69
94
  ## 0.6.3
70
95
 
71
96
  ### Patch Changes
72
97
 
73
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
74
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
75
- Internal change to use shape tokens. There is no expected visual change.
98
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
99
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal
100
+ change to use shape tokens. There is no expected visual change.
76
101
 
77
102
  ## 0.6.2
78
103
 
79
104
  ### Patch Changes
80
105
 
81
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
82
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
83
- legacy types are published for TS 4.5-4.8
106
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
107
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
108
+ legacy types are published for TS 4.5-4.8
84
109
 
85
110
  ## 0.6.1
86
111
 
87
112
  ### Patch Changes
88
113
 
89
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
90
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
91
- Upgrade Typescript from `4.5.5` to `4.9.5`
114
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
115
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
116
+ Typescript from `4.5.5` to `4.9.5`
92
117
 
93
118
  ## 0.6.0
94
119
 
95
120
  ### Minor Changes
96
121
 
97
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
98
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
99
- minor dependency bump
122
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
123
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
124
+ minor dependency bump
100
125
 
101
126
  ### Patch Changes
102
127
 
103
- - Updated dependencies
128
+ - Updated dependencies
104
129
 
105
130
  ## 0.5.16
106
131
 
107
132
  ### Patch Changes
108
133
 
109
- - Updated dependencies
134
+ - Updated dependencies
110
135
 
111
136
  ## 0.5.15
112
137
 
113
138
  ### Patch Changes
114
139
 
115
- - Updated dependencies
140
+ - Updated dependencies
116
141
 
117
142
  ## 0.5.14
118
143
 
119
144
  ### Patch Changes
120
145
 
121
- - Updated dependencies
146
+ - Updated dependencies
122
147
 
123
148
  ## 0.5.13
124
149
 
125
150
  ### Patch Changes
126
151
 
127
- - Updated dependencies
152
+ - Updated dependencies
128
153
 
129
154
  ## 0.5.12
130
155
 
131
156
  ### Patch Changes
132
157
 
133
- - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
134
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
135
- change to introduce spacing tokens to design system components.
158
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
159
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
160
+ change to introduce spacing tokens to design system components.
136
161
 
137
162
  ## 0.5.11
138
163
 
139
164
  ### Patch Changes
140
165
 
141
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
142
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
143
- Upgrade Typescript from `4.3.5` to `4.5.5`
166
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
167
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
168
+ Typescript from `4.3.5` to `4.5.5`
144
169
 
145
170
  ## 0.5.10
146
171
 
147
172
  ### Patch Changes
148
173
 
149
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
150
- [`8eb92195540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8eb92195540) -
151
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
152
- - Updated dependencies
174
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
175
+ [`8eb92195540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8eb92195540) - Updates
176
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
177
+ - Updated dependencies
153
178
 
154
179
  ## 0.5.9
155
180
 
156
181
  ### Patch Changes
157
182
 
158
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
159
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
160
- Upgrade Typescript from `4.2.4` to `4.3.5`.
183
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
184
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
185
+ Typescript from `4.2.4` to `4.3.5`.
161
186
 
162
187
  ## 0.5.8
163
188
 
164
189
  ### Patch Changes
165
190
 
166
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
167
- [`7d4fbb433e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4fbb433e7) -
168
- Internal styles refactor after turning on the static styles tech stack.
169
- - [`247bf9bb0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/247bf9bb0e4) -
170
- Introduces `testId` prop for use for automated tests.
171
- - [`54deac49754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54deac49754) - [ux]
172
- Appearance prop now available for default, success, and inverse appearances.
173
- - [`c960c028450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c960c028450) - Adds
174
- jsdoc descriptions to exported components.
175
- - Updated dependencies
191
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
192
+ [`7d4fbb433e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4fbb433e7) - Internal
193
+ styles refactor after turning on the static styles tech stack.
194
+ - [`247bf9bb0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/247bf9bb0e4) -
195
+ Introduces `testId` prop for use for automated tests.
196
+ - [`54deac49754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54deac49754) - [ux]
197
+ Appearance prop now available for default, success, and inverse appearances.
198
+ - [`c960c028450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c960c028450) - Adds
199
+ jsdoc descriptions to exported components.
200
+ - Updated dependencies
176
201
 
177
202
  ## 0.5.7
178
203
 
179
204
  ### Patch Changes
180
205
 
181
- - Updated dependencies
206
+ - Updated dependencies
182
207
 
183
208
  ## 0.5.6
184
209
 
185
210
  ### Patch Changes
186
211
 
187
- - Updated dependencies
212
+ - Updated dependencies
188
213
 
189
214
  ## 0.5.5
190
215
 
191
216
  ### Patch Changes
192
217
 
193
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
194
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
195
- Upgrade to TypeScript 4.2.4
218
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
219
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
220
+ to TypeScript 4.2.4
196
221
 
197
222
  ## 0.5.4
198
223
 
199
224
  ### Patch Changes
200
225
 
201
- - Updated dependencies
226
+ - Updated dependencies
202
227
 
203
228
  ## 0.5.3
204
229
 
205
230
  ### Patch Changes
206
231
 
207
- - [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065)
208
- [`e928aca1693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e928aca1693) - Using
209
- latest color.background.inverse.subtle token
232
+ - [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065)
233
+ [`e928aca1693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e928aca1693) - Using
234
+ latest color.background.inverse.subtle token
210
235
 
211
236
  ## 0.5.2
212
237
 
213
238
  ### Patch Changes
214
239
 
215
- - Updated dependencies
240
+ - Updated dependencies
216
241
 
217
242
  ## 0.5.1
218
243
 
219
244
  ### Patch Changes
220
245
 
221
- - [#19395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19395)
222
- [`cc9f9e1d294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc9f9e1d294) - Adds
223
- warning in developer console for `theme` prop, which is going to be deprecated after 13
224
- May 2022.
246
+ - [#19395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19395)
247
+ [`cc9f9e1d294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc9f9e1d294) - Adds
248
+ warning in developer console for `theme` prop, which is going to be deprecated after 13 May 2022.
225
249
 
226
250
  ## 0.5.0
227
251
 
228
252
  ### Minor Changes
229
253
 
230
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
231
- [`53060e14621`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53060e14621) - [ux]
232
- Instrumented `progress-bar` with the new theming package, `@atlaskit/tokens`.
254
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
255
+ [`53060e14621`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53060e14621) - [ux]
256
+ Instrumented `progress-bar` with the new theming package, `@atlaskit/tokens`.
233
257
 
234
- New tokens will be visible only in applications configured to use the new Tokens API (currently
235
- in alpha). These changes are intended to be interoperable with the legacy theme implementation.
236
- Legacy dark mode users should expect no visual or breaking changes.
258
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
259
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
260
+ Legacy dark mode users should expect no visual or breaking changes.
237
261
 
238
262
  ### Patch Changes
239
263
 
240
- - Updated dependencies
264
+ - Updated dependencies
241
265
 
242
266
  ## 0.4.0
243
267
 
244
268
  ### Minor Changes
245
269
 
246
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
247
- [`9d0e0a31638`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d0e0a31638) - Adds
248
- ariaLabel prop to progress bar for accessibility
270
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
271
+ [`9d0e0a31638`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d0e0a31638) - Adds
272
+ ariaLabel prop to progress bar for accessibility
249
273
 
250
274
  ## 0.3.9
251
275
 
252
276
  ### Patch Changes
253
277
 
254
- - Updated dependencies
278
+ - Updated dependencies
255
279
 
256
280
  ## 0.3.8
257
281
 
258
282
  ### Patch Changes
259
283
 
260
- - [#13728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13728)
261
- [`c5785203506`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5785203506) -
262
- Updated homepage in package.json
284
+ - [#13728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13728)
285
+ [`c5785203506`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5785203506) - Updated
286
+ homepage in package.json
263
287
 
264
288
  ## 0.3.7
265
289
 
266
290
  ### Patch Changes
267
291
 
268
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
269
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
270
- `@atlaskit/theme` to version `^11.3.0`.
292
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
293
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
294
+ `@atlaskit/theme` to version `^11.3.0`.
271
295
 
272
296
  ## 0.3.6
273
297
 
274
298
  ### Patch Changes
275
299
 
276
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
277
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
278
- Transpile packages using babel rather than tsc
300
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
301
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
302
+ packages using babel rather than tsc
279
303
 
280
304
  ## 0.3.5
281
305
 
282
306
  ### Patch Changes
283
307
 
284
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
285
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
286
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
287
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
288
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
289
- `devDependencies` to denote version that the package was built with.
308
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
309
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
310
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
311
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
312
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
313
+ `devDependencies` to denote version that the package was built with.
290
314
 
291
315
  ## 0.3.4
292
316
 
293
317
  ### Patch Changes
294
318
 
295
- - Updated dependencies
319
+ - Updated dependencies
296
320
 
297
321
  ## 0.3.3
298
322
 
299
323
  ### Patch Changes
300
324
 
301
- - [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
302
- [`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) -
303
- Components that had missing names are now fixed - this helps when looking for them using the
304
- React Dev Tools.
325
+ - [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
326
+ [`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) - Components
327
+ that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
305
328
 
306
329
  ## 0.3.2
307
330
 
308
331
  ### Patch Changes
309
332
 
310
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
311
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
312
- to TypeScript 3.9.6 and tslib to 2.0.0
333
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
334
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
335
+ to TypeScript 3.9.6 and tslib to 2.0.0
313
336
 
314
- Since tslib is a dependency for all our packages we recommend that products also follow this
315
- tslib upgrade to prevent duplicates of tslib being bundled.
337
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
338
+ upgrade to prevent duplicates of tslib being bundled.
316
339
 
317
340
  ## 0.3.1
318
341
 
319
342
  ### Patch Changes
320
343
 
321
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
322
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
323
- all the theme imports to be tree-shakable
344
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
345
+ [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
346
+ the theme imports to be tree-shakable
324
347
 
325
348
  ## 0.3.0
326
349
 
327
350
  ### Minor Changes
328
351
 
329
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
330
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
331
- Officially dropping IE11 support, from this version onwards there are no warranties of the
332
- package working in IE11. For more information see:
333
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
352
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
353
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
354
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
355
+ IE11. For more information see:
356
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
334
357
 
335
358
  ### Patch Changes
336
359
 
337
- - Updated dependencies
360
+ - Updated dependencies
338
361
 
339
362
  ## 0.2.9
340
363
 
341
364
  ### Patch Changes
342
365
 
343
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
344
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
345
- and supporting files will no longer be published to npm
366
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
367
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
368
+ supporting files will no longer be published to npm
346
369
 
347
370
  ## 0.2.8
348
371
 
349
372
  ### Patch Changes
350
373
 
351
- - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
352
- [`974d594a23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974d594a23) - Change
353
- imports to comply with Atlassian conventions
374
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
375
+ [`974d594a23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974d594a23) - Change
376
+ imports to comply with Atlassian conventions
354
377
 
355
378
  ## 0.2.7
356
379
 
357
380
  ### Patch Changes
358
381
 
359
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
382
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
360
383
 
361
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
362
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
384
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
385
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
363
386
 
364
- - @atlaskit/docs@8.3.2
365
- - @atlaskit/button@13.3.7
366
- - @atlaskit/theme@9.5.1
387
+ - @atlaskit/docs@8.3.2
388
+ - @atlaskit/button@13.3.7
389
+ - @atlaskit/theme@9.5.1
367
390
 
368
391
  ## 0.2.6
369
392
 
370
393
  ### Patch Changes
371
394
 
372
- - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
395
+ - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
373
396
 
374
- Rebuilds package to fix typescript typing error.
397
+ Rebuilds package to fix typescript typing error.
375
398
 
376
399
  ## 0.2.5
377
400
 
378
401
  ### Patch Changes
379
402
 
380
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
403
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
381
404
 
382
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
383
- non-relative imports as relative imports
405
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
406
+ non-relative imports as relative imports
384
407
 
385
408
  ## 0.2.4
386
409
 
387
410
  ### Patch Changes
388
411
 
389
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
412
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
390
413
 
391
- Upgraded Typescript to 3.3.x
414
+ Upgraded Typescript to 3.3.x
392
415
 
393
416
  ## 0.2.3
394
417
 
395
418
  ### Patch Changes
396
419
 
397
- - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
420
+ - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
398
421
 
399
- bugfix, fixes missing version.json file
422
+ bugfix, fixes missing version.json file
400
423
 
401
424
  ## 0.2.2
402
425
 
403
426
  ### Patch Changes
404
427
 
405
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
428
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
406
429
 
407
- In this PR, we are:
430
+ In this PR, we are:
408
431
 
409
- - Re-introducing dist build folders
410
- - Adding back cjs
411
- - Replacing es5 by cjs and es2015 by esm
412
- - Creating folders at the root for entry-points
413
- - Removing the generation of the entry-points at the root Please see this
414
- [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
415
- [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
416
- for further details
432
+ - Re-introducing dist build folders
433
+ - Adding back cjs
434
+ - Replacing es5 by cjs and es2015 by esm
435
+ - Creating folders at the root for entry-points
436
+ - Removing the generation of the entry-points at the root Please see this
437
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
438
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
439
+ for further details
417
440
 
418
441
  ## 0.2.1
419
442
 
420
443
  ### Patch Changes
421
444
 
422
- - [patch][7fd8d40029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fd8d40029):
445
+ - [patch][7fd8d40029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fd8d40029):
423
446
 
424
- Fix invalid "module" field. The package should expose _.js file instead of _.ts
447
+ Fix invalid "module" field. The package should expose _.js file instead of _.ts
425
448
 
426
449
  ## 0.2.0
427
450
 
428
- - [minor][06e6dd5731](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06e6dd5731):
451
+ - [minor][06e6dd5731](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06e6dd5731):
429
452
 
430
- - Initial release of Progress Bar component.
453
+ - Initial release of Progress Bar component.
431
454
 
432
455
  ## 0.1.0
433
456
 
434
- - [minor][b2eb85b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2eb85b):
457
+ - [minor][b2eb85b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2eb85b):
435
458
 
436
- - Initial release of Progress Bar component.
459
+ - Initial release of Progress Bar component.
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 [here](https://atlaskit.atlassian.com/packages/server/progress-bar).
13
+ Detailed docs and example usage can be found
14
+ [here](https://atlaskit.atlassian.com/packages/server/progress-bar).
@@ -8,7 +8,12 @@ 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
- /** @jsx jsx */
11
+ /**
12
+ * @jsxRuntime classic
13
+ * @jsx jsx
14
+ */
15
+
16
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
12
17
 
13
18
  var MIN_VALUE = 0;
14
19
  var MAX_VALUE = 1;
@@ -1,5 +1,10 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
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
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
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;
@@ -1,5 +1,5 @@
1
1
  import { jsx } from '@emotion/react';
2
- import { DefaultProgressBarProps } from '../types';
2
+ import { type DefaultProgressBarProps } from '../types';
3
3
  /**
4
4
  * __Progress bar__
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CustomProgressBarProps } from '../types';
2
+ import { type CustomProgressBarProps } from '../types';
3
3
  /**
4
4
  * __Success progress bar__
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CustomProgressBarProps } from '../types';
2
+ import { type CustomProgressBarProps } from '../types';
3
3
  /**
4
4
  * __Transparent progress bar__
5
5
  *
@@ -1,5 +1,5 @@
1
1
  import { jsx } from '@emotion/react';
2
- import { DefaultProgressBarProps } from '../types';
2
+ import { type DefaultProgressBarProps } from '../types';
3
3
  /**
4
4
  * __Progress bar__
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CustomProgressBarProps } from '../types';
2
+ import { type CustomProgressBarProps } from '../types';
3
3
  /**
4
4
  * __Success progress bar__
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CustomProgressBarProps } from '../types';
2
+ import { type CustomProgressBarProps } from '../types';
3
3
  /**
4
4
  * __Transparent progress bar__
5
5
  *
package/package.json CHANGED
@@ -1,84 +1,82 @@
1
1
  {
2
- "name": "@atlaskit/progress-bar",
3
- "version": "2.1.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.7.0",
35
- "@atlaskit/tokens": "^1.44.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
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
47
- "@testing-library/react": "^12.1.5",
48
- "react-dom": "^16.8.0",
49
- "typescript": "~5.4.2"
50
- },
51
- "keywords": [
52
- "atlaskit",
53
- "react",
54
- "ui"
55
- ],
56
- "techstack": {
57
- "@atlassian/frontend": {
58
- "import-structure": "atlassian-conventions"
59
- },
60
- "@repo/internal": {
61
- "dom-events": "use-bind-event-listener",
62
- "design-system": "v1",
63
- "design-tokens": [
64
- "color",
65
- "spacing"
66
- ],
67
- "deprecation": "no-deprecated-imports",
68
- "styling": [
69
- "static",
70
- "emotion"
71
- ]
72
- }
73
- },
74
- "typesVersions": {
75
- ">=4.5 <4.9": {
76
- "*": [
77
- "dist/types-ts4.5/*",
78
- "dist/types-ts4.5/index.d.ts"
79
- ]
80
- }
81
- },
82
- "homepage": "https://atlassian.design/components/progress-bar/",
83
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
84
- }
2
+ "name": "@atlaskit/progress-bar",
3
+ "version": "2.3.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.12.0",
35
+ "@atlaskit/tokens": "^1.58.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.0.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 [API Extractor](https://api-extractor.com/).
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
- ariaLabel?: string;
26
- isIndeterminate?: boolean;
27
- testId?: string;
28
- value?: number;
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
- appearance?: 'default' | 'inverse' | 'success';
34
- // @deprecated (undocumented)
35
- theme?: ThemeProp<ThemeTokens, ThemeProps>;
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
- appearance,
41
- ariaLabel,
42
- isIndeterminate,
43
- testId,
44
- theme,
45
- value,
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
- ariaLabel,
52
- isIndeterminate,
53
- testId,
54
- value,
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
- value: number | string;
60
+ value: number | string;
60
61
  };
61
62
 
62
63
  // @public @deprecated (undocumented)
63
64
  type ThemeTokens = {
64
- container: any;
65
- bar: any;
66
- determinateBar: any;
67
- increasingBar: any;
68
- decreasingBar: any;
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
- ariaLabel,
74
- isIndeterminate,
75
- testId,
76
- value,
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
- "react": "^16.8.0"
91
+ "react": "^16.8.0"
91
92
  }
92
93
  ```
93
94