@atlaskit/editor-plugin-emoji 8.1.26 → 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,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.0.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.1.26
4
16
 
5
17
  ### Patch Changes
@@ -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: () => import("prosemirror-model").NodeSpec;
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: () => import("prosemirror-model").NodeSpec;
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": "8.1.26",
3
+ "version": "9.0.1",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -22,22 +22,22 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@atlaskit/adf-schema": "^52.2.0",
25
- "@atlaskit/editor-plugin-analytics": "^7.0.0",
26
- "@atlaskit/editor-plugin-annotation": "^7.1.0",
27
- "@atlaskit/editor-plugin-base": "^8.0.0",
28
- "@atlaskit/editor-plugin-connectivity": "^7.0.0",
29
- "@atlaskit/editor-plugin-editor-viewmode": "^9.0.0",
30
- "@atlaskit/editor-plugin-metrics": "^8.0.0",
31
- "@atlaskit/editor-plugin-type-ahead": "^7.0.0",
25
+ "@atlaskit/editor-plugin-analytics": "^8.0.0",
26
+ "@atlaskit/editor-plugin-annotation": "^8.0.0",
27
+ "@atlaskit/editor-plugin-base": "^9.0.0",
28
+ "@atlaskit/editor-plugin-connectivity": "^8.0.0",
29
+ "@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
30
+ "@atlaskit/editor-plugin-metrics": "^9.0.0",
31
+ "@atlaskit/editor-plugin-type-ahead": "^8.0.0",
32
32
  "@atlaskit/editor-prosemirror": "^7.3.0",
33
33
  "@atlaskit/editor-shared-styles": "^3.10.0",
34
34
  "@atlaskit/emoji": "^69.10.0",
35
35
  "@atlaskit/icon": "^32.0.0",
36
- "@atlaskit/node-data-provider": "^8.3.0",
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": "^35.0.0",
40
- "@atlaskit/tokens": "^11.0.0",
39
+ "@atlaskit/tmp-editor-statsig": "^36.0.0",
40
+ "@atlaskit/tokens": "^11.1.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",
43
43
  "lodash": "^4.17.21",
@@ -45,7 +45,7 @@
45
45
  "react-loadable": "^5.1.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^111.30.0",
48
+ "@atlaskit/editor-common": "^112.0.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },