@atlaskit/jql-editor 5.4.2 → 5.4.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 +15 -0
- package/dist/cjs/analytics/util.js +1 -1
- package/dist/cjs/plugins/autocomplete/components/autocomplete-option/index.js +2 -2
- package/dist/cjs/ui/jql-editor-controls-content/base-search/index.js +2 -0
- package/dist/cjs/ui/jql-editor-controls-content/base-syntax-help/index.js +2 -0
- package/dist/es2019/analytics/util.js +1 -1
- package/dist/es2019/plugins/autocomplete/components/autocomplete-option/index.js +1 -1
- package/dist/es2019/ui/jql-editor-controls-content/base-search/index.js +1 -0
- package/dist/es2019/ui/jql-editor-controls-content/base-syntax-help/index.js +1 -0
- package/dist/esm/analytics/util.js +1 -1
- package/dist/esm/plugins/autocomplete/components/autocomplete-option/index.js +1 -1
- package/dist/esm/ui/jql-editor-controls-content/base-search/index.js +1 -0
- package/dist/esm/ui/jql-editor-controls-content/base-syntax-help/index.js +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/jql-editor
|
|
2
2
|
|
|
3
|
+
## 5.4.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#188952](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188952)
|
|
8
|
+
[`1a88e6e2601ae`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a88e6e2601ae) -
|
|
9
|
+
Migrated usage of renamed/deprecated icons
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 5.4.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 5.4.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.useJqlEditorAnalytics = void 0;
|
|
7
7
|
var _jqlEditorCommon = require("@atlaskit/jql-editor-common");
|
|
8
8
|
var useJqlEditorAnalytics = exports.useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
|
|
9
|
-
return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.4.
|
|
9
|
+
return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.4.3", _jqlEditorCommon.ANALYTICS_CHANNEL);
|
|
10
10
|
};
|
|
@@ -16,7 +16,7 @@ var _alignTextLeft = _interopRequireDefault(require("@atlaskit/icon/core/align-t
|
|
|
16
16
|
var _calendar = _interopRequireDefault(require("@atlaskit/icon/core/calendar"));
|
|
17
17
|
var _clock = _interopRequireDefault(require("@atlaskit/icon/core/clock"));
|
|
18
18
|
var _dataNumber = _interopRequireDefault(require("@atlaskit/icon/core/data-number"));
|
|
19
|
-
var
|
|
19
|
+
var _statusInformationEditorPanel = _interopRequireDefault(require("@atlaskit/icon/core/migration/status-information--editor-panel"));
|
|
20
20
|
var _personAvatar = _interopRequireDefault(require("@atlaskit/icon/core/person-avatar"));
|
|
21
21
|
var _tag = _interopRequireDefault(require("@atlaskit/icon/core/tag"));
|
|
22
22
|
var _task = _interopRequireDefault(require("@atlaskit/icon/core/task"));
|
|
@@ -185,7 +185,7 @@ var AutocompleteOption = /*#__PURE__*/(0, _react.forwardRef)(function (props, re
|
|
|
185
185
|
}), isDeprecated ? /*#__PURE__*/_react.default.createElement(_styled.DeprecatedOptionContainer, null, optionName, /*#__PURE__*/_react.default.createElement(_tooltip.default, {
|
|
186
186
|
content: deprecatedTooltipContent,
|
|
187
187
|
position: 'right'
|
|
188
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
188
|
+
}, /*#__PURE__*/_react.default.createElement(_statusInformationEditorPanel.default, {
|
|
189
189
|
spacing: "spacious",
|
|
190
190
|
testId: "jql-editor-deprecated-icon",
|
|
191
191
|
label: "",
|
|
@@ -14,6 +14,8 @@ var _searchEditorSearch = _interopRequireDefault(require("@atlaskit/icon/core/mi
|
|
|
14
14
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
15
|
var _primitives = require("@atlaskit/primitives");
|
|
16
16
|
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); }
|
|
17
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
18
|
+
|
|
17
19
|
var style = {
|
|
18
20
|
// Fixes an issue where loading button makes the editor flicker with a scrollbar
|
|
19
21
|
overflow: 'hidden'
|
|
@@ -15,6 +15,8 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
15
15
|
var _primitives = require("@atlaskit/primitives");
|
|
16
16
|
var _colors = require("@atlaskit/theme/colors");
|
|
17
17
|
var _styled = require("./styled");
|
|
18
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
19
|
+
|
|
18
20
|
// Fixes icon margin issus after new icon migration
|
|
19
21
|
var iconStyle = (0, _primitives.xcss)({
|
|
20
22
|
margin: 'space.025',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
|
|
2
2
|
export const useJqlEditorAnalytics = analyticsSource => {
|
|
3
|
-
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.4.
|
|
3
|
+
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.4.3", ANALYTICS_CHANNEL);
|
|
4
4
|
};
|
|
@@ -6,7 +6,7 @@ import AlignTextLeftIcon from '@atlaskit/icon/core/align-text-left';
|
|
|
6
6
|
import CalendarIcon from '@atlaskit/icon/core/calendar';
|
|
7
7
|
import ClockIcon from '@atlaskit/icon/core/clock';
|
|
8
8
|
import DataNumberIcon from '@atlaskit/icon/core/data-number';
|
|
9
|
-
import InfoIcon from '@atlaskit/icon/core/migration/information--editor-panel';
|
|
9
|
+
import InfoIcon from '@atlaskit/icon/core/migration/status-information--editor-panel';
|
|
10
10
|
import PersonAvatarIcon from '@atlaskit/icon/core/person-avatar';
|
|
11
11
|
import TagIcon from '@atlaskit/icon/core/tag';
|
|
12
12
|
import CheckboxIcon from '@atlaskit/icon/core/task';
|
|
@@ -4,6 +4,7 @@ import { LoadingButton } from '@atlaskit/button';
|
|
|
4
4
|
import { IconButton } from '@atlaskit/button/new';
|
|
5
5
|
import SearchIcon from '@atlaskit/icon/core/migration/search--editor-search';
|
|
6
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
7
8
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
8
9
|
const style = {
|
|
9
10
|
// Fixes an issue where loading button makes the editor flicker with a scrollbar
|
|
@@ -5,6 +5,7 @@ import { LinkIconButton } from '@atlaskit/button/new';
|
|
|
5
5
|
import QuestionCircleIcon from '@atlaskit/icon/core/question-circle';
|
|
6
6
|
import LegacyQuestionIcon from '@atlaskit/icon/glyph/question';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
8
9
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
9
10
|
import { N0 } from '@atlaskit/theme/colors';
|
|
10
11
|
import { SyntaxHelpContainer } from './styled';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ANALYTICS_CHANNEL, useJqlPackageAnalytics } from '@atlaskit/jql-editor-common';
|
|
2
2
|
export var useJqlEditorAnalytics = function useJqlEditorAnalytics(analyticsSource) {
|
|
3
|
-
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.4.
|
|
3
|
+
return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.4.3", ANALYTICS_CHANNEL);
|
|
4
4
|
};
|
|
@@ -8,7 +8,7 @@ import AlignTextLeftIcon from '@atlaskit/icon/core/align-text-left';
|
|
|
8
8
|
import CalendarIcon from '@atlaskit/icon/core/calendar';
|
|
9
9
|
import ClockIcon from '@atlaskit/icon/core/clock';
|
|
10
10
|
import DataNumberIcon from '@atlaskit/icon/core/data-number';
|
|
11
|
-
import InfoIcon from '@atlaskit/icon/core/migration/information--editor-panel';
|
|
11
|
+
import InfoIcon from '@atlaskit/icon/core/migration/status-information--editor-panel';
|
|
12
12
|
import PersonAvatarIcon from '@atlaskit/icon/core/person-avatar';
|
|
13
13
|
import TagIcon from '@atlaskit/icon/core/tag';
|
|
14
14
|
import CheckboxIcon from '@atlaskit/icon/core/task';
|
|
@@ -4,6 +4,7 @@ import { LoadingButton } from '@atlaskit/button';
|
|
|
4
4
|
import { IconButton } from '@atlaskit/button/new';
|
|
5
5
|
import SearchIcon from '@atlaskit/icon/core/migration/search--editor-search';
|
|
6
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
7
8
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
8
9
|
var style = {
|
|
9
10
|
// Fixes an issue where loading button makes the editor flicker with a scrollbar
|
|
@@ -5,6 +5,7 @@ import { LinkIconButton } from '@atlaskit/button/new';
|
|
|
5
5
|
import QuestionCircleIcon from '@atlaskit/icon/core/question-circle';
|
|
6
6
|
import LegacyQuestionIcon from '@atlaskit/icon/glyph/question';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
8
9
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
9
10
|
import { N0 } from '@atlaskit/theme/colors';
|
|
10
11
|
import { SyntaxHelpContainer } from './styled';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/jql-editor",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.4",
|
|
4
4
|
"description": "This package allows consumers to render an advanced JQL editor component to enable autocomplete-assisted authoring and validation of JQL queries.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/button": "^23.2.0",
|
|
43
43
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
44
44
|
"@atlaskit/form": "^12.0.0",
|
|
45
|
-
"@atlaskit/icon": "^27.
|
|
45
|
+
"@atlaskit/icon": "^27.5.0",
|
|
46
46
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
47
47
|
"@atlaskit/jql-autocomplete": "^2.0.0",
|
|
48
48
|
"@atlaskit/jql-editor-common": "^3.0.0",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
53
53
|
"@atlaskit/primitives": "^14.10.0",
|
|
54
54
|
"@atlaskit/spinner": "^18.0.0",
|
|
55
|
-
"@atlaskit/theme": "^
|
|
56
|
-
"@atlaskit/tokens": "^5.
|
|
55
|
+
"@atlaskit/theme": "^19.0.0",
|
|
56
|
+
"@atlaskit/tokens": "^5.6.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.3.0",
|
|
58
58
|
"@babel/runtime": "^7.0.0",
|
|
59
59
|
"@emotion/react": "^11.7.1",
|