@threedddplus/logoeditor 0.0.1

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.
Files changed (152) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +181 -0
  3. package/dist/axios/index.d.ts +10 -0
  4. package/dist/components/Rightmenu/Rightmenu.d.ts +3 -0
  5. package/dist/components/Rightmenu/imageEdit.d.ts +8 -0
  6. package/dist/components/Rightmenu/index.d.ts +2 -0
  7. package/dist/components/SortByDropdown/index.d.ts +2 -0
  8. package/dist/components/SortByDropdown/sortButton.d.ts +7 -0
  9. package/dist/components/SortByDropdown/sortByDropdown.d.ts +2 -0
  10. package/dist/components/addMascot/addMascot.d.ts +2 -0
  11. package/dist/components/addMascot/index.d.ts +1 -0
  12. package/dist/components/button/button.d.ts +8 -0
  13. package/dist/components/button/editButton.d.ts +8 -0
  14. package/dist/components/button/iconButton.d.ts +9 -0
  15. package/dist/components/button/index.d.ts +3 -0
  16. package/dist/components/canvas/canvas.d.ts +4 -0
  17. package/dist/components/canvas/canvasButtons.d.ts +3 -0
  18. package/dist/components/canvas/index.d.ts +1 -0
  19. package/dist/components/canvas/popUpCanvas.d.ts +2 -0
  20. package/dist/components/card/card.d.ts +9 -0
  21. package/dist/components/card/cardbody.d.ts +6 -0
  22. package/dist/components/card/cardcheckmark.d.ts +6 -0
  23. package/dist/components/card/carddescription.d.ts +6 -0
  24. package/dist/components/card/carddownloadicon.d.ts +8 -0
  25. package/dist/components/card/cardflag.d.ts +6 -0
  26. package/dist/components/card/cardmedia.d.ts +8 -0
  27. package/dist/components/card/cardtags.d.ts +6 -0
  28. package/dist/components/card/cardtitle.d.ts +6 -0
  29. package/dist/components/card/index.d.ts +9 -0
  30. package/dist/components/colorPallet/color.d.ts +2 -0
  31. package/dist/components/colorPallet/colorPalette.d.ts +22 -0
  32. package/dist/components/colorPallet/index.d.ts +2 -0
  33. package/dist/components/contextMenu/contextMenu.d.ts +2 -0
  34. package/dist/components/contextMenu/index.d.ts +1 -0
  35. package/dist/components/icon/addMascot.d.ts +2 -0
  36. package/dist/components/icon/addText.d.ts +2 -0
  37. package/dist/components/icon/copy.d.ts +2 -0
  38. package/dist/components/icon/custom.d.ts +29 -0
  39. package/dist/components/icon/customIcon.d.ts +2 -0
  40. package/dist/components/icon/delete.d.ts +2 -0
  41. package/dist/components/icon/designConcept.d.ts +2 -0
  42. package/dist/components/icon/error.d.ts +2 -0
  43. package/dist/components/icon/eyedropper.d.ts +2 -0
  44. package/dist/components/icon/flat.d.ts +2 -0
  45. package/dist/components/icon/flipH.d.ts +2 -0
  46. package/dist/components/icon/flipV.d.ts +2 -0
  47. package/dist/components/icon/horizontalFlip.d.ts +2 -0
  48. package/dist/components/icon/icon.d.ts +24 -0
  49. package/dist/components/icon/index.d.ts +39 -0
  50. package/dist/components/icon/info.d.ts +2 -0
  51. package/dist/components/icon/locationA.d.ts +2 -0
  52. package/dist/components/icon/locationB.d.ts +2 -0
  53. package/dist/components/icon/mascotObjectList.d.ts +1 -0
  54. package/dist/components/icon/myLogo.d.ts +2 -0
  55. package/dist/components/icon/outlineNone.d.ts +2 -0
  56. package/dist/components/icon/paste.d.ts +2 -0
  57. package/dist/components/icon/patch.d.ts +6 -0
  58. package/dist/components/icon/productColor.d.ts +2 -0
  59. package/dist/components/icon/rLogo.d.ts +2 -0
  60. package/dist/components/icon/selectAll.d.ts +2 -0
  61. package/dist/components/icon/sendAboveObject.d.ts +2 -0
  62. package/dist/components/icon/sendToBack.d.ts +2 -0
  63. package/dist/components/icon/sendToFront.d.ts +2 -0
  64. package/dist/components/icon/sendUnderObject.d.ts +2 -0
  65. package/dist/components/icon/shapes.d.ts +10 -0
  66. package/dist/components/icon/stockMascotObject.d.ts +2 -0
  67. package/dist/components/icon/success.d.ts +2 -0
  68. package/dist/components/icon/teamCustom.d.ts +2 -0
  69. package/dist/components/icon/teamDecoration.d.ts +2 -0
  70. package/dist/components/icon/teamLetters.d.ts +2 -0
  71. package/dist/components/icon/text.d.ts +2 -0
  72. package/dist/components/icon/threeDIcon.d.ts +2 -0
  73. package/dist/components/icon/verticalFlip.d.ts +2 -0
  74. package/dist/components/icon/warning.d.ts +2 -0
  75. package/dist/components/index.d.ts +8 -0
  76. package/dist/components/input/index.d.ts +1 -0
  77. package/dist/components/input/input.d.ts +3 -0
  78. package/dist/components/leftMenu/index.d.ts +1 -0
  79. package/dist/components/leftMenu/leftMenu.d.ts +2 -0
  80. package/dist/components/list/decoration-grid.d.ts +15 -0
  81. package/dist/components/list/decoration-list.d.ts +13 -0
  82. package/dist/components/list/index.d.ts +2 -0
  83. package/dist/components/loader/index.d.ts +1 -0
  84. package/dist/components/loader/loader.d.ts +6 -0
  85. package/dist/components/loader-svg/index.d.ts +3 -0
  86. package/dist/components/middleMenu/index.d.ts +1 -0
  87. package/dist/components/middleMenu/middleMenu.d.ts +4 -0
  88. package/dist/components/modal/index.d.ts +6 -0
  89. package/dist/components/modal/modal.d.ts +9 -0
  90. package/dist/components/modal/modalButtons.d.ts +11 -0
  91. package/dist/components/modal/modalDownloadIcon.d.ts +8 -0
  92. package/dist/components/modal/modalHeading.d.ts +6 -0
  93. package/dist/components/modal/modalLabel.d.ts +6 -0
  94. package/dist/components/modal/modalStatusIcon.d.ts +8 -0
  95. package/dist/components/myLogo/index.d.ts +1 -0
  96. package/dist/components/myLogo/myLogo.d.ts +4 -0
  97. package/dist/components/saveDesign/index.d.ts +2 -0
  98. package/dist/components/saveDesign/saveDesign.d.ts +3 -0
  99. package/dist/components/saveDesign/saveDesignModal.d.ts +6 -0
  100. package/dist/components/searchbar/index.d.ts +1 -0
  101. package/dist/components/searchbar/searchbar.d.ts +11 -0
  102. package/dist/components/skeletonLoaders/index.d.ts +1 -0
  103. package/dist/components/skeletonLoaders/loadADesignSkeleton.d.ts +3 -0
  104. package/dist/components/uploadLogo/fileuploadButton.d.ts +6 -0
  105. package/dist/components/uploadLogo/index.d.ts +1 -0
  106. package/dist/components/uploadLogo/uploadLogo.d.ts +2 -0
  107. package/dist/hooks/debounce/index.d.ts +1 -0
  108. package/dist/hooks/debounce/useDebounce.d.ts +1 -0
  109. package/dist/hooks/outsideAlerter.d.ts +6 -0
  110. package/dist/hooks/progressiveImage/index.d.ts +1 -0
  111. package/dist/hooks/progressiveImage/progressiveImage.d.ts +1 -0
  112. package/dist/index.d.ts +13 -0
  113. package/dist/index.js +8 -0
  114. package/dist/loaders/index.d.ts +0 -0
  115. package/dist/logoeditor.cjs.development.js +5890 -0
  116. package/dist/logoeditor.cjs.development.js.map +1 -0
  117. package/dist/logoeditor.cjs.production.min.js +2 -0
  118. package/dist/logoeditor.cjs.production.min.js.map +1 -0
  119. package/dist/logoeditor.esm.js +5880 -0
  120. package/dist/logoeditor.esm.js.map +1 -0
  121. package/dist/mockResponses/queries.d.ts +918 -0
  122. package/dist/services/UrlMapping.d.ts +9 -0
  123. package/dist/services/arrayFuntions.d.ts +7 -0
  124. package/dist/services/cookies.d.ts +3 -0
  125. package/dist/services/date.d.ts +1 -0
  126. package/dist/services/getDom.d.ts +1 -0
  127. package/dist/services/index.d.ts +6 -0
  128. package/dist/services/object.d.ts +1 -0
  129. package/dist/services/restrictSpecialCharacters.d.ts +1 -0
  130. package/dist/services/saveFile.d.ts +1 -0
  131. package/dist/services/sessionStorage.d.ts +3 -0
  132. package/dist/services/token.d.ts +4 -0
  133. package/dist/store/actions/index.d.ts +47 -0
  134. package/dist/store/actions/types.d.ts +6 -0
  135. package/dist/store/auth/index.d.ts +16 -0
  136. package/dist/store/converters/index.d.ts +15 -0
  137. package/dist/store/customize/types.d.ts +1191 -0
  138. package/dist/store/fabric/Popupcanvas.d.ts +2 -0
  139. package/dist/store/fabric/fabricCanvas.d.ts +2 -0
  140. package/dist/store/fabric/index.d.ts +49 -0
  141. package/dist/store/history/index.d.ts +9 -0
  142. package/dist/store/index.d.ts +11 -0
  143. package/dist/store/lambda/index.d.ts +9 -0
  144. package/dist/store/saveDesign/index.d.ts +17 -0
  145. package/dist/theme.d.ts +109 -0
  146. package/example/.npmignore +3 -0
  147. package/example/index.html +14 -0
  148. package/example/index.tsx +41 -0
  149. package/example/package.json +25 -0
  150. package/example/tsconfig.json +18 -0
  151. package/example/yarn.lock +5601 -0
  152. package/package.json +125 -0
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const SendAObject: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const SendToBack: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const SendToFront: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const SendUnderObject: (props: any) => JSX.Element;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export declare const StandardSquareIcon: (props: any) => JSX.Element;
3
+ export declare const SmallSquareIcon: (props: any) => JSX.Element;
4
+ export declare const StandardRectangleIcon: (props: any) => JSX.Element;
5
+ export declare const SmallRectangleIcon: (props: any) => JSX.Element;
6
+ export declare const StandardCircleIcon: (props: any) => JSX.Element;
7
+ export declare const StandardOvalIcon: (props: any) => JSX.Element;
8
+ export declare const SmallOvalIcon: (props: any) => JSX.Element;
9
+ export declare const ElongatedDiamondIcon: (props: any) => JSX.Element;
10
+ export declare const ElongatedHexagonIcon: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const StockMascotObject: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Success: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const TeamCustom: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const TeamDecoration: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const TeamLettersIcon: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const TextWordings: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const ThreeDIcon: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const VerticalFlip: (props: any) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Warning: (props: any) => JSX.Element;
@@ -0,0 +1,8 @@
1
+ export * from './button';
2
+ export * from './canvas';
3
+ export * from './card';
4
+ export * from './uploadLogo';
5
+ export * from './searchbar';
6
+ export * from "./input";
7
+ export * from './modal';
8
+ export * from './myLogo';
@@ -0,0 +1 @@
1
+ export { input as Input } from "./input";
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { InputHTMLProps } from 'reakit';
3
+ export declare const input: React.ForwardRefExoticComponent<Pick<InputHTMLProps, "form" | "list" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "wrapElement" | "disabled" | "accept" | "alt" | "autoComplete" | "capture" | "checked" | "crossOrigin" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "name" | "pattern" | "readOnly" | "required" | "size" | "src" | "step" | "type" | "value" | "width"> & React.RefAttributes<HTMLInputElement>>;
@@ -0,0 +1 @@
1
+ export * from './leftMenu';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const LeftMenu: () => React.JSX.Element;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ export declare const Grid: ({ items, id, onClick, selectedItem }: {
3
+ items: any;
4
+ id: any;
5
+ onClick: any;
6
+ selectedItem?: any;
7
+ }) => React.JSX.Element;
8
+ export declare const GridItems: ({ label, icon, selected, onClick, thumbnail, description, }: {
9
+ label: any;
10
+ icon: any;
11
+ selected: any;
12
+ onClick: any;
13
+ thumbnail: any;
14
+ description: any;
15
+ }) => React.JSX.Element;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ export declare const List: ({ items, id, onClick, selectedItem }: {
3
+ items: any;
4
+ id: any;
5
+ onClick: any;
6
+ selectedItem?: any;
7
+ }) => React.JSX.Element;
8
+ export declare const ListItems: ({ label, icon, selected, onClick }: {
9
+ label: any;
10
+ icon: any;
11
+ selected: any;
12
+ onClick: any;
13
+ }) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './decoration-grid';
2
+ export * from './decoration-list';
@@ -0,0 +1 @@
1
+ export { Loader } from './loader';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import './loader.css';
3
+ export declare const Loader: ({ position, height }: {
4
+ position?: string;
5
+ height?: string;
6
+ }) => React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import './loader.css';
3
+ export declare const Loader: (props: any) => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './middleMenu';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const MiddleMenu: ({ onApply }: {
3
+ onApply: any;
4
+ }) => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ export * from './modal';
2
+ export * from './modalButtons';
3
+ export * from './modalDownloadIcon';
4
+ export * from './modalHeading';
5
+ export * from './modalLabel';
6
+ export * from './modalStatusIcon';
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface GlobalModalProps {
3
+ backdropStyle?: string;
4
+ children?: React.ReactNode;
5
+ contentStyle?: string;
6
+ crossOnClick?: () => void;
7
+ modalStyle?: string;
8
+ }
9
+ export declare const Modal: ({ backdropStyle, children, contentStyle, crossOnClick, modalStyle, }: GlobalModalProps) => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export interface ModalButtonsProps {
3
+ buttonMainClass?: string;
4
+ buttons?: {
5
+ buttonClass?: string;
6
+ label?: string;
7
+ onClick?: () => void;
8
+ style?: React.CSSProperties;
9
+ }[];
10
+ }
11
+ export declare const ModalButtons: ({ buttonMainClass, buttons }: ModalButtonsProps) => React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface ModalDownLoadIconProps {
3
+ downloadClass?: string;
4
+ downloadIconClass?: string;
5
+ iconClass?: string;
6
+ pdfUrl?: string;
7
+ }
8
+ export declare const ModalDownloadIcon: ({ downloadClass, downloadIconClass, iconClass, pdfUrl, }: ModalDownLoadIconProps) => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface ModalHeadingProps {
3
+ children?: React.ReactNode;
4
+ headingStyle?: string;
5
+ }
6
+ export declare const ModalHeading: ({ children, headingStyle }: ModalHeadingProps) => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface ModalLabelProps {
3
+ children?: React.ReactNode;
4
+ labelStyle?: string;
5
+ }
6
+ export declare const ModalLabel: ({ children, labelStyle }: ModalLabelProps) => React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface ModalStatusProps {
3
+ icon?: JSX.Element;
4
+ onIconClick?: () => void;
5
+ children?: React.ReactNode;
6
+ iconStyle?: string;
7
+ }
8
+ export declare const ModalStatusIcon: ({ icon, onIconClick, iconStyle, children, }: ModalStatusProps) => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './myLogo';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare const MyLogo: ({ onApply }: {
3
+ onApply: any;
4
+ }) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ export * from './saveDesign';
2
+ export * from './saveDesignModal';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import './saveDesign.css';
3
+ export declare const SaveDesign: () => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface ModalProps {
3
+ children?: React.ReactNode;
4
+ className?: string;
5
+ }
6
+ export declare const SaveDesignModal: ({ children, className }: ModalProps) => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './searchbar';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export interface SearchBarProps {
3
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
4
+ onKeyPress?: (e: React.KeyboardEvent<HTMLDivElement>) => void;
5
+ onPaste?: (e: React.ClipboardEvent<HTMLInputElement>) => void;
6
+ placeholder?: string;
7
+ searchBarMainClass?: string;
8
+ value?: string;
9
+ disabled?: boolean;
10
+ }
11
+ export declare const Searchbar: ({ onChange, onKeyPress, onPaste, placeholder, searchBarMainClass, value, disabled, }: SearchBarProps) => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './loadADesignSkeleton';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const LoadDesignSkeletonLoader: () => React.JSX.Element;
3
+ export declare const CardSkeleton: () => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface FileUploadButtonProps {
3
+ onFileSelect: (file: File) => void;
4
+ }
5
+ declare const FileUploadButton: React.FC<FileUploadButtonProps>;
6
+ export default FileUploadButton;
@@ -0,0 +1 @@
1
+ export * from './uploadLogo';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UploadLogo: () => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './useDebounce';
@@ -0,0 +1 @@
1
+ export declare const useDebounce: (value: any, milliSeconds: number) => any;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ /**
3
+ * Component that alerts if you click outside of it
4
+ */
5
+ declare function OutsideAlerter(props: any): React.JSX.Element;
6
+ export default OutsideAlerter;
@@ -0,0 +1 @@
1
+ export * from './progressiveImage';
@@ -0,0 +1 @@
1
+ export declare const useProgressiveImage: (src: any) => any;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import './index.css';
3
+ import { use3dddPlus } from './store';
4
+ import * as Components from './components';
5
+ import * as services from './services';
6
+ /**
7
+ * A custom App component. Neat!
8
+ */
9
+ declare const LogoEditor: ({ stepperId, onApply }: {
10
+ stepperId: any;
11
+ onApply: any;
12
+ }) => React.JSX.Element;
13
+ export { LogoEditor, Components, use3dddPlus, services };
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+
2
+ 'use strict'
3
+
4
+ if (process.env.NODE_ENV === 'production') {
5
+ module.exports = require('./logoeditor.cjs.production.min.js')
6
+ } else {
7
+ module.exports = require('./logoeditor.cjs.development.js')
8
+ }
File without changes