@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 @@
|
|
|
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
package/dist/index.d.ts.map
CHANGED
|
@@ -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,
|
|
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 {
|
|
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-
|
|
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
|
|
126
|
+
}), a = "0.0.36";
|
|
127
127
|
export {
|
|
128
128
|
a as PACKAGE_VERSION,
|
|
129
|
-
i as
|
|
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
|
-
"
|
|
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
|
|
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.
|
|
32
|
-
"lexical": ">=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-
|
|
36
|
+
"@etrepum/lexical-emoji-extension": "*"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|
|
39
39
|
"devDependencies": {
|
package/dist/TailwindPlan.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TailwindPlan.d.ts","sourceRoot":"","sources":["../src/TailwindPlan.ts"],"names":[],"mappings":"AAuHA,eAAO,MAAM,YAAY,kJAiBvB,CAAC"}
|