@atlaskit/progress-tracker 8.7.0 → 8.7.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,11 @@
1
1
  # @atlaskit/progress-tracker
2
2
 
3
+ ## 8.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.7.0
4
10
 
5
11
  ### Minor Changes
@@ -36,6 +36,7 @@ var listItemStyles = (0, _react2.css)({
36
36
  });
37
37
  var titleStyles = (0, _react2.css)({
38
38
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
39
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
39
40
  marginBlockStart: _constants.LABEL_TOP_SPACING,
40
41
  textAlign: 'center',
41
42
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -137,7 +138,9 @@ var ProgressTrackerStage = exports.default = /*#__PURE__*/function (_PureCompone
137
138
  }, (0, _react2.jsx)("div", {
138
139
  css: titleStyles,
139
140
  style: {
141
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
140
142
  color: (0, _utils.getTextColor)(item.status),
143
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
141
144
  fontWeight: (0, _utils.getFontWeight)(item.status)
142
145
  },
143
146
  "data-testid": testId && "".concat(testId, "-title")
@@ -24,6 +24,7 @@ const listItemStyles = css({
24
24
  });
25
25
  const titleStyles = css({
26
26
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
27
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
27
28
  marginBlockStart: LABEL_TOP_SPACING,
28
29
  textAlign: 'center',
29
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -120,7 +121,9 @@ export default class ProgressTrackerStage extends PureComponent {
120
121
  }, jsx("div", {
121
122
  css: titleStyles,
122
123
  style: {
124
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
123
125
  color: getTextColor(item.status),
126
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
124
127
  fontWeight: getFontWeight(item.status)
125
128
  },
126
129
  "data-testid": testId && `${testId}-title`
@@ -34,6 +34,7 @@ var listItemStyles = css({
34
34
  });
35
35
  var titleStyles = css({
36
36
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
37
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
37
38
  marginBlockStart: LABEL_TOP_SPACING,
38
39
  textAlign: 'center',
39
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -135,7 +136,9 @@ var ProgressTrackerStage = /*#__PURE__*/function (_PureComponent) {
135
136
  }, jsx("div", {
136
137
  css: titleStyles,
137
138
  style: {
139
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
138
140
  color: getTextColor(item.status),
141
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
139
142
  fontWeight: getFontWeight(item.status)
140
143
  },
141
144
  "data-testid": testId && "".concat(testId, "-title")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.7.0",
3
+ "version": "8.7.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,7 +27,7 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@atlaskit/primitives": "^7.4.0",
30
+ "@atlaskit/primitives": "^8.0.0",
31
31
  "@atlaskit/theme": "^12.10.0",
32
32
  "@atlaskit/tokens": "^1.51.0",
33
33
  "@babel/runtime": "^7.0.0",