@atlaskit/onboarding 14.5.4 → 14.5.6
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 +13 -0
- package/dist/cjs/components/modal.js +1 -2
- package/dist/cjs/components/node-resolver-spotlight-target.js +1 -1
- package/dist/cjs/components/spotlight-card.js +1 -1
- package/dist/cjs/styled/blanket.js +1 -1
- package/dist/cjs/styled/dialog.js +1 -1
- package/dist/cjs/styled/modal.js +1 -1
- package/dist/cjs/styled/target.js +1 -1
- package/dist/es2019/components/modal.js +1 -2
- package/dist/es2019/components/node-resolver-spotlight-target.js +1 -1
- package/dist/es2019/components/spotlight-card.js +1 -1
- package/dist/es2019/styled/blanket.js +1 -1
- package/dist/es2019/styled/dialog.js +1 -1
- package/dist/es2019/styled/modal.js +1 -1
- package/dist/es2019/styled/target.js +1 -1
- package/dist/esm/components/modal.js +1 -2
- package/dist/esm/components/node-resolver-spotlight-target.js +1 -1
- package/dist/esm/components/spotlight-card.js +1 -1
- package/dist/esm/styled/blanket.js +1 -1
- package/dist/esm/styled/dialog.js +1 -1
- package/dist/esm/styled/modal.js +1 -1
- package/dist/esm/styled/target.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/onboarding
|
|
2
2
|
|
|
3
|
+
## 14.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 14.5.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`b35eb5f6a4e6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b35eb5f6a4e6a) -
|
|
14
|
+
Remove now inert `autoFocus` prop from modal dialog components.
|
|
15
|
+
|
|
3
16
|
## 14.5.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -88,7 +88,7 @@ var BenefitsModal = exports.default = /*#__PURE__*/function (_Component) {
|
|
|
88
88
|
key: "render",
|
|
89
89
|
value: function render() {
|
|
90
90
|
var _this$props = this.props,
|
|
91
|
-
|
|
91
|
+
_actions = _this$props.actions,
|
|
92
92
|
children = _this$props.children,
|
|
93
93
|
heading = _this$props.heading,
|
|
94
94
|
experimental_shouldShowPrimaryButtonOnRight = _this$props.experimental_shouldShowPrimaryButtonOnRight,
|
|
@@ -110,7 +110,6 @@ var BenefitsModal = exports.default = /*#__PURE__*/function (_Component) {
|
|
|
110
110
|
// TODO: This is a problem that needs solving: https://product-fabric.atlassian.net/browse/DSP-22238
|
|
111
111
|
// eslint-disable-next-line @atlaskit/design-system/use-modal-dialog-close-button
|
|
112
112
|
_react.default.createElement(_modalDialog.default, (0, _extends2.default)({
|
|
113
|
-
autoFocus: true,
|
|
114
113
|
shouldCloseOnEscapePress: false,
|
|
115
114
|
shouldCloseOnOverlayClick: false,
|
|
116
115
|
shouldScrollInViewport: true
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
package/dist/cjs/styled/modal.js
CHANGED
|
@@ -62,7 +62,7 @@ export default class BenefitsModal extends Component {
|
|
|
62
62
|
}
|
|
63
63
|
render() {
|
|
64
64
|
const {
|
|
65
|
-
actions,
|
|
65
|
+
actions: _actions,
|
|
66
66
|
children,
|
|
67
67
|
heading,
|
|
68
68
|
// All of the following props except `...rest` are unused but were being
|
|
@@ -88,7 +88,6 @@ export default class BenefitsModal extends Component {
|
|
|
88
88
|
// TODO: This is a problem that needs solving: https://product-fabric.atlassian.net/browse/DSP-22238
|
|
89
89
|
// eslint-disable-next-line @atlaskit/design-system/use-modal-dialog-close-button
|
|
90
90
|
React.createElement(Modal, _extends({
|
|
91
|
-
autoFocus: true,
|
|
92
91
|
shouldCloseOnEscapePress: false,
|
|
93
92
|
shouldCloseOnOverlayClick: false,
|
|
94
93
|
shouldScrollInViewport: true
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./node-resolver-spotlight-target.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -80,7 +80,7 @@ var BenefitsModal = /*#__PURE__*/function (_Component) {
|
|
|
80
80
|
key: "render",
|
|
81
81
|
value: function render() {
|
|
82
82
|
var _this$props = this.props,
|
|
83
|
-
|
|
83
|
+
_actions = _this$props.actions,
|
|
84
84
|
children = _this$props.children,
|
|
85
85
|
heading = _this$props.heading,
|
|
86
86
|
experimental_shouldShowPrimaryButtonOnRight = _this$props.experimental_shouldShowPrimaryButtonOnRight,
|
|
@@ -102,7 +102,6 @@ var BenefitsModal = /*#__PURE__*/function (_Component) {
|
|
|
102
102
|
// TODO: This is a problem that needs solving: https://product-fabric.atlassian.net/browse/DSP-22238
|
|
103
103
|
// eslint-disable-next-line @atlaskit/design-system/use-modal-dialog-close-button
|
|
104
104
|
React.createElement(Modal, _extends({
|
|
105
|
-
autoFocus: true,
|
|
106
105
|
shouldCloseOnEscapePress: false,
|
|
107
106
|
shouldCloseOnOverlayClick: false,
|
|
108
107
|
shouldScrollInViewport: true
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./node-resolver-spotlight-target.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* spotlight-card.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* spotlight-card.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["text", "key"];
|
|
4
4
|
import "./spotlight-card.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* dialog.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* dialog.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["alt"];
|
package/dist/esm/styled/modal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "14.5.
|
|
3
|
+
"version": "14.5.6",
|
|
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/"
|
|
@@ -52,20 +52,20 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@atlaskit/button": "^23.
|
|
55
|
+
"@atlaskit/button": "^23.10.0",
|
|
56
56
|
"@atlaskit/css": "^0.19.0",
|
|
57
|
-
"@atlaskit/ds-lib": "^
|
|
57
|
+
"@atlaskit/ds-lib": "^6.0.0",
|
|
58
58
|
"@atlaskit/heading": "^5.3.0",
|
|
59
59
|
"@atlaskit/layering": "^3.6.0",
|
|
60
60
|
"@atlaskit/modal-dialog": "^14.11.0",
|
|
61
|
-
"@atlaskit/motion": "^5.
|
|
61
|
+
"@atlaskit/motion": "^5.4.0",
|
|
62
62
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
63
63
|
"@atlaskit/popper": "^7.1.0",
|
|
64
64
|
"@atlaskit/portal": "^5.2.0",
|
|
65
65
|
"@atlaskit/primitives": "^18.0.0",
|
|
66
|
-
"@atlaskit/tokens": "^11.
|
|
66
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
67
67
|
"@babel/runtime": "^7.0.0",
|
|
68
|
-
"@compiled/react": "^0.
|
|
68
|
+
"@compiled/react": "^0.20.0",
|
|
69
69
|
"bind-event-listener": "^3.0.0",
|
|
70
70
|
"exenv": "^1.2.2",
|
|
71
71
|
"memoize-one": "^6.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@af/accessibility-testing": "workspace:^",
|
|
83
83
|
"@af/integration-testing": "workspace:^",
|
|
84
84
|
"@af/visual-regression": "workspace:^",
|
|
85
|
-
"@atlaskit/theme": "^
|
|
85
|
+
"@atlaskit/theme": "^22.0.0",
|
|
86
86
|
"@atlassian/ssr-tests": "workspace:^",
|
|
87
87
|
"@testing-library/react": "^16.3.0",
|
|
88
88
|
"@testing-library/user-event": "^14.4.3",
|