ywana-core8 0.0.403 → 0.0.404

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.
@@ -3400,7 +3400,7 @@ var Dialog = function Dialog(props) {
3400
3400
  className: "overlay " + className,
3401
3401
  onMouseDown: close
3402
3402
  }), /*#__PURE__*/React.createElement("dialog", {
3403
- className: "dialog-panel ${className}"
3403
+ className: "dialog-panel " + className
3404
3404
  }, /*#__PURE__*/React.createElement("header", null, icon ? /*#__PURE__*/React.createElement(MenuIcon, {
3405
3405
  icon: icon
3406
3406
  }) : null, /*#__PURE__*/React.createElement(Text, null, title)), /*#__PURE__*/React.createElement("main", null, children), /*#__PURE__*/React.createElement("footer", null, actions)));