@atlaskit/editor-plugin-quick-insert 7.0.1 → 7.1.1

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,23 @@
1
1
  # @atlaskit/editor-plugin-quick-insert
2
2
 
3
+ ## 7.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`07f6a9c1146dd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/07f6a9c1146dd) -
14
+ [https://hello.jira.atlassian.cloud/browse/EDITOR-4333](EDITOR-4333) - clean up
15
+ platform_editor_fix_browse_modal_header
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 7.0.1
4
22
 
5
23
  ### Patch Changes
@@ -97,7 +97,7 @@ var ModalElementBrowser = function ModalElementBrowser(props) {
97
97
  autoFocusSearch: false
98
98
  }));
99
99
  }, [props.intl, props.getItems, onSelectItem, onInsertItem, props.emptyStateHandler]);
100
- var label = (0, _platformFeatureFlags.fg)('platform_editor_fix_browse_modal_header') ? intl.formatMessage(_quickInsert.messages.browse) : undefined;
100
+ var label = intl.formatMessage(_quickInsert.messages.browse);
101
101
  return (0, _react2.jsx)("div", {
102
102
  "data-editor-popup": true
103
103
  }, (0, _react2.jsx)(_modalDialog.ModalTransition, null, props.isOpen && (0, _react2.jsx)(_modalDialog.default, {
@@ -79,7 +79,7 @@ const ModalElementBrowser = props => {
79
79
  emptyStateHandler: props.emptyStateHandler,
80
80
  autoFocusSearch: false
81
81
  })), [props.intl, props.getItems, onSelectItem, onInsertItem, props.emptyStateHandler]);
82
- const label = fg('platform_editor_fix_browse_modal_header') ? intl.formatMessage(messages.browse) : undefined;
82
+ const label = intl.formatMessage(messages.browse);
83
83
  return jsx("div", {
84
84
  "data-editor-popup": true
85
85
  }, jsx(ModalTransition, null, props.isOpen && jsx(Modal, {
@@ -87,7 +87,7 @@ var ModalElementBrowser = function ModalElementBrowser(props) {
87
87
  autoFocusSearch: false
88
88
  }));
89
89
  }, [props.intl, props.getItems, onSelectItem, onInsertItem, props.emptyStateHandler]);
90
- var label = fg('platform_editor_fix_browse_modal_header') ? intl.formatMessage(messages.browse) : undefined;
90
+ var label = intl.formatMessage(messages.browse);
91
91
  return jsx("div", {
92
92
  "data-editor-popup": true
93
93
  }, jsx(ModalTransition, null, props.isOpen && jsx(Modal, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "7.0.1",
3
+ "version": "7.1.1",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -35,17 +35,17 @@
35
35
  "@atlaskit/editor-plugin-metrics": "^8.0.0",
36
36
  "@atlaskit/editor-plugin-type-ahead": "^7.0.0",
37
37
  "@atlaskit/editor-prosemirror": "^7.2.0",
38
- "@atlaskit/icon": "^29.3.0",
39
- "@atlaskit/modal-dialog": "^14.9.0",
38
+ "@atlaskit/icon": "^29.4.0",
39
+ "@atlaskit/modal-dialog": "^14.10.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/theme": "^21.0.0",
42
- "@atlaskit/tmp-editor-statsig": "^16.3.0",
43
- "@atlaskit/tokens": "^9.0.0",
42
+ "@atlaskit/tmp-editor-statsig": "^16.23.0",
43
+ "@atlaskit/tokens": "^10.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "@emotion/react": "^11.7.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^111.0.0",
48
+ "@atlaskit/editor-common": "^111.8.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0",
51
51
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -100,9 +100,6 @@
100
100
  "platform_editor_controls_fix_view_more_in_comment": {
101
101
  "type": "boolean"
102
102
  },
103
- "platform_editor_fix_browse_modal_header": {
104
- "type": "boolean"
105
- },
106
103
  "platform_editor_dec_a11y_fixes": {
107
104
  "type": "boolean"
108
105
  }