mol_dump_lib 0.0.849 → 0.0.851

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
@@ -6085,20 +6085,11 @@ var $;
6085
6085
 
6086
6086
  ;
6087
6087
  ($.$mol_speck) = class $mol_speck extends ($.$mol_view) {
6088
- theme(){
6089
- return "$mol_theme_accent";
6090
- }
6091
6088
  value(){
6092
6089
  return null;
6093
6090
  }
6094
- minimal_width(){
6095
- return 12;
6096
- }
6097
- attr(){
6098
- return {...(super.attr()), "mol_theme": (this.theme())};
6099
- }
6100
- style(){
6101
- return {...(super.style()), "minHeight": "1em"};
6091
+ theme(){
6092
+ return "$mol_theme_accent";
6102
6093
  }
6103
6094
  sub(){
6104
6095
  return [(this.value())];
@@ -6130,7 +6121,7 @@ var $;
6130
6121
  "use strict";
6131
6122
  var $;
6132
6123
  (function ($) {
6133
- $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");
6124
+ $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\tmin-width: .75rem;\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");
6134
6125
  })($ || ($ = {}));
6135
6126
 
6136
6127
  ;
package/node.test.js CHANGED
@@ -6076,20 +6076,11 @@ var $;
6076
6076
 
6077
6077
  ;
6078
6078
  ($.$mol_speck) = class $mol_speck extends ($.$mol_view) {
6079
- theme(){
6080
- return "$mol_theme_accent";
6081
- }
6082
6079
  value(){
6083
6080
  return null;
6084
6081
  }
6085
- minimal_width(){
6086
- return 12;
6087
- }
6088
- attr(){
6089
- return {...(super.attr()), "mol_theme": (this.theme())};
6090
- }
6091
- style(){
6092
- return {...(super.style()), "minHeight": "1em"};
6082
+ theme(){
6083
+ return "$mol_theme_accent";
6093
6084
  }
6094
6085
  sub(){
6095
6086
  return [(this.value())];
@@ -6121,7 +6112,7 @@ var $;
6121
6112
  "use strict";
6122
6113
  var $;
6123
6114
  (function ($) {
6124
- $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");
6115
+ $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\tmin-width: .75rem;\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");
6125
6116
  })($ || ($ = {}));
6126
6117
 
6127
6118
  ;