mol_plot_all 1.2.626 → 1.2.628
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.js.map +1 -1
- package/node.mjs +2 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js.map +1 -1
- package/web.mjs +2 -3
- package/web.test.js.map +1 -1
- package/node.mjs.map +0 -1
- package/web.mjs.map +0 -1
package/web.mjs
CHANGED
|
@@ -5656,6 +5656,5 @@ var $;
|
|
|
5656
5656
|
$mol_style_attach("mol/plot/mark/hor/hor.view.css", "[mol_plot_mark_hor_curve] {\n\tcolor: var(--mol_theme_line);\n\tstroke-width: .1%;\n\tstroke: currentColor;\n\tpointer-events: none;\n}\n\n[mol_plot_mark_hor_label] {\n\tcolor: var(--mol_theme_text);\n\ttransform: translateY( -4px );\n}\n\n[mol_plot_mark_hor_title] {\n\tcolor: var(--mol_theme_shade);\n\ttransform: translateY( -4px );\n}\n");
|
|
5657
5657
|
})($ || ($ = {}));
|
|
5658
5658
|
//mol/plot/mark/hor/-css/hor.view.css.ts
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
//# sourceMappingURL=web.mjs.map
|
|
5659
|
+
|
|
5660
|
+
//# sourceMappingURL=web.js.map
|