@atlaskit/progress-tracker 10.0.0 → 10.0.2

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,19 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 10.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#119565](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/119565)
14
+ [`a7f1d79b42b68`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a7f1d79b42b68) -
15
+ Update dependencies and remove unused internal export.
16
+
3
17
  ## 10.0.0
4
18
 
5
19
  ### Major Changes
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._1t9yph28.fade-appear.fade-appear-active{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
3
3
  ._v564ph28{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
4
4
  ._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
@@ -168,7 +168,7 @@ var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureCompone
168
168
  nodeRef: this.nodeRefTitle
169
169
  }, /*#__PURE__*/React.createElement("div", {
170
170
  "data-testid": testId && "".concat(testId, "-title"),
171
- className: (0, _runtime.ax)(["_11c81oud _v564ph28 _1pfhv47k _y3gn1h6o _1t9yph28 _1ez2kb7n _1uuw17dr", textColor[item.status], fontWeight[item.status]])
171
+ className: (0, _runtime.ax)(["_11c82smr _v564ph28 _1pfhv47k _y3gn1h6o _1t9yph28 _1ez2kb7n _1uuw17dr", textColor[item.status], fontWeight[item.status]])
172
172
  }, this.shouldShowLink() ? render.link({
173
173
  item: item
174
174
  }) : item.label))));
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._1t9yph28.fade-appear.fade-appear-active{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
3
3
  ._v564ph28{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
4
4
  ._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
@@ -147,7 +147,7 @@ export default class ProgressTrackerStage extends PureComponent {
147
147
  nodeRef: this.nodeRefTitle
148
148
  }, /*#__PURE__*/React.createElement("div", {
149
149
  "data-testid": testId && `${testId}-title`,
150
- className: ax(["_11c81oud _v564ph28 _1pfhv47k _y3gn1h6o _1t9yph28 _1ez2kb7n _1uuw17dr", textColor[item.status], fontWeight[item.status]])
150
+ className: ax(["_11c82smr _v564ph28 _1pfhv47k _y3gn1h6o _1t9yph28 _1ez2kb7n _1uuw17dr", textColor[item.status], fontWeight[item.status]])
151
151
  }, this.shouldShowLink() ? render.link({
152
152
  item
153
153
  }) : item.label))));
@@ -1,4 +1,4 @@
1
- ._11c81oud{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
1
+ ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._1t9yph28.fade-appear.fade-appear-active{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
3
3
  ._v564ph28{transition:opacity var(--ds--pt--ts) cubic-bezier(.2,0,0,1)}
4
4
  ._12l2ze3t{margin-inline-end:var(--ds-space-0,0)}
@@ -158,7 +158,7 @@ var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
158
158
  nodeRef: this.nodeRefTitle
159
159
  }, /*#__PURE__*/React.createElement("div", {
160
160
  "data-testid": testId && "".concat(testId, "-title"),
161
- className: ax(["_11c81oud _v564ph28 _1pfhv47k _y3gn1h6o _1t9yph28 _1ez2kb7n _1uuw17dr", textColor[item.status], fontWeight[item.status]])
161
+ className: ax(["_11c82smr _v564ph28 _1pfhv47k _y3gn1h6o _1t9yph28 _1ez2kb7n _1uuw17dr", textColor[item.status], fontWeight[item.status]])
162
162
  }, this.shouldShowLink() ? render.link({
163
163
  item: item
164
164
  }) : item.label))));
@@ -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.2",
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",
31
- "@atlaskit/theme": "^17.0.0",
32
- "@atlaskit/tokens": "^4.0.0",
30
+ "@atlaskit/primitives": "^14.1.0",
31
+ "@atlaskit/theme": "^18.0.0",
32
+ "@atlaskit/tokens": "^4.3.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",