@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.
Files changed (587) hide show
  1. package/dist/{src/domain → domain}/checkout/model/checkout.d.ts +2 -3
  2. package/dist/{src/domain → domain}/checkout/model/checkout.js +0 -1
  3. package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBooking.d.ts +1 -5
  4. package/dist/domain/checkoutBooking/model/checkoutBooking.js +9 -0
  5. package/dist/{src/domain → domain}/checkoutItem/command/replaceCheckoutItem.d.ts +1 -1
  6. package/dist/{src/domain → domain}/checkoutItem/model/checkoutItem.d.ts +1 -1
  7. package/dist/{src/domain → domain}/checkoutItem/model/checkoutItem.js +2 -2
  8. package/dist/{src/infrastructure → infrastructure}/delivery/baseBootstrap.d.ts +0 -2
  9. package/dist/{src/infrastructure → infrastructure}/delivery/baseBootstrap.js +2 -8
  10. package/dist/{src/infrastructure → infrastructure}/delivery/bootstrap.js +0 -2
  11. package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutBookings.js +1 -5
  12. package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutItems.js +0 -2
  13. package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckouts.js +2 -2
  14. package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckouts.js +1 -1
  15. package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookings.js +2 -9
  16. package/dist/infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.d.ts +13 -0
  17. package/dist/{src/infrastructure/domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem.js → infrastructure/domain/checkoutBooking/react/useBookCheckouBookingForCheckoutItem.js} +2 -2
  18. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItems.js +1 -1
  19. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReplace.js +2 -2
  20. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReplaceCheckoutItem.d.ts +1 -1
  21. package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReplaceCheckoutItem.js +2 -2
  22. package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.js +1 -1
  23. package/dist/{src/infrastructure → infrastructure}/projection/checkout/checkout.d.ts +1 -1
  24. package/dist/infrastructure/projection/pricing/react/useViewPricingByCheckoutId.js +9 -0
  25. package/dist/{src/infrastructure → infrastructure}/ui/Root.d.ts +2 -0
  26. package/dist/{src/infrastructure → infrastructure}/ui/Root.js +2 -2
  27. package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutMiddleware.js +9 -7
  28. package/dist/{src/infrastructure → infrastructure}/ui/routing/Routing.d.ts +2 -0
  29. package/dist/{src/infrastructure → infrastructure}/ui/routing/Routing.js +2 -2
  30. package/dist/{src/infrastructure → infrastructure}/ui/views/App.d.ts +2 -0
  31. package/dist/{src/infrastructure → infrastructure}/ui/views/App.js +2 -2
  32. package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.d.ts +7 -0
  33. package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.js +8 -6
  34. package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.js +25 -49
  35. package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.js +4 -7
  36. package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.js +2 -2
  37. package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.d.ts +1 -0
  38. package/dist/{src/projection → projection}/checkout/checkout.d.ts +1 -1
  39. package/dist/{src/projection → projection}/checkoutBooking/checkoutBooking.d.ts +0 -2
  40. package/dist/{src/projection → projection}/checkoutItem/checkoutItem.d.ts +1 -1
  41. package/dist/{src/projection → projection}/pricing/pricing.d.ts +3 -3
  42. package/package.json +1 -1
  43. package/dist/package.json +0 -117
  44. package/dist/src/ExpoRoot.d.ts +0 -5
  45. package/dist/src/ExpoRoot.js +0 -97
  46. package/dist/src/domain/checkoutBooking/command/blockCheckoutBooking.d.ts +0 -13
  47. package/dist/src/domain/checkoutBooking/command/blockCheckoutBooking.js +0 -4
  48. package/dist/src/domain/checkoutBooking/model/checkoutBooking.js +0 -25
  49. package/dist/src/domain/checkoutBooking/model/checkoutBookingBlocked.d.ts +0 -13
  50. package/dist/src/domain/checkoutBooking/model/checkoutBookingBlocked.js +0 -4
  51. package/dist/src/domain/checkoutBooking/model/checkoutBookingExpired.d.ts +0 -13
  52. package/dist/src/domain/checkoutBooking/model/checkoutBookingExpired.js +0 -4
  53. package/dist/src/infrastructure/domain/checkoutBooking/model/httpCheckoutBookingsBlock.d.ts +0 -5
  54. package/dist/src/infrastructure/domain/checkoutBooking/model/httpCheckoutBookingsBlock.js +0 -15
  55. package/dist/src/infrastructure/domain/checkoutBooking/react/useBlockCheckoutBooking.d.ts +0 -13
  56. package/dist/src/infrastructure/domain/checkoutBooking/react/useBlockCheckoutBooking.js +0 -12
  57. package/dist/src/infrastructure/domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem.d.ts +0 -13
  58. package/dist/src/infrastructure/projection/pricing/react/useViewPricingByCheckoutId.js +0 -17
  59. /package/dist/{src/domain → domain}/checkout/command/markCheckoutAsPaid.d.ts +0 -0
  60. /package/dist/{src/domain → domain}/checkout/command/markCheckoutAsPaid.js +0 -0
  61. /package/dist/{src/domain → domain}/checkout/command/startCheckout.d.ts +0 -0
  62. /package/dist/{src/domain → domain}/checkout/command/startCheckout.js +0 -0
  63. /package/dist/{src/domain → domain}/checkout/model/checkoutPaid.d.ts +0 -0
  64. /package/dist/{src/domain → domain}/checkout/model/checkoutPaid.js +0 -0
  65. /package/dist/{src/domain → domain}/checkout/model/checkoutStarted.d.ts +0 -0
  66. /package/dist/{src/domain → domain}/checkout/model/checkoutStarted.js +0 -0
  67. /package/dist/{src/domain → domain}/checkout/model/checkouts.d.ts +0 -0
  68. /package/dist/{src/domain → domain}/checkout/model/checkouts.js +0 -0
  69. /package/dist/{src/domain → domain}/checkoutBooking/command/bookCheckoutBookingForCheckoutItem.d.ts +0 -0
  70. /package/dist/{src/domain → domain}/checkoutBooking/command/bookCheckoutBookingForCheckoutItem.js +0 -0
  71. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookingBooked.d.ts +0 -0
  72. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookingBooked.js +0 -0
  73. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookings.d.ts +0 -0
  74. /package/dist/{src/domain → domain}/checkoutBooking/model/checkoutBookings.js +0 -0
  75. /package/dist/{src/domain → domain}/checkoutFeedback/command/giveCheckoutFeedback.d.ts +0 -0
  76. /package/dist/{src/domain → domain}/checkoutFeedback/command/giveCheckoutFeedback.js +0 -0
  77. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedback.d.ts +0 -0
  78. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedback.js +0 -0
  79. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbackGiven.d.ts +0 -0
  80. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbackGiven.js +0 -0
  81. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbacks.d.ts +0 -0
  82. /package/dist/{src/domain → domain}/checkoutFeedback/model/checkoutFeedbacks.js +0 -0
  83. /package/dist/{src/domain → domain}/checkoutFeedback/model/feedbacks.d.ts +0 -0
  84. /package/dist/{src/domain → domain}/checkoutFeedback/model/feedbacks.js +0 -0
  85. /package/dist/{src/domain → domain}/checkoutItem/command/keepCheckoutItem.d.ts +0 -0
  86. /package/dist/{src/domain → domain}/checkoutItem/command/keepCheckoutItem.js +0 -0
  87. /package/dist/{src/domain → domain}/checkoutItem/command/replaceCheckoutItem.js +0 -0
  88. /package/dist/{src/domain → domain}/checkoutItem/command/returnCheckoutItem.d.ts +0 -0
  89. /package/dist/{src/domain → domain}/checkoutItem/command/returnCheckoutItem.js +0 -0
  90. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemKept.d.ts +0 -0
  91. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemKept.js +0 -0
  92. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReplaced.d.ts +0 -0
  93. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReplaced.js +0 -0
  94. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReturned.d.ts +0 -0
  95. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItemReturned.js +0 -0
  96. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItems.d.ts +0 -0
  97. /package/dist/{src/domain → domain}/checkoutItem/model/checkoutItems.js +0 -0
  98. /package/dist/{src/domain → domain}/checkoutItem/model/currency.d.ts +0 -0
  99. /package/dist/{src/domain → domain}/checkoutItem/model/currency.js +0 -0
  100. /package/dist/{src/domain → domain}/checkoutItem/model/feedbacks.d.ts +0 -0
  101. /package/dist/{src/domain → domain}/checkoutItem/model/feedbacks.js +0 -0
  102. /package/dist/{src/domain → domain}/checkoutItem/model/price.d.ts +0 -0
  103. /package/dist/{src/domain → domain}/checkoutItem/model/price.js +0 -0
  104. /package/dist/{src/domain → domain}/uiSetting/command/updateUiSetting.d.ts +0 -0
  105. /package/dist/{src/domain → domain}/uiSetting/command/updateUiSetting.js +0 -0
  106. /package/dist/{src/domain → domain}/uiSetting/model/uiSetting.d.ts +0 -0
  107. /package/dist/{src/domain → domain}/uiSetting/model/uiSetting.js +0 -0
  108. /package/dist/{src/domain → domain}/uiSetting/model/uiSettingUpdated.d.ts +0 -0
  109. /package/dist/{src/domain → domain}/uiSetting/model/uiSettingUpdated.js +0 -0
  110. /package/dist/{src/domain → domain}/uiSetting/model/uiSettings.d.ts +0 -0
  111. /package/dist/{src/domain → domain}/uiSetting/model/uiSettings.js +0 -0
  112. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  113. /package/dist/{src/index.js → index.js} +0 -0
  114. /package/dist/{src/infrastructure → infrastructure}/delivery/bootstrap.d.ts +0 -0
  115. /package/dist/{src/infrastructure → infrastructure}/delivery/http/fetchHttpClient.d.ts +0 -0
  116. /package/dist/{src/infrastructure → infrastructure}/delivery/http/fetchHttpClient.js +0 -0
  117. /package/dist/{src/infrastructure → infrastructure}/delivery/http/httpClient.d.ts +0 -0
  118. /package/dist/{src/infrastructure → infrastructure}/delivery/http/httpClient.js +0 -0
  119. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutBookingDataSource.d.ts +0 -0
  120. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutBookingDataSource.js +0 -0
  121. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutDataSource.d.ts +0 -0
  122. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutDataSource.js +0 -0
  123. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutFeedbackDataSource.d.ts +0 -0
  124. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/checkoutFeedbackDataSource.js +0 -0
  125. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutBookings.d.ts +0 -0
  126. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutFeedbacks.d.ts +0 -0
  127. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutFeedbacks.js +0 -0
  128. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckoutItems.d.ts +0 -0
  129. /package/dist/{src/infrastructure → infrastructure}/delivery/mock/dataSourceCheckouts.d.ts +0 -0
  130. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckouts.d.ts +0 -0
  131. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsMarkAsPaid.d.ts +0 -0
  132. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsMarkAsPaid.js +0 -0
  133. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsStart.d.ts +0 -0
  134. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/model/httpCheckoutsStart.js +0 -0
  135. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useMarkCheckoutAsPaid.d.ts +0 -0
  136. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useMarkCheckoutAsPaid.js +0 -0
  137. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useStartCheckout.d.ts +0 -0
  138. /package/dist/{src/infrastructure → infrastructure}/domain/checkout/react/useStartCheckout.js +0 -0
  139. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookings.d.ts +0 -0
  140. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookingsBook.d.ts +0 -0
  141. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutBooking/model/httpCheckoutBookingsBook.js +0 -0
  142. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacks.d.ts +0 -0
  143. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacks.js +0 -0
  144. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacksGive.d.ts +0 -0
  145. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/model/httpCheckoutFeedbacksGive.js +0 -0
  146. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/react/useGiveCheckoutFeedback.d.ts +0 -0
  147. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutFeedback/react/useGiveCheckoutFeedback.js +0 -0
  148. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItems.d.ts +0 -0
  149. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsKeep.d.ts +0 -0
  150. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsKeep.js +0 -0
  151. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReplace.d.ts +0 -0
  152. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReturn.d.ts +0 -0
  153. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/model/httpCheckoutItemsReturn.js +0 -0
  154. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useKeepCheckoutItem.d.ts +0 -0
  155. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useKeepCheckoutItem.js +0 -0
  156. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReturnCheckoutItem.d.ts +0 -0
  157. /package/dist/{src/infrastructure → infrastructure}/domain/checkoutItem/react/useReturnCheckoutItem.js +0 -0
  158. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/model/storageUiSettings.d.ts +0 -0
  159. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/model/storageUiSettings.js +0 -0
  160. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useIncrementIntroShownCount.d.ts +0 -0
  161. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useIncrementIntroShownCount.js +0 -0
  162. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useUpdateUiSetting.d.ts +0 -0
  163. /package/dist/{src/infrastructure → infrastructure}/domain/uiSetting/react/useUpdateUiSetting.js +0 -0
  164. /package/dist/{src/infrastructure → infrastructure}/persistence/asyncStorageStorage.d.ts +0 -0
  165. /package/dist/{src/infrastructure → infrastructure}/persistence/asyncStorageStorage.js +0 -0
  166. /package/dist/{src/infrastructure → infrastructure}/persistence/storage.d.ts +0 -0
  167. /package/dist/{src/infrastructure → infrastructure}/persistence/storage.js +0 -0
  168. /package/dist/{src/infrastructure → infrastructure}/persistence/uiSettingData.d.ts +0 -0
  169. /package/dist/{src/infrastructure → infrastructure}/persistence/uiSettingData.js +0 -0
  170. /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/httpBookedSizeChangeProductsVariantsForCheckoutItemView.d.ts +0 -0
  171. /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.d.ts +0 -0
  172. /package/dist/{src/infrastructure → infrastructure}/projection/bookedSizeChangeProductsVariants/react/useViewBookedSizeChangeProductsVariantsForCheckoutItem.js +0 -0
  173. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/checkout.js +0 -0
  174. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpCheckoutByIdView.d.ts +0 -0
  175. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpCheckoutByIdView.js +0 -0
  176. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.d.ts +0 -0
  177. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFirstAvailableCheckoutByCustomerIdView.js +0 -0
  178. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFiveItemsDiscountByCustomerIdView.d.ts +0 -0
  179. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpFiveItemsDiscountByCustomerIdView.js +0 -0
  180. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.d.ts +0 -0
  181. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/httpIsCheckoutEnabledByCustomerIdView.js +0 -0
  182. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFirstAvailableCheckoutByCustomerId.d.ts +0 -0
  183. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFirstAvailableCheckoutByCustomerId.js +0 -0
  184. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFiveItemsDiscountByCustomerId.d.ts +0 -0
  185. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewFiveItemsDiscountByCustomerId.js +0 -0
  186. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewIsCheckoutAccessibleByCustomerId.d.ts +0 -0
  187. /package/dist/{src/infrastructure → infrastructure}/projection/checkout/react/useViewIsCheckoutAccessibleByCustomerId.js +0 -0
  188. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutBooking/httpCheckoutBookingByIdView.d.ts +0 -0
  189. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutBooking/httpCheckoutBookingByIdView.js +0 -0
  190. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.d.ts +0 -0
  191. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutFeedback/httpCheckoutFeedbackByCheckoutIdView.js +0 -0
  192. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutItem/httpCheckoutItemByIdView.d.ts +0 -0
  193. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutItem/httpCheckoutItemByIdView.js +0 -0
  194. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.d.ts +0 -0
  195. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/httpCheckoutQuestionsByCheckoutIdView.js +0 -0
  196. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/react/useListCheckoutQuestionsByCheckoutId.d.ts +0 -0
  197. /package/dist/{src/infrastructure → infrastructure}/projection/checkoutQuestion/react/useListCheckoutQuestionsByCheckoutId.js +0 -0
  198. /package/dist/{src/infrastructure → infrastructure}/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.d.ts +0 -0
  199. /package/dist/{src/infrastructure → infrastructure}/projection/payment/httpPaymentFlowPayloadByCheckoutIdView.js +0 -0
  200. /package/dist/{src/infrastructure → infrastructure}/projection/payment/react/useViewPaymentFlowPayloadByCheckoutId.d.ts +0 -0
  201. /package/dist/{src/infrastructure → infrastructure}/projection/payment/react/useViewPaymentFlowPayloadByCheckoutId.js +0 -0
  202. /package/dist/{src/infrastructure → infrastructure}/projection/pricing/httpPricingByCheckoutIdView.d.ts +0 -0
  203. /package/dist/{src/infrastructure → infrastructure}/projection/pricing/httpPricingByCheckoutIdView.js +0 -0
  204. /package/dist/{src/infrastructure → infrastructure}/projection/pricing/react/useViewPricingByCheckoutId.d.ts +0 -0
  205. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.d.ts +0 -0
  206. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/httpReturnQuestionsByCheckoutItemIdView.js +0 -0
  207. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/react/useListReturnQuestionsByCheckoutItemId.d.ts +0 -0
  208. /package/dist/{src/infrastructure → infrastructure}/projection/returnQuestion/react/useListReturnQuestionsByCheckoutItemId.js +0 -0
  209. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useShouldIntroBeShown.d.ts +0 -0
  210. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useShouldIntroBeShown.js +0 -0
  211. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewIntroShownCount.d.ts +0 -0
  212. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewIntroShownCount.js +0 -0
  213. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewUiSettingByKey.d.ts +0 -0
  214. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/react/useViewUiSettingByKey.js +0 -0
  215. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/storageUiSettingByKeyView.d.ts +0 -0
  216. /package/dist/{src/infrastructure → infrastructure}/projection/uiSetting/storageUiSettingByKeyView.js +0 -0
  217. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.d.ts +0 -0
  218. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.js +0 -0
  219. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.style.d.ts +0 -0
  220. /package/dist/{src/infrastructure → infrastructure}/ui/components/atoms/price/Price.style.js +0 -0
  221. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.d.ts +0 -0
  222. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.js +0 -0
  223. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.style.d.ts +0 -0
  224. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/banner/Banner.style.js +0 -0
  225. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.d.ts +0 -0
  226. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.js +0 -0
  227. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.style.d.ts +0 -0
  228. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/body/Body.style.js +0 -0
  229. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.d.ts +0 -0
  230. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.js +0 -0
  231. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.style.d.ts +0 -0
  232. /package/dist/{src/infrastructure → infrastructure}/ui/components/layouts/tabs/Tabs.style.js +0 -0
  233. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestion.d.ts +0 -0
  234. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestion.js +0 -0
  235. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestions.d.ts +0 -0
  236. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/CheckoutQuestions.js +0 -0
  237. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionFeedback.d.ts +0 -0
  238. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionFeedback.js +0 -0
  239. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionItem.d.ts +0 -0
  240. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/behaviors/useCheckoutQuestionItem.js +0 -0
  241. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.d.ts +0 -0
  242. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/CheckoutQuestionItem.js +0 -0
  243. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.d.ts +0 -0
  244. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.js +0 -0
  245. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.d.ts +0 -0
  246. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/buttonCheckoutQuestionItem/ButtonCheckoutQuestionItem.style.js +0 -0
  247. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.d.ts +0 -0
  248. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.js +0 -0
  249. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.style.d.ts +0 -0
  250. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostDefaultCheckoutQuestionItem/HostDefaultCheckoutQuestionItem.style.js +0 -0
  251. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.d.ts +0 -0
  252. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.js +0 -0
  253. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.style.d.ts +0 -0
  254. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/hostSelectCheckoutQuestionItem/HostSelectCheckoutQuestionItem.style.js +0 -0
  255. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.d.ts +0 -0
  256. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.js +0 -0
  257. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.style.d.ts +0 -0
  258. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/IconCheckoutQuestionItem.style.js +0 -0
  259. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Happy.d.ts +0 -0
  260. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Happy.js +0 -0
  261. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Normal.d.ts +0 -0
  262. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Normal.js +0 -0
  263. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Sad.d.ts +0 -0
  264. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/Sad.js +0 -0
  265. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/icon.d.ts +0 -0
  266. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/iconCheckoutQuestionItem/icons/icon.js +0 -0
  267. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.d.ts +0 -0
  268. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/checkoutQuestions/components/textareaCheckoutQuestionItem/TextareaCheckoutQuestionItem.js +0 -0
  269. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestion.d.ts +0 -0
  270. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestion.js +0 -0
  271. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestions.d.ts +0 -0
  272. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/ReturnQuestions.js +0 -0
  273. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback.d.ts +0 -0
  274. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionFeedback.js +0 -0
  275. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionItem.d.ts +0 -0
  276. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/behaviors/useReturnQuestionItem.js +0 -0
  277. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.d.ts +0 -0
  278. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/ReturnQuestionItem.js +0 -0
  279. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionFeedbackItem/HostDefaultReturnQuestionFeedbackItem.d.ts +0 -0
  280. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionFeedbackItem/HostDefaultReturnQuestionFeedbackItem.js +0 -0
  281. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.d.ts +0 -0
  282. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.js +0 -0
  283. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.d.ts +0 -0
  284. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostDefaultReturnQuestionItem/HostDefaultReturnQuestionItem.style.js +0 -0
  285. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.d.ts +0 -0
  286. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.js +0 -0
  287. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.style.d.ts +0 -0
  288. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostSelectReturnQuestionItem/HostSelectReturnQuestionItem.style.js +0 -0
  289. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.d.ts +0 -0
  290. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.js +0 -0
  291. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.d.ts +0 -0
  292. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/hostStackReturnQuestionItem/HostStackReturnQuestionItem.style.js +0 -0
  293. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.d.ts +0 -0
  294. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.js +0 -0
  295. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.d.ts +0 -0
  296. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/optionReturnQuestionItem/OptionReturnQuestionItem.style.js +0 -0
  297. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.d.ts +0 -0
  298. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.js +0 -0
  299. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.style.d.ts +0 -0
  300. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/returnQuestionFeedbackItem/ReturnQuestionFeedbackItem.style.js +0 -0
  301. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.d.ts +0 -0
  302. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/components/textareaReturnQuestionItem/TextareaReturnQuestionItem.js +0 -0
  303. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.d.ts +0 -0
  304. /package/dist/{src/infrastructure → infrastructure}/ui/components/organisms/returnQuestions/util/returnQuestionFeedback.js +0 -0
  305. /package/dist/{src/infrastructure → infrastructure}/ui/components/templates/SafeAreaScrollView.d.ts +0 -0
  306. /package/dist/{src/infrastructure → infrastructure}/ui/components/templates/SafeAreaScrollView.js +0 -0
  307. /package/dist/{src/infrastructure → infrastructure}/ui/hooks/useMediaImage.d.ts +0 -0
  308. /package/dist/{src/infrastructure → infrastructure}/ui/hooks/useMediaImage.js +0 -0
  309. /package/dist/{src/infrastructure → infrastructure}/ui/i18n/i18n.d.ts +0 -0
  310. /package/dist/{src/infrastructure → infrastructure}/ui/i18n/i18n.js +0 -0
  311. /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutAccessibilityMiddleware.d.ts +0 -0
  312. /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutAccessibilityMiddleware.js +0 -0
  313. /package/dist/{src/infrastructure → infrastructure}/ui/routing/CheckoutMiddleware.d.ts +0 -0
  314. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.d.ts +0 -0
  315. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.js +0 -0
  316. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.native.d.ts +0 -0
  317. /package/dist/{src/infrastructure → infrastructure}/ui/routing/router/Router.native.js +0 -0
  318. /package/dist/{src/infrastructure → infrastructure}/ui/routing/routes.d.ts +0 -0
  319. /package/dist/{src/infrastructure → infrastructure}/ui/routing/routes.js +0 -0
  320. /package/dist/{src/infrastructure → infrastructure}/ui/routing/useBasePath.d.ts +0 -0
  321. /package/dist/{src/infrastructure → infrastructure}/ui/routing/useBasePath.js +0 -0
  322. /package/dist/{src/infrastructure → infrastructure}/ui/settings/UISettings.d.ts +0 -0
  323. /package/dist/{src/infrastructure → infrastructure}/ui/settings/UISettings.js +0 -0
  324. /package/dist/{src/infrastructure → infrastructure}/ui/theme/theme.d.ts +0 -0
  325. /package/dist/{src/infrastructure → infrastructure}/ui/theme/theme.js +0 -0
  326. /package/dist/{src/infrastructure → infrastructure}/ui/views/App.style.d.ts +0 -0
  327. /package/dist/{src/infrastructure → infrastructure}/ui/views/App.style.js +0 -0
  328. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.d.ts +0 -0
  329. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.js +0 -0
  330. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.style.d.ts +0 -0
  331. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/Checkout.style.js +0 -0
  332. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.d.ts +0 -0
  333. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.js +0 -0
  334. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.d.ts +0 -0
  335. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/checkoutSuccessModal/CheckoutSuccessModal.style.js +0 -0
  336. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/deliveryBanner/DeliveryBanner.d.ts +0 -0
  337. /package/dist/{src/infrastructure → infrastructure}/ui/views/checkout/components/deliveryBanner/DeliveryBanner.js +0 -0
  338. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.d.ts +0 -0
  339. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.js +0 -0
  340. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.style.d.ts +0 -0
  341. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/Feedback.style.js +0 -0
  342. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.d.ts +0 -0
  343. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.js +0 -0
  344. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.style.d.ts +0 -0
  345. /package/dist/{src/infrastructure → infrastructure}/ui/views/feedback/components/checkoutQuestionsForm/CheckoutQuestionsForm.style.js +0 -0
  346. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.style.d.ts +0 -0
  347. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/Header.style.js +0 -0
  348. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.d.ts +0 -0
  349. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.js +0 -0
  350. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.style.d.ts +0 -0
  351. /package/dist/{src/infrastructure → infrastructure}/ui/views/header/components/Logo.style.js +0 -0
  352. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.d.ts +0 -0
  353. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.js +0 -0
  354. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.style.d.ts +0 -0
  355. /package/dist/{src/infrastructure → infrastructure}/ui/views/intro/Intro.style.js +0 -0
  356. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.d.ts +0 -0
  357. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.style.d.ts +0 -0
  358. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/Item.style.js +0 -0
  359. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.d.ts +0 -0
  360. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.js +0 -0
  361. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.style.d.ts +0 -0
  362. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/banner/CustomerDecissionBanner.style.js +0 -0
  363. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.d.ts +0 -0
  364. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.js +0 -0
  365. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.d.ts +0 -0
  366. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/getOutOfCheckoutModal/GetOutOfCheckoutModal.style.js +0 -0
  367. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.d.ts +0 -0
  368. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.js +0 -0
  369. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.style.d.ts +0 -0
  370. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/itemActions/ItemActions.style.js +0 -0
  371. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.d.ts +0 -0
  372. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.js +0 -0
  373. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.style.d.ts +0 -0
  374. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariant/ProductVariant.style.js +0 -0
  375. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.d.ts +0 -0
  376. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.js +0 -0
  377. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.d.ts +0 -0
  378. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantDescription/ProductVariantDescription.style.js +0 -0
  379. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.d.ts +0 -0
  380. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.js +0 -0
  381. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.d.ts +0 -0
  382. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/productVariantSlider/ProductVariantSlider.style.js +0 -0
  383. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.d.ts +0 -0
  384. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.js +0 -0
  385. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.d.ts +0 -0
  386. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsFeedback/ReturnQuestionsFeedback.style.js +0 -0
  387. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.d.ts +0 -0
  388. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.js +0 -0
  389. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.style.d.ts +0 -0
  390. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/returnQuestionsForm/ReturnQuestionsForm.style.js +0 -0
  391. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.d.ts +0 -0
  392. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.js +0 -0
  393. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.d.ts +0 -0
  394. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeChangeModal/SizeChangeModal.style.js +0 -0
  395. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.d.ts +0 -0
  396. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.js +0 -0
  397. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.d.ts +0 -0
  398. /package/dist/{src/infrastructure → infrastructure}/ui/views/item/components/sizeWithoutStockModal/SizeWithoutStockModal.style.js +0 -0
  399. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.d.ts +0 -0
  400. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.js +0 -0
  401. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.style.d.ts +0 -0
  402. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/Summary.style.js +0 -0
  403. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.d.ts +0 -0
  404. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.d.ts +0 -0
  405. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/checkoutItemsTabs/CheckoutItemsTabs.style.js +0 -0
  406. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.d.ts +0 -0
  407. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.js +0 -0
  408. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.d.ts +0 -0
  409. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/fiveItemsDiscountBanner/FiveItemsDiscountBanner.style.js +0 -0
  410. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.d.ts +0 -0
  411. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.style.d.ts +0 -0
  412. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/Pricing.style.js +0 -0
  413. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowDown.d.ts +0 -0
  414. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowDown.js +0 -0
  415. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowUp.d.ts +0 -0
  416. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/pricing/icons/ArrowUp.js +0 -0
  417. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.d.ts +0 -0
  418. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.js +0 -0
  419. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.style.d.ts +0 -0
  420. /package/dist/{src/infrastructure → infrastructure}/ui/views/summary/components/stickyPricing/StickyPricing.style.js +0 -0
  421. /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/bookedSizeChangeProductsVariants.js +0 -0
  422. /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.d.ts +0 -0
  423. /package/dist/{src/projection → projection}/bookedSizeChangeProductsVariants/viewBookedSizeChangeProductVariantsForCheckoutItem.js +0 -0
  424. /package/dist/{src/projection → projection}/checkout/checkout.js +0 -0
  425. /package/dist/{src/projection → projection}/checkout/viewCheckoutById.d.ts +0 -0
  426. /package/dist/{src/projection → projection}/checkout/viewCheckoutById.js +0 -0
  427. /package/dist/{src/projection → projection}/checkout/viewFirstAvailableCheckoutByCustomerId.d.ts +0 -0
  428. /package/dist/{src/projection → projection}/checkout/viewFirstAvailableCheckoutByCustomerId.js +0 -0
  429. /package/dist/{src/projection → projection}/checkout/viewFiveItemsDiscountByCustomerId.d.ts +0 -0
  430. /package/dist/{src/projection → projection}/checkout/viewFiveItemsDiscountByCustomerId.js +0 -0
  431. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutAccessibleByCustomerId.d.ts +0 -0
  432. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutAccessibleByCustomerId.js +0 -0
  433. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutEnabledByCustomerId.d.ts +0 -0
  434. /package/dist/{src/projection → projection}/checkout/viewIsCheckoutEnabledByCustomerId.js +0 -0
  435. /package/dist/{src/projection → projection}/checkoutBooking/checkoutBooking.js +0 -0
  436. /package/dist/{src/projection → projection}/checkoutBooking/viewCheckoutBookingById.d.ts +0 -0
  437. /package/dist/{src/projection → projection}/checkoutBooking/viewCheckoutBookingById.js +0 -0
  438. /package/dist/{src/projection → projection}/checkoutFeedback/checkoutFeedback.d.ts +0 -0
  439. /package/dist/{src/projection → projection}/checkoutFeedback/checkoutFeedback.js +0 -0
  440. /package/dist/{src/projection → projection}/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.d.ts +0 -0
  441. /package/dist/{src/projection → projection}/checkoutFeedback/viewCheckoutFeedbackByCheckoutId.js +0 -0
  442. /package/dist/{src/projection → projection}/checkoutItem/checkoutItem.js +0 -0
  443. /package/dist/{src/projection → projection}/checkoutItem/viewCheckoutItemById.d.ts +0 -0
  444. /package/dist/{src/projection → projection}/checkoutItem/viewCheckoutItemById.js +0 -0
  445. /package/dist/{src/projection → projection}/checkoutQuestion/checkoutQuestion.d.ts +0 -0
  446. /package/dist/{src/projection → projection}/checkoutQuestion/checkoutQuestion.js +0 -0
  447. /package/dist/{src/projection → projection}/checkoutQuestion/listCheckoutQuestionsByCheckoutId.d.ts +0 -0
  448. /package/dist/{src/projection → projection}/checkoutQuestion/listCheckoutQuestionsByCheckoutId.js +0 -0
  449. /package/dist/{src/projection → projection}/feedback/feedback.d.ts +0 -0
  450. /package/dist/{src/projection → projection}/feedback/feedback.js +0 -0
  451. /package/dist/{src/projection → projection}/payment/paymentFlowPayload.d.ts +0 -0
  452. /package/dist/{src/projection → projection}/payment/paymentFlowPayload.js +0 -0
  453. /package/dist/{src/projection → projection}/payment/viewPaymentFlowPayloadByCheckoutId.d.ts +0 -0
  454. /package/dist/{src/projection → projection}/payment/viewPaymentFlowPayloadByCheckoutId.js +0 -0
  455. /package/dist/{src/projection → projection}/pricing/pricing.js +0 -0
  456. /package/dist/{src/projection → projection}/pricing/viewPricingByCheckoutId.d.ts +0 -0
  457. /package/dist/{src/projection → projection}/pricing/viewPricingByCheckoutId.js +0 -0
  458. /package/dist/{src/projection → projection}/returnQuestion/listReturnQuestionsByCheckoutItemId.d.ts +0 -0
  459. /package/dist/{src/projection → projection}/returnQuestion/listReturnQuestionsByCheckoutItemId.js +0 -0
  460. /package/dist/{src/projection → projection}/returnQuestion/returnQuestion.d.ts +0 -0
  461. /package/dist/{src/projection → projection}/returnQuestion/returnQuestion.js +0 -0
  462. /package/dist/{src/projection → projection}/shared/price.d.ts +0 -0
  463. /package/dist/{src/projection → projection}/shared/price.js +0 -0
  464. /package/dist/{src/projection → projection}/shared/size.d.ts +0 -0
  465. /package/dist/{src/projection → projection}/shared/size.js +0 -0
  466. /package/dist/{src/projection → projection}/uiSetting/viewUiSettingByKey.d.ts +0 -0
  467. /package/dist/{src/projection → projection}/uiSetting/viewUiSettingByKey.js +0 -0
  468. /package/dist/{src/shared → shared}/notifications/domain/notification/command/createNotification.d.ts +0 -0
  469. /package/dist/{src/shared → shared}/notifications/domain/notification/command/createNotification.js +0 -0
  470. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.d.ts +0 -0
  471. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.js +0 -0
  472. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.tes.d.ts +0 -0
  473. /package/dist/{src/shared → shared}/notifications/domain/notification/command/removeNotification.tes.js +0 -0
  474. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notification.d.ts +0 -0
  475. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notification.js +0 -0
  476. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationCreated.d.ts +0 -0
  477. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationCreated.js +0 -0
  478. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationRemoved.d.ts +0 -0
  479. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notificationRemoved.js +0 -0
  480. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notifications.d.ts +0 -0
  481. /package/dist/{src/shared → shared}/notifications/domain/notification/model/notifications.js +0 -0
  482. /package/dist/{src/shared → shared}/notifications/index.d.ts +0 -0
  483. /package/dist/{src/shared → shared}/notifications/index.js +0 -0
  484. /package/dist/{src/shared → shared}/notifications/infrastructure/delivery/bootstrap.d.ts +0 -0
  485. /package/dist/{src/shared → shared}/notifications/infrastructure/delivery/bootstrap.js +0 -0
  486. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotifications.d.ts +0 -0
  487. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotifications.js +0 -0
  488. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsCreate.d.ts +0 -0
  489. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsCreate.js +0 -0
  490. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsRemove.d.ts +0 -0
  491. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/model/storageNotificationsRemove.js +0 -0
  492. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useCreateNotification.d.ts +0 -0
  493. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useCreateNotification.js +0 -0
  494. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useRemoveNotification.d.ts +0 -0
  495. /package/dist/{src/shared → shared}/notifications/infrastructure/domain/notification/react/useRemoveNotification.js +0 -0
  496. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/inMemoryStorageNotifications.d.ts +0 -0
  497. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/inMemoryStorageNotifications.js +0 -0
  498. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/notificationDto.d.ts +0 -0
  499. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/notificationDto.js +0 -0
  500. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/storage.d.ts +0 -0
  501. /package/dist/{src/shared → shared}/notifications/infrastructure/persistence/storage.js +0 -0
  502. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/notification.d.ts +0 -0
  503. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/notification.js +0 -0
  504. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/storageListNotificationsView.d.ts +0 -0
  505. /package/dist/{src/shared → shared}/notifications/infrastructure/projection/notification/storageListNotificationsView.js +0 -0
  506. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/NotificationItem.d.ts +0 -0
  507. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/NotificationItem.js +0 -0
  508. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.d.ts +0 -0
  509. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.js +0 -0
  510. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.style.d.ts +0 -0
  511. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/components/Notifications.style.js +0 -0
  512. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/notificationsRoot.d.ts +0 -0
  513. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/notificationsRoot.js +0 -0
  514. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/views/Notifications.d.ts +0 -0
  515. /package/dist/{src/shared → shared}/notifications/infrastructure/ui/views/Notifications.js +0 -0
  516. /package/dist/{src/shared → shared}/notifications/projection/notification/listNotifications.d.ts +0 -0
  517. /package/dist/{src/shared → shared}/notifications/projection/notification/listNotifications.js +0 -0
  518. /package/dist/{src/shared → shared}/notifications/projection/notification/notification.d.ts +0 -0
  519. /package/dist/{src/shared → shared}/notifications/projection/notification/notification.js +0 -0
  520. /package/dist/{src/shared → shared}/notifications/projection/notification/react/useListNotifications.d.ts +0 -0
  521. /package/dist/{src/shared → shared}/notifications/projection/notification/react/useListNotifications.js +0 -0
  522. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.d.ts +0 -0
  523. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.js +0 -0
  524. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.style.d.ts +0 -0
  525. /package/dist/{src/shared → shared}/ui/components/atoms/error/Error.style.js +0 -0
  526. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.d.ts +0 -0
  527. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.js +0 -0
  528. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.style.d.ts +0 -0
  529. /package/dist/{src/shared → shared}/ui/components/atoms/field/Field.style.js +0 -0
  530. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.d.ts +0 -0
  531. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.js +0 -0
  532. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.style.d.ts +0 -0
  533. /package/dist/{src/shared → shared}/ui/components/atoms/icon/Icon.style.js +0 -0
  534. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.d.ts +0 -0
  535. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.js +0 -0
  536. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.style.d.ts +0 -0
  537. /package/dist/{src/shared → shared}/ui/components/atoms/input/Input.style.js +0 -0
  538. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.d.ts +0 -0
  539. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.js +0 -0
  540. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.style.d.ts +0 -0
  541. /package/dist/{src/shared → shared}/ui/components/atoms/spinner/Spinner.style.js +0 -0
  542. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.d.ts +0 -0
  543. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.js +0 -0
  544. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.style.d.ts +0 -0
  545. /package/dist/{src/shared → shared}/ui/components/layouts/column/Column.style.js +0 -0
  546. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.d.ts +0 -0
  547. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.js +0 -0
  548. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.style.d.ts +0 -0
  549. /package/dist/{src/shared → shared}/ui/components/layouts/modal/Modal.style.js +0 -0
  550. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.d.ts +0 -0
  551. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.js +0 -0
  552. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.style.d.ts +0 -0
  553. /package/dist/{src/shared → shared}/ui/components/layouts/row/Row.style.js +0 -0
  554. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.d.ts +0 -0
  555. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.js +0 -0
  556. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.style.d.ts +0 -0
  557. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Pagination.style.js +0 -0
  558. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.d.ts +0 -0
  559. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.js +0 -0
  560. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.style.d.ts +0 -0
  561. /package/dist/{src/shared → shared}/ui/components/layouts/slider/Slider.style.js +0 -0
  562. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.d.ts +0 -0
  563. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.js +0 -0
  564. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.style.d.ts +0 -0
  565. /package/dist/{src/shared → shared}/ui/components/layouts/stack/Stack.style.js +0 -0
  566. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.d.ts +0 -0
  567. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.js +0 -0
  568. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.style.d.ts +0 -0
  569. /package/dist/{src/shared → shared}/ui/components/layouts/sticky/Sticky.style.js +0 -0
  570. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.d.ts +0 -0
  571. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.js +0 -0
  572. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.style.d.ts +0 -0
  573. /package/dist/{src/shared → shared}/ui/components/molecules/buttonIcon/ButtonIcon.style.js +0 -0
  574. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.d.ts +0 -0
  575. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.js +0 -0
  576. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.style.d.ts +0 -0
  577. /package/dist/{src/shared → shared}/ui/components/molecules/inputField/InputField.style.js +0 -0
  578. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.d.ts +0 -0
  579. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.js +0 -0
  580. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.style.d.ts +0 -0
  581. /package/dist/{src/shared → shared}/ui/components/molecules/selectField/SelectField.style.js +0 -0
  582. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.d.ts +0 -0
  583. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.js +0 -0
  584. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.style.d.ts +0 -0
  585. /package/dist/{src/shared → shared}/ui/components/molecules/toast/Toast.style.js +0 -0
  586. /package/dist/{src/shared → shared}/ui/hooks/useScreenSize.d.ts +0 -0
  587. /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 { generatePath, useMatch, useNavigate, useParams } from "react-router-native";
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 { useBookCheckoutBookingForCheckoutItem } from "../../../domain/checkoutBooking/react/useBookCheckoutBookingForCheckoutItem";
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 basePath = useBasePath();
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] = useBookCheckoutBookingForCheckoutItem({
42
+ const [bookCheckouBooking] = useBookCheckouBookingForCheckoutItem({
79
43
  checkoutItemId: checkoutItem.id,
80
44
  });
81
45
  useEffect(() => {
82
- checkout && !checkout?.checkoutBookingId && bookCheckouBooking();
83
- }, [bookCheckouBooking, checkout]);
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((replacedForId) => {
68
+ const handleOnReplace = useCallback((replacedFor) => {
98
69
  handleOnShowSizeChangeModal();
99
- replaceCheckoutItem({ replacedForId });
70
+ replaceCheckoutItem({ replacedFor });
100
71
  }, [handleOnShowSizeChangeModal, replaceCheckoutItem]);
101
72
  const handleOnReturn = useCallback(() => handleOnShowReturnQuestions(), [handleOnShowReturnQuestions]);
102
- const productVariantSelected = useMemo(() => checkoutItem.status === CheckoutItemStatus.REPLACED && checkoutItem.replacedFor
103
- ? { id: checkoutItem.replacedFor.id, size: checkoutItem.replacedFor.size }
104
- : { id: checkoutItem.productVariant.id, size: checkoutItem.productVariant.size }, [checkoutItem.productVariant.id, checkoutItem.productVariant.size, checkoutItem.replacedFor, checkoutItem.status]);
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
- (dependenciesLoadedStatuses.includes(checkoutStatus) || checkout) &&
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 = ({ checkoutItemStatus, checkoutItemProductVariant, checkoutItemPrice, discarded = false, testID, style: customStyle, onPress, }) => (React.createElement(View, { style: style.checkoutItem, testID: testID },
11
- React.createElement(ProductVariant, { brand: checkoutItemProductVariant.brand, color: checkoutItemProductVariant.color, discarded: discarded, media: checkoutItemProductVariant.media, name: checkoutItemProductVariant.name, price: checkoutItemPrice, size: checkoutItemProductVariant.size, status: checkoutItemStatus, style: customStyle, onPress: onPress })));
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, checkoutItemPrice: checkoutItem.price, checkoutItemStatus: checkoutItem.status, testID: "keep-checkout-item", checkoutItemProductVariant: checkoutItem.status === CheckoutItemStatus.REPLACED && checkoutItem.replacedFor
20
- ? checkoutItem.replacedFor
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 };
@@ -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 && discount.amount !== 0 && (React.createElement(Row, { text: discountText },
47
+ discount && (React.createElement(Row, { text: discountText },
48
48
  React.createElement(Price, { price: discount, variant: "subtotal" }))),
49
- balanceDiscount && balanceDiscount.amount !== 0 && (React.createElement(Row, { text: creditText },
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 checkoutBookingId: string;
7
+ readonly bookingId: string;
8
8
  readonly status: CheckoutStatus;
9
9
  readonly expiresOn: Date;
10
10
  readonly items: CheckoutItemProjection[];
@@ -1,7 +1,5 @@
1
- import { CheckoutStatus } from "../../domain/checkout/model/checkout";
2
1
  interface CheckoutBookingProjection {
3
2
  readonly id: string;
4
3
  readonly checkoutItemIds: string[];
5
- readonly checkoutStatus: CheckoutStatus;
6
4
  }
7
5
  export type { CheckoutBookingProjection };
@@ -37,7 +37,7 @@ interface CheckoutItemProjection {
37
37
  readonly id: string;
38
38
  readonly status: CheckoutItemStatus;
39
39
  readonly price: PriceProjection;
40
- readonly replacedFor: CheckoutItemProductVariantProjection | null;
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: PriceProjection;
13
- readonly discount: PriceProjection;
14
- readonly discountPercentage: number;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lookiero/checkout",
3
- "version": "0.3.26",
3
+ "version": "0.4.0-beta.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
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
- }
@@ -1,5 +0,0 @@
1
- import "expo/build/Expo.fx";
2
- import { FC } from "react";
3
- import "react-native-get-random-values";
4
- declare const ExpoRoot: FC;
5
- export { ExpoRoot };
@@ -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,4 +0,0 @@
1
- import { command } from "@lookiero/messaging";
2
- const BLOCK_CHECKOUT_BOOKING = "block_checkout_booking";
3
- const blockCheckoutBooking = ({ aggregateId }) => command({ aggregateId, name: BLOCK_CHECKOUT_BOOKING });
4
- 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 };