@lookiero/checkout 0.4.10 → 0.5.0-beta.0
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/domain/checkout/command/markCheckoutAsPaid.d.ts +13 -0
- package/dist/domain/checkout/command/markCheckoutAsPaid.js +4 -0
- package/dist/domain/checkout/model/checkoutPaid.d.ts +13 -0
- package/dist/domain/checkout/model/checkoutPaid.js +4 -0
- package/dist/infrastructure/domain/checkout/model/httpCheckoutsMarkAsPaid.d.ts +5 -0
- package/dist/infrastructure/domain/checkout/model/httpCheckoutsMarkAsPaid.js +13 -0
- package/dist/infrastructure/domain/checkout/react/useMarkCheckoutAsPaid.d.ts +13 -0
- package/dist/infrastructure/domain/checkout/react/useMarkCheckoutAsPaid.js +16 -0
- package/dist/infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.d.ts +13 -0
- package/dist/infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.js +14 -0
- package/dist/infrastructure/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.d.ts +12 -0
- package/dist/infrastructure/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.js +9 -0
- package/dist/infrastructure/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.d.ts +10 -0
- package/dist/infrastructure/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.js +12 -0
- package/dist/infrastructure/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.d.ts +12 -0
- package/dist/infrastructure/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.js +9 -0
- package/dist/infrastructure/ui/Root.d.ts +3 -3
- package/dist/infrastructure/ui/Root.js +2 -2
- package/dist/infrastructure/ui/routing/Routing.d.ts +4 -4
- package/dist/infrastructure/ui/routing/Routing.js +11 -11
- package/dist/infrastructure/ui/views/App.d.ts +2 -1
- package/dist/infrastructure/ui/views/App.js +4 -5
- package/dist/infrastructure/ui/views/checkout/Checkout.d.ts +0 -2
- package/dist/infrastructure/ui/views/checkout/Checkout.js +3 -3
- package/dist/infrastructure/ui/views/feedback/Feedback.js +1 -1
- package/dist/infrastructure/ui/views/header/Header.js +3 -4
- package/dist/infrastructure/ui/views/header/Header.style.d.ts +1 -1
- package/dist/infrastructure/ui/views/header/Header.style.js +1 -1
- package/dist/infrastructure/ui/views/intro/Intro.js +1 -1
- package/dist/infrastructure/ui/views/item/Item.d.ts +0 -2
- package/dist/infrastructure/ui/views/item/Item.js +5 -5
- package/dist/infrastructure/ui/views/item/components/itemActions/ItemActions.d.ts +0 -2
- package/dist/infrastructure/ui/views/item/components/itemActions/ItemActions.js +2 -6
- package/dist/infrastructure/ui/views/item/components/productVariant/ProductVariant.d.ts +0 -2
- package/dist/infrastructure/ui/views/item/components/productVariant/ProductVariant.js +2 -3
- package/dist/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.d.ts +0 -2
- package/dist/infrastructure/ui/views/item/components/productVariantDescription/ProductVariantDescription.js +3 -5
- package/dist/infrastructure/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.d.ts +0 -2
- package/dist/infrastructure/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.js +2 -2
- package/dist/infrastructure/ui/views/navigation/Navigation.d.ts +20 -0
- package/dist/infrastructure/ui/views/navigation/Navigation.js +16 -0
- package/dist/infrastructure/ui/views/navigation/Navigation.style.d.ts +5 -0
- package/dist/infrastructure/ui/views/navigation/Navigation.style.js +30 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Header.d.ts +13 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Header.js +88 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Header.style.d.ts +35 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Header.style.js +38 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Logo.d.ts +7 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Logo.js +11 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Logo.style.d.ts +7 -0
- package/dist/infrastructure/ui/views/navigation/components/header/Logo.style.js +8 -0
- package/dist/infrastructure/ui/views/summary/Summary.d.ts +0 -2
- package/dist/infrastructure/ui/views/summary/Summary.js +3 -3
- package/dist/infrastructure/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.d.ts +0 -2
- package/dist/infrastructure/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.js +5 -5
- package/dist/projection/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.d.ts +10 -0
- package/dist/projection/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.d.ts +25 -0
- package/dist/projection/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.js +8 -0
- package/dist/projection/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.d.ts +25 -0
- package/dist/projection/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.js +8 -0
- package/dist/projection/shared/size.d.ts +0 -10
- package/dist/projection/shared/size.js +1 -3
- package/package.json +1 -1
- package/dist/projection/shared/country.d.ts +0 -13
- package/dist/projection/shared/country.js +0 -14
- package/dist/projection/shared/customer.d.ts +0 -6
- /package/dist/projection/{shared/customer.js → bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.js} +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var Country;
|
|
2
|
-
(function (Country) {
|
|
3
|
-
Country["ES"] = "ES";
|
|
4
|
-
Country["FR"] = "FR";
|
|
5
|
-
Country["GB"] = "GB";
|
|
6
|
-
Country["BE"] = "BE";
|
|
7
|
-
Country["LU"] = "LU";
|
|
8
|
-
Country["IT"] = "IT";
|
|
9
|
-
Country["PT"] = "PT";
|
|
10
|
-
Country["DE"] = "DE";
|
|
11
|
-
Country["AT"] = "AT";
|
|
12
|
-
Country["NL"] = "NL";
|
|
13
|
-
})(Country || (Country = {}));
|
|
14
|
-
export { Country };
|
|
File without changes
|