@atlaskit/progress-indicator 12.0.9 → 12.0.11
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
|
@@ -15,7 +15,7 @@ var _compiled = require("@atlaskit/primitives/compiled");
|
|
|
15
15
|
var _indicator = require("./indicator");
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
var packageName = "@atlaskit/progress-indicator";
|
|
18
|
-
var packageVersion = "12.0.
|
|
18
|
+
var packageVersion = "12.0.10";
|
|
19
19
|
var progressIndicatorGapMap = {
|
|
20
20
|
comfortable: {
|
|
21
21
|
default: 'space.100',
|
|
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
5
5
|
import { Box, Inline } from '@atlaskit/primitives/compiled';
|
|
6
6
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
7
7
|
const packageName = "@atlaskit/progress-indicator";
|
|
8
|
-
const packageVersion = "12.0.
|
|
8
|
+
const packageVersion = "12.0.10";
|
|
9
9
|
const progressIndicatorGapMap = {
|
|
10
10
|
comfortable: {
|
|
11
11
|
default: 'space.100',
|
|
@@ -6,7 +6,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
6
6
|
import { Box, Inline } from '@atlaskit/primitives/compiled';
|
|
7
7
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
8
8
|
var packageName = "@atlaskit/progress-indicator";
|
|
9
|
-
var packageVersion = "12.0.
|
|
9
|
+
var packageVersion = "12.0.10";
|
|
10
10
|
var progressIndicatorGapMap = {
|
|
11
11
|
comfortable: {
|
|
12
12
|
default: 'space.100',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.11",
|
|
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/"
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
28
|
-
"@atlaskit/ds-lib": "^5.
|
|
29
|
-
"@atlaskit/primitives": "^
|
|
30
|
-
"@atlaskit/tokens": "^
|
|
28
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
29
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
30
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
31
31
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
33
|
"@compiled/react": "^0.18.6",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@af/accessibility-testing": "workspace:^",
|
|
41
41
|
"@af/integration-testing": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/button": "^23.
|
|
43
|
+
"@atlaskit/button": "^23.6.0",
|
|
44
44
|
"@atlaskit/css": "^0.15.0",
|
|
45
45
|
"@atlaskit/docs": "^11.2.0",
|
|
46
46
|
"@atlaskit/link": "^3.2.0",
|
|
47
|
-
"@atlaskit/section-message": "^8.
|
|
48
|
-
"@atlassian/ssr-tests": "
|
|
47
|
+
"@atlaskit/section-message": "^8.9.0",
|
|
48
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
49
49
|
"@testing-library/react": "^13.4.0",
|
|
50
50
|
"@testing-library/user-event": "^14.4.3",
|
|
51
51
|
"@types/jscodeshift": "^0.11.0",
|