@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
package/dist/logoeditor.esm.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { create } from 'zustand';
|
2
2
|
import { subscribeWithSelector } from 'zustand/middleware';
|
3
3
|
import React, { useRef, useState, useEffect, useMemo } from 'react';
|
4
|
-
import { toast
|
4
|
+
import { toast } from 'react-toastify';
|
5
5
|
import { IconContext } from 'react-icons';
|
6
6
|
import { useTooltipState, TooltipReference, Button as Button$1, Tooltip, Input } from 'reakit';
|
7
7
|
import { IoMdCheckmarkCircle } from 'react-icons/io';
|
@@ -15209,20 +15209,7 @@ var LogoEditor = function LogoEditor(_ref) {
|
|
15209
15209
|
crossOnClick: onClose
|
15210
15210
|
}, React.createElement("div", {
|
15211
15211
|
className: "flex flex-col md:flex-row w-full h-[88vh] " + (toggleSaveLogo.status ? "z-10" : "")
|
15212
|
-
},
|
15213
|
-
position: "top-center",
|
15214
|
-
autoClose: 3000,
|
15215
|
-
hideProgressBar: true,
|
15216
|
-
newestOnTop: false,
|
15217
|
-
closeOnClick: true,
|
15218
|
-
rtl: false,
|
15219
|
-
pauseOnFocusLoss: true,
|
15220
|
-
draggable: true,
|
15221
|
-
pauseOnHover: true,
|
15222
|
-
theme: "colored",
|
15223
|
-
transition: Bounce,
|
15224
|
-
containerId: "logoEditor"
|
15225
|
-
}), fontList.map(function (font, index) {
|
15212
|
+
}, fontList.map(function (font, index) {
|
15226
15213
|
return React.createElement(FontLoader, {
|
15227
15214
|
key: index,
|
15228
15215
|
fontPath: font
|