ordering-ui-external 10.3.0 → 10.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (812) hide show
  1. package/_bundles/{7.ordering-ui.e758aec40c3bf292cadb.js → 7.ordering-ui.c9614f5ee3d14727dd90.js} +1 -1
  2. package/_bundles/ordering-ui.c9614f5ee3d14727dd90.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 +2 -2
  310. package/_modules/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +1 -1
  311. package/_modules/themes/five/src/components/Header/index.js +43 -43
  312. package/_modules/themes/five/src/components/Header/layouts/Kiosk/index.js +7 -7
  313. package/_modules/themes/five/src/components/Header/styles.js +14 -14
  314. package/_modules/themes/five/src/components/HeaderOption/index.js +3 -3
  315. package/_modules/themes/five/src/components/HighestRated/index.js +7 -7
  316. package/_modules/themes/five/src/components/HomeHero/index.js +5 -5
  317. package/_modules/themes/five/src/components/HomeHero/layouts/KioskHomeHero/index.js +5 -5
  318. package/_modules/themes/five/src/components/HomeHero/layouts/OriginalHomeHero/index.js +25 -25
  319. package/_modules/themes/five/src/components/HomeHero/layouts/RedHomeHero/index.js +16 -16
  320. package/_modules/themes/five/src/components/HomeHero/layouts/StarbucksHomeHero/index.js +3 -3
  321. package/_modules/themes/five/src/components/HomeHero/layouts/StarbucksHomeHero/styles.js +4 -4
  322. package/_modules/themes/five/src/components/HorizontalOrdersLayout/index.js +1 -1
  323. package/_modules/themes/five/src/components/InputPhoneNumber/index.js +2 -2
  324. package/_modules/themes/five/src/components/LanguageSelector/index.js +1 -1
  325. package/_modules/themes/five/src/components/LastOrders/index.js +7 -7
  326. package/_modules/themes/five/src/components/LoginForm/index.js +27 -27
  327. package/_modules/themes/five/src/components/LogoutPopup/index.js +2 -2
  328. package/_modules/themes/five/src/components/Messages/MapMessages.js +2 -2
  329. package/_modules/themes/five/src/components/Messages/index.js +6 -6
  330. package/_modules/themes/five/src/components/MessagesListing/index.js +6 -6
  331. package/_modules/themes/five/src/components/Modal/styles.js +1 -1
  332. package/_modules/themes/five/src/components/MomentContent/index.js +4 -4
  333. package/_modules/themes/five/src/components/MomentControl/Layouts/CustomLayout/index.js +1 -1
  334. package/_modules/themes/five/src/components/MomentControl/index.js +7 -7
  335. package/_modules/themes/five/src/components/MomentControl/styles.js +2 -2
  336. package/_modules/themes/five/src/components/MultiCartsPaymethodsAndWallets/index.js +15 -15
  337. package/_modules/themes/five/src/components/MultiCheckout/index.js +41 -41
  338. package/_modules/themes/five/src/components/MultiOrdersDetails/SingleOrderCard.js +8 -8
  339. package/_modules/themes/five/src/components/MultiOrdersDetails/index.js +5 -5
  340. package/_modules/themes/five/src/components/MultiOrdersDetails/styles.js +2 -2
  341. package/_modules/themes/five/src/components/MyOrders/index.js +4 -4
  342. package/_modules/themes/five/src/components/NavigationBar/index.js +6 -6
  343. package/_modules/themes/five/src/components/NotNetworkConnectivity/index.js +2 -2
  344. package/_modules/themes/five/src/components/OrderContextUI/index.js +9 -9
  345. package/_modules/themes/five/src/components/OrderDetails/ActionsSection.js +2 -2
  346. package/_modules/themes/five/src/components/OrderDetails/OrderActionsSection.js +1 -1
  347. package/_modules/themes/five/src/components/OrderDetails/OrderBillSection.js +36 -36
  348. package/_modules/themes/five/src/components/OrderDetails/OrderEta.js +1 -1
  349. package/_modules/themes/five/src/components/OrderDetails/OrderHeaderInfoSection.js +1 -1
  350. package/_modules/themes/five/src/components/OrderDetails/OrderHistory.js +2 -2
  351. package/_modules/themes/five/src/components/OrderDetails/OrderPreferencesSections.js +1 -1
  352. package/_modules/themes/five/src/components/OrderDetails/index.js +67 -67
  353. package/_modules/themes/five/src/components/OrderDetails/layouts/Kiosk/index.js +42 -42
  354. package/_modules/themes/five/src/components/OrderDetails/styles.js +2 -2
  355. package/_modules/themes/five/src/components/OrderItAgain/styles.js +2 -2
  356. package/_modules/themes/five/src/components/OrderProgress/index.js +8 -8
  357. package/_modules/themes/five/src/components/OrderTypeSelectorContent/index.js +22 -22
  358. package/_modules/themes/five/src/components/OrderTypeSelectorContent/layouts/Kiosk/index.js +7 -7
  359. package/_modules/themes/five/src/components/OrderTypeSelectorHeader/index.js +1 -1
  360. package/_modules/themes/five/src/components/OrdersOption/PreviousBusinessOrdered/index.js +5 -5
  361. package/_modules/themes/five/src/components/OrdersOption/PreviousProductsOrdered/index.js +4 -4
  362. package/_modules/themes/five/src/components/OrdersOption/index.js +13 -13
  363. package/_modules/themes/five/src/components/PageBanner/index.js +5 -5
  364. package/_modules/themes/five/src/components/PaymentOptionCard/index.js +1 -1
  365. package/_modules/themes/five/src/components/PaymentOptionCash/index.js +2 -2
  366. package/_modules/themes/five/src/components/PaymentOptionStripe/index.js +8 -8
  367. package/_modules/themes/five/src/components/PaymentOptionStripe/styles.js +1 -1
  368. package/_modules/themes/five/src/components/PaymentOptionWallet/index.js +3 -3
  369. package/_modules/themes/five/src/components/PaymentOptions/index.js +35 -35
  370. package/_modules/themes/five/src/components/PhoneAutocomplete/index.js +12 -12
  371. package/_modules/themes/five/src/components/PhoneAutocomplete/styles.js +6 -6
  372. package/_modules/themes/five/src/components/PlaceSpot/index.js +14 -14
  373. package/_modules/themes/five/src/components/ProductForm/index.js +34 -34
  374. package/_modules/themes/five/src/components/ProductForm/styles.js +18 -18
  375. package/_modules/themes/five/src/components/ProductItemAccordion/index.js +8 -8
  376. package/_modules/themes/five/src/components/ProductOption/styles.js +2 -2
  377. package/_modules/themes/five/src/components/ProductOptionSubOption/index.js +2 -2
  378. package/_modules/themes/five/src/components/ProductShare/ProductCopyURL.js +2 -2
  379. package/_modules/themes/five/src/components/ProfessionalBusinessFilter/index.js +1 -1
  380. package/_modules/themes/five/src/components/ProfessionalInfo/index.js +4 -4
  381. package/_modules/themes/five/src/components/Promotions/index.js +6 -6
  382. package/_modules/themes/five/src/components/RenderProductsLayout/index.js +32 -32
  383. package/_modules/themes/five/src/components/ResetPassword/index.js +8 -8
  384. package/_modules/themes/five/src/components/ReviewDriver/index.js +4 -4
  385. package/_modules/themes/five/src/components/ReviewOrder/index.js +7 -7
  386. package/_modules/themes/five/src/components/ReviewProduct/index.js +4 -4
  387. package/_modules/themes/five/src/components/ReviewProfessional/index.js +5 -5
  388. package/_modules/themes/five/src/components/ReviewTrigger/index.js +5 -5
  389. package/_modules/themes/five/src/components/ScheduleAccordion/index.js +1 -1
  390. package/_modules/themes/five/src/components/ScheduleAccordion/styles.js +2 -2
  391. package/_modules/themes/five/src/components/SearchBar/index.js +2 -2
  392. package/_modules/themes/five/src/components/SearchBar/styles.js +6 -6
  393. package/_modules/themes/five/src/components/SearchProducts/index.js +6 -6
  394. package/_modules/themes/five/src/components/ServiceForm/index.js +40 -34
  395. package/_modules/themes/five/src/components/SidebarMenu/index.js +17 -17
  396. package/_modules/themes/five/src/components/SignUpApproval/index.js +2 -2
  397. package/_modules/themes/five/src/components/SignUpBusiness/layouts/NewSignUpBusiness/index.js +14 -14
  398. package/_modules/themes/five/src/components/SignUpBusiness/layouts/OldSignUpBusiness/index.js +14 -14
  399. package/_modules/themes/five/src/components/SignUpDriver/layouts/NewSignUpDriver/index.js +14 -14
  400. package/_modules/themes/five/src/components/SignUpDriver/layouts/OldSignUpDriver/index.js +14 -14
  401. package/_modules/themes/five/src/components/SignUpForm/index.js +39 -39
  402. package/_modules/themes/five/src/components/SingleOrderCard/index.js +23 -23
  403. package/_modules/themes/five/src/components/SingleProductCard/index.js +2 -2
  404. package/_modules/themes/five/src/components/SingleProductCard/layouts/original/index.js +19 -19
  405. package/_modules/themes/five/src/components/SingleProductCard/layouts/original/styles.js +5 -5
  406. package/_modules/themes/five/src/components/SingleProductCard/layouts/starbucks/index.js +17 -17
  407. package/_modules/themes/five/src/components/SingleProductCard/layouts/starbucks/styles.js +6 -6
  408. package/_modules/themes/five/src/components/SingleProfessionalCard/index.js +1 -1
  409. package/_modules/themes/five/src/components/UpsellingPage/index.js +1 -1
  410. package/_modules/themes/five/src/components/UserDetails/index.js +3 -3
  411. package/_modules/themes/five/src/components/UserFormDetails/index.js +23 -23
  412. package/_modules/themes/five/src/components/UserPopover/index.js +20 -20
  413. package/_modules/themes/five/src/components/UserPopover/styles.js +2 -2
  414. package/_modules/themes/five/src/components/UserProfileForm/ProfileOptions/index.js +2 -2
  415. package/_modules/themes/five/src/components/UserProfileForm/index.js +20 -20
  416. package/_modules/themes/five/src/components/UserVerification/index.js +7 -7
  417. package/_modules/themes/five/src/components/WalletTransactionItem/index.js +3 -3
  418. package/_modules/themes/five/src/components/Wallets/index.js +7 -7
  419. package/_modules/themes/five/src/styles/Buttons/index.js +17 -17
  420. package/_modules/themes/five/src/styles/Inputs/index.js +12 -12
  421. package/_modules/themes/four/src/components/AddressDetails/index.js +7 -7
  422. package/_modules/themes/four/src/components/AddressForm/index.js +31 -31
  423. package/_modules/themes/four/src/components/AddressList/index.js +11 -11
  424. package/_modules/themes/four/src/components/AddressesPopover/index.js +4 -4
  425. package/_modules/themes/four/src/components/AppleLogin/index.js +4 -4
  426. package/_modules/themes/four/src/components/AutoScroll/index.js +4 -4
  427. package/_modules/themes/four/src/components/BusinessBasicInformation/index.js +13 -13
  428. package/_modules/themes/four/src/components/BusinessController/index.js +8 -8
  429. package/_modules/themes/four/src/components/BusinessItemAccordion/index.js +4 -4
  430. package/_modules/themes/four/src/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  431. package/_modules/themes/four/src/components/BusinessProductsList/index.js +1 -1
  432. package/_modules/themes/four/src/components/BusinessProductsList/layouts/groceries/index.js +13 -13
  433. package/_modules/themes/four/src/components/BusinessProductsListing/index.js +12 -12
  434. package/_modules/themes/four/src/components/BusinessesListing/index.js +8 -8
  435. package/_modules/themes/four/src/components/BusinessesListing/styles.js +2 -2
  436. package/_modules/themes/four/src/components/Cart/index.js +14 -14
  437. package/_modules/themes/four/src/components/CartContent/index.js +2 -2
  438. package/_modules/themes/four/src/components/Checkout/index.js +29 -29
  439. package/_modules/themes/four/src/components/DriverTips/index.js +3 -3
  440. package/_modules/themes/four/src/components/ForgotPasswordForm/index.js +3 -3
  441. package/_modules/themes/four/src/components/Header/index.js +26 -26
  442. package/_modules/themes/four/src/components/HeaderOption/index.js +1 -1
  443. package/_modules/themes/four/src/components/HomeHero/index.js +11 -11
  444. package/_modules/themes/four/src/components/HorizontalOrdersLayout/index.js +6 -6
  445. package/_modules/themes/four/src/components/LastOrders/index.js +7 -7
  446. package/_modules/themes/four/src/components/LoginForm/index.js +17 -17
  447. package/_modules/themes/four/src/components/MomentContent/index.js +4 -4
  448. package/_modules/themes/four/src/components/MomentControl/index.js +2 -2
  449. package/_modules/themes/four/src/components/MomentPopover/index.js +2 -2
  450. package/_modules/themes/four/src/components/NotFoundSource/index.js +2 -2
  451. package/_modules/themes/four/src/components/OrderDetails/index.js +57 -57
  452. package/_modules/themes/four/src/components/OrderDetails/styles.js +2 -2
  453. package/_modules/themes/four/src/components/OrdersOption/index.js +26 -26
  454. package/_modules/themes/four/src/components/ProductForm/index.js +16 -16
  455. package/_modules/themes/four/src/components/RenderProductsLayout/index.js +16 -16
  456. package/_modules/themes/four/src/components/SearchBar/styles.js +6 -6
  457. package/_modules/themes/four/src/components/SignUpForm/index.js +21 -21
  458. package/_modules/themes/four/src/components/SingleProductCard/index.js +4 -4
  459. package/_modules/themes/four/src/components/UserFormDetails/index.js +9 -9
  460. package/_modules/themes/four/src/components/UserProfileForm/index.js +3 -3
  461. package/_modules/themes/four/src/components/VerticalOrdersLayout/index.js +3 -3
  462. package/_modules/themes/franchise/src/components/AddressDetails/index.js +4 -4
  463. package/_modules/themes/franchise/src/components/AddressForm/index.js +30 -30
  464. package/_modules/themes/franchise/src/components/AddressList/index.js +11 -11
  465. package/_modules/themes/franchise/src/components/AppleLogin/index.js +4 -4
  466. package/_modules/themes/franchise/src/components/AutoScroll/index.js +4 -4
  467. package/_modules/themes/franchise/src/components/BusinessBasicInformation/index.js +11 -11
  468. package/_modules/themes/franchise/src/components/BusinessController/index.js +8 -8
  469. package/_modules/themes/franchise/src/components/BusinessInformation/index.js +1 -1
  470. package/_modules/themes/franchise/src/components/BusinessItemAccordion/index.js +1 -1
  471. package/_modules/themes/franchise/src/components/BusinessProductsList/index.js +6 -6
  472. package/_modules/themes/franchise/src/components/BusinessProductsListing/index.js +25 -25
  473. package/_modules/themes/franchise/src/components/BusinessReviews/index.js +2 -2
  474. package/_modules/themes/franchise/src/components/BusinessesListing/index.js +15 -15
  475. package/_modules/themes/franchise/src/components/BusinessesListing/styles.js +2 -2
  476. package/_modules/themes/franchise/src/components/BusinessesMap/index.js +3 -3
  477. package/_modules/themes/franchise/src/components/Cart/index.js +10 -10
  478. package/_modules/themes/franchise/src/components/CartContent/index.js +2 -2
  479. package/_modules/themes/franchise/src/components/CartStoresListing/index.js +4 -4
  480. package/_modules/themes/franchise/src/components/Checkout/index.js +21 -21
  481. package/_modules/themes/franchise/src/components/DriverTips/index.js +2 -2
  482. package/_modules/themes/franchise/src/components/ForgotPasswordForm/index.js +2 -2
  483. package/_modules/themes/franchise/src/components/Header/index.js +32 -32
  484. package/_modules/themes/franchise/src/components/HeaderOption/index.js +1 -1
  485. package/_modules/themes/franchise/src/components/HomeHero/index.js +7 -7
  486. package/_modules/themes/franchise/src/components/HorizontalOrdersLayout/index.js +3 -3
  487. package/_modules/themes/franchise/src/components/InputPhoneNumber/index.js +2 -2
  488. package/_modules/themes/franchise/src/components/LastOrders/index.js +7 -7
  489. package/_modules/themes/franchise/src/components/LoginForm/index.js +15 -15
  490. package/_modules/themes/franchise/src/components/Messages/index.js +5 -5
  491. package/_modules/themes/franchise/src/components/MomentContent/index.js +4 -4
  492. package/_modules/themes/franchise/src/components/MomentControl/index.js +2 -2
  493. package/_modules/themes/franchise/src/components/MySavedPlaces/index.js +2 -2
  494. package/_modules/themes/franchise/src/components/OrderDetails/index.js +59 -59
  495. package/_modules/themes/franchise/src/components/OrderDetails/styles.js +2 -2
  496. package/_modules/themes/franchise/src/components/OrderTypeSelectorContent/index.js +7 -7
  497. package/_modules/themes/franchise/src/components/OrderTypeSelectorHeader/index.js +1 -1
  498. package/_modules/themes/franchise/src/components/OrdersOption/index.js +26 -26
  499. package/_modules/themes/franchise/src/components/PaymentOptionCash/index.js +2 -2
  500. package/_modules/themes/franchise/src/components/PaymentOptionStripe/index.js +6 -6
  501. package/_modules/themes/franchise/src/components/PaymentOptions/index.js +19 -19
  502. package/_modules/themes/franchise/src/components/ProductForm/index.js +15 -15
  503. package/_modules/themes/franchise/src/components/SearchBar/index.js +2 -2
  504. package/_modules/themes/franchise/src/components/SearchBar/styles.js +6 -6
  505. package/_modules/themes/franchise/src/components/SidebarMenu/index.js +5 -5
  506. package/_modules/themes/franchise/src/components/SignUpForm/index.js +21 -21
  507. package/_modules/themes/franchise/src/components/SingleProductCard/index.js +10 -10
  508. package/_modules/themes/franchise/src/components/UpsellingPage/index.js +1 -1
  509. package/_modules/themes/franchise/src/components/UserFormDetails/index.js +9 -9
  510. package/_modules/themes/franchise/src/components/UserPopover/index.js +4 -4
  511. package/_modules/themes/franchise/src/components/UserProfileForm/index.js +3 -3
  512. package/_modules/themes/orderAndPay/src/components/AppleLogin/index.js +4 -4
  513. package/_modules/themes/orderAndPay/src/components/AutoScroll/index.js +4 -4
  514. package/_modules/themes/orderAndPay/src/components/BusinessItemAccordion/index.js +1 -1
  515. package/_modules/themes/orderAndPay/src/components/BusinessProductsList/index.js +1 -1
  516. package/_modules/themes/orderAndPay/src/components/BusinessProductsListing/index.js +17 -17
  517. package/_modules/themes/orderAndPay/src/components/BusinessReviews/index.js +2 -2
  518. package/_modules/themes/orderAndPay/src/components/Cart/index.js +9 -9
  519. package/_modules/themes/orderAndPay/src/components/CartContent/index.js +2 -2
  520. package/_modules/themes/orderAndPay/src/components/Checkout/index.js +22 -22
  521. package/_modules/themes/orderAndPay/src/components/DriverTips/index.js +2 -2
  522. package/_modules/themes/orderAndPay/src/components/ForgotPasswordForm/index.js +2 -2
  523. package/_modules/themes/orderAndPay/src/components/InputPhoneNumber/index.js +2 -2
  524. package/_modules/themes/orderAndPay/src/components/LoginForm/index.js +13 -13
  525. package/_modules/themes/orderAndPay/src/components/LogoutButton/index.js +2 -2
  526. package/_modules/themes/orderAndPay/src/components/Messages/index.js +5 -5
  527. package/_modules/themes/orderAndPay/src/components/OrderDetails/index.js +52 -52
  528. package/_modules/themes/orderAndPay/src/components/OrderDetails/styles.js +2 -2
  529. package/_modules/themes/orderAndPay/src/components/OrderTypeSelectorContent/index.js +13 -13
  530. package/_modules/themes/orderAndPay/src/components/OrdersOption/index.js +26 -26
  531. package/_modules/themes/orderAndPay/src/components/PaymentOptionCash/index.js +2 -2
  532. package/_modules/themes/orderAndPay/src/components/PaymentOptions/index.js +22 -22
  533. package/_modules/themes/orderAndPay/src/components/ProductForm/index.js +18 -18
  534. package/_modules/themes/orderAndPay/src/components/ProductItemAccordion/index.js +2 -2
  535. package/_modules/themes/orderAndPay/src/components/ProductOptionSubOption/index.js +2 -2
  536. package/_modules/themes/orderAndPay/src/components/SearchBar/index.js +2 -2
  537. package/_modules/themes/orderAndPay/src/components/SearchBar/styles.js +6 -6
  538. package/_modules/themes/orderAndPay/src/components/SignUpForm/index.js +19 -19
  539. package/_modules/themes/orderAndPay/src/components/SingleProductCard/index.js +4 -4
  540. package/_modules/themes/orderAndPay/src/components/UpsellingPage/index.js +1 -1
  541. package/_modules/themes/orderAndPay/src/components/UserDetails/styles.js +2 -2
  542. package/_modules/themes/orderAndPay/src/components/UserFormDetails/index.js +9 -9
  543. package/_modules/themes/orderAndPay/src/components/UserPopover/index.js +4 -4
  544. package/_modules/themes/orderAndPay/src/components/VerticalOrdersLayout/index.js +3 -3
  545. package/_modules/themes/pwa/src/components/AddressDetails/index.js +2 -2
  546. package/_modules/themes/pwa/src/components/AddressForm/index.js +29 -29
  547. package/_modules/themes/pwa/src/components/AddressList/index.js +11 -11
  548. package/_modules/themes/pwa/src/components/AppleLogin/index.js +4 -4
  549. package/_modules/themes/pwa/src/components/AutoScroll/index.js +2 -2
  550. package/_modules/themes/pwa/src/components/BusinessBasicInformation/index.js +11 -11
  551. package/_modules/themes/pwa/src/components/BusinessController/index.js +11 -11
  552. package/_modules/themes/pwa/src/components/BusinessInformation/index.js +1 -1
  553. package/_modules/themes/pwa/src/components/BusinessProductsList/index.js +1 -1
  554. package/_modules/themes/pwa/src/components/BusinessProductsListing/index.js +28 -28
  555. package/_modules/themes/pwa/src/components/BusinessReviews/index.js +2 -2
  556. package/_modules/themes/pwa/src/components/BusinessesListing/index.js +15 -15
  557. package/_modules/themes/pwa/src/components/BusinessesListing/styles.js +2 -2
  558. package/_modules/themes/pwa/src/components/Cart/index.js +10 -10
  559. package/_modules/themes/pwa/src/components/CartContent/index.js +2 -2
  560. package/_modules/themes/pwa/src/components/Checkout/index.js +20 -20
  561. package/_modules/themes/pwa/src/components/DriverTips/index.js +2 -2
  562. package/_modules/themes/pwa/src/components/ForgotPasswordForm/index.js +2 -2
  563. package/_modules/themes/pwa/src/components/Header/index.js +28 -28
  564. package/_modules/themes/pwa/src/components/HeaderOption/index.js +1 -1
  565. package/_modules/themes/pwa/src/components/HomeHero/index.js +16 -16
  566. package/_modules/themes/pwa/src/components/HorizontalOrdersLayout/index.js +4 -4
  567. package/_modules/themes/pwa/src/components/InputPhoneNumber/index.js +2 -2
  568. package/_modules/themes/pwa/src/components/LastOrders/index.js +7 -7
  569. package/_modules/themes/pwa/src/components/LoginForm/index.js +12 -12
  570. package/_modules/themes/pwa/src/components/Messages/index.js +4 -4
  571. package/_modules/themes/pwa/src/components/MomentContent/index.js +4 -4
  572. package/_modules/themes/pwa/src/components/MomentControl/index.js +2 -2
  573. package/_modules/themes/pwa/src/components/MomentPopover/index.js +2 -2
  574. package/_modules/themes/pwa/src/components/NavigationBar/index.js +1 -1
  575. package/_modules/themes/pwa/src/components/OrderDetails/index.js +58 -58
  576. package/_modules/themes/pwa/src/components/OrderDetails/styles.js +2 -2
  577. package/_modules/themes/pwa/src/components/OrderTypeSelectorContent/index.js +7 -7
  578. package/_modules/themes/pwa/src/components/OrderTypeSelectorHeader/index.js +1 -1
  579. package/_modules/themes/pwa/src/components/OrdersOption/index.js +26 -26
  580. package/_modules/themes/pwa/src/components/PaymentOptionCash/index.js +2 -2
  581. package/_modules/themes/pwa/src/components/PaymentOptionStripe/index.js +6 -6
  582. package/_modules/themes/pwa/src/components/PaymentOptions/index.js +27 -27
  583. package/_modules/themes/pwa/src/components/ProductForm/index.js +15 -15
  584. package/_modules/themes/pwa/src/components/ReviewOrder/index.js +3 -3
  585. package/_modules/themes/pwa/src/components/SearchBar/index.js +2 -2
  586. package/_modules/themes/pwa/src/components/SearchBar/styles.js +6 -6
  587. package/_modules/themes/pwa/src/components/SidebarMenu/index.js +5 -5
  588. package/_modules/themes/pwa/src/components/SignUpForm/index.js +16 -16
  589. package/_modules/themes/pwa/src/components/SingleProductCard/index.js +4 -4
  590. package/_modules/themes/pwa/src/components/UpsellingPage/index.js +1 -1
  591. package/_modules/themes/pwa/src/components/UserFormDetails/index.js +9 -9
  592. package/_modules/themes/pwa/src/components/UserPopover/index.js +4 -4
  593. package/_modules/themes/pwa/src/components/UserProfile/index.js +5 -5
  594. package/_modules/themes/pwa/src/components/VerticalOrdersLayout/index.js +4 -4
  595. package/_modules/themes/seven/src/components/AddressForm/index.js +29 -29
  596. package/_modules/themes/seven/src/components/AddressList/index.js +11 -11
  597. package/_modules/themes/seven/src/components/BusinessBasicInformation/index.js +1 -1
  598. package/_modules/themes/seven/src/components/BusinessController/index.js +6 -6
  599. package/_modules/themes/seven/src/components/BusinessInformation/index.js +7 -7
  600. package/_modules/themes/seven/src/components/BusinessInformation/styles.js +2 -2
  601. package/_modules/themes/seven/src/components/BusinessItemAccordion/index.js +4 -4
  602. package/_modules/themes/seven/src/components/BusinessProductsCategories/index.js +1 -1
  603. package/_modules/themes/seven/src/components/BusinessProductsList/index.js +3 -3
  604. package/_modules/themes/seven/src/components/BusinessProductsListing/index.js +16 -16
  605. package/_modules/themes/seven/src/components/BusinessesListing/index.js +13 -13
  606. package/_modules/themes/seven/src/components/BusinessesListing/styles.js +2 -2
  607. package/_modules/themes/seven/src/components/BusinessesMap/index.js +3 -3
  608. package/_modules/themes/seven/src/components/Cart/index.js +6 -6
  609. package/_modules/themes/seven/src/components/CartContent/index.js +2 -2
  610. package/_modules/themes/seven/src/components/Checkout/index.js +21 -21
  611. package/_modules/themes/seven/src/components/DriverTips/index.js +2 -2
  612. package/_modules/themes/seven/src/components/ForgotPasswordForm/index.js +2 -2
  613. package/_modules/themes/seven/src/components/Header/index.js +16 -16
  614. package/_modules/themes/seven/src/components/HeaderOption/index.js +1 -1
  615. package/_modules/themes/seven/src/components/HomeHero/index.js +17 -17
  616. package/_modules/themes/seven/src/components/HorizontalOrdersLayout/index.js +6 -6
  617. package/_modules/themes/seven/src/components/InputPhoneNumber/index.js +2 -2
  618. package/_modules/themes/seven/src/components/LanguageSelector/index.js +1 -1
  619. package/_modules/themes/seven/src/components/LoginForm/index.js +14 -14
  620. package/_modules/themes/seven/src/components/MomentContent/index.js +4 -4
  621. package/_modules/themes/seven/src/components/MomentControl/index.js +2 -2
  622. package/_modules/themes/seven/src/components/OrderDetails/index.js +48 -48
  623. package/_modules/themes/seven/src/components/OrderDetails/styles.js +2 -2
  624. package/_modules/themes/seven/src/components/OrdersOption/index.js +26 -26
  625. package/_modules/themes/seven/src/components/PaymentOptionCash/index.js +1 -1
  626. package/_modules/themes/seven/src/components/PaymentOptions/index.js +20 -20
  627. package/_modules/themes/seven/src/components/ProductForm/index.js +20 -20
  628. package/_modules/themes/seven/src/components/ProductForm/productForm.js +6 -6
  629. package/_modules/themes/seven/src/components/SignUpForm/index.js +19 -19
  630. package/_modules/themes/seven/src/components/SingleProductCard/index.js +4 -4
  631. package/_modules/themes/seven/src/components/UserFormDetails/index.js +10 -10
  632. package/_modules/themes/seven/src/components/UserPopover/index.js +4 -4
  633. package/_modules/themes/seven/src/components/UserProfileForm/index.js +3 -3
  634. package/_modules/themes/seven/src/components/VerticalOrdersLayout/index.js +3 -3
  635. package/_modules/themes/six/src/components/AddressDetails/index.js +4 -4
  636. package/_modules/themes/six/src/components/AddressForm/index.js +30 -30
  637. package/_modules/themes/six/src/components/AddressList/index.js +11 -11
  638. package/_modules/themes/six/src/components/AddressesPopover/index.js +2 -2
  639. package/_modules/themes/six/src/components/AppleLogin/index.js +4 -4
  640. package/_modules/themes/six/src/components/BusinessBasicInformation/index.js +9 -9
  641. package/_modules/themes/six/src/components/BusinessController/index.js +17 -17
  642. package/_modules/themes/six/src/components/BusinessController/styles.js +10 -10
  643. package/_modules/themes/six/src/components/BusinessInformation/index.js +3 -3
  644. package/_modules/themes/six/src/components/BusinessItemAccordion/index.js +4 -4
  645. package/_modules/themes/six/src/components/BusinessProductsList/index.js +1 -1
  646. package/_modules/themes/six/src/components/BusinessProductsListing/SearchProducts/index.js +5 -5
  647. package/_modules/themes/six/src/components/BusinessProductsListing/index.js +25 -25
  648. package/_modules/themes/six/src/components/BusinessesListing/index.js +10 -10
  649. package/_modules/themes/six/src/components/BusinessesListing/styles.js +2 -2
  650. package/_modules/themes/six/src/components/BusinessesMap/index.js +3 -3
  651. package/_modules/themes/six/src/components/Cart/index.js +9 -9
  652. package/_modules/themes/six/src/components/CartContent/index.js +2 -2
  653. package/_modules/themes/six/src/components/CartInfo/index.js +5 -5
  654. package/_modules/themes/six/src/components/Checkout/index.js +14 -14
  655. package/_modules/themes/six/src/components/DriverTips/index.js +2 -2
  656. package/_modules/themes/six/src/components/ForgotPasswordForm/index.js +2 -2
  657. package/_modules/themes/six/src/components/Header/index.js +23 -23
  658. package/_modules/themes/six/src/components/HeaderOption/index.js +1 -1
  659. package/_modules/themes/six/src/components/HomeHero/index.js +3 -3
  660. package/_modules/themes/six/src/components/LanguageSelector/index.js +1 -1
  661. package/_modules/themes/six/src/components/LoginForm/index.js +18 -18
  662. package/_modules/themes/six/src/components/LogoutButton/index.js +2 -2
  663. package/_modules/themes/six/src/components/MomentContent/index.js +4 -4
  664. package/_modules/themes/six/src/components/MomentControl/index.js +4 -4
  665. package/_modules/themes/six/src/components/NotFoundSource/index.js +2 -2
  666. package/_modules/themes/six/src/components/OrderDetails/index.js +50 -50
  667. package/_modules/themes/six/src/components/OrderDetails/styles.js +2 -2
  668. package/_modules/themes/six/src/components/OrderTypeSelectorHeader/index.js +1 -1
  669. package/_modules/themes/six/src/components/PaymentOptionCash/index.js +1 -1
  670. package/_modules/themes/six/src/components/PaymentOptions/index.js +20 -20
  671. package/_modules/themes/six/src/components/ProductForm/index.js +18 -18
  672. package/_modules/themes/six/src/components/ProductOptionSubOption/index.js +2 -2
  673. package/_modules/themes/six/src/components/SearchBar/styles.js +14 -14
  674. package/_modules/themes/six/src/components/SidebarMenu/index.js +6 -6
  675. package/_modules/themes/six/src/components/SignUpForm/index.js +23 -23
  676. package/_modules/themes/six/src/components/SingleProductCard/index.js +4 -4
  677. package/_modules/themes/six/src/components/UpsellingPage/index.js +1 -1
  678. package/_modules/themes/six/src/components/UserFormDetails/index.js +9 -9
  679. package/_modules/themes/three/src/components/AddressDetails/index.js +4 -4
  680. package/_modules/themes/three/src/components/AddressForm/index.js +30 -30
  681. package/_modules/themes/three/src/components/AddressList/index.js +11 -11
  682. package/_modules/themes/three/src/components/AddressesPopover/index.js +2 -2
  683. package/_modules/themes/three/src/components/BusinessBasicInformation/index.js +5 -5
  684. package/_modules/themes/three/src/components/BusinessController/index.js +4 -4
  685. package/_modules/themes/three/src/components/BusinessItemAccordion/index.js +4 -4
  686. package/_modules/themes/three/src/components/BusinessProductsList/index.js +1 -1
  687. package/_modules/themes/three/src/components/BusinessProductsListing/index.js +9 -9
  688. package/_modules/themes/three/src/components/BusinessesListing/index.js +9 -9
  689. package/_modules/themes/three/src/components/BusinessesListing/styles.js +2 -2
  690. package/_modules/themes/three/src/components/Cart/index.js +10 -10
  691. package/_modules/themes/three/src/components/CartContent/index.js +2 -2
  692. package/_modules/themes/three/src/components/Checkout/index.js +33 -33
  693. package/_modules/themes/three/src/components/DriverTips/index.js +3 -3
  694. package/_modules/themes/three/src/components/ForgotPasswordForm/index.js +2 -2
  695. package/_modules/themes/three/src/components/Header/index.js +22 -22
  696. package/_modules/themes/three/src/components/HeaderOption/index.js +1 -1
  697. package/_modules/themes/three/src/components/HomeHero/index.js +6 -6
  698. package/_modules/themes/three/src/components/HorizontalOrdersLayout/index.js +4 -4
  699. package/_modules/themes/three/src/components/LastOrders/index.js +7 -7
  700. package/_modules/themes/three/src/components/LoginForm/index.js +16 -16
  701. package/_modules/themes/three/src/components/MomentContent/index.js +4 -4
  702. package/_modules/themes/three/src/components/MomentControl/index.js +2 -2
  703. package/_modules/themes/three/src/components/MomentPopover/index.js +2 -2
  704. package/_modules/themes/three/src/components/OrderDetails/index.js +33 -33
  705. package/_modules/themes/three/src/components/OrderDetails/styles.js +2 -2
  706. package/_modules/themes/three/src/components/OrdersOption/index.js +2 -2
  707. package/_modules/themes/three/src/components/PaymentOptions/index.js +20 -20
  708. package/_modules/themes/three/src/components/ProductForm/index.js +7 -7
  709. package/_modules/themes/three/src/components/SignUpForm/index.js +20 -20
  710. package/_modules/themes/three/src/components/SingleProductCard/index.js +4 -4
  711. package/_modules/themes/three/src/components/UpsellingPage/index.js +1 -1
  712. package/_modules/themes/three/src/components/VerticalOrdersLayout/index.js +3 -3
  713. package/_modules/themes/three/src/styles/Select/index.js +1 -1
  714. package/_modules/themes/two/src/components/AddressDetails/index.js +5 -5
  715. package/_modules/themes/two/src/components/AddressesPopover/index.js +2 -2
  716. package/_modules/themes/two/src/components/AppleLogin/index.js +4 -4
  717. package/_modules/themes/two/src/components/AutoScroll/index.js +4 -4
  718. package/_modules/themes/two/src/components/BusinessBasicInformation/index.js +4 -4
  719. package/_modules/themes/two/src/components/BusinessController/index.js +4 -4
  720. package/_modules/themes/two/src/components/BusinessProductsList/index.js +1 -1
  721. package/_modules/themes/two/src/components/BusinessProductsListing/index.js +11 -11
  722. package/_modules/themes/two/src/components/BusinessTypeFilter/index.js +2 -2
  723. package/_modules/themes/two/src/components/BusinessesListing/index.js +8 -8
  724. package/_modules/themes/two/src/components/BusinessesListing/styles.js +2 -2
  725. package/_modules/themes/two/src/components/Cart/index.js +10 -10
  726. package/_modules/themes/two/src/components/CartContent/index.js +2 -2
  727. package/_modules/themes/two/src/components/Checkout/index.js +32 -32
  728. package/_modules/themes/two/src/components/DriverTips/index.js +3 -3
  729. package/_modules/themes/two/src/components/Header/index.js +22 -22
  730. package/_modules/themes/two/src/components/HomeHero/index.js +7 -7
  731. package/_modules/themes/two/src/components/HorizontalOrdersLayout/index.js +6 -6
  732. package/_modules/themes/two/src/components/LanguageSelector/index.js +1 -1
  733. package/_modules/themes/two/src/components/LastOrders/index.js +7 -7
  734. package/_modules/themes/two/src/components/LoginForm/index.js +13 -13
  735. package/_modules/themes/two/src/components/MomentContent/index.js +3 -3
  736. package/_modules/themes/two/src/components/MomentControl/index.js +5 -5
  737. package/_modules/themes/two/src/components/MomentPopover/index.js +2 -2
  738. package/_modules/themes/two/src/components/OrderDetails/index.js +30 -30
  739. package/_modules/themes/two/src/components/OrderDetails/styles.js +2 -2
  740. package/_modules/themes/two/src/components/OrdersOption/index.js +2 -2
  741. package/_modules/themes/two/src/components/PaymentOptions/index.js +20 -20
  742. package/_modules/themes/two/src/components/ProductForm/index.js +7 -7
  743. package/_modules/themes/two/src/components/ProductOptionSubOption/index.js +2 -2
  744. package/_modules/themes/two/src/components/SearchBar/index.js +2 -2
  745. package/_modules/themes/two/src/components/SearchBar/styles.js +4 -4
  746. package/_modules/themes/two/src/components/SignUpForm/index.js +19 -19
  747. package/_modules/themes/two/src/components/SingleProductCard/index.js +2 -2
  748. package/_modules/themes/two/src/components/UserProfileForm/index.js +3 -3
  749. package/_modules/themes/two/src/components/VerticalOrdersLayout/index.js +3 -3
  750. package/_modules/themes/wow/src/components/ActiveOrdersLayout/index.js +4 -4
  751. package/_modules/themes/wow/src/components/AddressForm/index.js +28 -28
  752. package/_modules/themes/wow/src/components/AddressList/index.js +9 -9
  753. package/_modules/themes/wow/src/components/AutoScroll/index.js +4 -4
  754. package/_modules/themes/wow/src/components/BusinessBasicInformation/index.js +4 -4
  755. package/_modules/themes/wow/src/components/BusinessController/index.js +4 -4
  756. package/_modules/themes/wow/src/components/BusinessItemAccordion/index.js +4 -4
  757. package/_modules/themes/wow/src/components/BusinessProductsList/index.js +1 -1
  758. package/_modules/themes/wow/src/components/BusinessProductsListing/index.js +8 -8
  759. package/_modules/themes/wow/src/components/BusinessesListing/index.js +2 -2
  760. package/_modules/themes/wow/src/components/Cart/index.js +4 -4
  761. package/_modules/themes/wow/src/components/CartContent/index.js +2 -2
  762. package/_modules/themes/wow/src/components/Checkout/index.js +14 -14
  763. package/_modules/themes/wow/src/components/CheckoutBill/index.js +1 -1
  764. package/_modules/themes/wow/src/components/CompletedOrder/index.js +4 -4
  765. package/_modules/themes/wow/src/components/DeliveryDetails/index.js +3 -3
  766. package/_modules/themes/wow/src/components/DiscountedBusinesses/index.js +2 -2
  767. package/_modules/themes/wow/src/components/Footer/index.js +5 -5
  768. package/_modules/themes/wow/src/components/Header/index.js +10 -10
  769. package/_modules/themes/wow/src/components/HomeHero/index.js +6 -6
  770. package/_modules/themes/wow/src/components/LoginForm/index.js +7 -7
  771. package/_modules/themes/wow/src/components/OrderDetails/index.js +18 -18
  772. package/_modules/themes/wow/src/components/OrderDetails/styles.js +2 -2
  773. package/_modules/themes/wow/src/components/OrderHelp/index.js +3 -3
  774. package/_modules/themes/wow/src/components/OrderTypeSelectorHeader/index.js +2 -2
  775. package/_modules/themes/wow/src/components/OrdersOption/index.js +2 -2
  776. package/_modules/themes/wow/src/components/OurBusinesses/index.js +2 -2
  777. package/_modules/themes/wow/src/components/PaymentOptions/index.js +3 -3
  778. package/_modules/themes/wow/src/components/PreOrdersLayout/index.js +4 -4
  779. package/_modules/themes/wow/src/components/PreorderConfirm/index.js +2 -2
  780. package/_modules/themes/wow/src/components/PreviousOrdersLayout/index.js +4 -4
  781. package/_modules/themes/wow/src/components/ProductForm/index.js +3 -3
  782. package/_modules/themes/wow/src/components/ProductOptionSubOption/index.js +2 -2
  783. package/_modules/themes/wow/src/components/ProfileBusinesBasicInformation/index.js +6 -6
  784. package/_modules/themes/wow/src/components/ProfileBusinesses/index.js +4 -4
  785. package/_modules/themes/wow/src/components/ProfileEdit/index.js +3 -3
  786. package/_modules/themes/wow/src/components/PromotionsBusinesses/index.js +2 -2
  787. package/_modules/themes/wow/src/components/ReviewOrder/index.js +3 -3
  788. package/_modules/themes/wow/src/components/SearchBar/index.js +2 -2
  789. package/_modules/themes/wow/src/components/SearchBar/styles.js +6 -6
  790. package/_modules/themes/wow/src/components/SidebarMenu/index.js +5 -5
  791. package/_modules/themes/wow/src/components/SignUpForm/index.js +13 -13
  792. package/_modules/themes/wow/src/components/SingleProductCard/index.js +4 -4
  793. package/_modules/themes/wow/src/components/SpecificBusiness/index.js +3 -3
  794. package/_modules/themes/wow/src/components/UserFormDetails/index.js +9 -9
  795. package/_modules/themes/wow/src/components/UserPopover/index.js +7 -7
  796. package/_modules/themes/wow/src/components/UserProfile/index.js +2 -2
  797. package/_modules/themes/wow/src/components/UserProfileDropDown/index.js +2 -2
  798. package/_modules/utils/index.js +48 -48
  799. package/package.json +2 -2
  800. package/src/themes/five/src/components/BusinessPreorder/styles.js +7 -4
  801. package/src/themes/five/src/components/ServiceForm/index.js +86 -72
  802. package/_bundles/ordering-ui.e758aec40c3bf292cadb.js +0 -2
  803. /package/_bundles/{0.ordering-ui.e758aec40c3bf292cadb.js → 0.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  804. /package/_bundles/{1.ordering-ui.e758aec40c3bf292cadb.js → 1.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  805. /package/_bundles/{2.ordering-ui.e758aec40c3bf292cadb.js → 2.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  806. /package/_bundles/{4.ordering-ui.e758aec40c3bf292cadb.js → 4.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  807. /package/_bundles/{5.ordering-ui.e758aec40c3bf292cadb.js → 5.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  808. /package/_bundles/{6.ordering-ui.e758aec40c3bf292cadb.js → 6.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  809. /package/_bundles/{7.ordering-ui.e758aec40c3bf292cadb.js.LICENSE.txt → 7.ordering-ui.c9614f5ee3d14727dd90.js.LICENSE.txt} +0 -0
  810. /package/_bundles/{8.ordering-ui.e758aec40c3bf292cadb.js → 8.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  811. /package/_bundles/{9.ordering-ui.e758aec40c3bf292cadb.js → 9.ordering-ui.c9614f5ee3d14727dd90.js} +0 -0
  812. /package/_bundles/{ordering-ui.e758aec40c3bf292cadb.js.LICENSE.txt → ordering-ui.c9614f5ee3d14727dd90.js.LICENSE.txt} +0 -0
@@ -23,37 +23,37 @@ exports.WrapperImage = WrapperImage;
23
23
  var SwiperWrapper = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n position: relative;\n width: 100%;\n\n img{\n ", "\n }\n .mySwiper2 {\n height: 250px;\n width: 100%;\n ", "\n .swiper-slide-active {\n border-radius: 0px;\n img {\n border-radius: 0px;\n }\n }\n\n @media (min-width: 480px){\n ", "\n }\n\n @media (min-width: 576px) {\n height: 320px;\n ", "\n }\n ", "\n }\n\n\n .swiper {\n width: 100%;\n height: 500px;\n margin-left: auto;\n margin-right: auto;\n }\n\n .swiper-slide {\n background-size: cover;\n background-position: center;\n .active-img {\n ", "\n }\n }\n\n .product-thumb {\n box-sizing: border-box;\n padding: 30px 0px;\n margin: 0px 20px;\n\n .swiper-slide {\n display: flex;\n opacity: 0.8;\n border-radius: 7.6px;\n height: auto;\n cursor: pointer;\n overflow: hidden;\n\n img {\n border-radius: 7.6px;\n max-height: 70px;\n ", "\n }\n }\n\n .swiper-slide-thumb-active {\n opacity: 1;\n }\n }\n\n .swiper-slide img {\n display: block;\n width: 100%;\n height: 100%;\n object-fit: cover;\n ", "\n }\n\n .active-img {\n ", "\n }\n\n .swiper-button-next {\n background-image: url(", ");\n background-color: #d1d0d04d;\n background-repeat: no-repeat;\n background-position: 55% center;\n width: 32px;\n height: 32px;\n box-shadow: rgb(0 0 0 / 7%) 0px 4px 10px;\n border-radius: 50%;\n transition: all 0.2s ease;\n\n &:hover {\n transform: scale(1.05);\n }\n }\n\n .swiper-button-prev {\n background-image: url(", ");\n background-color: #d1d0d04d;\n background-repeat: no-repeat;\n background-position: 45% center;\n width: 32px;\n height: 32px;\n border-radius: 50%;\n box-shadow: rgb(0 0 0 / 7%) 0px 4px 10px;\n transition: all 0.2s ease;\n\n &:hover {\n transform: scale(1.05);\n }\n }\n\n .swiper-button-next::after, .swiper-button-prev::after {\n display: none;\n }\n"])), function (props) {
24
24
  return props.isSoldOut && (0, _styledComponents.css)(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n filter: grayscale(1);\n "])));
25
25
  }, function (_ref) {
26
- var _theme$business_view, _theme$business_view$, _theme$business_view$2, _theme$business_view$3, _theme$business_view$4;
26
+ var _theme$business_view;
27
27
  var theme = _ref.theme;
28
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view = theme.business_view) === null || _theme$business_view === void 0 ? void 0 : (_theme$business_view$ = _theme$business_view.components) === null || _theme$business_view$ === void 0 ? void 0 : (_theme$business_view$2 = _theme$business_view$.products) === null || _theme$business_view$2 === void 0 ? void 0 : (_theme$business_view$3 = _theme$business_view$2.components) === null || _theme$business_view$3 === void 0 ? void 0 : (_theme$business_view$4 = _theme$business_view$3.layout) === null || _theme$business_view$4 === void 0 ? void 0 : _theme$business_view$4.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n height: 290px;\n "])));
28
+ return (theme === null || theme === void 0 || (_theme$business_view = theme.business_view) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.components) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.products) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.components) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.layout) === null || _theme$business_view === void 0 ? void 0 : _theme$business_view.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["\n height: 290px;\n "])));
29
29
  }, function (_ref2) {
30
- var _theme$business_view2, _theme$business_view3, _theme$business_view4, _theme$business_view5, _theme$business_view6;
30
+ var _theme$business_view2;
31
31
  var theme = _ref2.theme;
32
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view2 = theme.business_view) === null || _theme$business_view2 === void 0 ? void 0 : (_theme$business_view3 = _theme$business_view2.components) === null || _theme$business_view3 === void 0 ? void 0 : (_theme$business_view4 = _theme$business_view3.products) === null || _theme$business_view4 === void 0 ? void 0 : (_theme$business_view5 = _theme$business_view4.components) === null || _theme$business_view5 === void 0 ? void 0 : (_theme$business_view6 = _theme$business_view5.layout) === null || _theme$business_view6 === void 0 ? void 0 : _theme$business_view6.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n height: 340px;\n "])));
32
+ return (theme === null || theme === void 0 || (_theme$business_view2 = theme.business_view) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.components) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.products) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.components) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.layout) === null || _theme$business_view2 === void 0 ? void 0 : _theme$business_view2.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["\n height: 340px;\n "])));
33
33
  }, function (_ref3) {
34
- var _theme$business_view7, _theme$business_view8, _theme$business_view9, _theme$business_view10, _theme$business_view11;
34
+ var _theme$business_view3;
35
35
  var theme = _ref3.theme;
36
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view7 = theme.business_view) === null || _theme$business_view7 === void 0 ? void 0 : (_theme$business_view8 = _theme$business_view7.components) === null || _theme$business_view8 === void 0 ? void 0 : (_theme$business_view9 = _theme$business_view8.products) === null || _theme$business_view9 === void 0 ? void 0 : (_theme$business_view10 = _theme$business_view9.components) === null || _theme$business_view10 === void 0 ? void 0 : (_theme$business_view11 = _theme$business_view10.layout) === null || _theme$business_view11 === void 0 ? void 0 : _theme$business_view11.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n height: 60vw;\n "])));
36
+ return (theme === null || theme === void 0 || (_theme$business_view3 = theme.business_view) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.components) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.products) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.components) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.layout) === null || _theme$business_view3 === void 0 ? void 0 : _theme$business_view3.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["\n height: 60vw;\n "])));
37
37
  }, function (_ref4) {
38
- var _theme$business_view12, _theme$business_view13, _theme$business_view14, _theme$business_view15, _theme$business_view16;
38
+ var _theme$business_view4;
39
39
  var theme = _ref4.theme;
40
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view12 = theme.business_view) === null || _theme$business_view12 === void 0 ? void 0 : (_theme$business_view13 = _theme$business_view12.components) === null || _theme$business_view13 === void 0 ? void 0 : (_theme$business_view14 = _theme$business_view13.products) === null || _theme$business_view14 === void 0 ? void 0 : (_theme$business_view15 = _theme$business_view14.components) === null || _theme$business_view15 === void 0 ? void 0 : (_theme$business_view16 = _theme$business_view15.layout) === null || _theme$business_view16 === void 0 ? void 0 : _theme$business_view16.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n @media (min-width: 768px) {\n height: 40vw;\n }\n @media (min-width: 993px) {\n height: 30vw;\n }\n @media (min-width: 1024px){\n height: 350px !important;\n }\n @media (min-width: 1200px) {\n height: 300px !important;\n width: 300px !important;\n }\n "])));
40
+ return (theme === null || theme === void 0 || (_theme$business_view4 = theme.business_view) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.components) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.products) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.components) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.layout) === null || _theme$business_view4 === void 0 ? void 0 : _theme$business_view4.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["\n @media (min-width: 768px) {\n height: 40vw;\n }\n @media (min-width: 993px) {\n height: 30vw;\n }\n @media (min-width: 1024px){\n height: 350px !important;\n }\n @media (min-width: 1200px) {\n height: 300px !important;\n width: 300px !important;\n }\n "])));
41
41
  }, function (_ref5) {
42
- var _theme$business_view17, _theme$business_view18, _theme$business_view19, _theme$business_view20, _theme$business_view21;
42
+ var _theme$business_view5;
43
43
  var theme = _ref5.theme;
44
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view17 = theme.business_view) === null || _theme$business_view17 === void 0 ? void 0 : (_theme$business_view18 = _theme$business_view17.components) === null || _theme$business_view18 === void 0 ? void 0 : (_theme$business_view19 = _theme$business_view18.products) === null || _theme$business_view19 === void 0 ? void 0 : (_theme$business_view20 = _theme$business_view19.components) === null || _theme$business_view20 === void 0 ? void 0 : (_theme$business_view21 = _theme$business_view20.layout) === null || _theme$business_view21 === void 0 ? void 0 : _theme$business_view21.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n "])));
44
+ return (theme === null || theme === void 0 || (_theme$business_view5 = theme.business_view) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.components) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.products) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.components) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.layout) === null || _theme$business_view5 === void 0 ? void 0 : _theme$business_view5.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["\n "])));
45
45
  }, function (_ref6) {
46
- var _theme$business_view22, _theme$business_view23, _theme$business_view24, _theme$business_view25, _theme$business_view26;
46
+ var _theme$business_view6;
47
47
  var theme = _ref6.theme;
48
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view22 = theme.business_view) === null || _theme$business_view22 === void 0 ? void 0 : (_theme$business_view23 = _theme$business_view22.components) === null || _theme$business_view23 === void 0 ? void 0 : (_theme$business_view24 = _theme$business_view23.products) === null || _theme$business_view24 === void 0 ? void 0 : (_theme$business_view25 = _theme$business_view24.components) === null || _theme$business_view25 === void 0 ? void 0 : (_theme$business_view26 = _theme$business_view25.layout) === null || _theme$business_view26 === void 0 ? void 0 : _theme$business_view26.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n max-width: 80px;\n max-height: 80px;\n "])));
48
+ return (theme === null || theme === void 0 || (_theme$business_view6 = theme.business_view) === null || _theme$business_view6 === void 0 || (_theme$business_view6 = _theme$business_view6.components) === null || _theme$business_view6 === void 0 || (_theme$business_view6 = _theme$business_view6.products) === null || _theme$business_view6 === void 0 || (_theme$business_view6 = _theme$business_view6.components) === null || _theme$business_view6 === void 0 || (_theme$business_view6 = _theme$business_view6.layout) === null || _theme$business_view6 === void 0 ? void 0 : _theme$business_view6.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n max-width: 80px;\n max-height: 80px;\n "])));
49
49
  }, function (_ref7) {
50
- var _theme$business_view27, _theme$business_view28, _theme$business_view29, _theme$business_view30, _theme$business_view31;
50
+ var _theme$business_view7;
51
51
  var theme = _ref7.theme;
52
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view27 = theme.business_view) === null || _theme$business_view27 === void 0 ? void 0 : (_theme$business_view28 = _theme$business_view27.components) === null || _theme$business_view28 === void 0 ? void 0 : (_theme$business_view29 = _theme$business_view28.products) === null || _theme$business_view29 === void 0 ? void 0 : (_theme$business_view30 = _theme$business_view29.components) === null || _theme$business_view30 === void 0 ? void 0 : (_theme$business_view31 = _theme$business_view30.layout) === null || _theme$business_view31 === void 0 ? void 0 : _theme$business_view31.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n border-radius: 50% !important;\n "])));
52
+ return (theme === null || theme === void 0 || (_theme$business_view7 = theme.business_view) === null || _theme$business_view7 === void 0 || (_theme$business_view7 = _theme$business_view7.components) === null || _theme$business_view7 === void 0 || (_theme$business_view7 = _theme$business_view7.products) === null || _theme$business_view7 === void 0 || (_theme$business_view7 = _theme$business_view7.components) === null || _theme$business_view7 === void 0 || (_theme$business_view7 = _theme$business_view7.layout) === null || _theme$business_view7 === void 0 ? void 0 : _theme$business_view7.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n border-radius: 50% !important;\n "])));
53
53
  }, function (_ref8) {
54
- var _theme$business_view32, _theme$business_view33, _theme$business_view34, _theme$business_view35, _theme$business_view36;
54
+ var _theme$business_view8;
55
55
  var theme = _ref8.theme;
56
- return (theme === null || theme === void 0 ? void 0 : (_theme$business_view32 = theme.business_view) === null || _theme$business_view32 === void 0 ? void 0 : (_theme$business_view33 = _theme$business_view32.components) === null || _theme$business_view33 === void 0 ? void 0 : (_theme$business_view34 = _theme$business_view33.products) === null || _theme$business_view34 === void 0 ? void 0 : (_theme$business_view35 = _theme$business_view34.components) === null || _theme$business_view35 === void 0 ? void 0 : (_theme$business_view36 = _theme$business_view35.layout) === null || _theme$business_view36 === void 0 ? void 0 : _theme$business_view36.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n height: 60vw !important;\n width: 60vw !important;\n margin: 0 auto;\n @media (min-width: 768px) {\n height: 40vw !important;\n width: 40vw !important;\n }\n @media (min-width: 993px) {\n height: 30vw !important;\n width: 30vw !important;\n }\n @media (min-width: 1024px) {\n height: 350px !important;\n width: 350px !important;\n }\n @media (min-width: 1200px) {\n height: 300px !important;\n width: 300px !important;\n }\n "])));
56
+ return (theme === null || theme === void 0 || (_theme$business_view8 = theme.business_view) === null || _theme$business_view8 === void 0 || (_theme$business_view8 = _theme$business_view8.components) === null || _theme$business_view8 === void 0 || (_theme$business_view8 = _theme$business_view8.products) === null || _theme$business_view8 === void 0 || (_theme$business_view8 = _theme$business_view8.components) === null || _theme$business_view8 === void 0 || (_theme$business_view8 = _theme$business_view8.layout) === null || _theme$business_view8 === void 0 ? void 0 : _theme$business_view8.type) === 'starbucks' && (0, _styledComponents.css)(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n height: 60vw !important;\n width: 60vw !important;\n margin: 0 auto;\n @media (min-width: 768px) {\n height: 40vw !important;\n width: 40vw !important;\n }\n @media (min-width: 993px) {\n height: 30vw !important;\n width: 30vw !important;\n }\n @media (min-width: 1024px) {\n height: 350px !important;\n width: 350px !important;\n }\n @media (min-width: 1200px) {\n height: 300px !important;\n width: 300px !important;\n }\n "])));
57
57
  }, function (props) {
58
58
  return props.theme.images.general.rightArrow;
59
59
  }, function (props) {
@@ -73,8 +73,8 @@ exports.SectionTitle = SectionTitle;
73
73
  var ProductComment = _styledComponents.default.div(_templateObject19 || (_templateObject19 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n margin-bottom: 130px;\n\n textarea {\n margin-top: 8px;\n }\n\n p {\n font-weight: 300;\n margin-bottom: 5px;\n }\n\n @media (min-width: 577px) {\n margin-bottom: 62px;\n }\n\n @media (min-width: 769px) {\n margin-bottom: 0px;\n padding-bottom: 10px;\n }\n"])));
74
74
  exports.ProductComment = ProductComment;
75
75
  var ProductActions = _styledComponents.default.div(_templateObject20 || (_templateObject20 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: 10px 0px;\n width: 100%;\n z-index: 9999997;\n\n position: fixed;\n bottom: 0;\n right: 0;\n width: 100%;\n background-color: ", ";\n\n div.price {\n padding-top: 10px;\n color: ", ";\n h4 {\n margin: 0;\n font-weight: 600;\n font-size: 20px;\n line-height: 20px;\n }\n span {\n font-size: 13px;\n color: #D83520;\n line-height: 15px;\n }\n }\n\n div.incdec-control {\n width: 130px;\n display: flex;\n justify-content: space-around;\n align-items: center;\n position: relative;\n\n svg {\n width: 25px;\n height: 25px;\n cursor: pointer;\n }\n\n @media (min-width: 577px) {\n width: 195px;\n }\n }\n\n div.price-amount-block {\n display: flex;\n justify-content: space-between;\n width: 80%\n }\n\n svg {\n color: ", ";\n }\n\n svg.disabled {\n pointer-events: none;\n color: #CED4DA;\n }\n\n button:disabled,\n button.disabled {\n background: #E9ECEF;\n border: 1px solid #E9ECEF;\n color: #B1BCCC;\n }\n\n button.add {\n width: 90%;\n padding: 5px 10px;\n margin-top: 10px;\n position: relative;\n\n &.soldout {\n width: 100%;\n pointer-events: none;\n }\n }\n .qty {\n flex: 1;\n text-align: center;\n display: flex;\n align-items: center;\n height: 38px;\n min-width: 60px;\n box-sizing: border-box;\n padding: 0;\n margin: 0 10px;\n }\n\n #address_control {\n button.add {\n width: calc(100% - 20px) !important;\n margin: 10px 10px 0 10px;\n }\n }\n\n div#address_list {\n padding: 0;\n }\n\n @media (min-width: 577px) {\n position: sticky;\n }\n\n @media (min-width: 1200px) {\n bottom: 0px;\n flex-direction: row;\n justify-content: space-between;\n border-top: 1px solid #E9ECEF;\n width: calc(100% + 40px);\n transform: translateX(-20px);\n padding: 10px 20px;\n box-sizing: border-box;\n\n ", "\n\n div.price {\n width: 25%;\n }\n\n button.add {\n width: 35%;\n margin-top: 0;\n }\n\n div.incdec-control {\n margin-right: 18%;\n &.show-weight-unit{\n width: 40%;\n }\n }\n }\n"])), function (props) {
76
- var _props$theme, _props$theme$colors;
77
- return (_props$theme = props.theme) === null || _props$theme === void 0 ? void 0 : (_props$theme$colors = _props$theme.colors) === null || _props$theme$colors === void 0 ? void 0 : _props$theme$colors.backgroundPage;
76
+ var _props$theme;
77
+ return (_props$theme = props.theme) === null || _props$theme === void 0 || (_props$theme = _props$theme.colors) === null || _props$theme === void 0 ? void 0 : _props$theme.backgroundPage;
78
78
  }, function (props) {
79
79
  var _props$theme2;
80
80
  return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 ? void 0 : _props$theme2.colors.darkTextColor;
@@ -32,7 +32,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
32
32
  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; } }
33
33
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
34
34
  var ProductItemAccordion = function ProductItemAccordion(props) {
35
- var _theme$viewString, _theme$viewString$com, _theme$viewString$com2, _theme$viewString$com3, _theme$viewString$com4, _theme$viewString$com5, _theme$viewString$com6, _props$beforeElements, _props$beforeComponen, _product$valid, _theme$images, _theme$images$dummies, _theme$images2, _theme$images2$dummie, _product$calendar_eve, _configs$format_time, _product$calendar_eve2, _configs$format_time2, _props$afterComponent, _props$afterElements;
35
+ var _theme$viewString, _props$beforeElements, _props$beforeComponen, _product$valid, _theme$images, _theme$images2, _product$calendar_eve, _configs$format_time, _product$calendar_eve2, _configs$format_time2, _props$afterComponent, _props$afterElements;
36
36
  var isDisabledEdit = props.isDisabledEdit,
37
37
  isCartPending = props.isCartPending,
38
38
  isCartProduct = props.isCartProduct,
@@ -78,7 +78,7 @@ var ProductItemAccordion = function ProductItemAccordion(props) {
78
78
  var productActionsEdit = (0, _react.useRef)(null);
79
79
  var productActionsDelete = (0, _react.useRef)(null);
80
80
  var viewString = isConfirmationPage ? 'confirmation' : isStore ? 'business_view' : 'header';
81
- var showProductImage = !(theme !== null && theme !== void 0 && (_theme$viewString = theme[viewString]) !== null && _theme$viewString !== void 0 && (_theme$viewString$com = _theme$viewString.components) !== null && _theme$viewString$com !== void 0 && (_theme$viewString$com2 = _theme$viewString$com.cart) !== null && _theme$viewString$com2 !== void 0 && (_theme$viewString$com3 = _theme$viewString$com2.components) !== null && _theme$viewString$com3 !== void 0 && (_theme$viewString$com4 = _theme$viewString$com3.products) !== null && _theme$viewString$com4 !== void 0 && (_theme$viewString$com5 = _theme$viewString$com4.components) !== null && _theme$viewString$com5 !== void 0 && (_theme$viewString$com6 = _theme$viewString$com5.image) !== null && _theme$viewString$com6 !== void 0 && _theme$viewString$com6.hidden);
81
+ var showProductImage = !(theme !== null && theme !== void 0 && (_theme$viewString = theme[viewString]) !== null && _theme$viewString !== void 0 && (_theme$viewString = _theme$viewString.components) !== null && _theme$viewString !== void 0 && (_theme$viewString = _theme$viewString.cart) !== null && _theme$viewString !== void 0 && (_theme$viewString = _theme$viewString.components) !== null && _theme$viewString !== void 0 && (_theme$viewString = _theme$viewString.products) !== null && _theme$viewString !== void 0 && (_theme$viewString = _theme$viewString.components) !== null && _theme$viewString !== void 0 && (_theme$viewString = _theme$viewString.image) !== null && _theme$viewString !== void 0 && _theme$viewString.hidden);
82
82
  var productInfo = function productInfo() {
83
83
  if (isCartProduct) {
84
84
  var _product$ingredients, _product$options;
@@ -142,12 +142,12 @@ var ProductItemAccordion = function ProductItemAccordion(props) {
142
142
  }, /*#__PURE__*/_react.default.createElement(_styles.ProductInfo, {
143
143
  className: "info",
144
144
  isValid: (_product$valid = product === null || product === void 0 ? void 0 : product.valid) !== null && _product$valid !== void 0 ? _product$valid : true
145
- }, ((product === null || product === void 0 ? void 0 : product.images) || (theme === null || theme === void 0 ? void 0 : (_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)) && showProductImage && /*#__PURE__*/_react.default.createElement(_styles.WrapperProductImage, null, /*#__PURE__*/_react.default.createElement(_styles.ProductImage, {
146
- bgimage: (product === null || product === void 0 ? void 0 : product.images) || (theme === null || theme === void 0 ? void 0 : (_theme$images2 = theme.images) === null || _theme$images2 === void 0 ? void 0 : (_theme$images2$dummie = _theme$images2.dummies) === null || _theme$images2$dummie === void 0 ? void 0 : _theme$images2$dummie.product)
147
- })), product !== null && product !== void 0 && product.calendar_event ? /*#__PURE__*/_react.default.createElement(_styles.ScheduleInfoWrapper, null, /*#__PURE__*/_react.default.createElement("h3", null, product.name), /*#__PURE__*/_react.default.createElement(_styles.ScheduleInfo, null, /*#__PURE__*/_react.default.createElement("span", null, parseDate(product === null || product === void 0 ? void 0 : (_product$calendar_eve = product.calendar_event) === null || _product$calendar_eve === void 0 ? void 0 : _product$calendar_eve.start, {
148
- outputFormat: (configs === null || configs === void 0 ? void 0 : (_configs$format_time = configs.format_time) === null || _configs$format_time === void 0 ? void 0 : _configs$format_time.value) === '12' ? 'hh:mm a' : 'HH:mm'
149
- }), ' ', "-", ' ', parseDate(product === null || product === void 0 ? void 0 : (_product$calendar_eve2 = product.calendar_event) === null || _product$calendar_eve2 === void 0 ? void 0 : _product$calendar_eve2.end, {
150
- outputFormat: (configs === null || configs === void 0 ? void 0 : (_configs$format_time2 = configs.format_time) === null || _configs$format_time2 === void 0 ? void 0 : _configs$format_time2.value) === '12' ? 'hh:mm a' : 'HH:mm'
145
+ }, ((product === null || product === void 0 ? void 0 : product.images) || (theme === null || theme === void 0 || (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.dummies) === null || _theme$images === void 0 ? void 0 : _theme$images.product)) && showProductImage && /*#__PURE__*/_react.default.createElement(_styles.WrapperProductImage, null, /*#__PURE__*/_react.default.createElement(_styles.ProductImage, {
146
+ bgimage: (product === null || product === void 0 ? void 0 : product.images) || (theme === null || theme === void 0 || (_theme$images2 = theme.images) === null || _theme$images2 === void 0 || (_theme$images2 = _theme$images2.dummies) === null || _theme$images2 === void 0 ? void 0 : _theme$images2.product)
147
+ })), product !== null && product !== void 0 && product.calendar_event ? /*#__PURE__*/_react.default.createElement(_styles.ScheduleInfoWrapper, null, /*#__PURE__*/_react.default.createElement("h3", null, product.name), /*#__PURE__*/_react.default.createElement(_styles.ScheduleInfo, null, /*#__PURE__*/_react.default.createElement("span", null, parseDate(product === null || product === void 0 || (_product$calendar_eve = product.calendar_event) === null || _product$calendar_eve === void 0 ? void 0 : _product$calendar_eve.start, {
148
+ outputFormat: (configs === null || configs === void 0 || (_configs$format_time = configs.format_time) === null || _configs$format_time === void 0 ? void 0 : _configs$format_time.value) === '12' ? 'hh:mm a' : 'HH:mm'
149
+ }), ' ', "-", ' ', parseDate(product === null || product === void 0 || (_product$calendar_eve2 = product.calendar_event) === null || _product$calendar_eve2 === void 0 ? void 0 : _product$calendar_eve2.end, {
150
+ outputFormat: (configs === null || configs === void 0 || (_configs$format_time2 = configs.format_time) === null || _configs$format_time2 === void 0 ? void 0 : _configs$format_time2.value) === '12' ? 'hh:mm a' : 'HH:mm'
151
151
  })))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, !isDisabledEdit && isCartProduct && !isCartPending && getProductMax ? /*#__PURE__*/_react.default.createElement(_styles.ProductSelectWrapper, null, /*#__PURE__*/_react.default.createElement(_IosArrowDown.default, null), /*#__PURE__*/_react.default.createElement(_styles.ProductSelect, {
152
152
  ref: productSelect,
153
153
  value: product.quantity,
@@ -11,8 +11,8 @@ function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(
11
11
  var Container = _styledComponents.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n &.error {\n background-color: orange;\n }\n"])));
12
12
  exports.Container = Container;
13
13
  var WrapHeader = _styledComponents.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n padding: 7px 0px;\n margin-top: 15px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: ", ";\n"])), function (props) {
14
- var _props$theme, _props$theme$colors;
15
- return (_props$theme = props.theme) === null || _props$theme === void 0 ? void 0 : (_props$theme$colors = _props$theme.colors) === null || _props$theme$colors === void 0 ? void 0 : _props$theme$colors.backgroundPage;
14
+ var _props$theme;
15
+ return (_props$theme = props.theme) === null || _props$theme === void 0 || (_props$theme = _props$theme.colors) === null || _props$theme === void 0 ? void 0 : _props$theme.backgroundPage;
16
16
  });
17
17
  exports.WrapHeader = WrapHeader;
18
18
  var TitleContainer = _styledComponents.default.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin: 0px;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n width: 60%;\n display: flex;\n align-items: center; \n\n *:first-child {\n margin-right: 8px;\n }\n\n @media (min-width: 576px) {\n width: 70%;\n }\n"])));
@@ -73,13 +73,13 @@ var ProductOptionSubOptionUI = function ProductOptionSubOptionUI(props) {
73
73
  var _option$suboptions;
74
74
  dirtyRef.current = true;
75
75
  toggleSelect();
76
- if (balance === (option === null || option === void 0 ? void 0 : option.max) && (option === null || option === void 0 ? void 0 : (_option$suboptions = option.suboptions) === null || _option$suboptions === void 0 ? void 0 : _option$suboptions.length) > balance && !((option === null || option === void 0 ? void 0 : option.min) === 1 && (option === null || option === void 0 ? void 0 : option.max) === 1) && !state.selected) {
76
+ if (balance === (option === null || option === void 0 ? void 0 : option.max) && (option === null || option === void 0 || (_option$suboptions = option.suboptions) === null || _option$suboptions === void 0 ? void 0 : _option$suboptions.length) > balance && !((option === null || option === void 0 ? void 0 : option.min) === 1 && (option === null || option === void 0 ? void 0 : option.max) === 1) && !state.selected) {
77
77
  setShowMessage(true);
78
78
  }
79
79
  };
80
80
  (0, _react.useEffect)(function () {
81
81
  var _option$suboptions2;
82
- if (!(balance === (option === null || option === void 0 ? void 0 : option.max) && (option === null || option === void 0 ? void 0 : (_option$suboptions2 = option.suboptions) === null || _option$suboptions2 === void 0 ? void 0 : _option$suboptions2.length) > balance && !((option === null || option === void 0 ? void 0 : option.min) === 1 && (option === null || option === void 0 ? void 0 : option.max) === 1) && !state.selected)) {
82
+ if (!(balance === (option === null || option === void 0 ? void 0 : option.max) && (option === null || option === void 0 || (_option$suboptions2 = option.suboptions) === null || _option$suboptions2 === void 0 ? void 0 : _option$suboptions2.length) > balance && !((option === null || option === void 0 ? void 0 : option.min) === 1 && (option === null || option === void 0 ? void 0 : option.max) === 1) && !state.selected)) {
83
83
  setShowMessage(false);
84
84
  }
85
85
  }, [balance]);
@@ -21,7 +21,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
21
21
  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; } }
22
22
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
23
23
  var ProductCopyURL = function ProductCopyURL(props) {
24
- var _theme$images, _theme$images$dummies;
24
+ var _theme$images;
25
25
  var urlToShare = props.urlToShare,
26
26
  product = props.product;
27
27
  var theme = (0, _styledComponents.useTheme)();
@@ -43,7 +43,7 @@ var ProductCopyURL = function ProductCopyURL(props) {
43
43
  }, 1000);
44
44
  };
45
45
  return /*#__PURE__*/_react.default.createElement(_styles.ProductCopyURLContainer, null, /*#__PURE__*/_react.default.createElement(_styles.ProductImageWrapper, null, /*#__PURE__*/_react.default.createElement("img", {
46
- src: 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'),
46
+ src: 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'),
47
47
  loading: "lazy",
48
48
  alt: "product image"
49
49
  })), /*#__PURE__*/_react.default.createElement("p", {
@@ -38,7 +38,7 @@ var ProfessionalBusinessFilter = function ProfessionalBusinessFilter(props) {
38
38
  return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styles.SearchWrapper, null, /*#__PURE__*/_react.default.createElement(_SearchBar.SearchBar, {
39
39
  onSearch: handleChangeSearch,
40
40
  search: searchValue,
41
- placeholder: t('SEARCH_PRODUCTS', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag = theme.defaultLanguages) === null || _theme$defaultLanguag === void 0 ? void 0 : _theme$defaultLanguag.SEARCH_PRODUCTS) || 'Search Products'),
41
+ placeholder: t('SEARCH_PRODUCTS', (theme === null || theme === void 0 || (_theme$defaultLanguag = theme.defaultLanguages) === null || _theme$defaultLanguag === void 0 ? void 0 : _theme$defaultLanguag.SEARCH_PRODUCTS) || 'Search Products'),
42
42
  lazyLoad: business === null || business === void 0 ? void 0 : business.lazy_load_products_recommended
43
43
  })), /*#__PURE__*/_react.default.createElement(_styles.Container, null, /*#__PURE__*/_react.default.createElement(_styles.FilterWrapper, null, /*#__PURE__*/_react.default.createElement(_styles.FilterItem, null, /*#__PURE__*/_react.default.createElement("span", null, t('PREORDER_STEP_2_TIME_OPTION_MIN', 'Min'), "."), /*#__PURE__*/_react.default.createElement(_Inputs.Input, {
44
44
  value: (priceFilterValues === null || priceFilterValues === void 0 ? void 0 : priceFilterValues.min) || '',
@@ -27,7 +27,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
27
27
  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; } }
28
28
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
29
29
  var ProfessionalInfoUI = function ProfessionalInfoUI(props) {
30
- var _userState$user, _userState$user2, _userState$user3, _userState$user4, _userState$user4$occu, _userState$user5, _userState$user5$occu, _userState$user6, _userState$user6$occu;
30
+ var _userState$user, _userState$user2, _userState$user3, _userState$user4, _userState$user5, _userState$user6;
31
31
  var userState = props.userState,
32
32
  userReviewState = props.userReviewState;
33
33
  var _useUtils = (0, _orderingComponentsExternal.useUtils)(),
@@ -51,14 +51,14 @@ var ProfessionalInfoUI = function ProfessionalInfoUI(props) {
51
51
  width: 250,
52
52
  height: 250
53
53
  }) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, userState !== null && userState !== void 0 && (_userState$user = userState.user) !== null && _userState$user !== void 0 && _userState$user.photo ? /*#__PURE__*/_react.default.createElement(_styles.ProfessionalPhoto, {
54
- bgimage: optimizeImage(userState === null || userState === void 0 ? void 0 : (_userState$user2 = userState.user) === null || _userState$user2 === void 0 ? void 0 : _userState$user2.photo, 'h_200,c_limit')
54
+ bgimage: optimizeImage(userState === null || userState === void 0 || (_userState$user2 = userState.user) === null || _userState$user2 === void 0 ? void 0 : _userState$user2.photo, 'h_200,c_limit')
55
55
  }) : /*#__PURE__*/_react.default.createElement(_FaUserAlt.default, null))), /*#__PURE__*/_react.default.createElement(_styles.InfoWrapper, null, /*#__PURE__*/_react.default.createElement("h2", null, userState !== null && userState !== void 0 && userState.loading ? /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
56
56
  width: 120,
57
57
  height: 20
58
- }) : userState === null || userState === void 0 ? void 0 : (_userState$user3 = userState.user) === null || _userState$user3 === void 0 ? void 0 : _userState$user3.name), /*#__PURE__*/_react.default.createElement(_styles.OccupationWrapper, null, userState !== null && userState !== void 0 && userState.loading ? /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
58
+ }) : userState === null || userState === void 0 || (_userState$user3 = userState.user) === null || _userState$user3 === void 0 ? void 0 : _userState$user3.name), /*#__PURE__*/_react.default.createElement(_styles.OccupationWrapper, null, userState !== null && userState !== void 0 && userState.loading ? /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
59
59
  width: 100,
60
60
  height: 15
61
- }) : /*#__PURE__*/_react.default.createElement("p", null, userState === null || userState === void 0 ? void 0 : (_userState$user4 = userState.user) === null || _userState$user4 === void 0 ? void 0 : (_userState$user4$occu = _userState$user4.occupation) === null || _userState$user4$occu === void 0 ? void 0 : _userState$user4$occu.name)), (userState === null || userState === void 0 ? void 0 : (_userState$user5 = userState.user) === null || _userState$user5 === void 0 ? void 0 : (_userState$user5$occu = _userState$user5.occupation) === null || _userState$user5$occu === void 0 ? void 0 : _userState$user5$occu.description) && /*#__PURE__*/_react.default.createElement(_styles.Description, null, userState === null || userState === void 0 ? void 0 : (_userState$user6 = userState.user) === null || _userState$user6 === void 0 ? void 0 : (_userState$user6$occu = _userState$user6.occupation) === null || _userState$user6$occu === void 0 ? void 0 : _userState$user6$occu.description)), /*#__PURE__*/_react.default.createElement(_styles.Divider, null), /*#__PURE__*/_react.default.createElement(_styles.ReviewWrapper, null, /*#__PURE__*/_react.default.createElement("h2", null, t('REVIEWS', 'Reviews')), userReviewState.loading ? _toConsumableArray(Array(5).keys()).map(function (i) {
61
+ }) : /*#__PURE__*/_react.default.createElement("p", null, userState === null || userState === void 0 || (_userState$user4 = userState.user) === null || _userState$user4 === void 0 || (_userState$user4 = _userState$user4.occupation) === null || _userState$user4 === void 0 ? void 0 : _userState$user4.name)), (userState === null || userState === void 0 || (_userState$user5 = userState.user) === null || _userState$user5 === void 0 || (_userState$user5 = _userState$user5.occupation) === null || _userState$user5 === void 0 ? void 0 : _userState$user5.description) && /*#__PURE__*/_react.default.createElement(_styles.Description, null, userState === null || userState === void 0 || (_userState$user6 = userState.user) === null || _userState$user6 === void 0 || (_userState$user6 = _userState$user6.occupation) === null || _userState$user6 === void 0 ? void 0 : _userState$user6.description)), /*#__PURE__*/_react.default.createElement(_styles.Divider, null), /*#__PURE__*/_react.default.createElement(_styles.ReviewWrapper, null, /*#__PURE__*/_react.default.createElement("h2", null, t('REVIEWS', 'Reviews')), userReviewState.loading ? _toConsumableArray(Array(5).keys()).map(function (i) {
62
62
  return /*#__PURE__*/_react.default.createElement(_styles.ReviewItemContatiner, {
63
63
  key: i
64
64
  }, /*#__PURE__*/_react.default.createElement(_styles.ReviewQualityContainer, null, /*#__PURE__*/_react.default.createElement(_styles.ReviewBarContainer, null, /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
@@ -79,9 +79,9 @@ var PromotionsUI = function PromotionsUI(props) {
79
79
  });
80
80
  }
81
81
  };
82
- var filteredOffers = offersState === null || offersState === void 0 ? void 0 : (_offersState$offers = offersState.offers) === null || _offersState$offers === void 0 ? void 0 : _offersState$offers.filter(function (offer) {
83
- var _offer$name, _offer$name$toLowerCa;
84
- return offer === null || offer === void 0 ? void 0 : (_offer$name = offer.name) === null || _offer$name === void 0 ? void 0 : (_offer$name$toLowerCa = _offer$name.toLowerCase()) === null || _offer$name$toLowerCa === void 0 ? void 0 : _offer$name$toLowerCa.includes(searchValue === null || searchValue === void 0 ? void 0 : searchValue.toLowerCase());
82
+ var filteredOffers = offersState === null || offersState === void 0 || (_offersState$offers = offersState.offers) === null || _offersState$offers === void 0 ? void 0 : _offersState$offers.filter(function (offer) {
83
+ var _offer$name;
84
+ return offer === null || offer === void 0 || (_offer$name = offer.name) === null || _offer$name === void 0 || (_offer$name = _offer$name.toLowerCase()) === null || _offer$name === void 0 ? void 0 : _offer$name.includes(searchValue === null || searchValue === void 0 ? void 0 : searchValue.toLowerCase());
85
85
  });
86
86
  var targetString = (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.target) === 1 ? t('SUBTOTAL', 'Subtotal') : (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.target) === 2 ? t('DELIVERY_FEE', 'Delivery fee') : t('SERVICE_FEE', 'Service fee');
87
87
  return /*#__PURE__*/_react.default.createElement(_styles.PromotionsContainer, null, /*#__PURE__*/_react.default.createElement(_styles.PromotionTitle, null, t('PROMOTIONS', 'Promotions')), /*#__PURE__*/_react.default.createElement(_styles.SearchBarContainer, null, /*#__PURE__*/_react.default.createElement(_SearchBar.SearchBar, {
@@ -106,11 +106,11 @@ var PromotionsUI = function PromotionsUI(props) {
106
106
  })), (!(offersState !== null && offersState !== void 0 && offersState.loading) && (filteredOffers === null || filteredOffers === void 0 ? void 0 : filteredOffers.length) === 0 || (offersState === null || offersState === void 0 ? void 0 : offersState.error)) && /*#__PURE__*/_react.default.createElement(_NotFoundSource.NotFoundSource, {
107
107
  content: (offersState === null || offersState === void 0 ? void 0 : offersState.error) || t('NOT_FOUND_OFFERS', 'Not found offers')
108
108
  }), !(offersState !== null && offersState !== void 0 && offersState.loading) && ((_offersState$offers2 = offersState.offers) === null || _offersState$offers2 === void 0 ? void 0 : _offersState$offers2.length) > 0 && (filteredOffers === null || filteredOffers === void 0 ? void 0 : filteredOffers.map(function (offer) {
109
- var _theme$images, _theme$images$dummies;
109
+ var _theme$images;
110
110
  return /*#__PURE__*/_react.default.createElement(_styles.SingleOfferContainer, {
111
111
  key: offer.id
112
112
  }, /*#__PURE__*/_react.default.createElement(_styles.OfferInfoWrapper, null, /*#__PURE__*/_react.default.createElement(_styles.BusinessLogo, {
113
- bgimage: (offer === null || offer === void 0 ? void 0 : offer.image) || ((_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)
113
+ bgimage: (offer === null || offer === void 0 ? void 0 : offer.image) || ((_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.dummies) === null || _theme$images === void 0 ? void 0 : _theme$images.businessLogo)
114
114
  }), /*#__PURE__*/_react.default.createElement(_styles.OfferInformation, null, /*#__PURE__*/_react.default.createElement("h2", null, offer === null || offer === void 0 ? void 0 : offer.name), /*#__PURE__*/_react.default.createElement(_styles.Description, null, offer === null || offer === void 0 ? void 0 : offer.description), /*#__PURE__*/_react.default.createElement(_styles.ExpiresAt, null, t('EXPIRES', 'Expires'), " ", parseDate(offer === null || offer === void 0 ? void 0 : offer.end, {
115
115
  outputFormat: 'MMM DD, YYYY'
116
116
  })), /*#__PURE__*/_react.default.createElement(_styles.AvailableBusinesses, null, /*#__PURE__*/_react.default.createElement("p", null, t('APPLY_FOR', 'Apply for'), ":"), /*#__PURE__*/_react.default.createElement("p", null, offer.businesses.map(function (business, i) {
@@ -129,7 +129,7 @@ var PromotionsUI = function PromotionsUI(props) {
129
129
  onClose: function onClose() {
130
130
  return setOpenModal(false);
131
131
  }
132
- }, /*#__PURE__*/_react.default.createElement(_styles.OfferView, null, /*#__PURE__*/_react.default.createElement("h2", null, "".concat(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.name, " / ").concat(t('VALUE_OF_OFFER', 'Value of offer'), ": ").concat((offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.rate_type) === 1 ? "".concat(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.rate, "%") : "".concat(parsePrice(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.rate)))), /*#__PURE__*/_react.default.createElement(_styles.OfferData, null, (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.type) === 2 && /*#__PURE__*/_react.default.createElement(_styles.Code, null, /*#__PURE__*/_react.default.createElement("p", null, t('YOUR_CODE', 'Your code')), /*#__PURE__*/_react.default.createElement("span", null, offerSelected.coupon)), /*#__PURE__*/_react.default.createElement("p", null, t('APPLIES_TO', 'Applies to'), ": ", targetString), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.auto) && /*#__PURE__*/_react.default.createElement("p", null, t('OFFER_AUTOMATIC', 'This offer applies automatic')), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.minimum) && /*#__PURE__*/_react.default.createElement("p", null, t('MINIMUM_PURCHASE_FOR_OFFER', 'Minimum purshase for use this offer'), ": ", parsePrice(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.minimum)), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.max_discount) && /*#__PURE__*/_react.default.createElement("p", null, t('MAX_DISCOUNT_ALLOWED', 'Max discount allowed'), ": ", parsePrice(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.max_discount)), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.description) && /*#__PURE__*/_react.default.createElement("p", null, offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.description)), /*#__PURE__*/_react.default.createElement("h2", null, t('AVAILABLE_BUSINESSES_FOR_OFFER', 'Available businesses for this offer')), /*#__PURE__*/_react.default.createElement("div", null, offerSelected === null || offerSelected === void 0 ? void 0 : (_offerSelected$busine = offerSelected.businesses) === null || _offerSelected$busine === void 0 ? void 0 : _offerSelected$busine.map(function (business) {
132
+ }, /*#__PURE__*/_react.default.createElement(_styles.OfferView, null, /*#__PURE__*/_react.default.createElement("h2", null, "".concat(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.name, " / ").concat(t('VALUE_OF_OFFER', 'Value of offer'), ": ").concat((offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.rate_type) === 1 ? "".concat(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.rate, "%") : "".concat(parsePrice(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.rate)))), /*#__PURE__*/_react.default.createElement(_styles.OfferData, null, (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.type) === 2 && /*#__PURE__*/_react.default.createElement(_styles.Code, null, /*#__PURE__*/_react.default.createElement("p", null, t('YOUR_CODE', 'Your code')), /*#__PURE__*/_react.default.createElement("span", null, offerSelected.coupon)), /*#__PURE__*/_react.default.createElement("p", null, t('APPLIES_TO', 'Applies to'), ": ", targetString), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.auto) && /*#__PURE__*/_react.default.createElement("p", null, t('OFFER_AUTOMATIC', 'This offer applies automatic')), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.minimum) && /*#__PURE__*/_react.default.createElement("p", null, t('MINIMUM_PURCHASE_FOR_OFFER', 'Minimum purshase for use this offer'), ": ", parsePrice(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.minimum)), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.max_discount) && /*#__PURE__*/_react.default.createElement("p", null, t('MAX_DISCOUNT_ALLOWED', 'Max discount allowed'), ": ", parsePrice(offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.max_discount)), (offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.description) && /*#__PURE__*/_react.default.createElement("p", null, offerSelected === null || offerSelected === void 0 ? void 0 : offerSelected.description)), /*#__PURE__*/_react.default.createElement("h2", null, t('AVAILABLE_BUSINESSES_FOR_OFFER', 'Available businesses for this offer')), /*#__PURE__*/_react.default.createElement("div", null, offerSelected === null || offerSelected === void 0 || (_offerSelected$busine = offerSelected.businesses) === null || _offerSelected$busine === void 0 ? void 0 : _offerSelected$busine.map(function (business) {
133
133
  return /*#__PURE__*/_react.default.createElement(_styles.SingleBusinessOffer, {
134
134
  key: business.id
135
135
  }, /*#__PURE__*/_react.default.createElement(_styles.BusinessLogo, {
@@ -49,7 +49,7 @@ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefine
49
49
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
50
50
  var layoutOne = 'groceries';
51
51
  var RenderProductsLayout = function RenderProductsLayout(props) {
52
- var _configs$use_parent_c, _configs$use_parent_c2, _theme$business_view, _theme$business_view$, _theme$business_view$2, _theme$business_view$3, _theme$business_view$4, _theme$business_view2, _theme$business_view3, _theme$business_view4, _theme$business_view5, _theme$business_view6, _theme$business_view7, _theme$business_view8, _theme$business_view9, _theme$business_view10, _theme$business_view11, _theme$business_view12, _theme$business_view13, _theme$business_view14, _theme$business_view15, _theme$business_view16, _theme$business_view17, _theme$business_view18, _theme$business_view19, _theme$business_view20, _theme$business_view21, _theme$business_view22, _theme$business_view23, _theme$business_view24, _theme$business_view25, _theme$business_view$5, _theme$business_view26, _theme$business_view27, _theme$business_view28, _theme$business_view29, _theme$business_view30, _theme$business_view31, _businessState$busine, _businessState$busine2, _businessState$busine3, _businessState$busine4, _business$previously_, _business$professiona, _business$categories, _theme$defaultLanguag, _theme$defaultLanguag2, _business$professiona2, _business$categories2, _theme$defaultLanguag4, _theme$defaultLanguag5, _business$professiona3, _currentCart$products, _business$professiona4, _business$categories3, _theme$defaultLanguag6, _theme$defaultLanguag7, _business$previously_2, _theme$defaultLanguag8, _theme$defaultLanguag9, _currentCart$products2, _currentCart$products3;
52
+ var _configs$use_parent_c, _configs$use_parent_c2, _theme$business_view, _theme$business_view2, _theme$business_view3, _theme$business_view4, _theme$business_view5, _theme$business_view6, _theme$business_view$, _theme$business_view7, _theme$business_view8, _businessState$busine, _businessState$busine2, _businessState$busine3, _businessState$busine4, _business$previously_, _business$professiona, _business$categories, _theme$defaultLanguag, _theme$defaultLanguag2, _business$professiona2, _business$categories2, _theme$defaultLanguag4, _theme$defaultLanguag5, _business$professiona3, _currentCart$products, _business$professiona4, _business$categories3, _theme$defaultLanguag6, _theme$defaultLanguag7, _business$previously_2, _theme$defaultLanguag8, _theme$defaultLanguag9, _currentCart$products2, _currentCart$products3;
53
53
  var errors = props.errors,
54
54
  isError = props.isError,
55
55
  isLoading = props.isLoading,
@@ -111,16 +111,16 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
111
111
  _useState6 = _slicedToArray(_useState5, 2),
112
112
  categoryClicked = _useState6[0],
113
113
  setCategoryClicked = _useState6[1];
114
- var isUseParentCategory = ((configs === null || configs === void 0 ? void 0 : (_configs$use_parent_c = configs.use_parent_category) === null || _configs$use_parent_c === void 0 ? void 0 : _configs$use_parent_c.value) === 'true' || (configs === null || configs === void 0 ? void 0 : (_configs$use_parent_c2 = configs.use_parent_category) === null || _configs$use_parent_c2 === void 0 ? void 0 : _configs$use_parent_c2.value) === '1') && !useKioskApp;
115
- var BusinessBasicInformationComponent = (theme === null || theme === void 0 ? void 0 : (_theme$business_view = theme.business_view) === null || _theme$business_view === void 0 ? void 0 : (_theme$business_view$ = _theme$business_view.components) === null || _theme$business_view$ === void 0 ? void 0 : (_theme$business_view$2 = _theme$business_view$.header) === null || _theme$business_view$2 === void 0 ? void 0 : (_theme$business_view$3 = _theme$business_view$2.components) === null || _theme$business_view$3 === void 0 ? void 0 : (_theme$business_view$4 = _theme$business_view$3.layout) === null || _theme$business_view$4 === void 0 ? void 0 : _theme$business_view$4.type) === 'red' ? _seven.BusinessBasicInformation : (theme === null || theme === void 0 ? void 0 : (_theme$business_view2 = theme.business_view) === null || _theme$business_view2 === void 0 ? void 0 : (_theme$business_view3 = _theme$business_view2.components) === null || _theme$business_view3 === void 0 ? void 0 : (_theme$business_view4 = _theme$business_view3.header) === null || _theme$business_view4 === void 0 ? void 0 : (_theme$business_view5 = _theme$business_view4.components) === null || _theme$business_view5 === void 0 ? void 0 : (_theme$business_view6 = _theme$business_view5.layout) === null || _theme$business_view6 === void 0 ? void 0 : _theme$business_view6.type) === 'starbucks' ? _six.BusinessBasicInformation : (theme === null || theme === void 0 ? void 0 : (_theme$business_view7 = theme.business_view) === null || _theme$business_view7 === void 0 ? void 0 : (_theme$business_view8 = _theme$business_view7.components) === null || _theme$business_view8 === void 0 ? void 0 : (_theme$business_view9 = _theme$business_view8.header) === null || _theme$business_view9 === void 0 ? void 0 : (_theme$business_view10 = _theme$business_view9.components) === null || _theme$business_view10 === void 0 ? void 0 : (_theme$business_view11 = _theme$business_view10.layout) === null || _theme$business_view11 === void 0 ? void 0 : _theme$business_view11.type) === 'old' ? _BusinessBasicInformation2.BusinessBasicInformation : _BusinessBasicInformation.BusinessBasicInformation;
116
- var SearchProductsComponent = (theme === null || theme === void 0 ? void 0 : (_theme$business_view12 = theme.business_view) === null || _theme$business_view12 === void 0 ? void 0 : (_theme$business_view13 = _theme$business_view12.components) === null || _theme$business_view13 === void 0 ? void 0 : (_theme$business_view14 = _theme$business_view13.product_search) === null || _theme$business_view14 === void 0 ? void 0 : (_theme$business_view15 = _theme$business_view14.components) === null || _theme$business_view15 === void 0 ? void 0 : (_theme$business_view16 = _theme$business_view15.layout) === null || _theme$business_view16 === void 0 ? void 0 : _theme$business_view16.type) === 'old' ? _SearchProducts2.SearchProducts : (theme === null || theme === void 0 ? void 0 : (_theme$business_view17 = theme.business_view) === null || _theme$business_view17 === void 0 ? void 0 : (_theme$business_view18 = _theme$business_view17.components) === null || _theme$business_view18 === void 0 ? void 0 : (_theme$business_view19 = _theme$business_view18.product_search) === null || _theme$business_view19 === void 0 ? void 0 : (_theme$business_view20 = _theme$business_view19.components) === null || _theme$business_view20 === void 0 ? void 0 : (_theme$business_view21 = _theme$business_view20.layout) === null || _theme$business_view21 === void 0 ? void 0 : _theme$business_view21.type) === 'starbucks' ? _SearchProducts3.SearchProducts : null;
114
+ var isUseParentCategory = ((configs === null || configs === void 0 || (_configs$use_parent_c = configs.use_parent_category) === null || _configs$use_parent_c === void 0 ? void 0 : _configs$use_parent_c.value) === 'true' || (configs === null || configs === void 0 || (_configs$use_parent_c2 = configs.use_parent_category) === null || _configs$use_parent_c2 === void 0 ? void 0 : _configs$use_parent_c2.value) === '1') && !useKioskApp;
115
+ var BusinessBasicInformationComponent = (theme === null || theme === void 0 || (_theme$business_view = theme.business_view) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.components) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.header) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.components) === null || _theme$business_view === void 0 || (_theme$business_view = _theme$business_view.layout) === null || _theme$business_view === void 0 ? void 0 : _theme$business_view.type) === 'red' ? _seven.BusinessBasicInformation : (theme === null || theme === void 0 || (_theme$business_view2 = theme.business_view) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.components) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.header) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.components) === null || _theme$business_view2 === void 0 || (_theme$business_view2 = _theme$business_view2.layout) === null || _theme$business_view2 === void 0 ? void 0 : _theme$business_view2.type) === 'starbucks' ? _six.BusinessBasicInformation : (theme === null || theme === void 0 || (_theme$business_view3 = theme.business_view) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.components) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.header) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.components) === null || _theme$business_view3 === void 0 || (_theme$business_view3 = _theme$business_view3.layout) === null || _theme$business_view3 === void 0 ? void 0 : _theme$business_view3.type) === 'old' ? _BusinessBasicInformation2.BusinessBasicInformation : _BusinessBasicInformation.BusinessBasicInformation;
116
+ var SearchProductsComponent = (theme === null || theme === void 0 || (_theme$business_view4 = theme.business_view) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.components) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.product_search) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.components) === null || _theme$business_view4 === void 0 || (_theme$business_view4 = _theme$business_view4.layout) === null || _theme$business_view4 === void 0 ? void 0 : _theme$business_view4.type) === 'old' ? _SearchProducts2.SearchProducts : (theme === null || theme === void 0 || (_theme$business_view5 = theme.business_view) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.components) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.product_search) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.components) === null || _theme$business_view5 === void 0 || (_theme$business_view5 = _theme$business_view5.layout) === null || _theme$business_view5 === void 0 ? void 0 : _theme$business_view5.type) === 'starbucks' ? _SearchProducts3.SearchProducts : null;
117
117
  var frontLayout = business === null || business === void 0 ? void 0 : business.front_layout;
118
118
  var businessLayout = {
119
119
  layoutOne: frontLayout === layoutOne && isUseParentCategory
120
120
  };
121
- var showCartOnProductList = !(theme !== null && theme !== void 0 && (_theme$business_view22 = theme.business_view) !== null && _theme$business_view22 !== void 0 && (_theme$business_view23 = _theme$business_view22.components) !== null && _theme$business_view23 !== void 0 && (_theme$business_view24 = _theme$business_view23.cart) !== null && _theme$business_view24 !== void 0 && (_theme$business_view25 = _theme$business_view24.components) !== null && _theme$business_view25 !== void 0 && _theme$business_view25.hidden);
122
- var hideBusinessNearCity = (_theme$business_view$5 = theme === null || theme === void 0 ? void 0 : (_theme$business_view26 = theme.business_view) === null || _theme$business_view26 === void 0 ? void 0 : (_theme$business_view27 = _theme$business_view26.components) === null || _theme$business_view27 === void 0 ? void 0 : (_theme$business_view28 = _theme$business_view27.near_business) === null || _theme$business_view28 === void 0 ? void 0 : _theme$business_view28.hidden) !== null && _theme$business_view$5 !== void 0 ? _theme$business_view$5 : true;
123
- var hidePreviousOrdered = theme === null || theme === void 0 ? void 0 : (_theme$business_view29 = theme.business_view) === null || _theme$business_view29 === void 0 ? void 0 : (_theme$business_view30 = _theme$business_view29.components) === null || _theme$business_view30 === void 0 ? void 0 : (_theme$business_view31 = _theme$business_view30.products_ordered) === null || _theme$business_view31 === void 0 ? void 0 : _theme$business_view31.hidden;
121
+ var showCartOnProductList = !(theme !== null && theme !== void 0 && (_theme$business_view6 = theme.business_view) !== null && _theme$business_view6 !== void 0 && (_theme$business_view6 = _theme$business_view6.components) !== null && _theme$business_view6 !== void 0 && (_theme$business_view6 = _theme$business_view6.cart) !== null && _theme$business_view6 !== void 0 && (_theme$business_view6 = _theme$business_view6.components) !== null && _theme$business_view6 !== void 0 && _theme$business_view6.hidden);
122
+ var hideBusinessNearCity = (_theme$business_view$ = theme === null || theme === void 0 || (_theme$business_view7 = theme.business_view) === null || _theme$business_view7 === void 0 || (_theme$business_view7 = _theme$business_view7.components) === null || _theme$business_view7 === void 0 || (_theme$business_view7 = _theme$business_view7.near_business) === null || _theme$business_view7 === void 0 ? void 0 : _theme$business_view7.hidden) !== null && _theme$business_view$ !== void 0 ? _theme$business_view$ : true;
123
+ var hidePreviousOrdered = theme === null || theme === void 0 || (_theme$business_view8 = theme.business_view) === null || _theme$business_view8 === void 0 || (_theme$business_view8 = _theme$business_view8.components) === null || _theme$business_view8 === void 0 || (_theme$business_view8 = _theme$business_view8.products_ordered) === null || _theme$business_view8 === void 0 ? void 0 : _theme$business_view8.hidden;
124
124
  var BusinessLayoutCategories = businessLayout.layoutOne ? _groceries.BusinessProductsCategories : _BusinessProductsCategories.BusinessProductsCategories;
125
125
  var BusinessLayoutProductsList = businessLayout.layoutOne ? _groceries2.BusinessProductsList : _BusinessProductsList.BusinessProductsList;
126
126
  var handleSaveProduct = function handleSaveProduct() {
@@ -150,9 +150,9 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
150
150
  }, (!hideBusinessNearCity && !useKioskApp || props.forceShowNearBusiness) && !isCustomLayout && /*#__PURE__*/_react.default.createElement(_styles.NearBusiness, null, /*#__PURE__*/_react.default.createElement(_BusinessesListing.BusinessesListing, {
151
151
  logosLayout: true,
152
152
  propsToFetch: ['id', 'logo', 'location', 'timezone', 'schedule', 'open', 'slug'],
153
- cityId: businessState === null || businessState === void 0 ? void 0 : (_businessState$busine = businessState.business) === null || _businessState$busine === void 0 ? void 0 : _businessState$busine.city_id,
153
+ cityId: businessState === null || businessState === void 0 || (_businessState$busine = businessState.business) === null || _businessState$busine === void 0 ? void 0 : _businessState$busine.city_id,
154
154
  onBusinessClick: onBusinessClick,
155
- actualSlug: businessState === null || businessState === void 0 ? void 0 : (_businessState$busine2 = businessState.business) === null || _businessState$busine2 === void 0 ? void 0 : _businessState$busine2.slug
155
+ actualSlug: businessState === null || businessState === void 0 || (_businessState$busine2 = businessState.business) === null || _businessState$busine2 === void 0 ? void 0 : _businessState$busine2.slug
156
156
  })), /*#__PURE__*/_react.default.createElement("div", {
157
157
  className: "bp-list"
158
158
  }, !useKioskApp && /*#__PURE__*/_react.default.createElement(BusinessBasicInformationComponent, _extends({}, props, {
@@ -169,9 +169,9 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
169
169
  categoryClicked: categoryClicked,
170
170
  categorySelected: categorySelected,
171
171
  setCategoryClicked: setCategoryClicked
172
- })), (businessState === null || businessState === void 0 ? void 0 : (_businessState$busine3 = businessState.business) === null || _businessState$busine3 === void 0 ? void 0 : _businessState$busine3.id) && /*#__PURE__*/_react.default.createElement(_styles.PageBannerWrapper, null, /*#__PURE__*/_react.default.createElement(_PageBanner.PageBanner, {
172
+ })), (businessState === null || businessState === void 0 || (_businessState$busine3 = businessState.business) === null || _businessState$busine3 === void 0 ? void 0 : _businessState$busine3.id) && /*#__PURE__*/_react.default.createElement(_styles.PageBannerWrapper, null, /*#__PURE__*/_react.default.createElement(_PageBanner.PageBanner, {
173
173
  position: "web_business_page",
174
- businessId: businessState === null || businessState === void 0 ? void 0 : (_businessState$busine4 = businessState.business) === null || _businessState$busine4 === void 0 ? void 0 : _businessState$busine4.id,
174
+ businessId: businessState === null || businessState === void 0 || (_businessState$busine4 = businessState.business) === null || _businessState$busine4 === void 0 ? void 0 : _businessState$busine4.id,
175
175
  isCustomerMode: isCustomerMode
176
176
  })), !errorQuantityProducts && SearchProductsComponent && !useKioskApp && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styles.WrapperSearch, null, /*#__PURE__*/_react.default.createElement(SearchProductsComponent, {
177
177
  handleChangeSearch: handleChangeSearch,
@@ -182,7 +182,7 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
182
182
  return handleChangeSortBy && handleChangeSortBy(val);
183
183
  },
184
184
  businessState: businessState
185
- }))), !(business !== null && business !== void 0 && business.loading) && (business === null || business === void 0 ? void 0 : (_business$previously_ = business.previously_products) === null || _business$previously_ === void 0 ? void 0 : _business$previously_.length) > 0 && !hidePreviousOrdered && windowSize.width < 993 && !categoryClicked && /*#__PURE__*/_react.default.createElement(_OrderItAgain.OrderItAgain, {
185
+ }))), !(business !== null && business !== void 0 && business.loading) && (business === null || business === void 0 || (_business$previously_ = business.previously_products) === null || _business$previously_ === void 0 ? void 0 : _business$previously_.length) > 0 && !hidePreviousOrdered && windowSize.width < 993 && !categoryClicked && /*#__PURE__*/_react.default.createElement(_OrderItAgain.OrderItAgain, {
186
186
  onProductClick: onProductClick,
187
187
  productList: business === null || business === void 0 ? void 0 : business.previously_products,
188
188
  businessId: business === null || business === void 0 ? void 0 : business.id
@@ -191,7 +191,7 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
191
191
  id: "wrapper-categories"
192
192
  }, /*#__PURE__*/_react.default.createElement(_styles.BusinessCategoryProductWrapper, {
193
193
  showCartOnProductList: showCartOnProductList
194
- }, (business === null || business === void 0 ? void 0 : (_business$professiona = business.professionals) === null || _business$professiona === void 0 ? void 0 : _business$professiona.length) > 0 && !useKioskApp && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_ProfessionalBusinessFilter.ProfessionalBusinessFilter, {
194
+ }, (business === null || business === void 0 || (_business$professiona = business.professionals) === null || _business$professiona === void 0 ? void 0 : _business$professiona.length) > 0 && !useKioskApp && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_ProfessionalBusinessFilter.ProfessionalBusinessFilter, {
195
195
  sortByOptions: sortByOptions,
196
196
  handleChangeSortBy: handleChangeSortBy,
197
197
  sortByValue: sortByValue,
@@ -208,13 +208,13 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
208
208
  style: {
209
209
  position: 'relative'
210
210
  }
211
- }, !((business === null || business === void 0 ? void 0 : (_business$categories = business.categories) === null || _business$categories === void 0 ? void 0 : _business$categories.length) === 0 && !categoryId) && !(categorySelected !== null && categorySelected !== void 0 && categorySelected.id) && /*#__PURE__*/_react.default.createElement(BusinessLayoutCategories, {
211
+ }, !((business === null || business === void 0 || (_business$categories = business.categories) === null || _business$categories === void 0 ? void 0 : _business$categories.length) === 0 && !categoryId) && !(categorySelected !== null && categorySelected !== void 0 && categorySelected.id) && /*#__PURE__*/_react.default.createElement(BusinessLayoutCategories, {
212
212
  categories: [{
213
213
  id: null,
214
- name: t('ALL', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag = theme.defaultLanguages) === null || _theme$defaultLanguag === void 0 ? void 0 : _theme$defaultLanguag.ALL) || 'All')
214
+ name: t('ALL', (theme === null || theme === void 0 || (_theme$defaultLanguag = theme.defaultLanguages) === null || _theme$defaultLanguag === void 0 ? void 0 : _theme$defaultLanguag.ALL) || 'All')
215
215
  }, {
216
216
  id: 'featured',
217
- name: t('FEATURED', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag2 = theme.defaultLanguages) === null || _theme$defaultLanguag2 === void 0 ? void 0 : _theme$defaultLanguag2.FEATURED) || 'Featured')
217
+ name: t('FEATURED', (theme === null || theme === void 0 || (_theme$defaultLanguag2 = theme.defaultLanguages) === null || _theme$defaultLanguag2 === void 0 ? void 0 : _theme$defaultLanguag2.FEATURED) || 'Featured')
218
218
  }].concat(_toConsumableArray(business === null || business === void 0 ? void 0 : business.categories.sort(function (a, b) {
219
219
  return a.rank - b.rank;
220
220
  }))),
@@ -226,15 +226,15 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
226
226
  business: business,
227
227
  currentCart: currentCart,
228
228
  wContainerStyle: useKioskApp && 'calc(100% - 50px)',
229
- isProfessional: (business === null || business === void 0 ? void 0 : (_business$professiona2 = business.professionals) === null || _business$professiona2 === void 0 ? void 0 : _business$professiona2.length) > 0 && !useKioskApp
230
- }), !((business === null || business === void 0 ? void 0 : (_business$categories2 = business.categories) === null || _business$categories2 === void 0 ? void 0 : _business$categories2.length) === 0 && !categoryId) && (categorySelected === null || categorySelected === void 0 ? void 0 : categorySelected.id) && /*#__PURE__*/_react.default.createElement(_styles.BackButton, null, /*#__PURE__*/_react.default.createElement(_Buttons.Button, {
229
+ isProfessional: (business === null || business === void 0 || (_business$professiona2 = business.professionals) === null || _business$professiona2 === void 0 ? void 0 : _business$professiona2.length) > 0 && !useKioskApp
230
+ }), !((business === null || business === void 0 || (_business$categories2 = business.categories) === null || _business$categories2 === void 0 ? void 0 : _business$categories2.length) === 0 && !categoryId) && (categorySelected === null || categorySelected === void 0 ? void 0 : categorySelected.id) && /*#__PURE__*/_react.default.createElement(_styles.BackButton, null, /*#__PURE__*/_react.default.createElement(_Buttons.Button, {
231
231
  color: "primary",
232
232
  initialIcon: true,
233
233
  onClick: function onClick() {
234
234
  var _theme$defaultLanguag3;
235
235
  return onClickCategory({
236
236
  id: null,
237
- name: t('ALL', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag3 = theme.defaultLanguages) === null || _theme$defaultLanguag3 === void 0 ? void 0 : _theme$defaultLanguag3.ALL) || 'All')
237
+ name: t('ALL', (theme === null || theme === void 0 || (_theme$defaultLanguag3 = theme.defaultLanguages) === null || _theme$defaultLanguag3 === void 0 ? void 0 : _theme$defaultLanguag3.ALL) || 'All')
238
238
  });
239
239
  }
240
240
  }, /*#__PURE__*/_react.default.createElement(_reactBootstrapIcons.ArrowLeft, null), /*#__PURE__*/_react.default.createElement("div", null, t('GO_TO_ALL_CATEGORIES', 'Go to all categories')))), useKioskApp && /*#__PURE__*/_react.default.createElement(_styles.WrapperSearchAbsolute, {
@@ -267,10 +267,10 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
267
267
  }, /*#__PURE__*/_react.default.createElement(BusinessLayoutProductsList, {
268
268
  categories: [{
269
269
  id: null,
270
- name: t('ALL', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag4 = theme.defaultLanguages) === null || _theme$defaultLanguag4 === void 0 ? void 0 : _theme$defaultLanguag4.ALL) || 'All')
270
+ name: t('ALL', (theme === null || theme === void 0 || (_theme$defaultLanguag4 = theme.defaultLanguages) === null || _theme$defaultLanguag4 === void 0 ? void 0 : _theme$defaultLanguag4.ALL) || 'All')
271
271
  }, {
272
272
  id: 'featured',
273
- name: t('FEATURED', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag5 = theme.defaultLanguages) === null || _theme$defaultLanguag5 === void 0 ? void 0 : _theme$defaultLanguag5.FEATURED) || 'Featured')
273
+ name: t('FEATURED', (theme === null || theme === void 0 || (_theme$defaultLanguag5 = theme.defaultLanguages) === null || _theme$defaultLanguag5 === void 0 ? void 0 : _theme$defaultLanguag5.FEATURED) || 'Featured')
274
274
  }].concat(_toConsumableArray(business === null || business === void 0 ? void 0 : business.categories.sort(function (a, b) {
275
275
  return a.rank - b.rank;
276
276
  }))),
@@ -296,10 +296,10 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
296
296
  professionalSelected: professionalSelected,
297
297
  handleChangeProfessionalSelected: handleChangeProfessionalSelected
298
298
  }))), windowSize.width >= 1000 && windowSize.height >= 600 && showCartOnProductList && /*#__PURE__*/_react.default.createElement(_styles.BusinessCartContainer, {
299
- isProfessional: (business === null || business === void 0 ? void 0 : (_business$professiona3 = business.professionals) === null || _business$professiona3 === void 0 ? void 0 : _business$professiona3.length) > 0 && !useKioskApp
299
+ isProfessional: (business === null || business === void 0 || (_business$professiona3 = business.professionals) === null || _business$professiona3 === void 0 ? void 0 : _business$professiona3.length) > 0 && !useKioskApp
300
300
  }, /*#__PURE__*/_react.default.createElement(_styles.BusinessCartContent, {
301
301
  maxHeight: window.innerHeight - 100
302
- }, (currentCart === null || currentCart === void 0 ? void 0 : (_currentCart$products = currentCart.products) === null || _currentCart$products === void 0 ? void 0 : _currentCart$products.length) > 0 ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styles.Title, null, t('YOUR_CART', 'Your cart')), /*#__PURE__*/_react.default.createElement(_Cart.Cart, {
302
+ }, (currentCart === null || currentCart === void 0 || (_currentCart$products = currentCart.products) === null || _currentCart$products === void 0 ? void 0 : _currentCart$products.length) > 0 ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styles.Title, null, t('YOUR_CART', 'Your cart')), /*#__PURE__*/_react.default.createElement(_Cart.Cart, {
303
303
  isStore: true,
304
304
  isCustomMode: true,
305
305
  isForceOpenCart: true,
@@ -312,7 +312,7 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
312
312
  businessConfigs: business === null || business === void 0 ? void 0 : business.configs
313
313
  })) : /*#__PURE__*/_react.default.createElement(_styles.EmptyCart, null, /*#__PURE__*/_react.default.createElement("div", {
314
314
  className: "empty-content"
315
- }, /*#__PURE__*/_react.default.createElement(_reactBootstrapIcons.Cart3, null), /*#__PURE__*/_react.default.createElement("p", null, t('ADD_PRODUCTS_IN_YOUR_CART', 'Add products in your cart'))), /*#__PURE__*/_react.default.createElement(_styles.EmptyBtnWrapper, null, /*#__PURE__*/_react.default.createElement("span", null, parsePrice(0)), /*#__PURE__*/_react.default.createElement(_Buttons.Button, null, t('EMPTY_CART', 'Empty cart'))))))), businessLayout.layoutOne && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (business === null || business === void 0 ? void 0 : (_business$professiona4 = business.professionals) === null || _business$professiona4 === void 0 ? void 0 : _business$professiona4.length) > 0 && /*#__PURE__*/_react.default.createElement(_styles.ProfessionalFilterWrapper, {
315
+ }, /*#__PURE__*/_react.default.createElement(_reactBootstrapIcons.Cart3, null), /*#__PURE__*/_react.default.createElement("p", null, t('ADD_PRODUCTS_IN_YOUR_CART', 'Add products in your cart'))), /*#__PURE__*/_react.default.createElement(_styles.EmptyBtnWrapper, null, /*#__PURE__*/_react.default.createElement("span", null, parsePrice(0)), /*#__PURE__*/_react.default.createElement(_Buttons.Button, null, t('EMPTY_CART', 'Empty cart'))))))), businessLayout.layoutOne && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (business === null || business === void 0 || (_business$professiona4 = business.professionals) === null || _business$professiona4 === void 0 ? void 0 : _business$professiona4.length) > 0 && /*#__PURE__*/_react.default.createElement(_styles.ProfessionalFilterWrapper, {
316
316
  isTop: true
317
317
  }, /*#__PURE__*/_react.default.createElement(_ProfessionalFilter.ProfessionalFilter, {
318
318
  professionals: business === null || business === void 0 ? void 0 : business.professionals,
@@ -321,14 +321,14 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
321
321
  handleUpdateProfessionals: handleUpdateProfessionals
322
322
  })), /*#__PURE__*/_react.default.createElement(_styles.BusinessContent, null, /*#__PURE__*/_react.default.createElement(_styles.BusinessCategoriesContainer, {
323
323
  offSticky: true
324
- }, !((business === null || business === void 0 ? void 0 : (_business$categories3 = business.categories) === null || _business$categories3 === void 0 ? void 0 : _business$categories3.length) === 0 && !categoryId) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (!categoryClicked || windowSize.width >= 993) && /*#__PURE__*/_react.default.createElement(BusinessLayoutCategories, {
324
+ }, !((business === null || business === void 0 || (_business$categories3 = business.categories) === null || _business$categories3 === void 0 ? void 0 : _business$categories3.length) === 0 && !categoryId) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (!categoryClicked || windowSize.width >= 993) && /*#__PURE__*/_react.default.createElement(BusinessLayoutCategories, {
325
325
  component: "categories",
326
326
  categories: [{
327
327
  id: null,
328
- name: t('ALL', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag6 = theme.defaultLanguages) === null || _theme$defaultLanguag6 === void 0 ? void 0 : _theme$defaultLanguag6.ALL) || 'All')
328
+ name: t('ALL', (theme === null || theme === void 0 || (_theme$defaultLanguag6 = theme.defaultLanguages) === null || _theme$defaultLanguag6 === void 0 ? void 0 : _theme$defaultLanguag6.ALL) || 'All')
329
329
  }, {
330
330
  id: 'featured',
331
- name: t('FEATURED', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag7 = theme.defaultLanguages) === null || _theme$defaultLanguag7 === void 0 ? void 0 : _theme$defaultLanguag7.FEATURED) || 'Featured')
331
+ name: t('FEATURED', (theme === null || theme === void 0 || (_theme$defaultLanguag7 = theme.defaultLanguages) === null || _theme$defaultLanguag7 === void 0 ? void 0 : _theme$defaultLanguag7.FEATURED) || 'Featured')
332
332
  }].concat(_toConsumableArray(business === null || business === void 0 ? void 0 : business.categories.sort(function (a, b) {
333
333
  return a.rank - b.rank;
334
334
  }))),
@@ -344,7 +344,7 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
344
344
  }))), (categoryClicked || windowSize.width >= 993) && /*#__PURE__*/_react.default.createElement(_styles.BusinessCategoryProductWrapper, null, /*#__PURE__*/_react.default.createElement(_styles.WrapContent, {
345
345
  isGroceries: true,
346
346
  id: "groceries"
347
- }, !(business !== null && business !== void 0 && business.loading) && !hidePreviousOrdered && (business === null || business === void 0 ? void 0 : (_business$previously_2 = business.previously_products) === null || _business$previously_2 === void 0 ? void 0 : _business$previously_2.length) > 0 && windowSize.width >= 993 && /*#__PURE__*/_react.default.createElement(_OrderItAgain.OrderItAgain, {
347
+ }, !(business !== null && business !== void 0 && business.loading) && !hidePreviousOrdered && (business === null || business === void 0 || (_business$previously_2 = business.previously_products) === null || _business$previously_2 === void 0 ? void 0 : _business$previously_2.length) > 0 && windowSize.width >= 993 && /*#__PURE__*/_react.default.createElement(_OrderItAgain.OrderItAgain, {
348
348
  onProductClick: onProductClick,
349
349
  productList: business === null || business === void 0 ? void 0 : business.previously_products,
350
350
  businessId: business === null || business === void 0 ? void 0 : business.id,
@@ -352,10 +352,10 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
352
352
  }), /*#__PURE__*/_react.default.createElement(BusinessLayoutProductsList, {
353
353
  categories: [{
354
354
  id: null,
355
- name: t('ALL', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag8 = theme.defaultLanguages) === null || _theme$defaultLanguag8 === void 0 ? void 0 : _theme$defaultLanguag8.ALL) || 'All')
355
+ name: t('ALL', (theme === null || theme === void 0 || (_theme$defaultLanguag8 = theme.defaultLanguages) === null || _theme$defaultLanguag8 === void 0 ? void 0 : _theme$defaultLanguag8.ALL) || 'All')
356
356
  }, {
357
357
  id: 'featured',
358
- name: t('FEATURED', (theme === null || theme === void 0 ? void 0 : (_theme$defaultLanguag9 = theme.defaultLanguages) === null || _theme$defaultLanguag9 === void 0 ? void 0 : _theme$defaultLanguag9.FEATURED) || 'Featured')
358
+ name: t('FEATURED', (theme === null || theme === void 0 || (_theme$defaultLanguag9 = theme.defaultLanguages) === null || _theme$defaultLanguag9 === void 0 ? void 0 : _theme$defaultLanguag9.FEATURED) || 'Featured')
359
359
  }].concat(_toConsumableArray(business === null || business === void 0 ? void 0 : business.categories.sort(function (a, b) {
360
360
  return a.rank - b.rank;
361
361
  }))),
@@ -369,7 +369,7 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
369
369
  handleSearchRedirect: handleSearchRedirect,
370
370
  featured: featuredProducts,
371
371
  searchValue: searchValue,
372
- isCartOnProductsList: isCartOnProductsList && (currentCart === null || currentCart === void 0 ? void 0 : (_currentCart$products2 = currentCart.products) === null || _currentCart$products2 === void 0 ? void 0 : _currentCart$products2.length) > 0,
372
+ isCartOnProductsList: isCartOnProductsList && (currentCart === null || currentCart === void 0 || (_currentCart$products2 = currentCart.products) === null || _currentCart$products2 === void 0 ? void 0 : _currentCart$products2.length) > 0,
373
373
  handleClearSearch: handleChangeSearch,
374
374
  errorQuantityProducts: errorQuantityProducts,
375
375
  business: business,
@@ -421,7 +421,7 @@ var RenderProductsLayout = function RenderProductsLayout(props) {
421
421
  textAlign: 'center',
422
422
  marginTop: '5px'
423
423
  }
424
- }, t('YOUR_CART', 'Your cart')), (currentCart === null || currentCart === void 0 ? void 0 : (_currentCart$products3 = currentCart.products) === null || _currentCart$products3 === void 0 ? void 0 : _currentCart$products3.length) > 0 ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Cart.Cart, {
424
+ }, t('YOUR_CART', 'Your cart')), (currentCart === null || currentCart === void 0 || (_currentCart$products3 = currentCart.products) === null || _currentCart$products3 === void 0 ? void 0 : _currentCart$products3.length) > 0 ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Cart.Cart, {
425
425
  isStore: true,
426
426
  isCustomMode: true,
427
427
  isForceOpenCart: true,