@atlaskit/progress-indicator 10.0.4 → 10.0.5
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
|
+
## 10.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#80085](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80085) [`7febfed958dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7febfed958dd) - Update usage of `React.FC` to explicity include `children`
|
|
8
|
+
|
|
3
9
|
## 10.0.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -17,12 +17,12 @@ var _primitives = require("@atlaskit/primitives");
|
|
|
17
17
|
var _appearances = require("./appearances");
|
|
18
18
|
var _constants = require("./constants");
|
|
19
19
|
var _indicator = require("./indicator");
|
|
20
|
-
function _getRequireWildcardCache(
|
|
21
|
-
function _interopRequireWildcard(
|
|
20
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
21
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
22
22
|
/** @jsx jsx */
|
|
23
23
|
|
|
24
24
|
var packageName = "@atlaskit/progress-indicator";
|
|
25
|
-
var packageVersion = "
|
|
25
|
+
var packageVersion = "10.0.5";
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* __ProgressDots__
|
|
@@ -9,7 +9,7 @@ import { getBgColor } from './appearances';
|
|
|
9
9
|
import { progressIndicatorGapMap, sizes, varDotsMargin, varDotsSize } from './constants';
|
|
10
10
|
import { ButtonIndicator, PresentationalIndicator } from './indicator';
|
|
11
11
|
const packageName = "@atlaskit/progress-indicator";
|
|
12
|
-
const packageVersion = "
|
|
12
|
+
const packageVersion = "10.0.5";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* __ProgressDots__
|
|
@@ -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
|
var packageName = "@atlaskit/progress-indicator";
|
|
14
|
-
var packageVersion = "
|
|
14
|
+
var packageVersion = "10.0.5";
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
17
|
* __ProgressDots__
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/progress-indicator",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5",
|
|
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,9 +29,9 @@
|
|
|
29
29
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
30
30
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
31
31
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
32
|
-
"@atlaskit/primitives": "^4.
|
|
32
|
+
"@atlaskit/primitives": "^4.1.0",
|
|
33
33
|
"@atlaskit/theme": "^12.6.0",
|
|
34
|
-
"@atlaskit/tokens": "^1.
|
|
34
|
+
"@atlaskit/tokens": "^1.41.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0",
|
|
36
36
|
"@emotion/react": "^11.7.1",
|
|
37
37
|
"bind-event-listener": "^2.1.1"
|