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 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
  }
@@ -1756,7 +1755,7 @@ var $;
1756
1755
  if (super.get(key) === value)
1757
1756
  return this;
1758
1757
  super.set(key, value);
1759
- this.pub.emit();
1758
+ this.pub?.emit();
1760
1759
  return this;
1761
1760
  }
1762
1761
  delete(key) {