@atlaskit/onboarding 12.2.2 → 12.2.3
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
package/dist/cjs/styled/modal.js
CHANGED
|
@@ -65,10 +65,13 @@ var ModalBody = exports.ModalBody = function ModalBody(_ref) {
|
|
|
65
65
|
var ModalHeading = exports.ModalHeading = function ModalHeading(_ref2) {
|
|
66
66
|
var children = _ref2.children,
|
|
67
67
|
id = _ref2.id;
|
|
68
|
-
return (
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
68
|
+
return (
|
|
69
|
+
// eslint-disable-next-line @atlaskit/design-system/use-heading
|
|
70
|
+
(0, _react.jsx)("h1", {
|
|
71
|
+
css: modalHeadingStyles,
|
|
72
|
+
id: id
|
|
73
|
+
}, children)
|
|
74
|
+
);
|
|
72
75
|
};
|
|
73
76
|
|
|
74
77
|
/**
|
|
@@ -59,10 +59,13 @@ export const ModalHeading = ({
|
|
|
59
59
|
children,
|
|
60
60
|
id
|
|
61
61
|
}) => {
|
|
62
|
-
return
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
return (
|
|
63
|
+
// eslint-disable-next-line @atlaskit/design-system/use-heading
|
|
64
|
+
jsx("h1", {
|
|
65
|
+
css: modalHeadingStyles,
|
|
66
|
+
id: id
|
|
67
|
+
}, children)
|
|
68
|
+
);
|
|
66
69
|
};
|
|
67
70
|
|
|
68
71
|
/**
|
package/dist/esm/styled/modal.js
CHANGED
|
@@ -59,10 +59,13 @@ export var ModalBody = function ModalBody(_ref) {
|
|
|
59
59
|
export var ModalHeading = function ModalHeading(_ref2) {
|
|
60
60
|
var children = _ref2.children,
|
|
61
61
|
id = _ref2.id;
|
|
62
|
-
return
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
return (
|
|
63
|
+
// eslint-disable-next-line @atlaskit/design-system/use-heading
|
|
64
|
+
jsx("h1", {
|
|
65
|
+
css: modalHeadingStyles,
|
|
66
|
+
id: id
|
|
67
|
+
}, children)
|
|
68
|
+
);
|
|
66
69
|
};
|
|
67
70
|
|
|
68
71
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.3",
|
|
4
4
|
"description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"@atlaskit/ds-lib": "^3.3.0",
|
|
43
43
|
"@atlaskit/heading": "^4.0.0",
|
|
44
44
|
"@atlaskit/layering": "^1.0.0",
|
|
45
|
-
"@atlaskit/modal-dialog": "^12.
|
|
45
|
+
"@atlaskit/modal-dialog": "^12.19.0",
|
|
46
46
|
"@atlaskit/motion": "^1.9.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
48
48
|
"@atlaskit/popper": "^6.3.0",
|
|
49
49
|
"@atlaskit/portal": "^4.10.0",
|
|
50
50
|
"@atlaskit/primitives": "^13.3.0",
|
|
51
51
|
"@atlaskit/theme": "^14.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^
|
|
52
|
+
"@atlaskit/tokens": "^3.0.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
55
55
|
"bind-event-listener": "^3.0.0",
|