@atlaskit/jql-editor 5.11.0 → 5.12.0

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,16 @@
1
1
  # @atlaskit/jql-editor
2
2
 
3
+ ## 5.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
8
+ Removed usages of LEGACY icon props
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 5.11.0
4
15
 
5
16
  ### Minor 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", "0.0.0-development", _jqlEditorCommon.ANALYTICS_CHANNEL);
9
+ return (0, _jqlEditorCommon.useJqlPackageAnalytics)(analyticsSource, "@atlaskit/jql-editor", "5.12.0", _jqlEditorCommon.ANALYTICS_CHANNEL);
10
10
  };
@@ -71,9 +71,7 @@ var BaseSearch = exports.BaseSearch = function BaseSearch(_ref) {
71
71
  xcss: iconStyle
72
72
  }, /*#__PURE__*/_react.default.createElement(_search.default, {
73
73
  color: "currentColor",
74
- label: '',
75
- LEGACY_size: 'medium',
76
- LEGACY_margin: "-4px"
74
+ label: ''
77
75
  }))
78
76
  }, (0, _platformFeatureFlags.fg)('add_nin_press_interactions') && {
79
77
  interactionName: 'jql-editor-base-search-button'
@@ -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", "0.0.0-development", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.12.0", ANALYTICS_CHANNEL);
4
4
  };
@@ -62,9 +62,7 @@ export const BaseSearch = ({
62
62
  xcss: iconStyle
63
63
  }, /*#__PURE__*/React.createElement(SearchIcon, {
64
64
  color: "currentColor",
65
- label: '',
66
- LEGACY_size: 'medium',
67
- LEGACY_margin: "-4px"
65
+ label: ''
68
66
  }))
69
67
  }, fg('add_nin_press_interactions') && {
70
68
  interactionName: 'jql-editor-base-search-button'
@@ -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", "0.0.0-development", ANALYTICS_CHANNEL);
3
+ return useJqlPackageAnalytics(analyticsSource, "@atlaskit/jql-editor", "5.12.0", ANALYTICS_CHANNEL);
4
4
  };
@@ -61,9 +61,7 @@ export var BaseSearch = function BaseSearch(_ref) {
61
61
  xcss: iconStyle
62
62
  }, /*#__PURE__*/React.createElement(SearchIcon, {
63
63
  color: "currentColor",
64
- label: '',
65
- LEGACY_size: 'medium',
66
- LEGACY_margin: "-4px"
64
+ label: ''
67
65
  }))
68
66
  }, fg('add_nin_press_interactions') && {
69
67
  interactionName: 'jql-editor-base-search-button'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/jql-editor",
3
- "version": "5.11.0",
3
+ "version": "5.12.0",
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",
@@ -35,16 +35,16 @@
35
35
  "@atlaskit/afm-i18n-platform-jql-jql-editor": "2.10.0",
36
36
  "@atlaskit/analytics-gas-types": "^5.1.0",
37
37
  "@atlaskit/analytics-next": "^11.1.0",
38
- "@atlaskit/avatar": "^25.6.0",
38
+ "@atlaskit/avatar": "^25.7.0",
39
39
  "@atlaskit/button": "^23.9.0",
40
40
  "@atlaskit/editor-prosemirror": "^7.2.0",
41
- "@atlaskit/form": "^15.2.0",
42
- "@atlaskit/icon": "^29.3.0",
41
+ "@atlaskit/form": "^15.3.0",
42
+ "@atlaskit/icon": "^29.4.0",
43
43
  "@atlaskit/jql-ast": "^3.3.0",
44
44
  "@atlaskit/jql-autocomplete": "^2.0.0",
45
45
  "@atlaskit/jql-editor-common": "^3.0.0",
46
46
  "@atlaskit/jql-parser": "^2.0.0",
47
- "@atlaskit/link": "^3.2.0",
47
+ "@atlaskit/link": "^3.3.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/popper": "^7.1.0",
50
50
  "@atlaskit/primitives": "^17.0.0",
@@ -52,8 +52,8 @@
52
52
  "@atlaskit/spinner": "^19.0.0",
53
53
  "@atlaskit/teams-avatar": "^2.4.0",
54
54
  "@atlaskit/theme": "^21.0.0",
55
- "@atlaskit/tokens": "^9.0.0",
56
- "@atlaskit/tooltip": "^20.11.0",
55
+ "@atlaskit/tokens": "^9.1.0",
56
+ "@atlaskit/tooltip": "^20.12.0",
57
57
  "@babel/runtime": "^7.0.0",
58
58
  "@emotion/react": "^11.7.1",
59
59
  "@emotion/styled": "^11.0.0",