mol_plot_all 1.2.1526 → 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/web.mjs CHANGED
@@ -1229,6 +1229,7 @@ var $;
1229
1229
  }
1230
1230
  destructor() {
1231
1231
  super.destructor();
1232
+ $mol_wire_fiber.planning.delete(this);
1232
1233
  if (!$mol_owning_check(this, this.cache))
1233
1234
  return;
1234
1235
  try {
@@ -3276,7 +3277,6 @@ var $;
3276
3277
  }
3277
3278
  dom_node_actual() {
3278
3279
  const node = this.dom_node();
3279
- $mol_dom_render_styles(node, this.style_size());
3280
3280
  const attr = this.attr();
3281
3281
  const style = this.style();
3282
3282
  $mol_dom_render_attributes(node, attr);
@@ -3377,12 +3377,6 @@ var $;
3377
3377
  mol_theme: this.theme() ?? undefined,
3378
3378
  };
3379
3379
  }
3380
- style_size() {
3381
- return {
3382
- minHeight: this.minimal_height(),
3383
- minWidth: this.minimal_width(),
3384
- };
3385
- }
3386
3380
  style() {
3387
3381
  return {};
3388
3382
  }