@atlaskit/progress-indicator 9.4.12 → 9.4.13

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-indicator
2
2
 
3
+ ## 9.4.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.4.12
4
10
 
5
11
  ### Patch Changes
@@ -9,7 +9,6 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
9
9
  var _react = require("@emotion/react");
10
10
  var _focusRing = _interopRequireDefault(require("@atlaskit/focus-ring"));
11
11
  var _constants = require("./constants");
12
- /* eslint-disable @repo/internal/react/use-primitives */
13
12
  /** @jsx jsx */
14
13
 
15
14
  var commonStyles = (0, _react.css)({
@@ -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.4.12";
27
+ var packageVersion = "9.4.13";
28
28
 
29
29
  /**
30
30
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.12",
3
+ "version": "9.4.13",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,4 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /* eslint-disable @repo/internal/react/use-primitives */
3
2
  /** @jsx jsx */
4
3
 
5
4
  import { css, jsx } from '@emotion/react';
@@ -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.4.12";
14
+ const packageVersion = "9.4.13";
15
15
 
16
16
  /**
17
17
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.12",
3
+ "version": "9.4.13",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,4 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /* eslint-disable @repo/internal/react/use-primitives */
3
2
  /** @jsx jsx */
4
3
 
5
4
  import { css, jsx } from '@emotion/react';
@@ -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.4.12";
16
+ var packageVersion = "9.4.13";
17
17
 
18
18
  /**
19
19
  * __ProgressDots__
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.12",
3
+ "version": "9.4.13",
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.4.12",
3
+ "version": "9.4.13",
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/"
@@ -27,7 +27,7 @@
27
27
  "@atlaskit/ds-explorations": "^2.0.0",
28
28
  "@atlaskit/ds-lib": "^2.1.0",
29
29
  "@atlaskit/focus-ring": "^1.2.0",
30
- "@atlaskit/primitives": "^0.4.0",
30
+ "@atlaskit/primitives": "^0.5.0",
31
31
  "@atlaskit/theme": "^12.3.0",
32
32
  "@atlaskit/tokens": "^1.2.0",
33
33
  "@babel/runtime": "^7.0.0",
@@ -38,7 +38,7 @@
38
38
  "react": "^16.8.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@atlaskit/button": "^16.5.0",
41
+ "@atlaskit/button": "^16.6.0",
42
42
  "@atlaskit/docs": "*",
43
43
  "@atlaskit/section-message": "^6.3.0",
44
44
  "@atlaskit/ssr": "*",