mol_wire_lib 1.0.807 → 1.0.808
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/package.json
CHANGED
package/web.js
CHANGED
|
@@ -204,7 +204,6 @@ var $;
|
|
|
204
204
|
$.$mol_dev_format_element = $mol_dev_format_element;
|
|
205
205
|
function $mol_dev_format_span(style, ...content) {
|
|
206
206
|
return $mol_dev_format_element('span', {
|
|
207
|
-
'vertical-align': '8%',
|
|
208
207
|
...style,
|
|
209
208
|
}, ...content);
|
|
210
209
|
}
|
|
@@ -1783,7 +1782,7 @@ var $;
|
|
|
1783
1782
|
if (super.get(key) === value)
|
|
1784
1783
|
return this;
|
|
1785
1784
|
super.set(key, value);
|
|
1786
|
-
this.pub
|
|
1785
|
+
this.pub?.emit();
|
|
1787
1786
|
return this;
|
|
1788
1787
|
}
|
|
1789
1788
|
delete(key) {
|