@etrepum/lexical-tailwind 0.0.36-nightly.20250714.0 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ export declare const TailwindExtension: import('@etrepum/lexical-builder').LexicalExtension<import('@etrepum/lexical-builder').ExtensionConfigBase, "@etrepum/lexical-tailwind", unknown, unknown>;
2
+ //# sourceMappingURL=TailwindExtension.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TailwindExtension.d.ts","sourceRoot":"","sources":["../src/TailwindExtension.ts"],"names":[],"mappings":"AAuHA,eAAO,MAAM,iBAAiB,4JAiB5B,CAAC"}
package/dist/index.d.ts CHANGED
@@ -6,5 +6,5 @@
6
6
  *
7
7
  */
8
8
  export declare const PACKAGE_VERSION: string;
9
- export { TailwindPlan } from './TailwindPlan';
9
+ export { TailwindExtension } from './TailwindExtension';
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { definePlan as t, declarePeerDependency as r } from "@etrepum/lexical-builder";
1
+ import { defineExtension as t, declarePeerDependency as r } from "@etrepum/lexical-builder";
2
2
  const e = (
3
3
  // This [&]: is necessary to override the mx-8 from listitem since the theme is not designed for tailwind semantics (both sets of classes are applied)
4
4
  "relative [&]:mx-2 px-6 list-none outline-none before:w-4 before:h-4 before:top-0.5 before:left-0 before:cursor-pointer before:block before:bg-color before:absolute rtl:before:left-auto rtl:before:right-0 focus:before:shadow-[0_0_0_2px_#a6cdfe] before:rounded-sm"
@@ -112,7 +112,7 @@ const e = (
112
112
  theme: o,
113
113
  peerDependencies: [
114
114
  r(
115
- "@etrepum/lexical-emoji-plan/Emoji",
115
+ "@etrepum/lexical-emoji-extension/Emoji",
116
116
  {
117
117
  // .emoji-node
118
118
  emojiClass: "caret-neutral-950 bg-no-repeat bg-contain bg-[0_0.25em] inline-block",
@@ -123,8 +123,8 @@ const e = (
123
123
  }
124
124
  )
125
125
  ]
126
- }), a = "0.0.36-nightly.20250714.0";
126
+ }), a = "0.0.36";
127
127
  export {
128
128
  a as PACKAGE_VERSION,
129
- i as TailwindPlan
129
+ i as TailwindExtension
130
130
  };
package/package.json CHANGED
@@ -6,14 +6,14 @@
6
6
  "lexical",
7
7
  "lexical-builder",
8
8
  "plug-in",
9
- "plan"
9
+ "extension"
10
10
  ],
11
11
  "scripts": {
12
12
  "build": "tsc --noEmit && vite build",
13
13
  "dev": "vite",
14
14
  "lint": "eslint"
15
15
  },
16
- "version": "0.0.36-nightly.20250714.0",
16
+ "version": "0.0.36",
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",
@@ -28,12 +28,12 @@
28
28
  "@etrepum/lexical-builder": "*"
29
29
  },
30
30
  "peerDependencies": {
31
- "@lexical/utils": ">=0.31.0 || >=0.31.1-nightly.0",
32
- "lexical": ">=0.31.0 || >=0.31.1-nightly.0",
31
+ "@lexical/utils": ">=0.33.1 || >=0.33.2-nightly.0",
32
+ "lexical": ">=0.33.1 || >=0.33.2-nightly.0",
33
33
  "tailwindcss": ">=3.3.0"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@etrepum/lexical-emoji-plan": "*"
36
+ "@etrepum/lexical-emoji-extension": "*"
37
37
  },
38
38
  "sideEffects": false,
39
39
  "devDependencies": {
@@ -1,2 +0,0 @@
1
- export declare const TailwindPlan: import('@etrepum/lexical-builder').LexicalPlan<import('@etrepum/lexical-builder').PlanConfigBase, "@etrepum/lexical-tailwind", unknown, unknown>;
2
- //# sourceMappingURL=TailwindPlan.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TailwindPlan.d.ts","sourceRoot":"","sources":["../src/TailwindPlan.ts"],"names":[],"mappings":"AAuHA,eAAO,MAAM,YAAY,kJAiBvB,CAAC"}