mol_view_tree2_lib 1.0.13 → 1.0.15

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
@@ -3005,6 +3005,7 @@ var $;
3005
3005
  }
3006
3006
  destructor() {
3007
3007
  super.destructor();
3008
+ $mol_wire_fiber.planning.delete(this);
3008
3009
  if (!$mol_owning_check(this, this.cache))
3009
3010
  return;
3010
3011
  try {
package/web.test.js CHANGED
@@ -4622,7 +4622,6 @@ var $;
4622
4622
  }
4623
4623
  dom_node_actual() {
4624
4624
  const node = this.dom_node();
4625
- $mol_dom_render_styles(node, this.style_size());
4626
4625
  const attr = this.attr();
4627
4626
  const style = this.style();
4628
4627
  $mol_dom_render_attributes(node, attr);
@@ -4723,12 +4722,6 @@ var $;
4723
4722
  mol_theme: this.theme() ?? undefined,
4724
4723
  };
4725
4724
  }
4726
- style_size() {
4727
- return {
4728
- minHeight: this.minimal_height(),
4729
- minWidth: this.minimal_width(),
4730
- };
4731
- }
4732
4725
  style() {
4733
4726
  return {};
4734
4727
  }
@@ -5807,7 +5800,7 @@ var $;
5807
5800
  "use strict";
5808
5801
  var $;
5809
5802
  (function ($) {
5810
- $mol_style_attach("mol/button/typed/typed.view.css", "[mol_button_typed] {\n\talign-content: center;\n\talign-items: center;\n\tpadding: var(--mol_gap_text);\n\tborder-radius: var(--mol_gap_round);\n\tgap: var(--mol_gap_space);\n\tuser-select: none;\n\tcursor: pointer;\n}\n\n[mol_button_typed][disabled] {\n\tpointer-events: none;\n}\n\n[mol_button_typed]:hover ,\n[mol_button_typed]:focus-visible {\n\tbox-shadow: inset 0 0 0 100vmax var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n");
5803
+ $mol_style_attach("mol/button/typed/typed.view.css", "[mol_button_typed] {\n\talign-content: center;\n\talign-items: center;\n\tpadding: var(--mol_gap_text);\n\tborder-radius: var(--mol_gap_round);\n\tgap: var(--mol_gap_space);\n\tuser-select: none;\n\tcursor: pointer;\n}\n\n[mol_button_typed][disabled] {\n\tpointer-events: none;\n}\n\n[mol_button_typed]:hover ,\n[mol_button_typed]:focus-visible {\n\tbox-shadow: inset 0 0 0 100vmax var(--mol_theme_hover);\n}\n\n[mol_button_typed]:active {\n\tcolor: var(--mol_theme_focus);\n}\n\n[mol_button_typed]:empty::after {\n\tcontent: \"\\u00A0\";\n}\n");
5811
5804
  })($ || ($ = {}));
5812
5805
 
5813
5806
  ;