@etrepum/lexical-emoji-plan 0.0.33-nightly.20240812.0 → 0.0.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { mergeRegister as E, addClassNamesToElement as c, removeClassNamesFromEl
3
3
  import { TextNode as N } from "lexical";
4
4
  import { loadTextNodeTransform as y } from "@etrepum/lexical-emoji-plan/loadTextNodeTransform";
5
5
  import { E as p } from "./findEmoji-BUW3hKf8.js";
6
- import { a as K, $ as O, f as D } from "./findEmoji-BUW3hKf8.js";
6
+ import { a as O, $ as h, f as D } from "./findEmoji-BUW3hKf8.js";
7
7
  function U(o) {
8
8
  return String.fromCodePoint(
9
9
  ...o.split("-").map((e) => parseInt(e, 16))
@@ -15,7 +15,7 @@ function I(o) {
15
15
  (e) => e.codePointAt(0).toString(16).padStart(4, "0")
16
16
  ).join("-");
17
17
  }
18
- const T = "0.0.33-nightly.20240812.0";
18
+ const T = "0.0.34";
19
19
  function $() {
20
20
  }
21
21
  function L(o, e) {
@@ -23,7 +23,7 @@ function L(o, e) {
23
23
  e(r);
24
24
  });
25
25
  }
26
- const v = typeof window > "u", h = g({
26
+ const v = typeof window > "u", B = g({
27
27
  config: C({
28
28
  emojiBaseUrl: `https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@${T}/dist/emoji`,
29
29
  emojiClass: "emoji-node",
@@ -84,10 +84,10 @@ const v = typeof window > "u", h = g({
84
84
  }
85
85
  });
86
86
  export {
87
- K as $createEmojiNode,
88
- O as $isEmojiNode,
87
+ O as $createEmojiNode,
88
+ h as $isEmojiNode,
89
89
  p as EmojiNode,
90
- h as EmojiPlan,
90
+ B as EmojiPlan,
91
91
  D as findEmoji,
92
92
  U as textFromUnifiedID,
93
93
  I as unifiedIDFromText
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "test:watch": "vitest"
18
18
  },
19
- "version": "0.0.33-nightly.20240812.0",
19
+ "version": "0.0.34",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",