@atlaskit/editor-plugin-avatar-group 7.0.3 → 7.0.5
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,19 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-avatar-group
|
|
2
2
|
|
|
3
|
+
## 7.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`90abe9b926a6f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/90abe9b926a6f) -
|
|
8
|
+
Icon entrypoint migration
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 7.0.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 7.0.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -9,7 +9,7 @@ exports.InviteToEditButton = void 0;
|
|
|
9
9
|
var _react = _interopRequireWildcard(require("react"));
|
|
10
10
|
var _react2 = require("@emotion/react");
|
|
11
11
|
var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
12
|
-
var
|
|
12
|
+
var _add = _interopRequireDefault(require("@atlaskit/icon/core/add"));
|
|
13
13
|
var _styles = require("./styles");
|
|
14
14
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
15
|
/**
|
|
@@ -28,7 +28,7 @@ var InviteToEditButton = exports.InviteToEditButton = function InviteToEditButto
|
|
|
28
28
|
selected = props.selected,
|
|
29
29
|
title = props.title;
|
|
30
30
|
var iconBefore = _react.default.useMemo(function () {
|
|
31
|
-
return (0, _react2.jsx)(
|
|
31
|
+
return (0, _react2.jsx)(_add.default, {
|
|
32
32
|
label: title
|
|
33
33
|
});
|
|
34
34
|
}, [title]);
|
|
@@ -7,7 +7,7 @@ import React, { Fragment } from 'react';
|
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
8
|
import { jsx } from '@emotion/react';
|
|
9
9
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
10
|
-
import AddIcon from '@atlaskit/icon/core/
|
|
10
|
+
import AddIcon from '@atlaskit/icon/core/add';
|
|
11
11
|
import { inviteTeamWrapperStyles } from './styles';
|
|
12
12
|
const ID = props => jsx(Fragment, null, props.children);
|
|
13
13
|
export const InviteToEditButton = props => {
|
|
@@ -7,7 +7,7 @@ import React, { Fragment } from 'react';
|
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
8
|
import { jsx } from '@emotion/react';
|
|
9
9
|
import { ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
10
|
-
import AddIcon from '@atlaskit/icon/core/
|
|
10
|
+
import AddIcon from '@atlaskit/icon/core/add';
|
|
11
11
|
import { inviteTeamWrapperStyles } from './styles';
|
|
12
12
|
var ID = function ID(props) {
|
|
13
13
|
return jsx(Fragment, null, props.children);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.5",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,23 +34,21 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/avatar-group": "^12.4.0",
|
|
36
36
|
"@atlaskit/editor-plugin-analytics": "^6.2.0",
|
|
37
|
-
"@atlaskit/editor-plugin-collab-edit": "^7.
|
|
37
|
+
"@atlaskit/editor-plugin-collab-edit": "^7.2.0",
|
|
38
38
|
"@atlaskit/editor-plugin-feature-flags": "^5.0.0",
|
|
39
39
|
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
40
|
-
"@atlaskit/editor-prosemirror": "7.
|
|
41
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
42
|
-
"@atlaskit/icon": "^
|
|
43
|
-
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
40
|
+
"@atlaskit/editor-prosemirror": "^7.2.0",
|
|
41
|
+
"@atlaskit/editor-shared-styles": "^3.10.0",
|
|
42
|
+
"@atlaskit/icon": "^29.1.0",
|
|
44
43
|
"@atlaskit/theme": "^21.0.0",
|
|
45
|
-
"@atlaskit/
|
|
46
|
-
"@atlaskit/tokens": "^8.0.0",
|
|
44
|
+
"@atlaskit/tokens": "^8.5.0",
|
|
47
45
|
"@babel/runtime": "^7.0.0",
|
|
48
46
|
"@emotion/react": "^11.7.1",
|
|
49
47
|
"memoize-one": "^6.0.0",
|
|
50
48
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
51
49
|
},
|
|
52
50
|
"peerDependencies": {
|
|
53
|
-
"@atlaskit/editor-common": "^110.
|
|
51
|
+
"@atlaskit/editor-common": "^110.44.0",
|
|
54
52
|
"react": "^18.2.0"
|
|
55
53
|
},
|
|
56
54
|
"techstack": {
|