mol_plot_all 1.2.1527 → 1.2.1528

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.mjs 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
  }
package/node.test.js CHANGED
@@ -4435,7 +4435,6 @@ var $;
4435
4435
  }
4436
4436
  dom_node_actual() {
4437
4437
  const node = this.dom_node();
4438
- $mol_dom_render_styles(node, this.style_size());
4439
4438
  const attr = this.attr();
4440
4439
  const style = this.style();
4441
4440
  $mol_dom_render_attributes(node, attr);
@@ -4536,12 +4535,6 @@ var $;
4536
4535
  mol_theme: this.theme() ?? undefined,
4537
4536
  };
4538
4537
  }
4539
- style_size() {
4540
- return {
4541
- minHeight: this.minimal_height(),
4542
- minWidth: this.minimal_width(),
4543
- };
4544
- }
4545
4538
  style() {
4546
4539
  return {};
4547
4540
  }