@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
@@ -14751,7 +14751,15 @@ var LogoEditor = function LogoEditor(_ref) {
|
|
14751
14751
|
})["catch"](function (error) {
|
14752
14752
|
return console.error('Error fetching font families:', error);
|
14753
14753
|
});
|
14754
|
-
}, [
|
14754
|
+
}, [
|
14755
|
+
// stepperId,
|
14756
|
+
// customLogoColorList,
|
14757
|
+
// defaultColorList,
|
14758
|
+
// customerId,
|
14759
|
+
// logoData,
|
14760
|
+
// myLogoHandler,
|
14761
|
+
// setSelectedStepper,
|
14762
|
+
]);
|
14755
14763
|
return React__default.createElement(Modal, {
|
14756
14764
|
backdropStyle: "z-[7]",
|
14757
14765
|
contentStyle: "top-0 bottom-0 !m-[auto] z-[7] w-[80%] p-0",
|