mol_jsx_lib 0.0.675 → 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 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.emit();
2613
+ this.pub?.emit();
2615
2614
  return this;
2616
2615
  }
2617
2616
  delete(key) {