@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 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
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { avatarGroupPlugin } from './avatarGroupPlugin';
package/dist/esm/index.js CHANGED
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { avatarGroupPlugin } from './avatarGroupPlugin';
@@ -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.16",
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.0.0",
40
- "@atlaskit/editor-common": "^96.0.0",
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": "^1.23.0",
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.0.0",
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",
@@ -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;
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';
@@ -1,3 +0,0 @@
1
- import AvatarsWithPluginState from './avatars-with-plugin-state';
2
- export default AvatarsWithPluginState;
3
- export { default as AvatarGroupPluginWrapper } from './AvatarGroupPluginWrapper';