mam 1.11.738 → 1.11.739
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 +3 -12
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -13254,20 +13254,11 @@ var $;
|
|
|
13254
13254
|
|
|
13255
13255
|
;
|
|
13256
13256
|
($.$mol_speck) = class $mol_speck extends ($.$mol_view) {
|
|
13257
|
-
theme(){
|
|
13258
|
-
return "$mol_theme_accent";
|
|
13259
|
-
}
|
|
13260
13257
|
value(){
|
|
13261
13258
|
return null;
|
|
13262
13259
|
}
|
|
13263
|
-
|
|
13264
|
-
return
|
|
13265
|
-
}
|
|
13266
|
-
attr(){
|
|
13267
|
-
return {...(super.attr()), "mol_theme": (this.theme())};
|
|
13268
|
-
}
|
|
13269
|
-
style(){
|
|
13270
|
-
return {...(super.style()), "minHeight": "1em"};
|
|
13260
|
+
theme(){
|
|
13261
|
+
return "$mol_theme_accent";
|
|
13271
13262
|
}
|
|
13272
13263
|
sub(){
|
|
13273
13264
|
return [(this.value())];
|
|
@@ -13279,7 +13270,7 @@ var $;
|
|
|
13279
13270
|
"use strict";
|
|
13280
13271
|
var $;
|
|
13281
13272
|
(function ($) {
|
|
13282
|
-
$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");
|
|
13273
|
+
$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");
|
|
13283
13274
|
})($ || ($ = {}));
|
|
13284
13275
|
|
|
13285
13276
|
;
|