@openlettermarketing/olc-react-sdk 2.0.7 → 2.0.8-beta.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.
- package/build/0d4f0d57e33a9233156c.svg +1 -0
- package/build/64d58bce5a7096906d818f05dbe5e2de.png +0 -0
- package/build/7396af59b80e76d63220.svg +1 -0
- package/build/bc286d534e14683971eb.svg +1 -0
- package/build/index.js +97 -97
- package/build/index.js.map +1 -1
- package/build/types/src/App.d.ts +9 -0
- package/build/types/src/assets/images/modal-icons/cancel-input.d.ts +3 -0
- package/build/types/src/assets/images/modal-icons/confirm-close-icon.d.ts +3 -0
- package/build/types/src/assets/images/modal-icons/confirm-new.d.ts +3 -0
- package/build/types/src/assets/images/modal-icons/new-cancel.d.ts +3 -0
- package/build/types/src/assets/images/products/personal-new.d.ts +3 -0
- package/build/types/src/assets/images/products/postcard-new.d.ts +3 -0
- package/build/types/src/assets/images/products/professional-new.d.ts +3 -0
- package/build/types/src/assets/images/products/real-new.d.ts +3 -0
- package/build/types/src/assets/images/templates/qr-code.d.ts +3 -0
- package/build/types/src/components/CreateTemplate/V2/index.d.ts +12 -0
- package/build/types/src/components/CreateTemplate/index.d.ts +1 -0
- package/build/types/src/components/GenericUIBlocks/Button/index.d.ts +1 -0
- package/build/types/src/components/GenericUIBlocks/Dialog/V2/index.d.ts +22 -0
- package/build/types/src/components/GenericUIBlocks/Dialog/index.d.ts +2 -1
- package/build/types/src/components/GenericUIBlocks/GeneralSelect/index.d.ts +1 -0
- package/build/types/src/components/GenericUIBlocks/Input/index.d.ts +4 -0
- package/build/types/src/components/SidePanel/CustomQRCode/V2/QRCodeModal/index.d.ts +20 -0
- package/build/types/src/components/SidePanel/CustomQRCode/index.d.ts +7 -1
- package/build/types/src/components/SidePanel/CustomUploads/V2/index.d.ts +13 -0
- package/build/types/src/components/SidePanel/CustomUploads/index.d.ts +18 -0
- package/build/types/src/components/SidePanel/Templates/ModalGallery/V2/index.d.ts +36 -0
- package/build/types/src/components/SidePanel/Templates/TemplatesCard/V2/index.d.ts +4 -0
- package/build/types/src/components/SidePanel/index.d.ts +8 -0
- package/build/types/src/components/TemplateBuilder/index.d.ts +9 -0
- package/build/types/src/components/TemplateTypes/index.d.ts +11 -0
- package/build/types/src/components/TopNavigation/ConfirmNavigateDialog/index.d.ts +1 -0
- package/build/types/src/components/TopNavigation/EditTemplateNameModel/index.d.ts +4 -0
- package/build/types/src/components/TopNavigation/SaveTemplateModel/index.d.ts +1 -0
- package/build/types/src/components/TopNavigation/index.d.ts +3 -2
- package/build/types/src/index.d.ts +13 -2
- package/build/types/src/redux/actions/action-types.d.ts +3 -0
- package/build/types/src/redux/actions/customQRCodeActions.d.ts +10 -0
- package/build/types/src/redux/actions/templateActions.d.ts +7 -1
- package/build/types/src/redux/reducers/customQRCodeReducer.d.ts +4 -0
- package/build/types/src/redux/reducers/templateReducer.d.ts +1 -0
- package/build/types/src/utils/constants.d.ts +1 -0
- package/build/types/src/utils/customStyles.d.ts +4 -0
- package/build/types/src/utils/helper.d.ts +1 -1
- package/build/types/src/utils/message.d.ts +14 -0
- package/build/types/src/utils/products.d.ts +4 -0
- package/build/types/src/utils/template-builder.d.ts +46 -0
- package/build/types/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = "data:image/svg+xml,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg filter='url(%23filter0_d_15398_16432)'%3e %3cpath d='M16.6667 11.667L23.3334 20.0003L16.6667 28.3337' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3cdefs%3e %3cfilter id='filter0_d_15398_16432' x='-0.583313' y='-1.58301' width='41.1667' height='51.1667' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e %3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e %3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e %3cfeOffset dy='4'/%3e %3cfeGaussianBlur stdDeviation='8'/%3e %3cfeComposite in2='hardAlpha' operator='out'/%3e %3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3e %3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15398_16432'/%3e %3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15398_16432' result='shape'/%3e %3c/filter%3e %3c/defs%3e %3c/svg%3e"
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = "data:image/svg+xml,%3csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg filter='url(%23filter0_d_15398_18795)'%3e %3cpath d='M23.9957 11.667L17.3291 20.0003L23.9957 28.3337' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3e %3c/g%3e %3cdefs%3e %3cfilter id='filter0_d_15398_18795' x='0.0791016' y='-1.58301' width='41.1666' height='51.1667' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e %3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e %3cfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3e %3cfeOffset dy='4'/%3e %3cfeGaussianBlur stdDeviation='8'/%3e %3cfeComposite in2='hardAlpha' operator='out'/%3e %3cfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0'/%3e %3cfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_15398_18795'/%3e %3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_15398_18795' result='shape'/%3e %3c/filter%3e %3c/defs%3e %3c/svg%3e"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = "data:image/svg+xml,%3csvg width='8' height='2' viewBox='0 0 8 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.799805 0C1.24154 1.93088e-08 1.59943 0.358112 1.59961 0.799805C1.59961 1.24165 1.24165 1.60059 0.799805 1.60059C0.358063 1.60046 -1.93104e-08 1.24158 0 0.799805C0.000179367 0.358187 0.358173 0.00012103 0.799805 0ZM4 0C4.44173 1.93088e-08 4.79963 0.358112 4.7998 0.799805C4.7998 1.24165 4.44184 1.60059 4 1.60059C3.55823 1.6005 3.2002 1.2416 3.2002 0.799805C3.20037 0.358164 3.55834 8.43986e-05 4 0ZM7.2002 0C7.64193 1.93088e-08 7.99982 0.358112 8 0.799805C8 1.24165 7.64204 1.60059 7.2002 1.60059C6.75839 1.60054 6.40039 1.24162 6.40039 0.799805C6.40057 0.35814 6.7585 4.55088e-05 7.2002 0Z' fill='black' fill-opacity='0.4'/%3e %3c/svg%3e"
|