@atlaskit/progress-indicator 11.0.5 → 11.0.6
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
|
@@ -26,7 +26,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
26
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
27
27
|
|
|
28
28
|
var packageName = "@atlaskit/progress-indicator";
|
|
29
|
-
var packageVersion = "11.0.
|
|
29
|
+
var packageVersion = "11.0.6";
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* __ProgressDots__
|
|
@@ -13,7 +13,7 @@ import { Box, Inline } from '@atlaskit/primitives';
|
|
|
13
13
|
import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
|
|
14
14
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
15
15
|
const packageName = "@atlaskit/progress-indicator";
|
|
16
|
-
const packageVersion = "11.0.
|
|
16
|
+
const packageVersion = "11.0.6";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* __ProgressDots__
|
|
@@ -15,7 +15,7 @@ import { Box, Inline } from '@atlaskit/primitives';
|
|
|
15
15
|
import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
|
|
16
16
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
17
17
|
var packageName = "@atlaskit/progress-indicator";
|
|
18
|
-
var packageVersion = "11.0.
|
|
18
|
+
var packageVersion = "11.0.6";
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
21
|
* __ProgressDots__
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6",
|
|
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/"
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
27
|
-
"@atlaskit/ds-lib": "^3.
|
|
28
|
-
"@atlaskit/primitives": "^
|
|
27
|
+
"@atlaskit/ds-lib": "^3.1.0",
|
|
28
|
+
"@atlaskit/primitives": "^13.0.0",
|
|
29
29
|
"@atlaskit/tokens": "^2.0.0",
|
|
30
30
|
"@atlaskit/visually-hidden": "^1.5.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|