@atlaskit/progress-indicator 9.5.16 → 9.5.18
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 +55 -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 +3 -4
- package/dist/es2019/components/progress-dots.js +2 -2
- package/dist/esm/components/progress-dots.js +2 -2
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,42 @@
|
|
|
1
1
|
# @atlaskit/progress-indicator
|
|
2
2
|
|
|
3
|
+
## 9.5.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#42460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42460) [`a2a52116171`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a2a52116171) - Remove role=tablist when progress indicator is not interactive
|
|
8
|
+
|
|
9
|
+
## 9.5.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
3
15
|
## 9.5.16
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`1ce8020278e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ce8020278e) - Remove role presentation on div indicator
|
|
19
|
+
- [#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
20
|
|
|
9
21
|
## 9.5.15
|
|
10
22
|
|
|
11
23
|
### Patch Changes
|
|
12
24
|
|
|
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
|
|
25
|
+
- [#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.
|
|
26
|
+
- [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
|
|
15
27
|
- Updated dependencies
|
|
16
28
|
|
|
17
29
|
## 9.5.14
|
|
18
30
|
|
|
19
31
|
### Patch Changes
|
|
20
32
|
|
|
21
|
-
- [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
|
|
33
|
+
- [#37533](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37533) [`1ed303de3e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ed303de3e8) - Updated dependencies
|
|
22
34
|
|
|
23
35
|
## 9.5.13
|
|
24
36
|
|
|
25
37
|
### Patch Changes
|
|
26
38
|
|
|
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.
|
|
39
|
+
- [#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
40
|
|
|
29
41
|
## 9.5.12
|
|
30
42
|
|
|
@@ -42,7 +54,7 @@
|
|
|
42
54
|
|
|
43
55
|
### Patch Changes
|
|
44
56
|
|
|
45
|
-
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
|
|
57
|
+
- [#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
58
|
|
|
47
59
|
## 9.5.9
|
|
48
60
|
|
|
@@ -84,25 +96,25 @@
|
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
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.
|
|
99
|
+
- [#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
100
|
|
|
89
101
|
## 9.5.2
|
|
90
102
|
|
|
91
103
|
### Patch Changes
|
|
92
104
|
|
|
93
|
-
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
105
|
+
- [#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
106
|
|
|
95
107
|
## 9.5.1
|
|
96
108
|
|
|
97
109
|
### Patch Changes
|
|
98
110
|
|
|
99
|
-
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
|
|
111
|
+
- [#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
112
|
|
|
101
113
|
## 9.5.0
|
|
102
114
|
|
|
103
115
|
### Minor Changes
|
|
104
116
|
|
|
105
|
-
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
117
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
106
118
|
|
|
107
119
|
### Patch Changes
|
|
108
120
|
|
|
@@ -112,13 +124,13 @@
|
|
|
112
124
|
|
|
113
125
|
### Patch Changes
|
|
114
126
|
|
|
115
|
-
- [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
|
|
127
|
+
- [#32211](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32211) [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
|
|
116
128
|
|
|
117
129
|
## 9.4.17
|
|
118
130
|
|
|
119
131
|
### Patch Changes
|
|
120
132
|
|
|
121
|
-
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
|
|
133
|
+
- [#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
134
|
|
|
123
135
|
## 9.4.16
|
|
124
136
|
|
|
@@ -154,26 +166,26 @@
|
|
|
154
166
|
|
|
155
167
|
### Patch Changes
|
|
156
168
|
|
|
157
|
-
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
|
|
169
|
+
- [#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
170
|
- Updated dependencies
|
|
159
171
|
|
|
160
172
|
## 9.4.10
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`8ecf086a095`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ecf086a095) - Migrates unit tests from enzyme to RTL.
|
|
176
|
+
- [#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
177
|
|
|
166
178
|
## 9.4.9
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`cfe48bb7ece`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cfe48bb7ece) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
182
|
+
- [#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
183
|
|
|
172
184
|
## 9.4.8
|
|
173
185
|
|
|
174
186
|
### Patch Changes
|
|
175
187
|
|
|
176
|
-
- [`842bb999a85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/842bb999a85) - Internal change only. Replace usages of Inline/Stack with stable version from `@atlaskit/primitives`.
|
|
188
|
+
- [#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
189
|
|
|
178
190
|
## 9.4.7
|
|
179
191
|
|
|
@@ -191,13 +203,13 @@
|
|
|
191
203
|
|
|
192
204
|
### Patch Changes
|
|
193
205
|
|
|
194
|
-
- [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
|
|
206
|
+
- [#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
207
|
|
|
196
208
|
## 9.4.4
|
|
197
209
|
|
|
198
210
|
### Patch Changes
|
|
199
211
|
|
|
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.
|
|
212
|
+
- [#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
213
|
- Updated dependencies
|
|
202
214
|
|
|
203
215
|
## 9.4.3
|
|
@@ -216,13 +228,13 @@
|
|
|
216
228
|
|
|
217
229
|
### Patch Changes
|
|
218
230
|
|
|
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
|
|
231
|
+
- [#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
232
|
|
|
221
233
|
## 9.4.0
|
|
222
234
|
|
|
223
235
|
### Minor Changes
|
|
224
236
|
|
|
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
|
|
237
|
+
- [#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
238
|
|
|
227
239
|
### Patch Changes
|
|
228
240
|
|
|
@@ -238,19 +250,19 @@
|
|
|
238
250
|
|
|
239
251
|
### Patch Changes
|
|
240
252
|
|
|
241
|
-
- [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
|
|
253
|
+
- [#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
254
|
|
|
243
255
|
## 9.3.1
|
|
244
256
|
|
|
245
257
|
### Patch Changes
|
|
246
258
|
|
|
247
|
-
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
|
|
259
|
+
- [#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
260
|
|
|
249
261
|
## 9.3.0
|
|
250
262
|
|
|
251
263
|
### Minor Changes
|
|
252
264
|
|
|
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.
|
|
265
|
+
- [#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
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
@@ -260,19 +272,19 @@
|
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
263
|
-
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
|
|
275
|
+
- [#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
276
|
|
|
265
277
|
## 9.2.7
|
|
266
278
|
|
|
267
279
|
### Patch Changes
|
|
268
280
|
|
|
269
|
-
- [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
|
|
281
|
+
- [#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
282
|
|
|
271
283
|
## 9.2.6
|
|
272
284
|
|
|
273
285
|
### Patch Changes
|
|
274
286
|
|
|
275
|
-
- [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
|
|
287
|
+
- [#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
288
|
- Updated dependencies
|
|
277
289
|
|
|
278
290
|
## 9.2.5
|
|
@@ -285,7 +297,7 @@
|
|
|
285
297
|
|
|
286
298
|
### Patch Changes
|
|
287
299
|
|
|
288
|
-
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
|
|
300
|
+
- [#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
301
|
|
|
290
302
|
## 9.2.3
|
|
291
303
|
|
|
@@ -309,33 +321,33 @@
|
|
|
309
321
|
|
|
310
322
|
### Minor Changes
|
|
311
323
|
|
|
312
|
-
- [`303e4bf4aa5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/303e4bf4aa5) - [ux] Instrumented progress-indicator with the new theming package, `@atlaskit/tokens`.
|
|
324
|
+
- [#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
325
|
|
|
314
326
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
315
327
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
316
328
|
|
|
317
329
|
### Patch Changes
|
|
318
330
|
|
|
319
|
-
- [`58884c2f6c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58884c2f6c1) - Internal code change turning on a new linting rule.
|
|
331
|
+
- [#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
332
|
- Updated dependencies
|
|
321
333
|
|
|
322
334
|
## 9.1.2
|
|
323
335
|
|
|
324
336
|
### Patch Changes
|
|
325
337
|
|
|
326
|
-
- [`2b2290121eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b2290121eb) - Raised the minimum version carat range of focus ring to latest.
|
|
338
|
+
- [#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
339
|
|
|
328
340
|
## 9.1.1
|
|
329
341
|
|
|
330
342
|
### Patch Changes
|
|
331
343
|
|
|
332
|
-
- [`7d89d624097`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d89d624097) - Fix for focus being incorrectly retained when indicators were not interactive.
|
|
344
|
+
- [#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
345
|
|
|
334
346
|
## 9.1.0
|
|
335
347
|
|
|
336
348
|
### Minor Changes
|
|
337
349
|
|
|
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:
|
|
350
|
+
- [#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
351
|
|
|
340
352
|
- `styled-components` has been removed from the package in favour of `@emotion/core`.
|
|
341
353
|
- The component now supports a `testId` prop in line with other Design System components. This can be used for automated testing.
|
|
@@ -349,25 +361,25 @@
|
|
|
349
361
|
|
|
350
362
|
### Patch Changes
|
|
351
363
|
|
|
352
|
-
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
|
|
364
|
+
- [#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
365
|
|
|
354
366
|
## 9.0.4
|
|
355
367
|
|
|
356
368
|
### Patch Changes
|
|
357
369
|
|
|
358
|
-
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json.
|
|
370
|
+
- [#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
371
|
|
|
360
372
|
## 9.0.3
|
|
361
373
|
|
|
362
374
|
### Patch Changes
|
|
363
375
|
|
|
364
|
-
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
|
|
376
|
+
- [#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
377
|
|
|
366
378
|
## 9.0.2
|
|
367
379
|
|
|
368
380
|
### Patch Changes
|
|
369
381
|
|
|
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.
|
|
382
|
+
- [#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
383
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
372
384
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
373
385
|
|
|
@@ -381,13 +393,13 @@
|
|
|
381
393
|
|
|
382
394
|
### Major Changes
|
|
383
395
|
|
|
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.
|
|
396
|
+
- [#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
397
|
|
|
386
398
|
## 8.0.3
|
|
387
399
|
|
|
388
400
|
### Patch Changes
|
|
389
401
|
|
|
390
|
-
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
|
|
402
|
+
- [#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
403
|
|
|
392
404
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
393
405
|
to prevent duplicates of tslib being bundled.
|
|
@@ -396,19 +408,19 @@
|
|
|
396
408
|
|
|
397
409
|
### Patch Changes
|
|
398
410
|
|
|
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.
|
|
411
|
+
- [#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
412
|
|
|
401
413
|
## 8.0.1
|
|
402
414
|
|
|
403
415
|
### Patch Changes
|
|
404
416
|
|
|
405
|
-
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
|
|
417
|
+
- [#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
418
|
|
|
407
419
|
## 8.0.0
|
|
408
420
|
|
|
409
421
|
### Major Changes
|
|
410
422
|
|
|
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.
|
|
423
|
+
- [#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
424
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
413
425
|
|
|
414
426
|
### Patch Changes
|
|
@@ -419,13 +431,13 @@
|
|
|
419
431
|
|
|
420
432
|
### Patch Changes
|
|
421
433
|
|
|
422
|
-
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
|
|
434
|
+
- [#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
435
|
|
|
424
436
|
## 7.0.14
|
|
425
437
|
|
|
426
438
|
### Patch Changes
|
|
427
439
|
|
|
428
|
-
- [`daca23ef29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daca23ef29) - Change imports to comply with Atlassian conventions
|
|
440
|
+
- [#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
441
|
|
|
430
442
|
## 7.0.13
|
|
431
443
|
|
|
@@ -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.18";
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* __ProgressDots__
|
|
@@ -106,7 +106,7 @@ var ProgressDots = function ProgressDots(_ref) {
|
|
|
106
106
|
var theme = (0, _components.useGlobalTheme)();
|
|
107
107
|
return (0, _react2.jsx)(_primitives.Box, {
|
|
108
108
|
style: (_ref2 = {}, (0, _defineProperty2.default)(_ref2, _constants.varDotsSize, "".concat(_constants.sizes[size], "px")), (0, _defineProperty2.default)(_ref2, _constants.varDotsMargin, rawGapValue), _ref2),
|
|
109
|
-
role:
|
|
109
|
+
role: onSelect && 'tablist'
|
|
110
110
|
}, (0, _react2.jsx)(_primitives.Inline, {
|
|
111
111
|
testId: testId,
|
|
112
112
|
ref: function ref(r) {
|
|
@@ -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.18";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* __ProgressDots__
|
|
@@ -91,7 +91,7 @@ const ProgressDots = ({
|
|
|
91
91
|
[varDotsSize]: `${sizes[size]}px`,
|
|
92
92
|
[varDotsMargin]: rawGapValue
|
|
93
93
|
},
|
|
94
|
-
role:
|
|
94
|
+
role: onSelect && 'tablist'
|
|
95
95
|
}, jsx(Inline, {
|
|
96
96
|
testId: testId,
|
|
97
97
|
ref: r => {
|
|
@@ -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.18";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* __ProgressDots__
|
|
@@ -95,7 +95,7 @@ var ProgressDots = function ProgressDots(_ref) {
|
|
|
95
95
|
var theme = useGlobalTheme();
|
|
96
96
|
return jsx(Box, {
|
|
97
97
|
style: (_ref2 = {}, _defineProperty(_ref2, varDotsSize, "".concat(sizes[size], "px")), _defineProperty(_ref2, varDotsMargin, rawGapValue), _ref2),
|
|
98
|
-
role:
|
|
98
|
+
role: onSelect && 'tablist'
|
|
99
99
|
}, jsx(Inline, {
|
|
100
100
|
testId: testId,
|
|
101
101
|
ref: function ref(r) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.18",
|
|
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"
|
|
@@ -26,9 +29,9 @@
|
|
|
26
29
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
27
30
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
28
31
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
29
|
-
"@atlaskit/primitives": "^1.
|
|
32
|
+
"@atlaskit/primitives": "^1.9.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",
|