@atlaskit/blanket 15.0.13 → 15.0.15
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/offerings.json +32 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
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.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -20,7 +20,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
20
20
|
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; }
|
|
21
21
|
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; }
|
|
22
22
|
var packageName = "@atlaskit/blanket";
|
|
23
|
-
var packageVersion = "
|
|
23
|
+
var packageVersion = "0.0.0-development";
|
|
24
24
|
var analyticsAttributes = {
|
|
25
25
|
componentName: 'blanket',
|
|
26
26
|
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.38.1 */
|
|
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 = "
|
|
11
|
+
const packageVersion = "0.0.0-development";
|
|
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.38.1 */
|
|
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
|
+
var packageVersion = "0.0.0-development";
|
|
15
15
|
var analyticsAttributes = {
|
|
16
16
|
componentName: 'blanket',
|
|
17
17
|
packageName: packageName,
|
package/offerings.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Blanket",
|
|
4
|
+
"package": "@atlaskit/blanket",
|
|
5
|
+
"import": {
|
|
6
|
+
"name": "Blanket",
|
|
7
|
+
"package": "@atlaskit/blanket",
|
|
8
|
+
"type": "default"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["blanket", "overlay", "backdrop", "modal", "layer"],
|
|
11
|
+
"categories": ["overlay"],
|
|
12
|
+
"shortDescription": "A component for creating overlay backgrounds behind modals and other layered content.",
|
|
13
|
+
"status": "general-availability",
|
|
14
|
+
"accessibilityGuidelines": [
|
|
15
|
+
"Ensure blanket doesn't interfere with focus management",
|
|
16
|
+
"Provide appropriate click handling for dismissal",
|
|
17
|
+
"Consider screen reader experience with overlays"
|
|
18
|
+
],
|
|
19
|
+
"usageGuidelines": [
|
|
20
|
+
"Use behind modals and overlays",
|
|
21
|
+
"Consider click-to-dismiss behavior",
|
|
22
|
+
"Use appropriate tinting for context",
|
|
23
|
+
"Ensure proper z-index layering"
|
|
24
|
+
],
|
|
25
|
+
"contentGuidelines": [
|
|
26
|
+
"Use consistently across similar overlay contexts",
|
|
27
|
+
"Consider visual hierarchy with overlays",
|
|
28
|
+
"Ensure appropriate contrast with content"
|
|
29
|
+
],
|
|
30
|
+
"examples": ["./examples/ai/blanket.tsx"]
|
|
31
|
+
}
|
|
32
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/blanket",
|
|
3
|
-
"version": "15.0.
|
|
3
|
+
"version": "15.0.15",
|
|
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/"
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
38
|
-
"@atlaskit/css": "^0.
|
|
39
|
-
"@atlaskit/ds-lib": "^5.
|
|
40
|
-
"@atlaskit/theme": "^
|
|
41
|
-
"@atlaskit/tokens": "^6.
|
|
38
|
+
"@atlaskit/css": "^0.15.0",
|
|
39
|
+
"@atlaskit/ds-lib": "^5.1.0",
|
|
40
|
+
"@atlaskit/theme": "^21.0.0",
|
|
41
|
+
"@atlaskit/tokens": "^6.5.0",
|
|
42
42
|
"@babel/runtime": "^7.0.0",
|
|
43
43
|
"@compiled/react": "^0.18.3"
|
|
44
44
|
},
|
|
@@ -48,13 +48,13 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@af/accessibility-testing": "workspace:^",
|
|
50
50
|
"@af/integration-testing": "workspace:^",
|
|
51
|
-
"@atlaskit/badge": "^18.
|
|
52
|
-
"@atlaskit/button": "^23.
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
51
|
+
"@atlaskit/badge": "^18.2.0",
|
|
52
|
+
"@atlaskit/button": "^23.5.0",
|
|
53
|
+
"@atlaskit/docs": "^11.1.0",
|
|
54
54
|
"@atlaskit/heading": "^5.2.0",
|
|
55
|
-
"@atlaskit/layering": "^3.
|
|
55
|
+
"@atlaskit/layering": "^3.1.0",
|
|
56
56
|
"@atlaskit/link": "^3.2.0",
|
|
57
|
-
"@atlaskit/primitives": "^
|
|
57
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
58
58
|
"@atlaskit/section-message": "^8.7.0",
|
|
59
59
|
"@atlaskit/toggle": "^15.1.0",
|
|
60
60
|
"@atlassian/ssr-tests": "^0.3.0",
|