@atlaskit/progress-indicator 12.0.4 → 12.0.5
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 +6 -0
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.5",
|
|
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/"
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"atlaskit:src": "src/index.tsx",
|
|
19
19
|
"atlassian": {
|
|
20
20
|
"team": "Design System Team",
|
|
21
|
-
"runReact18": true,
|
|
22
21
|
"website": {
|
|
23
22
|
"name": "Progress indicator",
|
|
24
23
|
"category": "Status indicators"
|
|
@@ -26,9 +25,9 @@
|
|
|
26
25
|
},
|
|
27
26
|
"dependencies": {
|
|
28
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
29
|
-
"@atlaskit/ds-lib": "^
|
|
30
|
-
"@atlaskit/primitives": "^14.
|
|
31
|
-
"@atlaskit/tokens": "^5.
|
|
28
|
+
"@atlaskit/ds-lib": "^5.0.0",
|
|
29
|
+
"@atlaskit/primitives": "^14.10.0",
|
|
30
|
+
"@atlaskit/tokens": "^5.6.0",
|
|
32
31
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
33
32
|
"@babel/runtime": "^7.0.0",
|
|
34
33
|
"@compiled/react": "^0.18.3",
|
|
@@ -42,10 +41,10 @@
|
|
|
42
41
|
"@af/integration-testing": "workspace:^",
|
|
43
42
|
"@af/visual-regression": "workspace:^",
|
|
44
43
|
"@atlaskit/button": "^23.2.0",
|
|
45
|
-
"@atlaskit/css": "^0.
|
|
46
|
-
"@atlaskit/docs": "^
|
|
44
|
+
"@atlaskit/css": "^0.12.0",
|
|
45
|
+
"@atlaskit/docs": "^11.0.0",
|
|
47
46
|
"@atlaskit/link": "^3.2.0",
|
|
48
|
-
"@atlaskit/section-message": "^8.
|
|
47
|
+
"@atlaskit/section-message": "^8.3.0",
|
|
49
48
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
50
49
|
"@testing-library/react": "^13.4.0",
|
|
51
50
|
"@testing-library/user-event": "^14.4.3",
|