mol_plot_all 1.2.1527 → 1.2.1529
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 +0 -3
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +0 -7
- package/node.js.map +1 -1
- package/node.mjs +0 -7
- package/node.test.js +0 -7
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +0 -3
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +0 -7
- package/web.js.map +1 -1
- package/web.mjs +0 -7
package/node.js
CHANGED
|
@@ -4444,7 +4444,6 @@ var $;
|
|
|
4444
4444
|
}
|
|
4445
4445
|
dom_node_actual() {
|
|
4446
4446
|
const node = this.dom_node();
|
|
4447
|
-
$mol_dom_render_styles(node, this.style_size());
|
|
4448
4447
|
const attr = this.attr();
|
|
4449
4448
|
const style = this.style();
|
|
4450
4449
|
$mol_dom_render_attributes(node, attr);
|
|
@@ -4545,12 +4544,6 @@ var $;
|
|
|
4545
4544
|
mol_theme: this.theme() ?? undefined,
|
|
4546
4545
|
};
|
|
4547
4546
|
}
|
|
4548
|
-
style_size() {
|
|
4549
|
-
return {
|
|
4550
|
-
minHeight: this.minimal_height(),
|
|
4551
|
-
minWidth: this.minimal_width(),
|
|
4552
|
-
};
|
|
4553
|
-
}
|
|
4554
4547
|
style() {
|
|
4555
4548
|
return {};
|
|
4556
4549
|
}
|