mol_plot_all 1.2.570 → 1.2.571

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/web.mjs CHANGED
@@ -1803,34 +1803,34 @@ var $;
1803
1803
  postfix() {
1804
1804
  return this.literal;
1805
1805
  }
1806
- static per(value) { return new $mol_style_unit(value, '%'); }
1807
- static px(value) { return new $mol_style_unit(value, 'px'); }
1808
- static mm(value) { return new $mol_style_unit(value, 'mm'); }
1809
- static cm(value) { return new $mol_style_unit(value, 'cm'); }
1810
- static Q(value) { return new $mol_style_unit(value, 'Q'); }
1811
- static in(value) { return new $mol_style_unit(value, 'in'); }
1812
- static pc(value) { return new $mol_style_unit(value, 'pc'); }
1813
- static pt(value) { return new $mol_style_unit(value, 'pt'); }
1814
- static cap(value) { return new $mol_style_unit(value, 'cap'); }
1815
- static ch(value) { return new $mol_style_unit(value, 'ch'); }
1816
- static em(value) { return new $mol_style_unit(value, 'em'); }
1817
- static rem(value) { return new $mol_style_unit(value, 'rem'); }
1818
- static ex(value) { return new $mol_style_unit(value, 'ex'); }
1819
- static ic(value) { return new $mol_style_unit(value, 'ic'); }
1820
- static lh(value) { return new $mol_style_unit(value, 'lh'); }
1821
- static rlh(value) { return new $mol_style_unit(value, 'rlh'); }
1822
- static vh(value) { return new $mol_style_unit(value, 'vh'); }
1823
- static vw(value) { return new $mol_style_unit(value, 'vw'); }
1824
- static vi(value) { return new $mol_style_unit(value, 'vi'); }
1825
- static vb(value) { return new $mol_style_unit(value, 'vb'); }
1826
- static vmin(value) { return new $mol_style_unit(value, 'vmin'); }
1827
- static vmax(value) { return new $mol_style_unit(value, 'vmax'); }
1828
- static deg(value) { return new $mol_style_unit(value, 'deg'); }
1829
- static rad(value) { return new $mol_style_unit(value, 'rad'); }
1830
- static grad(value) { return new $mol_style_unit(value, 'grad'); }
1831
- static turn(value) { return new $mol_style_unit(value, 'turn'); }
1832
- static s(value) { return new $mol_style_unit(value, 's'); }
1833
- static ms(value) { return new $mol_style_unit(value, 'ms'); }
1806
+ static per(value) { return `${value}%`; }
1807
+ static px(value) { return `${value}px`; }
1808
+ static mm(value) { return `${value}mm`; }
1809
+ static cm(value) { return `${value}cm`; }
1810
+ static Q(value) { return `${value}Q`; }
1811
+ static in(value) { return `${value}in`; }
1812
+ static pc(value) { return `${value}pc`; }
1813
+ static pt(value) { return `${value}pt`; }
1814
+ static cap(value) { return `${value}cap`; }
1815
+ static ch(value) { return `${value}ch`; }
1816
+ static em(value) { return `${value}em`; }
1817
+ static rem(value) { return `${value}rem`; }
1818
+ static ex(value) { return `${value}ex`; }
1819
+ static ic(value) { return `${value}ic`; }
1820
+ static lh(value) { return `${value}lh`; }
1821
+ static rlh(value) { return `${value}rlh`; }
1822
+ static vh(value) { return `${value}vh`; }
1823
+ static vw(value) { return `${value}vw`; }
1824
+ static vi(value) { return `${value}vi`; }
1825
+ static vb(value) { return `${value}vb`; }
1826
+ static vmin(value) { return `${value}vmin`; }
1827
+ static vmax(value) { return `${value}vmax`; }
1828
+ static deg(value) { return `${value}deg`; }
1829
+ static rad(value) { return `${value}rad`; }
1830
+ static grad(value) { return `${value}grad`; }
1831
+ static turn(value) { return `${value}turn`; }
1832
+ static s(value) { return `${value}s`; }
1833
+ static ms(value) { return `${value}ms`; }
1834
1834
  }
1835
1835
  $.$mol_style_unit = $mol_style_unit;
1836
1836
  })($ || ($ = {}));
@@ -2324,7 +2324,7 @@ var $;
2324
2324
  "use strict";
2325
2325
  var $;
