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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_jsx_lib",
3
- "version": "0.0.675",
3
+ "version": "0.0.676",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -619,7 +619,6 @@ var $;
619
619
  $.$mol_dev_format_element = $mol_dev_format_element;
620
620
  function $mol_dev_format_span(style, ...content) {
621
621
  return $mol_dev_format_element('span', {
622
- 'vertical-align': '8%',
623
622
  ...style,
624
623
  }, ...content);
625
624
  }
@@ -2035,7 +2034,7 @@ var $;
2035
2034
  if (super.get(key) === value)
2036
2035
  return this;
2037
2036
  super.set(key, value);
2038
- this.pub.emit();
2037
+ this.pub?.emit();
2039
2038
  return this;
2040
2039
  }
2041
2040
  delete(key) {