mol_jsx_lib 0.0.674 → 0.0.676
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.js +1 -2
- package/node.js.map +1 -1
- package/node.mjs +1 -2
- package/node.test.js +2 -3
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +1 -2
- package/web.js.map +1 -1
- package/web.mjs +1 -2
- package/web.test.js +1 -1
- package/web.test.js.map +1 -1
package/node.js
CHANGED
|
@@ -1222,7 +1222,6 @@ var $;
|
|
|
1222
1222
|
$.$mol_dev_format_element = $mol_dev_format_element;
|
|
1223
1223
|
function $mol_dev_format_span(style, ...content) {
|
|
1224
1224
|
return $mol_dev_format_element('span', {
|
|
1225
|
-
'vertical-align': '8%',
|
|
1226
1225
|
...style,
|
|
1227
1226
|
}, ...content);
|
|
1228
1227
|
}
|
|
@@ -2611,7 +2610,7 @@ var $;
|
|
|
2611
2610
|
if (super.get(key) === value)
|
|
2612
2611
|
return this;
|
|
2613
2612
|
super.set(key, value);
|
|
2614
|
-
this.pub
|
|
2613
|
+
this.pub?.emit();
|
|
2615
2614
|
return this;
|
|
2616
2615
|
}
|
|
2617
2616
|
delete(key) {
|