@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.
@@ -7918,7 +7918,8 @@ var LogoEditorSaveDesignModal = function LogoEditorSaveDesignModal(_ref) {
7918
7918
  className = _ref$className === void 0 ? '' : _ref$className;
7919
7919
  // const closeDesign = use3dddPlus((state) => state.setToggleSaveLogo);
7920
7920
  return React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
7921
- className: "modal modal-middle modal-open backdrop-blur-[45px] bg-[#00000046]"
7921
+ className: "modal modal-middle modal-open backdrop-blur-[45px] bg-[#00000046]",
7922
+ id: "saveLogoModel"
7922
7923
  }, React__default.createElement("div", {
7923
7924
  className: className + " modal-box " + MODAL_BG_COLOR + " "
7924
7925
  }, children)));