@atlaskit/editor-plugin-avatar-group 2.0.16 → 2.0.18
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 +15 -0
- package/dist/es2019/index.js +3 -0
- package/dist/esm/index.js +3 -0
- package/dist/types/ui/avatars-with-plugin-state.d.ts +1 -1
- package/dist/types-ts4.5/ui/avatars-with-plugin-state.d.ts +1 -1
- package/package.json +5 -5
- package/dist/cjs/ui/index.js +0 -16
- package/dist/es2019/ui/index.js +0 -3
- package/dist/esm/ui/index.js +0 -3
- package/dist/types/ui/index.d.ts +0 -3
- package/dist/types-ts4.5/ui/index.d.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-avatar-group
|
|
2
2
|
|
|
3
|
+
## 2.0.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 2.0.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#172929](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/172929)
|
|
14
|
+
[`ee80242ee0a31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee80242ee0a31) -
|
|
15
|
+
Remediate re-exports
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 2.0.16
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/dist/es2019/index.js
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
3
3
|
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
4
|
+
import type { CollabInviteToEditProps } from '@atlaskit/editor-common/collab';
|
|
4
5
|
import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
5
6
|
import type { ExtractInjectionAPI, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
6
|
-
import type { CollabInviteToEditProps } from '@atlaskit/editor-plugin-collab-edit';
|
|
7
7
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
8
8
|
import type { AvatarGroupPlugin } from '../avatarGroupPluginType';
|
|
9
9
|
export type AvatarsWithPluginStateProps = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { WrappedComponentProps } from 'react-intl-next';
|
|
3
3
|
import type { EditorAnalyticsAPI } from '@atlaskit/editor-common/analytics';
|
|
4
|
+
import type { CollabInviteToEditProps } from '@atlaskit/editor-common/collab';
|
|
4
5
|
import type { EventDispatcher } from '@atlaskit/editor-common/event-dispatcher';
|
|
5
6
|
import type { ExtractInjectionAPI, FeatureFlags } from '@atlaskit/editor-common/types';
|
|
6
|
-
import type { CollabInviteToEditProps } from '@atlaskit/editor-plugin-collab-edit';
|
|
7
7
|
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
8
8
|
import type { AvatarGroupPlugin } from '../avatarGroupPluginType';
|
|
9
9
|
export type AvatarsWithPluginStateProps = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
".": "./src/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@atlaskit/avatar-group": "^10.
|
|
40
|
-
"@atlaskit/editor-common": "^96.
|
|
39
|
+
"@atlaskit/avatar-group": "^10.1.0",
|
|
40
|
+
"@atlaskit/editor-common": "^96.5.0",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^1.10.0",
|
|
42
|
-
"@atlaskit/editor-plugin-collab-edit": "^
|
|
42
|
+
"@atlaskit/editor-plugin-collab-edit": "^2.0.0",
|
|
43
43
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
44
44
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
|
|
45
45
|
"@atlaskit/editor-prosemirror": "6.2.1",
|
|
46
46
|
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
47
|
-
"@atlaskit/icon": "^23.
|
|
47
|
+
"@atlaskit/icon": "^23.1.0",
|
|
48
48
|
"@atlaskit/theme": "^14.0.0",
|
|
49
49
|
"@atlaskit/tokens": "^2.4.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
package/dist/cjs/ui/index.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
Object.defineProperty(exports, "AvatarGroupPluginWrapper", {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function get() {
|
|
10
|
-
return _AvatarGroupPluginWrapper.default;
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
exports.default = void 0;
|
|
14
|
-
var _avatarsWithPluginState = _interopRequireDefault(require("./avatars-with-plugin-state"));
|
|
15
|
-
var _AvatarGroupPluginWrapper = _interopRequireDefault(require("./AvatarGroupPluginWrapper"));
|
|
16
|
-
var _default = exports.default = _avatarsWithPluginState.default;
|
package/dist/es2019/ui/index.js
DELETED
package/dist/esm/ui/index.js
DELETED
package/dist/types/ui/index.d.ts
DELETED