@atlaskit/editor-plugin-quick-insert 8.0.11 → 8.0.13

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,17 @@
1
1
  # @atlaskit/editor-plugin-quick-insert
2
2
 
3
+ ## 8.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.12
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.11
4
16
 
5
17
  ### Patch Changes
@@ -72,7 +72,7 @@ var ModalElementBrowser = function ModalElementBrowser(props) {
72
72
  var RenderFooter = (0, _react.useCallback)(function () {
73
73
  return (0, _react2.jsx)(Footer
74
74
  // Ignored via go/ees005
75
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
75
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
76
76
  , {
77
77
  onInsert: function onInsert() {
78
78
  return onInsertItem(selectedItem);
@@ -107,7 +107,7 @@ var _default = exports.default = function _default(_ref2) {
107
107
  emptyStateHandler = _useSharedPluginState.emptyStateHandler,
108
108
  mode = _useSharedPluginState.mode;
109
109
  return /*#__PURE__*/_react.default.createElement(Modal
110
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
110
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
111
111
  , {
112
112
  quickInsertState: {
113
113
  lazyDefaultItems: lazyDefaultItems,
@@ -59,7 +59,7 @@ const ModalElementBrowser = props => {
59
59
  }, [onInsertItemFn]);
60
60
  const RenderFooter = useCallback(() => jsx(Footer
61
61
  // Ignored via go/ees005
62
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
62
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
63
63
  , {
64
64
  onInsert: () => onInsertItem(selectedItem),
65
65
  beforeElement: helpUrl ? HelpLink(helpUrl, intl.formatMessage(messages.help)) : undefined
@@ -99,7 +99,7 @@ export default (({
99
99
  };
100
100
  });
101
101
  return /*#__PURE__*/React.createElement(Modal
102
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
102
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
103
103
  , {
104
104
  quickInsertState: {
105
105
  lazyDefaultItems,
@@ -62,7 +62,7 @@ var ModalElementBrowser = function ModalElementBrowser(props) {
62
62
  var RenderFooter = useCallback(function () {
63
63
  return jsx(Footer
64
64
  // Ignored via go/ees005
65
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
65
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion, @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
66
66
  , {
67
67
  onInsert: function onInsert() {
68
68
  return onInsertItem(selectedItem);
@@ -98,7 +98,7 @@ export default (function (_ref2) {
98
98
  emptyStateHandler = _useSharedPluginState.emptyStateHandler,
99
99
  mode = _useSharedPluginState.mode;
100
100
  return /*#__PURE__*/React.createElement(Modal
101
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
101
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
102
102
  , {
103
103
  quickInsertState: {
104
104
  lazyDefaultItems: lazyDefaultItems,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "8.0.11",
3
+ "version": "8.0.13",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,15 +36,15 @@
36
36
  "@atlaskit/editor-plugin-type-ahead": "^8.0.0",
37
37
  "@atlaskit/editor-prosemirror": "^7.3.0",
38
38
  "@atlaskit/icon": "^33.0.0",
39
- "@atlaskit/modal-dialog": "^14.11.0",
39
+ "@atlaskit/modal-dialog": "^14.12.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
- "@atlaskit/tmp-editor-statsig": "^44.0.0",
42
- "@atlaskit/tokens": "^11.1.0",
41
+ "@atlaskit/tmp-editor-statsig": "^46.0.0",
42
+ "@atlaskit/tokens": "^11.2.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
46
46
  "peerDependencies": {
47
- "@atlaskit/editor-common": "^112.7.0",
47
+ "@atlaskit/editor-common": "^112.9.0",
48
48
  "react": "^18.2.0",
49
49
  "react-dom": "^18.2.0",
50
50
  "react-intl-next": "npm:react-intl@^5.18.1"