@atlaskit/progress-indicator 9.5.16 → 9.5.17
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 +49 -43
- package/dist/cjs/components/appearances.js +2 -3
- package/dist/cjs/components/constants.js +4 -8
- package/dist/cjs/components/indicator.js +3 -5
- package/dist/cjs/components/progress-dots.js +2 -3
- package/dist/es2019/components/progress-dots.js +1 -1
- package/dist/esm/components/progress-dots.js +1 -1
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,36 @@
|
|
|
1
1
|
# @atlaskit/progress-indicator
|
|
2
2
|
|
|
3
|
+
## 9.5.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729) [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol package to push model in Jira
|
|
8
|
+
|
|
3
9
|
## 9.5.16
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
|
-
- [`1ce8020278e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ce8020278e) - Remove role presentation on div indicator
|
|
13
|
+
- [#40276](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40276) [`1ce8020278e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ce8020278e) - Remove role presentation on div indicator
|
|
8
14
|
|
|
9
15
|
## 9.5.15
|
|
10
16
|
|
|
11
17
|
### Patch Changes
|
|
12
18
|
|
|
13
|
-
- [`4ce6b505282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ce6b505282) - The internal composition of this component has changed. There is no expected change in behavior.
|
|
14
|
-
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
19
|
+
- [#38749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38749) [`4ce6b505282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ce6b505282) - The internal composition of this component has changed. There is no expected change in behavior.
|
|
20
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
15
21
|
- Updated dependencies
|
|
16
22
|
|
|
17
23
|
## 9.5.14
|
|
18
24
|
|
|
19
25
|
### Patch Changes
|
|
20
26
|
|
|
21
|
-
- [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
|
|
27
|
+
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533) [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
|
|
22
28
|
|
|
23
29
|
## 9.5.13
|
|
24
30
|
|
|
25
31
|
### Patch Changes
|
|
26
32
|
|
|
27
|
-
- [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
|
|
33
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
|
|
28
34
|
|
|
29
35
|
## 9.5.12
|
|
30
36
|
|
|
@@ -42,7 +48,7 @@
|
|
|
42
48
|
|
|
43
49
|
### Patch Changes
|
|
44
50
|
|
|
45
|
-
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
|
|
51
|
+
- [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
|
|
46
52
|
|
|
47
53
|
## 9.5.9
|
|
48
54
|
|
|
@@ -84,25 +90,25 @@
|
|
|
84
90
|
|
|
85
91
|
### Patch Changes
|
|
86
92
|
|
|
87
|
-
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
|
|
93
|
+
- [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
|
|
88
94
|
|
|
89
95
|
## 9.5.2
|
|
90
96
|
|
|
91
97
|
### Patch Changes
|
|
92
98
|
|
|
93
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
99
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
94
100
|
|
|
95
101
|
## 9.5.1
|
|
96
102
|
|
|
97
103
|
### Patch Changes
|
|
98
104
|
|
|
99
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
105
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
100
106
|
|
|
101
107
|
## 9.5.0
|
|
102
108
|
|
|
103
109
|
### Minor Changes
|
|
104
110
|
|
|
105
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
111
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
106
112
|
|
|
107
113
|
### Patch Changes
|
|
108
114
|
|
|
@@ -112,13 +118,13 @@
|
|
|
112
118
|
|
|
113
119
|
### Patch Changes
|
|
114
120
|
|
|
115
|
-
- [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
|
|
121
|
+
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211) [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
|
|
116
122
|
|
|
117
123
|
## 9.4.17
|
|
118
124
|
|
|
119
125
|
### Patch Changes
|
|
120
126
|
|
|
121
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
127
|
+
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
122
128
|
|
|
123
129
|
## 9.4.16
|
|
124
130
|
|
|
@@ -154,26 +160,26 @@
|
|
|
154
160
|
|
|
155
161
|
### Patch Changes
|
|
156
162
|
|
|
157
|
-
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
|
|
163
|
+
- [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
|
|
158
164
|
- Updated dependencies
|
|
159
165
|
|
|
160
166
|
## 9.4.10
|
|
161
167
|
|
|
162
168
|
### Patch Changes
|
|
163
169
|
|
|
164
|
-
- [`8ecf086a095`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ecf086a095) - Migrates unit tests from enzyme to RTL.
|
|
170
|
+
- [#31346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31346) [`8ecf086a095`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ecf086a095) - Migrates unit tests from enzyme to RTL.
|
|
165
171
|
|
|
166
172
|
## 9.4.9
|
|
167
173
|
|
|
168
174
|
### Patch Changes
|
|
169
175
|
|
|
170
|
-
- [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
176
|
+
- [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242) [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
171
177
|
|
|
172
178
|
## 9.4.8
|
|
173
179
|
|
|
174
180
|
### Patch Changes
|
|
175
181
|
|
|
176
|
-
- [`842bb999a85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/842bb999a85) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
182
|
+
- [#31041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31041) [`842bb999a85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/842bb999a85) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
177
183
|
|
|
178
184
|
## 9.4.7
|
|
179
185
|
|
|
@@ -191,13 +197,13 @@
|
|
|
191
197
|
|
|
192
198
|
### Patch Changes
|
|
193
199
|
|
|
194
|
-
- [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
|
|
200
|
+
- [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390) [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
|
|
195
201
|
|
|
196
202
|
## 9.4.4
|
|
197
203
|
|
|
198
204
|
### Patch Changes
|
|
199
205
|
|
|
200
|
-
- [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
|
|
206
|
+
- [#27891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27891) [`eadbf13d8c0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadbf13d8c0) - Updated usages of `Text`, `Box`, `Stack`, and `Inline` primitives to reflect their updated APIs. There are no visual or behaviour changes.
|
|
201
207
|
- Updated dependencies
|
|
202
208
|
|
|
203
209
|
## 9.4.3
|
|
@@ -216,13 +222,13 @@
|
|
|
216
222
|
|
|
217
223
|
### Patch Changes
|
|
218
224
|
|
|
219
|
-
- [`767258f2c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/767258f2c53) - Set main container of progress indicator as display block instead of flex given display flex is now set on the direct child of the main container
|
|
225
|
+
- [#28005](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28005) [`767258f2c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/767258f2c53) - Set main container of progress indicator as display block instead of flex given display flex is now set on the direct child of the main container
|
|
220
226
|
|
|
221
227
|
## 9.4.0
|
|
222
228
|
|
|
223
229
|
### Minor Changes
|
|
224
230
|
|
|
225
|
-
- [`c146611a18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c146611a18c) - [ux] Migrate progress-indicator package to use spacing primitives to control spacing in both component and examples. Spacing values have been slightly updated depending on indicator size and spacing properties
|
|
231
|
+
- [#27789](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27789) [`c146611a18c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c146611a18c) - [ux] Migrate progress-indicator package to use spacing primitives to control spacing in both component and examples. Spacing values have been slightly updated depending on indicator size and spacing properties
|
|
226
232
|
|
|
227
233
|
### Patch Changes
|
|
228
234
|
|
|
@@ -238,19 +244,19 @@
|
|
|
238
244
|
|
|
239
245
|
### Patch Changes
|
|
240
246
|
|
|
241
|
-
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
|
|
247
|
+
- [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303) [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
|
|
242
248
|
|
|
243
249
|
## 9.3.1
|
|
244
250
|
|
|
245
251
|
### Patch Changes
|
|
246
252
|
|
|
247
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
253
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
248
254
|
|
|
249
255
|
## 9.3.0
|
|
250
256
|
|
|
251
257
|
### Minor Changes
|
|
252
258
|
|
|
253
|
-
- [`b85b29dd351`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85b29dd351) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
259
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`b85b29dd351`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85b29dd351) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
254
260
|
|
|
255
261
|
### Patch Changes
|
|
256
262
|
|
|
@@ -260,19 +266,19 @@
|
|
|
260
266
|
|
|
261
267
|
### Patch Changes
|
|
262
268
|
|
|
263
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
269
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
264
270
|
|
|
265
271
|
## 9.2.7
|
|
266
272
|
|
|
267
273
|
### Patch Changes
|
|
268
274
|
|
|
269
|
-
- [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
275
|
+
- [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614) [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
270
276
|
|
|
271
277
|
## 9.2.6
|
|
272
278
|
|
|
273
279
|
### Patch Changes
|
|
274
280
|
|
|
275
|
-
- [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
|
|
281
|
+
- [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
|
|
276
282
|
- Updated dependencies
|
|
277
283
|
|
|
278
284
|
## 9.2.5
|
|
@@ -285,7 +291,7 @@
|
|
|
285
291
|
|
|
286
292
|
### Patch Changes
|
|
287
293
|
|
|
288
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
294
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
289
295
|
|
|
290
296
|
## 9.2.3
|
|
291
297
|
|
|
@@ -309,33 +315,33 @@
|
|
|
309
315
|
|
|
310
316
|
### Minor Changes
|
|
311
317
|
|
|
312
|
-
- [`303e4bf4aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/303e4bf4aa5) - [ux] Instrumented progress-indicator with the new theming package, `@atlaskit/tokens`.
|
|
318
|
+
- [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`303e4bf4aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/303e4bf4aa5) - [ux] Instrumented progress-indicator with the new theming package, `@atlaskit/tokens`.
|
|
313
319
|
|
|
314
320
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
315
321
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
316
322
|
|
|
317
323
|
### Patch Changes
|
|
318
324
|
|
|
319
|
-
- [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
|
|
325
|
+
- [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
|
|
320
326
|
- Updated dependencies
|
|
321
327
|
|
|
322
328
|
## 9.1.2
|
|
323
329
|
|
|
324
330
|
### Patch Changes
|
|
325
331
|
|
|
326
|
-
- [`2b2290121eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2290121eb) - Raised the minimum version carat range of focus ring to latest.
|
|
332
|
+
- [#16335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16335) [`2b2290121eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2290121eb) - Raised the minimum version carat range of focus ring to latest.
|
|
327
333
|
|
|
328
334
|
## 9.1.1
|
|
329
335
|
|
|
330
336
|
### Patch Changes
|
|
331
337
|
|
|
332
|
-
- [`7d89d624097`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d89d624097) - Fix for focus being incorrectly retained when indicators were not interactive.
|
|
338
|
+
- [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`7d89d624097`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d89d624097) - Fix for focus being incorrectly retained when indicators were not interactive.
|
|
333
339
|
|
|
334
340
|
## 9.1.0
|
|
335
341
|
|
|
336
342
|
### Minor Changes
|
|
337
343
|
|
|
338
|
-
- [`947ba5b11f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/947ba5b11f0) - The component has undergone an internal refactor. The following changes need to be called out:
|
|
344
|
+
- [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`947ba5b11f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/947ba5b11f0) - The component has undergone an internal refactor. The following changes need to be called out:
|
|
339
345
|
|
|
340
346
|
- `styled-components` has been removed from the package in favour of `@emotion/core`.
|
|
341
347
|
- The component now supports a `testId` prop in line with other Design System components. This can be used for automated testing.
|
|
@@ -349,25 +355,25 @@
|
|
|
349
355
|
|
|
350
356
|
### Patch Changes
|
|
351
357
|
|
|
352
|
-
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
|
|
358
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
|
|
353
359
|
|
|
354
360
|
## 9.0.4
|
|
355
361
|
|
|
356
362
|
### Patch Changes
|
|
357
363
|
|
|
358
|
-
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json.
|
|
364
|
+
- [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json.
|
|
359
365
|
|
|
360
366
|
## 9.0.3
|
|
361
367
|
|
|
362
368
|
### Patch Changes
|
|
363
369
|
|
|
364
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
370
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
365
371
|
|
|
366
372
|
## 9.0.2
|
|
367
373
|
|
|
368
374
|
### Patch Changes
|
|
369
375
|
|
|
370
|
-
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
376
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
|
|
371
377
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
372
378
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
373
379
|
|
|
@@ -381,13 +387,13 @@
|
|
|
381
387
|
|
|
382
388
|
### Major Changes
|
|
383
389
|
|
|
384
|
-
- [`2b345b4e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b345b4e66) - Renamed default export of @atlaskit/progress-indicator to ProgressIndicator and have added codemod for renaming ProgressDots to ProgressIndicator.
|
|
390
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424) [`2b345b4e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b345b4e66) - Renamed default export of @atlaskit/progress-indicator to ProgressIndicator and have added codemod for renaming ProgressDots to ProgressIndicator.
|
|
385
391
|
|
|
386
392
|
## 8.0.3
|
|
387
393
|
|
|
388
394
|
### Patch Changes
|
|
389
395
|
|
|
390
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
396
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
391
397
|
|
|
392
398
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
393
399
|
to prevent duplicates of tslib being bundled.
|
|
@@ -396,19 +402,19 @@
|
|
|
396
402
|
|
|
397
403
|
### Patch Changes
|
|
398
404
|
|
|
399
|
-
- [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
|
|
405
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293) [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
|
|
400
406
|
|
|
401
407
|
## 8.0.1
|
|
402
408
|
|
|
403
409
|
### Patch Changes
|
|
404
410
|
|
|
405
|
-
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
|
|
411
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
|
|
406
412
|
|
|
407
413
|
## 8.0.0
|
|
408
414
|
|
|
409
415
|
### Major Changes
|
|
410
416
|
|
|
411
|
-
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
417
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
|
|
412
418
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
413
419
|
|
|
414
420
|
### Patch Changes
|
|
@@ -419,13 +425,13 @@
|
|
|
419
425
|
|
|
420
426
|
### Patch Changes
|
|
421
427
|
|
|
422
|
-
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
|
|
428
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
|
|
423
429
|
|
|
424
430
|
## 7.0.14
|
|
425
431
|
|
|
426
432
|
### Patch Changes
|
|
427
433
|
|
|
428
|
-
- [`daca23ef29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daca23ef29) - Change imports to comply with Atlassian conventions
|
|
434
|
+
- [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`daca23ef29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daca23ef29) - Change imports to comply with Atlassian conventions
|
|
429
435
|
|
|
430
436
|
## 7.0.13
|
|
431
437
|
|
|
@@ -43,7 +43,6 @@ var selectedColorMap = {
|
|
|
43
43
|
dark: "var(--ds-icon-brand, ".concat(_colors.B100, ")")
|
|
44
44
|
})
|
|
45
45
|
};
|
|
46
|
-
var getBgColor = function getBgColor(appearance, isSelected) {
|
|
46
|
+
var getBgColor = exports.getBgColor = function getBgColor(appearance, isSelected) {
|
|
47
47
|
return isSelected ? selectedColorMap[appearance] : colorMap[appearance];
|
|
48
|
-
};
|
|
49
|
-
exports.getBgColor = getBgColor;
|
|
48
|
+
};
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.varDotsSize = exports.varDotsMargin = exports.sizes = exports.progressIndicatorGapMap = void 0;
|
|
7
|
-
var progressIndicatorGapMap = {
|
|
7
|
+
var progressIndicatorGapMap = exports.progressIndicatorGapMap = {
|
|
8
8
|
comfortable: {
|
|
9
9
|
small: ['space.075', "var(--ds-space-075, 6px)"],
|
|
10
10
|
default: ['space.100', "var(--ds-space-100, 8px)"],
|
|
@@ -21,14 +21,10 @@ var progressIndicatorGapMap = {
|
|
|
21
21
|
large: ['space.075', "var(--ds-space-075, 6px)"]
|
|
22
22
|
}
|
|
23
23
|
};
|
|
24
|
-
exports.
|
|
25
|
-
var sizes = {
|
|
24
|
+
var sizes = exports.sizes = {
|
|
26
25
|
small: 4,
|
|
27
26
|
default: 8,
|
|
28
27
|
large: 12
|
|
29
28
|
};
|
|
30
|
-
exports.
|
|
31
|
-
var
|
|
32
|
-
exports.varDotsSize = varDotsSize;
|
|
33
|
-
var varDotsMargin = '--ds-dots-margin';
|
|
34
|
-
exports.varDotsMargin = varDotsMargin;
|
|
29
|
+
var varDotsSize = exports.varDotsSize = '--ds-dots-size';
|
|
30
|
+
var varDotsMargin = exports.varDotsMargin = '--ds-dots-margin';
|
|
@@ -40,7 +40,7 @@ var buttonStyles = (0, _react.css)({
|
|
|
40
40
|
*
|
|
41
41
|
* A presentational indicator with no interactivity
|
|
42
42
|
*/
|
|
43
|
-
var PresentationalIndicator = function PresentationalIndicator(props) {
|
|
43
|
+
var PresentationalIndicator = exports.PresentationalIndicator = function PresentationalIndicator(props) {
|
|
44
44
|
return (0, _react.jsx)("div", {
|
|
45
45
|
style: props.style,
|
|
46
46
|
"data-testid": props.testId,
|
|
@@ -53,12 +53,10 @@ var PresentationalIndicator = function PresentationalIndicator(props) {
|
|
|
53
53
|
*
|
|
54
54
|
* An interactive indicator.
|
|
55
55
|
*/
|
|
56
|
-
exports.
|
|
57
|
-
var ButtonIndicator = function ButtonIndicator(props) {
|
|
56
|
+
var ButtonIndicator = exports.ButtonIndicator = function ButtonIndicator(props) {
|
|
58
57
|
return (0, _react.jsx)(_focusRing.default, null, (0, _react.jsx)("button", (0, _extends2.default)({}, props, {
|
|
59
58
|
role: "tab",
|
|
60
59
|
type: "button",
|
|
61
60
|
css: [commonStyles, buttonStyles]
|
|
62
61
|
})));
|
|
63
|
-
};
|
|
64
|
-
exports.ButtonIndicator = ButtonIndicator;
|
|
62
|
+
};
|
|
@@ -23,7 +23,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
23
23
|
/** @jsx jsx */
|
|
24
24
|
|
|
25
25
|
var packageName = "@atlaskit/progress-indicator";
|
|
26
|
-
var packageVersion = "9.5.
|
|
26
|
+
var packageVersion = "9.5.17";
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* __ProgressDots__
|
|
@@ -147,5 +147,4 @@ var ProgressDots = function ProgressDots(_ref) {
|
|
|
147
147
|
});
|
|
148
148
|
})));
|
|
149
149
|
};
|
|
150
|
-
var _default = ProgressDots;
|
|
151
|
-
exports.default = _default;
|
|
150
|
+
var _default = exports.default = ProgressDots;
|
|
@@ -10,7 +10,7 @@ import { getBgColor } from './appearances';
|
|
|
10
10
|
import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
|
|
11
11
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
12
12
|
const packageName = "@atlaskit/progress-indicator";
|
|
13
|
-
const packageVersion = "9.5.
|
|
13
|
+
const packageVersion = "9.5.17";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* __ProgressDots__
|
|
@@ -12,7 +12,7 @@ import { getBgColor } from './appearances';
|
|
|
12
12
|
import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
|
|
13
13
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
14
14
|
var packageName = "@atlaskit/progress-indicator";
|
|
15
|
-
var packageVersion = "9.5.
|
|
15
|
+
var packageVersion = "9.5.17";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* __ProgressDots__
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.17",
|
|
4
4
|
"description": "A progress indicator shows the user where they are along the steps of a journey.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"atlassian": {
|
|
18
18
|
"team": "Design System Team",
|
|
19
19
|
"releaseModel": "continuous",
|
|
20
|
+
"productPushConsumption": [
|
|
21
|
+
"jira"
|
|
22
|
+
],
|
|
20
23
|
"website": {
|
|
21
24
|
"name": "Progress indicator",
|
|
22
25
|
"category": "Components"
|
|
@@ -28,7 +31,7 @@
|
|
|
28
31
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
29
32
|
"@atlaskit/primitives": "^1.6.0",
|
|
30
33
|
"@atlaskit/theme": "^12.6.0",
|
|
31
|
-
"@atlaskit/tokens": "^1.
|
|
34
|
+
"@atlaskit/tokens": "^1.28.0",
|
|
32
35
|
"@babel/runtime": "^7.0.0",
|
|
33
36
|
"@emotion/react": "^11.7.1",
|
|
34
37
|
"bind-event-listener": "^2.1.1"
|
|
@@ -39,7 +42,7 @@
|
|
|
39
42
|
"devDependencies": {
|
|
40
43
|
"@af/accessibility-testing": "*",
|
|
41
44
|
"@af/visual-regression": "*",
|
|
42
|
-
"@atlaskit/ds-explorations": "^
|
|
45
|
+
"@atlaskit/ds-explorations": "^3.0.0",
|
|
43
46
|
"@atlaskit/ssr": "*",
|
|
44
47
|
"@atlaskit/visual-regression": "*",
|
|
45
48
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|