@threedddplus/logoeditor 0.0.120 → 0.0.121

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 () {
@@ -14805,20 +14804,5 @@ var LogoEditor = function LogoEditor(_ref) {
14805
14804
  }))));
14806
14805
  };
14807
14806
 
14808
- var container = /*#__PURE__*/document.getElementById('root');
14809
- var root = /*#__PURE__*/createRoot(container); // createRoot(container!) if you use TypeScript
14810
- root.render(React.createElement(LogoEditor, {
14811
- stepperId: 1,
14812
- onApply: undefined,
14813
- customLogoColorList: undefined,
14814
- defaultColorList: undefined,
14815
- logoData: undefined,
14816
- customerId: undefined,
14817
- onSaveLogo: undefined,
14818
- onClose: function onClose() {
14819
- console.log('1212i');
14820
- }
14821
- }));
14822
-
14823
14807
  export { index$1 as Components, LogoEditor, index as services, use3dddPlus };
14824
14808
  //# sourceMappingURL=logoeditor.esm.js.map