@atlaskit/progress-tracker 8.9.3 → 8.10.0

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,20 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 8.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#154699](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/154699)
8
+ [`fddbc0849871c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fddbc0849871c) -
9
+ DSP-21285 replacing platform-design-system-dsp-20687-transition-group with
10
+ platform_design_system_team_transition_group_r18
11
+
12
+ ## 8.9.4
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 8.9.3
4
19
 
5
20
  ### Patch Changes
@@ -124,7 +124,7 @@ var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureCompone
124
124
  onEntered: this.onEntered,
125
125
  timeout: transitionDelay + transitionSpeed,
126
126
  classNames: "fade"
127
- }, (0, _platformFeatureFlags.fg)('platform-design-system-dsp-20687-transition-group') && {
127
+ }, (0, _platformFeatureFlags.fg)('platform_design_system_team_transition_group_r18') && {
128
128
  nodeRef: this.nodeRefMarker
129
129
  }), (0, _react2.jsx)(_marker.default, {
130
130
  testId: testId && "".concat(testId, "-marker")
@@ -134,7 +134,7 @@ var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureCompone
134
134
  onEntered: this.onEntered,
135
135
  timeout: transitionDelay + transitionSpeed,
136
136
  classNames: "fade"
137
- }, (0, _platformFeatureFlags.fg)('platform-design-system-dsp-20687-transition-group') && {
137
+ }, (0, _platformFeatureFlags.fg)('platform_design_system_team_transition_group_r18') && {
138
138
  nodeRef: this.nodeRefBar
139
139
  }), (0, _react2.jsx)(_bar.default, {
140
140
  testId: testId && "".concat(testId, "-bar"),
@@ -145,7 +145,7 @@ var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureCompone
145
145
  onEntered: this.onEntered,
146
146
  timeout: transitionDelay + transitionSpeed,
147
147
  classNames: "fade"
148
- }, (0, _platformFeatureFlags.fg)('platform-design-system-dsp-20687-transition-group') && {
148
+ }, (0, _platformFeatureFlags.fg)('platform_design_system_team_transition_group_r18') && {
149
149
  nodeRef: this.nodeRefTitle
150
150
  }), (0, _react2.jsx)("div", {
151
151
  css: titleStyles,
@@ -107,7 +107,7 @@ export default class ProgressTrackerStage extends PureComponent {
107
107
  onEntered: this.onEntered,
108
108
  timeout: transitionDelay + transitionSpeed,
109
109
  classNames: "fade"
110
- }, fg('platform-design-system-dsp-20687-transition-group') && {
110
+ }, fg('platform_design_system_team_transition_group_r18') && {
111
111
  nodeRef: this.nodeRefMarker
112
112
  }), jsx(ProgressMarker, {
113
113
  testId: testId && `${testId}-marker`
@@ -117,7 +117,7 @@ export default class ProgressTrackerStage extends PureComponent {
117
117
  onEntered: this.onEntered,
118
118
  timeout: transitionDelay + transitionSpeed,
119
119
  classNames: "fade"
120
- }, fg('platform-design-system-dsp-20687-transition-group') && {
120
+ }, fg('platform_design_system_team_transition_group_r18') && {
121
121
  nodeRef: this.nodeRefBar
122
122
  }), jsx(ProgressBar, {
123
123
  testId: testId && `${testId}-bar`,
@@ -128,7 +128,7 @@ export default class ProgressTrackerStage extends PureComponent {
128
128
  onEntered: this.onEntered,
129
129
  timeout: transitionDelay + transitionSpeed,
130
130
  classNames: "fade"
131
- }, fg('platform-design-system-dsp-20687-transition-group') && {
131
+ }, fg('platform_design_system_team_transition_group_r18') && {
132
132
  nodeRef: this.nodeRefTitle
133
133
  }), jsx("div", {
134
134
  css: titleStyles,
@@ -121,7 +121,7 @@ var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
121
121
  onEntered: this.onEntered,
122
122
  timeout: transitionDelay + transitionSpeed,
123
123
  classNames: "fade"
124
- }, fg('platform-design-system-dsp-20687-transition-group') && {
124
+ }, fg('platform_design_system_team_transition_group_r18') && {
125
125
  nodeRef: this.nodeRefMarker
126
126
  }), jsx(ProgressMarker, {
127
127
  testId: testId && "".concat(testId, "-marker")
@@ -131,7 +131,7 @@ var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
131
131
  onEntered: this.onEntered,
132
132
  timeout: transitionDelay + transitionSpeed,
133
133
  classNames: "fade"
134
- }, fg('platform-design-system-dsp-20687-transition-group') && {
134
+ }, fg('platform_design_system_team_transition_group_r18') && {
135
135
  nodeRef: this.nodeRefBar
136
136
  }), jsx(ProgressBar, {
137
137
  testId: testId && "".concat(testId, "-bar"),
@@ -142,7 +142,7 @@ var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
142
142
  onEntered: this.onEntered,
143
143
  timeout: transitionDelay + transitionSpeed,
144
144
  classNames: "fade"
145
- }, fg('platform-design-system-dsp-20687-transition-group') && {
145
+ }, fg('platform_design_system_team_transition_group_r18') && {
146
146
  nodeRef: this.nodeRefTitle
147
147
  }), jsx("div", {
148
148
  css: titleStyles,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.9.3",
3
+ "version": "8.10.0",
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,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@atlaskit/platform-feature-flags": "^0.3.0",
27
27
  "@atlaskit/primitives": "^12.2.0",
28
- "@atlaskit/theme": "^13.0.0",
28
+ "@atlaskit/theme": "^14.0.0",
29
29
  "@atlaskit/tokens": "^2.0.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/react": "^11.7.1",
@@ -37,7 +37,7 @@
37
37
  "devDependencies": {
38
38
  "@af/accessibility-testing": "*",
39
39
  "@af/visual-regression": "*",
40
- "@atlaskit/ds-lib": "^2.6.0",
40
+ "@atlaskit/ds-lib": "^3.1.0",
41
41
  "@atlaskit/ssr": "*",
42
42
  "@atlaskit/visual-regression": "*",
43
43
  "@testing-library/react": "^12.1.5",
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "homepage": "https://atlassian.design/components/progress-tracker/",
85
85
  "platform-feature-flags": {
86
- "platform-design-system-dsp-20687-transition-group": {
86
+ "platform_design_system_team_transition_group_r18": {
87
87
  "type": "boolean"
88
88
  }
89
89
  }