@etrepum/lexical-emoji-plan 0.0.26-nightly.20240626.0 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { f as r, $ as n } from "./index-DgHl5b-r.js";
1
+ import { f as r, $ as n } from "./index-CKQaxgnE.js";
2
2
  function l(e) {
3
3
  if (!e.isSimpleText() || e.hasFormat("code"))
4
4
  return;
@@ -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.26-nightly.20240626.0/dist/emoji",
37
+ emojiBaseUrl: "https://cdn.jsdelivr.net/npm/@etrepum/lexical-emoji-plan@0.0.26/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-Do_yrQKQ.js").then(({ $textNodeTransform: l }) => {
75
+ return import("./_textNodeTransform-BRSRprDd.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
@@ -1,4 +1,4 @@
1
- import { E as a, f as e, t as f, u as m } from "./index-DgHl5b-r.js";
1
+ import { E as a, f as e, t as f, u as m } from "./index-CKQaxgnE.js";
2
2
  export {
3
3
  a as EmojiPlan,
4
4
  e as findEmoji,
package/package.json CHANGED
@@ -12,10 +12,11 @@
12
12
  "scripts": {
13
13
  "build": "tsc --noEmit && vite build",
14
14
  "dev": "vite",
15
+ "lint": "eslint",
15
16
  "test": "vitest run",
16
17
  "test:watch": "vitest"
17
18
  },
18
- "version": "0.0.26-nightly.20240626.0",
19
+ "version": "0.0.26",
19
20
  "license": "MIT",
20
21
  "repository": {
21
22
  "type": "git",
@@ -36,9 +37,11 @@
36
37
  },
37
38
  "sideEffects": false,
38
39
  "devDependencies": {
40
+ "@repo/eslint-config": "*",
39
41
  "@testing-library/dom": "^10.1.0",
40
42
  "@testing-library/jest-dom": "^6.4.5",
41
43
  "@testing-library/user-event": "^14.5.2",
44
+ "eslint": "^8.57.0",
42
45
  "jsdom": "^24.1.0",
43
46
  "tslib": "^2.6.2",
44
47
  "typescript": "^5.4.5",