@atlaskit/link-datasource 4.30.17 → 4.30.18

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.30.18
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b64d6ea53b75e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b64d6ea53b75e) -
8
+ NAVX-2867 cleaning up navx-2825-eslint-translation-fix-linking-platform
9
+ - Updated dependencies
10
+
3
11
  ## 4.30.17
4
12
 
5
13
  ### Patch Changes
@@ -9,7 +9,6 @@ var _react = _interopRequireWildcard(require("react"));
9
9
  var _reactIntlNext = require("react-intl-next");
10
10
  var _jqlEditor = require("@atlaskit/jql-editor");
11
11
  var _jqlEditorAutocompleteRest = require("@atlaskit/jql-editor-autocomplete-rest");
12
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
13
12
  var _makeGetJqlAutocompleteData = require("../../../services/makeGetJqlAutocompleteData");
14
13
  var _makeGetJqlSuggestionsData = require("../../../services/makeGetJqlSuggestionsData");
15
14
  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); }
@@ -44,8 +43,9 @@ var JiraJQLEditor = exports.JiraJQLEditor = function JiraJQLEditor(_ref) {
44
43
  isSearching: isSearching,
45
44
  inputRef: inputRef,
46
45
  query: query,
47
- "aria-label": (0, _platformFeatureFlags.fg)('navx-2825-eslint-translation-fix-linking-platform') ? /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, {
48
- defaultMessage: "JQL Query Editor"
49
- }) : 'JQL Query Editor'
46
+ "aria-label": /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, {
47
+ defaultMessage: "JQL Query Editor",
48
+ id: "link-datasource.jira.jql-editor"
49
+ })
50
50
  });
51
51
  };
@@ -2,7 +2,6 @@ import React, { useEffect, useRef } from 'react';
2
2
  import { FormattedMessage } from 'react-intl-next';
3
3
  import { JQLEditor } from '@atlaskit/jql-editor';
4
4
  import { useAutocompleteProvider } from '@atlaskit/jql-editor-autocomplete-rest';
5
- import { fg } from '@atlaskit/platform-feature-flags';
6
5
  import { makeGetJqlAutocompleteData } from '../../../services/makeGetJqlAutocompleteData';
7
6
  import { makeGetJqlSuggestionsData } from '../../../services/makeGetJqlSuggestionsData';
8
7
  export const JiraJQLEditor = ({
@@ -37,8 +36,9 @@ export const JiraJQLEditor = ({
37
36
  isSearching: isSearching,
38
37
  inputRef: inputRef,
39
38
  query: query,
40
- "aria-label": fg('navx-2825-eslint-translation-fix-linking-platform') ? /*#__PURE__*/React.createElement(FormattedMessage, {
41
- defaultMessage: "JQL Query Editor"
42
- }) : 'JQL Query Editor'
39
+ "aria-label": /*#__PURE__*/React.createElement(FormattedMessage, {
40
+ defaultMessage: "JQL Query Editor",
41
+ id: "link-datasource.jira.jql-editor"
42
+ })
43
43
  });
44
44
  };
@@ -2,7 +2,6 @@ import React, { useEffect, useRef } from 'react';
2
2
  import { FormattedMessage } from 'react-intl-next';
3
3
  import { JQLEditor } from '@atlaskit/jql-editor';
4
4
  import { useAutocompleteProvider } from '@atlaskit/jql-editor-autocomplete-rest';
5
- import { fg } from '@atlaskit/platform-feature-flags';
6
5
  import { makeGetJqlAutocompleteData } from '../../../services/makeGetJqlAutocompleteData';
7
6
  import { makeGetJqlSuggestionsData } from '../../../services/makeGetJqlSuggestionsData';
8
7
  export var JiraJQLEditor = function JiraJQLEditor(_ref) {
@@ -36,8 +35,9 @@ export var JiraJQLEditor = function JiraJQLEditor(_ref) {
36
35
  isSearching: isSearching,
37
36
  inputRef: inputRef,
38
37
  query: query,
39
- "aria-label": fg('navx-2825-eslint-translation-fix-linking-platform') ? /*#__PURE__*/React.createElement(FormattedMessage, {
40
- defaultMessage: "JQL Query Editor"
41
- }) : 'JQL Query Editor'
38
+ "aria-label": /*#__PURE__*/React.createElement(FormattedMessage, {
39
+ defaultMessage: "JQL Query Editor",
40
+ id: "link-datasource.jira.jql-editor"
41
+ })
42
42
  });
43
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.30.17",
3
+ "version": "4.30.18",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,8 +45,8 @@
45
45
  "@atlaskit/badge": "^18.3.0",
46
46
  "@atlaskit/button": "^23.9.0",
47
47
  "@atlaskit/css": "^0.19.0",
48
- "@atlaskit/datetime-picker": "^17.3.0",
49
- "@atlaskit/dropdown-menu": "^16.3.0",
48
+ "@atlaskit/datetime-picker": "^17.4.0",
49
+ "@atlaskit/dropdown-menu": "^16.4.0",
50
50
  "@atlaskit/editor-prosemirror": "^7.2.0",
51
51
  "@atlaskit/empty-state": "^10.1.0",
52
52
  "@atlaskit/feature-gate-js-client": "^5.5.0",
@@ -59,10 +59,10 @@
59
59
  "@atlaskit/inline-edit": "^15.5.0",
60
60
  "@atlaskit/intl-messages-provider": "^2.0.0",
61
61
  "@atlaskit/jql-ast": "^3.3.0",
62
- "@atlaskit/jql-editor": "^5.10.0",
62
+ "@atlaskit/jql-editor": "^5.11.0",
63
63
  "@atlaskit/jql-editor-autocomplete-rest": "^3.0.0",
64
- "@atlaskit/layering": "^3.4.0",
65
- "@atlaskit/link": "^3.2.0",
64
+ "@atlaskit/layering": "^3.5.0",
65
+ "@atlaskit/link": "^3.3.0",
66
66
  "@atlaskit/link-client-extension": "^6.0.0",
67
67
  "@atlaskit/link-provider": "^4.0.0",
68
68
  "@atlaskit/linking-common": "^9.9.0",
@@ -72,7 +72,7 @@
72
72
  "@atlaskit/modal-dialog": "^14.9.0",
73
73
  "@atlaskit/outbound-auth-flow-client": "^3.4.0",
74
74
  "@atlaskit/platform-feature-flags": "^1.1.0",
75
- "@atlaskit/popup": "^4.9.0",
75
+ "@atlaskit/popup": "^4.10.0",
76
76
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
77
77
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
78
78
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
@@ -80,7 +80,7 @@
80
80
  "@atlaskit/primitives": "^17.0.0",
81
81
  "@atlaskit/react-select": "^3.12.0",
82
82
  "@atlaskit/select": "^21.6.0",
83
- "@atlaskit/smart-card": "^43.17.0",
83
+ "@atlaskit/smart-card": "^43.18.0",
84
84
  "@atlaskit/smart-user-picker": "^8.5.0",
85
85
  "@atlaskit/spinner": "^19.0.0",
86
86
  "@atlaskit/tag": "^14.2.0",
@@ -190,9 +190,6 @@
190
190
  },
191
191
  "lp_disable_datasource_table_max_height_restriction": {
192
192
  "type": "boolean"
193
- },
194
- "navx-2825-eslint-translation-fix-linking-platform": {
195
- "type": "boolean"
196
193
  }
197
194
  },
198
195
  "compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/9c893299-a527-4457-9b46-f3bc4c828766"