@etrepum/lexical-emoji-plan 0.0.35 → 0.0.36-nightly.20240813.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3,7 +3,7 @@ import { mergeRegister as E, addClassNamesToElement as c, removeClassNamesFromEl
|
|
3
3
|
import { TextNode as N } from "lexical";
|
4
4
|
import { loadTextNodeTransform as y } from "@etrepum/lexical-emoji-plan/loadTextNodeTransform";
|
5
5
|
import { E as p } from "./findEmoji-BUW3hKf8.js";
|
6
|
-
import { a as
|
6
|
+
import { a as K, $ as O, f as D } from "./findEmoji-BUW3hKf8.js";
|
7
7
|
function U(o) {
|
8
8
|
return String.fromCodePoint(
|
9
9
|
...o.split("-").map((e) => parseInt(e, 16))
|
@@ -15,7 +15,7 @@ function I(o) {
|
|
15
15
|
(e) => e.codePointAt(0).toString(16).padStart(4, "0")
|
16
16
|
).join("-");
|
17
17
|
}
|
18
|
-
const T = "0.0.
|
18
|
+
const T = "0.0.36-nightly.20240813.0";
|
19
19
|
function $() {
|
20
20
|
}
|
21
21
|
function L(o, e) {
|
@@ -23,7 +23,7 @@ function L(o, e) {
|
|
23
23
|
e(r);
|
24
24
|
});
|
25
25
|
}
|
26
|
-
const v = typeof window > "u",
|
26
|
+
const v = typeof window > "u", h = g({
|
27
27
|
config: C({
|
28
28
|
emojiBaseUrl: `https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@${T}/dist/emoji`,
|
29
29
|
emojiClass: "emoji-node",
|
@@ -84,10 +84,10 @@ const v = typeof window > "u", B = g({
|
|
84
84
|
}
|
85
85
|
});
|
86
86
|
export {
|
87
|
-
|
88
|
-
|
87
|
+
K as $createEmojiNode,
|
88
|
+
O as $isEmojiNode,
|
89
89
|
p as EmojiNode,
|
90
|
-
|
90
|
+
h as EmojiPlan,
|
91
91
|
D as findEmoji,
|
92
92
|
U as textFromUnifiedID,
|
93
93
|
I as unifiedIDFromText
|