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/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/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: .
|
|
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
|
;
|