@atlaskit/progress-tracker 8.4.9 → 8.4.10

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.4.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [`65e4baeea85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65e4baeea85) - Internal changes.
8
+
3
9
  ## 8.4.9
4
10
 
5
11
  ### Patch Changes
@@ -13,6 +13,7 @@ var _constants2 = require("./constants");
13
13
  var progressBarStyles = (0, _react.css)({
14
14
  height: _constants2.PROGRESS_BAR_HEIGHT,
15
15
  position: 'absolute',
16
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
16
17
  left: '50%',
17
18
  backgroundColor: "var(--ds-background-brand-bold, ".concat(_colors.B300, ")"),
18
19
  borderBottomRightRadius: _constants2.PROGRESS_BAR_HEIGHT,
@@ -13,6 +13,7 @@ var progressMarkerStyles = (0, _react.css)({
13
13
  width: _constants.PROGRESS_BAR_HEIGHT,
14
14
  height: _constants.PROGRESS_BAR_HEIGHT,
15
15
  position: 'absolute',
16
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
16
17
  left: '50%',
17
18
  backgroundColor: "var(".concat(_constants.varBackgroundColor, ")"),
18
19
  borderRadius: _constants.PROGRESS_BAR_HEIGHT,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.9",
3
+ "version": "8.4.10",
4
4
  "sideEffects": false
5
5
  }
@@ -6,6 +6,7 @@ import { HALF_GRID_SIZE, LABEL_TOP_SPACING, PROGRESS_BAR_HEIGHT, varSpacing, var
6
6
  const progressBarStyles = css({
7
7
  height: PROGRESS_BAR_HEIGHT,
8
8
  position: 'absolute',
9
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
9
10
  left: '50%',
10
11
  backgroundColor: `var(--ds-background-brand-bold, ${B300})`,
11
12
  borderBottomRightRadius: PROGRESS_BAR_HEIGHT,
@@ -7,6 +7,7 @@ const progressMarkerStyles = css({
7
7
  width: PROGRESS_BAR_HEIGHT,
8
8
  height: PROGRESS_BAR_HEIGHT,
9
9
  position: 'absolute',
10
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
10
11
  left: '50%',
11
12
  backgroundColor: `var(${varBackgroundColor})`,
12
13
  borderRadius: PROGRESS_BAR_HEIGHT,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.9",
3
+ "version": "8.4.10",
4
4
  "sideEffects": false
5
5
  }
@@ -6,6 +6,7 @@ import { HALF_GRID_SIZE, LABEL_TOP_SPACING, PROGRESS_BAR_HEIGHT, varSpacing, var
6
6
  var progressBarStyles = css({
7
7
  height: PROGRESS_BAR_HEIGHT,
8
8
  position: 'absolute',
9
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
9
10
  left: '50%',
10
11
  backgroundColor: "var(--ds-background-brand-bold, ".concat(B300, ")"),
11
12
  borderBottomRightRadius: PROGRESS_BAR_HEIGHT,
@@ -7,6 +7,7 @@ var progressMarkerStyles = css({
7
7
  width: PROGRESS_BAR_HEIGHT,
8
8
  height: PROGRESS_BAR_HEIGHT,
9
9
  position: 'absolute',
10
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
10
11
  left: '50%',
11
12
  backgroundColor: "var(".concat(varBackgroundColor, ")"),
12
13
  borderRadius: PROGRESS_BAR_HEIGHT,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.9",
3
+ "version": "8.4.10",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-tracker",
3
- "version": "8.4.9",
3
+ "version": "8.4.10",
4
4
  "description": "A progress tracker displays the steps and progress through a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"