mam 1.11.733 → 1.11.735

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.test.js CHANGED
@@ -12216,7 +12216,6 @@ var $;
12216
12216
  }
12217
12217
  dom_node_actual() {
12218
12218
  const node = this.dom_node();
12219
- $mol_dom_render_styles(node, this.style_size());
12220
12219
  const attr = this.attr();
12221
12220
  const style = this.style();
12222
12221
  $mol_dom_render_attributes(node, attr);
@@ -12317,12 +12316,6 @@ var $;
12317
12316
  mol_theme: this.theme() ?? undefined,
12318
12317
  };
12319
12318
  }
12320
- style_size() {
12321
- return {
12322
- minHeight: this.minimal_height(),
12323
- minWidth: this.minimal_width(),
12324
- };
12325
- }
12326
12319
  style() {
12327
12320
  return {};
12328
12321
  }
@@ -13253,7 +13246,7 @@ var $;
13253
13246
  "use strict";
13254
13247
  var $;
13255
13248
  (function ($) {
13256
- $mol_style_attach("mol/dimmer/dimmer.view.css", "[mol_dimmer] {\n\tdisplay: block;\n\tmax-width: 100%;\n}\n\n[mol_dimmer_low] {\n\tdisplay: inline;\n\topacity: 0.8;\n}\n\n[mol_dimmer_high] {\n\tdisplay: inline;\n\tcolor: var(--mol_theme_focus);\n\ttext-shadow: 0 0;\n}\n");
13249
+ $mol_style_attach("mol/dimmer/dimmer.view.css", "[mol_dimmer] {\n\tdisplay: block;\n\tmax-width: 100%;\n}\n\n[mol_dimmer_low] {\n\tdisplay: inline;\n\topacity: 0.8;\n}\n\n[mol_dimmer_high] {\n\tdisplay: inline;\n\tcolor: var(--mol_theme_focus);\n\ttext-shadow: 0 0;\n}\n\n[mol_dimmer]:empty::after {\n\tcontent: \"\\u00A0\";\n}\n");
13257
13250
  })($ || ($ = {}));
13258
13251
 
13259
13252
  ;
@@ -13506,7 +13499,7 @@ var $;
13506
13499
  "use strict";
13507
13500
  var $;
13508
13501
  (function ($) {
13509
- $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");
13502
+ $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");
13510
13503
  })($ || ($ = {}));
13511
13504
 
13512
13505
  ;