@atlaskit/editor-plugin-avatar-group 6.0.2 → 7.0.0
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
|
@@ -18,6 +18,9 @@ var avatarGroupPlugin = exports.avatarGroupPlugin = function avatarGroupPlugin(_
|
|
|
18
18
|
var editorView = _ref2.editorView,
|
|
19
19
|
eventDispatcher = _ref2.eventDispatcher,
|
|
20
20
|
dispatchAnalyticsEvent = _ref2.dispatchAnalyticsEvent;
|
|
21
|
+
if (!editorView) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
21
24
|
return /*#__PURE__*/_react.default.createElement(_AvatarGroupPluginWrapper.default, {
|
|
22
25
|
dispatchAnalyticsEvent: dispatchAnalyticsEvent,
|
|
23
26
|
editorView: editorView,
|
|
@@ -13,6 +13,9 @@ export const avatarGroupPlugin = ({
|
|
|
13
13
|
dispatchAnalyticsEvent
|
|
14
14
|
}) => {
|
|
15
15
|
var _api$analytics;
|
|
16
|
+
if (!editorView) {
|
|
17
|
+
return null;
|
|
18
|
+
}
|
|
16
19
|
return /*#__PURE__*/React.createElement(AvatarGroupPluginWrapper, {
|
|
17
20
|
dispatchAnalyticsEvent: dispatchAnalyticsEvent,
|
|
18
21
|
editorView: editorView,
|
|
@@ -11,6 +11,9 @@ export var avatarGroupPlugin = function avatarGroupPlugin(_ref) {
|
|
|
11
11
|
var editorView = _ref2.editorView,
|
|
12
12
|
eventDispatcher = _ref2.eventDispatcher,
|
|
13
13
|
dispatchAnalyticsEvent = _ref2.dispatchAnalyticsEvent;
|
|
14
|
+
if (!editorView) {
|
|
15
|
+
return null;
|
|
16
|
+
}
|
|
14
17
|
return /*#__PURE__*/React.createElement(AvatarGroupPluginWrapper, {
|
|
15
18
|
dispatchAnalyticsEvent: dispatchAnalyticsEvent,
|
|
16
19
|
editorView: editorView,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/avatar-group": "^12.2.0",
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
37
|
-
"@atlaskit/editor-plugin-collab-edit": "^
|
|
38
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
39
|
-
"@atlaskit/editor-plugin-primary-toolbar": "^
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^6.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-collab-edit": "^7.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
42
|
-
"@atlaskit/icon": "^28.
|
|
42
|
+
"@atlaskit/icon": "^28.3.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
44
|
"@atlaskit/theme": "^21.0.0",
|
|
45
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
45
|
+
"@atlaskit/tmp-editor-statsig": "^12.31.0",
|
|
46
46
|
"@atlaskit/tokens": "^6.3.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0",
|
|
48
48
|
"@emotion/react": "^11.7.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^
|
|
53
|
+
"@atlaskit/editor-common": "^110.0.0",
|
|
54
54
|
"react": "^18.2.0"
|
|
55
55
|
},
|
|
56
56
|
"techstack": {
|