@atlaskit/progress-indicator 10.2.0 → 10.2.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.
@@ -1,4 +1,9 @@
1
- import core, { API, FileInfo, Options } from 'jscodeshift';
1
+ import {
2
+ type API,
3
+ type default as core,
4
+ type FileInfo,
5
+ type Options,
6
+ } from 'jscodeshift';
2
7
 
3
8
  function hasImportDeclaration(
4
9
  j: core.JSCodeshift,
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
21
21
  /** @jsx jsx */
22
22
 
23
23
  var packageName = "@atlaskit/progress-indicator";
24
- var packageVersion = "10.2.0";
24
+ var packageVersion = "10.2.1";
25
25
 
26
26
  /**
27
27
  * __ProgressDots__
@@ -101,7 +101,9 @@ var ProgressDots = function ProgressDots(_ref) {
101
101
  }
102
102
  });
103
103
  }, [onSelect, handleKeyDown]);
104
- return (0, _react2.jsx)(_primitives.Box, {
104
+ return (0, _react2.jsx)(_primitives.Box
105
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
106
+ , {
105
107
  style: (_ref2 = {}, (0, _defineProperty2.default)(_ref2, _constants.varDotsSize, "".concat(_constants.sizes[size], "px")), (0, _defineProperty2.default)(_ref2, _constants.varDotsMargin, rawGapValue), _ref2),
106
108
  role: onSelect && 'tablist'
107
109
  }, (0, _react2.jsx)(_primitives.Inline, {
@@ -8,7 +8,7 @@ import { Box, Inline } from '@atlaskit/primitives';
8
8
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
9
9
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
10
10
  const packageName = "@atlaskit/progress-indicator";
11
- const packageVersion = "10.2.0";
11
+ const packageVersion = "10.2.1";
12
12
 
13
13
  /**
14
14
  * __ProgressDots__
@@ -83,7 +83,9 @@ const ProgressDots = ({
83
83
  }
84
84
  });
85
85
  }, [onSelect, handleKeyDown]);
86
- return jsx(Box, {
86
+ return jsx(Box
87
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
88
+ , {
87
89
  style: {
88
90
  [varDotsSize]: `${sizes[size]}px`,
89
91
  [varDotsMargin]: rawGapValue
@@ -10,7 +10,7 @@ import { Box, Inline } from '@atlaskit/primitives';
10
10
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
11
11
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
12
12
  var packageName = "@atlaskit/progress-indicator";
13
- var packageVersion = "10.2.0";
13
+ var packageVersion = "10.2.1";
14
14
 
15
15
  /**
16
16
  * __ProgressDots__
@@ -90,7 +90,9 @@ var ProgressDots = function ProgressDots(_ref) {
90
90
  }
91
91
  });
92
92
  }, [onSelect, handleKeyDown]);
93
- return jsx(Box, {
93
+ return jsx(Box
94
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
95
+ , {
94
96
  style: (_ref2 = {}, _defineProperty(_ref2, varDotsSize, "".concat(sizes[size], "px")), _defineProperty(_ref2, varDotsMargin, rawGapValue), _ref2),
95
97
  role: onSelect && 'tablist'
96
98
  }, jsx(Inline, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "10.2.0",
3
+ "version": "10.2.1",
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/"
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@atlaskit/analytics-next": "^9.3.0",
31
31
  "@atlaskit/ds-lib": "^2.3.0",
32
- "@atlaskit/primitives": "^6.3.0",
32
+ "@atlaskit/primitives": "^7.0.0",
33
33
  "@atlaskit/tokens": "^1.49.0",
34
34
  "@atlaskit/visually-hidden": "^1.3.0",
35
35
  "@babel/runtime": "^7.0.0",
@@ -44,7 +44,6 @@
44
44
  "@af/visual-regression": "*",
45
45
  "@atlaskit/ssr": "*",
46
46
  "@atlaskit/visual-regression": "*",
47
- "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
48
47
  "@testing-library/react": "^12.1.5",
49
48
  "@testing-library/user-event": "^14.4.3",
50
49
  "@types/jscodeshift": "^0.11.0",
@@ -88,6 +87,5 @@
88
87
  "./types": "./src/types.tsx",
89
88
  ".": "./src/index.tsx"
90
89
  },
91
- "homepage": "https://atlassian.design/components/progress-indicator/",
92
- "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
90
+ "homepage": "https://atlassian.design/components/progress-indicator/"
93
91
  }