@atlaskit/progress-indicator 9.5.7 → 9.5.9

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,17 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 9.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.5.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.5.7
4
16
 
5
17
  ### Patch Changes
@@ -21,9 +21,9 @@ var commonStyles = (0, _react.css)({
21
21
  width: "calc(var(".concat(_constants.varDotsSize, ") + var(").concat(_constants.varDotsMargin, "))"),
22
22
  height: "calc(var(".concat(_constants.varDotsSize, ") + var(").concat(_constants.varDotsMargin, "))"),
23
23
  position: 'absolute',
24
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
24
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
25
25
  top: "calc(-1 * var(".concat(_constants.varDotsMargin, ") / 2)"),
26
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
26
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
27
27
  left: "calc(-1 * var(".concat(_constants.varDotsMargin, ") / 2)"),
28
28
  content: '""'
29
29
  }
@@ -24,7 +24,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
24
24
  /** @jsx jsx */
25
25
 
26
26
  var packageName = "@atlaskit/progress-indicator";
27
- var packageVersion = "9.5.7";
27
+ var packageVersion = "9.5.9";
28
28
 
29
29
  /**
30
30
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.7",
3
+ "version": "9.5.9",
4
4
  "sideEffects": false
5
5
  }
@@ -14,9 +14,9 @@ const commonStyles = css({
14
14
  width: `calc(var(${varDotsSize}) + var(${varDotsMargin}))`,
15
15
  height: `calc(var(${varDotsSize}) + var(${varDotsMargin}))`,
16
16
  position: 'absolute',
17
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
17
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
18
18
  top: `calc(-1 * var(${varDotsMargin}) / 2)`,
19
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
19
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
20
20
  left: `calc(-1 * var(${varDotsMargin}) / 2)`,
21
21
  content: '""'
22
22
  }
@@ -11,7 +11,7 @@ import { getBgColor } from './appearances';
11
11
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
12
12
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
13
13
  const packageName = "@atlaskit/progress-indicator";
14
- const packageVersion = "9.5.7";
14
+ const packageVersion = "9.5.9";
15
15
 
16
16
  /**
17
17
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.7",
3
+ "version": "9.5.9",
4
4
  "sideEffects": false
5
5
  }
@@ -14,9 +14,9 @@ var commonStyles = css({
14
14
  width: "calc(var(".concat(varDotsSize, ") + var(").concat(varDotsMargin, "))"),
15
15
  height: "calc(var(".concat(varDotsSize, ") + var(").concat(varDotsMargin, "))"),
16
16
  position: 'absolute',
17
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
17
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
18
18
  top: "calc(-1 * var(".concat(varDotsMargin, ") / 2)"),
19
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
19
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
20
20
  left: "calc(-1 * var(".concat(varDotsMargin, ") / 2)"),
21
21
  content: '""'
22
22
  }
@@ -13,7 +13,7 @@ import { getBgColor } from './appearances';
13
13
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
14
14
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
15
15
  var packageName = "@atlaskit/progress-indicator";
16
- var packageVersion = "9.5.7";
16
+ var packageVersion = "9.5.9";
17
17
 
18
18
  /**
19
19
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.7",
3
+ "version": "9.5.9",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.5.7",
3
+ "version": "9.5.9",
4
4
  "description": "A progress indicator shows the user where they are along the steps of a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,9 +35,9 @@
35
35
  "@atlaskit/ds-explorations": "^2.2.0",
36
36
  "@atlaskit/ds-lib": "^2.2.0",
37
37
  "@atlaskit/focus-ring": "^1.3.0",
38
- "@atlaskit/primitives": "^0.13.0",
38
+ "@atlaskit/primitives": "^0.15.0",
39
39
  "@atlaskit/theme": "^12.5.0",
40
- "@atlaskit/tokens": "^1.9.0",
40
+ "@atlaskit/tokens": "^1.10.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "bind-event-listener": "^2.1.1"