@atlaskit/onboarding 14.5.4 → 14.5.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,12 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b35eb5f6a4e6a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b35eb5f6a4e6a) -
8
+ Remove now inert `autoFocus` prop from modal dialog components.
9
+
3
10
  ## 14.5.4
4
11
 
5
12
  ### 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
- actions = _this$props.actions,
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
@@ -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
@@ -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
- actions = _this$props.actions,
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.5.4",
3
+ "version": "14.5.5",
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,7 +52,7 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@atlaskit/button": "^23.9.0",
55
+ "@atlaskit/button": "^23.10.0",
56
56
  "@atlaskit/css": "^0.19.0",
57
57
  "@atlaskit/ds-lib": "^5.3.0",
58
58
  "@atlaskit/heading": "^5.3.0",
@@ -65,7 +65,7 @@
65
65
  "@atlaskit/primitives": "^18.0.0",
66
66
  "@atlaskit/tokens": "^11.0.0",
67
67
  "@babel/runtime": "^7.0.0",
68
- "@compiled/react": "^0.18.6",
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": "^21.0.0",
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",