@atlaskit/progress-indicator 9.2.2 → 9.2.3

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.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.2.2
4
10
 
5
11
  ### Patch Changes
@@ -33,7 +33,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
33
33
 
34
34
  /** @jsx jsx */
35
35
  var packageName = "@atlaskit/progress-indicator";
36
- var packageVersion = "9.2.2";
36
+ var packageVersion = "9.2.3";
37
37
  var containerStyles = (0, _core.css)({
38
38
  display: 'flex',
39
39
  justifyContent: 'center',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.2.2",
3
+ "version": "9.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import { getBgColor } from './appearances';
8
8
  import { sizes, spacingDivision, varDotsMargin, varDotsSize } from './constants';
9
9
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
10
10
  const packageName = "@atlaskit/progress-indicator";
11
- const packageVersion = "9.2.2";
11
+ const packageVersion = "9.2.3";
12
12
  const containerStyles = css({
13
13
  display: 'flex',
14
14
  justifyContent: 'center',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.2.2",
3
+ "version": "9.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,7 @@ import { getBgColor } from './appearances';
10
10
  import { sizes, spacingDivision, varDotsMargin, varDotsSize } from './constants';
11
11
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
12
12
  var packageName = "@atlaskit/progress-indicator";
13
- var packageVersion = "9.2.2";
13
+ var packageVersion = "9.2.3";
14
14
  var containerStyles = css({
15
15
  display: 'flex',
16
16
  justifyContent: 'center',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.2.2",
3
+ "version": "9.2.3",
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.2.2",
3
+ "version": "9.2.3",
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/"
@@ -26,7 +26,7 @@
26
26
  "@atlaskit/ds-lib": "^1.4.0",
27
27
  "@atlaskit/focus-ring": "^1.0.0",
28
28
  "@atlaskit/theme": "^12.1.0",
29
- "@atlaskit/tokens": "^0.8.0",
29
+ "@atlaskit/tokens": "^0.9.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@emotion/core": "^10.0.9"
32
32
  },
@@ -47,7 +47,7 @@
47
47
  "react-dom": "^16.8.0",
48
48
  "react-lorem-component": "^0.13.0",
49
49
  "styled-components": "^3.2.6",
50
- "typescript": "3.9.6"
50
+ "typescript": "3.9.10"
51
51
  },
52
52
  "techstack": {
53
53
  "@atlassian/frontend": {