@threedddplus/logoeditor 0.0.35 → 0.0.36

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.
@@ -7920,11 +7920,8 @@ var SaveDesignModal = function SaveDesignModal(_ref) {
7920
7920
  return React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
7921
7921
  className: "modal modal-middle modal-open"
7922
7922
  }, React__default.createElement("div", {
7923
- className: className + " modal-box " + MODAL_BG_COLOR + " "
7924
- }, children), React__default.createElement("form", {
7925
- method: "dialog",
7926
- className: "modal-backdrop " + BACKDROP_BLUR
7927
- }, React__default.createElement("button", null, "close"))));
7923
+ className: className + " modal-box " + MODAL_BG_COLOR + " " + BACKDROP_BLUR + " " + BACKDROP_BLUR_BG_COLOR + " "
7924
+ }, children)));
7928
7925
  };
7929
7926
 
7930
7927
  var css_248z$6 = ".designNameInputlogo+.designNameLabellogo,.designNotesTextarea+.designNotesLabel,.designTagsInputlogo+.designTagsLabellogo{font-size:15px;padding-bottom:0;padding-top:0}.designNameInputlogo:not(:-moz-placeholder-shown)+.designNameLabellogo,.designNotesTextarea:not(:-moz-placeholder-shown)+.designNotesLabel,.designTagsInputlogo:not(:-moz-placeholder-shown)+.designTagsLabellogo{background:#fff;color:#727272;font-size:13px;left:1rem;line-height:normal;opacity:1;top:0}.designNameInputlogo:not(:-moz-placeholder-shown) + .designNameLabellogo, .designNotesTextarea:not(:-moz-placeholder-shown) + .designNotesLabel, .designTagsInputlogo:not(:-moz-placeholder-shown) + .designTagsLabellogo{background:#fff;color:#727272;font-size:13px;left:1rem;line-height:normal;opacity:1;top:0}.designNameInputlogo:focus+.designNameLabellogo,.designNameInputlogo:not(:placeholder-shown)+.designNameLabellogo,.designNotesTextarea:focus+.designNotesLabel,.designNotesTextarea:not(:placeholder-shown)+.designNotesLabel,.designTagsInputlogo:focus+.designTagsLabellogo,.designTagsInputlogo:not(:placeholder-shown)+.designTagsLabellogo{background:#fff;color:#727272;font-size:13px;left:1rem;line-height:normal;opacity:1;top:0}.designNameLabellogo,.designNotesLabel,.designTagsLabellogo{font-size:15px;opacity:.4}.tagClasslogo{color:#727272;font-size:13px!important;left:1rem!important;line-height:normal;opacity:1;top:0!important}";