ordering-ui-external 10.2.2 → 10.3.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 (818) hide show
  1. package/_bundles/{7.ordering-ui.2c4c0317bc47a947e415.js → 7.ordering-ui.8c57feb440eaccd495a4.js} +1 -1
  2. package/_bundles/ordering-ui.8c57feb440eaccd495a4.js +2 -0
  3. package/_modules/components/AddressDetails/index.js +4 -4
  4. package/_modules/components/AddressForm/index.js +30 -30
  5. package/_modules/components/AddressList/index.js +11 -11
  6. package/_modules/components/AddressesPopover/index.js +2 -2
  7. package/_modules/components/AppleLogin/index.js +4 -4
  8. package/_modules/components/AutoScroll/index.js +2 -2
  9. package/_modules/components/BusinessBasicInformation/index.js +11 -11
  10. package/_modules/components/BusinessController/index.js +12 -12
  11. package/_modules/components/BusinessInformation/index.js +8 -8
  12. package/_modules/components/BusinessInformation/styles.js +2 -2
  13. package/_modules/components/BusinessItemAccordion/index.js +4 -4
  14. package/_modules/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  15. package/_modules/components/BusinessProductsList/index.js +4 -4
  16. package/_modules/components/BusinessProductsList/layouts/groceries/index.js +13 -13
  17. package/_modules/components/BusinessProductsListing/index.js +19 -19
  18. package/_modules/components/BusinessTypeFilter/index.js +2 -2
  19. package/_modules/components/BusinessesListing/index.js +9 -9
  20. package/_modules/components/BusinessesListing/styles.js +2 -2
  21. package/_modules/components/BusinessesMap/index.js +3 -3
  22. package/_modules/components/CancellationComponent/index.js +5 -5
  23. package/_modules/components/Cart/index.js +24 -24
  24. package/_modules/components/Cart/styles.js +4 -4
  25. package/_modules/components/CartContent/index.js +2 -2
  26. package/_modules/components/Checkout/index.js +25 -25
  27. package/_modules/components/DriverTips/index.js +3 -3
  28. package/_modules/components/Dropdown/index.js +2 -2
  29. package/_modules/components/ForgotPasswordForm/index.js +2 -2
  30. package/_modules/components/Header/index.js +30 -30
  31. package/_modules/components/HomeHero/index.js +11 -11
  32. package/_modules/components/HorizontalOrdersLayout/index.js +6 -6
  33. package/_modules/components/InputPhoneNumber/index.js +3 -3
  34. package/_modules/components/LanguageSelector/index.js +1 -1
  35. package/_modules/components/LastOrders/index.js +7 -7
  36. package/_modules/components/LoginForm/index.js +20 -20
  37. package/_modules/components/LogoutButton/index.js +2 -2
  38. package/_modules/components/Messages/index.js +4 -4
  39. package/_modules/components/Messages/styles.js +2 -2
  40. package/_modules/components/MomentContent/index.js +3 -3
  41. package/_modules/components/MomentControl/index.js +6 -6
  42. package/_modules/components/MomentPopover/index.js +2 -2
  43. package/_modules/components/NotFoundSource/index.js +2 -2
  44. package/_modules/components/NotNetworkConnectivity/index.js +2 -2
  45. package/_modules/components/OrderDetails/index.js +91 -91
  46. package/_modules/components/OrderDetails/styles.js +2 -2
  47. package/_modules/components/OrderSuccessModal/index.js +10 -10
  48. package/_modules/components/OrdersOption/index.js +26 -26
  49. package/_modules/components/PageNotFound/index.js +5 -5
  50. package/_modules/components/PaymentOptionCash/index.js +2 -2
  51. package/_modules/components/PaymentOptionPaypal/index.js +1 -1
  52. package/_modules/components/PaymentOptionStripe/index.js +1 -1
  53. package/_modules/components/PaymentOptions/index.js +26 -26
  54. package/_modules/components/PhoneAutocomplete/index.js +7 -7
  55. package/_modules/components/PhoneAutocomplete/styles.js +6 -6
  56. package/_modules/components/ProductForm/index.js +15 -15
  57. package/_modules/components/ProductItemAccordion/index.js +2 -2
  58. package/_modules/components/ProductOptionSubOption/index.js +2 -2
  59. package/_modules/components/RenderProductsLayout/SearchProducts/index.js +4 -4
  60. package/_modules/components/RenderProductsLayout/index.js +16 -16
  61. package/_modules/components/ResetPassword/index.js +9 -9
  62. package/_modules/components/ReviewDriver/index.js +4 -4
  63. package/_modules/components/ReviewOrder/index.js +4 -4
  64. package/_modules/components/ReviewProduct/index.js +1 -1
  65. package/_modules/components/SearchBar/index.js +2 -2
  66. package/_modules/components/SearchBar/styles.js +6 -6
  67. package/_modules/components/SignUpForm/index.js +25 -25
  68. package/_modules/components/SingleProductCard/index.js +4 -4
  69. package/_modules/components/SmartAppBanner/index.js +2 -2
  70. package/_modules/components/StripeMethodForm/index.js +7 -7
  71. package/_modules/components/UpsellingPage/index.js +1 -1
  72. package/_modules/components/UserFormDetails/index.js +13 -13
  73. package/_modules/components/UserPopover/index.js +4 -4
  74. package/_modules/components/UserProfileForm/ProfileOptions/index.js +2 -2
  75. package/_modules/components/UserProfileForm/index.js +11 -11
  76. package/_modules/components/VerticalOrdersLayout/SingleOrderCard/index.js +15 -15
  77. package/_modules/hooks/useRecaptcha.js +3 -3
  78. package/_modules/themes/callcenterOriginal/src/components/AddressDetails/index.js +4 -4
  79. package/_modules/themes/callcenterOriginal/src/components/AddressForm/index.js +30 -30
  80. package/_modules/themes/callcenterOriginal/src/components/AddressList/index.js +11 -11
  81. package/_modules/themes/callcenterOriginal/src/components/AdminAreaPopover/styles.js +2 -2
  82. package/_modules/themes/callcenterOriginal/src/components/AppleLogin/index.js +4 -4
  83. package/_modules/themes/callcenterOriginal/src/components/AutoScroll/index.js +4 -4
  84. package/_modules/themes/callcenterOriginal/src/components/BusinessBasicInformation/index.js +8 -8
  85. package/_modules/themes/callcenterOriginal/src/components/BusinessController/index.js +10 -10
  86. package/_modules/themes/callcenterOriginal/src/components/BusinessInformation/index.js +1 -1
  87. package/_modules/themes/callcenterOriginal/src/components/BusinessMenuList/index.js +1 -1
  88. package/_modules/themes/callcenterOriginal/src/components/BusinessPreorder/index.js +7 -7
  89. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  90. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsList/index.js +10 -10
  91. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsList/layouts/groceries/index.js +14 -14
  92. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsListing/index.js +17 -17
  93. package/_modules/themes/callcenterOriginal/src/components/BusinessReviews/index.js +2 -2
  94. package/_modules/themes/callcenterOriginal/src/components/BusinessesListing/index.js +9 -9
  95. package/_modules/themes/callcenterOriginal/src/components/BusinessesListing/styles.js +2 -2
  96. package/_modules/themes/callcenterOriginal/src/components/Cart/index.js +29 -29
  97. package/_modules/themes/callcenterOriginal/src/components/Cart/styles.js +4 -4
  98. package/_modules/themes/callcenterOriginal/src/components/CartContent/index.js +6 -6
  99. package/_modules/themes/callcenterOriginal/src/components/Checkout/index.js +27 -27
  100. package/_modules/themes/callcenterOriginal/src/components/DriverTips/index.js +2 -2
  101. package/_modules/themes/callcenterOriginal/src/components/ForgotPasswordForm/index.js +2 -2
  102. package/_modules/themes/callcenterOriginal/src/components/Header/index.js +27 -27
  103. package/_modules/themes/callcenterOriginal/src/components/Header/styles.js +4 -4
  104. package/_modules/themes/callcenterOriginal/src/components/HeaderOption/index.js +1 -1
  105. package/_modules/themes/callcenterOriginal/src/components/HighestRated/index.js +6 -6
  106. package/_modules/themes/callcenterOriginal/src/components/HomeHero/index.js +8 -8
  107. package/_modules/themes/callcenterOriginal/src/components/HorizontalOrdersLayout/index.js +4 -4
  108. package/_modules/themes/callcenterOriginal/src/components/InputPhoneNumber/index.js +2 -2
  109. package/_modules/themes/callcenterOriginal/src/components/LanguageSelector/index.js +1 -1
  110. package/_modules/themes/callcenterOriginal/src/components/LastOrders/index.js +7 -7
  111. package/_modules/themes/callcenterOriginal/src/components/LoginForm/index.js +8 -8
  112. package/_modules/themes/callcenterOriginal/src/components/Messages/index.js +6 -6
  113. package/_modules/themes/callcenterOriginal/src/components/MessagesListing/index.js +30 -30
  114. package/_modules/themes/callcenterOriginal/src/components/MomentContent/index.js +4 -4
  115. package/_modules/themes/callcenterOriginal/src/components/MomentControl/index.js +5 -5
  116. package/_modules/themes/callcenterOriginal/src/components/NotFoundSource/index.js +2 -2
  117. package/_modules/themes/callcenterOriginal/src/components/OrderDetails/index.js +68 -68
  118. package/_modules/themes/callcenterOriginal/src/components/OrderDetails/styles.js +2 -2
  119. package/_modules/themes/callcenterOriginal/src/components/OrderProgress/index.js +28 -28
  120. package/_modules/themes/callcenterOriginal/src/components/OrderTypeSelectorContent/index.js +7 -7
  121. package/_modules/themes/callcenterOriginal/src/components/OrderTypeSelectorHeader/index.js +1 -1
  122. package/_modules/themes/callcenterOriginal/src/components/Orders/AddressForm/index.js +32 -32
  123. package/_modules/themes/callcenterOriginal/src/components/Orders/AddressList/index.js +11 -11
  124. package/_modules/themes/callcenterOriginal/src/components/Orders/AllInOne/DriversManager/index.js +2 -2
  125. package/_modules/themes/callcenterOriginal/src/components/Orders/Appointments/EventComponent.js +3 -3
  126. package/_modules/themes/callcenterOriginal/src/components/Orders/Appointments/index.js +2 -2
  127. package/_modules/themes/callcenterOriginal/src/components/Orders/CompanySelector/index.js +4 -4
  128. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/CardForm/index.js +3 -3
  129. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/CardFormCustom/index.js +2 -2
  130. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/CartBill/index.js +21 -21
  131. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/Checkout/index.js +26 -26
  132. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/DriverTips/index.js +4 -4
  133. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/Map/index.js +9 -9
  134. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionCard/index.js +1 -1
  135. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionCash/index.js +2 -2
  136. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionPaypal/index.js +1 -1
  137. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionStripe/index.js +8 -8
  138. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionStripe/styles.js +1 -1
  139. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionWallet/index.js +3 -3
  140. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptions/index.js +35 -35
  141. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/ProductForm/index.js +24 -24
  142. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/ProductOptionSubOption/index.js +2 -2
  143. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SelectBusinesses/index.js +2 -2
  144. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SelectCustomer/index.js +1 -1
  145. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SelectProducts/index.js +3 -3
  146. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SingleProductCard/index.js +10 -10
  147. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SingleProductCard/styles.js +5 -5
  148. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/StripeMethodForm/index.js +7 -7
  149. package/_modules/themes/callcenterOriginal/src/components/Orders/DeliveriesLocation/index.js +31 -31
  150. package/_modules/themes/callcenterOriginal/src/components/Orders/DeliveriesManager/index.js +2 -2
  151. package/_modules/themes/callcenterOriginal/src/components/Orders/DriverMapMarkerAndInfo/index.js +3 -3
  152. package/_modules/themes/callcenterOriginal/src/components/Orders/DriverSelector/index.js +4 -4
  153. package/_modules/themes/callcenterOriginal/src/components/Orders/DriversList/index.js +2 -2
  154. package/_modules/themes/callcenterOriginal/src/components/Orders/DriversLocation/index.js +15 -15
  155. package/_modules/themes/callcenterOriginal/src/components/Orders/DriversManager/index.js +2 -2
  156. package/_modules/themes/callcenterOriginal/src/components/Orders/GoogleMapsApiKeySettingButton/index.js +1 -1
  157. package/_modules/themes/callcenterOriginal/src/components/Orders/InterActOrderMarker/index.js +3 -3
  158. package/_modules/themes/callcenterOriginal/src/components/Orders/Logistics/index.js +1 -1
  159. package/_modules/themes/callcenterOriginal/src/components/Orders/Messages/index.js +4 -4
  160. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderBill/RefundToWallet.js +16 -16
  161. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderBill/index.js +46 -46
  162. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderContactInformation/index.js +22 -22
  163. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderDashboardSLASetting/index.js +3 -3
  164. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderDetails/index.js +6 -6
  165. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderDetailsHeader/index.js +6 -6
  166. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderLogisticInformation/index.js +1 -1
  167. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderNotification/index.js +4 -4
  168. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderStatusFilterBar/index.js +4 -4
  169. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderToPrint/index.js +22 -22
  170. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderToPrintTicket/index.js +5 -5
  171. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersCards/index.js +29 -29
  172. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersContentHeader/index.js +3 -3
  173. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersExportCSV/index.js +1 -1
  174. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersLateralBar/index.js +3 -3
  175. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersListing/index.js +3 -3
  176. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersTable/index.js +55 -55
  177. package/_modules/themes/callcenterOriginal/src/components/Orders/PaymethodTypeSelector/index.js +1 -1
  178. package/_modules/themes/callcenterOriginal/src/components/Orders/ProductItemAccordion/index.js +4 -4
  179. package/_modules/themes/callcenterOriginal/src/components/Orders/ReviewCustomer/index.js +2 -2
  180. package/_modules/themes/callcenterOriginal/src/components/Orders/UserAddForm/index.js +11 -11
  181. package/_modules/themes/callcenterOriginal/src/components/OrdersOption/index.js +26 -26
  182. package/_modules/themes/callcenterOriginal/src/components/PageNotFound/index.js +3 -3
  183. package/_modules/themes/callcenterOriginal/src/components/PaymentOptionCash/index.js +2 -2
  184. package/_modules/themes/callcenterOriginal/src/components/PaymentOptionStripe/index.js +6 -6
  185. package/_modules/themes/callcenterOriginal/src/components/PaymentOptions/index.js +19 -19
  186. package/_modules/themes/callcenterOriginal/src/components/PhoneAutocomplete/index.js +12 -12
  187. package/_modules/themes/callcenterOriginal/src/components/PhoneAutocomplete/styles.js +6 -6
  188. package/_modules/themes/callcenterOriginal/src/components/ProductForm/index.js +15 -15
  189. package/_modules/themes/callcenterOriginal/src/components/ProductOptionSubOption/index.js +2 -2
  190. package/_modules/themes/callcenterOriginal/src/components/RenderProductsLayout/index.js +15 -15
  191. package/_modules/themes/callcenterOriginal/src/components/SearchBar/index.js +2 -2
  192. package/_modules/themes/callcenterOriginal/src/components/SearchBar/styles.js +6 -6
  193. package/_modules/themes/callcenterOriginal/src/components/Shared/AutoScroll/index.js +4 -4
  194. package/_modules/themes/callcenterOriginal/src/components/Shared/CitySelector/index.js +1 -1
  195. package/_modules/themes/callcenterOriginal/src/components/Shared/ColumnAllowSettingPopover/index.js +2 -2
  196. package/_modules/themes/callcenterOriginal/src/components/Shared/ConfirmAdmin/index.js +1 -1
  197. package/_modules/themes/callcenterOriginal/src/components/Shared/DragScroll/index.js +5 -5
  198. package/_modules/themes/callcenterOriginal/src/components/Shared/HtmlEditor/InsertImage/index.js +3 -3
  199. package/_modules/themes/callcenterOriginal/src/components/Shared/InputPhoneNumber/index.js +2 -2
  200. package/_modules/themes/callcenterOriginal/src/components/Shared/NotFoundSource/index.js +2 -2
  201. package/_modules/themes/callcenterOriginal/src/components/Shared/Personalization/index.js +1 -1
  202. package/_modules/themes/callcenterOriginal/src/components/Shared/RangeCalendar/index.js +2 -2
  203. package/_modules/themes/callcenterOriginal/src/components/Shared/Schedule/index.js +4 -4
  204. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectBusinessCategories/index.js +2 -2
  205. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectBusinessProducts/index.js +7 -7
  206. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectBusinesses/index.js +3 -3
  207. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectLoyaltyLevels/index.js +1 -1
  208. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectSites/index.js +1 -1
  209. package/_modules/themes/callcenterOriginal/src/components/Shared/SpreadSheetEditor/index.js +21 -21
  210. package/_modules/themes/callcenterOriginal/src/components/SidebarMenu/index.js +5 -5
  211. package/_modules/themes/callcenterOriginal/src/components/SignUpBusiness/index.js +11 -11
  212. package/_modules/themes/callcenterOriginal/src/components/SignUpForm/index.js +15 -15
  213. package/_modules/themes/callcenterOriginal/src/components/SingleProductCard/index.js +4 -4
  214. package/_modules/themes/callcenterOriginal/src/components/Stores/BusinessSelectHeader/index.js +1 -1
  215. package/_modules/themes/callcenterOriginal/src/components/UpsellingPage/index.js +1 -1
  216. package/_modules/themes/callcenterOriginal/src/components/UserDetails/index.js +1 -1
  217. package/_modules/themes/callcenterOriginal/src/components/UserFormDetails/index.js +9 -9
  218. package/_modules/themes/callcenterOriginal/src/components/UserPopover/index.js +4 -4
  219. package/_modules/themes/callcenterOriginal/src/components/UserProfileForm/index.js +3 -3
  220. package/_modules/themes/callcenterOriginal/src/styles/Select/DashboardSelect/index.js +1 -1
  221. package/_modules/themes/eight/src/components/AddressDetails/index.js +2 -2
  222. package/_modules/themes/eight/src/components/AddressForm/index.js +31 -31
  223. package/_modules/themes/eight/src/components/AddressList/index.js +13 -13
  224. package/_modules/themes/eight/src/components/AppleLogin/index.js +4 -4
  225. package/_modules/themes/eight/src/components/AutoScroll/index.js +2 -2
  226. package/_modules/themes/eight/src/components/BusinessCart/index.js +2 -2
  227. package/_modules/themes/eight/src/components/BusinessController/index.js +10 -10
  228. package/_modules/themes/eight/src/components/BusinessItemAccordion/index.js +4 -4
  229. package/_modules/themes/eight/src/components/BusinessProductsCategories/index.js +2 -2
  230. package/_modules/themes/eight/src/components/BusinessProductsList/index.js +4 -4
  231. package/_modules/themes/eight/src/components/BusinessProductsListing/index.js +18 -18
  232. package/_modules/themes/eight/src/components/BusinessesListing/index.js +9 -9
  233. package/_modules/themes/eight/src/components/Cart/index.js +7 -7
  234. package/_modules/themes/eight/src/components/CartContent/index.js +2 -2
  235. package/_modules/themes/eight/src/components/CartStoresListing/index.js +4 -4
  236. package/_modules/themes/eight/src/components/Checkout/index.js +22 -22
  237. package/_modules/themes/eight/src/components/DriverTips/index.js +2 -2
  238. package/_modules/themes/eight/src/components/Header/index.js +20 -20
  239. package/_modules/themes/eight/src/components/HeaderOption/index.js +1 -1
  240. package/_modules/themes/eight/src/components/HomeHero/index.js +3 -3
  241. package/_modules/themes/eight/src/components/InputPhoneNumber/index.js +3 -3
  242. package/_modules/themes/eight/src/components/LanguageSelector/index.js +1 -1
  243. package/_modules/themes/eight/src/components/LoginForm/index.js +16 -16
  244. package/_modules/themes/eight/src/components/MomentContent/index.js +3 -3
  245. package/_modules/themes/eight/src/components/MomentControl/index.js +2 -2
  246. package/_modules/themes/eight/src/components/NavBar/index.js +2 -2
  247. package/_modules/themes/eight/src/components/OrderDetails/index.js +50 -50
  248. package/_modules/themes/eight/src/components/OrderDetails/styles.js +2 -2
  249. package/_modules/themes/eight/src/components/PaymentOptionCash/index.js +2 -2
  250. package/_modules/themes/eight/src/components/PaymentOptions/index.js +20 -20
  251. package/_modules/themes/eight/src/components/ProductForm/index.js +18 -18
  252. package/_modules/themes/eight/src/components/ProductOptionSubOption/index.js +2 -2
  253. package/_modules/themes/eight/src/components/SearchBar/index.js +2 -2
  254. package/_modules/themes/eight/src/components/SearchBar/styles.js +6 -6
  255. package/_modules/themes/eight/src/components/SidebarMenu/index.js +3 -3
  256. package/_modules/themes/eight/src/components/SignUpForm/index.js +23 -23
  257. package/_modules/themes/eight/src/components/SingleProductCard/index.js +4 -4
  258. package/_modules/themes/eight/src/components/UpsellingPage/index.js +1 -1
  259. package/_modules/themes/eight/src/components/UserProfileForm/index.js +3 -3
  260. package/_modules/themes/five/src/components/AccordionDropdown/styles.js +2 -2
  261. package/_modules/themes/five/src/components/AddressDetails/index.js +2 -2
  262. package/_modules/themes/five/src/components/AddressForm/index.js +37 -37
  263. package/_modules/themes/five/src/components/AddressList/index.js +17 -17
  264. package/_modules/themes/five/src/components/AutoScroll/index.js +4 -4
  265. package/_modules/themes/five/src/components/BusinessBasicInformation/BusinessInfoComponent.js +21 -21
  266. package/_modules/themes/five/src/components/BusinessBasicInformation/SearchComponent.js +2 -2
  267. package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +12 -12
  268. package/_modules/themes/five/src/components/BusinessBasicInformation/styles.js +2 -2
  269. package/_modules/themes/five/src/components/BusinessController/index.js +30 -30
  270. package/_modules/themes/five/src/components/BusinessInformation/index.js +12 -12
  271. package/_modules/themes/five/src/components/BusinessInformation/styles.js +2 -2
  272. package/_modules/themes/five/src/components/BusinessItemAccordion/index.js +7 -7
  273. package/_modules/themes/five/src/components/BusinessListingSearch/MaxSectionItem/index.js +1 -1
  274. package/_modules/themes/five/src/components/BusinessListingSearch/index.js +32 -32
  275. package/_modules/themes/five/src/components/BusinessMenuList/index.js +2 -2
  276. package/_modules/themes/five/src/components/BusinessPreorder/index.js +12 -12
  277. package/_modules/themes/five/src/components/BusinessPreorder/styles.js +33 -30
  278. package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +3 -3
  279. package/_modules/themes/five/src/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  280. package/_modules/themes/five/src/components/BusinessProductsList/index.js +37 -37
  281. package/_modules/themes/five/src/components/BusinessProductsList/layouts/groceries/index.js +27 -27
  282. package/_modules/themes/five/src/components/BusinessProductsListing/index.js +36 -36
  283. package/_modules/themes/five/src/components/BusinessProductsListing/styles.js +2 -2
  284. package/_modules/themes/five/src/components/BusinessReviews/index.js +6 -6
  285. package/_modules/themes/five/src/components/BusinessTypeFilter/index.js +4 -4
  286. package/_modules/themes/five/src/components/BusinessesListing/index.js +2 -2
  287. package/_modules/themes/five/src/components/BusinessesListing/layouts/AppointmentsBusinessListing/index.js +12 -12
  288. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +49 -49
  289. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +4 -4
  290. package/_modules/themes/five/src/components/BusinessesListing/layouts/RedBusinessesListing/index.js +14 -14
  291. package/_modules/themes/five/src/components/BusinessesListing/layouts/RedBusinessesListing/styles.js +2 -2
  292. package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/index.js +14 -14
  293. package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/styles.js +4 -4
  294. package/_modules/themes/five/src/components/CardForm/index.js +3 -3
  295. package/_modules/themes/five/src/components/CardFormCustom/index.js +2 -2
  296. package/_modules/themes/five/src/components/Cart/index.js +47 -47
  297. package/_modules/themes/five/src/components/Cart/styles.js +4 -4
  298. package/_modules/themes/five/src/components/CartContent/index.js +13 -13
  299. package/_modules/themes/five/src/components/CartPopover/index.js +4 -4
  300. package/_modules/themes/five/src/components/CartPopover/styles.js +2 -2
  301. package/_modules/themes/five/src/components/Checkout/index.js +53 -53
  302. package/_modules/themes/five/src/components/CitiesControl/index.js +2 -2
  303. package/_modules/themes/five/src/components/Confirm/styles.js +2 -2
  304. package/_modules/themes/five/src/components/DriverTips/index.js +4 -4
  305. package/_modules/themes/five/src/components/Favorite/index.js +3 -3
  306. package/_modules/themes/five/src/components/FavoriteList/index.js +25 -25
  307. package/_modules/themes/five/src/components/Footer/index.js +3 -3
  308. package/_modules/themes/five/src/components/ForgotPasswordForm/index.js +3 -3
  309. package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +17 -3
  310. package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +23 -11
  311. package/_modules/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +1 -1
  312. package/_modules/themes/five/src/components/Header/index.js +43 -43
  313. package/_modules/themes/five/src/components/Header/layouts/Kiosk/index.js +7 -7
  314. package/_modules/themes/five/src/components/Header/styles.js +14 -14
  315. package/_modules/themes/five/src/components/HeaderOption/index.js +3 -3
  316. package/_modules/themes/five/src/components/HighestRated/index.js +7 -7
  317. package/_modules/themes/five/src/components/HomeHero/index.js +5 -5
  318. package/_modules/themes/five/src/components/HomeHero/layouts/KioskHomeHero/index.js +5 -5
  319. package/_modules/themes/five/src/components/HomeHero/layouts/OriginalHomeHero/index.js +25 -25
  320. package/_modules/themes/five/src/components/HomeHero/layouts/RedHomeHero/index.js +16 -16
  321. package/_modules/themes/five/src/components/HomeHero/layouts/StarbucksHomeHero/index.js +3 -3
  322. package/_modules/themes/five/src/components/HomeHero/layouts/StarbucksHomeHero/styles.js +4 -4
  323. package/_modules/themes/five/src/components/HorizontalOrdersLayout/index.js +1 -1
  324. package/_modules/themes/five/src/components/InputPhoneNumber/index.js +2 -2
  325. package/_modules/themes/five/src/components/LanguageSelector/index.js +1 -1
  326. package/_modules/themes/five/src/components/LastOrders/index.js +7 -7
  327. package/_modules/themes/five/src/components/LoginForm/index.js +27 -27
  328. package/_modules/themes/five/src/components/LogoutPopup/index.js +2 -2
  329. package/_modules/themes/five/src/components/Messages/MapMessages.js +2 -2
  330. package/_modules/themes/five/src/components/Messages/index.js +6 -6
  331. package/_modules/themes/five/src/components/MessagesListing/index.js +6 -6
  332. package/_modules/themes/five/src/components/Modal/styles.js +1 -1
  333. package/_modules/themes/five/src/components/MomentContent/index.js +4 -4
  334. package/_modules/themes/five/src/components/MomentControl/Layouts/CustomLayout/index.js +1 -1
  335. package/_modules/themes/five/src/components/MomentControl/index.js +7 -7
  336. package/_modules/themes/five/src/components/MomentControl/styles.js +2 -2
  337. package/_modules/themes/five/src/components/MultiCartsPaymethodsAndWallets/index.js +15 -15
  338. package/_modules/themes/five/src/components/MultiCheckout/index.js +41 -41
  339. package/_modules/themes/five/src/components/MultiOrdersDetails/SingleOrderCard.js +8 -8
  340. package/_modules/themes/five/src/components/MultiOrdersDetails/index.js +5 -5
  341. package/_modules/themes/five/src/components/MultiOrdersDetails/styles.js +2 -2
  342. package/_modules/themes/five/src/components/MyOrders/index.js +4 -4
  343. package/_modules/themes/five/src/components/NavigationBar/index.js +6 -6
  344. package/_modules/themes/five/src/components/NotNetworkConnectivity/index.js +2 -2
  345. package/_modules/themes/five/src/components/OrderContextUI/index.js +9 -9
  346. package/_modules/themes/five/src/components/OrderDetails/ActionsSection.js +2 -2
  347. package/_modules/themes/five/src/components/OrderDetails/OrderActionsSection.js +1 -1
  348. package/_modules/themes/five/src/components/OrderDetails/OrderBillSection.js +36 -36
  349. package/_modules/themes/five/src/components/OrderDetails/OrderEta.js +1 -1
  350. package/_modules/themes/five/src/components/OrderDetails/OrderHeaderInfoSection.js +1 -1
  351. package/_modules/themes/five/src/components/OrderDetails/OrderHistory.js +2 -2
  352. package/_modules/themes/five/src/components/OrderDetails/OrderPreferencesSections.js +1 -1
  353. package/_modules/themes/five/src/components/OrderDetails/index.js +67 -67
  354. package/_modules/themes/five/src/components/OrderDetails/layouts/Kiosk/index.js +42 -42
  355. package/_modules/themes/five/src/components/OrderDetails/styles.js +2 -2
  356. package/_modules/themes/five/src/components/OrderItAgain/styles.js +2 -2
  357. package/_modules/themes/five/src/components/OrderProgress/index.js +8 -8
  358. package/_modules/themes/five/src/components/OrderTypeSelectorContent/index.js +22 -22
  359. package/_modules/themes/five/src/components/OrderTypeSelectorContent/layouts/Kiosk/index.js +7 -7
  360. package/_modules/themes/five/src/components/OrderTypeSelectorHeader/index.js +1 -1
  361. package/_modules/themes/five/src/components/OrdersOption/PreviousBusinessOrdered/index.js +5 -5
  362. package/_modules/themes/five/src/components/OrdersOption/PreviousProductsOrdered/index.js +4 -4
  363. package/_modules/themes/five/src/components/OrdersOption/index.js +13 -13
  364. package/_modules/themes/five/src/components/PageBanner/index.js +5 -5
  365. package/_modules/themes/five/src/components/PaymentOptionCard/index.js +1 -1
  366. package/_modules/themes/five/src/components/PaymentOptionCash/index.js +2 -2
  367. package/_modules/themes/five/src/components/PaymentOptionStripe/index.js +8 -8
  368. package/_modules/themes/five/src/components/PaymentOptionStripe/styles.js +1 -1
  369. package/_modules/themes/five/src/components/PaymentOptionWallet/index.js +3 -3
  370. package/_modules/themes/five/src/components/PaymentOptions/index.js +35 -35
  371. package/_modules/themes/five/src/components/PhoneAutocomplete/index.js +12 -12
  372. package/_modules/themes/five/src/components/PhoneAutocomplete/styles.js +6 -6
  373. package/_modules/themes/five/src/components/PlaceSpot/index.js +14 -14
  374. package/_modules/themes/five/src/components/ProductForm/index.js +34 -34
  375. package/_modules/themes/five/src/components/ProductForm/styles.js +18 -18
  376. package/_modules/themes/five/src/components/ProductItemAccordion/index.js +8 -8
  377. package/_modules/themes/five/src/components/ProductOption/styles.js +2 -2
  378. package/_modules/themes/five/src/components/ProductOptionSubOption/index.js +2 -2
  379. package/_modules/themes/five/src/components/ProductShare/ProductCopyURL.js +2 -2
  380. package/_modules/themes/five/src/components/ProfessionalBusinessFilter/index.js +1 -1
  381. package/_modules/themes/five/src/components/ProfessionalInfo/index.js +4 -4
  382. package/_modules/themes/five/src/components/Promotions/index.js +6 -6
  383. package/_modules/themes/five/src/components/RenderProductsLayout/index.js +32 -32
  384. package/_modules/themes/five/src/components/ResetPassword/index.js +8 -8
  385. package/_modules/themes/five/src/components/ReviewDriver/index.js +4 -4
  386. package/_modules/themes/five/src/components/ReviewOrder/index.js +7 -7
  387. package/_modules/themes/five/src/components/ReviewProduct/index.js +4 -4
  388. package/_modules/themes/five/src/components/ReviewProfessional/index.js +5 -5
  389. package/_modules/themes/five/src/components/ReviewTrigger/index.js +5 -5
  390. package/_modules/themes/five/src/components/ScheduleAccordion/index.js +1 -1
  391. package/_modules/themes/five/src/components/ScheduleAccordion/styles.js +2 -2
  392. package/_modules/themes/five/src/components/SearchBar/index.js +2 -2
  393. package/_modules/themes/five/src/components/SearchBar/styles.js +6 -6
  394. package/_modules/themes/five/src/components/SearchProducts/index.js +6 -6
  395. package/_modules/themes/five/src/components/ServiceForm/index.js +40 -34
  396. package/_modules/themes/five/src/components/SidebarMenu/index.js +17 -17
  397. package/_modules/themes/five/src/components/SignUpApproval/index.js +2 -2
  398. package/_modules/themes/five/src/components/SignUpBusiness/layouts/NewSignUpBusiness/index.js +14 -14
  399. package/_modules/themes/five/src/components/SignUpBusiness/layouts/OldSignUpBusiness/index.js +14 -14
  400. package/_modules/themes/five/src/components/SignUpDriver/layouts/NewSignUpDriver/index.js +14 -14
  401. package/_modules/themes/five/src/components/SignUpDriver/layouts/OldSignUpDriver/index.js +14 -14
  402. package/_modules/themes/five/src/components/SignUpForm/index.js +39 -39
  403. package/_modules/themes/five/src/components/SingleOrderCard/index.js +23 -23
  404. package/_modules/themes/five/src/components/SingleProductCard/index.js +2 -2
  405. package/_modules/themes/five/src/components/SingleProductCard/layouts/original/index.js +19 -19
  406. package/_modules/themes/five/src/components/SingleProductCard/layouts/original/styles.js +5 -5
  407. package/_modules/themes/five/src/components/SingleProductCard/layouts/starbucks/index.js +17 -17
  408. package/_modules/themes/five/src/components/SingleProductCard/layouts/starbucks/styles.js +6 -6
  409. package/_modules/themes/five/src/components/SingleProfessionalCard/index.js +1 -1
  410. package/_modules/themes/five/src/components/UpsellingPage/index.js +1 -1
  411. package/_modules/themes/five/src/components/UserDetails/index.js +3 -3
  412. package/_modules/themes/five/src/components/UserFormDetails/index.js +23 -23
  413. package/_modules/themes/five/src/components/UserPopover/index.js +20 -20
  414. package/_modules/themes/five/src/components/UserPopover/styles.js +2 -2
  415. package/_modules/themes/five/src/components/UserProfileForm/ProfileOptions/index.js +2 -2
  416. package/_modules/themes/five/src/components/UserProfileForm/index.js +20 -20
  417. package/_modules/themes/five/src/components/UserVerification/index.js +7 -7
  418. package/_modules/themes/five/src/components/WalletTransactionItem/index.js +3 -3
  419. package/_modules/themes/five/src/components/Wallets/index.js +7 -7
  420. package/_modules/themes/five/src/styles/Buttons/index.js +17 -17
  421. package/_modules/themes/five/src/styles/Inputs/index.js +12 -12
  422. package/_modules/themes/four/src/components/AddressDetails/index.js +7 -7
  423. package/_modules/themes/four/src/components/AddressForm/index.js +31 -31
  424. package/_modules/themes/four/src/components/AddressList/index.js +11 -11
  425. package/_modules/themes/four/src/components/AddressesPopover/index.js +4 -4
  426. package/_modules/themes/four/src/components/AppleLogin/index.js +4 -4
  427. package/_modules/themes/four/src/components/AutoScroll/index.js +4 -4
  428. package/_modules/themes/four/src/components/BusinessBasicInformation/index.js +13 -13
  429. package/_modules/themes/four/src/components/BusinessController/index.js +8 -8
  430. package/_modules/themes/four/src/components/BusinessItemAccordion/index.js +4 -4
  431. package/_modules/themes/four/src/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  432. package/_modules/themes/four/src/components/BusinessProductsList/index.js +1 -1
  433. package/_modules/themes/four/src/components/BusinessProductsList/layouts/groceries/index.js +13 -13
  434. package/_modules/themes/four/src/components/BusinessProductsListing/index.js +12 -12
  435. package/_modules/themes/four/src/components/BusinessesListing/index.js +8 -8
  436. package/_modules/themes/four/src/components/BusinessesListing/styles.js +2 -2
  437. package/_modules/themes/four/src/components/Cart/index.js +14 -14
  438. package/_modules/themes/four/src/components/CartContent/index.js +2 -2
  439. package/_modules/themes/four/src/components/Checkout/index.js +29 -29
  440. package/_modules/themes/four/src/components/DriverTips/index.js +3 -3
  441. package/_modules/themes/four/src/components/ForgotPasswordForm/index.js +3 -3
  442. package/_modules/themes/four/src/components/Header/index.js +26 -26
  443. package/_modules/themes/four/src/components/HeaderOption/index.js +1 -1
  444. package/_modules/themes/four/src/components/HomeHero/index.js +11 -11
  445. package/_modules/themes/four/src/components/HorizontalOrdersLayout/index.js +6 -6
  446. package/_modules/themes/four/src/components/LastOrders/index.js +7 -7
  447. package/_modules/themes/four/src/components/LoginForm/index.js +17 -17
  448. package/_modules/themes/four/src/components/MomentContent/index.js +4 -4
  449. package/_modules/themes/four/src/components/MomentControl/index.js +2 -2
  450. package/_modules/themes/four/src/components/MomentPopover/index.js +2 -2
  451. package/_modules/themes/four/src/components/NotFoundSource/index.js +2 -2
  452. package/_modules/themes/four/src/components/OrderDetails/index.js +57 -57
  453. package/_modules/themes/four/src/components/OrderDetails/styles.js +2 -2
  454. package/_modules/themes/four/src/components/OrdersOption/index.js +26 -26
  455. package/_modules/themes/four/src/components/ProductForm/index.js +16 -16
  456. package/_modules/themes/four/src/components/RenderProductsLayout/index.js +16 -16
  457. package/_modules/themes/four/src/components/SearchBar/styles.js +6 -6
  458. package/_modules/themes/four/src/components/SignUpForm/index.js +21 -21
  459. package/_modules/themes/four/src/components/SingleProductCard/index.js +4 -4
  460. package/_modules/themes/four/src/components/UserFormDetails/index.js +9 -9
  461. package/_modules/themes/four/src/components/UserProfileForm/index.js +3 -3
  462. package/_modules/themes/four/src/components/VerticalOrdersLayout/index.js +3 -3
  463. package/_modules/themes/franchise/src/components/AddressDetails/index.js +4 -4
  464. package/_modules/themes/franchise/src/components/AddressForm/index.js +30 -30
  465. package/_modules/themes/franchise/src/components/AddressList/index.js +11 -11
  466. package/_modules/themes/franchise/src/components/AppleLogin/index.js +4 -4
  467. package/_modules/themes/franchise/src/components/AutoScroll/index.js +4 -4
  468. package/_modules/themes/franchise/src/components/BusinessBasicInformation/index.js +11 -11
  469. package/_modules/themes/franchise/src/components/BusinessController/index.js +8 -8
  470. package/_modules/themes/franchise/src/components/BusinessInformation/index.js +1 -1
  471. package/_modules/themes/franchise/src/components/BusinessItemAccordion/index.js +1 -1
  472. package/_modules/themes/franchise/src/components/BusinessProductsList/index.js +6 -6
  473. package/_modules/themes/franchise/src/components/BusinessProductsListing/index.js +25 -25
  474. package/_modules/themes/franchise/src/components/BusinessReviews/index.js +2 -2
  475. package/_modules/themes/franchise/src/components/BusinessesListing/index.js +15 -15
  476. package/_modules/themes/franchise/src/components/BusinessesListing/styles.js +2 -2
  477. package/_modules/themes/franchise/src/components/BusinessesMap/index.js +3 -3
  478. package/_modules/themes/franchise/src/components/Cart/index.js +10 -10
  479. package/_modules/themes/franchise/src/components/CartContent/index.js +2 -2
  480. package/_modules/themes/franchise/src/components/CartStoresListing/index.js +4 -4
  481. package/_modules/themes/franchise/src/components/Checkout/index.js +21 -21
  482. package/_modules/themes/franchise/src/components/DriverTips/index.js +2 -2
  483. package/_modules/themes/franchise/src/components/ForgotPasswordForm/index.js +2 -2
  484. package/_modules/themes/franchise/src/components/Header/index.js +32 -32
  485. package/_modules/themes/franchise/src/components/HeaderOption/index.js +1 -1
  486. package/_modules/themes/franchise/src/components/HomeHero/index.js +7 -7
  487. package/_modules/themes/franchise/src/components/HorizontalOrdersLayout/index.js +3 -3
  488. package/_modules/themes/franchise/src/components/InputPhoneNumber/index.js +2 -2
  489. package/_modules/themes/franchise/src/components/LastOrders/index.js +7 -7
  490. package/_modules/themes/franchise/src/components/LoginForm/index.js +15 -15
  491. package/_modules/themes/franchise/src/components/Messages/index.js +5 -5
  492. package/_modules/themes/franchise/src/components/MomentContent/index.js +4 -4
  493. package/_modules/themes/franchise/src/components/MomentControl/index.js +2 -2
  494. package/_modules/themes/franchise/src/components/MySavedPlaces/index.js +2 -2
  495. package/_modules/themes/franchise/src/components/OrderDetails/index.js +59 -59
  496. package/_modules/themes/franchise/src/components/OrderDetails/styles.js +2 -2
  497. package/_modules/themes/franchise/src/components/OrderTypeSelectorContent/index.js +7 -7
  498. package/_modules/themes/franchise/src/components/OrderTypeSelectorHeader/index.js +1 -1
  499. package/_modules/themes/franchise/src/components/OrdersOption/index.js +26 -26
  500. package/_modules/themes/franchise/src/components/PaymentOptionCash/index.js +2 -2
  501. package/_modules/themes/franchise/src/components/PaymentOptionStripe/index.js +6 -6
  502. package/_modules/themes/franchise/src/components/PaymentOptions/index.js +19 -19
  503. package/_modules/themes/franchise/src/components/ProductForm/index.js +15 -15
  504. package/_modules/themes/franchise/src/components/SearchBar/index.js +2 -2
  505. package/_modules/themes/franchise/src/components/SearchBar/styles.js +6 -6
  506. package/_modules/themes/franchise/src/components/SidebarMenu/index.js +5 -5
  507. package/_modules/themes/franchise/src/components/SignUpForm/index.js +21 -21
  508. package/_modules/themes/franchise/src/components/SingleProductCard/index.js +10 -10
  509. package/_modules/themes/franchise/src/components/UpsellingPage/index.js +1 -1
  510. package/_modules/themes/franchise/src/components/UserFormDetails/index.js +9 -9
  511. package/_modules/themes/franchise/src/components/UserPopover/index.js +4 -4
  512. package/_modules/themes/franchise/src/components/UserProfileForm/index.js +3 -3
  513. package/_modules/themes/orderAndPay/src/components/AppleLogin/index.js +4 -4
  514. package/_modules/themes/orderAndPay/src/components/AutoScroll/index.js +4 -4
  515. package/_modules/themes/orderAndPay/src/components/BusinessItemAccordion/index.js +1 -1
  516. package/_modules/themes/orderAndPay/src/components/BusinessProductsList/index.js +1 -1
  517. package/_modules/themes/orderAndPay/src/components/BusinessProductsListing/index.js +17 -17
  518. package/_modules/themes/orderAndPay/src/components/BusinessReviews/index.js +2 -2
  519. package/_modules/themes/orderAndPay/src/components/Cart/index.js +9 -9
  520. package/_modules/themes/orderAndPay/src/components/CartContent/index.js +2 -2
  521. package/_modules/themes/orderAndPay/src/components/Checkout/index.js +22 -22
  522. package/_modules/themes/orderAndPay/src/components/DriverTips/index.js +2 -2
  523. package/_modules/themes/orderAndPay/src/components/ForgotPasswordForm/index.js +2 -2
  524. package/_modules/themes/orderAndPay/src/components/InputPhoneNumber/index.js +2 -2
  525. package/_modules/themes/orderAndPay/src/components/LoginForm/index.js +13 -13
  526. package/_modules/themes/orderAndPay/src/components/LogoutButton/index.js +2 -2
  527. package/_modules/themes/orderAndPay/src/components/Messages/index.js +5 -5
  528. package/_modules/themes/orderAndPay/src/components/OrderDetails/index.js +52 -52
  529. package/_modules/themes/orderAndPay/src/components/OrderDetails/styles.js +2 -2
  530. package/_modules/themes/orderAndPay/src/components/OrderTypeSelectorContent/index.js +13 -13
  531. package/_modules/themes/orderAndPay/src/components/OrdersOption/index.js +26 -26
  532. package/_modules/themes/orderAndPay/src/components/PaymentOptionCash/index.js +2 -2
  533. package/_modules/themes/orderAndPay/src/components/PaymentOptions/index.js +22 -22
  534. package/_modules/themes/orderAndPay/src/components/ProductForm/index.js +18 -18
  535. package/_modules/themes/orderAndPay/src/components/ProductItemAccordion/index.js +2 -2
  536. package/_modules/themes/orderAndPay/src/components/ProductOptionSubOption/index.js +2 -2
  537. package/_modules/themes/orderAndPay/src/components/SearchBar/index.js +2 -2
  538. package/_modules/themes/orderAndPay/src/components/SearchBar/styles.js +6 -6
  539. package/_modules/themes/orderAndPay/src/components/SignUpForm/index.js +19 -19
  540. package/_modules/themes/orderAndPay/src/components/SingleProductCard/index.js +4 -4
  541. package/_modules/themes/orderAndPay/src/components/UpsellingPage/index.js +1 -1
  542. package/_modules/themes/orderAndPay/src/components/UserDetails/styles.js +2 -2
  543. package/_modules/themes/orderAndPay/src/components/UserFormDetails/index.js +9 -9
  544. package/_modules/themes/orderAndPay/src/components/UserPopover/index.js +4 -4
  545. package/_modules/themes/orderAndPay/src/components/VerticalOrdersLayout/index.js +3 -3
  546. package/_modules/themes/pwa/src/components/AddressDetails/index.js +2 -2
  547. package/_modules/themes/pwa/src/components/AddressForm/index.js +29 -29
  548. package/_modules/themes/pwa/src/components/AddressList/index.js +11 -11
  549. package/_modules/themes/pwa/src/components/AppleLogin/index.js +4 -4
  550. package/_modules/themes/pwa/src/components/AutoScroll/index.js +2 -2
  551. package/_modules/themes/pwa/src/components/BusinessBasicInformation/index.js +11 -11
  552. package/_modules/themes/pwa/src/components/BusinessController/index.js +11 -11
  553. package/_modules/themes/pwa/src/components/BusinessInformation/index.js +1 -1
  554. package/_modules/themes/pwa/src/components/BusinessProductsList/index.js +1 -1
  555. package/_modules/themes/pwa/src/components/BusinessProductsListing/index.js +28 -28
  556. package/_modules/themes/pwa/src/components/BusinessReviews/index.js +2 -2
  557. package/_modules/themes/pwa/src/components/BusinessesListing/index.js +15 -15
  558. package/_modules/themes/pwa/src/components/BusinessesListing/styles.js +2 -2
  559. package/_modules/themes/pwa/src/components/Cart/index.js +10 -10
  560. package/_modules/themes/pwa/src/components/CartContent/index.js +2 -2
  561. package/_modules/themes/pwa/src/components/Checkout/index.js +20 -20
  562. package/_modules/themes/pwa/src/components/DriverTips/index.js +2 -2
  563. package/_modules/themes/pwa/src/components/ForgotPasswordForm/index.js +2 -2
  564. package/_modules/themes/pwa/src/components/Header/index.js +28 -28
  565. package/_modules/themes/pwa/src/components/HeaderOption/index.js +1 -1
  566. package/_modules/themes/pwa/src/components/HomeHero/index.js +16 -16
  567. package/_modules/themes/pwa/src/components/HorizontalOrdersLayout/index.js +4 -4
  568. package/_modules/themes/pwa/src/components/InputPhoneNumber/index.js +2 -2
  569. package/_modules/themes/pwa/src/components/LastOrders/index.js +7 -7
  570. package/_modules/themes/pwa/src/components/LoginForm/index.js +12 -12
  571. package/_modules/themes/pwa/src/components/Messages/index.js +4 -4
  572. package/_modules/themes/pwa/src/components/MomentContent/index.js +4 -4
  573. package/_modules/themes/pwa/src/components/MomentControl/index.js +2 -2
  574. package/_modules/themes/pwa/src/components/MomentPopover/index.js +2 -2
  575. package/_modules/themes/pwa/src/components/NavigationBar/index.js +1 -1
  576. package/_modules/themes/pwa/src/components/OrderDetails/index.js +58 -58
  577. package/_modules/themes/pwa/src/components/OrderDetails/styles.js +2 -2
  578. package/_modules/themes/pwa/src/components/OrderTypeSelectorContent/index.js +7 -7
  579. package/_modules/themes/pwa/src/components/OrderTypeSelectorHeader/index.js +1 -1
  580. package/_modules/themes/pwa/src/components/OrdersOption/index.js +26 -26
  581. package/_modules/themes/pwa/src/components/PaymentOptionCash/index.js +2 -2
  582. package/_modules/themes/pwa/src/components/PaymentOptionStripe/index.js +6 -6
  583. package/_modules/themes/pwa/src/components/PaymentOptions/index.js +27 -27
  584. package/_modules/themes/pwa/src/components/ProductForm/index.js +15 -15
  585. package/_modules/themes/pwa/src/components/ReviewOrder/index.js +3 -3
  586. package/_modules/themes/pwa/src/components/SearchBar/index.js +2 -2
  587. package/_modules/themes/pwa/src/components/SearchBar/styles.js +6 -6
  588. package/_modules/themes/pwa/src/components/SidebarMenu/index.js +5 -5
  589. package/_modules/themes/pwa/src/components/SignUpForm/index.js +16 -16
  590. package/_modules/themes/pwa/src/components/SingleProductCard/index.js +4 -4
  591. package/_modules/themes/pwa/src/components/UpsellingPage/index.js +1 -1
  592. package/_modules/themes/pwa/src/components/UserFormDetails/index.js +9 -9
  593. package/_modules/themes/pwa/src/components/UserPopover/index.js +4 -4
  594. package/_modules/themes/pwa/src/components/UserProfile/index.js +5 -5
  595. package/_modules/themes/pwa/src/components/VerticalOrdersLayout/index.js +4 -4
  596. package/_modules/themes/seven/src/components/AddressForm/index.js +29 -29
  597. package/_modules/themes/seven/src/components/AddressList/index.js +11 -11
  598. package/_modules/themes/seven/src/components/BusinessBasicInformation/index.js +1 -1
  599. package/_modules/themes/seven/src/components/BusinessController/index.js +6 -6
  600. package/_modules/themes/seven/src/components/BusinessInformation/index.js +7 -7
  601. package/_modules/themes/seven/src/components/BusinessInformation/styles.js +2 -2
  602. package/_modules/themes/seven/src/components/BusinessItemAccordion/index.js +4 -4
  603. package/_modules/themes/seven/src/components/BusinessProductsCategories/index.js +1 -1
  604. package/_modules/themes/seven/src/components/BusinessProductsList/index.js +3 -3
  605. package/_modules/themes/seven/src/components/BusinessProductsListing/index.js +16 -16
  606. package/_modules/themes/seven/src/components/BusinessesListing/index.js +13 -13
  607. package/_modules/themes/seven/src/components/BusinessesListing/styles.js +2 -2
  608. package/_modules/themes/seven/src/components/BusinessesMap/index.js +3 -3
  609. package/_modules/themes/seven/src/components/Cart/index.js +6 -6
  610. package/_modules/themes/seven/src/components/CartContent/index.js +2 -2
  611. package/_modules/themes/seven/src/components/Checkout/index.js +21 -21
  612. package/_modules/themes/seven/src/components/DriverTips/index.js +2 -2
  613. package/_modules/themes/seven/src/components/ForgotPasswordForm/index.js +2 -2
  614. package/_modules/themes/seven/src/components/Header/index.js +16 -16
  615. package/_modules/themes/seven/src/components/HeaderOption/index.js +1 -1
  616. package/_modules/themes/seven/src/components/HomeHero/index.js +17 -17
  617. package/_modules/themes/seven/src/components/HorizontalOrdersLayout/index.js +6 -6
  618. package/_modules/themes/seven/src/components/InputPhoneNumber/index.js +2 -2
  619. package/_modules/themes/seven/src/components/LanguageSelector/index.js +1 -1
  620. package/_modules/themes/seven/src/components/LoginForm/index.js +14 -14
  621. package/_modules/themes/seven/src/components/MomentContent/index.js +4 -4
  622. package/_modules/themes/seven/src/components/MomentControl/index.js +2 -2
  623. package/_modules/themes/seven/src/components/OrderDetails/index.js +48 -48
  624. package/_modules/themes/seven/src/components/OrderDetails/styles.js +2 -2
  625. package/_modules/themes/seven/src/components/OrdersOption/index.js +26 -26
  626. package/_modules/themes/seven/src/components/PaymentOptionCash/index.js +1 -1
  627. package/_modules/themes/seven/src/components/PaymentOptions/index.js +20 -20
  628. package/_modules/themes/seven/src/components/ProductForm/index.js +20 -20
  629. package/_modules/themes/seven/src/components/ProductForm/productForm.js +6 -6
  630. package/_modules/themes/seven/src/components/SignUpForm/index.js +19 -19
  631. package/_modules/themes/seven/src/components/SingleProductCard/index.js +4 -4
  632. package/_modules/themes/seven/src/components/UserFormDetails/index.js +10 -10
  633. package/_modules/themes/seven/src/components/UserPopover/index.js +4 -4
  634. package/_modules/themes/seven/src/components/UserProfileForm/index.js +3 -3
  635. package/_modules/themes/seven/src/components/VerticalOrdersLayout/index.js +3 -3
  636. package/_modules/themes/six/src/components/AddressDetails/index.js +4 -4
  637. package/_modules/themes/six/src/components/AddressForm/index.js +30 -30
  638. package/_modules/themes/six/src/components/AddressList/index.js +11 -11
  639. package/_modules/themes/six/src/components/AddressesPopover/index.js +2 -2
  640. package/_modules/themes/six/src/components/AppleLogin/index.js +4 -4
  641. package/_modules/themes/six/src/components/BusinessBasicInformation/index.js +9 -9
  642. package/_modules/themes/six/src/components/BusinessController/index.js +17 -17
  643. package/_modules/themes/six/src/components/BusinessController/styles.js +10 -10
  644. package/_modules/themes/six/src/components/BusinessInformation/index.js +3 -3
  645. package/_modules/themes/six/src/components/BusinessItemAccordion/index.js +4 -4
  646. package/_modules/themes/six/src/components/BusinessProductsList/index.js +1 -1
  647. package/_modules/themes/six/src/components/BusinessProductsListing/SearchProducts/index.js +5 -5
  648. package/_modules/themes/six/src/components/BusinessProductsListing/index.js +25 -25
  649. package/_modules/themes/six/src/components/BusinessesListing/index.js +10 -10
  650. package/_modules/themes/six/src/components/BusinessesListing/styles.js +2 -2
  651. package/_modules/themes/six/src/components/BusinessesMap/index.js +3 -3
  652. package/_modules/themes/six/src/components/Cart/index.js +9 -9
  653. package/_modules/themes/six/src/components/CartContent/index.js +2 -2
  654. package/_modules/themes/six/src/components/CartInfo/index.js +5 -5
  655. package/_modules/themes/six/src/components/Checkout/index.js +14 -14
  656. package/_modules/themes/six/src/components/DriverTips/index.js +2 -2
  657. package/_modules/themes/six/src/components/ForgotPasswordForm/index.js +2 -2
  658. package/_modules/themes/six/src/components/Header/index.js +128 -24
  659. package/_modules/themes/six/src/components/HeaderOption/index.js +1 -1
  660. package/_modules/themes/six/src/components/HomeHero/index.js +3 -3
  661. package/_modules/themes/six/src/components/LanguageSelector/index.js +1 -1
  662. package/_modules/themes/six/src/components/LoginForm/index.js +18 -18
  663. package/_modules/themes/six/src/components/LogoutButton/index.js +2 -2
  664. package/_modules/themes/six/src/components/MomentContent/index.js +4 -4
  665. package/_modules/themes/six/src/components/MomentControl/index.js +4 -4
  666. package/_modules/themes/six/src/components/NotFoundSource/index.js +2 -2
  667. package/_modules/themes/six/src/components/OrderDetails/index.js +50 -50
  668. package/_modules/themes/six/src/components/OrderDetails/styles.js +2 -2
  669. package/_modules/themes/six/src/components/OrderTypeSelectorHeader/index.js +1 -1
  670. package/_modules/themes/six/src/components/PaymentOptionCash/index.js +1 -1
  671. package/_modules/themes/six/src/components/PaymentOptions/index.js +20 -20
  672. package/_modules/themes/six/src/components/ProductForm/index.js +18 -18
  673. package/_modules/themes/six/src/components/ProductOptionSubOption/index.js +2 -2
  674. package/_modules/themes/six/src/components/SearchBar/styles.js +14 -14
  675. package/_modules/themes/six/src/components/SidebarMenu/index.js +6 -6
  676. package/_modules/themes/six/src/components/SignUpForm/index.js +23 -23
  677. package/_modules/themes/six/src/components/SingleProductCard/index.js +4 -4
  678. package/_modules/themes/six/src/components/UpsellingPage/index.js +1 -1
  679. package/_modules/themes/six/src/components/UserFormDetails/index.js +9 -9
  680. package/_modules/themes/three/src/components/AddressDetails/index.js +4 -4
  681. package/_modules/themes/three/src/components/AddressForm/index.js +30 -30
  682. package/_modules/themes/three/src/components/AddressList/index.js +11 -11
  683. package/_modules/themes/three/src/components/AddressesPopover/index.js +2 -2
  684. package/_modules/themes/three/src/components/BusinessBasicInformation/index.js +5 -5
  685. package/_modules/themes/three/src/components/BusinessController/index.js +4 -4
  686. package/_modules/themes/three/src/components/BusinessItemAccordion/index.js +4 -4
  687. package/_modules/themes/three/src/components/BusinessProductsList/index.js +1 -1
  688. package/_modules/themes/three/src/components/BusinessProductsListing/index.js +9 -9
  689. package/_modules/themes/three/src/components/BusinessesListing/index.js +9 -9
  690. package/_modules/themes/three/src/components/BusinessesListing/styles.js +2 -2
  691. package/_modules/themes/three/src/components/Cart/index.js +10 -10
  692. package/_modules/themes/three/src/components/CartContent/index.js +2 -2
  693. package/_modules/themes/three/src/components/Checkout/index.js +33 -33
  694. package/_modules/themes/three/src/components/DriverTips/index.js +3 -3
  695. package/_modules/themes/three/src/components/ForgotPasswordForm/index.js +2 -2
  696. package/_modules/themes/three/src/components/Header/index.js +22 -22
  697. package/_modules/themes/three/src/components/HeaderOption/index.js +1 -1
  698. package/_modules/themes/three/src/components/HomeHero/index.js +6 -6
  699. package/_modules/themes/three/src/components/HorizontalOrdersLayout/index.js +4 -4
  700. package/_modules/themes/three/src/components/LastOrders/index.js +7 -7
  701. package/_modules/themes/three/src/components/LoginForm/index.js +16 -16
  702. package/_modules/themes/three/src/components/MomentContent/index.js +4 -4
  703. package/_modules/themes/three/src/components/MomentControl/index.js +2 -2
  704. package/_modules/themes/three/src/components/MomentPopover/index.js +2 -2
  705. package/_modules/themes/three/src/components/OrderDetails/index.js +33 -33
  706. package/_modules/themes/three/src/components/OrderDetails/styles.js +2 -2
  707. package/_modules/themes/three/src/components/OrdersOption/index.js +2 -2
  708. package/_modules/themes/three/src/components/PaymentOptions/index.js +20 -20
  709. package/_modules/themes/three/src/components/ProductForm/index.js +7 -7
  710. package/_modules/themes/three/src/components/SignUpForm/index.js +20 -20
  711. package/_modules/themes/three/src/components/SingleProductCard/index.js +4 -4
  712. package/_modules/themes/three/src/components/UpsellingPage/index.js +1 -1
  713. package/_modules/themes/three/src/components/VerticalOrdersLayout/index.js +3 -3
  714. package/_modules/themes/three/src/styles/Select/index.js +1 -1
  715. package/_modules/themes/two/src/components/AddressDetails/index.js +5 -5
  716. package/_modules/themes/two/src/components/AddressesPopover/index.js +2 -2
  717. package/_modules/themes/two/src/components/AppleLogin/index.js +4 -4
  718. package/_modules/themes/two/src/components/AutoScroll/index.js +4 -4
  719. package/_modules/themes/two/src/components/BusinessBasicInformation/index.js +4 -4
  720. package/_modules/themes/two/src/components/BusinessController/index.js +4 -4
  721. package/_modules/themes/two/src/components/BusinessProductsList/index.js +1 -1
  722. package/_modules/themes/two/src/components/BusinessProductsListing/index.js +11 -11
  723. package/_modules/themes/two/src/components/BusinessTypeFilter/index.js +2 -2
  724. package/_modules/themes/two/src/components/BusinessesListing/index.js +8 -8
  725. package/_modules/themes/two/src/components/BusinessesListing/styles.js +2 -2
  726. package/_modules/themes/two/src/components/Cart/index.js +10 -10
  727. package/_modules/themes/two/src/components/CartContent/index.js +2 -2
  728. package/_modules/themes/two/src/components/Checkout/index.js +32 -32
  729. package/_modules/themes/two/src/components/DriverTips/index.js +3 -3
  730. package/_modules/themes/two/src/components/Header/index.js +22 -22
  731. package/_modules/themes/two/src/components/HomeHero/index.js +7 -7
  732. package/_modules/themes/two/src/components/HorizontalOrdersLayout/index.js +6 -6
  733. package/_modules/themes/two/src/components/LanguageSelector/index.js +1 -1
  734. package/_modules/themes/two/src/components/LastOrders/index.js +7 -7
  735. package/_modules/themes/two/src/components/LoginForm/index.js +13 -13
  736. package/_modules/themes/two/src/components/MomentContent/index.js +3 -3
  737. package/_modules/themes/two/src/components/MomentControl/index.js +5 -5
  738. package/_modules/themes/two/src/components/MomentPopover/index.js +2 -2
  739. package/_modules/themes/two/src/components/OrderDetails/index.js +30 -30
  740. package/_modules/themes/two/src/components/OrderDetails/styles.js +2 -2
  741. package/_modules/themes/two/src/components/OrdersOption/index.js +2 -2
  742. package/_modules/themes/two/src/components/PaymentOptions/index.js +20 -20
  743. package/_modules/themes/two/src/components/ProductForm/index.js +7 -7
  744. package/_modules/themes/two/src/components/ProductOptionSubOption/index.js +2 -2
  745. package/_modules/themes/two/src/components/SearchBar/index.js +2 -2
  746. package/_modules/themes/two/src/components/SearchBar/styles.js +4 -4
  747. package/_modules/themes/two/src/components/SignUpForm/index.js +19 -19
  748. package/_modules/themes/two/src/components/SingleProductCard/index.js +2 -2
  749. package/_modules/themes/two/src/components/UserProfileForm/index.js +3 -3
  750. package/_modules/themes/two/src/components/VerticalOrdersLayout/index.js +3 -3
  751. package/_modules/themes/wow/src/components/ActiveOrdersLayout/index.js +4 -4
  752. package/_modules/themes/wow/src/components/AddressForm/index.js +28 -28
  753. package/_modules/themes/wow/src/components/AddressList/index.js +9 -9
  754. package/_modules/themes/wow/src/components/AutoScroll/index.js +4 -4
  755. package/_modules/themes/wow/src/components/BusinessBasicInformation/index.js +4 -4
  756. package/_modules/themes/wow/src/components/BusinessController/index.js +4 -4
  757. package/_modules/themes/wow/src/components/BusinessItemAccordion/index.js +4 -4
  758. package/_modules/themes/wow/src/components/BusinessProductsList/index.js +1 -1
  759. package/_modules/themes/wow/src/components/BusinessProductsListing/index.js +8 -8
  760. package/_modules/themes/wow/src/components/BusinessesListing/index.js +2 -2
  761. package/_modules/themes/wow/src/components/Cart/index.js +4 -4
  762. package/_modules/themes/wow/src/components/CartContent/index.js +2 -2
  763. package/_modules/themes/wow/src/components/Checkout/index.js +14 -14
  764. package/_modules/themes/wow/src/components/CheckoutBill/index.js +1 -1
  765. package/_modules/themes/wow/src/components/CompletedOrder/index.js +4 -4
  766. package/_modules/themes/wow/src/components/DeliveryDetails/index.js +3 -3
  767. package/_modules/themes/wow/src/components/DiscountedBusinesses/index.js +2 -2
  768. package/_modules/themes/wow/src/components/Footer/index.js +5 -5
  769. package/_modules/themes/wow/src/components/Header/index.js +10 -10
  770. package/_modules/themes/wow/src/components/HomeHero/index.js +6 -6
  771. package/_modules/themes/wow/src/components/LoginForm/index.js +7 -7
  772. package/_modules/themes/wow/src/components/OrderDetails/index.js +18 -18
  773. package/_modules/themes/wow/src/components/OrderDetails/styles.js +2 -2
  774. package/_modules/themes/wow/src/components/OrderHelp/index.js +3 -3
  775. package/_modules/themes/wow/src/components/OrderTypeSelectorHeader/index.js +2 -2
  776. package/_modules/themes/wow/src/components/OrdersOption/index.js +2 -2
  777. package/_modules/themes/wow/src/components/OurBusinesses/index.js +2 -2
  778. package/_modules/themes/wow/src/components/PaymentOptions/index.js +3 -3
  779. package/_modules/themes/wow/src/components/PreOrdersLayout/index.js +4 -4
  780. package/_modules/themes/wow/src/components/PreorderConfirm/index.js +2 -2
  781. package/_modules/themes/wow/src/components/PreviousOrdersLayout/index.js +4 -4
  782. package/_modules/themes/wow/src/components/ProductForm/index.js +3 -3
  783. package/_modules/themes/wow/src/components/ProductOptionSubOption/index.js +2 -2
  784. package/_modules/themes/wow/src/components/ProfileBusinesBasicInformation/index.js +6 -6
  785. package/_modules/themes/wow/src/components/ProfileBusinesses/index.js +4 -4
  786. package/_modules/themes/wow/src/components/ProfileEdit/index.js +3 -3
  787. package/_modules/themes/wow/src/components/PromotionsBusinesses/index.js +2 -2
  788. package/_modules/themes/wow/src/components/ReviewOrder/index.js +3 -3
  789. package/_modules/themes/wow/src/components/SearchBar/index.js +2 -2
  790. package/_modules/themes/wow/src/components/SearchBar/styles.js +6 -6
  791. package/_modules/themes/wow/src/components/SidebarMenu/index.js +5 -5
  792. package/_modules/themes/wow/src/components/SignUpForm/index.js +13 -13
  793. package/_modules/themes/wow/src/components/SingleProductCard/index.js +4 -4
  794. package/_modules/themes/wow/src/components/SpecificBusiness/index.js +3 -3
  795. package/_modules/themes/wow/src/components/UserFormDetails/index.js +9 -9
  796. package/_modules/themes/wow/src/components/UserPopover/index.js +7 -7
  797. package/_modules/themes/wow/src/components/UserProfile/index.js +2 -2
  798. package/_modules/themes/wow/src/components/UserProfileDropDown/index.js +2 -2
  799. package/_modules/utils/index.js +59 -49
  800. package/package.json +2 -2
  801. package/src/themes/five/src/components/BusinessPreorder/styles.js +7 -4
  802. package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +18 -3
  803. package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +32 -6
  804. package/src/themes/five/src/components/ServiceForm/index.js +86 -72
  805. package/src/themes/six/src/components/Header/index.js +113 -4
  806. package/src/utils/index.js +11 -4
  807. package/template/app.js +8 -8
  808. package/_bundles/ordering-ui.2c4c0317bc47a947e415.js +0 -2
  809. /package/_bundles/{0.ordering-ui.2c4c0317bc47a947e415.js → 0.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  810. /package/_bundles/{1.ordering-ui.2c4c0317bc47a947e415.js → 1.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  811. /package/_bundles/{2.ordering-ui.2c4c0317bc47a947e415.js → 2.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  812. /package/_bundles/{4.ordering-ui.2c4c0317bc47a947e415.js → 4.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  813. /package/_bundles/{5.ordering-ui.2c4c0317bc47a947e415.js → 5.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  814. /package/_bundles/{6.ordering-ui.2c4c0317bc47a947e415.js → 6.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  815. /package/_bundles/{7.ordering-ui.2c4c0317bc47a947e415.js.LICENSE.txt → 7.ordering-ui.8c57feb440eaccd495a4.js.LICENSE.txt} +0 -0
  816. /package/_bundles/{8.ordering-ui.2c4c0317bc47a947e415.js → 8.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  817. /package/_bundles/{9.ordering-ui.2c4c0317bc47a947e415.js → 9.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  818. /package/_bundles/{ordering-ui.2c4c0317bc47a947e415.js.LICENSE.txt → ordering-ui.8c57feb440eaccd495a4.js.LICENSE.txt} +0 -0
@@ -84,7 +84,7 @@ var ProfileEdit = function ProfileEdit(props) {
84
84
  onClick: function onClick() {
85
85
  return handleClickImage();
86
86
  },
87
- isImage: (user === null || user === void 0 ? void 0 : user.photo) || (formState === null || formState === void 0 ? void 0 : (_formState$changes3 = formState.changes) === null || _formState$changes3 === void 0 ? void 0 : _formState$changes3.photo) && !formState.result.error
87
+ isImage: (user === null || user === void 0 ? void 0 : user.photo) || (formState === null || formState === void 0 || (_formState$changes3 = formState.changes) === null || _formState$changes3 === void 0 ? void 0 : _formState$changes3.photo) && !formState.result.error
88
88
  }, /*#__PURE__*/_react.default.createElement(_orderingComponentsExternal.ExamineClick, {
89
89
  onFiles: handleFiles,
90
90
  childRef: function childRef(e) {
@@ -104,8 +104,8 @@ var ProfileEdit = function ProfileEdit(props) {
104
104
  width: "200px",
105
105
  height: "200px",
106
106
  loading: "lazy"
107
- }) : /*#__PURE__*/_react.default.createElement(_styles.UploadImageIcon, null, /*#__PURE__*/_react.default.createElement(_BiImage.default, null), /*#__PURE__*/_react.default.createElement("span", null, t('DRAG_DROP_IMAGE_HERE', 'Put your image here'))) : (formState === null || formState === void 0 ? void 0 : (_formState$changes6 = formState.changes) === null || _formState$changes6 === void 0 ? void 0 : _formState$changes6.photo) && formState.result.error && /*#__PURE__*/_react.default.createElement("img", {
108
- src: formState === null || formState === void 0 ? void 0 : (_formState$changes7 = formState.changes) === null || _formState$changes7 === void 0 ? void 0 : _formState$changes7.photo,
107
+ }) : /*#__PURE__*/_react.default.createElement(_styles.UploadImageIcon, null, /*#__PURE__*/_react.default.createElement(_BiImage.default, null), /*#__PURE__*/_react.default.createElement("span", null, t('DRAG_DROP_IMAGE_HERE', 'Put your image here'))) : (formState === null || formState === void 0 || (_formState$changes6 = formState.changes) === null || _formState$changes6 === void 0 ? void 0 : _formState$changes6.photo) && formState.result.error && /*#__PURE__*/_react.default.createElement("img", {
108
+ src: formState === null || formState === void 0 || (_formState$changes7 = formState.changes) === null || _formState$changes7 === void 0 ? void 0 : _formState$changes7.photo,
109
109
  alt: "user image",
110
110
  loading: "lazy"
111
111
  })))), /*#__PURE__*/_react.default.createElement(_styles.ProfileContent, null, /*#__PURE__*/_react.default.createElement(_UserFormDetails.UserFormDetailsUI, _extends({}, props, {
@@ -57,7 +57,7 @@ var PromotionsBusinessesUI = function PromotionsBusinessesUI(props) {
57
57
  className: "card",
58
58
  business: {},
59
59
  isSkeleton: true,
60
- orderType: orderState === null || orderState === void 0 ? void 0 : (_orderState$options = orderState.options) === null || _orderState$options === void 0 ? void 0 : _orderState$options.type
60
+ orderType: orderState === null || orderState === void 0 || (_orderState$options = orderState.options) === null || _orderState$options === void 0 ? void 0 : _orderState$options.type
61
61
  });
62
62
  }), (_businessesList$busin = businessesList.businesses) === null || _businessesList$busin === void 0 ? void 0 : _businessesList$busin.map(function (business) {
63
63
  var _orderState$options2;
@@ -67,7 +67,7 @@ var PromotionsBusinessesUI = function PromotionsBusinessesUI(props) {
67
67
  className: "card",
68
68
  business: business,
69
69
  handleCustomClick: onBusinessClick,
70
- orderType: orderState === null || orderState === void 0 ? void 0 : (_orderState$options2 = orderState.options) === null || _orderState$options2 === void 0 ? void 0 : _orderState$options2.type
70
+ orderType: orderState === null || orderState === void 0 || (_orderState$options2 = orderState.options) === null || _orderState$options2 === void 0 ? void 0 : _orderState$options2.type
71
71
  });
72
72
  })), !businessesList.loading && businessesList.businesses.length === 0 && /*#__PURE__*/_react.default.createElement(_styles.ErrorMessage, null, t('NOT_FOUND_BUSINESSES', 'No businesses to delivery / pick up at this address, please change filters or change address.')), businessesList.error && businessesList.error.length > 0 && businessesList.businesses.length === 0 && businessesList.error.map(function (e, i) {
73
73
  return /*#__PURE__*/_react.default.createElement(_styles.ErrorMessage, {
@@ -35,7 +35,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
35
35
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
36
36
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
37
37
  var ReviewOrderUI = function ReviewOrderUI(props) {
38
- var _props$beforeElements, _props$beforeComponen, _order$business, _theme$images, _theme$images$dummies, _order$business2, _order$business3, _props$beforeMidEleme, _props$beforeMidCompo, _props$afterMidElemen, _props$afterMidCompon, _props$afterComponent, _props$afterElements;
38
+ var _props$beforeElements, _props$beforeComponen, _order$business, _theme$images, _order$business2, _order$business3, _props$beforeMidEleme, _props$beforeMidCompo, _props$afterMidElemen, _props$afterMidCompon, _props$afterComponent, _props$afterElements;
39
39
  var order = props.order;
40
40
  var theme = (0, _styledComponents.useTheme)();
41
41
  var stars = props.stars,
@@ -145,8 +145,8 @@ var ReviewOrderUI = function ReviewOrderUI(props) {
145
145
  }), /*#__PURE__*/_react.default.createElement(_styles.ReviewOrderContainer, {
146
146
  onSubmit: handleSubmit(onSubmit)
147
147
  }, /*#__PURE__*/_react.default.createElement(_styles.ReviewOrderInnerContainer, null, /*#__PURE__*/_react.default.createElement("h1", null, t('WANNA_KNOW_OPINION', 'We want to know your opinion')), /*#__PURE__*/_react.default.createElement(_styles.BusinessGeneralInfo, null, /*#__PURE__*/_react.default.createElement(_styles.LogoWrapper, null, /*#__PURE__*/_react.default.createElement(_styles.BusinessLogo, {
148
- bgimage: (order === null || order === void 0 ? void 0 : (_order$business = order.business) === null || _order$business === void 0 ? void 0 : _order$business.logo) || ((_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$dummies = _theme$images.dummies) === null || _theme$images$dummies === void 0 ? void 0 : _theme$images$dummies.businessLogo)
149
- })), /*#__PURE__*/_react.default.createElement(_styles.BusinessInfo, null, /*#__PURE__*/_react.default.createElement("h1", null, order === null || order === void 0 ? void 0 : (_order$business2 = order.business) === null || _order$business2 === void 0 ? void 0 : _order$business2.name), /*#__PURE__*/_react.default.createElement("p", null, order === null || order === void 0 ? void 0 : (_order$business3 = order.business) === null || _order$business3 === void 0 ? void 0 : _order$business3.address))), /*#__PURE__*/_react.default.createElement(_styles.Reviews, null, /*#__PURE__*/_react.default.createElement(_styles.Categories, {
148
+ bgimage: (order === null || order === void 0 || (_order$business = order.business) === null || _order$business === void 0 ? void 0 : _order$business.logo) || ((_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.dummies) === null || _theme$images === void 0 ? void 0 : _theme$images.businessLogo)
149
+ })), /*#__PURE__*/_react.default.createElement(_styles.BusinessInfo, null, /*#__PURE__*/_react.default.createElement("h1", null, order === null || order === void 0 || (_order$business2 = order.business) === null || _order$business2 === void 0 ? void 0 : _order$business2.name), /*#__PURE__*/_react.default.createElement("p", null, order === null || order === void 0 || (_order$business3 = order.business) === null || _order$business3 === void 0 ? void 0 : _order$business3.address))), /*#__PURE__*/_react.default.createElement(_styles.Reviews, null, /*#__PURE__*/_react.default.createElement(_styles.Categories, {
150
150
  id: "list"
151
151
  }, Object.keys(stars).map(function (key) {
152
152
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
@@ -20,7 +20,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
20
20
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
21
21
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
22
  var SearchBar = function SearchBar(props) {
23
- var _props$beforeElements, _props$beforeComponen, _el$current, _theme$images, _theme$images$general, _props$afterComponent, _props$afterElements;
23
+ var _props$beforeElements, _props$beforeComponen, _el$current, _theme$images, _props$afterComponent, _props$afterElements;
24
24
  var placeholder = props.placeholder,
25
25
  lazyLoad = props.lazyLoad;
26
26
  var _useTheme = (0, _ThemeContext.useTheme)(),
@@ -75,7 +75,7 @@ var SearchBar = function SearchBar(props) {
75
75
  autoComplete: "off",
76
76
  maxLength: "500"
77
77
  }), /*#__PURE__*/_react.default.createElement(_styles.DeleteContent, null, /*#__PURE__*/_react.default.createElement("img", {
78
- src: theme === null || theme === void 0 ? void 0 : (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$general = _theme$images.general) === null || _theme$images$general === void 0 ? void 0 : _theme$images$general.searchIcon
78
+ src: theme === null || theme === void 0 || (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.general) === null || _theme$images === void 0 ? void 0 : _theme$images.searchIcon
79
79
  }))), (_props$afterComponent = props.afterComponents) === null || _props$afterComponent === void 0 ? void 0 : _props$afterComponent.map(function (AfterComponent, i) {
80
80
  return /*#__PURE__*/_react.default.createElement(AfterComponent, _extends({
81
81
  key: i
@@ -14,8 +14,8 @@ var BusinessSearch = _styledComponents.default.div(_templateObject || (_template
14
14
  var _props$theme;
15
15
  return (_props$theme = props.theme) !== null && _props$theme !== void 0 && _props$theme.rtl ? (0, _styledComponents.css)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding-right: 35px;\n "]))) : (0, _styledComponents.css)(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding-left: 35px;\n "])));
16
16
  }, function (props) {
17
- var _props$theme2, _props$theme2$colors;
18
- return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 ? void 0 : (_props$theme2$colors = _props$theme2.colors) === null || _props$theme2$colors === void 0 ? void 0 : _props$theme2$colors.backgroundPage;
17
+ var _props$theme2;
18
+ return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 || (_props$theme2 = _props$theme2.colors) === null || _props$theme2 === void 0 ? void 0 : _props$theme2.backgroundPage;
19
19
  });
20
20
  exports.BusinessSearch = BusinessSearch;
21
21
  var DeleteContent = _styledComponents.default.span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n position: absolute;\n font-weight: 300;\n padding: 10px 0;\n color: #333;\n font-size: 14px;\n left: 15px;\n border-radius: 25%;\n max-height: 100%;\n ", "\n span{\n cursor: pointer;\n }\n img{\n width: 20px;\n transform: translate(-25%, 0%);\n ", "\n }\n"])), function (props) {
@@ -27,10 +27,10 @@ var DeleteContent = _styledComponents.default.span(_templateObject4 || (_templat
27
27
  });
28
28
  exports.DeleteContent = DeleteContent;
29
29
  var SearchIcon = _styledComponents.default.div(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n background-image: url(", ");\n background-position: right 10px center;\n background-repeat: no-repeat;\n background-size: 15px;\n background-color: ", ";\n"])), function (props) {
30
- var _props$theme5, _props$theme5$images, _props$theme5$images$;
31
- return (_props$theme5 = props.theme) === null || _props$theme5 === void 0 ? void 0 : (_props$theme5$images = _props$theme5.images) === null || _props$theme5$images === void 0 ? void 0 : (_props$theme5$images$ = _props$theme5$images.general) === null || _props$theme5$images$ === void 0 ? void 0 : _props$theme5$images$.searchIcon;
30
+ var _props$theme5;
31
+ return (_props$theme5 = props.theme) === null || _props$theme5 === void 0 || (_props$theme5 = _props$theme5.images) === null || _props$theme5 === void 0 || (_props$theme5 = _props$theme5.general) === null || _props$theme5 === void 0 ? void 0 : _props$theme5.searchIcon;
32
32
  }, function (props) {
33
- var _props$theme6, _props$theme6$colors;
34
- return (_props$theme6 = props.theme) === null || _props$theme6 === void 0 ? void 0 : (_props$theme6$colors = _props$theme6.colors) === null || _props$theme6$colors === void 0 ? void 0 : _props$theme6$colors.backgroundPage;
33
+ var _props$theme6;
34
+ return (_props$theme6 = props.theme) === null || _props$theme6 === void 0 || (_props$theme6 = _props$theme6.colors) === null || _props$theme6 === void 0 ? void 0 : _props$theme6.backgroundPage;
35
35
  });
36
36
  exports.SearchIcon = SearchIcon;
@@ -36,7 +36,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
36
36
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
37
37
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
38
38
  var SidebarMenu = function SidebarMenu(props) {
39
- var _props$beforeElements, _props$beforeComponen, _sessionState$user, _sessionState$user2, _options$address2, _options$address3, _theme$images, _theme$images$logos, _theme$images2, _theme$images2$genera, _props$afterComponent, _props$afterElements;
39
+ var _props$beforeElements, _props$beforeComponen, _sessionState$user, _sessionState$user2, _options$address2, _options$address3, _theme$images, _theme$images2, _props$afterComponent, _props$afterElements;
40
40
  var auth = props.auth,
41
41
  isHideSignup = props.isHideSignup,
42
42
  userCustomer = props.userCustomer;
@@ -102,9 +102,9 @@ var SidebarMenu = function SidebarMenu(props) {
102
102
  id: "sidebar_menu",
103
103
  isHome: isHome
104
104
  }, /*#__PURE__*/_react.default.createElement(_styles.TopContainer, null, /*#__PURE__*/_react.default.createElement(_styles.CustomerInfo, null, auth && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_style.DropDownCircleImage, {
105
- src: sessionState === null || sessionState === void 0 ? void 0 : (_sessionState$user = sessionState.user) === null || _sessionState$user === void 0 ? void 0 : _sessionState$user.photo,
105
+ src: sessionState === null || sessionState === void 0 || (_sessionState$user = sessionState.user) === null || _sessionState$user === void 0 ? void 0 : _sessionState$user.photo,
106
106
  fallback: /*#__PURE__*/_react.default.createElement(_FaUserAlt.default, null)
107
- }), /*#__PURE__*/_react.default.createElement("span", null, sessionState === null || sessionState === void 0 ? void 0 : (_sessionState$user2 = sessionState.user) === null || _sessionState$user2 === void 0 ? void 0 : _sessionState$user2.name))), /*#__PURE__*/_react.default.createElement(_styles.MenuClose, {
107
+ }), /*#__PURE__*/_react.default.createElement("span", null, sessionState === null || sessionState === void 0 || (_sessionState$user2 = sessionState.user) === null || _sessionState$user2 === void 0 ? void 0 : _sessionState$user2.name))), /*#__PURE__*/_react.default.createElement(_styles.MenuClose, {
108
108
  isHome: isHome,
109
109
  "aria-label": "close",
110
110
  onClick: function onClick() {
@@ -218,7 +218,7 @@ var SidebarMenu = function SidebarMenu(props) {
218
218
  active: window.location.pathname === '/signup'
219
219
  }, t('SIGNUP', 'Sign up'))), /*#__PURE__*/_react.default.createElement(_styles.MenuLinkSeparator, null, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("hr", null)))))), /*#__PURE__*/_react.default.createElement(_styles.DownloadAppContainer, null, /*#__PURE__*/_react.default.createElement(_styles.LogoWrapper, null, /*#__PURE__*/_react.default.createElement("img", {
220
220
  alt: "Logotype Invert",
221
- src: theme === null || theme === void 0 ? void 0 : (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$logos = _theme$images.logos) === null || _theme$images$logos === void 0 ? void 0 : _theme$images$logos.logotype,
221
+ src: theme === null || theme === void 0 || (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.logos) === null || _theme$images === void 0 ? void 0 : _theme$images.logotype,
222
222
  loading: "lazy"
223
223
  })), /*#__PURE__*/_react.default.createElement(_styles.DownloadAppLinkContainer, null, /*#__PURE__*/_react.default.createElement("p", null, t('HOME_DONWLOAD_APP_TITLE', 'Enjoy a better experience by downloading the App')), /*#__PURE__*/_react.default.createElement(_styles.DownloadAppLink, {
224
224
  target: "_blank",
@@ -227,7 +227,7 @@ var SidebarMenu = function SidebarMenu(props) {
227
227
  "aria-label": "GooglePlay"
228
228
  }, /*#__PURE__*/_react.default.createElement("img", {
229
229
  alt: "Google play",
230
- src: theme === null || theme === void 0 ? void 0 : (_theme$images2 = theme.images) === null || _theme$images2 === void 0 ? void 0 : (_theme$images2$genera = _theme$images2.general) === null || _theme$images2$genera === void 0 ? void 0 : _theme$images2$genera.googlePlay,
230
+ src: theme === null || theme === void 0 || (_theme$images2 = theme.images) === null || _theme$images2 === void 0 || (_theme$images2 = _theme$images2.general) === null || _theme$images2 === void 0 ? void 0 : _theme$images2.googlePlay,
231
231
  loading: "lazy"
232
232
  })))))), (_props$afterComponent = props.afterComponents) === null || _props$afterComponent === void 0 ? void 0 : _props$afterComponent.map(function (AfterComponent, i) {
233
233
  return /*#__PURE__*/_react.default.createElement(AfterComponent, _extends({
@@ -45,7 +45,7 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
45
45
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
46
46
  var notValidationFields = ['coupon', 'driver_tip', 'mobile_phone', 'address', 'address_notes'];
47
47
  var SignUpFormUI = function SignUpFormUI(props) {
48
- var _validationFields$fie5, _validationFields$fie6, _validationFields$fie7, _validationFields$fie8, _props$beforeElements, _props$beforeComponen, _theme$images, _theme$images$general, _theme$images2, _theme$images2$logos, _props$beforeMidEleme, _props$beforeMidCompo, _validationFields$fie9, _validationFields$fie10, _props$afterMidElemen, _props$afterMidCompon, _configs$facebook_log, _configs$facebook_id, _configs$facebook_id2, _props$afterComponent, _props$afterElements;
48
+ var _validationFields$fie3, _validationFields$fie4, _props$beforeElements, _props$beforeComponen, _theme$images, _theme$images2, _props$beforeMidEleme, _props$beforeMidCompo, _validationFields$fie5, _validationFields$fie6, _props$afterMidElemen, _props$afterMidCompon, _configs$facebook_log, _configs$facebook_id, _configs$facebook_id2, _props$afterComponent, _props$afterElements;
49
49
  var handleChangeInput = props.handleChangeInput,
50
50
  handleButtonSignupClick = props.handleButtonSignupClick,
51
51
  elementLinkToLogin = props.elementLinkToLogin,
@@ -104,7 +104,7 @@ var SignUpFormUI = function SignUpFormUI(props) {
104
104
  var _user$session;
105
105
  login({
106
106
  user: user,
107
- token: user === null || user === void 0 ? void 0 : (_user$session = user.session) === null || _user$session === void 0 ? void 0 : _user$session.access_token
107
+ token: user === null || user === void 0 || (_user$session = user.session) === null || _user$session === void 0 ? void 0 : _user$session.access_token
108
108
  });
109
109
  };
110
110
  var togglePasswordView = function togglePasswordView() {
@@ -117,9 +117,9 @@ var SignUpFormUI = function SignUpFormUI(props) {
117
117
  });
118
118
  };
119
119
  var onSubmit = function onSubmit() {
120
- var _validationFields$fie, _validationFields$fie2, _validationFields$fie3;
120
+ var _validationFields$fie;
121
121
  var isPhoneNumberValid = userPhoneNumber ? isValidPhoneNumber : true;
122
- if (!userPhoneNumber && validationFields !== null && validationFields !== void 0 && (_validationFields$fie = validationFields.fields) !== null && _validationFields$fie !== void 0 && (_validationFields$fie2 = _validationFields$fie.checkout) !== null && _validationFields$fie2 !== void 0 && (_validationFields$fie3 = _validationFields$fie2.cellphone) !== null && _validationFields$fie3 !== void 0 && _validationFields$fie3.required && !externalPhoneNumber) {
122
+ if (!userPhoneNumber && validationFields !== null && validationFields !== void 0 && (_validationFields$fie = validationFields.fields) !== null && _validationFields$fie !== void 0 && (_validationFields$fie = _validationFields$fie.checkout) !== null && _validationFields$fie !== void 0 && (_validationFields$fie = _validationFields$fie.cellphone) !== null && _validationFields$fie !== void 0 && _validationFields$fie.required && !externalPhoneNumber) {
123
123
  setAlertState({
124
124
  open: true,
125
125
  content: [t('VALIDATION_ERROR_MOBILE_PHONE_REQUIRED', 'The field Mobile phone is required.')]
@@ -203,8 +203,8 @@ var SignUpFormUI = function SignUpFormUI(props) {
203
203
  }, [formMethods.errors]);
204
204
  (0, _react.useEffect)(function () {
205
205
  if (!validationFields.loading) {
206
- var _validationFields$fie4;
207
- Object.values(validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie4 = validationFields.fields) === null || _validationFields$fie4 === void 0 ? void 0 : _validationFields$fie4.checkout).map(function (field) {
206
+ var _validationFields$fie2;
207
+ Object.values(validationFields === null || validationFields === void 0 || (_validationFields$fie2 = validationFields.fields) === null || _validationFields$fie2 === void 0 ? void 0 : _validationFields$fie2.checkout).map(function (field) {
208
208
  return !notValidationFields.includes(field.code) && formMethods.register(field.code, {
209
209
  required: isRequiredField(field.code) ? t("VALIDATION_ERROR_".concat(field.code.toUpperCase(), "_REQUIRED"), "".concat(field.name, " is required")).replace('_attribute_', t(field.name, field.code)) : null
210
210
  });
@@ -226,7 +226,7 @@ var SignUpFormUI = function SignUpFormUI(props) {
226
226
  (0, _react.useEffect)(function () {
227
227
  setWelcomeModalOpen(true);
228
228
  }, []);
229
- var showInputPhoneNumber = (_validationFields$fie5 = validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie6 = validationFields.fields) === null || _validationFields$fie6 === void 0 ? void 0 : (_validationFields$fie7 = _validationFields$fie6.checkout) === null || _validationFields$fie7 === void 0 ? void 0 : (_validationFields$fie8 = _validationFields$fie7.cellphone) === null || _validationFields$fie8 === void 0 ? void 0 : _validationFields$fie8.enabled) !== null && _validationFields$fie5 !== void 0 ? _validationFields$fie5 : false;
229
+ var showInputPhoneNumber = (_validationFields$fie3 = validationFields === null || validationFields === void 0 || (_validationFields$fie4 = validationFields.fields) === null || _validationFields$fie4 === void 0 || (_validationFields$fie4 = _validationFields$fie4.checkout) === null || _validationFields$fie4 === void 0 || (_validationFields$fie4 = _validationFields$fie4.cellphone) === null || _validationFields$fie4 === void 0 ? void 0 : _validationFields$fie4.enabled) !== null && _validationFields$fie3 !== void 0 ? _validationFields$fie3 : false;
230
230
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (_props$beforeElements = props.beforeElements) === null || _props$beforeElements === void 0 ? void 0 : _props$beforeElements.map(function (BeforeElement, i) {
231
231
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
232
232
  key: i
@@ -238,7 +238,7 @@ var SignUpFormUI = function SignUpFormUI(props) {
238
238
  }), /*#__PURE__*/_react.default.createElement(_styles.SignUpContainer, {
239
239
  isPopup: isPopup
240
240
  }, /*#__PURE__*/_react.default.createElement(_styles.HeroSide, {
241
- bgimage: (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$general = _theme$images.general) === null || _theme$images$general === void 0 ? void 0 : _theme$images$general.authHero
241
+ bgimage: (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.general) === null || _theme$images === void 0 ? void 0 : _theme$images.authHero
242
242
  }), /*#__PURE__*/_react.default.createElement(_styles.FormSideContainer, null, /*#__PURE__*/_react.default.createElement(_styles.BackButton, {
243
243
  onClick: function onClick() {
244
244
  return history.goBack();
@@ -247,7 +247,7 @@ var SignUpFormUI = function SignUpFormUI(props) {
247
247
  isPopup: isPopup
248
248
  }, /*#__PURE__*/_react.default.createElement("img", {
249
249
  id: "logo",
250
- src: theme === null || theme === void 0 ? void 0 : (_theme$images2 = theme.images) === null || _theme$images2 === void 0 ? void 0 : (_theme$images2$logos = _theme$images2.logos) === null || _theme$images2$logos === void 0 ? void 0 : _theme$images2$logos.logotype,
250
+ src: theme === null || theme === void 0 || (_theme$images2 = theme.images) === null || _theme$images2 === void 0 || (_theme$images2 = _theme$images2.logos) === null || _theme$images2 === void 0 ? void 0 : _theme$images2.logotype,
251
251
  alt: "Logo sign up",
252
252
  width: "200",
253
253
  height: "66",
@@ -265,8 +265,8 @@ var SignUpFormUI = function SignUpFormUI(props) {
265
265
  return /*#__PURE__*/_react.default.createElement(BeforeMidComponents, _extends({
266
266
  key: i
267
267
  }, props));
268
- }), !(useChekoutFileds && validationFields !== null && validationFields !== void 0 && validationFields.loading) ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie9 = validationFields.fields) === null || _validationFields$fie9 === void 0 ? void 0 : _validationFields$fie9.checkout) && (0, _utils.sortInputFields)({
269
- values: validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie10 = validationFields.fields) === null || _validationFields$fie10 === void 0 ? void 0 : _validationFields$fie10.checkout
268
+ }), !(useChekoutFileds && validationFields !== null && validationFields !== void 0 && validationFields.loading) ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (validationFields === null || validationFields === void 0 || (_validationFields$fie5 = validationFields.fields) === null || _validationFields$fie5 === void 0 ? void 0 : _validationFields$fie5.checkout) && (0, _utils.sortInputFields)({
269
+ values: validationFields === null || validationFields === void 0 || (_validationFields$fie6 = validationFields.fields) === null || _validationFields$fie6 === void 0 ? void 0 : _validationFields$fie6.checkout
270
270
  }).map(function (field) {
271
271
  return showField && showField(field.code) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
272
272
  key: field.id
@@ -347,8 +347,8 @@ var SignUpFormUI = function SignUpFormUI(props) {
347
347
  }
348
348
  }, t('WIDTH_PHONE_NUMBER', 'With phone number')), !externalPhoneNumber && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, Object.keys(configs).length > 0 ? /*#__PURE__*/_react.default.createElement(_styles.SocialButtons, {
349
349
  isPopup: isPopup
350
- }, (configs === null || configs === void 0 ? void 0 : (_configs$facebook_log = configs.facebook_login) === null || _configs$facebook_log === void 0 ? void 0 : _configs$facebook_log.value) && (configs === null || configs === void 0 ? void 0 : (_configs$facebook_id = configs.facebook_id) === null || _configs$facebook_id === void 0 ? void 0 : _configs$facebook_id.value) && /*#__PURE__*/_react.default.createElement(_FacebookLogin.FacebookLoginButton, {
351
- appId: configs === null || configs === void 0 ? void 0 : (_configs$facebook_id2 = configs.facebook_id) === null || _configs$facebook_id2 === void 0 ? void 0 : _configs$facebook_id2.value,
350
+ }, (configs === null || configs === void 0 || (_configs$facebook_log = configs.facebook_login) === null || _configs$facebook_log === void 0 ? void 0 : _configs$facebook_log.value) && (configs === null || configs === void 0 || (_configs$facebook_id = configs.facebook_id) === null || _configs$facebook_id === void 0 ? void 0 : _configs$facebook_id.value) && /*#__PURE__*/_react.default.createElement(_FacebookLogin.FacebookLoginButton, {
351
+ appId: configs === null || configs === void 0 || (_configs$facebook_id2 = configs.facebook_id) === null || _configs$facebook_id2 === void 0 ? void 0 : _configs$facebook_id2.value,
352
352
  handleSuccessFacebookLogin: handleSuccessFacebook
353
353
  })) : /*#__PURE__*/_react.default.createElement(_styles.SkeletonSocialWrapper, null, /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
354
354
  height: 43
@@ -18,7 +18,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
18
18
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
19
19
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
20
20
  var SingleProductCard = function SingleProductCard(props) {
21
- var _orderState$carts, _cart$products, _cart$products2, _props$beforeElements, _props$beforeComponen, _theme$images, _theme$images$dummies, _props$afterComponent, _props$afterElements;
21
+ var _orderState$carts, _cart$products, _cart$products2, _props$beforeElements, _props$beforeComponen, _theme$images, _props$afterComponent, _props$afterElements;
22
22
  var businessId = props.businessId,
23
23
  product = props.product,
24
24
  isSoldOut = props.isSoldOut,
@@ -43,12 +43,12 @@ var SingleProductCard = function SingleProductCard(props) {
43
43
  var editMode = typeof (product === null || product === void 0 ? void 0 : product.code) !== 'undefined';
44
44
  var removeToBalance = editMode ? product === null || product === void 0 ? void 0 : product.quantity : 0;
45
45
  var cart = (_orderState$carts = orderState.carts) === null || _orderState$carts === void 0 ? void 0 : _orderState$carts["businessId:".concat(businessId)];
46
- var productCart = cart === null || cart === void 0 ? void 0 : (_cart$products = cart.products) === null || _cart$products === void 0 ? void 0 : _cart$products.find(function (prod) {
46
+ var productCart = cart === null || cart === void 0 || (_cart$products = cart.products) === null || _cart$products === void 0 ? void 0 : _cart$products.find(function (prod) {
47
47
  return prod.id === (product === null || product === void 0 ? void 0 : product.id);
48
48
  });
49
49
  var totalBalance = ((productCart === null || productCart === void 0 ? void 0 : productCart.quantity) || 0) - removeToBalance;
50
50
  var maxCartProductConfig = (stateConfig.configs.max_product_amount ? parseInt(stateConfig.configs.max_product_amount) : 100) - totalBalance;
51
- var productBalance = ((cart === null || cart === void 0 ? void 0 : (_cart$products2 = cart.products) === null || _cart$products2 === void 0 ? void 0 : _cart$products2.reduce(function (sum, _product) {
51
+ var productBalance = ((cart === null || cart === void 0 || (_cart$products2 = cart.products) === null || _cart$products2 === void 0 ? void 0 : _cart$products2.reduce(function (sum, _product) {
52
52
  return sum + (product && _product.id === (product === null || product === void 0 ? void 0 : product.id) ? _product.quantity : 0);
53
53
  }, 0)) || 0) - removeToBalance;
54
54
  var maxCartProductInventory = (product !== null && product !== void 0 && product.inventoried ? product === null || product === void 0 ? void 0 : product.quantity : undefined) - productBalance;
@@ -79,7 +79,7 @@ var SingleProductCard = function SingleProductCard(props) {
79
79
  })), !isSkeleton ? /*#__PURE__*/_react.default.createElement(_styles.WrapLogo, null, /*#__PURE__*/_react.default.createElement(_styles.CardLogo, {
80
80
  className: "image",
81
81
  soldOut: isSoldOut || maxProductQuantity <= 0,
82
- bgimage: optimizeImage((product === null || product === void 0 ? void 0 : product.images) || ((_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$dummies = _theme$images.dummies) === null || _theme$images$dummies === void 0 ? void 0 : _theme$images$dummies.product), 'h_200,c_limit')
82
+ bgimage: optimizeImage((product === null || product === void 0 ? void 0 : product.images) || ((_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.dummies) === null || _theme$images === void 0 ? void 0 : _theme$images.product), 'h_200,c_limit')
83
83
  })) : /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
84
84
  height: 100,
85
85
  width: 100
@@ -22,7 +22,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
22
22
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
23
23
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
24
24
  var SpecificBusiness = function SpecificBusiness(props) {
25
- var _theme$images, _theme$images$dummies, _business$today, _business$today$lapse, _business$today$lapse2, _business$today2, _business$today2$laps, _business$today2$laps2, _business$today3, _business$today3$laps, _business$today3$laps2, _business$today4, _business$today4$laps, _business$today4$laps2;
25
+ var _theme$images, _business$today, _business$today2, _business$today3, _business$today4;
26
26
  var business = props.business;
27
27
  var _useLanguage = (0, _orderingComponentsExternal.useLanguage)(),
28
28
  _useLanguage2 = _slicedToArray(_useLanguage, 2),
@@ -32,10 +32,10 @@ var SpecificBusiness = function SpecificBusiness(props) {
32
32
  optimizeImage = _useUtils2[0].optimizeImage;
33
33
  var theme = (0, _styledComponents.useTheme)();
34
34
  return /*#__PURE__*/_react.default.createElement(_styles.Container, null, /*#__PURE__*/_react.default.createElement(_styles.Header, null, /*#__PURE__*/_react.default.createElement(_styles.WrapperBusinessLogo, null, /*#__PURE__*/_react.default.createElement(_styles.BusinessLogo, {
35
- bgimage: optimizeImage((business === null || business === void 0 ? void 0 : business.logo) || ((_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$dummies = _theme$images.dummies) === null || _theme$images$dummies === void 0 ? void 0 : _theme$images$dummies.businessLogo), 'h_200,c_limit')
35
+ bgimage: optimizeImage((business === null || business === void 0 ? void 0 : business.logo) || ((_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.dummies) === null || _theme$images === void 0 ? void 0 : _theme$images.businessLogo), 'h_200,c_limit')
36
36
  })), /*#__PURE__*/_react.default.createElement("h1", null, business === null || business === void 0 ? void 0 : business.name)), /*#__PURE__*/_react.default.createElement(_styles.BuisinessInfo, null, /*#__PURE__*/_react.default.createElement(_styles.InfoBlock, null, /*#__PURE__*/_react.default.createElement(_HiLocationMarker.default, null), /*#__PURE__*/_react.default.createElement("span", null, business === null || business === void 0 ? void 0 : business.address))), /*#__PURE__*/_react.default.createElement(_styles.InfoBlock, null, /*#__PURE__*/_react.default.createElement(_MdcClockTimeThree.default, null), /*#__PURE__*/_react.default.createElement("span", {
37
37
  className: "open"
38
- }, t('OPEN', 'Open')), /*#__PURE__*/_react.default.createElement("span", null, (0, _utils.getHourMin)(business === null || business === void 0 ? void 0 : (_business$today = business.today) === null || _business$today === void 0 ? void 0 : (_business$today$lapse = _business$today.lapses[0]) === null || _business$today$lapse === void 0 ? void 0 : (_business$today$lapse2 = _business$today$lapse.open) === null || _business$today$lapse2 === void 0 ? void 0 : _business$today$lapse2.hour, business === null || business === void 0 ? void 0 : (_business$today2 = business.today) === null || _business$today2 === void 0 ? void 0 : (_business$today2$laps = _business$today2.lapses[0]) === null || _business$today2$laps === void 0 ? void 0 : (_business$today2$laps2 = _business$today2$laps.open) === null || _business$today2$laps2 === void 0 ? void 0 : _business$today2$laps2.minute)), /*#__PURE__*/_react.default.createElement("span", null, "-"), /*#__PURE__*/_react.default.createElement("span", null, (0, _utils.getHourMin)(business === null || business === void 0 ? void 0 : (_business$today3 = business.today) === null || _business$today3 === void 0 ? void 0 : (_business$today3$laps = _business$today3.lapses[0]) === null || _business$today3$laps === void 0 ? void 0 : (_business$today3$laps2 = _business$today3$laps.close) === null || _business$today3$laps2 === void 0 ? void 0 : _business$today3$laps2.hour, business === null || business === void 0 ? void 0 : (_business$today4 = business.today) === null || _business$today4 === void 0 ? void 0 : (_business$today4$laps = _business$today4.lapses[0]) === null || _business$today4$laps === void 0 ? void 0 : (_business$today4$laps2 = _business$today4$laps.close) === null || _business$today4$laps2 === void 0 ? void 0 : _business$today4$laps2.minute))), /*#__PURE__*/_react.default.createElement(_styles.InfoBlock, null, /*#__PURE__*/_react.default.createElement(_MdcSilverwareForkKnife.default, null), /*#__PURE__*/_react.default.createElement("span", null, t('MENU', 'Menu')), /*#__PURE__*/_react.default.createElement(_EnDotSingle.default, null), business === null || business === void 0 ? void 0 : business.menus.map(function (menu) {
38
+ }, t('OPEN', 'Open')), /*#__PURE__*/_react.default.createElement("span", null, (0, _utils.getHourMin)(business === null || business === void 0 || (_business$today = business.today) === null || _business$today === void 0 || (_business$today = _business$today.lapses[0]) === null || _business$today === void 0 || (_business$today = _business$today.open) === null || _business$today === void 0 ? void 0 : _business$today.hour, business === null || business === void 0 || (_business$today2 = business.today) === null || _business$today2 === void 0 || (_business$today2 = _business$today2.lapses[0]) === null || _business$today2 === void 0 || (_business$today2 = _business$today2.open) === null || _business$today2 === void 0 ? void 0 : _business$today2.minute)), /*#__PURE__*/_react.default.createElement("span", null, "-"), /*#__PURE__*/_react.default.createElement("span", null, (0, _utils.getHourMin)(business === null || business === void 0 || (_business$today3 = business.today) === null || _business$today3 === void 0 || (_business$today3 = _business$today3.lapses[0]) === null || _business$today3 === void 0 || (_business$today3 = _business$today3.close) === null || _business$today3 === void 0 ? void 0 : _business$today3.hour, business === null || business === void 0 || (_business$today4 = business.today) === null || _business$today4 === void 0 || (_business$today4 = _business$today4.lapses[0]) === null || _business$today4 === void 0 || (_business$today4 = _business$today4.close) === null || _business$today4 === void 0 ? void 0 : _business$today4.minute))), /*#__PURE__*/_react.default.createElement(_styles.InfoBlock, null, /*#__PURE__*/_react.default.createElement(_MdcSilverwareForkKnife.default, null), /*#__PURE__*/_react.default.createElement("span", null, t('MENU', 'Menu')), /*#__PURE__*/_react.default.createElement(_EnDotSingle.default, null), business === null || business === void 0 ? void 0 : business.menus.map(function (menu) {
39
39
  return /*#__PURE__*/_react.default.createElement("span", {
40
40
  key: menu.id
41
41
  }, menu === null || menu === void 0 ? void 0 : menu.name, ",");
@@ -31,7 +31,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
31
31
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
32
32
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
33
33
  var UserFormDetailsUI = function UserFormDetailsUI(props) {
34
- var _validationFields$fie, _validationFields$fie2, _validationFields$fie3, _validationFields$fie4, _props$beforeElements, _props$beforeComponen, _props$beforeMidEleme, _props$beforeMidCompo, _validationFields$fie11, _props$afterMidElemen, _props$afterMidCompon, _props$afterComponent, _props$afterElements;
34
+ var _validationFields$fie, _validationFields$fie2, _props$beforeElements, _props$beforeComponen, _props$beforeMidEleme, _props$beforeMidCompo, _validationFields$fie5, _props$afterMidElemen, _props$afterMidCompon, _props$afterComponent, _props$afterElements;
35
35
  var isEdit = props.isEdit,
36
36
  formState = props.formState,
37
37
  onCancel = props.onCancel,
@@ -83,7 +83,7 @@ var UserFormDetailsUI = function UserFormDetailsUI(props) {
83
83
  }
84
84
  });
85
85
  };
86
- var showInputPhoneNumber = (_validationFields$fie = validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie2 = validationFields.fields) === null || _validationFields$fie2 === void 0 ? void 0 : (_validationFields$fie3 = _validationFields$fie2.checkout) === null || _validationFields$fie3 === void 0 ? void 0 : (_validationFields$fie4 = _validationFields$fie3.cellphone) === null || _validationFields$fie4 === void 0 ? void 0 : _validationFields$fie4.enabled) !== null && _validationFields$fie !== void 0 ? _validationFields$fie : false;
86
+ var showInputPhoneNumber = (_validationFields$fie = validationFields === null || validationFields === void 0 || (_validationFields$fie2 = validationFields.fields) === null || _validationFields$fie2 === void 0 || (_validationFields$fie2 = _validationFields$fie2.checkout) === null || _validationFields$fie2 === void 0 || (_validationFields$fie2 = _validationFields$fie2.cellphone) === null || _validationFields$fie2 === void 0 ? void 0 : _validationFields$fie2.enabled) !== null && _validationFields$fie !== void 0 ? _validationFields$fie : false;
87
87
  var setUserCellPhone = function setUserCellPhone() {
88
88
  var isEdit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
89
89
  if (userPhoneNumber && !userPhoneNumber.includes('null') && !isEdit) {
@@ -110,9 +110,9 @@ var UserFormDetailsUI = function UserFormDetailsUI(props) {
110
110
  setUserPhoneNumber((user === null || user === void 0 ? void 0 : user.cellphone) || '');
111
111
  };
112
112
  var onSubmit = function onSubmit() {
113
- var _validationFields$fie5, _validationFields$fie6, _validationFields$fie7, _validationFields$fie8, _validationFields$fie9, _validationFields$fie10;
113
+ var _validationFields$fie3, _validationFields$fie4;
114
114
  var isPhoneNumberValid = userPhoneNumber ? isValidPhoneNumber : true;
115
- if (!userPhoneNumber && validationFields !== null && validationFields !== void 0 && (_validationFields$fie5 = validationFields.fields) !== null && _validationFields$fie5 !== void 0 && (_validationFields$fie6 = _validationFields$fie5.checkout) !== null && _validationFields$fie6 !== void 0 && (_validationFields$fie7 = _validationFields$fie6.cellphone) !== null && _validationFields$fie7 !== void 0 && _validationFields$fie7.required && validationFields !== null && validationFields !== void 0 && (_validationFields$fie8 = validationFields.fields) !== null && _validationFields$fie8 !== void 0 && (_validationFields$fie9 = _validationFields$fie8.checkout) !== null && _validationFields$fie9 !== void 0 && (_validationFields$fie10 = _validationFields$fie9.cellphone) !== null && _validationFields$fie10 !== void 0 && _validationFields$fie10.enabled) {
115
+ if (!userPhoneNumber && validationFields !== null && validationFields !== void 0 && (_validationFields$fie3 = validationFields.fields) !== null && _validationFields$fie3 !== void 0 && (_validationFields$fie3 = _validationFields$fie3.checkout) !== null && _validationFields$fie3 !== void 0 && (_validationFields$fie3 = _validationFields$fie3.cellphone) !== null && _validationFields$fie3 !== void 0 && _validationFields$fie3.required && validationFields !== null && validationFields !== void 0 && (_validationFields$fie4 = validationFields.fields) !== null && _validationFields$fie4 !== void 0 && (_validationFields$fie4 = _validationFields$fie4.checkout) !== null && _validationFields$fie4 !== void 0 && (_validationFields$fie4 = _validationFields$fie4.cellphone) !== null && _validationFields$fie4 !== void 0 && _validationFields$fie4.enabled) {
116
116
  setAlertState({
117
117
  open: true,
118
118
  content: [t('VALIDATION_ERROR_MOBILE_PHONE_REQUIRED', 'The field Phone Number is required.')]
@@ -227,8 +227,8 @@ var UserFormDetailsUI = function UserFormDetailsUI(props) {
227
227
  }, [user, isEdit]);
228
228
  (0, _react.useEffect)(function () {
229
229
  if (!validationFields.loading && emailInput.current) {
230
- var _formState$result3, _formState$result4, _formState$result4$re, _ref, _formState$changes$em, _formState$changes5;
231
- formMethods.setValue('email', formState !== null && formState !== void 0 && (_formState$result3 = formState.result) !== null && _formState$result3 !== void 0 && _formState$result3.result ? formState === null || formState === void 0 ? void 0 : (_formState$result4 = formState.result) === null || _formState$result4 === void 0 ? void 0 : (_formState$result4$re = _formState$result4.result) === null || _formState$result4$re === void 0 ? void 0 : _formState$result4$re.email : (_ref = (_formState$changes$em = formState === null || formState === void 0 ? void 0 : (_formState$changes5 = formState.changes) === null || _formState$changes5 === void 0 ? void 0 : _formState$changes5.email) !== null && _formState$changes$em !== void 0 ? _formState$changes$em : user && (user === null || user === void 0 ? void 0 : user.email)) !== null && _ref !== void 0 ? _ref : '');
230
+ var _formState$result3, _formState$result4, _ref, _formState$changes$em, _formState$changes5;
231
+ formMethods.setValue('email', formState !== null && formState !== void 0 && (_formState$result3 = formState.result) !== null && _formState$result3 !== void 0 && _formState$result3.result ? formState === null || formState === void 0 || (_formState$result4 = formState.result) === null || _formState$result4 === void 0 || (_formState$result4 = _formState$result4.result) === null || _formState$result4 === void 0 ? void 0 : _formState$result4.email : (_ref = (_formState$changes$em = formState === null || formState === void 0 || (_formState$changes5 = formState.changes) === null || _formState$changes5 === void 0 ? void 0 : _formState$changes5.email) !== null && _formState$changes$em !== void 0 ? _formState$changes$em : user && (user === null || user === void 0 ? void 0 : user.email)) !== null && _ref !== void 0 ? _ref : '');
232
232
  }
233
233
  }, [validationFields, emailInput.current]);
234
234
  (0, _react.useEffect)(function () {
@@ -260,7 +260,7 @@ var UserFormDetailsUI = function UserFormDetailsUI(props) {
260
260
  key: i
261
261
  }, props));
262
262
  }), (0, _utils.sortInputFields)({
263
- values: validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie11 = validationFields.fields) === null || _validationFields$fie11 === void 0 ? void 0 : _validationFields$fie11.checkout
263
+ values: validationFields === null || validationFields === void 0 || (_validationFields$fie5 = validationFields.fields) === null || _validationFields$fie5 === void 0 ? void 0 : _validationFields$fie5.checkout
264
264
  }).map(function (field) {
265
265
  var _formState$result5, _formState$result6, _ref2, _formState$changes$fi, _formState$result7, _formState$result8, _ref3, _formState$changes$fi2;
266
266
  return showField && showField(field.code) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
@@ -272,7 +272,7 @@ var UserFormDetailsUI = function UserFormDetailsUI(props) {
272
272
  className: "form",
273
273
  disabled: !isEdit,
274
274
  placeholder: t(field.code.toUpperCase(), field === null || field === void 0 ? void 0 : field.name),
275
- defaultValue: formState !== null && formState !== void 0 && (_formState$result5 = formState.result) !== null && _formState$result5 !== void 0 && _formState$result5.result ? formState === null || formState === void 0 ? void 0 : (_formState$result6 = formState.result) === null || _formState$result6 === void 0 ? void 0 : _formState$result6.result[field.code] : (_ref2 = (_formState$changes$fi = formState === null || formState === void 0 ? void 0 : formState.changes[field.code]) !== null && _formState$changes$fi !== void 0 ? _formState$changes$fi : user && user[field.code]) !== null && _ref2 !== void 0 ? _ref2 : '',
275
+ defaultValue: formState !== null && formState !== void 0 && (_formState$result5 = formState.result) !== null && _formState$result5 !== void 0 && _formState$result5.result ? formState === null || formState === void 0 || (_formState$result6 = formState.result) === null || _formState$result6 === void 0 ? void 0 : _formState$result6.result[field.code] : (_ref2 = (_formState$changes$fi = formState === null || formState === void 0 ? void 0 : formState.changes[field.code]) !== null && _formState$changes$fi !== void 0 ? _formState$changes$fi : user && user[field.code]) !== null && _ref2 !== void 0 ? _ref2 : '',
276
276
  onChange: handleChangeInputEmail,
277
277
  ref: function ref(e) {
278
278
  emailInput.current = e;
@@ -285,7 +285,7 @@ var UserFormDetailsUI = function UserFormDetailsUI(props) {
285
285
  className: "form",
286
286
  disabled: !isEdit,
287
287
  placeholder: t(field.code.toUpperCase(), field === null || field === void 0 ? void 0 : field.name),
288
- defaultValue: formState !== null && formState !== void 0 && (_formState$result7 = formState.result) !== null && _formState$result7 !== void 0 && _formState$result7.result ? formState === null || formState === void 0 ? void 0 : (_formState$result8 = formState.result) === null || _formState$result8 === void 0 ? void 0 : _formState$result8.result[field.code] : (_ref3 = (_formState$changes$fi2 = formState === null || formState === void 0 ? void 0 : formState.changes[field.code]) !== null && _formState$changes$fi2 !== void 0 ? _formState$changes$fi2 : user && user[field.code]) !== null && _ref3 !== void 0 ? _ref3 : '',
288
+ defaultValue: formState !== null && formState !== void 0 && (_formState$result7 = formState.result) !== null && _formState$result7 !== void 0 && _formState$result7.result ? formState === null || formState === void 0 || (_formState$result8 = formState.result) === null || _formState$result8 === void 0 ? void 0 : _formState$result8.result[field.code] : (_ref3 = (_formState$changes$fi2 = formState === null || formState === void 0 ? void 0 : formState.changes[field.code]) !== null && _formState$changes$fi2 !== void 0 ? _formState$changes$fi2 : user && user[field.code]) !== null && _ref3 !== void 0 ? _ref3 : '',
289
289
  onChange: handleChangeInput,
290
290
  ref: formMethods.register({
291
291
  required: isRequiredField(field.code) ? t("VALIDATION_ERROR_".concat(field.code.toUpperCase(), "_REQUIRED"), "".concat(field === null || field === void 0 ? void 0 : field.name, " is required")).replace('_attribute_', t(field === null || field === void 0 ? void 0 : field.name, field.code)) : null
@@ -69,7 +69,7 @@ var optionsDefault = [{
69
69
  pathname: '/help'
70
70
  }];
71
71
  var UserPopover = function UserPopover(props) {
72
- var _props$beforeElements, _props$beforeComponen, _sessionState$user, _sessionState$user2, _sessionState$user3, _theme$images, _theme$images$logos, _theme$images2, _theme$images2$genera, _theme$images3, _theme$images3$genera, _props$afterComponent, _props$afterElements;
72
+ var _props$beforeElements, _props$beforeComponen, _sessionState$user, _sessionState$user2, _sessionState$user3, _theme$images, _theme$images2, _theme$images3, _props$afterComponent, _props$afterElements;
73
73
  var open = props.open,
74
74
  isHome = props.isHome,
75
75
  optionsList = props.optionsList,
@@ -159,14 +159,14 @@ var UserPopover = function UserPopover(props) {
159
159
  key: i
160
160
  }, props));
161
161
  }), /*#__PURE__*/_react.default.createElement(_styles.HeaderItem, {
162
- isPhoto: sessionState === null || sessionState === void 0 ? void 0 : (_sessionState$user = sessionState.user) === null || _sessionState$user === void 0 ? void 0 : _sessionState$user.photo,
162
+ isPhoto: sessionState === null || sessionState === void 0 || (_sessionState$user = sessionState.user) === null || _sessionState$user === void 0 ? void 0 : _sessionState$user.photo,
163
163
  isHome: isHome,
164
164
  ref: referenceElement,
165
165
  onClick: props.onClick
166
166
  }, /*#__PURE__*/_react.default.createElement(_style.DropDownCircleImage, {
167
- src: sessionState === null || sessionState === void 0 ? void 0 : (_sessionState$user2 = sessionState.user) === null || _sessionState$user2 === void 0 ? void 0 : _sessionState$user2.photo,
167
+ src: sessionState === null || sessionState === void 0 || (_sessionState$user2 = sessionState.user) === null || _sessionState$user2 === void 0 ? void 0 : _sessionState$user2.photo,
168
168
  fallback: /*#__PURE__*/_react.default.createElement(_FaUserAlt.default, null)
169
- }), /*#__PURE__*/_react.default.createElement("span", null, sessionState === null || sessionState === void 0 ? void 0 : (_sessionState$user3 = sessionState.user) === null || _sessionState$user3 === void 0 ? void 0 : _sessionState$user3.name)), /*#__PURE__*/_react.default.createElement(_styles.PopoverBody, _extends({
169
+ }), /*#__PURE__*/_react.default.createElement("span", null, sessionState === null || sessionState === void 0 || (_sessionState$user3 = sessionState.user) === null || _sessionState$user3 === void 0 ? void 0 : _sessionState$user3.name)), /*#__PURE__*/_react.default.createElement(_styles.PopoverBody, _extends({
170
170
  ref: popperElement,
171
171
  style: popStyle
172
172
  }, attributes.popper), /*#__PURE__*/_react.default.createElement(_styles.PopoverList, null, options && options.length > 0 && options.map(function (option) {
@@ -183,7 +183,7 @@ var UserPopover = function UserPopover(props) {
183
183
  onClose: props.onClose
184
184
  }), /*#__PURE__*/_react.default.createElement(_styles.DownloadAppContainer, null, /*#__PURE__*/_react.default.createElement(_styles.DownloadAppInnerContainer, null, /*#__PURE__*/_react.default.createElement(_styles.LogoWrapper, null, /*#__PURE__*/_react.default.createElement("img", {
185
185
  alt: "Logotype Invert",
186
- src: theme === null || theme === void 0 ? void 0 : (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$logos = _theme$images.logos) === null || _theme$images$logos === void 0 ? void 0 : _theme$images$logos.logotype,
186
+ src: theme === null || theme === void 0 || (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.logos) === null || _theme$images === void 0 ? void 0 : _theme$images.logotype,
187
187
  loading: "lazy"
188
188
  })), /*#__PURE__*/_react.default.createElement(_styles.AppLinkWrapper, null, /*#__PURE__*/_react.default.createElement(_styles.DownloadAppLink, {
189
189
  target: "_blank",
@@ -192,7 +192,7 @@ var UserPopover = function UserPopover(props) {
192
192
  "aria-label": "GooglePlay"
193
193
  }, /*#__PURE__*/_react.default.createElement("img", {
194
194
  alt: "Google play",
195
- src: theme === null || theme === void 0 ? void 0 : (_theme$images2 = theme.images) === null || _theme$images2 === void 0 ? void 0 : (_theme$images2$genera = _theme$images2.general) === null || _theme$images2$genera === void 0 ? void 0 : _theme$images2$genera.googlePlay,
195
+ src: theme === null || theme === void 0 || (_theme$images2 = theme.images) === null || _theme$images2 === void 0 || (_theme$images2 = _theme$images2.general) === null || _theme$images2 === void 0 ? void 0 : _theme$images2.googlePlay,
196
196
  loading: "lazy"
197
197
  })), /*#__PURE__*/_react.default.createElement(_styles.DownloadAppLink, {
198
198
  target: "_blank",
@@ -201,7 +201,7 @@ var UserPopover = function UserPopover(props) {
201
201
  "aria-label": "AppStore"
202
202
  }, /*#__PURE__*/_react.default.createElement("img", {
203
203
  alt: "App store",
204
- src: theme === null || theme === void 0 ? void 0 : (_theme$images3 = theme.images) === null || _theme$images3 === void 0 ? void 0 : (_theme$images3$genera = _theme$images3.general) === null || _theme$images3$genera === void 0 ? void 0 : _theme$images3$genera.appStore,
204
+ src: theme === null || theme === void 0 || (_theme$images3 = theme.images) === null || _theme$images3 === void 0 || (_theme$images3 = _theme$images3.general) === null || _theme$images3 === void 0 ? void 0 : _theme$images3.appStore,
205
205
  loading: "lazy"
206
206
  })))))), /*#__PURE__*/_react.default.createElement(_styles.PopoverArrow, {
207
207
  key: "arrow",
@@ -38,7 +38,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
38
38
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
39
39
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
40
40
  var UserProfileUI = function UserProfileUI(props) {
41
- var _formState$changes2, _theme$images, _theme$images$general;
41
+ var _formState$changes2, _theme$images;
42
42
  var userData = props.userData,
43
43
  formState = props.formState,
44
44
  handleButtonUpdateClick = props.handleButtonUpdateClick,
@@ -131,7 +131,7 @@ var UserProfileUI = function UserProfileUI(props) {
131
131
  return setOpenEditModal(true);
132
132
  }
133
133
  }, /*#__PURE__*/_react.default.createElement(_BisPencil.default, null))), /*#__PURE__*/_react.default.createElement(_styles.ProfileItem, null, /*#__PURE__*/_react.default.createElement(_HiOutlineMail.default, null), /*#__PURE__*/_react.default.createElement("p", null, /*#__PURE__*/_react.default.createElement("span", null, t('EMAIL', 'Email')), /*#__PURE__*/_react.default.createElement("span", null, (userData === null || userData === void 0 ? void 0 : userData.email) || user.email))), ((userData === null || userData === void 0 ? void 0 : userData.cellphone) || (user === null || user === void 0 ? void 0 : user.cellphone)) && /*#__PURE__*/_react.default.createElement(_styles.ProfileItem, null, /*#__PURE__*/_react.default.createElement(_BiPhone.default, null), /*#__PURE__*/_react.default.createElement("p", null, /*#__PURE__*/_react.default.createElement("span", null, t('PHONE', 'Phone')), /*#__PURE__*/_react.default.createElement("span", null, ((userData === null || userData === void 0 ? void 0 : userData.country_phone_code) || (user === null || user === void 0 ? void 0 : user.country_phone_code)) && "+".concat((userData === null || userData === void 0 ? void 0 : userData.country_phone_code) || (user === null || user === void 0 ? void 0 : user.country_phone_code), " "), (userData === null || userData === void 0 ? void 0 : userData.cellphone) || (user === null || user === void 0 ? void 0 : user.cellphone)))), ((userData === null || userData === void 0 ? void 0 : userData.birthdate) || (user === null || user === void 0 ? void 0 : user.birthdate)) && /*#__PURE__*/_react.default.createElement(_styles.ProfileItem, null, /*#__PURE__*/_react.default.createElement(_VscCalendar.default, null), /*#__PURE__*/_react.default.createElement("p", null, /*#__PURE__*/_react.default.createElement("span", null, t('BIRTHDATE', 'Birthdate')), /*#__PURE__*/_react.default.createElement("span", null, (userData === null || userData === void 0 ? void 0 : userData.birthdate) || (user === null || user === void 0 ? void 0 : user.birthdate))))) : /*#__PURE__*/_react.default.createElement(_styles.GuestProfileContainer, null, /*#__PURE__*/_react.default.createElement("h1", null, t('WOW_GUEST_USER_PROFILE_TITLE', 'What are you waiting for to enjoy all the benefits that Wow + has for you?')), /*#__PURE__*/_react.default.createElement("img", {
134
- src: theme === null || theme === void 0 ? void 0 : (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$general = _theme$images.general) === null || _theme$images$general === void 0 ? void 0 : _theme$images$general.guestUser,
134
+ src: theme === null || theme === void 0 || (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.general) === null || _theme$images === void 0 ? void 0 : _theme$images.guestUser,
135
135
  alt: "guest user"
136
136
  })))), auth && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, selectedItem === 'savedAddress' && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, ((userData === null || userData === void 0 ? void 0 : userData.addresses) || (user === null || user === void 0 ? void 0 : user.addresses)) && !isHiddenAddress && /*#__PURE__*/_react.default.createElement(_styles.SavedPlaces, null, /*#__PURE__*/_react.default.createElement("p", null, t('YOUR_ADDRESSES', 'Your addresses')), /*#__PURE__*/_react.default.createElement(_AddressList.AddressList, {
137
137
  isModal: true,
@@ -24,7 +24,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
24
24
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
25
25
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
26
26
  var UserProfileDropDown = function UserProfileDropDown(props) {
27
- var _theme$images, _theme$images$general;
27
+ var _theme$images;
28
28
  var auth = props.auth,
29
29
  selectedItem = props.selectedItem,
30
30
  handleChangeItem = props.handleChangeItem;
@@ -52,7 +52,7 @@ var UserProfileDropDown = function UserProfileDropDown(props) {
52
52
  return handleChangeItem('myProfile');
53
53
  }
54
54
  }, /*#__PURE__*/_react.default.createElement(_styles.IconWrap, null, /*#__PURE__*/_react.default.createElement(_BisUser.default, null)), /*#__PURE__*/_react.default.createElement("span", null, t('MY_PROFILE', 'My profile'))), /*#__PURE__*/_react.default.createElement(_styles.Item, null, /*#__PURE__*/_react.default.createElement(_styles.IconWrap, null, /*#__PURE__*/_react.default.createElement(_RiBankCardFill.default, null)), /*#__PURE__*/_react.default.createElement("span", null, t('PAYMENT_METHODS', 'Payment Methods'))), /*#__PURE__*/_react.default.createElement(_styles.Item, null, /*#__PURE__*/_react.default.createElement(_styles.IconWrap, null, /*#__PURE__*/_react.default.createElement("img", {
55
- src: (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$general = _theme$images.general) === null || _theme$images$general === void 0 ? void 0 : _theme$images$general.wowCard,
55
+ src: (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.general) === null || _theme$images === void 0 ? void 0 : _theme$images.wowCard,
56
56
  alt: "wow-card"
57
57
  })), /*#__PURE__*/_react.default.createElement("span", null, t('ADD_WOW_CARD', 'Add Wow card'))), /*#__PURE__*/_react.default.createElement(_styles.Item, {
58
58
  active: selectedItem === 'savedAddress',