@etrepum/lexical-emoji-plan 0.0.10 → 0.0.12-nightly.20240605.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  *
7
7
  */
8
+ export declare const PACKAGE_VERSION: string;
8
9
  declare const NAME = "@etrepum/lexical-builder/emoji-plan";
9
10
  export interface EmojiPlanConfig {
10
11
  emojiBaseUrl: string;
@@ -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"}
@@ -1,4 +1,4 @@
1
- import { $ as i } from "./index-BbZly_Iz.js";
1
+ import { $ as i } from "./index-yliKEhC1.js";
2
2
  const _ = `🀄 mahjong
3
3
  🃏 black_joker
4
4
  🅰️ a
@@ -1,5 +1,5 @@
1
1
  import { definePlan as p, safeCast as u } from "@etrepum/lexical-builder";
2
- import { mergeRegister as j } from "@lexical/utils";
2
+ import { mergeRegister as g } from "@lexical/utils";
3
3
  import { TextNode as d } from "lexical";
4
4
  class r extends d {
5
5
  static getType() {
@@ -9,7 +9,7 @@ class r extends d {
9
9
  return new r(e.__text, e.__key);
10
10
  }
11
11
  static importJSON(e) {
12
- return g(e.text);
12
+ return j(e.text);
13
13
  }
14
14
  exportJSON() {
15
15
  return {
@@ -18,7 +18,7 @@ class r extends d {
18
18
  };
19
19
  }
20
20
  }
21
- function g(t) {
21
+ function j(t) {
22
22
  return new r(t).setMode("token");
23
23
  }
24
24
  function f(t) {
@@ -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.10/dist/emoji",
32
+ emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.12-nightly.20240605.0/dist/emoji",
33
33
  emojiClass: "emoji-node",
34
34
  emojiLoadedClass: "emoji-node-loaded"
35
35
  }),
@@ -52,8 +52,8 @@ const x = "@etrepum/lexical-builder/emoji-plan", L = p({
52
52
  }
53
53
  }
54
54
  });
55
- return import("./_textNodeTransform-BMeS5kkN.js").then(({ $textNodeTransform: i }) => {
56
- s.signal.aborted || (n = j(
55
+ return import("./_textNodeTransform-Br0YSKGP.js").then(({ $textNodeTransform: i }) => {
56
+ s.signal.aborted || (n = g(
57
57
  n,
58
58
  t.registerNodeTransform(d, i)
59
59
  ));
@@ -61,6 +61,6 @@ const x = "@etrepum/lexical-builder/emoji-plan", L = p({
61
61
  }
62
62
  });
63
63
  export {
64
- g as $,
64
+ j as $,
65
65
  L as E
66
66
  };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { E as m } from "./index-BbZly_Iz.js";
1
+ import { E as m } from "./index-yliKEhC1.js";
2
2
  export {
3
3
  m as EmojiPlan
4
4
  };
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "test": "vitest run",
16
16
  "test:watch": "vitest"
17
17
  },
18
- "version": "0.0.10",
18
+ "version": "0.0.12-nightly.20240605.0",
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.15.0",
36
- "lexical": ">=0.15.0"
35
+ "@lexical/utils": ">=0.16.0",
36
+ "lexical": ">=0.16.0"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "devDependencies": {