@etrepum/lexical-builder-list 0.0.32-nightly.20240806.0 → 0.0.32-nightly.20240808.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/CheckListPlan.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +4 -3
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CheckListPlan.d.ts","sourceRoot":"","sources":["../src/CheckListPlan.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
1
|
+
{"version":3,"file":"CheckListPlan.d.ts","sourceRoot":"","sources":["../src/CheckListPlan.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA+BH,eAAO,MAAM,aAAa,gKAIxB,CAAC"}
|
package/dist/index.js
CHANGED
@@ -135,7 +135,7 @@ function L(e, l) {
|
|
135
135
|
}
|
136
136
|
function C() {
|
137
137
|
const e = document.activeElement;
|
138
|
-
return e != null && e.tagName === "LI" && e.parentNode != null && // @ts-
|
138
|
+
return e != null && e.tagName === "LI" && e.parentNode != null && // @ts-expect-error internal field
|
139
139
|
e.parentNode.__lexicalListType === "check" ? e : null;
|
140
140
|
}
|
141
141
|
function H(e, l) {
|
@@ -166,7 +166,7 @@ function _(e, l, r) {
|
|
166
166
|
}
|
167
167
|
}), !1;
|
168
168
|
}
|
169
|
-
const q = "0.0.32-nightly.
|
169
|
+
const q = "0.0.32-nightly.20240808.0";
|
170
170
|
export {
|
171
171
|
j as CheckListPlan,
|
172
172
|
U as ListPlan,
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"test:watch": "vitest",
|
16
16
|
"lint": "eslint"
|
17
17
|
},
|
18
|
-
"version": "0.0.32-nightly.
|
18
|
+
"version": "0.0.32-nightly.20240808.0",
|
19
19
|
"license": "MIT",
|
20
20
|
"repository": {
|
21
21
|
"type": "git",
|
@@ -30,8 +30,9 @@
|
|
30
30
|
"@etrepum/lexical-builder": "*"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"lexical": ">=0.
|
34
|
-
"@lexical/list": ">=0.
|
33
|
+
"lexical": ">=0.17.0-0",
|
34
|
+
"@lexical/list": ">=0.17.0-0",
|
35
|
+
"@lexical/utils": ">=0.17.0-0"
|
35
36
|
},
|
36
37
|
"sideEffects": false,
|
37
38
|
"devDependencies": {
|