@atlaskit/blanket 14.0.3 → 14.1.0
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 +12 -0
- package/dist/cjs/blanket.js +2 -2
- package/dist/es2019/blanket.js +2 -2
- package/dist/esm/blanket.js +2 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/blanket
|
|
2
2
|
|
|
3
|
+
## 14.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
|
|
8
|
+
[`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
|
|
9
|
+
Update `React` from v16 to v18
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 14.0.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/cjs/blanket.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* blanket.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* blanket.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
21
21
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
22
22
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
23
23
|
var packageName = "@atlaskit/blanket";
|
|
24
|
-
var packageVersion = "14.0
|
|
24
|
+
var packageVersion = "14.1.0";
|
|
25
25
|
var analyticsAttributes = {
|
|
26
26
|
componentName: 'blanket',
|
|
27
27
|
packageName: packageName,
|
package/dist/es2019/blanket.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* blanket.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* blanket.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import "./blanket.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -8,7 +8,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
8
8
|
import { N100A } from '@atlaskit/theme/colors';
|
|
9
9
|
import { layers } from '@atlaskit/theme/constants';
|
|
10
10
|
const packageName = "@atlaskit/blanket";
|
|
11
|
-
const packageVersion = "14.0
|
|
11
|
+
const packageVersion = "14.1.0";
|
|
12
12
|
const analyticsAttributes = {
|
|
13
13
|
componentName: 'blanket',
|
|
14
14
|
packageName,
|
package/dist/esm/blanket.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* blanket.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* blanket.tsx generated by @compiled/babel-plugin v0.36.0 */
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
import "./blanket.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
|
@@ -11,7 +11,7 @@ import noop from '@atlaskit/ds-lib/noop';
|
|
|
11
11
|
import { N100A } from '@atlaskit/theme/colors';
|
|
12
12
|
import { layers } from '@atlaskit/theme/constants';
|
|
13
13
|
var packageName = "@atlaskit/blanket";
|
|
14
|
-
var packageVersion = "14.0
|
|
14
|
+
var packageVersion = "14.1.0";
|
|
15
15
|
var analyticsAttributes = {
|
|
16
16
|
componentName: 'blanket',
|
|
17
17
|
packageName: packageName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/blanket",
|
|
3
|
-
"version": "14.0
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"description": "A blanket covers the underlying UI for a layered component, such as a modal dialog or a tooltip.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"./types": "./src/entry-points/types.tsx"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@atlaskit/analytics-next": "^10.
|
|
41
|
+
"@atlaskit/analytics-next": "^10.3.0",
|
|
42
42
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
43
|
-
"@atlaskit/css": "^0.
|
|
44
|
-
"@atlaskit/ds-lib": "^3.
|
|
45
|
-
"@atlaskit/theme": "^14.
|
|
46
|
-
"@atlaskit/tokens": "^3.
|
|
43
|
+
"@atlaskit/css": "^0.8.0",
|
|
44
|
+
"@atlaskit/ds-lib": "^3.5.0",
|
|
45
|
+
"@atlaskit/theme": "^14.1.0",
|
|
46
|
+
"@atlaskit/tokens": "^3.3.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@compiled/react": "^0.18.1"
|
|
49
49
|
},
|
|
@@ -53,23 +53,23 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@af/accessibility-testing": "*",
|
|
55
55
|
"@af/integration-testing": "*",
|
|
56
|
-
"@atlaskit/badge": "^17.0
|
|
57
|
-
"@atlaskit/button": "^20.
|
|
56
|
+
"@atlaskit/badge": "^17.1.0",
|
|
57
|
+
"@atlaskit/button": "^20.4.0",
|
|
58
58
|
"@atlaskit/docs": "*",
|
|
59
|
-
"@atlaskit/heading": "^4.0
|
|
60
|
-
"@atlaskit/layering": "^1.
|
|
59
|
+
"@atlaskit/heading": "^4.1.0",
|
|
60
|
+
"@atlaskit/layering": "^1.1.0",
|
|
61
61
|
"@atlaskit/link": "*",
|
|
62
|
-
"@atlaskit/primitives": "^13.
|
|
62
|
+
"@atlaskit/primitives": "^13.4.0",
|
|
63
63
|
"@atlaskit/section-message": "*",
|
|
64
64
|
"@atlaskit/ssr": "*",
|
|
65
|
-
"@atlaskit/toggle": "^14.
|
|
65
|
+
"@atlaskit/toggle": "^14.1.0",
|
|
66
66
|
"@atlaskit/visual-regression": "*",
|
|
67
67
|
"@testing-library/dom": "^10.1.0",
|
|
68
|
-
"@testing-library/react": "^
|
|
68
|
+
"@testing-library/react": "^13.4.0",
|
|
69
69
|
"@testing-library/user-event": "^14.4.3",
|
|
70
70
|
"bind-event-listener": "^3.0.0",
|
|
71
71
|
"jscodeshift": "^0.13.0",
|
|
72
|
-
"react-dom": "^
|
|
72
|
+
"react-dom": "^18.2.0",
|
|
73
73
|
"react-lorem-component": "^0.13.0",
|
|
74
74
|
"storybook-addon-performance": "^0.17.3",
|
|
75
75
|
"typescript": "~5.4.2"
|