@threedddplus/logoeditor 0.0.118 → 0.0.119
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 +9 -1
- 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 +9 -1
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +131 -131
package/dist/logoeditor.esm.js
CHANGED
@@ -14742,7 +14742,15 @@ var LogoEditor = function LogoEditor(_ref) {
|
|
14742
14742
|
})["catch"](function (error) {
|
14743
14743
|
return console.error('Error fetching font families:', error);
|
14744
14744
|
});
|
14745
|
-
}, [
|
14745
|
+
}, [
|
14746
|
+
// stepperId,
|
14747
|
+
// customLogoColorList,
|
14748
|
+
// defaultColorList,
|
14749
|
+
// customerId,
|
14750
|
+
// logoData,
|
14751
|
+
// myLogoHandler,
|
14752
|
+
// setSelectedStepper,
|
14753
|
+
]);
|
14746
14754
|
return React.createElement(Modal, {
|
14747
14755
|
backdropStyle: "z-[7]",
|
14748
14756
|
contentStyle: "top-0 bottom-0 !m-[auto] z-[7] w-[80%] p-0",
|