mol_plot_all 1.2.1553 → 1.2.1555

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
@@ -4573,7 +4573,7 @@ var $;
4573
4573
  }
4574
4574
  return names;
4575
4575
  }
4576
- theme(next = null) {
4576
+ theme(next) {
4577
4577
  return next;
4578
4578
  }
4579
4579
  attr_static() {
@@ -4584,7 +4584,7 @@ var $;
4584
4584
  }
4585
4585
  attr() {
4586
4586
  return {
4587
- mol_theme: this.theme() ?? undefined,
4587
+ mol_theme: this.theme(),
4588
4588
  };
4589
4589
  }
4590
4590
  style() {
@@ -4719,9 +4719,6 @@ var $;
4719
4719
  __decorate([
4720
4720
  $mol_memo.method
4721
4721
  ], $mol_view.prototype, "view_names", null);
4722
- __decorate([
4723
- $mol_mem
4724
- ], $mol_view.prototype, "theme", null);
4725
4722
  __decorate([
4726
4723
  $mol_mem
4727
4724
  ], $mol_view.prototype, "event_async", null);