@atlaskit/editor-plugin-emoji 9.0.0 → 9.0.1
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,9 +1,9 @@
|
|
|
1
|
-
import type { DOMOutputSpec, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
1
|
+
import type { DOMOutputSpec, NodeSpec, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
2
|
/**
|
|
3
3
|
* Wrapper for ADF emoji node spec to augment toDOM implementation
|
|
4
4
|
* with fallback UI for lazy node view rendering / window virtualization
|
|
5
5
|
* @nodeSpecException:toDOM patch
|
|
6
6
|
* @returns
|
|
7
7
|
*/
|
|
8
|
-
export declare const emojiNodeSpec: () =>
|
|
8
|
+
export declare const emojiNodeSpec: () => NodeSpec;
|
|
9
9
|
export declare function emojiToDom(node: PMNode): DOMOutputSpec;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type { DOMOutputSpec, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
1
|
+
import type { DOMOutputSpec, NodeSpec, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
2
|
/**
|
|
3
3
|
* Wrapper for ADF emoji node spec to augment toDOM implementation
|
|
4
4
|
* with fallback UI for lazy node view rendering / window virtualization
|
|
5
5
|
* @nodeSpecException:toDOM patch
|
|
6
6
|
* @returns
|
|
7
7
|
*/
|
|
8
|
-
export declare const emojiNodeSpec: () =>
|
|
8
|
+
export declare const emojiNodeSpec: () => NodeSpec;
|
|
9
9
|
export declare function emojiToDom(node: PMNode): DOMOutputSpec;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-emoji",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Emoji plugin for @atlaskit/editor-core",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/node-data-provider": "^9.0.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
38
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
39
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
39
|
+
"@atlaskit/tmp-editor-statsig": "^36.0.0",
|
|
40
40
|
"@atlaskit/tokens": "^11.1.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1",
|