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.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
  }