@threedddplus/logoeditor 0.0.210 → 0.0.211
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.
- package/dist/logoeditor.cjs.development.js +1 -14
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +2 -15
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +1 -1
@@ -15217,20 +15217,7 @@ var LogoEditor = function LogoEditor(_ref) {
|
|
15217
15217
|
crossOnClick: onClose
|
15218
15218
|
}, React__default.createElement("div", {
|
15219
15219
|
className: "flex flex-col md:flex-row w-full h-[88vh] " + (toggleSaveLogo.status ? "z-10" : "")
|
15220
|
-
},
|
15221
|
-
position: "top-center",
|
15222
|
-
autoClose: 3000,
|
15223
|
-
hideProgressBar: true,
|
15224
|
-
newestOnTop: false,
|
15225
|
-
closeOnClick: true,
|
15226
|
-
rtl: false,
|
15227
|
-
pauseOnFocusLoss: true,
|
15228
|
-
draggable: true,
|
15229
|
-
pauseOnHover: true,
|
15230
|
-
theme: "colored",
|
15231
|
-
transition: reactToastify.Bounce,
|
15232
|
-
containerId: "logoEditor"
|
15233
|
-
}), fontList.map(function (font, index) {
|
15220
|
+
}, fontList.map(function (font, index) {
|
15234
15221
|
return React__default.createElement(FontLoader, {
|
15235
15222
|
key: index,
|
15236
15223
|
fontPath: font
|