@atlaskit/progress-indicator 9.5.15 → 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 +54 -42
- package/dist/cjs/components/appearances.js +2 -3
- package/dist/cjs/components/constants.js +4 -8
- package/dist/cjs/components/indicator.js +8 -13
- package/dist/cjs/components/progress-dots.js +3 -4
- package/dist/es2019/components/indicator.js +5 -8
- package/dist/es2019/components/progress-dots.js +2 -2
- package/dist/esm/components/indicator.js +6 -9
- package/dist/esm/components/progress-dots.js +2 -2
- package/dist/types/components/indicator.d.ts +3 -1
- package/dist/types-ts4.5/components/indicator.d.ts +3 -1
- package/package.json +8 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +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
|
+
|
|
9
|
+
## 9.5.16
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
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
|
|
14
|
+
|
|
3
15
|
## 9.5.15
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
6
18
|
|
|
7
|
-
- [`4ce6b505282`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ce6b505282) - The internal composition of this component has changed. There is no expected change in behavior.
|
|
8
|
-
- [`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
|
|
9
21
|
- Updated dependencies
|
|
10
22
|
|
|
11
23
|
## 9.5.14
|
|
12
24
|
|
|
13
25
|
### Patch Changes
|
|
14
26
|
|
|
15
|
-
- [`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
|
|
16
28
|
|
|
17
29
|
## 9.5.13
|
|
18
30
|
|
|
19
31
|
### Patch Changes
|
|
20
32
|
|
|
21
|
-
- [`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.
|
|
22
34
|
|
|
23
35
|
## 9.5.12
|
|
24
36
|
|
|
@@ -36,7 +48,7 @@
|
|
|
36
48
|
|
|
37
49
|
### Patch Changes
|
|
38
50
|
|
|
39
|
-
- [`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.
|
|
40
52
|
|
|
41
53
|
## 9.5.9
|
|
42
54
|
|
|
@@ -78,25 +90,25 @@
|
|
|
78
90
|
|
|
79
91
|
### Patch Changes
|
|
80
92
|
|
|
81
|
-
- [`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.
|
|
82
94
|
|
|
83
95
|
## 9.5.2
|
|
84
96
|
|
|
85
97
|
### Patch Changes
|
|
86
98
|
|
|
87
|
-
- [`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
|
|
88
100
|
|
|
89
101
|
## 9.5.1
|
|
90
102
|
|
|
91
103
|
### Patch Changes
|
|
92
104
|
|
|
93
|
-
- [`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`
|
|
94
106
|
|
|
95
107
|
## 9.5.0
|
|
96
108
|
|
|
97
109
|
### Minor Changes
|
|
98
110
|
|
|
99
|
-
- [`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
|
|
100
112
|
|
|
101
113
|
### Patch Changes
|
|
102
114
|
|
|
@@ -106,13 +118,13 @@
|
|
|
106
118
|
|
|
107
119
|
### Patch Changes
|
|
108
120
|
|
|
109
|
-
- [`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.
|
|
110
122
|
|
|
111
123
|
## 9.4.17
|
|
112
124
|
|
|
113
125
|
### Patch Changes
|
|
114
126
|
|
|
115
|
-
- [`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
|
|
116
128
|
|
|
117
129
|
## 9.4.16
|
|
118
130
|
|
|
@@ -148,26 +160,26 @@
|
|
|
148
160
|
|
|
149
161
|
### Patch Changes
|
|
150
162
|
|
|
151
|
-
- [`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.
|
|
152
164
|
- Updated dependencies
|
|
153
165
|
|
|
154
166
|
## 9.4.10
|
|
155
167
|
|
|
156
168
|
### Patch Changes
|
|
157
169
|
|
|
158
|
-
- [`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.
|
|
159
171
|
|
|
160
172
|
## 9.4.9
|
|
161
173
|
|
|
162
174
|
### Patch Changes
|
|
163
175
|
|
|
164
|
-
- [`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`.
|
|
165
177
|
|
|
166
178
|
## 9.4.8
|
|
167
179
|
|
|
168
180
|
### Patch Changes
|
|
169
181
|
|
|
170
|
-
- [`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`.
|
|
171
183
|
|
|
172
184
|
## 9.4.7
|
|
173
185
|
|
|
@@ -185,13 +197,13 @@
|
|
|
185
197
|
|
|
186
198
|
### Patch Changes
|
|
187
199
|
|
|
188
|
-
- [`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.
|
|
189
201
|
|
|
190
202
|
## 9.4.4
|
|
191
203
|
|
|
192
204
|
### Patch Changes
|
|
193
205
|
|
|
194
|
-
- [`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.
|
|
195
207
|
- Updated dependencies
|
|
196
208
|
|
|
197
209
|
## 9.4.3
|
|
@@ -210,13 +222,13 @@
|
|
|
210
222
|
|
|
211
223
|
### Patch Changes
|
|
212
224
|
|
|
213
|
-
- [`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
|
|
214
226
|
|
|
215
227
|
## 9.4.0
|
|
216
228
|
|
|
217
229
|
### Minor Changes
|
|
218
230
|
|
|
219
|
-
- [`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
|
|
220
232
|
|
|
221
233
|
### Patch Changes
|
|
222
234
|
|
|
@@ -232,19 +244,19 @@
|
|
|
232
244
|
|
|
233
245
|
### Patch Changes
|
|
234
246
|
|
|
235
|
-
- [`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.
|
|
236
248
|
|
|
237
249
|
## 9.3.1
|
|
238
250
|
|
|
239
251
|
### Patch Changes
|
|
240
252
|
|
|
241
|
-
- [`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`
|
|
242
254
|
|
|
243
255
|
## 9.3.0
|
|
244
256
|
|
|
245
257
|
### Minor Changes
|
|
246
258
|
|
|
247
|
-
- [`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.
|
|
248
260
|
|
|
249
261
|
### Patch Changes
|
|
250
262
|
|
|
@@ -254,19 +266,19 @@
|
|
|
254
266
|
|
|
255
267
|
### Patch Changes
|
|
256
268
|
|
|
257
|
-
- [`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`.
|
|
258
270
|
|
|
259
271
|
## 9.2.7
|
|
260
272
|
|
|
261
273
|
### Patch Changes
|
|
262
274
|
|
|
263
|
-
- [`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
|
|
264
276
|
|
|
265
277
|
## 9.2.6
|
|
266
278
|
|
|
267
279
|
### Patch Changes
|
|
268
280
|
|
|
269
|
-
- [`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
|
|
270
282
|
- Updated dependencies
|
|
271
283
|
|
|
272
284
|
## 9.2.5
|
|
@@ -279,7 +291,7 @@
|
|
|
279
291
|
|
|
280
292
|
### Patch Changes
|
|
281
293
|
|
|
282
|
-
- [`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
|
|
283
295
|
|
|
284
296
|
## 9.2.3
|
|
285
297
|
|
|
@@ -303,33 +315,33 @@
|
|
|
303
315
|
|
|
304
316
|
### Minor Changes
|
|
305
317
|
|
|
306
|
-
- [`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`.
|
|
307
319
|
|
|
308
320
|
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
|
|
309
321
|
These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
|
|
310
322
|
|
|
311
323
|
### Patch Changes
|
|
312
324
|
|
|
313
|
-
- [`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.
|
|
314
326
|
- Updated dependencies
|
|
315
327
|
|
|
316
328
|
## 9.1.2
|
|
317
329
|
|
|
318
330
|
### Patch Changes
|
|
319
331
|
|
|
320
|
-
- [`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.
|
|
321
333
|
|
|
322
334
|
## 9.1.1
|
|
323
335
|
|
|
324
336
|
### Patch Changes
|
|
325
337
|
|
|
326
|
-
- [`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.
|
|
327
339
|
|
|
328
340
|
## 9.1.0
|
|
329
341
|
|
|
330
342
|
### Minor Changes
|
|
331
343
|
|
|
332
|
-
- [`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:
|
|
333
345
|
|
|
334
346
|
- `styled-components` has been removed from the package in favour of `@emotion/core`.
|
|
335
347
|
- The component now supports a `testId` prop in line with other Design System components. This can be used for automated testing.
|
|
@@ -343,25 +355,25 @@
|
|
|
343
355
|
|
|
344
356
|
### Patch Changes
|
|
345
357
|
|
|
346
|
-
- [`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`.
|
|
347
359
|
|
|
348
360
|
## 9.0.4
|
|
349
361
|
|
|
350
362
|
### Patch Changes
|
|
351
363
|
|
|
352
|
-
- [`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.
|
|
353
365
|
|
|
354
366
|
## 9.0.3
|
|
355
367
|
|
|
356
368
|
### Patch Changes
|
|
357
369
|
|
|
358
|
-
- [`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
|
|
359
371
|
|
|
360
372
|
## 9.0.2
|
|
361
373
|
|
|
362
374
|
### Patch Changes
|
|
363
375
|
|
|
364
|
-
- [`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.
|
|
365
377
|
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
|
|
366
378
|
Also add `typescript` to `devDependencies` to denote version that the package was built with.
|
|
367
379
|
|
|
@@ -375,13 +387,13 @@
|
|
|
375
387
|
|
|
376
388
|
### Major Changes
|
|
377
389
|
|
|
378
|
-
- [`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.
|
|
379
391
|
|
|
380
392
|
## 8.0.3
|
|
381
393
|
|
|
382
394
|
### Patch Changes
|
|
383
395
|
|
|
384
|
-
- [`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
|
|
385
397
|
|
|
386
398
|
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
|
|
387
399
|
to prevent duplicates of tslib being bundled.
|
|
@@ -390,19 +402,19 @@
|
|
|
390
402
|
|
|
391
403
|
### Patch Changes
|
|
392
404
|
|
|
393
|
-
- [`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.
|
|
394
406
|
|
|
395
407
|
## 8.0.1
|
|
396
408
|
|
|
397
409
|
### Patch Changes
|
|
398
410
|
|
|
399
|
-
- [`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
|
|
400
412
|
|
|
401
413
|
## 8.0.0
|
|
402
414
|
|
|
403
415
|
### Major Changes
|
|
404
416
|
|
|
405
|
-
- [`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.
|
|
406
418
|
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
407
419
|
|
|
408
420
|
### Patch Changes
|
|
@@ -413,13 +425,13 @@
|
|
|
413
425
|
|
|
414
426
|
### Patch Changes
|
|
415
427
|
|
|
416
|
-
- [`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
|
|
417
429
|
|
|
418
430
|
## 7.0.14
|
|
419
431
|
|
|
420
432
|
### Patch Changes
|
|
421
433
|
|
|
422
|
-
- [`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
|
|
423
435
|
|
|
424
436
|
## 7.0.13
|
|
425
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,15 +40,12 @@ var buttonStyles = (0, _react.css)({
|
|
|
40
40
|
*
|
|
41
41
|
* A presentational indicator with no interactivity
|
|
42
42
|
*/
|
|
43
|
-
var PresentationalIndicator = function PresentationalIndicator(props
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
css: commonStyles,
|
|
50
|
-
role: "presentation"
|
|
51
|
-
}));
|
|
43
|
+
var PresentationalIndicator = exports.PresentationalIndicator = function PresentationalIndicator(props) {
|
|
44
|
+
return (0, _react.jsx)("div", {
|
|
45
|
+
style: props.style,
|
|
46
|
+
"data-testid": props.testId,
|
|
47
|
+
css: commonStyles
|
|
48
|
+
});
|
|
52
49
|
};
|
|
53
50
|
|
|
54
51
|
/**
|
|
@@ -56,12 +53,10 @@ var PresentationalIndicator = function PresentationalIndicator(props
|
|
|
56
53
|
*
|
|
57
54
|
* An interactive indicator.
|
|
58
55
|
*/
|
|
59
|
-
exports.
|
|
60
|
-
var ButtonIndicator = function ButtonIndicator(props) {
|
|
56
|
+
var ButtonIndicator = exports.ButtonIndicator = function ButtonIndicator(props) {
|
|
61
57
|
return (0, _react.jsx)(_focusRing.default, null, (0, _react.jsx)("button", (0, _extends2.default)({}, props, {
|
|
62
58
|
role: "tab",
|
|
63
59
|
type: "button",
|
|
64
60
|
css: [commonStyles, buttonStyles]
|
|
65
61
|
})));
|
|
66
|
-
};
|
|
67
|
-
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__
|
|
@@ -139,7 +139,7 @@ var ProgressDots = function ProgressDots(_ref) {
|
|
|
139
139
|
tabIndex: isSelected ? 0 : -1,
|
|
140
140
|
"data-testid": testId && "".concat(testId, "-ind-").concat(index)
|
|
141
141
|
}) : (0, _react2.jsx)(_indicator.PresentationalIndicator, {
|
|
142
|
-
|
|
142
|
+
testId: testId && "".concat(testId, "-ind-").concat(index),
|
|
143
143
|
key: index,
|
|
144
144
|
style: {
|
|
145
145
|
backgroundColor: backgroundColor
|
|
@@ -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;
|
|
@@ -33,14 +33,11 @@ const buttonStyles = css({
|
|
|
33
33
|
*
|
|
34
34
|
* A presentational indicator with no interactivity
|
|
35
35
|
*/
|
|
36
|
-
export const PresentationalIndicator = (
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
)
|
|
41
|
-
css: commonStyles,
|
|
42
|
-
role: "presentation"
|
|
43
|
-
}));
|
|
36
|
+
export const PresentationalIndicator = props => jsx("div", {
|
|
37
|
+
style: props.style,
|
|
38
|
+
"data-testid": props.testId,
|
|
39
|
+
css: commonStyles
|
|
40
|
+
});
|
|
44
41
|
|
|
45
42
|
/**
|
|
46
43
|
* __Button indicator__
|
|
@@ -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__
|
|
@@ -122,7 +122,7 @@ const ProgressDots = ({
|
|
|
122
122
|
tabIndex: isSelected ? 0 : -1,
|
|
123
123
|
"data-testid": testId && `${testId}-ind-${index}`
|
|
124
124
|
}) : jsx(PresentationalIndicator, {
|
|
125
|
-
|
|
125
|
+
testId: testId && `${testId}-ind-${index}`,
|
|
126
126
|
key: index,
|
|
127
127
|
style: {
|
|
128
128
|
backgroundColor
|
|
@@ -33,15 +33,12 @@ var buttonStyles = css({
|
|
|
33
33
|
*
|
|
34
34
|
* A presentational indicator with no interactivity
|
|
35
35
|
*/
|
|
36
|
-
export var PresentationalIndicator = function PresentationalIndicator(props
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
css: commonStyles,
|
|
43
|
-
role: "presentation"
|
|
44
|
-
}));
|
|
36
|
+
export var PresentationalIndicator = function PresentationalIndicator(props) {
|
|
37
|
+
return jsx("div", {
|
|
38
|
+
style: props.style,
|
|
39
|
+
"data-testid": props.testId,
|
|
40
|
+
css: commonStyles
|
|
41
|
+
});
|
|
45
42
|
};
|
|
46
43
|
|
|
47
44
|
/**
|
|
@@ -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__
|
|
@@ -128,7 +128,7 @@ var ProgressDots = function ProgressDots(_ref) {
|
|
|
128
128
|
tabIndex: isSelected ? 0 : -1,
|
|
129
129
|
"data-testid": testId && "".concat(testId, "-ind-").concat(index)
|
|
130
130
|
}) : jsx(PresentationalIndicator, {
|
|
131
|
-
|
|
131
|
+
testId: testId && "".concat(testId, "-ind-").concat(index),
|
|
132
132
|
key: index,
|
|
133
133
|
style: {
|
|
134
134
|
backgroundColor: backgroundColor
|
|
@@ -6,7 +6,9 @@ import { jsx } from '@emotion/react';
|
|
|
6
6
|
*
|
|
7
7
|
* A presentational indicator with no interactivity
|
|
8
8
|
*/
|
|
9
|
-
export declare const PresentationalIndicator: (props: HTMLAttributes<HTMLDivElement>
|
|
9
|
+
export declare const PresentationalIndicator: (props: HTMLAttributes<HTMLDivElement> & {
|
|
10
|
+
testId?: string;
|
|
11
|
+
}) => jsx.JSX.Element;
|
|
10
12
|
/**
|
|
11
13
|
* __Button indicator__
|
|
12
14
|
*
|
|
@@ -6,7 +6,9 @@ import { jsx } from '@emotion/react';
|
|
|
6
6
|
*
|
|
7
7
|
* A presentational indicator with no interactivity
|
|
8
8
|
*/
|
|
9
|
-
export declare const PresentationalIndicator: (props: HTMLAttributes<HTMLDivElement>
|
|
9
|
+
export declare const PresentationalIndicator: (props: HTMLAttributes<HTMLDivElement> & {
|
|
10
|
+
testId?: string;
|
|
11
|
+
}) => jsx.JSX.Element;
|
|
10
12
|
/**
|
|
11
13
|
* __Button indicator__
|
|
12
14
|
*
|
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"
|
|
@@ -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.
|
|
30
|
-
"@atlaskit/theme": "^12.
|
|
31
|
-
"@atlaskit/tokens": "^1.
|
|
32
|
+
"@atlaskit/primitives": "^1.6.0",
|
|
33
|
+
"@atlaskit/theme": "^12.6.0",
|
|
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",
|