@etrepum/lexical-emoji-plan 0.0.25-nightly.20240619.0 → 0.0.25-nightly.20240621.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -34,7 +34,7 @@ function b(a) {
|
|
34
34
|
}
|
35
35
|
const w = "@etrepum/lexical-builder/emoji-plan", q = h({
|
36
36
|
config: p({
|
37
|
-
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.25-nightly.
|
37
|
+
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.25-nightly.20240621.0/dist/emoji",
|
38
38
|
emojiClass: "emoji-node",
|
39
39
|
emojiLoadedClass: "emoji-node-loaded"
|
40
40
|
}),
|
@@ -72,7 +72,7 @@ const w = "@etrepum/lexical-builder/emoji-plan", q = h({
|
|
72
72
|
e.clear();
|
73
73
|
}
|
74
74
|
);
|
75
|
-
return import("./_textNodeTransform-
|
75
|
+
return import("./_textNodeTransform-t4bEvs_d.js").then(({ $textNodeTransform: l }) => {
|
76
76
|
r.signal.aborted || (o = m(
|
77
77
|
o,
|
78
78
|
a.registerNodeTransform(f, l)
|
package/dist/index.js
CHANGED