@lookiero/checkout 0.3.26 → 0.4.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{src/domain → domain}/checkout/model/checkout.d.ts +2 -3
- package/dist/{src/domain → domain}/checkout/model/checkout.js +0 -1
- package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBooking.d.ts +1 -5
- package/dist/domain/checkoutBooking/model/checkoutBooking.js +9 -0
- package/dist/{src/domain → domain}/checkoutItem/command/replaceCheckoutItem.d.ts +1 -1
- package/dist/{src/domain → domain}/checkoutItem/model/checkoutItem.d.ts +1 -1
- package/dist/{src/domain → domain}/checkoutItem/model/checkoutItem.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/delivery/baseBootstrap.d.ts +0 -2
- package/dist/{src/infrastructure → infrastructure}/delivery/baseBootstrap.js +2 -8
- package/dist/{src/infrastructure → infrastructure}/delivery/bootstrap.js +0 -2
- package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutBookings.js +1 -5
- package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutItems.js +0 -2
- package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckouts.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckouts.js +1 -1
- package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookings.js +2 -9
- package/dist/infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.d.ts +13 -0
- package/dist/{src/infrastructure/domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem.js → infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.js} +2 -2
- package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItems.js +1 -1
- package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReplace.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReplaceCheckoutItem.d.ts +1 -1
- package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReplaceCheckoutItem.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.js +1 -1
- package/dist/{src/infrastructure → infrastructure}/projection/checkout/checkout.d.ts +1 -1
- package/dist/infrastructure/projection/pricing/react/useViewPricingByCheckoutId.js +9 -0
- package/dist/{src/infrastructure → infrastructure}/ui/Root.d.ts +2 -0
- package/dist/{src/infrastructure → infrastructure}/ui/Root.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutMiddleware.js +9 -7
- package/dist/{src/infrastructure → infrastructure}/ui/routing/Routing.d.ts +2 -0
- package/dist/{src/infrastructure → infrastructure}/ui/routing/Routing.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/ui/views/App.d.ts +2 -0
- package/dist/{src/infrastructure → infrastructure}/ui/views/App.js +2 -2
- package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.d.ts +7 -0
- package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.js +8 -6
- package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.js +25 -49
- package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.js +4 -7
- package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.js +2 -2
- package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.d.ts +1 -0
- package/dist/{src/projection → projection}/checkout/checkout.d.ts +1 -1
- package/dist/{src/projection → projection}/checkoutBooking/checkoutBooking.d.ts +0 -2
- package/dist/{src/projection → projection}/checkoutItem/checkoutItem.d.ts +1 -1
- package/dist/{src/projection → projection}/pricing/pricing.d.ts +3 -3
- package/package.json +1 -1
- package/dist/package.json +0 -117
- package/dist/src/ExpoRoot.d.ts +0 -5
- package/dist/src/ExpoRoot.js +0 -97
- package/dist/src/domain/checkoutBooking/command/blockCheckoutBooking.d.ts +0 -13
- package/dist/src/domain/checkoutBooking/command/blockCheckoutBooking.js +0 -4
- package/dist/src/domain/checkoutBooking/model/checkoutBooking.js +0 -25
- package/dist/src/domain/checkoutBooking/model/checkoutBookingBlocked.d.ts +0 -13
- package/dist/src/domain/checkoutBooking/model/checkoutBookingBlocked.js +0 -4
- package/dist/src/domain/checkoutBooking/model/checkoutBookingExpired.d.ts +0 -13
- package/dist/src/domain/checkoutBooking/model/checkoutBookingExpired.js +0 -4
- package/dist/src/infrastructure/domain/checkoutBooking/model/httpCheckoutBookingsBlock.d.ts +0 -5
- package/dist/src/infrastructure/domain/checkoutBooking/model/httpCheckoutBookingsBlock.js +0 -15
- package/dist/src/infrastructure/domain/checkoutBooking/react/useBlockCheckoutBooking.d.ts +0 -13
- package/dist/src/infrastructure/domain/checkoutBooking/react/useBlockCheckoutBooking.js +0 -12
- package/dist/src/infrastructure/domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem.d.ts +0 -13
- package/dist/src/infrastructure/projection/pricing/react/useViewPricingByCheckoutId.js +0 -17
- /package/dist/{src/domain → domain}/checkout/command/markCheckoutAsPaid.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkout/command/markCheckoutAsPaid.js +0 -0
- /package/dist/{src/domain → domain}/checkout/command/startCheckout.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkout/command/startCheckout.js +0 -0
- /package/dist/{src/domain → domain}/checkout/model/checkoutPaid.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkout/model/checkoutPaid.js +0 -0
- /package/dist/{src/domain → domain}/checkout/model/checkoutStarted.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkout/model/checkoutStarted.js +0 -0
- /package/dist/{src/domain → domain}/checkout/model/checkouts.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkout/model/checkouts.js +0 -0
- /package/dist/{src/domain → domain}/checkoutBooking/command/bookCheckoutBookingForCheckoutItem.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutBooking/command/bookCheckoutBookingForCheckoutItem.js +0 -0
- /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookingBooked.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookingBooked.js +0 -0
- /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookings.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookings.js +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/command/giveCheckoutFeedback.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/command/giveCheckoutFeedback.js +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedback.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedback.js +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbackGiven.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbackGiven.js +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbacks.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbacks.js +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/feedbacks.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutFeedback/model/feedbacks.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/command/keepCheckoutItem.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/command/keepCheckoutItem.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/command/replaceCheckoutItem.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/command/returnCheckoutItem.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/command/returnCheckoutItem.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemKept.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemKept.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReplaced.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReplaced.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReturned.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReturned.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItems.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItems.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/currency.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/currency.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/feedbacks.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/feedbacks.js +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/price.d.ts +0 -0
- /package/dist/{src/domain → domain}/checkoutItem/model/price.js +0 -0
- /package/dist/{src/domain → domain}/uiSetting/command/updateUiSetting.d.ts +0 -0
- /package/dist/{src/domain → domain}/uiSetting/command/updateUiSetting.js +0 -0
- /package/dist/{src/domain → domain}/uiSetting/model/uiSetting.d.ts +0 -0
- /package/dist/{src/domain → domain}/uiSetting/model/uiSetting.js +0 -0
- /package/dist/{src/domain → domain}/uiSetting/model/uiSettingUpdated.d.ts +0 -0
- /package/dist/{src/domain → domain}/uiSetting/model/uiSettingUpdated.js +0 -0
- /package/dist/{src/domain → domain}/uiSetting/model/uiSettings.d.ts +0 -0
- /package/dist/{src/domain → domain}/uiSetting/model/uiSettings.js +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/index.js → index.js} +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/bootstrap.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/http/fetchHttpClient.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/http/fetchHttpClient.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/http/httpClient.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/http/httpClient.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutBookingDataSource.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutBookingDataSource.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutDataSource.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutDataSource.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutFeedbackDataSource.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutFeedbackDataSource.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutBookings.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutFeedbacks.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutFeedbacks.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutItems.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckouts.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckouts.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsMarkAsPaid.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsMarkAsPaid.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsStart.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsStart.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useMarkCheckoutAsPaid.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useMarkCheckoutAsPaid.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useStartCheckout.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useStartCheckout.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookings.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookingsBook.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookingsBook.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacks.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacks.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacksGive.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacksGive.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/react/useGiveCheckoutFeedback.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/react/useGiveCheckoutFeedback.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItems.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsKeep.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsKeep.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReplace.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReturn.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReturn.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useKeepCheckoutItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useKeepCheckoutItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReturnCheckoutItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReturnCheckoutItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/model/storageUiSettings.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/model/storageUiSettings.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useIncrementIntroShownCount.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useIncrementIntroShownCount.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useUpdateUiSetting.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useUpdateUiSetting.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/persistence/asyncStorageStorage.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/persistence/asyncStorageStorage.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/persistence/storage.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/persistence/storage.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/persistence/uiSettingData.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/persistence/uiSettingData.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/checkout.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpCheckoutByIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpCheckoutByIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFiveItemsDiscountByCustomerIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFiveItemsDiscountByCustomerIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFirstAvailableCheckoutByCustomerId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFirstAvailableCheckoutByCustomerId.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFiveItemsDiscountByCustomerId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFiveItemsDiscountByCustomerId.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewIsCheckoutAccessibleByCustomerId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewIsCheckoutAccessibleByCustomerId.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutBooking/httpCheckoutBookingByIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutBooking/httpCheckoutBookingByIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutItem/httpCheckoutItemByIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutItem/httpCheckoutItemByIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/react/useListCheckoutQuestionsByCheckoutId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/react/useListCheckoutQuestionsByCheckoutId.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/payment/react/useViewPaymentFlowPayloadByCheckoutId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/payment/react/useViewPaymentFlowPayloadByCheckoutId.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/pricing/httpPricingByCheckoutIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/pricing/httpPricingByCheckoutIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/pricing/react/useViewPricingByCheckoutId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/react/useListReturnQuestionsByCheckoutItemId.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/react/useListReturnQuestionsByCheckoutItemId.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useShouldIntroBeShown.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useShouldIntroBeShown.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewIntroShownCount.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewIntroShownCount.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewUiSettingByKey.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewUiSettingByKey.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/storageUiSettingByKeyView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/storageUiSettingByKeyView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestion.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestion.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestions.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestions.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionFeedback.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionFeedback.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Happy.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Happy.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Normal.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Normal.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Sad.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Sad.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/icon.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/icon.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestion.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestion.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestions.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestions.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionFeedbackItem/HostDefaultReturnQuestionFeedbackItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionFeedbackItem/HostDefaultReturnQuestionFeedbackItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/templates/SafeAreaScrollView.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/components/templates/SafeAreaScrollView.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/hooks/useMediaImage.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/hooks/useMediaImage.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/i18n/i18n.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/i18n/i18n.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutAccessibilityMiddleware.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutAccessibilityMiddleware.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutMiddleware.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.native.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.native.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/routes.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/routes.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/useBasePath.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/routing/useBasePath.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/settings/UISettings.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/settings/UISettings.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/theme/theme.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/theme/theme.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/App.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/App.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/deliveryBanner/DeliveryBanner.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/deliveryBanner/DeliveryBanner.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.style.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowDown.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowDown.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowUp.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowUp.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.js +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.style.d.ts +0 -0
- /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.style.js +0 -0
- /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.js +0 -0
- /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.d.ts +0 -0
- /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.js +0 -0
- /package/dist/{src/projection → projection}/checkout/checkout.js +0 -0
- /package/dist/{src/projection → projection}/checkout/viewCheckoutById.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkout/viewCheckoutById.js +0 -0
- /package/dist/{src/projection → projection}/checkout/viewFirstAvailableCheckoutByCustomerId.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkout/viewFirstAvailableCheckoutByCustomerId.js +0 -0
- /package/dist/{src/projection → projection}/checkout/viewFiveItemsDiscountByCustomerId.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkout/viewFiveItemsDiscountByCustomerId.js +0 -0
- /package/dist/{src/projection → projection}/checkout/viewIsCheckoutAccessibleByCustomerId.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkout/viewIsCheckoutAccessibleByCustomerId.js +0 -0
- /package/dist/{src/projection → projection}/checkout/viewIsCheckoutEnabledByCustomerId.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkout/viewIsCheckoutEnabledByCustomerId.js +0 -0
- /package/dist/{src/projection → projection}/checkoutBooking/checkoutBooking.js +0 -0
- /package/dist/{src/projection → projection}/checkoutBooking/viewCheckoutBookingById.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkoutBooking/viewCheckoutBookingById.js +0 -0
- /package/dist/{src/projection → projection}/checkoutFeedback/checkoutFeedback.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkoutFeedback/checkoutFeedback.js +0 -0
- /package/dist/{src/projection → projection}/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.js +0 -0
- /package/dist/{src/projection → projection}/checkoutItem/checkoutItem.js +0 -0
- /package/dist/{src/projection → projection}/checkoutItem/viewCheckoutItemById.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkoutItem/viewCheckoutItemById.js +0 -0
- /package/dist/{src/projection → projection}/checkoutQuestion/checkoutQuestion.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkoutQuestion/checkoutQuestion.js +0 -0
- /package/dist/{src/projection → projection}/checkoutQuestion/listCheckoutQuestionsByCheckoutId.d.ts +0 -0
- /package/dist/{src/projection → projection}/checkoutQuestion/listCheckoutQuestionsByCheckoutId.js +0 -0
- /package/dist/{src/projection → projection}/feedback/feedback.d.ts +0 -0
- /package/dist/{src/projection → projection}/feedback/feedback.js +0 -0
- /package/dist/{src/projection → projection}/payment/paymentFlowPayload.d.ts +0 -0
- /package/dist/{src/projection → projection}/payment/paymentFlowPayload.js +0 -0
- /package/dist/{src/projection → projection}/payment/viewPaymentFlowPayloadByCheckoutId.d.ts +0 -0
- /package/dist/{src/projection → projection}/payment/viewPaymentFlowPayloadByCheckoutId.js +0 -0
- /package/dist/{src/projection → projection}/pricing/pricing.js +0 -0
- /package/dist/{src/projection → projection}/pricing/viewPricingByCheckoutId.d.ts +0 -0
- /package/dist/{src/projection → projection}/pricing/viewPricingByCheckoutId.js +0 -0
- /package/dist/{src/projection → projection}/returnQuestion/listReturnQuestionsByCheckoutItemId.d.ts +0 -0
- /package/dist/{src/projection → projection}/returnQuestion/listReturnQuestionsByCheckoutItemId.js +0 -0
- /package/dist/{src/projection → projection}/returnQuestion/returnQuestion.d.ts +0 -0
- /package/dist/{src/projection → projection}/returnQuestion/returnQuestion.js +0 -0
- /package/dist/{src/projection → projection}/shared/price.d.ts +0 -0
- /package/dist/{src/projection → projection}/shared/price.js +0 -0
- /package/dist/{src/projection → projection}/shared/size.d.ts +0 -0
- /package/dist/{src/projection → projection}/shared/size.js +0 -0
- /package/dist/{src/projection → projection}/uiSetting/viewUiSettingByKey.d.ts +0 -0
- /package/dist/{src/projection → projection}/uiSetting/viewUiSettingByKey.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/command/createNotification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/command/createNotification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.tes.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.tes.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationCreated.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationCreated.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationRemoved.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationRemoved.js +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/domain/notification/model/notifications.js +0 -0
- /package/dist/{src/shared → shared}/notifications/index.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/index.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/delivery/bootstrap.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/delivery/bootstrap.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotifications.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsCreate.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsCreate.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsRemove.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsRemove.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useCreateNotification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useCreateNotification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useRemoveNotification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useRemoveNotification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/inMemoryStorageNotifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/inMemoryStorageNotifications.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/notificationDto.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/notificationDto.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/storage.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/storage.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/notification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/notification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/storageListNotificationsView.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/storageListNotificationsView.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/NotificationItem.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/NotificationItem.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.style.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/notificationsRoot.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/notificationsRoot.js +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/views/Notifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/infrastructure/ui/views/Notifications.js +0 -0
- /package/dist/{src/shared → shared}/notifications/projection/notification/listNotifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/projection/notification/listNotifications.js +0 -0
- /package/dist/{src/shared → shared}/notifications/projection/notification/notification.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/projection/notification/notification.js +0 -0
- /package/dist/{src/shared → shared}/notifications/projection/notification/react/useListNotifications.d.ts +0 -0
- /package/dist/{src/shared → shared}/notifications/projection/notification/react/useListNotifications.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.js +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.style.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.style.js +0 -0
- /package/dist/{src/shared → shared}/ui/hooks/useScreenSize.d.ts +0 -0
- /package/dist/{src/shared → shared}/ui/hooks/useScreenSize.js +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CommandStatus, QueryStatus } from "@lookiero/messaging-react";
|
|
2
2
|
import React, { useCallback, useEffect, useMemo, useState } from "react";
|
|
3
3
|
import { View } from "react-native";
|
|
4
|
-
import {
|
|
4
|
+
import { useParams } from "react-router-native";
|
|
5
5
|
import { CheckoutItemStatus } from "../../../../domain/checkoutItem/model/checkoutItem";
|
|
6
6
|
import "../../../../projection/checkout/viewFirstAvailableCheckoutByCustomerId";
|
|
7
7
|
import { Spinner } from "../../../../shared/ui/components/atoms/spinner/Spinner";
|
|
8
|
-
import {
|
|
8
|
+
import { useBookCheckouBookingForCheckoutItem } from "../../../domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem";
|
|
9
9
|
import { useKeepCheckoutItem } from "../../../domain/checkoutItem/react/useKeepCheckoutItem";
|
|
10
10
|
import { useReplaceCheckoutItem } from "../../../domain/checkoutItem/react/useReplaceCheckoutItem";
|
|
11
11
|
import { useReturnCheckoutItem } from "../../../domain/checkoutItem/react/useReturnCheckoutItem";
|
|
@@ -15,8 +15,6 @@ import { useListReturnQuestionsByCheckoutItemId } from "../../../projection/retu
|
|
|
15
15
|
import { Body } from "../../components/layouts/body/Body";
|
|
16
16
|
import { ReturnQuestionFeedbackProvider } from "../../components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback";
|
|
17
17
|
import { SafeAreaScrollView } from "../../components/templates/SafeAreaScrollView";
|
|
18
|
-
import { Routes } from "../../routing/routes";
|
|
19
|
-
import { useBasePath } from "../../routing/useBasePath";
|
|
20
18
|
import { style } from "./Item.style";
|
|
21
19
|
import { CustomerDecissionBanner } from "./components/banner/CustomerDecissionBanner";
|
|
22
20
|
import { ItemActions } from "./components/itemActions/ItemActions";
|
|
@@ -30,60 +28,33 @@ const Item = ({ customerId }) => {
|
|
|
30
28
|
const { id } = useParams();
|
|
31
29
|
const [checkout, checkoutStatus] = useViewFirstAvailableCheckoutByCustomerId({ customerId });
|
|
32
30
|
const checkoutItem = checkout?.items.find((checkoutItem) => checkoutItem.id === id);
|
|
33
|
-
const
|
|
34
|
-
const itemRouteMatch = useMatch(`${basePath}/${Routes.ITEM}`);
|
|
35
|
-
const firstItemWithoutCustomerDecision = checkout?.items.find((item) => [CheckoutItemStatus.EXPIRED, CheckoutItemStatus.INITIAL].includes(item.status));
|
|
36
|
-
const navigate = useNavigate();
|
|
37
|
-
const navigateToNextItem = useCallback(() => {
|
|
38
|
-
if (itemRouteMatch && firstItemWithoutCustomerDecision) {
|
|
39
|
-
navigate(generatePath(`${basePath}/${Routes.ITEM}`, { id: firstItemWithoutCustomerDecision.id }));
|
|
40
|
-
}
|
|
41
|
-
}, [basePath, firstItemWithoutCustomerDecision, itemRouteMatch, navigate]);
|
|
42
|
-
const [customerDecissionMade, setCustomerDecissionMade] = useState(false);
|
|
31
|
+
const [customerDecissionMade, setCustomerDecissionMade] = useState(() => checkoutItem.status === CheckoutItemStatus.INITIAL || checkoutItem.status === CheckoutItemStatus.EXPIRED);
|
|
43
32
|
const handleOnBannerPress = useCallback(() => setCustomerDecissionMade(!customerDecissionMade), [customerDecissionMade]);
|
|
44
|
-
useEffect(() => {
|
|
45
|
-
setCustomerDecissionMade(checkoutItem.status === CheckoutItemStatus.INITIAL || checkoutItem.status === CheckoutItemStatus.EXPIRED);
|
|
46
|
-
}, [checkoutItem]);
|
|
47
|
-
const [keepCheckoutItem, keepCheckoutItemStatus] = useKeepCheckoutItem({ checkoutItemId: checkoutItem.id });
|
|
48
|
-
const [returnCheckoutItem, returnCheckoutItemStatus] = useReturnCheckoutItem({
|
|
49
|
-
checkoutItemId: checkoutItem.id,
|
|
50
|
-
});
|
|
51
|
-
const [replaceCheckoutItem, replaceCheckoutItemStatus] = useReplaceCheckoutItem({
|
|
52
|
-
checkoutItemId: checkoutItem.id,
|
|
53
|
-
});
|
|
54
|
-
useEffect(() => {
|
|
55
|
-
if (keepCheckoutItemStatus === CommandStatus.SUCCESS) {
|
|
56
|
-
navigateToNextItem();
|
|
57
|
-
}
|
|
58
|
-
}, [keepCheckoutItemStatus, navigateToNextItem]);
|
|
59
|
-
useEffect(() => {
|
|
60
|
-
if (returnCheckoutItemStatus === CommandStatus.SUCCESS) {
|
|
61
|
-
navigateToNextItem();
|
|
62
|
-
}
|
|
63
|
-
}, [returnCheckoutItemStatus, navigateToNextItem]);
|
|
64
33
|
const [sizeWithoutStockModalVisible, setSizeWithoutStockModalVisible] = useState(false);
|
|
65
34
|
const handleOnShowSizeWithoutStockModal = useCallback(() => setSizeWithoutStockModalVisible(true), []);
|
|
66
35
|
const handleOnHideSizeWithoutStockModal = useCallback(() => setSizeWithoutStockModalVisible(false), []);
|
|
67
36
|
const [sizeChangeModalVisible, setSizeChangeModalVisible] = useState(false);
|
|
68
37
|
const handleOnShowSizeChangeModal = useCallback(() => setSizeChangeModalVisible(true), []);
|
|
69
|
-
const handleOnHideSizeChangeModal = useCallback(() =>
|
|
70
|
-
setSizeChangeModalVisible(false);
|
|
71
|
-
if (replaceCheckoutItemStatus === CommandStatus.SUCCESS) {
|
|
72
|
-
navigateToNextItem();
|
|
73
|
-
}
|
|
74
|
-
}, [navigateToNextItem, replaceCheckoutItemStatus]);
|
|
38
|
+
const handleOnHideSizeChangeModal = useCallback(() => setSizeChangeModalVisible(false), []);
|
|
75
39
|
const [bookedSizeChangeProductsVariants, bookedSizeChangeProductsVariantsStatus] = useViewBookedSizeChangeProductsVariantsForCheckoutItem({
|
|
76
40
|
checkoutItemId: checkoutItem.id,
|
|
77
41
|
});
|
|
78
|
-
const [bookCheckouBooking] =
|
|
42
|
+
const [bookCheckouBooking] = useBookCheckouBookingForCheckoutItem({
|
|
79
43
|
checkoutItemId: checkoutItem.id,
|
|
80
44
|
});
|
|
81
45
|
useEffect(() => {
|
|
82
|
-
|
|
83
|
-
}, [bookCheckouBooking,
|
|
46
|
+
bookedSizeChangeProductsVariants === null && bookCheckouBooking();
|
|
47
|
+
}, [bookCheckouBooking, bookedSizeChangeProductsVariants, bookedSizeChangeProductsVariants?.bookingId]);
|
|
84
48
|
const [returnQuestions, returnQuestionsStatus] = useListReturnQuestionsByCheckoutItemId({
|
|
85
49
|
checkoutItemId: checkoutItem.id,
|
|
86
50
|
});
|
|
51
|
+
const [keepCheckoutItem, keepCheckoutItemStatus] = useKeepCheckoutItem({ checkoutItemId: checkoutItem.id });
|
|
52
|
+
const [returnCheckoutItem, returnCheckoutItemStatus] = useReturnCheckoutItem({
|
|
53
|
+
checkoutItemId: checkoutItem.id,
|
|
54
|
+
});
|
|
55
|
+
const [replaceCheckoutItem, replaceCheckoutItemStatus] = useReplaceCheckoutItem({
|
|
56
|
+
checkoutItemId: checkoutItem.id,
|
|
57
|
+
});
|
|
87
58
|
const [stickyHeight, setStickyHeight] = useState(0);
|
|
88
59
|
const handleOnStickyLayout = useCallback(({ height }) => setStickyHeight(height), []);
|
|
89
60
|
const [returnQuestionsVisible, setReturnQuestionsVisible] = useState(false);
|
|
@@ -94,17 +65,22 @@ const Item = ({ customerId }) => {
|
|
|
94
65
|
handleOnHideReturnQuestions();
|
|
95
66
|
returnCheckoutItem({ feedbacks });
|
|
96
67
|
}, [handleOnHideReturnQuestions, returnCheckoutItem]);
|
|
97
|
-
const handleOnReplace = useCallback((
|
|
68
|
+
const handleOnReplace = useCallback((replacedFor) => {
|
|
98
69
|
handleOnShowSizeChangeModal();
|
|
99
|
-
replaceCheckoutItem({
|
|
70
|
+
replaceCheckoutItem({ replacedFor });
|
|
100
71
|
}, [handleOnShowSizeChangeModal, replaceCheckoutItem]);
|
|
101
72
|
const handleOnReturn = useCallback(() => handleOnShowReturnQuestions(), [handleOnShowReturnQuestions]);
|
|
102
|
-
const productVariantSelected = useMemo(() => checkoutItem.
|
|
103
|
-
?
|
|
104
|
-
: { id: checkoutItem.productVariant.id, size: checkoutItem.productVariant.size }, [
|
|
73
|
+
const productVariantSelected = useMemo(() => checkoutItem.replacedFor
|
|
74
|
+
? bookedSizeChangeProductsVariants?.productVariants.find((productVariant) => productVariant.id === checkoutItem.replacedFor)
|
|
75
|
+
: { id: checkoutItem.productVariant.id, size: checkoutItem.productVariant.size }, [
|
|
76
|
+
bookedSizeChangeProductsVariants?.productVariants,
|
|
77
|
+
checkoutItem.productVariant.id,
|
|
78
|
+
checkoutItem.productVariant.size,
|
|
79
|
+
checkoutItem.replacedFor,
|
|
80
|
+
]);
|
|
105
81
|
const dependenciesLoadedStatuses = [QueryStatus.ERROR, QueryStatus.SUCCESS];
|
|
106
82
|
const dependenciesLoaded = dependenciesLoadedStatuses.includes(returnQuestionsStatus) &&
|
|
107
|
-
|
|
83
|
+
dependenciesLoadedStatuses.includes(checkoutStatus) &&
|
|
108
84
|
dependenciesLoadedStatuses.includes(bookedSizeChangeProductsVariantsStatus);
|
|
109
85
|
if (!dependenciesLoaded)
|
|
110
86
|
return React.createElement(Spinner, null);
|
|
@@ -2,13 +2,12 @@ import { Text } from "@lookiero/aurora-next/build/components/primitives/Text/Tex
|
|
|
2
2
|
import { useI18nMessage } from "@lookiero/i18n-react";
|
|
3
3
|
import React, { useCallback } from "react";
|
|
4
4
|
import { View } from "react-native";
|
|
5
|
-
import { CheckoutItemStatus } from "../../../../../../domain/checkoutItem/model/checkoutItem";
|
|
6
5
|
import { Tabs } from "../../../../components/layouts/tabs/Tabs";
|
|
7
6
|
import { I18nMessages } from "../../../../i18n/i18n";
|
|
8
7
|
import { ProductVariant } from "../../../item/components/productVariant/ProductVariant";
|
|
9
8
|
import { style } from "./CheckoutItemsTabs.style";
|
|
10
|
-
const CheckoutItem = ({
|
|
11
|
-
React.createElement(ProductVariant, { brand:
|
|
9
|
+
const CheckoutItem = ({ checkoutItem, discarded = false, testID, style: customStyle, onPress, }) => (React.createElement(View, { style: style.checkoutItem, testID: testID },
|
|
10
|
+
React.createElement(ProductVariant, { brand: checkoutItem.productVariant.brand, color: checkoutItem.productVariant.color, discarded: discarded, media: checkoutItem.productVariant.media, name: checkoutItem.productVariant.name, price: checkoutItem.price, size: checkoutItem.productVariant.size, status: checkoutItem.status, style: customStyle, onPress: onPress })));
|
|
12
11
|
const CheckoutItemsTabs = ({ checkoutItemsKept, checkoutItemsReturned, onPressItem }) => {
|
|
13
12
|
const keepTabText = useI18nMessage({ id: I18nMessages.SUMMARY_KEEP_TAB });
|
|
14
13
|
const returnTabText = useI18nMessage({ id: I18nMessages.SUMMARY_RETURN_TAB });
|
|
@@ -16,9 +15,7 @@ const CheckoutItemsTabs = ({ checkoutItemsKept, checkoutItemsReturned, onPressIt
|
|
|
16
15
|
const returnEmptyText = useI18nMessage({ id: I18nMessages.SUMMARY_RETURN_EMPTY });
|
|
17
16
|
const handleOnPressItem = useCallback((checkoutItemId) => onPressItem(checkoutItemId), [onPressItem]);
|
|
18
17
|
return (React.createElement(Tabs, { style: { sliderContainer: style.sliderContainer }, tabLabels: [`${keepTabText} (${checkoutItemsKept.length})`, `${returnTabText} (${checkoutItemsReturned.length})`] },
|
|
19
|
-
React.createElement(React.Fragment, null, checkoutItemsKept.length === 0 ? (React.createElement(Text, null, keepEmptyText)) : (checkoutItemsKept.map((checkoutItem) => (React.createElement(CheckoutItem, { key: checkoutItem.id,
|
|
20
|
-
|
|
21
|
-
: checkoutItem.productVariant, onPress: () => handleOnPressItem(checkoutItem.id) }))))),
|
|
22
|
-
React.createElement(React.Fragment, null, checkoutItemsReturned.length === 0 ? (React.createElement(Text, null, returnEmptyText)) : (checkoutItemsReturned.map((checkoutItem) => (React.createElement(CheckoutItem, { key: checkoutItem.id, checkoutItemPrice: checkoutItem.price, checkoutItemProductVariant: checkoutItem.productVariant, checkoutItemStatus: checkoutItem.status, style: { image: style.returnCheckoutItem }, testID: "return-checkout-item", discarded: true, onPress: () => handleOnPressItem(checkoutItem.id) })))))));
|
|
18
|
+
React.createElement(React.Fragment, null, checkoutItemsKept.length === 0 ? (React.createElement(Text, null, keepEmptyText)) : (checkoutItemsKept.map((checkoutItem) => (React.createElement(CheckoutItem, { key: checkoutItem.id, checkoutItem: checkoutItem, testID: "keep-checkout-item", onPress: () => handleOnPressItem(checkoutItem.id) }))))),
|
|
19
|
+
React.createElement(React.Fragment, null, checkoutItemsReturned.length === 0 ? (React.createElement(Text, null, returnEmptyText)) : (checkoutItemsReturned.map((checkoutItem) => (React.createElement(CheckoutItem, { key: checkoutItem.id, checkoutItem: checkoutItem, style: { image: style.returnCheckoutItem }, testID: "return-checkout-item", discarded: true, onPress: () => handleOnPressItem(checkoutItem.id) })))))));
|
|
23
20
|
};
|
|
24
21
|
export { CheckoutItemsTabs };
|
package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.js
RENAMED
|
@@ -44,9 +44,9 @@ const Pricing = ({ orderTotal, subtotal, balanceDiscount, discount, discountPerc
|
|
|
44
44
|
React.createElement(Button, { busy: busy, small: true, onPress: onSubmit }, submitButtonText)))) : (React.createElement(animated.View, { style: { opacity: notCollapsedStyle.opacitiy } },
|
|
45
45
|
React.createElement(Row, { text: `${subtotalText} ${totalCheckoutItemsKeptText}` },
|
|
46
46
|
React.createElement(Price, { price: subtotal, variant: "subtotal" })),
|
|
47
|
-
discount &&
|
|
47
|
+
discount && (React.createElement(Row, { text: discountText },
|
|
48
48
|
React.createElement(Price, { price: discount, variant: "subtotal" }))),
|
|
49
|
-
balanceDiscount &&
|
|
49
|
+
balanceDiscount && (React.createElement(Row, { text: creditText },
|
|
50
50
|
React.createElement(Price, { price: balanceDiscount, variant: "subtotal" }))),
|
|
51
51
|
React.createElement(Row, { text: feeText }, isPSServiceFree ? (React.createElement(Text, { level: 3, style: style.uppercase, action: true }, freeText)) : (React.createElement(Price, { price: service.finalPrice, variant: "subtotal" }))),
|
|
52
52
|
React.createElement(View, { style: style.divider }),
|
|
@@ -4,6 +4,7 @@ interface ProductVariantProjection {
|
|
|
4
4
|
readonly size: SizeProjection;
|
|
5
5
|
}
|
|
6
6
|
interface BookedSizeChangeProductsVariantsProjection {
|
|
7
|
+
readonly bookingId: string;
|
|
7
8
|
readonly productVariants: ProductVariantProjection[];
|
|
8
9
|
}
|
|
9
10
|
export type { BookedSizeChangeProductsVariantsProjection, ProductVariantProjection };
|
|
@@ -4,7 +4,7 @@ interface CheckoutProjection {
|
|
|
4
4
|
readonly id: string;
|
|
5
5
|
readonly customerId: string;
|
|
6
6
|
readonly boxId: string;
|
|
7
|
-
readonly
|
|
7
|
+
readonly bookingId: string;
|
|
8
8
|
readonly status: CheckoutStatus;
|
|
9
9
|
readonly expiresOn: Date;
|
|
10
10
|
readonly items: CheckoutItemProjection[];
|
|
@@ -37,7 +37,7 @@ interface CheckoutItemProjection {
|
|
|
37
37
|
readonly id: string;
|
|
38
38
|
readonly status: CheckoutItemStatus;
|
|
39
39
|
readonly price: PriceProjection;
|
|
40
|
-
readonly replacedFor
|
|
40
|
+
readonly replacedFor?: string;
|
|
41
41
|
readonly productVariant: CheckoutItemProductVariantProjection;
|
|
42
42
|
readonly feedbacks: FeedbackProjection;
|
|
43
43
|
}
|
|
@@ -9,9 +9,9 @@ interface ServiceProjection {
|
|
|
9
9
|
interface PricingProjection {
|
|
10
10
|
readonly orderTotal: PriceProjection;
|
|
11
11
|
readonly subtotal: PriceProjection;
|
|
12
|
-
readonly balanceDiscount
|
|
13
|
-
readonly discount
|
|
14
|
-
readonly discountPercentage
|
|
12
|
+
readonly balanceDiscount?: PriceProjection;
|
|
13
|
+
readonly discount?: PriceProjection;
|
|
14
|
+
readonly discountPercentage?: number;
|
|
15
15
|
readonly service: ServiceProjection;
|
|
16
16
|
}
|
|
17
17
|
export type { PricingProjection, ServiceProjection };
|
package/package.json
CHANGED
package/dist/package.json
DELETED
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@lookiero/checkout",
|
|
3
|
-
"version": "0.3.26",
|
|
4
|
-
"main": "dist/index.js",
|
|
5
|
-
"types": "dist/index.d.ts",
|
|
6
|
-
"files": [
|
|
7
|
-
"dist"
|
|
8
|
-
],
|
|
9
|
-
"engines": {
|
|
10
|
-
"node": "^14.20.0 || ^16.13.0 || ^18.9.0"
|
|
11
|
-
},
|
|
12
|
-
"scripts": {
|
|
13
|
-
"start": "expo start",
|
|
14
|
-
"android": "expo start --android",
|
|
15
|
-
"ios": "expo start --ios",
|
|
16
|
-
"web": "expo start --web",
|
|
17
|
-
"export-analyze-web": "BUNDLE_ANALYZE=true NODE_ENV=production expo export:web",
|
|
18
|
-
"build": "tsc -b tsconfig.build.json",
|
|
19
|
-
"build:app": "tsc -p ./tsconfig.build-app.json --noemit && ENTRY_POINT='./src/Expo.tsx' NODE_ENV=production expo export:web --clear",
|
|
20
|
-
"lint": "eslint --fix --cache --cache-location ./node_modules/.cache/.eslintcache --ext ts,tsx .",
|
|
21
|
-
"format": "prettier --write \"**/*.+(json|css|ts|tsx|md)\"",
|
|
22
|
-
"test": "tsc -p ./tsconfig.test.json --noemit && jest",
|
|
23
|
-
"test:coverage": "jest --coverage --coverageReporters=text --detectOpenHandles --forceExit --silent",
|
|
24
|
-
"test:contract": "TEST_ENV=CONTRACT jest --coverage false --detectOpenHandles --testMatch \"**/?(*.)+(pact).ts\" --testTimeout=3000 --watchAll=false --forceExit",
|
|
25
|
-
"publish:contract": "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD) node pact.publish.js",
|
|
26
|
-
"prepare": "husky install"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@expo/dev-server": "0.1.120",
|
|
30
|
-
"@gorhom/portal": "^1.0.14",
|
|
31
|
-
"@lookiero/i18n": "^0.8.1",
|
|
32
|
-
"@lookiero/i18n-react": "^0.8.1",
|
|
33
|
-
"@lookiero/messaging": "^8.0.0",
|
|
34
|
-
"@lookiero/messaging-react": "^8.0.0",
|
|
35
|
-
"@react-spring/native": "^9.5.5",
|
|
36
|
-
"inline-style-prefixer": "6.0.1",
|
|
37
|
-
"react-native-safe-area-context": "^4.4.1",
|
|
38
|
-
"react-native-svg": "12.3.0",
|
|
39
|
-
"tiny-invariant": "^1.3.1",
|
|
40
|
-
"uuid": "^9.0.0"
|
|
41
|
-
},
|
|
42
|
-
"peerDependencies": {
|
|
43
|
-
"@lookiero/aurora-fonts": "^1.0.6",
|
|
44
|
-
"@lookiero/aurora-iconfont": "^2.0.37",
|
|
45
|
-
"@lookiero/aurora-next": "^3.0.185",
|
|
46
|
-
"@lookiero/data-sources": "^0.3",
|
|
47
|
-
"@lookiero/event": "^0.3",
|
|
48
|
-
"@lookiero/locale": "^0.3",
|
|
49
|
-
"@lookiero/payments-front": "^0.16.5",
|
|
50
|
-
"apollo-boost": "0.4.4",
|
|
51
|
-
"graphql": "16.6.0",
|
|
52
|
-
"graphql-tag": "2.12.6",
|
|
53
|
-
"react": "^18.0.0",
|
|
54
|
-
"react-dom": "^18.0.0",
|
|
55
|
-
"react-native": "^0.70.6",
|
|
56
|
-
"react-native-web": "^0.18.9",
|
|
57
|
-
"react-router-dom": "^6.4.5",
|
|
58
|
-
"react-router-native": "^6.4.5"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@babel/core": "^7.19.1",
|
|
62
|
-
"@expo/webpack-config": "^0.17.2",
|
|
63
|
-
"@lookiero/aurora-fonts": "^1.0.6",
|
|
64
|
-
"@lookiero/aurora-iconfont": "^2.0.37",
|
|
65
|
-
"@lookiero/aurora-next": "^3.0.185",
|
|
66
|
-
"@lookiero/data-sources": "^0.3",
|
|
67
|
-
"@lookiero/event": "^0.3",
|
|
68
|
-
"@lookiero/locale": "^0.3",
|
|
69
|
-
"@lookiero/payments-front": "^0.16.5",
|
|
70
|
-
"@pact-foundation/pact": "^10.1.4",
|
|
71
|
-
"@pact-foundation/pact-node": "^10.17.6",
|
|
72
|
-
"@testing-library/react": "^13.4.0",
|
|
73
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
74
|
-
"@testing-library/react-native": "^11.0.0",
|
|
75
|
-
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
|
|
76
|
-
"@types/jest": "^29.2.4",
|
|
77
|
-
"@types/react": "~18.0.0",
|
|
78
|
-
"@types/react-dom": "~18.0.0",
|
|
79
|
-
"@types/react-native": "~0.69.1",
|
|
80
|
-
"@types/uuid": "^9.0.0",
|
|
81
|
-
"apollo-boost": "0.4.4",
|
|
82
|
-
"eslint": "^8.24.0",
|
|
83
|
-
"eslint-config-prettier": "^8.5.0",
|
|
84
|
-
"eslint-config-react-app": "^7.0.1",
|
|
85
|
-
"eslint-plugin-flowtype": "^8.0.3",
|
|
86
|
-
"eslint-plugin-import": "^2.26.0",
|
|
87
|
-
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
88
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
89
|
-
"eslint-plugin-react": "^7.31.8",
|
|
90
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
91
|
-
"eslint-plugin-react-native": "^4.0.0",
|
|
92
|
-
"expo": "~46.0.8",
|
|
93
|
-
"expo-modules-core": "^1.0.3",
|
|
94
|
-
"expo-status-bar": "~1.4.0",
|
|
95
|
-
"graphql": "16.6.0",
|
|
96
|
-
"graphql-tag": "2.12.6",
|
|
97
|
-
"husky": "^8.0.2",
|
|
98
|
-
"jest": "^29.3.1",
|
|
99
|
-
"jest-expo": "^46.0.1",
|
|
100
|
-
"jest-fetch-mock": "^3.0.3",
|
|
101
|
-
"jest-mock-extended": "^3.0.1",
|
|
102
|
-
"lint-staged": "^13.0.3",
|
|
103
|
-
"pino-std-serializers": "^6.0.0",
|
|
104
|
-
"prettier": "^2.7.1",
|
|
105
|
-
"react": "^18.0.0",
|
|
106
|
-
"react-dom": "^18.0.0",
|
|
107
|
-
"react-native": "^0.70.6",
|
|
108
|
-
"react-native-get-random-values": "^1.8.0",
|
|
109
|
-
"react-native-unimodules": "^0.14.10",
|
|
110
|
-
"react-native-web": "^0.18.9",
|
|
111
|
-
"react-router-dom": "^6.4.5",
|
|
112
|
-
"react-router-native": "^6.4.5",
|
|
113
|
-
"react-test-renderer": "^18.0.0",
|
|
114
|
-
"typescript": "^4.9.3",
|
|
115
|
-
"webpack-bundle-analyzer": "^4.7.0"
|
|
116
|
-
}
|
|
117
|
-
}
|
package/dist/src/ExpoRoot.d.ts
DELETED
package/dist/src/ExpoRoot.js
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { Aurora } from "@lookiero/aurora-next/build/components/primitives/Aurora/Aurora";
|
|
2
|
-
import { Text } from "@lookiero/aurora-next/build/components/primitives/Text/Text";
|
|
3
|
-
import { fetchFetchTranslation } from "@lookiero/i18n";
|
|
4
|
-
import { i18n } from "@lookiero/i18n-react";
|
|
5
|
-
import { setPaymentsBridge } from "@lookiero/payments-front";
|
|
6
|
-
import { useFonts } from "expo-font";
|
|
7
|
-
import "expo/build/Expo.fx";
|
|
8
|
-
import React, { useCallback, useState } from "react";
|
|
9
|
-
import { Platform, StatusBar } from "react-native";
|
|
10
|
-
import "react-native-get-random-values";
|
|
11
|
-
import { version } from "../package.json";
|
|
12
|
-
// import { bootstrap as checkoutMockBootstrap } from "./infrastructure/delivery/bootstrap.mock";
|
|
13
|
-
import { bootstrap as checkoutBootstrap } from "./infrastructure/delivery/bootstrap";
|
|
14
|
-
import { root } from "./infrastructure/ui/Root";
|
|
15
|
-
import { Router } from "./infrastructure/ui/routing/router/Router";
|
|
16
|
-
import { notificationsRoot } from "./shared/notifications";
|
|
17
|
-
const apiUrl = Platform.OS !== "web" ? "https://web2.ps.dev.aws.lookiero.es/checkout/api" : __DEV__ ? "/local-to-dev" : "/api";
|
|
18
|
-
const authToken = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwOTUxNjAsImV4cCI6MTY3MjI5OTg4MSwiZGlzcGxheU5hbWUiOiJBbGV4YW5kZXIiLCJjb3VudHJ5X2NvZGUiOiJFUyIsImFjY2Vzc1ZpYSI6ImVtYWlsIiwic3Vic2NyaXB0aW9uU3RhcnRpbmdEYXRlIjoiMjAyMC0wOS0wMSIsImltcGVyc29uYXRlZCI6ZmFsc2UsInV1aWQiOiJjZjdjNjQxZi0wZTVjLTQ4NTAtYWUwNy0yNzY3NDdlZGZkMGIiLCJpYXQiOjE2Njk3MDc4ODF9.-nGGMNmMlsq-PsupefyjxH0Z3td7ybM9TpnUV_VIYSg";
|
|
19
|
-
const translationsUrl = Platform.OS !== "web" ? "https://web2.ps.dev.aws.lookiero.es/checkout/i18n" : __DEV__ ? "/local-to-i18n" : "/i18n";
|
|
20
|
-
const translationsApiKey = "f2AfMGaPCZGVbAFWz_OV4GWhBDG_NbZJ";
|
|
21
|
-
const translations = (locale) => `${translationsUrl}/${locale}?key=${translationsApiKey}&no-folding=true`;
|
|
22
|
-
const useRedirect = () => ({
|
|
23
|
-
returnUrl: "https://web2.dev.aws.lookiero.es/user/",
|
|
24
|
-
});
|
|
25
|
-
setPaymentsBridge({
|
|
26
|
-
getToken: () => Promise.resolve(authToken),
|
|
27
|
-
stripeKey: "pk_test_6dwdUfkUm7AaUH3oSje9H0kk",
|
|
28
|
-
stripeUkKey: "pk_test_51Jw6NEHQ1gSUXaQ8KKBLBhmzw7k0TCTN0GQ6qq8oGRmXCn09ptn7zrHX5jsyidv8iBDGuzUDV3R0fko01m5oJzMO00z6XmoLbn",
|
|
29
|
-
commonAssetsPath: "https://cdn.dev.envs.lookiero.tech/commons",
|
|
30
|
-
paymentsAssetsPath: "https://cdn.dev.envs.lookiero.tech/payments-front",
|
|
31
|
-
iOSInAppBrowserBannerHeight: 70,
|
|
32
|
-
useAvoidKeyboard: () => ({
|
|
33
|
-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
34
|
-
// @ts-ignore
|
|
35
|
-
setAvoidKeyboard: (state) => console.log("setAvoidKeyboard: ", state),
|
|
36
|
-
}),
|
|
37
|
-
emitTrackingEvent: (e) => {
|
|
38
|
-
console.log("Tracking Payment event", e);
|
|
39
|
-
},
|
|
40
|
-
appVersion: version,
|
|
41
|
-
googlePay: {
|
|
42
|
-
merchant: {
|
|
43
|
-
merchantId: "0123456789",
|
|
44
|
-
merchantName: "Lookiero",
|
|
45
|
-
},
|
|
46
|
-
isTestEnv: true,
|
|
47
|
-
},
|
|
48
|
-
useFeatureFlags: () => ({
|
|
49
|
-
/* eslint-disable @typescript-eslint/naming-convention */
|
|
50
|
-
ALLOW_GOOGLE_PAY_AT: true,
|
|
51
|
-
ALLOW_GOOGLE_PAY_BE: true,
|
|
52
|
-
ALLOW_GOOGLE_PAY_DE: true,
|
|
53
|
-
ALLOW_GOOGLE_PAY_ES: true,
|
|
54
|
-
ALLOW_GOOGLE_PAY_FR: true,
|
|
55
|
-
ALLOW_GOOGLE_PAY_GB: true,
|
|
56
|
-
ALLOW_GOOGLE_PAY_IT: true,
|
|
57
|
-
ALLOW_GOOGLE_PAY_LU: true,
|
|
58
|
-
ALLOW_GOOGLE_PAY_NL: true,
|
|
59
|
-
ALLOW_GOOGLE_PAY_PT: true,
|
|
60
|
-
ALLOW_GOOGLE_PAY_APP_AT: true,
|
|
61
|
-
ALLOW_GOOGLE_PAY_APP_BE: true,
|
|
62
|
-
ALLOW_GOOGLE_PAY_APP_DE: true,
|
|
63
|
-
ALLOW_GOOGLE_PAY_APP_ES: true,
|
|
64
|
-
ALLOW_GOOGLE_PAY_APP_FR: true,
|
|
65
|
-
ALLOW_GOOGLE_PAY_APP_GB: true,
|
|
66
|
-
ALLOW_GOOGLE_PAY_APP_IT: true,
|
|
67
|
-
ALLOW_GOOGLE_PAY_APP_LU: true,
|
|
68
|
-
ALLOW_GOOGLE_PAY_APP_NL: true,
|
|
69
|
-
ALLOW_GOOGLE_PAY_APP_PT: true,
|
|
70
|
-
/* eslint-enable @typescript-eslint/naming-convention */
|
|
71
|
-
}),
|
|
72
|
-
});
|
|
73
|
-
// const { Component: Messaging } = checkoutMockBootstrap();
|
|
74
|
-
const { Component: Messaging } = checkoutBootstrap({ apiUrl, authToken });
|
|
75
|
-
const I18n = i18n({
|
|
76
|
-
fetchTranslation: fetchFetchTranslation({ endpoint: translations }),
|
|
77
|
-
contextId: "CheckoutI18n",
|
|
78
|
-
});
|
|
79
|
-
const Notifications = notificationsRoot();
|
|
80
|
-
const Root = root({ Messaging, I18n, Notifications, authToken, development: false });
|
|
81
|
-
const ExpoRoot = () => {
|
|
82
|
-
const [fontsLoaded] = useFonts({
|
|
83
|
-
["Romie-Regular"]: require("@lookiero/aurora-fonts/Romie-Regular.ttf"),
|
|
84
|
-
["FoundersGroteskText-Regular"]: require("@lookiero/aurora-fonts/FoundersGroteskText-Regular.ttf"),
|
|
85
|
-
["Canela-Light"]: require("@lookiero/aurora-fonts/Canela-Light.ttf"),
|
|
86
|
-
auroraicons: require("@lookiero/aurora-iconfont/dist/auroraicons.ttf"),
|
|
87
|
-
});
|
|
88
|
-
const [isAccessible, setIsAccessible] = useState();
|
|
89
|
-
const onNotAccessible = useCallback(() => setIsAccessible(false), []);
|
|
90
|
-
return fontsLoaded ? (React.createElement(React.Fragment, null,
|
|
91
|
-
React.createElement(Aurora, { useStack: false },
|
|
92
|
-
isAccessible === false && React.createElement(Text, { heading: true }, "Checkout is not accessible!"),
|
|
93
|
-
React.createElement(Router, null,
|
|
94
|
-
React.createElement(Root, { basePath: "", customerId: "cf7c641f-0e5c-4850-ae07-276747edfd0b", locale: "es", useRedirect: useRedirect, onNotAccessible: onNotAccessible }))),
|
|
95
|
-
React.createElement(StatusBar, null))) : null;
|
|
96
|
-
};
|
|
97
|
-
export { ExpoRoot };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Command } from "@lookiero/messaging";
|
|
2
|
-
declare const BLOCK_CHECKOUT_BOOKING = "block_checkout_booking";
|
|
3
|
-
interface BlockCheckoutBookingPayload {
|
|
4
|
-
readonly aggregateId: string;
|
|
5
|
-
}
|
|
6
|
-
interface BlockCheckoutBooking extends Command<typeof BLOCK_CHECKOUT_BOOKING>, BlockCheckoutBookingPayload {
|
|
7
|
-
}
|
|
8
|
-
interface BlockCheckoutBookingFunction {
|
|
9
|
-
(payload: BlockCheckoutBookingPayload): BlockCheckoutBooking;
|
|
10
|
-
}
|
|
11
|
-
declare const blockCheckoutBooking: BlockCheckoutBookingFunction;
|
|
12
|
-
export type { BlockCheckoutBooking };
|
|
13
|
-
export { BLOCK_CHECKOUT_BOOKING, blockCheckoutBooking };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { CheckoutStatus } from "../../checkout/model/checkout";
|
|
2
|
-
import { checkoutBookingBlocked } from "./checkoutBookingBlocked";
|
|
3
|
-
import { checkoutBookingBooked } from "./checkoutBookingBooked";
|
|
4
|
-
import { checkoutBookingExpired } from "./checkoutBookingExpired";
|
|
5
|
-
const bookCheckoutBookingForCheckoutItemHandler = () => async ({ aggregateRoot, command }) => {
|
|
6
|
-
const { aggregateId, checkoutItemId } = command;
|
|
7
|
-
return {
|
|
8
|
-
...aggregateRoot,
|
|
9
|
-
domainEvents: [checkoutBookingBooked({ aggregateId, checkoutItemId })],
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
const blockCheckoutBookingHandler = () => async ({ aggregateRoot, command }) => {
|
|
13
|
-
const { aggregateId } = command;
|
|
14
|
-
if (aggregateRoot.checkoutStatus === CheckoutStatus.EXPIRED) {
|
|
15
|
-
return {
|
|
16
|
-
...aggregateRoot,
|
|
17
|
-
domainEvents: [checkoutBookingExpired({ aggregateId })],
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
return {
|
|
21
|
-
...aggregateRoot,
|
|
22
|
-
domainEvents: [checkoutBookingBlocked({ aggregateId })],
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export { bookCheckoutBookingForCheckoutItemHandler, blockCheckoutBookingHandler };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { DomainEvent } from "@lookiero/messaging";
|
|
2
|
-
declare const CHECKOUT_BOOKING_BLOCKED = "checkout_booking_blocked";
|
|
3
|
-
interface CheckoutBookingBlokedPaylcoad {
|
|
4
|
-
readonly aggregateId: string;
|
|
5
|
-
}
|
|
6
|
-
interface CheckoutBookingBlocked extends DomainEvent<typeof CHECKOUT_BOOKING_BLOCKED>, CheckoutBookingBlokedPaylcoad {
|
|
7
|
-
}
|
|
8
|
-
interface CheckoutBookingBlokedFunctcion {
|
|
9
|
-
(payload: CheckoutBookingBlokedPaylcoad): CheckoutBookingBlocked;
|
|
10
|
-
}
|
|
11
|
-
declare const checkoutBookingBlocked: CheckoutBookingBlokedFunctcion;
|
|
12
|
-
export type { CheckoutBookingBlocked };
|
|
13
|
-
export { CHECKOUT_BOOKING_BLOCKED, checkoutBookingBlocked };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { domainEvent } from "@lookiero/messaging";
|
|
2
|
-
const CHECKOUT_BOOKING_BLOCKED = "checkout_booking_blocked";
|
|
3
|
-
const checkoutBookingBlocked = ({ aggregateId }) => domainEvent({ aggregateId, name: CHECKOUT_BOOKING_BLOCKED });
|
|
4
|
-
export { CHECKOUT_BOOKING_BLOCKED, checkoutBookingBlocked };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { DomainEvent } from "@lookiero/messaging";
|
|
2
|
-
declare const CHECKOUT_BOOKING_EXPIRED = "checkout_booking_expired";
|
|
3
|
-
interface CheckoutBookingExpiredPayload {
|
|
4
|
-
readonly aggregateId: string;
|
|
5
|
-
}
|
|
6
|
-
interface CheckoutBookingExpired extends DomainEvent<typeof CHECKOUT_BOOKING_EXPIRED>, CheckoutBookingExpiredPayload {
|
|
7
|
-
}
|
|
8
|
-
interface CheckoutBookingExpiredFunction {
|
|
9
|
-
(payload: CheckoutBookingExpiredPayload): CheckoutBookingExpired;
|
|
10
|
-
}
|
|
11
|
-
declare const checkoutBookingExpired: CheckoutBookingExpiredFunction;
|
|
12
|
-
export type { CheckoutBookingExpired };
|
|
13
|
-
export { CHECKOUT_BOOKING_EXPIRED, checkoutBookingExpired };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { domainEvent } from "@lookiero/messaging";
|
|
2
|
-
const CHECKOUT_BOOKING_EXPIRED = "checkout_booking_expired";
|
|
3
|
-
const checkoutBookingExpired = ({ aggregateId }) => domainEvent({ aggregateId, name: CHECKOUT_BOOKING_EXPIRED });
|
|
4
|
-
export { CHECKOUT_BOOKING_EXPIRED, checkoutBookingExpired };
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { HttpCheckoutBookingsSaveFunction } from "./httpCheckoutBookings";
|
|
2
|
-
interface HttpCheckoutBookingsBlockFunction extends HttpCheckoutBookingsSaveFunction {
|
|
3
|
-
}
|
|
4
|
-
declare const httpCheckoutBookingsBlock: HttpCheckoutBookingsBlockFunction;
|
|
5
|
-
export { httpCheckoutBookingsBlock };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { CHECKOUT_BOOKING_BLOCKED, } from "../../../../domain/checkoutBooking/model/checkoutBookingBlocked";
|
|
2
|
-
const isCheckoutBookingBlocked = (event) => event.name === CHECKOUT_BOOKING_BLOCKED;
|
|
3
|
-
const httpCheckoutBookingsBlock = ({ httpPost }) => async ({ aggregateId, domainEvents }) => {
|
|
4
|
-
const checkoutBookingBlocked = domainEvents.find(isCheckoutBookingBlocked);
|
|
5
|
-
if (!checkoutBookingBlocked) {
|
|
6
|
-
return;
|
|
7
|
-
}
|
|
8
|
-
await httpPost({
|
|
9
|
-
endpoint: "/block-checkout-booking",
|
|
10
|
-
body: {
|
|
11
|
-
checkoutBookingId: aggregateId,
|
|
12
|
-
},
|
|
13
|
-
});
|
|
14
|
-
};
|
|
15
|
-
export { httpCheckoutBookingsBlock };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CommandStatus } from "@lookiero/messaging-react";
|
|
2
|
-
interface BlockCheckoutBookingFunction {
|
|
3
|
-
(): Promise<void>;
|
|
4
|
-
}
|
|
5
|
-
type UseBlockCheckoutBooking = [blockCheckoutBooking: BlockCheckoutBookingFunction, status: CommandStatus];
|
|
6
|
-
interface UseBlockCheckoutBookingFunctionArgs {
|
|
7
|
-
readonly checkoutBookingId: string;
|
|
8
|
-
}
|
|
9
|
-
interface UseBlockCheckoutBookingFunction {
|
|
10
|
-
(args: UseBlockCheckoutBookingFunctionArgs): UseBlockCheckoutBooking;
|
|
11
|
-
}
|
|
12
|
-
declare const useBlockCheckoutBooking: UseBlockCheckoutBookingFunction;
|
|
13
|
-
export { useBlockCheckoutBooking };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { useCommand } from "@lookiero/messaging-react";
|
|
2
|
-
import { useCallback } from "react";
|
|
3
|
-
import { blockCheckoutBooking as blockCheckoutBookingCommand } from "../../../../domain/checkoutBooking/command/blockCheckoutBooking";
|
|
4
|
-
import { MESSAGING_CONTEXT_ID } from "../../../delivery/baseBootstrap";
|
|
5
|
-
const useBlockCheckoutBooking = ({ checkoutBookingId }) => {
|
|
6
|
-
const [commandBus, status] = useCommand({ contextId: MESSAGING_CONTEXT_ID });
|
|
7
|
-
const blockCheckoutBooking = useCallback(() => commandBus(blockCheckoutBookingCommand({
|
|
8
|
-
aggregateId: checkoutBookingId,
|
|
9
|
-
})), [checkoutBookingId, commandBus]);
|
|
10
|
-
return [blockCheckoutBooking, status];
|
|
11
|
-
};
|
|
12
|
-
export { useBlockCheckoutBooking };
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CommandStatus } from "@lookiero/messaging-react";
|
|
2
|
-
interface BookFunction {
|
|
3
|
-
(): Promise<void>;
|
|
4
|
-
}
|
|
5
|
-
type UseBookCheckoutBookingForCheckoutItem = [book: BookFunction, status: CommandStatus];
|
|
6
|
-
interface UseBookCheckoutBookingForCheckoutItemFunctionArgs {
|
|
7
|
-
readonly checkoutItemId: string;
|
|
8
|
-
}
|
|
9
|
-
interface UseBookCheckoutBookingForCheckoutItemFunction {
|
|
10
|
-
(args: UseBookCheckoutBookingForCheckoutItemFunctionArgs): UseBookCheckoutBookingForCheckoutItem;
|
|
11
|
-
}
|
|
12
|
-
declare const useBookCheckoutBookingForCheckoutItem: UseBookCheckoutBookingForCheckoutItemFunction;
|
|
13
|
-
export { useBookCheckoutBookingForCheckoutItem };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { useQuery } from "@lookiero/messaging-react";
|
|
2
|
-
import { CHECKOUT_ITEM_KEPT } from "../../../../domain/checkoutItem/model/checkoutItemKept";
|
|
3
|
-
import { CHECKOUT_ITEM_REPLACED, } from "../../../../domain/checkoutItem/model/checkoutItemReplaced";
|
|
4
|
-
import { CHECKOUT_ITEM_RETURNED, } from "../../../../domain/checkoutItem/model/checkoutItemReturned";
|
|
5
|
-
import { viewPricingByCheckoutId } from "../../../../projection/pricing/viewPricingByCheckoutId";
|
|
6
|
-
import { MESSAGING_CONTEXT_ID } from "../../../delivery/baseBootstrap";
|
|
7
|
-
const isCheckoutItemKept = (event) => event.name === CHECKOUT_ITEM_KEPT;
|
|
8
|
-
const isCheckoutItemReturned = (event) => event.name === CHECKOUT_ITEM_RETURNED;
|
|
9
|
-
const isCheckoutItemReplaced = (event) => event.name === CHECKOUT_ITEM_REPLACED;
|
|
10
|
-
const shouldInvalidate = (event) => isCheckoutItemKept(event) || isCheckoutItemReplaced(event) || isCheckoutItemReturned(event);
|
|
11
|
-
const useViewPricingByCheckoutId = ({ checkoutId }) => useQuery({
|
|
12
|
-
query: viewPricingByCheckoutId({ checkoutId }),
|
|
13
|
-
contextId: MESSAGING_CONTEXT_ID,
|
|
14
|
-
invalidation: shouldInvalidate,
|
|
15
|
-
options: { staleTime: Infinity, retry: false, refetchOnWindowFocus: false, refetchOnMount: "always" },
|
|
16
|
-
});
|
|
17
|
-
export { useViewPricingByCheckoutId };
|
|
File without changes
|