mol_dump_lib 0.0.704 → 0.0.706
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.d.ts +1 -0
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +4 -1
- package/node.js.map +1 -1
- package/node.mjs +4 -1
- package/node.test.js +4 -1
- package/node.test.js.map +1 -1
- package/node.view.tree +1 -0
- package/package.json +1 -1
- package/web.d.ts +1 -0
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +4 -1
- package/web.js.map +1 -1
- package/web.mjs +4 -1
- package/web.view.tree +1 -0
package/node.js
CHANGED
|
@@ -4764,6 +4764,9 @@ var $;
|
|
|
4764
4764
|
value(){
|
|
4765
4765
|
return null;
|
|
4766
4766
|
}
|
|
4767
|
+
minimal_width(){
|
|
4768
|
+
return 12;
|
|
4769
|
+
}
|
|
4767
4770
|
attr(){
|
|
4768
4771
|
return {...(super.attr()), "mol_theme": (this.theme())};
|
|
4769
4772
|
}
|
|
@@ -4800,7 +4803,7 @@ var $;
|
|
|
4800
4803
|
"use strict";
|
|
4801
4804
|
var $;
|
|
4802
4805
|
(function ($) {
|
|
4803
|
-
$mol_style_attach("mol/speck/speck.view.css", "[mol_speck] {\n\tfont-size: .
|
|
4806
|
+
$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");
|
|
4804
4807
|
})($ || ($ = {}));
|
|
4805
4808
|
|
|
4806
4809
|
;
|