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/node.mjs
CHANGED
|
@@ -6195,6 +6195,5 @@ var $;
|
|
|
6195
6195
|
$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");
|
|
6196
6196
|
})($ || ($ = {}));
|
|
6197
6197
|
//mol/plot/mark/hor/-css/hor.view.css.ts
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
//# sourceMappingURL=node.mjs.map
|
|
6198
|
+
|
|
6199
|
+
//# sourceMappingURL=node.js.map
|