@atlaskit/progress-tracker 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#119565](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119565)
8
+ [`a7f1d79b42b68`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a7f1d79b42b68) -
9
+ Update dependencies and remove unused internal export.
10
+
3
11
  ## 10.0.0
4
12
 
5
13
  ### Major Changes
@@ -9,7 +9,6 @@ interface State {
9
9
  oldMarkerColor?: string;
10
10
  oldPercentageComplete: number;
11
11
  }
12
- export type { ProgressTrackerStageProps };
13
12
  export default class ProgressTrackerStage extends PureComponent<ProgressTrackerStageProps, State> {
14
13
  nodeRefMarker: import("react").RefObject<HTMLElement>;
15
14
  nodeRefBar: import("react").RefObject<HTMLElement>;
@@ -21,3 +20,4 @@ export default class ProgressTrackerStage extends PureComponent<ProgressTrackerS
21
20
  onEntered: () => void;
22
21
  render(): JSX.Element;
23
22
  }
23
+ export {};
@@ -9,7 +9,6 @@ interface State {
9
9
  oldMarkerColor?: string;
10
10
  oldPercentageComplete: number;
11
11
  }
12
- export type { ProgressTrackerStageProps };
13
12
  export default class ProgressTrackerStage extends PureComponent<ProgressTrackerStageProps, State> {
14
13
  nodeRefMarker: import("react").RefObject<HTMLElement>;
15
14
  nodeRefBar: import("react").RefObject<HTMLElement>;
@@ -21,3 +20,4 @@ export default class ProgressTrackerStage extends PureComponent<ProgressTrackerS
21
20
  onEntered: () => void;
22
21
  render(): JSX.Element;
23
22
  }
23
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,9 +27,9 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/css": "^0.10.0",
29
29
  "@atlaskit/platform-feature-flags": "^1.1.0",
30
- "@atlaskit/primitives": "^14.0.0",
30
+ "@atlaskit/primitives": "^14.1.0",
31
31
  "@atlaskit/theme": "^17.0.0",
32
- "@atlaskit/tokens": "^4.0.0",
32
+ "@atlaskit/tokens": "^4.2.0",
33
33
  "@babel/runtime": "^7.0.0",
34
34
  "@compiled/react": "^0.18.2",
35
35
  "react-transition-group": "^4.4.1"
@@ -39,8 +39,14 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@af/accessibility-testing": "*",
42
+ "@af/integration-testing": "^0.5.8",
42
43
  "@af/visual-regression": "*",
44
+ "@atlaskit/button": "^21.1.0",
45
+ "@atlaskit/docs": "*",
43
46
  "@atlaskit/ds-lib": "^4.0.0",
47
+ "@atlaskit/icon": "^24.1.0",
48
+ "@atlaskit/link": "*",
49
+ "@atlaskit/section-message": "*",
44
50
  "@atlaskit/ssr": "*",
45
51
  "@atlaskit/visual-regression": "*",
46
52
  "@testing-library/react": "^13.4.0",