@atlaskit/editor-plugin-quick-insert 2.4.0 → 2.4.2

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
+ ## 2.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.4.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.4.0
4
16
 
5
17
  ### Minor Changes
@@ -99,7 +99,7 @@ var ModalElementBrowser = function ModalElementBrowser(props) {
99
99
  }));
100
100
  }, [props.intl, props.getItems, onSelectItem, onInsertItem, props.emptyStateHandler]);
101
101
  return (
102
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
102
+ // eslint-disable-next-line jsx-a11y/no-static-element-interactions, @atlassian/a11y/interactive-element-not-keyboard-focusable
103
103
  (0, _react2.jsx)("div", {
104
104
  "data-editor-popup": true,
105
105
  onClick: onModalClick,
@@ -80,7 +80,7 @@ const ModalElementBrowser = props => {
80
80
  emptyStateHandler: props.emptyStateHandler
81
81
  })), [props.intl, props.getItems, onSelectItem, onInsertItem, props.emptyStateHandler]);
82
82
  return (
83
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
83
+ // eslint-disable-next-line jsx-a11y/no-static-element-interactions, @atlassian/a11y/interactive-element-not-keyboard-focusable
84
84
  jsx("div", {
85
85
  "data-editor-popup": true,
86
86
  onClick: onModalClick,
@@ -88,7 +88,7 @@ var ModalElementBrowser = function ModalElementBrowser(props) {
88
88
  }));
89
89
  }, [props.intl, props.getItems, onSelectItem, onInsertItem, props.emptyStateHandler]);
90
90
  return (
91
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
91
+ // eslint-disable-next-line jsx-a11y/no-static-element-interactions, @atlassian/a11y/interactive-element-not-keyboard-focusable
92
92
  jsx("div", {
93
93
  "data-editor-popup": true,
94
94
  onClick: onModalClick,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-quick-insert",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "description": "Quick insert plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@atlaskit/button": "^23.0.0",
37
- "@atlaskit/editor-common": "^103.9.0",
37
+ "@atlaskit/editor-common": "^104.1.0",
38
38
  "@atlaskit/editor-plugin-connectivity": "^2.0.0",
39
39
  "@atlaskit/editor-plugin-metrics": "^3.4.0",
40
- "@atlaskit/editor-plugin-type-ahead": "^2.5.0",
40
+ "@atlaskit/editor-plugin-type-ahead": "^2.6.0",
41
41
  "@atlaskit/editor-prosemirror": "7.0.0",
42
- "@atlaskit/icon": "^25.6.0",
42
+ "@atlaskit/icon": "^26.0.0",
43
43
  "@atlaskit/modal-dialog": "^14.1.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
45
  "@atlaskit/theme": "^18.0.0",
46
- "@atlaskit/tmp-editor-statsig": "^4.11.0",
46
+ "@atlaskit/tmp-editor-statsig": "^4.19.0",
47
47
  "@atlaskit/tokens": "^4.8.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1"
@@ -54,9 +54,9 @@
54
54
  "react-intl-next": "npm:react-intl@^5.18.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@af/visual-regression": "^1.3.0",
58
- "@atlaskit/ssr": "^0.4.0",
59
- "@atlaskit/visual-regression": "^0.10.0",
57
+ "@af/visual-regression": "workspace:^",
58
+ "@atlaskit/ssr": "workspace:^",
59
+ "@atlaskit/visual-regression": "workspace:^",
60
60
  "@testing-library/react": "^13.4.0",
61
61
  "typescript": "~5.4.2",
62
62
  "wait-for-expect": "^1.2.0"