@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.
@@ -7912,11 +7912,8 @@ var SaveDesignModal = function SaveDesignModal(_ref) {
7912
7912
  return React.createElement(React.Fragment, null, React.createElement("div", {
7913
7913
  className: "modal modal-middle modal-open"
7914
7914
  }, React.createElement("div", {
7915
- className: className + " modal-box " + MODAL_BG_COLOR + " "
7916
- }, children), React.createElement("form", {
7917
- method: "dialog",
7918
- className: "modal-backdrop " + BACKDROP_BLUR
7919
- }, React.createElement("button", null, "close"))));
7915
+ className: className + " modal-box " + MODAL_BG_COLOR + " " + BACKDROP_BLUR + " " + BACKDROP_BLUR_BG_COLOR + " "
7916
+ }, children)));
7920
7917
  };
7921
7918
 
7922
7919
  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}";