@etrepum/lexical-emoji-plan 0.0.5 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,9 +11,9 @@ export interface EmojiPlanConfig {
11
11
  emojiClass: string;
12
12
  emojiLoadedClass: string;
13
13
  }
14
- declare module '@etrepum/lexical-builder' {
14
+ declare module "@etrepum/lexical-builder" {
15
15
  interface LexicalPlanRegistry {
16
- [NAME]: EmojiPlanConfig;
16
+ [NAME]: typeof EmojiPlan;
17
17
  }
18
18
  }
19
19
  export declare const EmojiPlan: import('@etrepum/lexical-builder').LexicalPlan<EmojiPlanConfig, "@etrepum/lexical-builder/emoji-plan">;
@@ -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,eAAe,CAAC;KACzB;CACF;AAED,eAAO,MAAM,SAAS,wGA8CpB,CAAC"}
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,4 +1,4 @@
1
- import { $ as i } from "./index-DgoyRltj.js";
1
+ import { $ as i } from "./index-CP-Gd0vj.js";
2
2
  const _ = `🀄 mahjong
3
3
  🃏 black_joker
4
4
  🅰️ a
@@ -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.5/dist/emoji",
32
+ emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.7/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-BK8SL6Gn.js").then(({ $textNodeTransform: i }) => {
55
+ return import("./_textNodeTransform-BAD5onWS.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
@@ -1,4 +1,4 @@
1
- import { E as m } from "./index-DgoyRltj.js";
1
+ import { E as m } from "./index-CP-Gd0vj.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.5",
18
+ "version": "0.0.7",
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
@@ -1,9 +0,0 @@
1
- /**
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- */
8
- export {};
9
- //# sourceMappingURL=findEmoji.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"findEmoji.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/findEmoji.test.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Copyright (c) Meta Platforms, Inc. and affiliates.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- */
8
- export {};
9
- //# sourceMappingURL=unifiedID.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unifiedID.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/unifiedID.test.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}