@threedddplus/logoeditor 0.0.114-1 → 0.0.114

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,6 +33,7 @@ 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';
36
37
 
37
38
  function _regeneratorRuntime() {
38
39
  _regeneratorRuntime = function () {
@@ -14784,5 +14785,20 @@ var LogoEditor = function LogoEditor(_ref) {
14784
14785
  }))));
14785
14786
  };
14786
14787
 
14788
+ var container = /*#__PURE__*/document.getElementById('root');
14789
+ var root = /*#__PURE__*/createRoot(container); // createRoot(container!) if you use TypeScript
14790
+ root.render(React.createElement(LogoEditor, {
14791
+ stepperId: 1,
14792
+ onApply: undefined,
14793
+ customLogoColorList: undefined,
14794
+ defaultColorList: undefined,
14795
+ logoData: undefined,
14796
+ customerId: undefined,
14797
+ onSaveLogo: undefined,
14798
+ onClose: function onClose() {
14799
+ console.log('1212i');
14800
+ }
14801
+ }));
14802
+
14787
14803
  export { index$1 as Components, LogoEditor, index as services, use3dddPlus };
14788
14804
  //# sourceMappingURL=logoeditor.esm.js.map