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/node.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/node.test.js CHANGED
@@ -2996,6 +2996,7 @@ var $;
2996
2996
  }
2997
2997
  destructor() {
2998
2998
  super.destructor();
2999
+ $mol_wire_fiber.planning.delete(this);
2999
3000
  if (!$mol_owning_check(this, this.cache))
3000
3001
  return;
3001
3002
  try {
@@ -9859,7 +9860,6 @@ var $;
9859
9860
  }
9860
9861
  dom_node_actual() {
9861
9862
  const node = this.dom_node();
9862
- $mol_dom_render_styles(node, this.style_size());
9863
9863
  const attr = this.attr();
9864
9864
  const style = this.style();
9865
9865
  $mol_dom_render_attributes(node, attr);
@@ -9960,12 +9960,6 @@ var $;
9960
9960
  mol_theme: this.theme() ?? undefined,
9961
9961
  };
9962
9962
  }
9963
- style_size() {
9964
- return {
9965
- minHeight: this.minimal_height(),
9966
- minWidth: this.minimal_width(),
9967
- };
9968
- }
9969
9963
  style() {
9970
9964
  return {};
9971
9965
  }
@@ -11146,7 +11140,7 @@ var $;
11146
11140
  "use strict";
11147
11141
  var $;
11148
11142
  (function ($) {
11149
- $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");
11143
+ $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");
11150
11144
  })($ || ($ = {}));
11151
11145
 
11152
11146
  ;