@etrepum/lexical-emoji-plan 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
package/dist/EmojiPlan.d.ts
CHANGED
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,QAAA,MAAM,IAAI,wCAAwC,CAAC;AACnD,MAAM,WAAW,eAAe;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,OAAO,QAAQ,0BAA0B,CAAC;IACxC,UAAU,mBAAmB;QAC3B,CAAC,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC;KAC1B;CACF;AAED,eAAO,MAAM,SAAS,wGA8CpB,CAAC"}
|
1
|
+
{"version":3,"file":"EmojiPlan.d.ts","sourceRoot":"","sources":["../src/EmojiPlan.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAQH,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AAEvE,QAAA,MAAM,IAAI,wCAAwC,CAAC;AACnD,MAAM,WAAW,eAAe;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,OAAO,QAAQ,0BAA0B,CAAC;IACxC,UAAU,mBAAmB;QAC3B,CAAC,IAAI,CAAC,EAAE,OAAO,SAAS,CAAC;KAC1B;CACF;AAED,eAAO,MAAM,SAAS,wGA8CpB,CAAC"}
|
@@ -29,7 +29,7 @@ function f(t) {
|
|
29
29
|
}
|
30
30
|
const x = "@etrepum/lexical-builder/emoji-plan", L = p({
|
31
31
|
config: u({
|
32
|
-
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.
|
32
|
+
emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.11/dist/emoji",
|
33
33
|
emojiClass: "emoji-node",
|
34
34
|
emojiLoadedClass: "emoji-node-loaded"
|
35
35
|
}),
|
@@ -52,7 +52,7 @@ const x = "@etrepum/lexical-builder/emoji-plan", L = p({
|
|
52
52
|
}
|
53
53
|
}
|
54
54
|
});
|
55
|
-
return import("./_textNodeTransform-
|
55
|
+
return import("./_textNodeTransform-COhdLutK.js").then(({ $textNodeTransform: i }) => {
|
56
56
|
s.signal.aborted || (n = j(
|
57
57
|
n,
|
58
58
|
t.registerNodeTransform(d, i)
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"test": "vitest run",
|
16
16
|
"test:watch": "vitest"
|
17
17
|
},
|
18
|
-
"version": "0.0.
|
18
|
+
"version": "0.0.11",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"emoji-datasource-facebook": "15.1.2"
|
33
33
|
},
|
34
34
|
"peerDependencies": {
|
35
|
-
"@lexical/utils": ">=0.
|
36
|
-
"lexical": ">=0.
|
35
|
+
"@lexical/utils": ">=0.16.0",
|
36
|
+
"lexical": ">=0.16.0"
|
37
37
|
},
|
38
38
|
"sideEffects": false,
|
39
39
|
"devDependencies": {
|