@atlaskit/progress-tracker 10.4.2 → 10.4.3

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,11 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 10.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.4.2
4
10
 
5
11
  ### Patch Changes
@@ -65,6 +65,8 @@ var getMarkerColor = function getMarkerColor(_ref) {
65
65
  };
66
66
  var listItemStyles = null;
67
67
  var titleStyles = null;
68
+
69
+ // eslint-disable-next-line @repo/internal/react/no-class-components
68
70
  var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureComponent) {
69
71
  function ProgressTrackerStage(props) {
70
72
  var _this;
@@ -47,6 +47,8 @@ const getMarkerColor = ({
47
47
  };
48
48
  const listItemStyles = null;
49
49
  const titleStyles = null;
50
+
51
+ // eslint-disable-next-line @repo/internal/react/no-class-components
50
52
  export default class ProgressTrackerStage extends PureComponent {
51
53
  constructor(props) {
52
54
  super(props);
@@ -56,6 +56,8 @@ var getMarkerColor = function getMarkerColor(_ref) {
56
56
  };
57
57
  var listItemStyles = null;
58
58
  var titleStyles = null;
59
+
60
+ // eslint-disable-next-line @repo/internal/react/no-class-components
59
61
  var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
60
62
  function ProgressTrackerStage(props) {
61
63
  var _this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "10.4.2",
3
+ "version": "10.4.3",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/css": "^0.19.0",
28
- "@atlaskit/primitives": "^17.1.0",
28
+ "@atlaskit/primitives": "^18.0.0",
29
29
  "@atlaskit/theme": "^21.0.0",
30
- "@atlaskit/tokens": "^10.0.0",
30
+ "@atlaskit/tokens": "^11.0.0",
31
31
  "@babel/runtime": "^7.0.0",
32
32
  "@compiled/react": "^0.18.6",
33
33
  "react-transition-group": "^4.4.1"
@@ -41,7 +41,7 @@
41
41
  "@af/visual-regression": "workspace:^",
42
42
  "@atlaskit/button": "^23.9.0",
43
43
  "@atlaskit/docs": "^11.3.0",
44
- "@atlaskit/icon": "^29.4.0",
44
+ "@atlaskit/icon": "^30.0.0",
45
45
  "@atlaskit/link": "^3.3.0",
46
46
  "@atlaskit/section-message": "^8.12.0",
47
47
  "@atlassian/ssr-tests": "workspace:^",