@eventlook/sdk 1.4.45 → 1.4.46-beta.2
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/.env.example +1 -0
- package/package.json +3 -1
- package/rollup.config.mjs +2 -0
- package/src/components/hook-form/FormProvider.tsx +5 -2
- package/src/form/ChildEventDialog.tsx +3 -3
- package/src/form/ContactPerson.tsx +1 -1
- package/src/form/PaymentOverviewBox.tsx +39 -72
- package/src/form/PaymentOverviewDrawer.tsx +169 -0
- package/src/form/PaymentPending.tsx +1 -1
- package/src/form/TicketForm.tsx +53 -17
- package/src/form/index.tsx +3 -1
- package/src/form/merchandise/MerchandiseSelection.tsx +24 -0
- package/src/form/merchandise/MerchandiseSlider.tsx +61 -0
- package/src/form/payment/FeeBox.tsx +0 -10
- package/src/form/payment/PaymentOverviewCheckbox.tsx +33 -56
- package/src/form/product/ProductCard.tsx +60 -55
- package/src/form/product/ProductVariantsDialog.tsx +195 -137
- package/src/form/services/index.tsx +217 -0
- package/src/form/tickets/ReleaseDescription.tsx +57 -0
- package/src/form/tickets/ReleaseWithMerchandise.tsx +237 -0
- package/src/form/tickets/TicketQuantityControl.tsx +93 -0
- package/src/form/{TicketSelection.tsx → tickets/TicketSelection.tsx} +130 -101
- package/src/form/tickets/TicketSelectionMobile.tsx +175 -0
- package/src/form/{TicketWithMerchandiseSelection.tsx → tickets/TicketWithMerchandiseSelection.tsx} +3 -7
- package/src/locales/cs.tsx +7 -1
- package/src/locales/en.tsx +7 -1
- package/src/locales/es.tsx +6 -0
- package/src/locales/pl.tsx +6 -0
- package/src/locales/sk.tsx +6 -0
- package/src/locales/uk.tsx +6 -0
- package/src/utils/data/global.ts +1 -0
- package/tsconfig.json +2 -1
- package/.claude/settings.local.json +0 -9
- package/dist/cjs/components/ClientOnly.js +0 -19
- package/dist/cjs/components/ClientOnly.js.map +0 -1
- package/dist/cjs/components/CustomSkeleton.js +0 -15
- package/dist/cjs/components/CustomSkeleton.js.map +0 -1
- package/dist/cjs/components/Image.js +0 -56
- package/dist/cjs/components/Image.js.map +0 -1
- package/dist/cjs/components/Label.js +0 -65
- package/dist/cjs/components/Label.js.map +0 -1
- package/dist/cjs/components/TextIconLabel.js +0 -19
- package/dist/cjs/components/TextIconLabel.js.map +0 -1
- package/dist/cjs/components/TicketFormSkeleton.js +0 -55
- package/dist/cjs/components/TicketFormSkeleton.js.map +0 -1
- package/dist/cjs/components/Trans.js +0 -87
- package/dist/cjs/components/Trans.js.map +0 -1
- package/dist/cjs/components/animate/IconButtonAnimate.js +0 -29
- package/dist/cjs/components/animate/IconButtonAnimate.js.map +0 -1
- package/dist/cjs/components/animate/MotionContainer.js +0 -18
- package/dist/cjs/components/animate/MotionContainer.js.map +0 -1
- package/dist/cjs/components/animate/variants/bounce.js +0 -98
- package/dist/cjs/components/animate/variants/bounce.js.map +0 -1
- package/dist/cjs/components/animate/variants/container.js +0 -25
- package/dist/cjs/components/animate/variants/container.js.map +0 -1
- package/dist/cjs/components/animate/variants/transition.js +0 -17
- package/dist/cjs/components/animate/variants/transition.js.map +0 -1
- package/dist/cjs/components/confirm-dialog/ConfirmDialog.js +0 -24
- package/dist/cjs/components/confirm-dialog/ConfirmDialog.js.map +0 -1
- package/dist/cjs/components/hook-form/FormProvider.js +0 -14
- package/dist/cjs/components/hook-form/FormProvider.js.map +0 -1
- package/dist/cjs/components/hook-form/RHFCheckbox.js +0 -15
- package/dist/cjs/components/hook-form/RHFCheckbox.js.map +0 -1
- package/dist/cjs/components/hook-form/RHFDatePicker.js +0 -22
- package/dist/cjs/components/hook-form/RHFDatePicker.js.map +0 -1
- package/dist/cjs/components/hook-form/RHFPhone.js +0 -24
- package/dist/cjs/components/hook-form/RHFPhone.js.map +0 -1
- package/dist/cjs/components/hook-form/RHFRadioGroup.js +0 -29
- package/dist/cjs/components/hook-form/RHFRadioGroup.js.map +0 -1
- package/dist/cjs/components/hook-form/RHFSelect.js +0 -34
- package/dist/cjs/components/hook-form/RHFSelect.js.map +0 -1
- package/dist/cjs/components/hook-form/RHFTextField.js +0 -15
- package/dist/cjs/components/hook-form/RHFTextField.js.map +0 -1
- package/dist/cjs/components/iconify/Iconify.js +0 -14
- package/dist/cjs/components/iconify/Iconify.js.map +0 -1
- package/dist/cjs/context/GlobalContext.js +0 -65
- package/dist/cjs/context/GlobalContext.js.map +0 -1
- package/dist/cjs/form/ChildEventCard.js +0 -60
- package/dist/cjs/form/ChildEventCard.js.map +0 -1
- package/dist/cjs/form/ChildEventDialog.js +0 -30
- package/dist/cjs/form/ChildEventDialog.js.map +0 -1
- package/dist/cjs/form/ChildEvents.js +0 -17
- package/dist/cjs/form/ChildEvents.js.map +0 -1
- package/dist/cjs/form/ContactPerson.js +0 -40
- package/dist/cjs/form/ContactPerson.js.map +0 -1
- package/dist/cjs/form/EmailConfirmation.js +0 -28
- package/dist/cjs/form/EmailConfirmation.js.map +0 -1
- package/dist/cjs/form/MerchandiseSelection.js +0 -17
- package/dist/cjs/form/MerchandiseSelection.js.map +0 -1
- package/dist/cjs/form/OrderSuccess.js +0 -57
- package/dist/cjs/form/OrderSuccess.js.map +0 -1
- package/dist/cjs/form/Payment.js +0 -214
- package/dist/cjs/form/Payment.js.map +0 -1
- package/dist/cjs/form/PaymentOverviewBox.js +0 -413
- package/dist/cjs/form/PaymentOverviewBox.js.map +0 -1
- package/dist/cjs/form/PaymentPending.js +0 -26
- package/dist/cjs/form/PaymentPending.js.map +0 -1
- package/dist/cjs/form/PaymentSuccess.js +0 -203
- package/dist/cjs/form/PaymentSuccess.js.map +0 -1
- package/dist/cjs/form/ReleaseCountdown.js +0 -34
- package/dist/cjs/form/ReleaseCountdown.js.map +0 -1
- package/dist/cjs/form/ReleaseWithMerchandise.js +0 -130
- package/dist/cjs/form/ReleaseWithMerchandise.js.map +0 -1
- package/dist/cjs/form/ScriptLoader.js +0 -21
- package/dist/cjs/form/ScriptLoader.js.map +0 -1
- package/dist/cjs/form/Shipping.js +0 -119
- package/dist/cjs/form/Shipping.js.map +0 -1
- package/dist/cjs/form/TicketForm.js +0 -470
- package/dist/cjs/form/TicketForm.js.map +0 -1
- package/dist/cjs/form/TicketSelection.js +0 -177
- package/dist/cjs/form/TicketSelection.js.map +0 -1
- package/dist/cjs/form/TicketSelectionMap.js +0 -67
- package/dist/cjs/form/TicketSelectionMap.js.map +0 -1
- package/dist/cjs/form/TicketWithMerchandiseSelection.js +0 -121
- package/dist/cjs/form/TicketWithMerchandiseSelection.js.map +0 -1
- package/dist/cjs/form/TimeslotSelection.js +0 -68
- package/dist/cjs/form/TimeslotSelection.js.map +0 -1
- package/dist/cjs/form/extra-field/ExtraField.js +0 -20
- package/dist/cjs/form/extra-field/ExtraField.js.map +0 -1
- package/dist/cjs/form/extra-field/ReleaseExtraFields.js +0 -60
- package/dist/cjs/form/extra-field/ReleaseExtraFields.js.map +0 -1
- package/dist/cjs/form/index.js +0 -69
- package/dist/cjs/form/index.js.map +0 -1
- package/dist/cjs/form/payment/FeeBox.js +0 -42
- package/dist/cjs/form/payment/FeeBox.js.map +0 -1
- package/dist/cjs/form/payment/PaymentOverviewCheckbox.js +0 -48
- package/dist/cjs/form/payment/PaymentOverviewCheckbox.js.map +0 -1
- package/dist/cjs/form/payment/PaymentSkeleton.js +0 -14
- package/dist/cjs/form/payment/PaymentSkeleton.js.map +0 -1
- package/dist/cjs/form/product/ProductCard.js +0 -61
- package/dist/cjs/form/product/ProductCard.js.map +0 -1
- package/dist/cjs/form/product/ProductVariantsDialog.js +0 -173
- package/dist/cjs/form/product/ProductVariantsDialog.js.map +0 -1
- package/dist/cjs/form/shipping/ShippingSkeleton.js +0 -14
- package/dist/cjs/form/shipping/ShippingSkeleton.js.map +0 -1
- package/dist/cjs/form/style.js +0 -50
- package/dist/cjs/form/style.js.map +0 -1
- package/dist/cjs/form/timeslot/TimeslotCalendar.js +0 -57
- package/dist/cjs/form/timeslot/TimeslotCalendar.js.map +0 -1
- package/dist/cjs/hooks/data/useActiveEventProducts.js +0 -22
- package/dist/cjs/hooks/data/useActiveEventProducts.js.map +0 -1
- package/dist/cjs/hooks/data/useAllowedPaymentMethods.js +0 -22
- package/dist/cjs/hooks/data/useAllowedPaymentMethods.js.map +0 -1
- package/dist/cjs/hooks/data/useEvent.js +0 -22
- package/dist/cjs/hooks/data/useEvent.js.map +0 -1
- package/dist/cjs/hooks/data/useEventActiveReleases.js +0 -26
- package/dist/cjs/hooks/data/useEventActiveReleases.js.map +0 -1
- package/dist/cjs/hooks/data/useEventShippingMethods.js +0 -22
- package/dist/cjs/hooks/data/useEventShippingMethods.js.map +0 -1
- package/dist/cjs/hooks/data/useEventTimeslots.js +0 -23
- package/dist/cjs/hooks/data/useEventTimeslots.js.map +0 -1
- package/dist/cjs/hooks/useCountdown.js +0 -40
- package/dist/cjs/hooks/useCountdown.js.map +0 -1
- package/dist/cjs/hooks/useDebounce.js +0 -17
- package/dist/cjs/hooks/useDebounce.js.map +0 -1
- package/dist/cjs/hooks/useErrors.js +0 -28
- package/dist/cjs/hooks/useErrors.js.map +0 -1
- package/dist/cjs/hooks/useFirstRender.js +0 -14
- package/dist/cjs/hooks/useFirstRender.js.map +0 -1
- package/dist/cjs/hooks/useGlobal.js +0 -11
- package/dist/cjs/hooks/useGlobal.js.map +0 -1
- package/dist/cjs/hooks/useResponsive.js +0 -29
- package/dist/cjs/hooks/useResponsive.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/locales/cs.js +0 -163
- package/dist/cjs/locales/cs.js.map +0 -1
- package/dist/cjs/locales/en.js +0 -164
- package/dist/cjs/locales/en.js.map +0 -1
- package/dist/cjs/locales/es.js +0 -164
- package/dist/cjs/locales/es.js.map +0 -1
- package/dist/cjs/locales/index.js +0 -18
- package/dist/cjs/locales/index.js.map +0 -1
- package/dist/cjs/locales/pl.js +0 -164
- package/dist/cjs/locales/pl.js.map +0 -1
- package/dist/cjs/locales/sk.js +0 -164
- package/dist/cjs/locales/sk.js.map +0 -1
- package/dist/cjs/locales/uk.js +0 -164
- package/dist/cjs/locales/uk.js.map +0 -1
- package/dist/cjs/modules/event-timeslot.js +0 -12
- package/dist/cjs/modules/event-timeslot.js.map +0 -1
- package/dist/cjs/modules/event.js +0 -24
- package/dist/cjs/modules/event.js.map +0 -1
- package/dist/cjs/modules/order.js +0 -14
- package/dist/cjs/modules/order.js.map +0 -1
- package/dist/cjs/modules/promo-code.js +0 -13
- package/dist/cjs/modules/promo-code.js.map +0 -1
- package/dist/cjs/modules/shopping-cart.js +0 -16
- package/dist/cjs/modules/shopping-cart.js.map +0 -1
- package/dist/cjs/utils/axios.js +0 -20
- package/dist/cjs/utils/axios.js.map +0 -1
- package/dist/cjs/utils/data/cookie.js +0 -6
- package/dist/cjs/utils/data/cookie.js.map +0 -1
- package/dist/cjs/utils/data/currency.js +0 -9
- package/dist/cjs/utils/data/currency.js.map +0 -1
- package/dist/cjs/utils/data/event.js +0 -8
- package/dist/cjs/utils/data/event.js.map +0 -1
- package/dist/cjs/utils/data/extra-field.js +0 -16
- package/dist/cjs/utils/data/extra-field.js.map +0 -1
- package/dist/cjs/utils/data/gender.js +0 -9
- package/dist/cjs/utils/data/gender.js.map +0 -1
- package/dist/cjs/utils/data/global.js +0 -6
- package/dist/cjs/utils/data/global.js.map +0 -1
- package/dist/cjs/utils/data/gopay.js +0 -14
- package/dist/cjs/utils/data/gopay.js.map +0 -1
- package/dist/cjs/utils/data/language.js +0 -14
- package/dist/cjs/utils/data/language.js.map +0 -1
- package/dist/cjs/utils/data/lottie/bank-transfer.json.js +0 -20
- package/dist/cjs/utils/data/lottie/bank-transfer.json.js.map +0 -1
- package/dist/cjs/utils/data/promo-code.js +0 -8
- package/dist/cjs/utils/data/promo-code.js.map +0 -1
- package/dist/cjs/utils/data/shipping-method.js +0 -8
- package/dist/cjs/utils/data/shipping-method.js.map +0 -1
- package/dist/cjs/utils/formatNumber.js +0 -19
- package/dist/cjs/utils/formatNumber.js.map +0 -1
- package/dist/cjs/utils/global.js +0 -26
- package/dist/cjs/utils/global.js.map +0 -1
- package/dist/cjs/utils/gtm.js +0 -125
- package/dist/cjs/utils/gtm.js.map +0 -1
- package/dist/cjs/utils/isBrowser.js +0 -6
- package/dist/cjs/utils/isBrowser.js.map +0 -1
- package/dist/cjs/utils/place.js +0 -6
- package/dist/cjs/utils/place.js.map +0 -1
- package/dist/cjs/utils/price.js +0 -15
- package/dist/cjs/utils/price.js.map +0 -1
- package/dist/cjs/utils/product.js +0 -29
- package/dist/cjs/utils/product.js.map +0 -1
- package/dist/cjs/utils/translation.js +0 -6
- package/dist/cjs/utils/translation.js.map +0 -1
- package/dist/cjs/utils/url.js +0 -18
- package/dist/cjs/utils/url.js.map +0 -1
- package/dist/esm/components/ClientOnly.js +0 -15
- package/dist/esm/components/ClientOnly.js.map +0 -1
- package/dist/esm/components/CustomSkeleton.js +0 -11
- package/dist/esm/components/CustomSkeleton.js.map +0 -1
- package/dist/esm/components/Image.js +0 -52
- package/dist/esm/components/Image.js.map +0 -1
- package/dist/esm/components/Label.js +0 -61
- package/dist/esm/components/Label.js.map +0 -1
- package/dist/esm/components/TextIconLabel.js +0 -15
- package/dist/esm/components/TextIconLabel.js.map +0 -1
- package/dist/esm/components/TicketFormSkeleton.js +0 -51
- package/dist/esm/components/TicketFormSkeleton.js.map +0 -1
- package/dist/esm/components/Trans.js +0 -85
- package/dist/esm/components/Trans.js.map +0 -1
- package/dist/esm/components/animate/IconButtonAnimate.js +0 -27
- package/dist/esm/components/animate/IconButtonAnimate.js.map +0 -1
- package/dist/esm/components/animate/MotionContainer.js +0 -14
- package/dist/esm/components/animate/MotionContainer.js.map +0 -1
- package/dist/esm/components/animate/variants/bounce.js +0 -96
- package/dist/esm/components/animate/variants/bounce.js.map +0 -1
- package/dist/esm/components/animate/variants/container.js +0 -23
- package/dist/esm/components/animate/variants/container.js.map +0 -1
- package/dist/esm/components/animate/variants/transition.js +0 -14
- package/dist/esm/components/animate/variants/transition.js.map +0 -1
- package/dist/esm/components/confirm-dialog/ConfirmDialog.js +0 -20
- package/dist/esm/components/confirm-dialog/ConfirmDialog.js.map +0 -1
- package/dist/esm/components/hook-form/FormProvider.js +0 -10
- package/dist/esm/components/hook-form/FormProvider.js.map +0 -1
- package/dist/esm/components/hook-form/RHFCheckbox.js +0 -13
- package/dist/esm/components/hook-form/RHFCheckbox.js.map +0 -1
- package/dist/esm/components/hook-form/RHFDatePicker.js +0 -18
- package/dist/esm/components/hook-form/RHFDatePicker.js.map +0 -1
- package/dist/esm/components/hook-form/RHFPhone.js +0 -20
- package/dist/esm/components/hook-form/RHFPhone.js.map +0 -1
- package/dist/esm/components/hook-form/RHFRadioGroup.js +0 -25
- package/dist/esm/components/hook-form/RHFRadioGroup.js.map +0 -1
- package/dist/esm/components/hook-form/RHFSelect.js +0 -32
- package/dist/esm/components/hook-form/RHFSelect.js.map +0 -1
- package/dist/esm/components/hook-form/RHFTextField.js +0 -11
- package/dist/esm/components/hook-form/RHFTextField.js.map +0 -1
- package/dist/esm/components/iconify/Iconify.js +0 -10
- package/dist/esm/components/iconify/Iconify.js.map +0 -1
- package/dist/esm/context/GlobalContext.js +0 -62
- package/dist/esm/context/GlobalContext.js.map +0 -1
- package/dist/esm/form/ChildEventCard.js +0 -56
- package/dist/esm/form/ChildEventCard.js.map +0 -1
- package/dist/esm/form/ChildEventDialog.js +0 -26
- package/dist/esm/form/ChildEventDialog.js.map +0 -1
- package/dist/esm/form/ChildEvents.js +0 -13
- package/dist/esm/form/ChildEvents.js.map +0 -1
- package/dist/esm/form/ContactPerson.js +0 -36
- package/dist/esm/form/ContactPerson.js.map +0 -1
- package/dist/esm/form/EmailConfirmation.js +0 -24
- package/dist/esm/form/EmailConfirmation.js.map +0 -1
- package/dist/esm/form/MerchandiseSelection.js +0 -13
- package/dist/esm/form/MerchandiseSelection.js.map +0 -1
- package/dist/esm/form/OrderSuccess.js +0 -53
- package/dist/esm/form/OrderSuccess.js.map +0 -1
- package/dist/esm/form/Payment.js +0 -210
- package/dist/esm/form/Payment.js.map +0 -1
- package/dist/esm/form/PaymentOverviewBox.js +0 -409
- package/dist/esm/form/PaymentOverviewBox.js.map +0 -1
- package/dist/esm/form/PaymentPending.js +0 -22
- package/dist/esm/form/PaymentPending.js.map +0 -1
- package/dist/esm/form/PaymentSuccess.js +0 -199
- package/dist/esm/form/PaymentSuccess.js.map +0 -1
- package/dist/esm/form/ReleaseCountdown.js +0 -30
- package/dist/esm/form/ReleaseCountdown.js.map +0 -1
- package/dist/esm/form/ReleaseWithMerchandise.js +0 -126
- package/dist/esm/form/ReleaseWithMerchandise.js.map +0 -1
- package/dist/esm/form/ScriptLoader.js +0 -17
- package/dist/esm/form/ScriptLoader.js.map +0 -1
- package/dist/esm/form/Shipping.js +0 -115
- package/dist/esm/form/Shipping.js.map +0 -1
- package/dist/esm/form/TicketForm.js +0 -447
- package/dist/esm/form/TicketForm.js.map +0 -1
- package/dist/esm/form/TicketSelection.js +0 -173
- package/dist/esm/form/TicketSelection.js.map +0 -1
- package/dist/esm/form/TicketSelectionMap.js +0 -63
- package/dist/esm/form/TicketSelectionMap.js.map +0 -1
- package/dist/esm/form/TicketWithMerchandiseSelection.js +0 -117
- package/dist/esm/form/TicketWithMerchandiseSelection.js.map +0 -1
- package/dist/esm/form/TimeslotSelection.js +0 -64
- package/dist/esm/form/TimeslotSelection.js.map +0 -1
- package/dist/esm/form/extra-field/ExtraField.js +0 -16
- package/dist/esm/form/extra-field/ExtraField.js.map +0 -1
- package/dist/esm/form/extra-field/ReleaseExtraFields.js +0 -56
- package/dist/esm/form/extra-field/ReleaseExtraFields.js.map +0 -1
- package/dist/esm/form/index.js +0 -65
- package/dist/esm/form/index.js.map +0 -1
- package/dist/esm/form/payment/FeeBox.js +0 -38
- package/dist/esm/form/payment/FeeBox.js.map +0 -1
- package/dist/esm/form/payment/PaymentOverviewCheckbox.js +0 -44
- package/dist/esm/form/payment/PaymentOverviewCheckbox.js.map +0 -1
- package/dist/esm/form/payment/PaymentSkeleton.js +0 -10
- package/dist/esm/form/payment/PaymentSkeleton.js.map +0 -1
- package/dist/esm/form/product/ProductCard.js +0 -57
- package/dist/esm/form/product/ProductCard.js.map +0 -1
- package/dist/esm/form/product/ProductVariantsDialog.js +0 -169
- package/dist/esm/form/product/ProductVariantsDialog.js.map +0 -1
- package/dist/esm/form/shipping/ShippingSkeleton.js +0 -10
- package/dist/esm/form/shipping/ShippingSkeleton.js.map +0 -1
- package/dist/esm/form/style.js +0 -44
- package/dist/esm/form/style.js.map +0 -1
- package/dist/esm/form/timeslot/TimeslotCalendar.js +0 -53
- package/dist/esm/form/timeslot/TimeslotCalendar.js.map +0 -1
- package/dist/esm/hooks/data/useActiveEventProducts.js +0 -18
- package/dist/esm/hooks/data/useActiveEventProducts.js.map +0 -1
- package/dist/esm/hooks/data/useAllowedPaymentMethods.js +0 -18
- package/dist/esm/hooks/data/useAllowedPaymentMethods.js.map +0 -1
- package/dist/esm/hooks/data/useEvent.js +0 -18
- package/dist/esm/hooks/data/useEvent.js.map +0 -1
- package/dist/esm/hooks/data/useEventActiveReleases.js +0 -22
- package/dist/esm/hooks/data/useEventActiveReleases.js.map +0 -1
- package/dist/esm/hooks/data/useEventShippingMethods.js +0 -18
- package/dist/esm/hooks/data/useEventShippingMethods.js.map +0 -1
- package/dist/esm/hooks/data/useEventTimeslots.js +0 -19
- package/dist/esm/hooks/data/useEventTimeslots.js.map +0 -1
- package/dist/esm/hooks/useCountdown.js +0 -36
- package/dist/esm/hooks/useCountdown.js.map +0 -1
- package/dist/esm/hooks/useDebounce.js +0 -13
- package/dist/esm/hooks/useDebounce.js.map +0 -1
- package/dist/esm/hooks/useErrors.js +0 -24
- package/dist/esm/hooks/useErrors.js.map +0 -1
- package/dist/esm/hooks/useFirstRender.js +0 -12
- package/dist/esm/hooks/useFirstRender.js.map +0 -1
- package/dist/esm/hooks/useGlobal.js +0 -7
- package/dist/esm/hooks/useGlobal.js.map +0 -1
- package/dist/esm/hooks/useResponsive.js +0 -25
- package/dist/esm/hooks/useResponsive.js.map +0 -1
- package/dist/esm/index.js +0 -6
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/locales/cs.js +0 -159
- package/dist/esm/locales/cs.js.map +0 -1
- package/dist/esm/locales/en.js +0 -160
- package/dist/esm/locales/en.js.map +0 -1
- package/dist/esm/locales/es.js +0 -160
- package/dist/esm/locales/es.js.map +0 -1
- package/dist/esm/locales/index.js +0 -7
- package/dist/esm/locales/index.js.map +0 -1
- package/dist/esm/locales/pl.js +0 -160
- package/dist/esm/locales/pl.js.map +0 -1
- package/dist/esm/locales/sk.js +0 -160
- package/dist/esm/locales/sk.js.map +0 -1
- package/dist/esm/locales/uk.js +0 -160
- package/dist/esm/locales/uk.js.map +0 -1
- package/dist/esm/modules/event-timeslot.js +0 -10
- package/dist/esm/modules/event-timeslot.js.map +0 -1
- package/dist/esm/modules/event.js +0 -19
- package/dist/esm/modules/event.js.map +0 -1
- package/dist/esm/modules/order.js +0 -10
- package/dist/esm/modules/order.js.map +0 -1
- package/dist/esm/modules/promo-code.js +0 -11
- package/dist/esm/modules/promo-code.js.map +0 -1
- package/dist/esm/modules/shopping-cart.js +0 -13
- package/dist/esm/modules/shopping-cart.js.map +0 -1
- package/dist/esm/utils/axios.js +0 -16
- package/dist/esm/utils/axios.js.map +0 -1
- package/dist/esm/utils/data/cookie.js +0 -4
- package/dist/esm/utils/data/cookie.js.map +0 -1
- package/dist/esm/utils/data/currency.js +0 -9
- package/dist/esm/utils/data/currency.js.map +0 -1
- package/dist/esm/utils/data/event.js +0 -8
- package/dist/esm/utils/data/event.js.map +0 -1
- package/dist/esm/utils/data/extra-field.js +0 -16
- package/dist/esm/utils/data/extra-field.js.map +0 -1
- package/dist/esm/utils/data/gender.js +0 -9
- package/dist/esm/utils/data/gender.js.map +0 -1
- package/dist/esm/utils/data/global.js +0 -4
- package/dist/esm/utils/data/global.js.map +0 -1
- package/dist/esm/utils/data/gopay.js +0 -14
- package/dist/esm/utils/data/gopay.js.map +0 -1
- package/dist/esm/utils/data/language.js +0 -14
- package/dist/esm/utils/data/language.js.map +0 -1
- package/dist/esm/utils/data/lottie/bank-transfer.json.js +0 -4
- package/dist/esm/utils/data/lottie/bank-transfer.json.js.map +0 -1
- package/dist/esm/utils/data/promo-code.js +0 -8
- package/dist/esm/utils/data/promo-code.js.map +0 -1
- package/dist/esm/utils/data/shipping-method.js +0 -8
- package/dist/esm/utils/data/shipping-method.js.map +0 -1
- package/dist/esm/utils/formatNumber.js +0 -17
- package/dist/esm/utils/formatNumber.js.map +0 -1
- package/dist/esm/utils/global.js +0 -21
- package/dist/esm/utils/global.js.map +0 -1
- package/dist/esm/utils/gtm.js +0 -112
- package/dist/esm/utils/gtm.js.map +0 -1
- package/dist/esm/utils/isBrowser.js +0 -4
- package/dist/esm/utils/isBrowser.js.map +0 -1
- package/dist/esm/utils/place.js +0 -4
- package/dist/esm/utils/place.js.map +0 -1
- package/dist/esm/utils/price.js +0 -12
- package/dist/esm/utils/price.js.map +0 -1
- package/dist/esm/utils/product.js +0 -27
- package/dist/esm/utils/product.js.map +0 -1
- package/dist/esm/utils/translation.js +0 -4
- package/dist/esm/utils/translation.js.map +0 -1
- package/dist/esm/utils/url.js +0 -16
- package/dist/esm/utils/url.js.map +0 -1
- package/dist/types/components/ClientOnly.d.ts +0 -5
- package/dist/types/components/CustomSkeleton.d.ts +0 -4
- package/dist/types/components/Image.d.ts +0 -14
- package/dist/types/components/Label.d.ts +0 -11
- package/dist/types/components/TextIconLabel.d.ts +0 -11
- package/dist/types/components/TicketFormSkeleton.d.ts +0 -3
- package/dist/types/components/Trans.d.ts +0 -12
- package/dist/types/components/animate/DialogAnimate.d.ts +0 -9
- package/dist/types/components/animate/IconButtonAnimate.d.ts +0 -7
- package/dist/types/components/animate/MotionContainer.d.ts +0 -10
- package/dist/types/components/animate/MotionLazyContainer.d.ts +0 -6
- package/dist/types/components/animate/MotionViewport.d.ts +0 -10
- package/dist/types/components/animate/TextAnimate.d.ts +0 -9
- package/dist/types/components/animate/index.d.ts +0 -7
- package/dist/types/components/animate/variants/actions.d.ts +0 -5
- package/dist/types/components/animate/variants/background.d.ts +0 -104
- package/dist/types/components/animate/variants/bounce.d.ts +0 -131
- package/dist/types/components/animate/variants/container.d.ts +0 -19
- package/dist/types/components/animate/variants/fade.d.ts +0 -217
- package/dist/types/components/animate/variants/flip.d.ts +0 -75
- package/dist/types/components/animate/variants/index.d.ts +0 -12
- package/dist/types/components/animate/variants/path.d.ts +0 -14
- package/dist/types/components/animate/variants/rotate.d.ts +0 -39
- package/dist/types/components/animate/variants/scale.d.ts +0 -75
- package/dist/types/components/animate/variants/slide.d.ts +0 -155
- package/dist/types/components/animate/variants/transition.d.ts +0 -13
- package/dist/types/components/animate/variants/zoom.d.ts +0 -199
- package/dist/types/components/confirm-dialog/ConfirmDialog.d.ts +0 -3
- package/dist/types/components/confirm-dialog/index.d.ts +0 -1
- package/dist/types/components/confirm-dialog/types.d.ts +0 -8
- package/dist/types/components/hook-form/FormProvider.d.ts +0 -9
- package/dist/types/components/hook-form/RHFAutocomplete.d.ts +0 -9
- package/dist/types/components/hook-form/RHFCheckbox.d.ts +0 -20
- package/dist/types/components/hook-form/RHFCodes.d.ts +0 -8
- package/dist/types/components/hook-form/RHFDatePicker.d.ts +0 -9
- package/dist/types/components/hook-form/RHFPhone.d.ts +0 -8
- package/dist/types/components/hook-form/RHFRadioGroup.d.ts +0 -14
- package/dist/types/components/hook-form/RHFSelect.d.ts +0 -23
- package/dist/types/components/hook-form/RHFSlider.d.ts +0 -8
- package/dist/types/components/hook-form/RHFSwitch.d.ts +0 -8
- package/dist/types/components/hook-form/RHFTextField.d.ts +0 -7
- package/dist/types/components/hook-form/index.d.ts +0 -9
- package/dist/types/components/iconify/Iconify.d.ts +0 -10
- package/dist/types/components/iconify/index.d.ts +0 -2
- package/dist/types/components/iconify/types.d.ts +0 -2
- package/dist/types/components/index.d.ts +0 -4
- package/dist/types/context/GlobalContext.d.ts +0 -16
- package/dist/types/form/ChildEventCard.d.ts +0 -7
- package/dist/types/form/ChildEventDialog.d.ts +0 -9
- package/dist/types/form/ChildEvents.d.ts +0 -8
- package/dist/types/form/ContactPerson.d.ts +0 -7
- package/dist/types/form/EmailConfirmation.d.ts +0 -8
- package/dist/types/form/MerchandiseSelection.d.ts +0 -9
- package/dist/types/form/OrderSuccess.d.ts +0 -9
- package/dist/types/form/Payment.d.ts +0 -7
- package/dist/types/form/PaymentOverviewBox.d.ts +0 -7
- package/dist/types/form/PaymentPending.d.ts +0 -3
- package/dist/types/form/PaymentSuccess.d.ts +0 -9
- package/dist/types/form/ReleaseCountdown.d.ts +0 -8
- package/dist/types/form/ReleaseWithMerchandise.d.ts +0 -12
- package/dist/types/form/ScriptLoader.d.ts +0 -3
- package/dist/types/form/Shipping.d.ts +0 -7
- package/dist/types/form/TicketForm.d.ts +0 -11
- package/dist/types/form/TicketSelection.d.ts +0 -7
- package/dist/types/form/TicketSelectionMap.d.ts +0 -7
- package/dist/types/form/TicketWithMerchandiseSelection.d.ts +0 -7
- package/dist/types/form/TimeslotSelection.d.ts +0 -7
- package/dist/types/form/extra-field/ExtraField.d.ts +0 -9
- package/dist/types/form/extra-field/ReleaseExtraFields.d.ts +0 -10
- package/dist/types/form/index.d.ts +0 -26
- package/dist/types/form/payment/FeeBox.d.ts +0 -8
- package/dist/types/form/payment/PaymentOverviewCheckbox.d.ts +0 -12
- package/dist/types/form/payment/PaymentSkeleton.d.ts +0 -7
- package/dist/types/form/product/ProductCard.d.ts +0 -9
- package/dist/types/form/product/ProductVariantsDialog.d.ts +0 -14
- package/dist/types/form/shipping/ShippingSkeleton.d.ts +0 -7
- package/dist/types/form/style.d.ts +0 -11
- package/dist/types/form/timeslot/TimeslotCalendar.d.ts +0 -12
- package/dist/types/hooks/data/useActiveEventProducts.d.ts +0 -8
- package/dist/types/hooks/data/useAllowedPaymentMethods.d.ts +0 -9
- package/dist/types/hooks/data/useEvent.d.ts +0 -8
- package/dist/types/hooks/data/useEventActiveReleases.d.ts +0 -8
- package/dist/types/hooks/data/useEventShippingMethods.d.ts +0 -8
- package/dist/types/hooks/data/useEventTimeslots.d.ts +0 -10
- package/dist/types/hooks/useCountdown.d.ts +0 -6
- package/dist/types/hooks/useDebounce.d.ts +0 -1
- package/dist/types/hooks/useErrors.d.ts +0 -4
- package/dist/types/hooks/useEventListener.d.ts +0 -5
- package/dist/types/hooks/useFirstRender.d.ts +0 -1
- package/dist/types/hooks/useGlobal.d.ts +0 -2
- package/dist/types/hooks/useResponsive.d.ts +0 -8
- package/dist/types/index.d.ts +0 -4
- package/dist/types/locales/cs.d.ts +0 -157
- package/dist/types/locales/en.d.ts +0 -158
- package/dist/types/locales/es.d.ts +0 -158
- package/dist/types/locales/index.d.ts +0 -6
- package/dist/types/locales/pl.d.ts +0 -158
- package/dist/types/locales/sk.d.ts +0 -158
- package/dist/types/locales/uk.d.ts +0 -158
- package/dist/types/modules/event-timeslot.d.ts +0 -2
- package/dist/types/modules/event.d.ts +0 -5
- package/dist/types/modules/order.d.ts +0 -7
- package/dist/types/modules/promo-code.d.ts +0 -1
- package/dist/types/modules/shopping-cart.d.ts +0 -4
- package/dist/types/utils/axios.d.ts +0 -2
- package/dist/types/utils/data/cookie.d.ts +0 -1
- package/dist/types/utils/data/currency.d.ts +0 -5
- package/dist/types/utils/data/event.d.ts +0 -4
- package/dist/types/utils/data/extra-field.d.ts +0 -11
- package/dist/types/utils/data/gender.d.ts +0 -5
- package/dist/types/utils/data/global.d.ts +0 -1
- package/dist/types/utils/data/gopay.d.ts +0 -10
- package/dist/types/utils/data/language.d.ts +0 -10
- package/dist/types/utils/data/order.d.ts +0 -4
- package/dist/types/utils/data/product.d.ts +0 -3
- package/dist/types/utils/data/promo-code.d.ts +0 -4
- package/dist/types/utils/data/shipping-method.d.ts +0 -4
- package/dist/types/utils/data/shopping-cart.d.ts +0 -5
- package/dist/types/utils/formatNumber.d.ts +0 -8
- package/dist/types/utils/global.d.ts +0 -4
- package/dist/types/utils/gtm.d.ts +0 -28
- package/dist/types/utils/isBrowser.d.ts +0 -1
- package/dist/types/utils/place.d.ts +0 -2
- package/dist/types/utils/price.d.ts +0 -5
- package/dist/types/utils/product.d.ts +0 -3
- package/dist/types/utils/translation.d.ts +0 -2
- package/dist/types/utils/types/animate.d.ts +0 -26
- package/dist/types/utils/types/artist.type.d.ts +0 -17
- package/dist/types/utils/types/company.type.d.ts +0 -12
- package/dist/types/utils/types/country.type.d.ts +0 -39
- package/dist/types/utils/types/customer.type.d.ts +0 -10
- package/dist/types/utils/types/event-product.type.d.ts +0 -15
- package/dist/types/utils/types/event-timeslot.type.d.ts +0 -15
- package/dist/types/utils/types/event.type.d.ts +0 -67
- package/dist/types/utils/types/extra-field.type.d.ts +0 -18
- package/dist/types/utils/types/file.type.d.ts +0 -6
- package/dist/types/utils/types/global.type.d.ts +0 -76
- package/dist/types/utils/types/gtm.type.d.ts +0 -90
- package/dist/types/utils/types/locale.type.d.ts +0 -4
- package/dist/types/utils/types/order.type.d.ts +0 -69
- package/dist/types/utils/types/palette.type.d.ts +0 -1
- package/dist/types/utils/types/payment-method.type.d.ts +0 -23
- package/dist/types/utils/types/pixel.type.d.ts +0 -7
- package/dist/types/utils/types/place.type.d.ts +0 -19
- package/dist/types/utils/types/product-image.type.d.ts +0 -5
- package/dist/types/utils/types/product-parameter.type.d.ts +0 -7
- package/dist/types/utils/types/product-variant.type.d.ts +0 -9
- package/dist/types/utils/types/product.type.d.ts +0 -57
- package/dist/types/utils/types/project.type.d.ts +0 -24
- package/dist/types/utils/types/promo-code.type.d.ts +0 -15
- package/dist/types/utils/types/release-category.type.d.ts +0 -17
- package/dist/types/utils/types/release.type.d.ts +0 -28
- package/dist/types/utils/types/shipping-method.type.d.ts +0 -11
- package/dist/types/utils/types/shopping-cart.type.d.ts +0 -78
- package/dist/types/utils/types/ticket.type.d.ts +0 -110
- package/dist/types/utils/types/translation.type.d.ts +0 -18
- package/dist/types/utils/types/user.type.d.ts +0 -9
- package/dist/types/utils/url.d.ts +0 -1
- package/src/form/MerchandiseSelection.tsx +0 -29
- package/src/form/ReleaseWithMerchandise.tsx +0 -230
- /package/src/form/{TicketSelectionMap.tsx → tickets/TicketSelectionMap.tsx} +0 -0
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const v="5.6.5";const fr=24;const ip=0;const op=74;const w=738;const h=100;const nm="bank transfer";const ddd=0;const assets=[];const layers=[{ddd:0,ind:1,ty:4,nm:"r bank Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[655.22,48.585,0],ix:2},a:{a:0,k:[40.949,41.396,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[38.126,30.072],[40.499,31.134],[40.499,38.773],[39.437,41.146],[-38.124,41.146],[-40.498,40.084],[-40.498,32.445],[-39.435,30.072]],o:[[39.437,30.072],[40.499,32.445],[40.499,40.084],[38.126,41.146],[-39.435,41.146],[-40.498,38.773],[-40.498,31.134],[-38.124,30.072]],v:[[38.126,30.072],[40.499,32.445],[40.499,38.773],[38.126,41.146],[-38.124,41.146],[-40.498,38.773],[-40.498,32.445],[-38.124,30.072]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[31.729,27.372],[22.238,27.372],[22.238,-2.628],[31.729,-2.628]],o:[[31.729,27.372],[22.238,27.372],[22.238,-2.628],[31.729,-2.628]],v:[[31.729,27.372],[22.238,27.372],[22.238,-2.628],[31.729,-2.628]],c:true},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[31.729,-2.628]],o:[[31.729,-2.628]],v:[[31.729,-2.628]],c:false},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],o:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],v:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],c:true},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[13.749,-2.628]],o:[[13.749,-2.628]],v:[[13.749,-2.628]],c:false},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:5,ty:"sh",ix:6,ks:{a:0,k:{i:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],o:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],v:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],c:true},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:6,ty:"sh",ix:7,ks:{a:0,k:{i:[[-4.233,-2.628]],o:[[-4.233,-2.628]],v:[[-4.233,-2.628]],c:false},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:7,ty:"sh",ix:8,ks:{a:0,k:{i:[[-22.215,27.372],[-31.707,27.372],[-31.707,-2.628],[-22.215,-2.628]],o:[[-22.215,27.372],[-31.707,27.372],[-31.707,-2.628],[-22.215,-2.628]],v:[[-22.215,27.372],[-31.707,27.372],[-31.707,-2.628],[-22.215,-2.628]],c:true},ix:2},nm:"Path 8",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:8,ty:"sh",ix:9,ks:{a:0,k:{i:[[-22.215,-2.628]],o:[[-22.215,-2.628]],v:[[-22.215,-2.628]],c:false},ix:2},nm:"Path 9",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:9,ty:"sh",ix:10,ks:{a:0,k:{i:[[34.872,-10.168],[34.872,-7.795],[33.81,-5.422],[-32.499,-5.422],[-34.871,-6.484],[-34.871,-10.168]],o:[[34.872,-10.168],[34.872,-6.484],[32.499,-5.422],[-33.81,-5.422],[-34.871,-7.795],[-34.871,-10.168]],v:[[34.872,-10.168],[34.872,-7.795],[32.499,-5.422],[-32.499,-5.422],[-34.871,-7.795],[-34.871,-10.168]],c:true},ix:2},nm:"Path 10",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:10,ty:"sh",ix:11,ks:{a:0,k:{i:[[-1.243,-40.676],[0.4810000000000001,-41.146],[39.371,-17.208],[40.69799999999999,-15.562],[39.188,-12.814],[-38.126,-12.814],[-40.120999999999995,-13.518999999999998],[-40.275000000000006,-16.651]],o:[[-0.4800000000000001,-41.146],[1.243,-40.676],[40.275000000000006,-16.651999999999997],[40.120999999999995,-13.518999999999998],[38.127,-12.814],[-39.187,-12.814],[-40.699,-15.562],[-39.371,-17.208]],v:[[-1.243,-40.676],[1.243,-40.676],[39.371,-17.208],[40.41,-14.54],[38.127,-12.814],[-38.126,-12.814],[-40.41,-14.54],[-39.371,-17.208]],c:true},ix:2},nm:"Path 11",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"mm",mm:1,nm:"Merge Paths 1",mn:"ADBE Vector Filter - Merge",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9804,0.3294,0.1098,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.948,41.396],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:13,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:2,ty:4,nm:"l bank Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[79.22,48.585,0],ix:2},a:{a:0,k:[40.949,41.396,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[38.126,30.072],[40.499,31.134],[40.499,38.773],[39.437,41.146],[-38.124,41.146],[-40.498,40.084],[-40.498,32.445],[-39.435,30.072]],o:[[39.437,30.072],[40.499,32.445],[40.499,40.084],[38.126,41.146],[-39.435,41.146],[-40.498,38.773],[-40.498,31.134],[-38.124,30.072]],v:[[38.126,30.072],[40.499,32.445],[40.499,38.773],[38.126,41.146],[-38.124,41.146],[-40.498,38.773],[-40.498,32.445],[-38.124,30.072]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[31.73,27.372],[22.239,27.372],[22.239,-2.628],[31.73,-2.628]],o:[[31.73,27.372],[22.239,27.372],[22.239,-2.628],[31.73,-2.628]],v:[[31.73,27.372],[22.239,27.372],[22.239,-2.628],[31.73,-2.628]],c:true},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[31.73,-2.628]],o:[[31.73,-2.628]],v:[[31.73,-2.628]],c:false},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],o:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],v:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],c:true},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[13.749,-2.628]],o:[[13.749,-2.628]],v:[[13.749,-2.628]],c:false},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:5,ty:"sh",ix:6,ks:{a:0,k:{i:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],o:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],v:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],c:true},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:6,ty:"sh",ix:7,ks:{a:0,k:{i:[[-4.233,-2.628]],o:[[-4.233,-2.628]],v:[[-4.233,-2.628]],c:false},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:7,ty:"sh",ix:8,ks:{a:0,k:{i:[[-22.216,27.372],[-31.708,27.372],[-31.708,-2.628],[-22.216,-2.628]],o:[[-22.216,27.372],[-31.708,27.372],[-31.708,-2.628],[-22.216,-2.628]],v:[[-22.216,27.372],[-31.708,27.372],[-31.708,-2.628],[-22.216,-2.628]],c:true},ix:2},nm:"Path 8",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:8,ty:"sh",ix:9,ks:{a:0,k:{i:[[-22.216,-2.628]],o:[[-22.216,-2.628]],v:[[-22.216,-2.628]],c:false},ix:2},nm:"Path 9",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:9,ty:"sh",ix:10,ks:{a:0,k:{i:[[34.872,-10.168],[34.872,-7.795],[33.809000000000005,-5.422],[-32.499,-5.422],[-34.871,-6.484],[-34.871,-10.168]],o:[[34.872,-10.168],[34.872,-6.484],[32.499,-5.422],[-33.809000000000005,-5.422],[-34.871,-7.795],[-34.871,-10.168]],v:[[34.872,-10.168],[34.872,-7.795],[32.499,-5.422],[-32.499,-5.422],[-34.871,-7.795],[-34.871,-10.168]],c:true},ix:2},nm:"Path 10",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:10,ty:"sh",ix:11,ks:{a:0,k:{i:[[-1.244,-40.676],[0.481,-41.146],[39.371,-17.208],[40.699,-15.562],[39.188,-12.814],[-38.127,-12.814],[-40.120999999999995,-13.518999999999998],[-40.275000000000006,-16.651]],o:[[-0.481,-41.146],[1.244,-40.676],[40.275000000000006,-16.651999999999997],[40.120999999999995,-13.518999999999998],[38.127,-12.814],[-39.188,-12.814],[-40.699,-15.562],[-39.371,-17.208]],v:[[-1.244,-40.676],[1.244,-40.676],[39.371,-17.208],[40.41,-14.54],[38.127,-12.814],[-38.127,-12.814],[-40.41,-14.54],[-39.371,-17.208]],c:true},ix:2},nm:"Path 11",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"mm",mm:1,nm:"Merge Paths 1",mn:"ADBE Vector Filter - Merge",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9804,0.3294,0.1098,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.949,41.396],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:13,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:3,ty:4,nm:"lines Outlines 2",td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[367.221,50.457,0],ix:2},a:{a:0,k:[205.75,3.25,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[400.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[370.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 2",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[340.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 3",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[310.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 4",np:2,cix:2,bm:0,ix:4,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[280.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 5",np:2,cix:2,bm:0,ix:5,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[250.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 6",np:2,cix:2,bm:0,ix:6,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[220.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 7",np:2,cix:2,bm:0,ix:7,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[190.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 8",np:2,cix:2,bm:0,ix:8,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[160.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 9",np:2,cix:2,bm:0,ix:9,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[130.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 10",np:2,cix:2,bm:0,ix:10,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[100.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 11",np:2,cix:2,bm:0,ix:11,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[70.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 12",np:2,cix:2,bm:0,ix:12,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 13",np:2,cix:2,bm:0,ix:13,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[10.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 14",np:2,cix:2,bm:0,ix:14,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:4,ty:4,nm:"Shape Layer 1",tt:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.34],y:[1]},o:{x:[0.26],y:[0]},t:0,s:[141.465]},{i:{x:[0.34],y:[1]},o:{x:[0.26],y:[0]},t:36,s:[683.465]},{i:{x:[0.34],y:[1]},o:{x:[0.26],y:[0]},t:37,s:[141.465]},{t:73,s:[683.465]}],ix:3},y:{a:0,k:48.4,ix:4}},a:{a:0,k:[-125.535,-3.6,0],ix:1},s:{a:0,k:[14.105,39.614,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9753,0.7274,0.6447,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-765.035,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[110.538,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 4",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[1,0.265,0.02,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-550.035,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[114.837,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 3",np:3,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[1,0.25,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-335.535,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[110.435,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 2",np:3,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9804,0.3294,0.1098,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-125.535,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[113.221,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 1",np:3,cix:2,bm:0,ix:4,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:5,ty:4,nm:"lines Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[367.221,50.457,0],ix:2},a:{a:0,k:[205.75,3.25,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[400.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[370.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 2",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[340.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 3",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[310.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 4",np:2,cix:2,bm:0,ix:4,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[280.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 5",np:2,cix:2,bm:0,ix:5,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[250.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 6",np:2,cix:2,bm:0,ix:6,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[220.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 7",np:2,cix:2,bm:0,ix:7,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[190.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 8",np:2,cix:2,bm:0,ix:8,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[160.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 9",np:2,cix:2,bm:0,ix:9,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[130.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 10",np:2,cix:2,bm:0,ix:10,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[100.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 11",np:2,cix:2,bm:0,ix:11,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[70.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 12",np:2,cix:2,bm:0,ix:12,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 13",np:2,cix:2,bm:0,ix:13,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[10.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 14",np:2,cix:2,bm:0,ix:14,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true}];const markers=[];const __complete=true;var bankTransferAnimation = {v:v,fr:fr,ip:ip,op:op,w:w,h:h,nm:nm,ddd:ddd,assets:assets,layers:layers,markers:markers,__complete:__complete};
|
|
2
|
-
|
|
3
|
-
export { __complete, assets, ddd, bankTransferAnimation as default, fr, h, ip, layers, markers, nm, op, v, w };
|
|
4
|
-
//# sourceMappingURL=bank-transfer.json.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bank-transfer.json.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"promo-code.js","sources":["../../../../src/utils/data/promo-code.ts"],"sourcesContent":["export enum PromoCodeTypes {\n PERCENTAGE = 'PERCENTAGE',\n FIXED = 'FIXED',\n}\n"],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,cAAc,EAAA;AACxB,IAAA,cAAA,CAAA,YAAA,CAAA,GAAA,YAAyB;AACzB,IAAA,cAAA,CAAA,OAAA,CAAA,GAAA,OAAe;AACjB,CAAC,EAHW,cAAc,KAAd,cAAc,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"shipping-method.js","sources":["../../../../src/utils/data/shipping-method.ts"],"sourcesContent":["export enum ShippingTypes {\n PACKETA = 'PACKETA',\n PICK_UP = 'PICK_UP',\n}\n"],"names":[],"mappings":"IAAY;AAAZ,CAAA,UAAY,aAAa,EAAA;AACvB,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACnB,IAAA,aAAA,CAAA,SAAA,CAAA,GAAA,SAAmB;AACrB,CAAC,EAHW,aAAa,KAAb,aAAa,GAAA,EAAA,CAAA,CAAA;;;;"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import 'numeral';
|
|
2
|
-
import { Currencies } from './data/currency.js';
|
|
3
|
-
|
|
4
|
-
// ----------------------------------------------------------------------
|
|
5
|
-
function fCurrency(number, locales = 'cs', currency = Currencies.CZK, decimals = 0) {
|
|
6
|
-
decimals = currency !== Currencies.CZK && !decimals ? 2 : decimals;
|
|
7
|
-
const formattedNumber = new Intl.NumberFormat(locales, {
|
|
8
|
-
style: 'currency',
|
|
9
|
-
currency,
|
|
10
|
-
maximumFractionDigits: decimals,
|
|
11
|
-
currencyDisplay: 'narrowSymbol',
|
|
12
|
-
}).format(number);
|
|
13
|
-
return formattedNumber.replace('.', locales === 'cs' ? ' ' : ',');
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export { fCurrency };
|
|
17
|
-
//# sourceMappingURL=formatNumber.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"formatNumber.js","sources":["../../../src/utils/formatNumber.ts"],"sourcesContent":["import numeral from 'numeral';\nimport { Currencies } from '@utils/data/currency';\n\n// ----------------------------------------------------------------------\n\nexport function fCurrency(number: number, locales = 'cs', currency = Currencies.CZK, decimals = 0) {\n decimals = currency !== Currencies.CZK && !decimals ? 2 : decimals;\n const formattedNumber = new Intl.NumberFormat(locales, {\n style: 'currency',\n currency,\n maximumFractionDigits: decimals,\n currencyDisplay: 'narrowSymbol',\n }).format(number);\n return formattedNumber.replace('.', locales === 'cs' ? ' ' : ',');\n}\n\nexport function fCurrencyPlain(currency: number) {\n return currency.toString().replace('.', ',');\n}\n\nexport function fPercent(number: number) {\n return numeral(number / 100).format('0%');\n}\n\nexport function fNumber(number: string | number) {\n return numeral(number).format();\n}\n\nexport function fShortenNumber(number: string | number) {\n return numeral(number).format('0.00a').replace('.00', '');\n}\n\nexport function fData(number: string | number) {\n return numeral(number).format('0.0 b');\n}\n\nexport const roundUp = (number: number, decimals = 2) => {\n let decimal = 10;\n for (let i = 1; i < decimals; i++) {\n decimal = decimal * 10;\n }\n return Math.ceil(number * decimal) / decimal;\n};\n"],"names":[],"mappings":";;;AAGA;SAEgB,SAAS,CAAC,MAAc,EAAE,OAAO,GAAG,IAAI,EAAE,QAAQ,GAAG,UAAU,CAAC,GAAG,EAAE,QAAQ,GAAG,CAAC,EAAA;AAC/F,IAAA,QAAQ,GAAG,QAAQ,KAAK,UAAU,CAAC,GAAG,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,QAAQ;IAClE,MAAM,eAAe,GAAG,IAAI,IAAI,CAAC,YAAY,CAAC,OAAO,EAAE;AACrD,QAAA,KAAK,EAAE,UAAU;QACjB,QAAQ;AACR,QAAA,qBAAqB,EAAE,QAAQ;AAC/B,QAAA,eAAe,EAAE,cAAc;AAChC,KAAA,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC;AACjB,IAAA,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,GAAG,GAAG,GAAG,GAAG,CAAC;AACnE;;;;"}
|
package/dist/esm/utils/global.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
const cloneObject = (object) => JSON.parse(JSON.stringify(object));
|
|
2
|
-
const parseQuery = (objectQuery) => {
|
|
3
|
-
if (!objectQuery && typeof objectQuery !== 'object') {
|
|
4
|
-
return '';
|
|
5
|
-
}
|
|
6
|
-
const query = [];
|
|
7
|
-
Object.entries(objectQuery).forEach(([key, value]) => {
|
|
8
|
-
if (value) {
|
|
9
|
-
query.push(`${key}=${value}`);
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
return query.length ? `?${query.join('&')}` : '';
|
|
13
|
-
};
|
|
14
|
-
const groupBy = (xs, key) => xs.reduce((rv, x) => {
|
|
15
|
-
(rv[x[key]] = rv[x[key]] || []).push(x);
|
|
16
|
-
return rv;
|
|
17
|
-
}, {});
|
|
18
|
-
const getNestedValue = (obj, path) => path.split('.').reduce((acc, part) => acc?.[part], obj);
|
|
19
|
-
|
|
20
|
-
export { cloneObject, getNestedValue, groupBy, parseQuery };
|
|
21
|
-
//# sourceMappingURL=global.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global.js","sources":["../../../src/utils/global.ts"],"sourcesContent":["export const cloneObject = (object: any) => JSON.parse(JSON.stringify(object));\n\nexport const parseQuery = (objectQuery?: object): string => {\n if (!objectQuery && typeof objectQuery !== 'object') {\n return '';\n }\n const query: string[] = [];\n Object.entries(objectQuery).forEach(([key, value]) => {\n if (value) {\n query.push(`${key}=${value}`);\n }\n });\n\n return query.length ? `?${query.join('&')}` : '';\n};\n\nexport const groupBy = (xs: any[], key: any) =>\n xs.reduce((rv: any, x) => {\n (rv[x[key]] = rv[x[key]] || []).push(x);\n return rv;\n }, {});\n\nexport const getNestedValue = (obj: any, path: string): string | undefined =>\n path.split('.').reduce((acc, part) => acc?.[part], obj);\n"],"names":[],"mappings":"MAAa,WAAW,GAAG,CAAC,MAAW,KAAK,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC;AAEtE,MAAM,UAAU,GAAG,CAAC,WAAoB,KAAY;IACzD,IAAI,CAAC,WAAW,IAAI,OAAO,WAAW,KAAK,QAAQ,EAAE;AACnD,QAAA,OAAO,EAAE;;IAEX,MAAM,KAAK,GAAa,EAAE;AAC1B,IAAA,MAAM,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,KAAI;QACnD,IAAI,KAAK,EAAE;YACT,KAAK,CAAC,IAAI,CAAC,CAAA,EAAG,GAAG,CAAA,CAAA,EAAI,KAAK,CAAA,CAAE,CAAC;;AAEjC,KAAC,CAAC;AAEF,IAAA,OAAO,KAAK,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA,CAAE,GAAG,EAAE;AAClD;MAEa,OAAO,GAAG,CAAC,EAAS,EAAE,GAAQ,KACzC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAO,EAAE,CAAC,KAAI;IACvB,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACvC,IAAA,OAAO,EAAE;AACX,CAAC,EAAE,EAAE;AAEA,MAAM,cAAc,GAAG,CAAC,GAAQ,EAAE,IAAY,KACnD,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,KAAK,GAAG,GAAG,IAAI,CAAC,EAAE,GAAG;;;;"}
|
package/dist/esm/utils/gtm.js
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { isBrowser } from './isBrowser.js';
|
|
2
|
-
import Cookies from 'js-cookie';
|
|
3
|
-
import { UserIpCookie } from './data/cookie.js';
|
|
4
|
-
|
|
5
|
-
const getGtmPageView = (url, userData) => {
|
|
6
|
-
const userIp = Cookies.get(UserIpCookie);
|
|
7
|
-
const pageEvent = {
|
|
8
|
-
event: 'page_view',
|
|
9
|
-
page: url,
|
|
10
|
-
ip: userIp || '',
|
|
11
|
-
user_data: userData || null,
|
|
12
|
-
};
|
|
13
|
-
return pageEvent;
|
|
14
|
-
};
|
|
15
|
-
const getGtmBeginCheckout = (item, pixels, userData) => {
|
|
16
|
-
const userIp = Cookies.get(UserIpCookie);
|
|
17
|
-
const pageEvent = {
|
|
18
|
-
event: 'begin_checkout',
|
|
19
|
-
fb_pixel_id: pixels?.fb_pixel_id || '',
|
|
20
|
-
tiktok_pixel_id: pixels?.tiktok_pixel_id || '',
|
|
21
|
-
ecommerce: item,
|
|
22
|
-
ip: userIp || '',
|
|
23
|
-
user_data: userData || null,
|
|
24
|
-
};
|
|
25
|
-
return pageEvent;
|
|
26
|
-
};
|
|
27
|
-
const gtmBeginCheckout = (item, pixels, userData) => {
|
|
28
|
-
const pageEvent = getGtmBeginCheckout(item, pixels, userData);
|
|
29
|
-
if (isBrowser() && window.dataLayer)
|
|
30
|
-
window.dataLayer.push(pageEvent);
|
|
31
|
-
return pageEvent;
|
|
32
|
-
};
|
|
33
|
-
const getGtmViewCart = (item, pixels) => {
|
|
34
|
-
const userIp = Cookies.get(UserIpCookie);
|
|
35
|
-
const pageEvent = {
|
|
36
|
-
event: 'view_cart',
|
|
37
|
-
fb_pixel_id: pixels?.fb_pixel_id || '',
|
|
38
|
-
tiktok_pixel_id: pixels?.tiktok_pixel_id || '',
|
|
39
|
-
ecommerce: item,
|
|
40
|
-
ip: userIp || '',
|
|
41
|
-
};
|
|
42
|
-
return pageEvent;
|
|
43
|
-
};
|
|
44
|
-
const gtmViewCart = (item, pixels) => {
|
|
45
|
-
const pageEvent = getGtmViewCart(item, pixels);
|
|
46
|
-
if (isBrowser() && window.dataLayer)
|
|
47
|
-
setTimeout(() => window.dataLayer.push(pageEvent), 500);
|
|
48
|
-
return pageEvent;
|
|
49
|
-
};
|
|
50
|
-
const getGtmAddPaymentInfo = (item, pixels, userData) => {
|
|
51
|
-
const userIp = Cookies.get(UserIpCookie);
|
|
52
|
-
const pageEvent = {
|
|
53
|
-
event: 'add_payment_info',
|
|
54
|
-
fb_pixel_id: pixels?.fb_pixel_id || '',
|
|
55
|
-
tiktok_pixel_id: pixels?.tiktok_pixel_id || '',
|
|
56
|
-
ecommerce: item,
|
|
57
|
-
ip: userIp || '',
|
|
58
|
-
user_data: userData || null,
|
|
59
|
-
};
|
|
60
|
-
return pageEvent;
|
|
61
|
-
};
|
|
62
|
-
const gtmAddPaymentInfo = (item, pixels) => {
|
|
63
|
-
const pageEvent = getGtmAddPaymentInfo(item, pixels);
|
|
64
|
-
if (isBrowser() && window.dataLayer)
|
|
65
|
-
setTimeout(() => window.dataLayer.push(pageEvent), 500);
|
|
66
|
-
return pageEvent;
|
|
67
|
-
};
|
|
68
|
-
const getGtmPurchase = (item, pixels, userData) => {
|
|
69
|
-
const userIp = Cookies.get(UserIpCookie);
|
|
70
|
-
const pageEvent = {
|
|
71
|
-
event: 'purchase',
|
|
72
|
-
fb_pixel_id: pixels?.fb_pixel_id || '',
|
|
73
|
-
tiktok_pixel_id: pixels?.tiktok_pixel_id || '',
|
|
74
|
-
ecommerce: item,
|
|
75
|
-
user_data: userData || null,
|
|
76
|
-
ip: userIp || '',
|
|
77
|
-
};
|
|
78
|
-
return pageEvent;
|
|
79
|
-
};
|
|
80
|
-
const gtmPurchase = (item, pixels, userData) => {
|
|
81
|
-
const pageEvent = getGtmPurchase(item, pixels, userData);
|
|
82
|
-
if (isBrowser() && window.dataLayer)
|
|
83
|
-
setTimeout(() => window.dataLayer.push(pageEvent), 500);
|
|
84
|
-
return pageEvent;
|
|
85
|
-
};
|
|
86
|
-
const getGtmPurchasePaid = (item, pixels, userData) => {
|
|
87
|
-
const userIp = Cookies.get(UserIpCookie);
|
|
88
|
-
const pageEvent = {
|
|
89
|
-
event: 'purchase_paid',
|
|
90
|
-
fb_pixel_id: pixels?.fb_pixel_id || '',
|
|
91
|
-
tiktok_pixel_id: pixels?.tiktok_pixel_id || '',
|
|
92
|
-
ecommerce: item,
|
|
93
|
-
user_data: userData || null,
|
|
94
|
-
ip: userIp || '',
|
|
95
|
-
};
|
|
96
|
-
return pageEvent;
|
|
97
|
-
};
|
|
98
|
-
const gtmPurchasePaid = (item, pixels, userData) => {
|
|
99
|
-
const pageEvent = getGtmPurchasePaid(item, pixels, userData);
|
|
100
|
-
if (isBrowser() && window.dataLayer)
|
|
101
|
-
setTimeout(() => window.dataLayer.push(pageEvent), 500);
|
|
102
|
-
return pageEvent;
|
|
103
|
-
};
|
|
104
|
-
const mapUserToUserData = (user) => ({
|
|
105
|
-
em: user.email,
|
|
106
|
-
ph: user.phone,
|
|
107
|
-
ln: user.lastName,
|
|
108
|
-
fn: user.firstName,
|
|
109
|
-
});
|
|
110
|
-
|
|
111
|
-
export { getGtmAddPaymentInfo, getGtmBeginCheckout, getGtmPageView, getGtmPurchase, getGtmPurchasePaid, getGtmViewCart, gtmAddPaymentInfo, gtmBeginCheckout, gtmPurchase, gtmPurchasePaid, gtmViewCart, mapUserToUserData };
|
|
112
|
-
//# sourceMappingURL=gtm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gtm.js","sources":["../../../src/utils/gtm.ts"],"sourcesContent":["import { isBrowser } from '@utils/isBrowser';\nimport Cookies from 'js-cookie';\nimport {\n IPageView,\n IPageType,\n ISearchShow,\n IViewItem,\n IEcommerce,\n ICheckout,\n IEcommerceCartItems,\n IAddPaymentInfo,\n IPurchase,\n IEcommercePurchase,\n IUserData,\n IPixels,\n IViewItemList,\n ISelectItem,\n IAddToCart,\n IRemoveFromCart,\n IPurchasePaid,\n} from '@utils/types/gtm.type';\nimport { UserIpCookie } from '@utils/data/cookie';\nimport { IUser } from '@utils/types/user.type';\n\nexport const getGtmPageView = (url: string, userData?: IUserData) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IPageView = {\n event: 'page_view',\n page: url,\n ip: userIp || '',\n user_data: userData || null,\n };\n\n return pageEvent;\n};\n\nexport const gtmPageView = (url: string, userData?: IUserData) => {\n const pageEvent = getGtmPageView(url, userData);\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const gtmPageType = (type: string) => {\n const cookie = Cookies.get('_ga');\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IPageType = {\n visitorType: cookie ? 'returning' : 'new',\n clientID: cookie,\n pageType: type,\n ip: userIp || '',\n };\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const gtmSearchShow = () => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: ISearchShow = {\n event: 'search',\n eventAction: 'showSearchWindow',\n ip: userIp || '',\n };\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const gtmSearchInSearchWindow = () => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: ISearchShow = {\n event: 'search',\n eventAction: 'userSearchInSearchWindow',\n ip: userIp || '',\n };\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const gtmViewItem = (item: IEcommerce, pixels?: IPixels, userData?: IUserData) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IViewItem & IPixels = {\n event: 'view_item',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n ip: userIp || '',\n user_data: userData || null,\n };\n if (isBrowser() && window.dataLayer) setTimeout(() => window.dataLayer.push(pageEvent), 500);\n return pageEvent;\n};\n\nexport const gtmViewItemList = () => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IViewItemList = {\n event: 'view_item_list',\n ip: userIp || '',\n };\n if (isBrowser() && window.dataLayer) setTimeout(() => window.dataLayer.push(pageEvent), 500);\n return pageEvent;\n};\n\nexport const gtmSelectItem = () => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: ISelectItem = {\n event: 'select_item',\n ip: userIp || '',\n };\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const getGtmBeginCheckout = (item: IEcommerce, pixels?: IPixels, userData?: IUserData) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: ICheckout & IPixels = {\n event: 'begin_checkout',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n ip: userIp || '',\n user_data: userData || null,\n };\n\n return pageEvent;\n};\n\nexport const gtmBeginCheckout = (item: IEcommerce, pixels?: IPixels, userData?: IUserData) => {\n const pageEvent = getGtmBeginCheckout(item, pixels, userData);\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const getGtmViewCart = (item: IEcommerce, pixels?: IPixels) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: ICheckout & IPixels = {\n event: 'view_cart',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n ip: userIp || '',\n };\n\n return pageEvent;\n};\n\nexport const gtmViewCart = (item: IEcommerce, pixels?: IPixels) => {\n const pageEvent = getGtmViewCart(item, pixels);\n if (isBrowser() && window.dataLayer) setTimeout(() => window.dataLayer.push(pageEvent), 500);\n return pageEvent;\n};\n\nexport const gtmAddToCart = (pixels?: IPixels, userData?: IUserData) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IAddToCart & IPixels = {\n event: 'add_to_cart',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ip: userIp || '',\n user_data: userData || null,\n };\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const gtmRemoveFromCart = (item: IEcommerceCartItems, pixels?: IPixels) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IRemoveFromCart & IPixels = {\n event: 'remove_from_cart',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n ip: userIp || '',\n };\n if (isBrowser() && window.dataLayer) window.dataLayer.push(pageEvent);\n return pageEvent;\n};\n\nexport const getGtmAddPaymentInfo = (\n item: IEcommerceCartItems,\n pixels?: IPixels,\n userData?: IUserData\n) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IAddPaymentInfo & IPixels = {\n event: 'add_payment_info',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n ip: userIp || '',\n user_data: userData || null,\n };\n\n return pageEvent;\n};\n\nexport const gtmAddPaymentInfo = (item: IEcommerceCartItems, pixels?: IPixels) => {\n const pageEvent = getGtmAddPaymentInfo(item, pixels);\n if (isBrowser() && window.dataLayer) setTimeout(() => window.dataLayer.push(pageEvent), 500);\n return pageEvent;\n};\n\nexport const getGtmPurchase = (\n item: IEcommercePurchase | null,\n pixels?: IPixels,\n userData?: IUserData\n) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IPurchase & IPixels = {\n event: 'purchase',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n user_data: userData || null,\n ip: userIp || '',\n };\n\n return pageEvent;\n};\n\nexport const gtmPurchase = (\n item: IEcommercePurchase | null,\n pixels?: IPixels,\n userData?: IUserData\n) => {\n const pageEvent = getGtmPurchase(item, pixels, userData);\n if (isBrowser() && window.dataLayer) setTimeout(() => window.dataLayer.push(pageEvent), 500);\n return pageEvent;\n};\n\nexport const getGtmPurchasePaid = (\n item: IEcommercePurchase | null,\n pixels?: IPixels,\n userData?: IUserData\n) => {\n const userIp = Cookies.get(UserIpCookie);\n const pageEvent: IPurchasePaid & IPixels = {\n event: 'purchase_paid',\n fb_pixel_id: pixels?.fb_pixel_id || '',\n tiktok_pixel_id: pixels?.tiktok_pixel_id || '',\n ecommerce: item,\n user_data: userData || null,\n ip: userIp || '',\n };\n\n return pageEvent;\n};\n\nexport const gtmPurchasePaid = (\n item: IEcommercePurchase | null,\n pixels?: IPixels,\n userData?: IUserData\n) => {\n const pageEvent = getGtmPurchasePaid(item, pixels, userData);\n if (isBrowser() && window.dataLayer) setTimeout(() => window.dataLayer.push(pageEvent), 500);\n return pageEvent;\n};\n\nexport const mapUserToUserData = (user: IUser) => ({\n em: user.email,\n ph: user.phone,\n ln: user.lastName,\n fn: user.firstName,\n});\n"],"names":[],"mappings":";;;;MAwBa,cAAc,GAAG,CAAC,GAAW,EAAE,QAAoB,KAAI;IAClE,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC;AACxC,IAAA,MAAM,SAAS,GAAc;AAC3B,QAAA,KAAK,EAAE,WAAW;AAClB,QAAA,IAAI,EAAE,GAAG;QACT,EAAE,EAAE,MAAM,IAAI,EAAE;QAChB,SAAS,EAAE,QAAQ,IAAI,IAAI;KAC5B;AAED,IAAA,OAAO,SAAS;AAClB;AA6EO,MAAM,mBAAmB,GAAG,CAAC,IAAgB,EAAE,MAAgB,EAAE,QAAoB,KAAI;IAC9F,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC;AACxC,IAAA,MAAM,SAAS,GAAwB;AACrC,QAAA,KAAK,EAAE,gBAAgB;AACvB,QAAA,WAAW,EAAE,MAAM,EAAE,WAAW,IAAI,EAAE;AACtC,QAAA,eAAe,EAAE,MAAM,EAAE,eAAe,IAAI,EAAE;AAC9C,QAAA,SAAS,EAAE,IAAI;QACf,EAAE,EAAE,MAAM,IAAI,EAAE;QAChB,SAAS,EAAE,QAAQ,IAAI,IAAI;KAC5B;AAED,IAAA,OAAO,SAAS;AAClB;AAEO,MAAM,gBAAgB,GAAG,CAAC,IAAgB,EAAE,MAAgB,EAAE,QAAoB,KAAI;IAC3F,MAAM,SAAS,GAAG,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC;AAC7D,IAAA,IAAI,SAAS,EAAE,IAAI,MAAM,CAAC,SAAS;AAAE,QAAA,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC;AACrE,IAAA,OAAO,SAAS;AAClB;MAEa,cAAc,GAAG,CAAC,IAAgB,EAAE,MAAgB,KAAI;IACnE,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC;AACxC,IAAA,MAAM,SAAS,GAAwB;AACrC,QAAA,KAAK,EAAE,WAAW;AAClB,QAAA,WAAW,EAAE,MAAM,EAAE,WAAW,IAAI,EAAE;AACtC,QAAA,eAAe,EAAE,MAAM,EAAE,eAAe,IAAI,EAAE;AAC9C,QAAA,SAAS,EAAE,IAAI;QACf,EAAE,EAAE,MAAM,IAAI,EAAE;KACjB;AAED,IAAA,OAAO,SAAS;AAClB;MAEa,WAAW,GAAG,CAAC,IAAgB,EAAE,MAAgB,KAAI;IAChE,MAAM,SAAS,GAAG,cAAc,CAAC,IAAI,EAAE,MAAM,CAAC;AAC9C,IAAA,IAAI,SAAS,EAAE,IAAI,MAAM,CAAC,SAAS;AAAE,QAAA,UAAU,CAAC,MAAM,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,GAAG,CAAC;AAC5F,IAAA,OAAO,SAAS;AAClB;AA4BO,MAAM,oBAAoB,GAAG,CAClC,IAAyB,EACzB,MAAgB,EAChB,QAAoB,KAClB;IACF,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC;AACxC,IAAA,MAAM,SAAS,GAA8B;AAC3C,QAAA,KAAK,EAAE,kBAAkB;AACzB,QAAA,WAAW,EAAE,MAAM,EAAE,WAAW,IAAI,EAAE;AACtC,QAAA,eAAe,EAAE,MAAM,EAAE,eAAe,IAAI,EAAE;AAC9C,QAAA,SAAS,EAAE,IAAI;QACf,EAAE,EAAE,MAAM,IAAI,EAAE;QAChB,SAAS,EAAE,QAAQ,IAAI,IAAI;KAC5B;AAED,IAAA,OAAO,SAAS;AAClB;MAEa,iBAAiB,GAAG,CAAC,IAAyB,EAAE,MAAgB,KAAI;IAC/E,MAAM,SAAS,GAAG,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC;AACpD,IAAA,IAAI,SAAS,EAAE,IAAI,MAAM,CAAC,SAAS;AAAE,QAAA,UAAU,CAAC,MAAM,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,GAAG,CAAC;AAC5F,IAAA,OAAO,SAAS;AAClB;AAEO,MAAM,cAAc,GAAG,CAC5B,IAA+B,EAC/B,MAAgB,EAChB,QAAoB,KAClB;IACF,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC;AACxC,IAAA,MAAM,SAAS,GAAwB;AACrC,QAAA,KAAK,EAAE,UAAU;AACjB,QAAA,WAAW,EAAE,MAAM,EAAE,WAAW,IAAI,EAAE;AACtC,QAAA,eAAe,EAAE,MAAM,EAAE,eAAe,IAAI,EAAE;AAC9C,QAAA,SAAS,EAAE,IAAI;QACf,SAAS,EAAE,QAAQ,IAAI,IAAI;QAC3B,EAAE,EAAE,MAAM,IAAI,EAAE;KACjB;AAED,IAAA,OAAO,SAAS;AAClB;AAEO,MAAM,WAAW,GAAG,CACzB,IAA+B,EAC/B,MAAgB,EAChB,QAAoB,KAClB;IACF,MAAM,SAAS,GAAG,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC;AACxD,IAAA,IAAI,SAAS,EAAE,IAAI,MAAM,CAAC,SAAS;AAAE,QAAA,UAAU,CAAC,MAAM,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,GAAG,CAAC;AAC5F,IAAA,OAAO,SAAS;AAClB;AAEO,MAAM,kBAAkB,GAAG,CAChC,IAA+B,EAC/B,MAAgB,EAChB,QAAoB,KAClB;IACF,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC;AACxC,IAAA,MAAM,SAAS,GAA4B;AACzC,QAAA,KAAK,EAAE,eAAe;AACtB,QAAA,WAAW,EAAE,MAAM,EAAE,WAAW,IAAI,EAAE;AACtC,QAAA,eAAe,EAAE,MAAM,EAAE,eAAe,IAAI,EAAE;AAC9C,QAAA,SAAS,EAAE,IAAI;QACf,SAAS,EAAE,QAAQ,IAAI,IAAI;QAC3B,EAAE,EAAE,MAAM,IAAI,EAAE;KACjB;AAED,IAAA,OAAO,SAAS;AAClB;AAEO,MAAM,eAAe,GAAG,CAC7B,IAA+B,EAC/B,MAAgB,EAChB,QAAoB,KAClB;IACF,MAAM,SAAS,GAAG,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC;AAC5D,IAAA,IAAI,SAAS,EAAE,IAAI,MAAM,CAAC,SAAS;AAAE,QAAA,UAAU,CAAC,MAAM,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,GAAG,CAAC;AAC5F,IAAA,OAAO,SAAS;AAClB;MAEa,iBAAiB,GAAG,CAAC,IAAW,MAAM;IACjD,EAAE,EAAE,IAAI,CAAC,KAAK;IACd,EAAE,EAAE,IAAI,CAAC,KAAK;IACd,EAAE,EAAE,IAAI,CAAC,QAAQ;IACjB,EAAE,EAAE,IAAI,CAAC,SAAS;AACnB,CAAA;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isBrowser.js","sources":["../../../src/utils/isBrowser.ts"],"sourcesContent":["export const isBrowser = (): boolean => typeof window !== 'undefined';\n"],"names":[],"mappings":"AAAO,MAAM,SAAS,GAAG,MAAe,OAAO,MAAM,KAAK;;;;"}
|
package/dist/esm/utils/place.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"place.js","sources":["../../../src/utils/place.ts"],"sourcesContent":["import { IPlace } from '@utils/types/place.type';\n\nexport const getPlaceAsString = (place: IPlace) =>\n `${place.name} - ${place.address}, ${place.zip} ${place.city}`;\n"],"names":[],"mappings":"AAEO,MAAM,gBAAgB,GAAG,CAAC,KAAa,KAC5C,CAAA,EAAG,KAAK,CAAC,IAAI,MAAM,KAAK,CAAC,OAAO,CAAA,EAAA,EAAK,KAAK,CAAC,GAAG,CAAA,CAAA,EAAI,KAAK,CAAC,IAAI,CAAA;;;;"}
|
package/dist/esm/utils/price.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import 'numeral';
|
|
2
|
-
import './data/currency.js';
|
|
3
|
-
|
|
4
|
-
const calculatePriceWithoutPercentage = (price, vatPercentage) => Math.ceil(price * ((100 - vatPercentage) / 100) * 100) / 100;
|
|
5
|
-
const calculatePriceWithDiscount = (price, discountPercent = 0, fixedDiscount = 0) => {
|
|
6
|
-
const discountedPrice = calculatePriceWithoutPercentage(price, discountPercent);
|
|
7
|
-
const finalPrice = Math.max(discountedPrice - fixedDiscount, 0);
|
|
8
|
-
return Math.ceil(finalPrice * 100) / 100;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
export { calculatePriceWithDiscount, calculatePriceWithoutPercentage };
|
|
12
|
-
//# sourceMappingURL=price.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"price.js","sources":["../../../src/utils/price.ts"],"sourcesContent":["import { fCurrency, fCurrencyPlain } from '@utils/formatNumber';\nimport { Currencies } from '@utils/data/currency';\n\nexport const getBetweenPrice = (\n firstPrice: number,\n secondPrice: number,\n currentLangValue: string,\n currency: Currencies\n) => {\n if (currentLangValue === 'en') {\n return `${fCurrency(firstPrice, currentLangValue, currency)} - ${fCurrencyPlain(secondPrice)}`;\n }\n\n return `${fCurrencyPlain(firstPrice)} - ${fCurrency(secondPrice, currentLangValue, currency)}`;\n};\n\nexport const calculatePriceWithPercentage = (price: number, vatPercentage: number) =>\n Math.ceil(price * ((100 + vatPercentage) / 100) * 100) / 100;\n\nexport const calculatePriceWithoutPercentage = (price: number, vatPercentage: number) =>\n Math.ceil(price * ((100 - vatPercentage) / 100) * 100) / 100;\n\nexport const calculatePriceWithDiscount = (\n price: number,\n discountPercent = 0,\n fixedDiscount = 0\n) => {\n const discountedPrice = calculatePriceWithoutPercentage(price, discountPercent);\n const finalPrice = Math.max(discountedPrice - fixedDiscount, 0);\n return Math.ceil(finalPrice * 100) / 100;\n};\n"],"names":[],"mappings":";;;AAmBO,MAAM,+BAA+B,GAAG,CAAC,KAAa,EAAE,aAAqB,KAClF,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,GAAG,GAAG,aAAa,IAAI,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG;AAEpD,MAAM,0BAA0B,GAAG,CACxC,KAAa,EACb,eAAe,GAAG,CAAC,EACnB,aAAa,GAAG,CAAC,KACf;IACF,MAAM,eAAe,GAAG,+BAA+B,CAAC,KAAK,EAAE,eAAe,CAAC;AAC/E,IAAA,MAAM,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,eAAe,GAAG,aAAa,EAAE,CAAC,CAAC;IAC/D,OAAO,IAAI,CAAC,IAAI,CAAC,UAAU,GAAG,GAAG,CAAC,GAAG,GAAG;AAC1C;;;;"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
const getSelectedQuantityByVariant = (products, tickets) => {
|
|
2
|
-
const result = {};
|
|
3
|
-
for (const product of products) {
|
|
4
|
-
if (result[product.eventProductVariantId]) {
|
|
5
|
-
result[product.eventProductVariantId] += product.quantity;
|
|
6
|
-
}
|
|
7
|
-
else {
|
|
8
|
-
result[product.eventProductVariantId] = product.quantity;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
for (const ticket of tickets) {
|
|
12
|
-
if (ticket.products) {
|
|
13
|
-
for (const product of ticket.products) {
|
|
14
|
-
if (result[product.eventProductVariantId]) {
|
|
15
|
-
result[product.eventProductVariantId] += product.quantity;
|
|
16
|
-
}
|
|
17
|
-
else {
|
|
18
|
-
result[product.eventProductVariantId] = product.quantity;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
export { getSelectedQuantityByVariant };
|
|
27
|
-
//# sourceMappingURL=product.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"product.js","sources":["../../../src/utils/product.ts"],"sourcesContent":["import { IEventProductForm } from '@utils/types/product.type';\nimport { ITicketFormTicket } from '@utils/types/ticket.type';\n\nexport const getSelectedQuantityByVariant = (\n products: IEventProductForm[],\n tickets: ITicketFormTicket[]\n) => {\n const result: Record<number, number> = {};\n for (const product of products) {\n if (result[product.eventProductVariantId]) {\n result[product.eventProductVariantId] += product.quantity;\n } else {\n result[product.eventProductVariantId] = product.quantity;\n }\n }\n\n for (const ticket of tickets) {\n if (ticket.products) {\n for (const product of ticket.products) {\n if (result[product.eventProductVariantId]) {\n result[product.eventProductVariantId] += product.quantity;\n } else {\n result[product.eventProductVariantId] = product.quantity;\n }\n }\n }\n }\n\n return result;\n};\n"],"names":[],"mappings":"MAGa,4BAA4B,GAAG,CAC1C,QAA6B,EAC7B,OAA4B,KAC1B;IACF,MAAM,MAAM,GAA2B,EAAE;AACzC,IAAA,KAAK,MAAM,OAAO,IAAI,QAAQ,EAAE;AAC9B,QAAA,IAAI,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,EAAE;YACzC,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,IAAI,OAAO,CAAC,QAAQ;;aACpD;YACL,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,QAAQ;;;AAI5D,IAAA,KAAK,MAAM,MAAM,IAAI,OAAO,EAAE;AAC5B,QAAA,IAAI,MAAM,CAAC,QAAQ,EAAE;AACnB,YAAA,KAAK,MAAM,OAAO,IAAI,MAAM,CAAC,QAAQ,EAAE;AACrC,gBAAA,IAAI,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,EAAE;oBACzC,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,IAAI,OAAO,CAAC,QAAQ;;qBACpD;oBACL,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,QAAQ;;;;;AAMhE,IAAA,OAAO,MAAM;AACf;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"translation.js","sources":["../../../src/utils/translation.ts"],"sourcesContent":["import { ITranslationValue } from '@utils/types/translation.type';\n\nexport const getTranslation = (translation: ITranslationValue[], locale: string): string =>\n translation.find((t) => t.locale === locale)?.text || '';\n"],"names":[],"mappings":"AAEO,MAAM,cAAc,GAAG,CAAC,WAAgC,EAAE,MAAc,KAC7E,WAAW,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,MAAM,KAAK,MAAM,CAAC,EAAE,IAAI,IAAI;;;;"}
|
package/dist/esm/utils/url.js
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const getSearchParamsInObject = (search) => {
|
|
2
|
-
let res = {};
|
|
3
|
-
search = search.replace('?', '');
|
|
4
|
-
const searchParams = search.split('&');
|
|
5
|
-
searchParams.forEach((item) => {
|
|
6
|
-
const paramWithValue = item.split('=');
|
|
7
|
-
res = {
|
|
8
|
-
...res,
|
|
9
|
-
[paramWithValue[0]]: paramWithValue[1],
|
|
10
|
-
};
|
|
11
|
-
});
|
|
12
|
-
return res;
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export { getSearchParamsInObject };
|
|
16
|
-
//# sourceMappingURL=url.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"url.js","sources":["../../../src/utils/url.ts"],"sourcesContent":["export const getSearchParamsInObject = (search: string): Record<any, any> => {\n let res = {};\n search = search.replace('?', '');\n const searchParams = search.split('&');\n searchParams.forEach((item) => {\n const paramWithValue = item.split('=');\n res = {\n ...res,\n [paramWithValue[0]]: paramWithValue[1],\n };\n });\n\n return res;\n};\n"],"names":[],"mappings":"AAAO,MAAM,uBAAuB,GAAG,CAAC,MAAc,KAAsB;IAC1E,IAAI,GAAG,GAAG,EAAE;IACZ,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC;IAChC,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC;AACtC,IAAA,YAAY,CAAC,OAAO,CAAC,CAAC,IAAI,KAAI;QAC5B,MAAM,cAAc,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC;AACtC,QAAA,GAAG,GAAG;AACJ,YAAA,GAAG,GAAG;YACN,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC;SACvC;AACH,KAAC,CAAC;AAEF,IAAA,OAAO,GAAG;AACZ;;;;"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { LazyLoadImageProps } from 'react-lazy-load-image-component';
|
|
3
|
-
import { Theme } from '@mui/material/styles';
|
|
4
|
-
import { BoxProps, SxProps } from '@mui/material';
|
|
5
|
-
export type ImageRatio = '4/3' | '3/4' | '6/4' | '4/6' | '16/9' | '9/16' | '21/9' | '9/21' | '1/1';
|
|
6
|
-
type IProps = BoxProps & LazyLoadImageProps;
|
|
7
|
-
interface Props extends IProps {
|
|
8
|
-
sx?: SxProps<Theme>;
|
|
9
|
-
ratio?: ImageRatio;
|
|
10
|
-
disabledEffect?: boolean;
|
|
11
|
-
objectFit?: 'cover' | 'contain';
|
|
12
|
-
}
|
|
13
|
-
export default function Image({ ratio, disabledEffect, effect, objectFit, sx, ...other }: Props): React.JSX.Element;
|
|
14
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BoxProps } from '@mui/material';
|
|
3
|
-
import { ColorSchema } from '@utils/types/palette.type.ts';
|
|
4
|
-
type LabelColor = 'default' | ColorSchema;
|
|
5
|
-
type LabelVariant = 'filled' | 'outlined' | 'ghost';
|
|
6
|
-
interface LabelProps extends BoxProps {
|
|
7
|
-
color?: LabelColor;
|
|
8
|
-
variant?: LabelVariant;
|
|
9
|
-
}
|
|
10
|
-
export default function Label({ color, variant, children, sx }: LabelProps): React.JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ReactElement } from 'react';
|
|
3
|
-
import { StackProps, SxProps } from '@mui/material';
|
|
4
|
-
interface Props extends StackProps {
|
|
5
|
-
icon: ReactElement;
|
|
6
|
-
value: any;
|
|
7
|
-
endIcon?: boolean;
|
|
8
|
-
sx?: SxProps;
|
|
9
|
-
}
|
|
10
|
-
export default function TextIconLabel({ icon, value, endIcon, sx, ...other }: Props): React.JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React, { JSX } from 'react';
|
|
2
|
-
type TransProps = {
|
|
3
|
-
text: string;
|
|
4
|
-
values?: Record<string, string | number>;
|
|
5
|
-
components?: Record<string | number, JSX.Element>;
|
|
6
|
-
enableMarkdown?: boolean;
|
|
7
|
-
pluralRules?: {
|
|
8
|
-
[key: string]: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export declare const Trans: React.FC<TransProps>;
|
|
12
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { DialogProps, SxProps } from '@mui/material';
|
|
3
|
-
export interface Props extends DialogProps {
|
|
4
|
-
variants?: Record<string, unknown>;
|
|
5
|
-
onClose?: VoidFunction;
|
|
6
|
-
stopAnimation?: boolean;
|
|
7
|
-
paperComponentSx?: SxProps;
|
|
8
|
-
}
|
|
9
|
-
export default function DialogAnimate({ open, stopAnimation, variants, onClose, children, sx, paperComponentSx, ...other }: Props): React.JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconButtonProps, SxProps } from '@mui/material';
|
|
3
|
-
interface Props extends IconButtonProps {
|
|
4
|
-
sxWrap?: SxProps;
|
|
5
|
-
}
|
|
6
|
-
declare const IconButtonAnimate: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
-
export default IconButtonAnimate;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MotionProps } from 'framer-motion';
|
|
3
|
-
import { BoxProps } from '@mui/material';
|
|
4
|
-
type IProps = BoxProps & MotionProps;
|
|
5
|
-
export interface Props extends IProps {
|
|
6
|
-
animate?: boolean;
|
|
7
|
-
action?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export default function MotionContainer({ animate, action, children, ...other }: Props): React.JSX.Element;
|
|
10
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { MotionProps } from 'framer-motion';
|
|
2
|
-
import React, { ReactNode } from 'react';
|
|
3
|
-
import { BoxProps } from '@mui/material';
|
|
4
|
-
type IProps = BoxProps & MotionProps;
|
|
5
|
-
interface Props extends IProps {
|
|
6
|
-
children: ReactNode;
|
|
7
|
-
disableAnimatedMobile?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export default function MotionViewport({ children, disableAnimatedMobile, ...other }: Props): React.JSX.Element;
|
|
10
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MotionProps } from 'framer-motion';
|
|
3
|
-
import { BoxProps } from '@mui/material';
|
|
4
|
-
type Props = BoxProps & MotionProps;
|
|
5
|
-
interface TextAnimateProps extends Props {
|
|
6
|
-
text: string;
|
|
7
|
-
}
|
|
8
|
-
export default function TextAnimate({ text, variants, sx, ...other }: TextAnimateProps): React.JSX.Element;
|
|
9
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './variants';
|
|
2
|
-
export { default as DialogAnimate } from './DialogAnimate';
|
|
3
|
-
export { default as TextAnimate } from './TextAnimate';
|
|
4
|
-
export { default as IconButtonAnimate } from './IconButtonAnimate';
|
|
5
|
-
export { default as MotionViewport } from './MotionViewport';
|
|
6
|
-
export { default as MotionContainer } from './MotionContainer';
|
|
7
|
-
export { default as MotionLazyContainer } from './MotionLazyContainer';
|