@threedddplus/logoeditor 0.0.117 → 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.
@@ -33,7 +33,6 @@ import Select, { components } from 'react-select';
33
33
  import { FloatingLabel } from 'flowbite-react';
34
34
  import { ChromePicker } from 'react-color';
35
35
  import 'react-toastify/dist/ReactToastify.css';
36
- import { createRoot } from 'react-dom/client';
37
36
 
38
37
  function _regeneratorRuntime() {
39
38
  _regeneratorRuntime = function () {
@@ -14743,7 +14742,15 @@ var LogoEditor = function LogoEditor(_ref) {
14743
14742
  })["catch"](function (error) {
14744
14743
  return console.error('Error fetching font families:', error);
14745
14744
  });
14746
- }, [stepperId, customLogoColorList, defaultColorList, customerId, logoData, myLogoHandler, setSelectedStepper]);
14745
+ }, [
14746
+ // stepperId,
14747
+ // customLogoColorList,
14748
+ // defaultColorList,
14749
+ // customerId,
14750
+ // logoData,
14751
+ // myLogoHandler,
14752
+ // setSelectedStepper,
14753
+ ]);
14747
14754
  return React.createElement(Modal, {
14748
14755
  backdropStyle: "z-[7]",
14749
14756
  contentStyle: "top-0 bottom-0 !m-[auto] z-[7] w-[80%] p-0",
@@ -14777,20 +14784,5 @@ var LogoEditor = function LogoEditor(_ref) {
14777
14784
  }))));
14778
14785
  };
14779
14786
 
14780
- var container = /*#__PURE__*/document.getElementById('root');
14781
- var root = /*#__PURE__*/createRoot(container); // createRoot(container!) if you use TypeScript
14782
- root.render(React.createElement(LogoEditor, {
14783
- stepperId: 1,
14784
- onApply: undefined,
14785
- customLogoColorList: undefined,
14786
- defaultColorList: undefined,
14787
- logoData: undefined,
14788
- customerId: undefined,
14789
- onSaveLogo: undefined,
14790
- onClose: function onClose() {
14791
- console.log('1212i');
14792
- }
14793
- }));
14794
-
14795
14787
  export { index$1 as Components, LogoEditor, index as services, use3dddPlus };
14796
14788
  //# sourceMappingURL=logoeditor.esm.js.map