@atlaskit/editor-plugin-mentions 10.0.11 → 10.0.13
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 +12 -0
- package/dist/cjs/mentionsPlugin.js +2 -2
- package/dist/cjs/pm-plugins/main.js +1 -1
- package/dist/cjs/ui/InviteItem/InviteItemWithEmailDomain.js +1 -1
- package/dist/cjs/ui/InviteItem/index.js +1 -1
- package/dist/cjs/ui/PopperWrapper.js +1 -1
- package/dist/es2019/mentionsPlugin.js +2 -2
- package/dist/es2019/pm-plugins/main.js +1 -1
- package/dist/es2019/ui/InviteItem/InviteItemWithEmailDomain.js +1 -1
- package/dist/es2019/ui/InviteItem/index.js +1 -1
- package/dist/es2019/ui/PopperWrapper.js +1 -1
- package/dist/esm/mentionsPlugin.js +2 -2
- package/dist/esm/pm-plugins/main.js +1 -1
- package/dist/esm/ui/InviteItem/InviteItemWithEmailDomain.js +1 -1
- package/dist/esm/ui/InviteItem/index.js +1 -1
- package/dist/esm/ui/PopperWrapper.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -144,11 +144,11 @@ var mentionsPlugin = exports.mentionsPlugin = function mentionsPlugin(_ref3) {
|
|
|
144
144
|
return null;
|
|
145
145
|
}
|
|
146
146
|
return /*#__PURE__*/_react.default.createElement(_providerFactory.WithProviders
|
|
147
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
147
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
148
148
|
, {
|
|
149
149
|
providers: ['mentionProvider'],
|
|
150
150
|
providerFactory: providerFactory
|
|
151
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
151
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
152
152
|
,
|
|
153
153
|
renderNode: function renderNode(_ref5) {
|
|
154
154
|
var mentionProvider = _ref5.mentionProvider;
|
|
@@ -23,7 +23,7 @@ var ACTIONS = exports.ACTIONS = {
|
|
|
23
23
|
SET_PROVIDER: 'SET_PROVIDER'
|
|
24
24
|
};
|
|
25
25
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
26
|
-
var PACKAGE_VERSION = "10.0.
|
|
26
|
+
var PACKAGE_VERSION = "10.0.12";
|
|
27
27
|
var setProvider = function setProvider(provider) {
|
|
28
28
|
return function (state, dispatch) {
|
|
29
29
|
if (dispatch) {
|
|
@@ -89,7 +89,7 @@ var InviteItemWithEmailDomain = function InviteItemWithEmailDomain(_ref) {
|
|
|
89
89
|
// Ignored via go/ees005
|
|
90
90
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
91
91
|
, (0, _extends2.default)({}, _messages.mentionMessages.inviteItemTitle, {
|
|
92
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
92
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
93
93
|
values: {
|
|
94
94
|
userRole: userRole || 'basic',
|
|
95
95
|
productName: /*#__PURE__*/_react.default.createElement("span", {
|
|
@@ -102,7 +102,7 @@ var InviteItem = function InviteItem(_ref) {
|
|
|
102
102
|
// Ignored via go/ees005
|
|
103
103
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
104
104
|
, (0, _extends2.default)({}, _messages.mentionMessages.inviteItemTitle, {
|
|
105
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
105
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
106
106
|
values: {
|
|
107
107
|
userRole: userRole || 'basic',
|
|
108
108
|
productName: /*#__PURE__*/_react.default.createElement("span", {
|
|
@@ -56,7 +56,7 @@ function Popup(_ref2) {
|
|
|
56
56
|
zIndex: _constants.layers.modal()
|
|
57
57
|
}, /*#__PURE__*/_react.default.createElement(_popper.Popper, {
|
|
58
58
|
referenceElement: referenceElement
|
|
59
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
59
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
60
60
|
,
|
|
61
61
|
offset: [0, 8],
|
|
62
62
|
placement: "bottom-end",
|
|
@@ -139,11 +139,11 @@ const mentionsPlugin = ({
|
|
|
139
139
|
return null;
|
|
140
140
|
}
|
|
141
141
|
return /*#__PURE__*/React.createElement(WithProviders
|
|
142
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
142
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
143
143
|
, {
|
|
144
144
|
providers: ['mentionProvider'],
|
|
145
145
|
providerFactory: providerFactory
|
|
146
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
146
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
147
147
|
,
|
|
148
148
|
renderNode: ({
|
|
149
149
|
mentionProvider
|
|
@@ -12,7 +12,7 @@ export const ACTIONS = {
|
|
|
12
12
|
SET_PROVIDER: 'SET_PROVIDER'
|
|
13
13
|
};
|
|
14
14
|
const PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
15
|
-
const PACKAGE_VERSION = "10.0.
|
|
15
|
+
const PACKAGE_VERSION = "10.0.12";
|
|
16
16
|
const setProvider = provider => (state, dispatch) => {
|
|
17
17
|
if (dispatch) {
|
|
18
18
|
dispatch(state.tr.setMeta(mentionPluginKey, {
|
|
@@ -76,7 +76,7 @@ const InviteItemWithEmailDomain = ({
|
|
|
76
76
|
// Ignored via go/ees005
|
|
77
77
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
78
78
|
, _extends({}, messages.inviteItemTitle, {
|
|
79
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
79
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
80
80
|
values: {
|
|
81
81
|
userRole: userRole || 'basic',
|
|
82
82
|
productName: /*#__PURE__*/React.createElement("span", {
|
|
@@ -94,7 +94,7 @@ const InviteItem = ({
|
|
|
94
94
|
// Ignored via go/ees005
|
|
95
95
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
96
96
|
, _extends({}, messages.inviteItemTitle, {
|
|
97
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
97
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
98
98
|
values: {
|
|
99
99
|
userRole: userRole || 'basic',
|
|
100
100
|
productName: /*#__PURE__*/React.createElement("span", {
|
|
@@ -44,7 +44,7 @@ export function Popup({
|
|
|
44
44
|
zIndex: layers.modal()
|
|
45
45
|
}, /*#__PURE__*/React.createElement(ReactPopper, {
|
|
46
46
|
referenceElement: referenceElement
|
|
47
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
47
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
48
48
|
,
|
|
49
49
|
offset: [0, 8],
|
|
50
50
|
placement: "bottom-end",
|
|
@@ -136,11 +136,11 @@ var mentionsPlugin = function mentionsPlugin(_ref3) {
|
|
|
136
136
|
return null;
|
|
137
137
|
}
|
|
138
138
|
return /*#__PURE__*/React.createElement(WithProviders
|
|
139
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
139
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
140
140
|
, {
|
|
141
141
|
providers: ['mentionProvider'],
|
|
142
142
|
providerFactory: providerFactory
|
|
143
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
143
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
144
144
|
,
|
|
145
145
|
renderNode: function renderNode(_ref5) {
|
|
146
146
|
var mentionProvider = _ref5.mentionProvider;
|
|
@@ -15,7 +15,7 @@ export var ACTIONS = {
|
|
|
15
15
|
SET_PROVIDER: 'SET_PROVIDER'
|
|
16
16
|
};
|
|
17
17
|
var PACKAGE_NAME = "@atlaskit/editor-plugin-mentions";
|
|
18
|
-
var PACKAGE_VERSION = "10.0.
|
|
18
|
+
var PACKAGE_VERSION = "10.0.12";
|
|
19
19
|
var setProvider = function setProvider(provider) {
|
|
20
20
|
return function (state, dispatch) {
|
|
21
21
|
if (dispatch) {
|
|
@@ -80,7 +80,7 @@ var InviteItemWithEmailDomain = function InviteItemWithEmailDomain(_ref) {
|
|
|
80
80
|
// Ignored via go/ees005
|
|
81
81
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
82
82
|
, _extends({}, messages.inviteItemTitle, {
|
|
83
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
83
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
84
84
|
values: {
|
|
85
85
|
userRole: userRole || 'basic',
|
|
86
86
|
productName: /*#__PURE__*/React.createElement("span", {
|
|
@@ -93,7 +93,7 @@ var InviteItem = function InviteItem(_ref) {
|
|
|
93
93
|
// Ignored via go/ees005
|
|
94
94
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
95
95
|
, _extends({}, messages.inviteItemTitle, {
|
|
96
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
96
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
97
97
|
values: {
|
|
98
98
|
userRole: userRole || 'basic',
|
|
99
99
|
productName: /*#__PURE__*/React.createElement("span", {
|
|
@@ -46,7 +46,7 @@ export function Popup(_ref2) {
|
|
|
46
46
|
zIndex: layers.modal()
|
|
47
47
|
}, /*#__PURE__*/React.createElement(ReactPopper, {
|
|
48
48
|
referenceElement: referenceElement
|
|
49
|
-
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
49
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
50
50
|
,
|
|
51
51
|
offset: [0, 8],
|
|
52
52
|
placement: "bottom-end",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-mentions",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.13",
|
|
4
4
|
"description": "Mentions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@atlaskit/portal": "^5.2.0",
|
|
47
47
|
"@atlaskit/profilecard": "^24.44.0",
|
|
48
48
|
"@atlaskit/theme": "^22.0.0",
|
|
49
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
50
|
-
"@atlaskit/tokens": "^11.
|
|
49
|
+
"@atlaskit/tmp-editor-statsig": "^46.0.0",
|
|
50
|
+
"@atlaskit/tokens": "^11.2.0",
|
|
51
51
|
"@atlaskit/user-picker": "^11.25.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@compiled/react": "^0.20.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"uuid": "^3.1.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@atlaskit/editor-common": "^112.
|
|
59
|
+
"@atlaskit/editor-common": "^112.9.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
62
|
"react-intl-next": "npm:react-intl@^5.18.1"
|