@atlaskit/link-datasource 4.21.2 → 4.21.4

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,19 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.21.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.21.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`f3fc16f1c0a75`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3fc16f1c0a75) -
14
+ NAVX-1839 cleaning up navx-1180-sllv-return-focus-on-escape
15
+ - Updated dependencies
16
+
3
17
  ## 4.21.2
4
18
 
5
19
  ### 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: (0, _platformFeatureFlags.fg)('navx-1180-sllv-return-focus-on-escape') ? shouldReturnFocus : false
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: fg('navx-1180-sllv-return-focus-on-escape') ? shouldReturnFocus : false
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: fg('navx-1180-sllv-return-focus-on-escape') ? shouldReturnFocus : false
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.2",
3
+ "version": "4.21.4",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -43,13 +43,13 @@
43
43
  "@atlaskit/avatar-group": "^12.2.0",
44
44
  "@atlaskit/badge": "^18.1.0",
45
45
  "@atlaskit/button": "^23.4.0",
46
- "@atlaskit/css": "^0.13.0",
46
+ "@atlaskit/css": "^0.14.0",
47
47
  "@atlaskit/datetime-picker": "^17.0.0",
48
48
  "@atlaskit/dropdown-menu": "^16.3.0",
49
49
  "@atlaskit/editor-prosemirror": "7.0.0",
50
50
  "@atlaskit/empty-state": "^10.1.0",
51
51
  "@atlaskit/flag": "^17.4.0",
52
- "@atlaskit/form": "^12.4.0",
52
+ "@atlaskit/form": "^12.5.0",
53
53
  "@atlaskit/heading": "^5.2.0",
54
54
  "@atlaskit/icon": "^28.1.0",
55
55
  "@atlaskit/icon-object": "^7.2.0",
@@ -74,16 +74,16 @@
74
74
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
75
75
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
76
76
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
77
- "@atlaskit/primitives": "^14.13.0",
77
+ "@atlaskit/primitives": "^14.14.0",
78
78
  "@atlaskit/react-select": "^3.5.0",
79
79
  "@atlaskit/select": "^21.2.0",
80
- "@atlaskit/smart-card": "^40.19.0",
80
+ "@atlaskit/smart-card": "^40.20.0",
81
81
  "@atlaskit/smart-user-picker": "^8.2.0",
82
82
  "@atlaskit/spinner": "^19.0.0",
83
83
  "@atlaskit/tag": "^14.1.0",
84
84
  "@atlaskit/textfield": "^8.0.0",
85
85
  "@atlaskit/theme": "^20.0.0",
86
- "@atlaskit/tokens": "^6.2.0",
86
+ "@atlaskit/tokens": "^6.3.0",
87
87
  "@atlaskit/tooltip": "^20.4.0",
88
88
  "@atlaskit/ufo": "^0.4.0",
89
89
  "@atlaskit/width-detector": "^5.0.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
  },