@atlaskit/editor-plugin-mentions 7.3.0 → 8.0.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,17 @@
1
1
  # @atlaskit/editor-plugin-mentions
2
2
 
3
+ ## 8.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 7.3.0
4
16
 
5
17
  ### Minor Changes
@@ -23,7 +23,7 @@ var ACTIONS = exports.ACTIONS = {
23
23
  SET_PROVIDER: 'SET_PROVIDER'
24
24
  };
25
25
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
26
- var PACKAGE_VERSION = "7.2.0";
26
+ var PACKAGE_VERSION = "0.0.0-development";
27
27
  var setProvider = function setProvider(provider) {
28
28
  return function (state, dispatch) {
29
29
  if (dispatch) {
@@ -62,7 +62,9 @@ var InviteItem = function InviteItem(_ref) {
62
62
  }
63
63
  }, [onMount]);
64
64
  return /*#__PURE__*/_react.default.createElement("div", {
65
- onMouseDown: onSelected,
65
+ onMouseDown: onSelected
66
+ // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
67
+ ,
66
68
  onMouseEnter: onItemMouseEnter,
67
69
  "data-id": INVITE_ITEM_DESCRIPTION.id,
68
70
  className: (0, _runtime.ax)(["_1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _2mzuglyw _80omtlke", selected && "_bfhk2tgk"]),
@@ -12,7 +12,7 @@ export const ACTIONS = {
12
12
  SET_PROVIDER: 'SET_PROVIDER'
13
13
  };
14
14
  const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
15
- const PACKAGE_VERSION = "7.2.0";
15
+ const PACKAGE_VERSION = "0.0.0-development";
16
16
  const setProvider = provider => (state, dispatch) => {
17
17
  if (dispatch) {
18
18
  dispatch(state.tr.setMeta(mentionPluginKey, {
@@ -54,7 +54,9 @@ const InviteItem = ({
54
54
  }
55
55
  }, [onMount]);
56
56
  return /*#__PURE__*/React.createElement("div", {
57
- onMouseDown: onSelected,
57
+ onMouseDown: onSelected
58
+ // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
59
+ ,
58
60
  onMouseEnter: onItemMouseEnter,
59
61
  "data-id": INVITE_ITEM_DESCRIPTION.id,
60
62
  className: ax(["_1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _2mzuglyw _80omtlke", selected && "_bfhk14ae"])
@@ -15,7 +15,7 @@ export var ACTIONS = {
15
15
  SET_PROVIDER: 'SET_PROVIDER'
16
16
  };
17
17
  var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
18
- var PACKAGE_VERSION = "7.2.0";
18
+ var PACKAGE_VERSION = "0.0.0-development";
19
19
  var setProvider = function setProvider(provider) {
20
20
  return function (state, dispatch) {
21
21
  if (dispatch) {
@@ -53,7 +53,9 @@ var InviteItem = function InviteItem(_ref) {
53
53
  }
54
54
  }, [onMount]);
55
55
  return /*#__PURE__*/React.createElement("div", {
56
- onMouseDown: onSelected,
56
+ onMouseDown: onSelected
57
+ // eslint-disable-next-line @atlassian/a11y/mouse-events-have-key-events
58
+ ,
57
59
  onMouseEnter: onItemMouseEnter,
58
60
  "data-id": INVITE_ITEM_DESCRIPTION.id,
59
61
  className: ax(["_1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _2mzuglyw _80omtlke", selected && "_bfhk2tgk"]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-mentions",
3
- "version": "7.3.0",
3
+ "version": "8.0.1",
4
4
  "description": "Mentions plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
31
  "dependencies": {
32
32
  "@atlaskit/adf-schema": "^51.2.0",
33
33
  "@atlaskit/css": "^0.14.0",
34
- "@atlaskit/editor-plugin-analytics": "^5.3.0",
35
- "@atlaskit/editor-plugin-base": "^6.3.0",
36
- "@atlaskit/editor-plugin-context-identifier": "^5.0.0",
37
- "@atlaskit/editor-plugin-selection": "^5.0.0",
38
- "@atlaskit/editor-plugin-type-ahead": "^5.3.0",
34
+ "@atlaskit/editor-plugin-analytics": "^6.1.0",
35
+ "@atlaskit/editor-plugin-base": "^7.0.0",
36
+ "@atlaskit/editor-plugin-context-identifier": "^6.0.0",
37
+ "@atlaskit/editor-plugin-selection": "^6.0.0",
38
+ "@atlaskit/editor-plugin-type-ahead": "^6.1.0",
39
39
  "@atlaskit/editor-prosemirror": "7.0.0",
40
40
  "@atlaskit/icon": "^28.3.0",
41
41
  "@atlaskit/link": "^3.2.0",
@@ -43,10 +43,10 @@
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/popper": "^7.1.0",
45
45
  "@atlaskit/portal": "^5.1.0",
46
- "@atlaskit/profilecard": "^24.14.0",
46
+ "@atlaskit/profilecard": "^24.15.0",
47
47
  "@atlaskit/theme": "^21.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^12.30.0",
49
- "@atlaskit/tokens": "^6.3.0",
48
+ "@atlaskit/tmp-editor-statsig": "^13.0.0",
49
+ "@atlaskit/tokens": "^6.4.0",
50
50
  "@babel/runtime": "^7.0.0",
51
51
  "@compiled/react": "^0.18.3",
52
52
  "bind-event-listener": "^3.0.0",
@@ -54,7 +54,7 @@
54
54
  "uuid": "^3.1.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^109.16.0",
57
+ "@atlaskit/editor-common": "^110.4.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl-next": "npm:react-intl@^5.18.1"