2326
2326
  (function ($) {
2327
- $mol_style_attach("mol/view/view/view.css", "[mol_view] {\n\ttransition-property: height, width, min-height, min-width, max-width, max-height, transform;\n\ttransition-duration: .2s;\n\ttransition-timing-function: ease-out;\n\t-webkit-appearance: none;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tcontain: style;\n\tscrollbar-color: var(--mol_theme_line) transparent;\n\tscrollbar-width: thin;\n}\t\n\n[mol_view]::selection {\n\tbackground: var(--mol_theme_line);\n}\t\n\n[mol_view]::-webkit-scrollbar {\n\twidth: .25rem;\n\theight: .25rem;\n}\n\n[mol_view]::-webkit-scrollbar-corner {\n\tbackground-color: var(--mol_theme_line);\n}\n\n[mol_view]::-webkit-scrollbar-track {\n\tbackground-color: transparent;\n}\n\n[mol_view]::-webkit-scrollbar-thumb {\n\tbackground-color: var(--mol_theme_line);\n\tborder-radius: var(--mol_gap_round);\n}\n\n[mol_view] > * {\n\tword-break: inherit;\n}\n\n[mol_view_root] {\n\tmargin: 0;\n\tpadding: 0;\n\twidth: 100%;\n\theight: 100%;\n\tbox-sizing: border-box;\n\tfont-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\tfont-size: 1rem;\n\tline-height: 1.5rem;\n\tbackground: var(--mol_theme_back);\n\tcolor: var(--mol_theme_text);\n\tcontain: unset; /** Fixes bg ignoring when applied to body on Chrome */\n\ttab-size: 4;\n}\n\n@media print {\n\t[mol_view_root] {\n\t\theight: auto;\n\t}\n}\n\n[mol_view][mol_view_error]:not([mol_view_error=\"Promise\"]) {\n\tbackground-image: repeating-linear-gradient(\n\t\t-45deg,\n\t\t#f92323,\n\t\t#f92323 .5rem,\n\t\t#ff3d3d .5rem,\n\t\t#ff3d3d 1.5rem\n\t);\n\tcolor: black;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n@keyframes mol_view_wait {\n\tfrom {\n\t\topacity: .75;\n\t}\n\t80% {\n\t\topacity: .5;\n\t}\n\tto {\n\t\topacity: .75;\n\t}\n}\n\n:where([mol_view][mol_view_error=\"Promise\"]) {\n\tbackground: var(--mol_theme_hover);\n}\n\n[mol_view][mol_view_error=\"Promise\"] {\n\tanimation: mol_view_wait 1s steps( 10, end ) infinite;\n}\n");
2327
+ $mol_style_attach("mol/view/view/view.css", "[mol_view] {\n\ttransition-property: height, width, min-height, min-width, max-width, max-height, transform;\n\ttransition-duration: .2s;\n\ttransition-timing-function: ease-out;\n\t-webkit-appearance: none;\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tflex-shrink: 0;\n\tcontain: style;\n\tscrollbar-color: var(--mol_theme_line) transparent;\n\tscrollbar-width: thin;\n}\t\n\n[mol_view]::selection {\n\tbackground: var(--mol_theme_line);\n}\t\n\n[mol_view]::-webkit-scrollbar {\n\twidth: .25rem;\n\theight: .25rem;\n}\n\n[mol_view]::-webkit-scrollbar-corner {\n\tbackground-color: var(--mol_theme_line);\n}\n\n[mol_view]::-webkit-scrollbar-track {\n\tbackground-color: transparent;\n}\n\n[mol_view]::-webkit-scrollbar-thumb {\n\tbackground-color: var(--mol_theme_line);\n\tborder-radius: var(--mol_gap_round);\n}\n\n[mol_view] > * {\n\tword-break: inherit;\n}\n\n[mol_view_root] {\n\tmargin: 0;\n\tpadding: 0;\n\twidth: 100%;\n\theight: 100%;\n\tbox-sizing: border-box;\n\tfont-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\tfont-size: 1rem;\n\tline-height: 1.5rem;\n\tbackground: var(--mol_theme_back);\n\tcolor: var(--mol_theme_text);\n\tcontain: unset; /** Fixes bg ignoring when applied to body on Chrome */\n\ttab-size: 4;\n}\n\n@media print {\n\t[mol_view_root] {\n\t\theight: auto;\n\t}\n}\n\n[mol_view][mol_view_error]:not([mol_view_error=\"Promise\"]) {\n\tbackground-image: repeating-linear-gradient(\n\t\t-45deg,\n\t\t#f92323,\n\t\t#f92323 .5rem,\n\t\t#ff3d3d .5rem,\n\t\t#ff3d3d 1.5rem\n\t);\n\tcolor: black;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n@keyframes mol_view_wait {\n\tfrom {\n\t\topacity: .25;\n\t}\n\t20% {\n\t\topacity: .75;\n\t}\n\tto {\n\t\topacity: .25;\n\t}\n}\n\n:where([mol_view][mol_view_error=\"Promise\"]) {\n\tbackground: var(--mol_theme_hover);\n}\n\n[mol_view][mol_view_error=\"Promise\"] {\n\tanimation: mol_view_wait 1s steps( 20, end ) infinite;\n}\n");
2328
2328
  })($ || ($ = {}));
2329
2329
  //mol/view/view/-css/view.css.ts
2330
2330
  ;