mam 1.11.594 → 1.11.596
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.test.js +4 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -12802,6 +12802,9 @@ var $;
|
|
|
12802
12802
|
value(){
|
|
12803
12803
|
return null;
|
|
12804
12804
|
}
|
|
12805
|
+
minimal_width(){
|
|
12806
|
+
return 12;
|
|
12807
|
+
}
|
|
12805
12808
|
attr(){
|
|
12806
12809
|
return {...(super.attr()), "mol_theme": (this.theme())};
|
|
12807
12810
|
}
|
|
@@ -12818,7 +12821,7 @@ var $;
|
|
|
12818
12821
|
"use strict";
|
|
12819
12822
|
var $;
|
|
12820
12823
|
(function ($) {
|
|
12821
|
-
$mol_style_attach("mol/speck/speck.view.css", "[mol_speck] {\n\tfont-size: .
|
|
12824
|
+
$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");
|
|
12822
12825
|
})($ || ($ = {}));
|
|
12823
12826
|
|
|
12824
12827
|
;
|