mol_plot_all 1.2.1346 → 1.2.1347
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 +2 -1
- package/node.js.map +1 -1
- package/node.mjs +2 -1
- package/node.test.js +2 -1
- 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 +2 -1
- package/web.js.map +1 -1
- package/web.mjs +2 -1
package/package.json
CHANGED
package/web.d.ts
CHANGED
|
@@ -757,7 +757,7 @@ declare namespace $ {
|
|
|
757
757
|
}
|
|
758
758
|
|
|
759
759
|
declare namespace $ {
|
|
760
|
-
const $mol_theme: Record<"image" | "line" | "text" | "focus" | "back" | "hover" | "card" | "current" | "special" | "control" | "shade" | "field", $mol_style_func<"var", unknown>>;
|
|
760
|
+
const $mol_theme: Record<"image" | "line" | "text" | "focus" | "back" | "hover" | "card" | "current" | "special" | "control" | "shade" | "field" | "spirit", $mol_style_func<"var", unknown>>;
|
|
761
761
|
}
|
|
762
762
|
|
|
763
763
|
declare namespace $ {
|