mol_dump_lib 0.0.844 → 0.0.846

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
@@ -4444,7 +4444,6 @@ var $;
4444
4444
  }
4445
4445
  dom_node_actual() {
4446
4446
  const node = this.dom_node();
4447
- $mol_dom_render_styles(node, this.style_size());
4448
4447
  const attr = this.attr();
4449
4448
  const style = this.style();
4450
4449
  $mol_dom_render_attributes(node, attr);
@@ -4545,12 +4544,6 @@ var $;
4545
4544
  mol_theme: this.theme() ?? undefined,
4546
4545
  };
4547
4546
  }
4548
- style_size() {
4549
- return {
4550
- minHeight: this.minimal_height(),
4551
- minWidth: this.minimal_width(),
4552
- };
4553
- }
4554
4547
  style() {
4555
4548
  return {};
4556
4549
  }
@@ -5253,7 +5246,7 @@ var $;
5253
5246
  "use strict";
5254
5247
  var $;
5255
5248
  (function ($) {
5256
- $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");
5249
+ $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");
5257
5250
  })($ || ($ = {}));
5258
5251
 
5259
5252
  ;
@@ -5671,7 +5664,8 @@ var $;
5671
5664
  ];
5672
5665
  }
5673
5666
  row_content(path) {
5674
- return this.tokens(path).map((t, i) => this.Token([...path, i]));
5667
+ const content = this.tokens(path).map((t, i) => this.Token([...path, i]));
5668
+ return content.length ? content : ['\n'];
5675
5669
  }
5676
5670
  Token(path) {
5677
5671
  return this.token_type(path) === 'code-link' ? this.Token_link(path) : super.Token(path);
@@ -6402,7 +6396,7 @@ var $;
6402
6396
  "use strict";
6403
6397
  var $;
6404
6398
  (function ($) {
6405
- $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");
6399
+ $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");
6406
6400
  })($ || ($ = {}));
6407
6401
 
6408
6402
  ;
@@ -6964,6 +6958,7 @@ var $;
6964
6958
  },
6965
6959
  Rows: {
6966
6960
  padding: $mol_gap.text,
6961
+ minWidth: 0,
6967
6962
  },
6968
6963
  Row: {
6969
6964
  font: {