@etrepum/lexical-emoji-plan 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
package/dist/findEmoji.d.ts
CHANGED
package/dist/findEmoji.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"findEmoji.d.ts","sourceRoot":"","sources":["../src/findEmoji.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAChC,qCAAqC;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,gFAAgF;IAChF,SAAS,EAAE,MAAM,CAAC;IAClB,uEAAuE;IACvE,KAAK,EAAE,MAAM,CAAC;CACf,CAAC,CAAC;AAiBH
|
1
|
+
{"version":3,"file":"findEmoji.d.ts","sourceRoot":"","sources":["../src/findEmoji.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,CAAC;IAChC,qCAAqC;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,gFAAgF;IAChF,SAAS,EAAE,MAAM,CAAC;IAClB,uEAAuE;IACvE,KAAK,EAAE,MAAM,CAAC;CACf,CAAC,CAAC;AAiBH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAqBzD"}
|
@@ -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.
|
37
|
+
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.14/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-CmfppLXz.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