mol_dump_lib 0.0.705 → 0.0.707

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
@@ -4217,6 +4217,9 @@ var $;
4217
4217
  value(){
4218
4218
  return null;
4219
4219
  }
4220
+ minimal_width(){
4221
+ return 12;
4222
+ }
4220
4223
  attr(){
4221
4224
  return {...(super.attr()), "mol_theme": (this.theme())};
4222
4225
  }
@@ -4253,7 +4256,7 @@ var $;
4253
4256
  "use strict";
4254
4257
  var $;
4255
4258
  (function ($) {
4256
- $mol_style_attach("mol/speck/speck.view.css", "[mol_speck] {\n\tfont-size: .625rem;\n\tborder-radius: 1rem;\n\tmargin: -0.5rem -0.25rem;\n\talign-self: flex-start;\n\tmin-height: 1em;\n\tmin-width: .5em;\n\tvertical-align: sub;\n\tpadding: .25em .5em;\n\tposition: absolute;\n\tz-index: var(--mol_layer_speck);\n\ttext-align: center;\n\tline-height: 1;\n\tdisplay: inline-block;\n\twhite-space: nowrap;\n\ttext-overflow: ellipsis;\n\tuser-select: none;\n}\n");
4259
+ $mol_style_attach("mol/speck/speck.view.css", "[mol_speck] {\n\tfont-size: .75rem;\n\tborder-radius: 1rem;\n\tmargin: -0.5rem -0.2rem;\n\talign-self: flex-start;\n\tmin-height: 1em;\n\tvertical-align: sub;\n\tpadding: 0 .2rem;\n\tposition: absolute;\n\tz-index: var(--mol_layer_speck);\n\ttext-align: center;\n\tline-height: .9;\n\tdisplay: inline-block;\n\twhite-space: nowrap;\n\ttext-overflow: ellipsis;\n\tuser-select: none;\n\tbox-shadow: 0 0 3px rgba(0,0,0,.5);\n}\n");
4257
4260
  })($ || ($ = {}));
4258
4261
 
4259
4262
  ;
package/web.view.tree CHANGED
@@ -64,6 +64,7 @@ $mol_list $mol_view
64
64
  0
65
65
 
66
66
  $mol_speck $mol_view
67
+ minimal_width 12
67
68
  attr *
68
69
  ^
69
70
  mol_theme <= theme \$mol_theme_accent