mol_wire_lib 1.0.806 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.806",
3
+ "version": "1.0.808",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
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.emit();
1785
+ this.pub?.emit();
1787
1786
  return this;
1788
1787
  }
1789
1788
  delete(key) {