@tiptap/extension-emoji 3.21.0 → 3.22.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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/emoji.ts +1 -1
package/dist/index.cjs
CHANGED
|
@@ -46,7 +46,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
46
46
|
// src/emoji.ts
|
|
47
47
|
var import_core = require("@tiptap/core");
|
|
48
48
|
var import_state = require("@tiptap/pm/state");
|
|
49
|
-
var import_suggestion =
|
|
49
|
+
var import_suggestion = require("@tiptap/suggestion");
|
|
50
50
|
var import_emoji_regex = __toESM(require("emoji-regex"), 1);
|
|
51
51
|
var import_is_emoji_supported = require("is-emoji-supported");
|
|
52
52
|
|
|
@@ -22095,7 +22095,7 @@ var Emoji = import_core.Node.create({
|
|
|
22095
22095
|
},
|
|
22096
22096
|
addProseMirrorPlugins() {
|
|
22097
22097
|
return [
|
|
22098
|
-
(0, import_suggestion.
|
|
22098
|
+
(0, import_suggestion.Suggestion)({
|
|
22099
22099
|
editor: this.editor,
|
|
22100
22100
|
...this.options.suggestion
|
|
22101
22101
|
}),
|