@atlaskit/link-datasource 4.21.2 → 4.21.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.21.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f3fc16f1c0a75`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3fc16f1c0a75) -
|
|
8
|
+
NAVX-1839 cleaning up navx-1180-sllv-return-focus-on-escape
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 4.21.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -8,7 +8,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
exports.DatasourceModal = void 0;
|
|
9
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
10
10
|
var _modalDialog = _interopRequireDefault(require("@atlaskit/modal-dialog"));
|
|
11
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
11
|
var _analytics = require("../../../../analytics");
|
|
13
12
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
14
13
|
var ScreenEvent = function ScreenEvent() {
|
|
@@ -30,6 +29,6 @@ var DatasourceModal = exports.DatasourceModal = function DatasourceModal(_ref) {
|
|
|
30
29
|
onClose: onClose,
|
|
31
30
|
width: "calc(100% - 80px)",
|
|
32
31
|
shouldScrollInViewport: true,
|
|
33
|
-
shouldReturnFocus:
|
|
32
|
+
shouldReturnFocus: shouldReturnFocus
|
|
34
33
|
}, /*#__PURE__*/_react.default.createElement(ScreenEvent, null), children);
|
|
35
34
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React, { useEffect } from 'react';
|
|
2
2
|
import Modal from '@atlaskit/modal-dialog';
|
|
3
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
3
|
import { useDatasourceAnalyticsEvents } from '../../../../analytics';
|
|
5
4
|
const ScreenEvent = () => {
|
|
6
5
|
const {
|
|
@@ -22,6 +21,6 @@ export const DatasourceModal = ({
|
|
|
22
21
|
onClose: onClose,
|
|
23
22
|
width: "calc(100% - 80px)",
|
|
24
23
|
shouldScrollInViewport: true,
|
|
25
|
-
shouldReturnFocus:
|
|
24
|
+
shouldReturnFocus: shouldReturnFocus
|
|
26
25
|
}, /*#__PURE__*/React.createElement(ScreenEvent, null), children);
|
|
27
26
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React, { useEffect } from 'react';
|
|
2
2
|
import Modal from '@atlaskit/modal-dialog';
|
|
3
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
3
|
import { useDatasourceAnalyticsEvents } from '../../../../analytics';
|
|
5
4
|
var ScreenEvent = function ScreenEvent() {
|
|
6
5
|
var _useDatasourceAnalyti = useDatasourceAnalyticsEvents(),
|
|
@@ -21,6 +20,6 @@ export var DatasourceModal = function DatasourceModal(_ref) {
|
|
|
21
20
|
onClose: onClose,
|
|
22
21
|
width: "calc(100% - 80px)",
|
|
23
22
|
shouldScrollInViewport: true,
|
|
24
|
-
shouldReturnFocus:
|
|
23
|
+
shouldReturnFocus: shouldReturnFocus
|
|
25
24
|
}, /*#__PURE__*/React.createElement(ScreenEvent, null), children);
|
|
26
25
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.3",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -178,9 +178,6 @@
|
|
|
178
178
|
"should-render-to-parent-should-be-true-linking-pla": {
|
|
179
179
|
"type": "boolean"
|
|
180
180
|
},
|
|
181
|
-
"navx-1180-sllv-return-focus-on-escape": {
|
|
182
|
-
"type": "boolean"
|
|
183
|
-
},
|
|
184
181
|
"lp_enable_datasource-table-view_height_override": {
|
|
185
182
|
"type": "boolean"
|
|
186
183
|
},
|