@atlaskit/editor-plugin-mentions 8.0.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
|
@@ -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"]),
|
|
@@ -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"])
|
|
@@ -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": "8.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": "^6.
|
|
34
|
+
"@atlaskit/editor-plugin-analytics": "^6.1.0",
|
|
35
35
|
"@atlaskit/editor-plugin-base": "^7.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-context-identifier": "^6.0.0",
|
|
37
37
|
"@atlaskit/editor-plugin-selection": "^6.0.0",
|
|
38
|
-
"@atlaskit/editor-plugin-type-ahead": "^6.
|
|
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.
|
|
46
|
+
"@atlaskit/profilecard": "^24.15.0",
|
|
47
47
|
"@atlaskit/theme": "^21.0.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
-
"@atlaskit/tokens": "^6.
|
|
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": "^110.
|
|
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"
|