@atlaskit/progress-indicator 9.4.0 → 9.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 9.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`767258f2c53`](https://bitbucket.org/atlassian/atlassian-frontend/commits/767258f2c53) - Set main container of progress indicator as display block instead of flex given display flex is now set on the direct child of the main container
8
+
3
9
  ## 9.4.0
4
10
 
5
11
  ### Minor Changes
@@ -41,7 +41,7 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
41
41
 
42
42
  /** @jsx jsx */
43
43
  var packageName = "@atlaskit/progress-indicator";
44
- var packageVersion = "9.4.0";
44
+ var packageVersion = "9.4.1";
45
45
  /**
46
46
  * __ProgressDots__
47
47
  *
@@ -130,6 +130,7 @@ var ProgressDots = function ProgressDots(_ref) {
130
130
  var theme = (0, _components.useGlobalTheme)();
131
131
  return (0, _react2.jsx)(_box.default, {
132
132
  UNSAFE_style: (_ref2 = {}, (0, _defineProperty2.default)(_ref2, _constants.varDotsSize, "".concat(_constants.sizes[size], "px")), (0, _defineProperty2.default)(_ref2, _constants.varDotsMargin, rawGapValue), _ref2),
133
+ display: "block",
133
134
  role: "tablist"
134
135
  }, (0, _react2.jsx)(_inline.default, {
135
136
  testId: testId,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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.0";
14
+ const packageVersion = "9.4.1";
15
15
  /**
16
16
  * __ProgressDots__
17
17
  *
@@ -95,6 +95,7 @@ const ProgressDots = ({
95
95
  [varDotsSize]: `${sizes[size]}px`,
96
96
  [varDotsMargin]: rawGapValue
97
97
  },
98
+ display: "block",
98
99
  role: "tablist"
99
100
  }, jsx(Inline, {
100
101
  testId: testId,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
4
4
  "sideEffects": false
5
5
  }
@@ -14,7 +14,7 @@ import { getBgColor } from './appearances';
14
14
  import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
15
15
  import { ButtonIndicator, PresentationalIndicator } from './indicator';
16
16
  var packageName = "@atlaskit/progress-indicator";
17
- var packageVersion = "9.4.0";
17
+ var packageVersion = "9.4.1";
18
18
  /**
19
19
  * __ProgressDots__
20
20
  *
@@ -103,6 +103,7 @@ var ProgressDots = function ProgressDots(_ref) {
103
103
  var theme = useGlobalTheme();
104
104
  return jsx(Box, {
105
105
  UNSAFE_style: (_ref2 = {}, _defineProperty(_ref2, varDotsSize, "".concat(sizes[size], "px")), _defineProperty(_ref2, varDotsMargin, rawGapValue), _ref2),
106
+ display: "block",
106
107
  role: "tablist"
107
108
  }, jsx(Inline, {
108
109
  testId: testId,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "9.4.0",
3
+ "version": "9.4.1",
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.0",
3
+ "version": "9.4.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/"