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/web.js CHANGED
@@ -3277,7 +3277,6 @@ var $;
3277
3277
  }
3278
3278
  dom_node_actual() {
3279
3279
  const node = this.dom_node();
3280
- $mol_dom_render_styles(node, this.style_size());
3281
3280
  const attr = this.attr();
3282
3281
  const style = this.style();
3283
3282
  $mol_dom_render_attributes(node, attr);
@@ -3378,12 +3377,6 @@ var $;
3378
3377
  mol_theme: this.theme() ?? undefined,
3379
3378
  };
3380
3379
  }
3381
- style_size() {
3382
- return {
3383
- minHeight: this.minimal_height(),
3384
- minWidth: this.minimal_width(),
3385
- };
3386
- }
3387
3380
  style() {
3388
3381
  return {};
3389
3382
  }