mol_dump_lib 0.0.890 → 0.0.892
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.
- package/node.d.ts +1 -1
- package/node.deps.json +1 -1
- package/node.js +3 -2
- package/node.js.map +1 -1
- package/node.mjs +3 -2
- package/node.test.js +3 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -1
- package/web.deps.json +1 -1
- package/web.js +3 -2
- package/web.js.map +1 -1
- package/web.mjs +3 -2
package/node.d.ts
CHANGED
|
@@ -1116,7 +1116,7 @@ declare namespace $ {
|
|
|
1116
1116
|
}
|
|
1117
1117
|
|
|
1118
1118
|
declare namespace $ {
|
|
1119
|
-
let $mol_gap: Record<"text" | "blur" | "block" | "space" | "round", $mol_style_func<"var", unknown>>;
|
|
1119
|
+
let $mol_gap: Record<"text" | "blur" | "page" | "block" | "space" | "round", $mol_style_func<"var", unknown>>;
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
1122
|
declare namespace $ {
|