@atlaskit/editor-plugin-mentions 9.2.7 → 9.2.9
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/pm-plugins/main.js +1 -1
- package/dist/es2019/pm-plugins/main.js +1 -1
- package/dist/esm/pm-plugins/main.js +1 -1
- package/dist/types/ui/InlineInviteRecaptchaContainer.d.ts +1 -1
- package/dist/types-ts4.5/ui/InlineInviteRecaptchaContainer.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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 = "9.2.
|
|
26
|
+
var PACKAGE_VERSION = "9.2.8";
|
|
27
27
|
var setProvider = function setProvider(provider) {
|
|
28
28
|
return function (state, dispatch) {
|
|
29
29
|
if (dispatch) {
|
|
@@ -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 = "9.2.
|
|
15
|
+
const PACKAGE_VERSION = "9.2.8";
|
|
16
16
|
const setProvider = provider => (state, dispatch) => {
|
|
17
17
|
if (dispatch) {
|
|
18
18
|
dispatch(state.tr.setMeta(mentionPluginKey, {
|
|
@@ -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 = "9.2.
|
|
18
|
+
var PACKAGE_VERSION = "9.2.8";
|
|
19
19
|
var setProvider = function setProvider(provider) {
|
|
20
20
|
return function (state, dispatch) {
|
|
21
21
|
if (dispatch) {
|
|
@@ -11,5 +11,5 @@ interface Props {
|
|
|
11
11
|
* and wires showRecaptcha to the provider. When user clicks invite item, type-ahead calls
|
|
12
12
|
* mentionProvider.showInlineInviteRecaptcha(email) which passes email to the component.
|
|
13
13
|
*/
|
|
14
|
-
export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api
|
|
14
|
+
export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api }: Props) => JSX.Element | null;
|
|
15
15
|
export {};
|
|
@@ -11,5 +11,5 @@ interface Props {
|
|
|
11
11
|
* and wires showRecaptcha to the provider. When user clicks invite item, type-ahead calls
|
|
12
12
|
* mentionProvider.showInlineInviteRecaptcha(email) which passes email to the component.
|
|
13
13
|
*/
|
|
14
|
-
export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api
|
|
14
|
+
export declare const InlineInviteRecaptchaContainer: ({ mentionProvider, api }: Props) => JSX.Element | null;
|
|
15
15
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-mentions",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.9",
|
|
4
4
|
"description": "Mentions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@atlaskit/primitives": "^18.0.0",
|
|
48
48
|
"@atlaskit/profilecard": "^24.37.0",
|
|
49
49
|
"@atlaskit/theme": "^21.0.0",
|
|
50
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^29.0.0",
|
|
51
51
|
"@atlaskit/tokens": "^11.0.0",
|
|
52
52
|
"@atlaskit/user-picker": "^11.22.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|