@etrepum/lexical-emoji-plan 0.0.24-nightly.20240617.0 → 0.0.25-nightly.20240618.0
Sign up to get free protection for your applications and to get access to all the features.
package/dist/EmojiPlan.d.ts
CHANGED
@@ -37,5 +37,5 @@ export interface EmojiPlanConfig {
|
|
37
37
|
* representation of that emoji is used and then the emojiLoadedClass is
|
38
38
|
* added.
|
39
39
|
*/
|
40
|
-
export declare const EmojiPlan: import('@etrepum/lexical-builder').LexicalPlan<EmojiPlanConfig, "@etrepum/lexical-builder/emoji-plan", unknown>;
|
40
|
+
export declare const EmojiPlan: import('@etrepum/lexical-builder').LexicalPlan<EmojiPlanConfig, "@etrepum/lexical-builder/emoji-plan", unknown, unknown>;
|
41
41
|
//# sourceMappingURL=EmojiPlan.d.ts.map
|
package/dist/EmojiPlan.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"EmojiPlan.d.ts","sourceRoot":"","sources":["../src/EmojiPlan.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAQH,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AAGvE,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS,
|
1
|
+
{"version":3,"file":"EmojiPlan.d.ts","sourceRoot":"","sources":["../src/EmojiPlan.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAQH,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AAGvE,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,SAAS,0HAmEpB,CAAC"}
|
@@ -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.25-nightly.20240618.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-DT_FHfLB.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