@atlaskit/editor-plugin-tasks-and-decisions 10.1.18 → 10.1.20
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
|
@@ -7,5 +7,5 @@ type Props2 = {
|
|
|
7
7
|
getPos: () => number | undefined;
|
|
8
8
|
isContentNodeEmpty: boolean;
|
|
9
9
|
};
|
|
10
|
-
export declare const useShowPlaceholder: ({ editorView, api, isContentNodeEmpty, getPos }: Props2) => boolean;
|
|
10
|
+
export declare const useShowPlaceholder: ({ editorView, api, isContentNodeEmpty, getPos, }: Props2) => boolean;
|
|
11
11
|
export {};
|
|
@@ -7,5 +7,5 @@ type Props2 = {
|
|
|
7
7
|
getPos: () => number | undefined;
|
|
8
8
|
isContentNodeEmpty: boolean;
|
|
9
9
|
};
|
|
10
|
-
export declare const useShowPlaceholder: ({ editorView, api, isContentNodeEmpty, getPos }: Props2) => boolean;
|
|
10
|
+
export declare const useShowPlaceholder: ({ editorView, api, isContentNodeEmpty, getPos, }: Props2) => boolean;
|
|
11
11
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.20",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@atlaskit/primitives": "^18.0.0",
|
|
50
50
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
51
51
|
"@atlaskit/task-decision": "^19.2.0",
|
|
52
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
52
|
+
"@atlaskit/tmp-editor-statsig": "^29.0.0",
|
|
53
53
|
"@atlaskit/tokens": "^11.0.0",
|
|
54
54
|
"@babel/runtime": "^7.0.0",
|
|
55
55
|
"@compiled/react": "^0.18.6",
|