@threedddplus/logoeditor 0.0.38 → 0.0.39

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.
@@ -7910,7 +7910,8 @@ var LogoEditorSaveDesignModal = function LogoEditorSaveDesignModal(_ref) {
7910
7910
  className = _ref$className === void 0 ? '' : _ref$className;
7911
7911
  // const closeDesign = use3dddPlus((state) => state.setToggleSaveLogo);
7912
7912
  return React.createElement(React.Fragment, null, React.createElement("div", {
7913
- className: "modal modal-middle modal-open backdrop-blur-[45px] bg-[#00000046]"
7913
+ className: "modal modal-middle modal-open backdrop-blur-[45px] bg-[#00000046]",
7914
+ id: "saveLogoModel"
7914
7915
  }, React.createElement("div", {
7915
7916
  className: className + " modal-box " + MODAL_BG_COLOR + " "
7916
7917
  }, children)));