ordering-ui-external 10.3.0 → 10.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (812) hide show
  1. package/_bundles/{7.ordering-ui.e758aec40c3bf292cadb.js → 7.ordering-ui.8c57feb440eaccd495a4.js} +1 -1
  2. package/_bundles/ordering-ui.8c57feb440eaccd495a4.js +2 -0
  3. package/_modules/components/AddressDetails/index.js +4 -4
  4. package/_modules/components/AddressForm/index.js +30 -30
  5. package/_modules/components/AddressList/index.js +11 -11
  6. package/_modules/components/AddressesPopover/index.js +2 -2
  7. package/_modules/components/AppleLogin/index.js +4 -4
  8. package/_modules/components/AutoScroll/index.js +2 -2
  9. package/_modules/components/BusinessBasicInformation/index.js +11 -11
  10. package/_modules/components/BusinessController/index.js +12 -12
  11. package/_modules/components/BusinessInformation/index.js +8 -8
  12. package/_modules/components/BusinessInformation/styles.js +2 -2
  13. package/_modules/components/BusinessItemAccordion/index.js +4 -4
  14. package/_modules/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  15. package/_modules/components/BusinessProductsList/index.js +4 -4
  16. package/_modules/components/BusinessProductsList/layouts/groceries/index.js +13 -13
  17. package/_modules/components/BusinessProductsListing/index.js +19 -19
  18. package/_modules/components/BusinessTypeFilter/index.js +2 -2
  19. package/_modules/components/BusinessesListing/index.js +9 -9
  20. package/_modules/components/BusinessesListing/styles.js +2 -2
  21. package/_modules/components/BusinessesMap/index.js +3 -3
  22. package/_modules/components/CancellationComponent/index.js +5 -5
  23. package/_modules/components/Cart/index.js +24 -24
  24. package/_modules/components/Cart/styles.js +4 -4
  25. package/_modules/components/CartContent/index.js +2 -2
  26. package/_modules/components/Checkout/index.js +25 -25
  27. package/_modules/components/DriverTips/index.js +3 -3
  28. package/_modules/components/Dropdown/index.js +2 -2
  29. package/_modules/components/ForgotPasswordForm/index.js +2 -2
  30. package/_modules/components/Header/index.js +30 -30
  31. package/_modules/components/HomeHero/index.js +11 -11
  32. package/_modules/components/HorizontalOrdersLayout/index.js +6 -6
  33. package/_modules/components/InputPhoneNumber/index.js +3 -3
  34. package/_modules/components/LanguageSelector/index.js +1 -1
  35. package/_modules/components/LastOrders/index.js +7 -7
  36. package/_modules/components/LoginForm/index.js +20 -20
  37. package/_modules/components/LogoutButton/index.js +2 -2
  38. package/_modules/components/Messages/index.js +4 -4
  39. package/_modules/components/Messages/styles.js +2 -2
  40. package/_modules/components/MomentContent/index.js +3 -3
  41. package/_modules/components/MomentControl/index.js +6 -6
  42. package/_modules/components/MomentPopover/index.js +2 -2
  43. package/_modules/components/NotFoundSource/index.js +2 -2
  44. package/_modules/components/NotNetworkConnectivity/index.js +2 -2
  45. package/_modules/components/OrderDetails/index.js +91 -91
  46. package/_modules/components/OrderDetails/styles.js +2 -2
  47. package/_modules/components/OrderSuccessModal/index.js +10 -10
  48. package/_modules/components/OrdersOption/index.js +26 -26
  49. package/_modules/components/PageNotFound/index.js +5 -5
  50. package/_modules/components/PaymentOptionCash/index.js +2 -2
  51. package/_modules/components/PaymentOptionPaypal/index.js +1 -1
  52. package/_modules/components/PaymentOptionStripe/index.js +1 -1
  53. package/_modules/components/PaymentOptions/index.js +26 -26
  54. package/_modules/components/PhoneAutocomplete/index.js +7 -7
  55. package/_modules/components/PhoneAutocomplete/styles.js +6 -6
  56. package/_modules/components/ProductForm/index.js +15 -15
  57. package/_modules/components/ProductItemAccordion/index.js +2 -2
  58. package/_modules/components/ProductOptionSubOption/index.js +2 -2
  59. package/_modules/components/RenderProductsLayout/SearchProducts/index.js +4 -4
  60. package/_modules/components/RenderProductsLayout/index.js +16 -16
  61. package/_modules/components/ResetPassword/index.js +9 -9
  62. package/_modules/components/ReviewDriver/index.js +4 -4
  63. package/_modules/components/ReviewOrder/index.js +4 -4
  64. package/_modules/components/ReviewProduct/index.js +1 -1
  65. package/_modules/components/SearchBar/index.js +2 -2
  66. package/_modules/components/SearchBar/styles.js +6 -6
  67. package/_modules/components/SignUpForm/index.js +25 -25
  68. package/_modules/components/SingleProductCard/index.js +4 -4
  69. package/_modules/components/SmartAppBanner/index.js +2 -2
  70. package/_modules/components/StripeMethodForm/index.js +7 -7
  71. package/_modules/components/UpsellingPage/index.js +1 -1
  72. package/_modules/components/UserFormDetails/index.js +13 -13
  73. package/_modules/components/UserPopover/index.js +4 -4
  74. package/_modules/components/UserProfileForm/ProfileOptions/index.js +2 -2
  75. package/_modules/components/UserProfileForm/index.js +11 -11
  76. package/_modules/components/VerticalOrdersLayout/SingleOrderCard/index.js +15 -15
  77. package/_modules/hooks/useRecaptcha.js +3 -3
  78. package/_modules/themes/callcenterOriginal/src/components/AddressDetails/index.js +4 -4
  79. package/_modules/themes/callcenterOriginal/src/components/AddressForm/index.js +30 -30
  80. package/_modules/themes/callcenterOriginal/src/components/AddressList/index.js +11 -11
  81. package/_modules/themes/callcenterOriginal/src/components/AdminAreaPopover/styles.js +2 -2
  82. package/_modules/themes/callcenterOriginal/src/components/AppleLogin/index.js +4 -4
  83. package/_modules/themes/callcenterOriginal/src/components/AutoScroll/index.js +4 -4
  84. package/_modules/themes/callcenterOriginal/src/components/BusinessBasicInformation/index.js +8 -8
  85. package/_modules/themes/callcenterOriginal/src/components/BusinessController/index.js +10 -10
  86. package/_modules/themes/callcenterOriginal/src/components/BusinessInformation/index.js +1 -1
  87. package/_modules/themes/callcenterOriginal/src/components/BusinessMenuList/index.js +1 -1
  88. package/_modules/themes/callcenterOriginal/src/components/BusinessPreorder/index.js +7 -7
  89. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  90. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsList/index.js +10 -10
  91. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsList/layouts/groceries/index.js +14 -14
  92. package/_modules/themes/callcenterOriginal/src/components/BusinessProductsListing/index.js +17 -17
  93. package/_modules/themes/callcenterOriginal/src/components/BusinessReviews/index.js +2 -2
  94. package/_modules/themes/callcenterOriginal/src/components/BusinessesListing/index.js +9 -9
  95. package/_modules/themes/callcenterOriginal/src/components/BusinessesListing/styles.js +2 -2
  96. package/_modules/themes/callcenterOriginal/src/components/Cart/index.js +29 -29
  97. package/_modules/themes/callcenterOriginal/src/components/Cart/styles.js +4 -4
  98. package/_modules/themes/callcenterOriginal/src/components/CartContent/index.js +6 -6
  99. package/_modules/themes/callcenterOriginal/src/components/Checkout/index.js +27 -27
  100. package/_modules/themes/callcenterOriginal/src/components/DriverTips/index.js +2 -2
  101. package/_modules/themes/callcenterOriginal/src/components/ForgotPasswordForm/index.js +2 -2
  102. package/_modules/themes/callcenterOriginal/src/components/Header/index.js +27 -27
  103. package/_modules/themes/callcenterOriginal/src/components/Header/styles.js +4 -4
  104. package/_modules/themes/callcenterOriginal/src/components/HeaderOption/index.js +1 -1
  105. package/_modules/themes/callcenterOriginal/src/components/HighestRated/index.js +6 -6
  106. package/_modules/themes/callcenterOriginal/src/components/HomeHero/index.js +8 -8
  107. package/_modules/themes/callcenterOriginal/src/components/HorizontalOrdersLayout/index.js +4 -4
  108. package/_modules/themes/callcenterOriginal/src/components/InputPhoneNumber/index.js +2 -2
  109. package/_modules/themes/callcenterOriginal/src/components/LanguageSelector/index.js +1 -1
  110. package/_modules/themes/callcenterOriginal/src/components/LastOrders/index.js +7 -7
  111. package/_modules/themes/callcenterOriginal/src/components/LoginForm/index.js +8 -8
  112. package/_modules/themes/callcenterOriginal/src/components/Messages/index.js +6 -6
  113. package/_modules/themes/callcenterOriginal/src/components/MessagesListing/index.js +30 -30
  114. package/_modules/themes/callcenterOriginal/src/components/MomentContent/index.js +4 -4
  115. package/_modules/themes/callcenterOriginal/src/components/MomentControl/index.js +5 -5
  116. package/_modules/themes/callcenterOriginal/src/components/NotFoundSource/index.js +2 -2
  117. package/_modules/themes/callcenterOriginal/src/components/OrderDetails/index.js +68 -68
  118. package/_modules/themes/callcenterOriginal/src/components/OrderDetails/styles.js +2 -2
  119. package/_modules/themes/callcenterOriginal/src/components/OrderProgress/index.js +28 -28
  120. package/_modules/themes/callcenterOriginal/src/components/OrderTypeSelectorContent/index.js +7 -7
  121. package/_modules/themes/callcenterOriginal/src/components/OrderTypeSelectorHeader/index.js +1 -1
  122. package/_modules/themes/callcenterOriginal/src/components/Orders/AddressForm/index.js +32 -32
  123. package/_modules/themes/callcenterOriginal/src/components/Orders/AddressList/index.js +11 -11
  124. package/_modules/themes/callcenterOriginal/src/components/Orders/AllInOne/DriversManager/index.js +2 -2
  125. package/_modules/themes/callcenterOriginal/src/components/Orders/Appointments/EventComponent.js +3 -3
  126. package/_modules/themes/callcenterOriginal/src/components/Orders/Appointments/index.js +2 -2
  127. package/_modules/themes/callcenterOriginal/src/components/Orders/CompanySelector/index.js +4 -4
  128. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/CardForm/index.js +3 -3
  129. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/CardFormCustom/index.js +2 -2
  130. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/CartBill/index.js +21 -21
  131. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/Checkout/index.js +26 -26
  132. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/DriverTips/index.js +4 -4
  133. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/Map/index.js +9 -9
  134. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionCard/index.js +1 -1
  135. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionCash/index.js +2 -2
  136. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionPaypal/index.js +1 -1
  137. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionStripe/index.js +8 -8
  138. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionStripe/styles.js +1 -1
  139. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptionWallet/index.js +3 -3
  140. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/PaymentOptions/index.js +35 -35
  141. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/ProductForm/index.js +24 -24
  142. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/ProductOptionSubOption/index.js +2 -2
  143. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SelectBusinesses/index.js +2 -2
  144. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SelectCustomer/index.js +1 -1
  145. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SelectProducts/index.js +3 -3
  146. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SingleProductCard/index.js +10 -10
  147. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/SingleProductCard/styles.js +5 -5
  148. package/_modules/themes/callcenterOriginal/src/components/Orders/CreateCustomOrder/StripeMethodForm/index.js +7 -7
  149. package/_modules/themes/callcenterOriginal/src/components/Orders/DeliveriesLocation/index.js +31 -31
  150. package/_modules/themes/callcenterOriginal/src/components/Orders/DeliveriesManager/index.js +2 -2
  151. package/_modules/themes/callcenterOriginal/src/components/Orders/DriverMapMarkerAndInfo/index.js +3 -3
  152. package/_modules/themes/callcenterOriginal/src/components/Orders/DriverSelector/index.js +4 -4
  153. package/_modules/themes/callcenterOriginal/src/components/Orders/DriversList/index.js +2 -2
  154. package/_modules/themes/callcenterOriginal/src/components/Orders/DriversLocation/index.js +15 -15
  155. package/_modules/themes/callcenterOriginal/src/components/Orders/DriversManager/index.js +2 -2
  156. package/_modules/themes/callcenterOriginal/src/components/Orders/GoogleMapsApiKeySettingButton/index.js +1 -1
  157. package/_modules/themes/callcenterOriginal/src/components/Orders/InterActOrderMarker/index.js +3 -3
  158. package/_modules/themes/callcenterOriginal/src/components/Orders/Logistics/index.js +1 -1
  159. package/_modules/themes/callcenterOriginal/src/components/Orders/Messages/index.js +4 -4
  160. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderBill/RefundToWallet.js +16 -16
  161. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderBill/index.js +46 -46
  162. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderContactInformation/index.js +22 -22
  163. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderDashboardSLASetting/index.js +3 -3
  164. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderDetails/index.js +6 -6
  165. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderDetailsHeader/index.js +6 -6
  166. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderLogisticInformation/index.js +1 -1
  167. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderNotification/index.js +4 -4
  168. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderStatusFilterBar/index.js +4 -4
  169. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderToPrint/index.js +22 -22
  170. package/_modules/themes/callcenterOriginal/src/components/Orders/OrderToPrintTicket/index.js +5 -5
  171. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersCards/index.js +29 -29
  172. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersContentHeader/index.js +3 -3
  173. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersExportCSV/index.js +1 -1
  174. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersLateralBar/index.js +3 -3
  175. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersListing/index.js +3 -3
  176. package/_modules/themes/callcenterOriginal/src/components/Orders/OrdersTable/index.js +55 -55
  177. package/_modules/themes/callcenterOriginal/src/components/Orders/PaymethodTypeSelector/index.js +1 -1
  178. package/_modules/themes/callcenterOriginal/src/components/Orders/ProductItemAccordion/index.js +4 -4
  179. package/_modules/themes/callcenterOriginal/src/components/Orders/ReviewCustomer/index.js +2 -2
  180. package/_modules/themes/callcenterOriginal/src/components/Orders/UserAddForm/index.js +11 -11
  181. package/_modules/themes/callcenterOriginal/src/components/OrdersOption/index.js +26 -26
  182. package/_modules/themes/callcenterOriginal/src/components/PageNotFound/index.js +3 -3
  183. package/_modules/themes/callcenterOriginal/src/components/PaymentOptionCash/index.js +2 -2
  184. package/_modules/themes/callcenterOriginal/src/components/PaymentOptionStripe/index.js +6 -6
  185. package/_modules/themes/callcenterOriginal/src/components/PaymentOptions/index.js +19 -19
  186. package/_modules/themes/callcenterOriginal/src/components/PhoneAutocomplete/index.js +12 -12
  187. package/_modules/themes/callcenterOriginal/src/components/PhoneAutocomplete/styles.js +6 -6
  188. package/_modules/themes/callcenterOriginal/src/components/ProductForm/index.js +15 -15
  189. package/_modules/themes/callcenterOriginal/src/components/ProductOptionSubOption/index.js +2 -2
  190. package/_modules/themes/callcenterOriginal/src/components/RenderProductsLayout/index.js +15 -15
  191. package/_modules/themes/callcenterOriginal/src/components/SearchBar/index.js +2 -2
  192. package/_modules/themes/callcenterOriginal/src/components/SearchBar/styles.js +6 -6
  193. package/_modules/themes/callcenterOriginal/src/components/Shared/AutoScroll/index.js +4 -4
  194. package/_modules/themes/callcenterOriginal/src/components/Shared/CitySelector/index.js +1 -1
  195. package/_modules/themes/callcenterOriginal/src/components/Shared/ColumnAllowSettingPopover/index.js +2 -2
  196. package/_modules/themes/callcenterOriginal/src/components/Shared/ConfirmAdmin/index.js +1 -1
  197. package/_modules/themes/callcenterOriginal/src/components/Shared/DragScroll/index.js +5 -5
  198. package/_modules/themes/callcenterOriginal/src/components/Shared/HtmlEditor/InsertImage/index.js +3 -3
  199. package/_modules/themes/callcenterOriginal/src/components/Shared/InputPhoneNumber/index.js +2 -2
  200. package/_modules/themes/callcenterOriginal/src/components/Shared/NotFoundSource/index.js +2 -2
  201. package/_modules/themes/callcenterOriginal/src/components/Shared/Personalization/index.js +1 -1
  202. package/_modules/themes/callcenterOriginal/src/components/Shared/RangeCalendar/index.js +2 -2
  203. package/_modules/themes/callcenterOriginal/src/components/Shared/Schedule/index.js +4 -4
  204. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectBusinessCategories/index.js +2 -2
  205. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectBusinessProducts/index.js +7 -7
  206. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectBusinesses/index.js +3 -3
  207. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectLoyaltyLevels/index.js +1 -1
  208. package/_modules/themes/callcenterOriginal/src/components/Shared/SelectSites/index.js +1 -1
  209. package/_modules/themes/callcenterOriginal/src/components/Shared/SpreadSheetEditor/index.js +21 -21
  210. package/_modules/themes/callcenterOriginal/src/components/SidebarMenu/index.js +5 -5
  211. package/_modules/themes/callcenterOriginal/src/components/SignUpBusiness/index.js +11 -11
  212. package/_modules/themes/callcenterOriginal/src/components/SignUpForm/index.js +15 -15
  213. package/_modules/themes/callcenterOriginal/src/components/SingleProductCard/index.js +4 -4
  214. package/_modules/themes/callcenterOriginal/src/components/Stores/BusinessSelectHeader/index.js +1 -1
  215. package/_modules/themes/callcenterOriginal/src/components/UpsellingPage/index.js +1 -1
  216. package/_modules/themes/callcenterOriginal/src/components/UserDetails/index.js +1 -1
  217. package/_modules/themes/callcenterOriginal/src/components/UserFormDetails/index.js +9 -9
  218. package/_modules/themes/callcenterOriginal/src/components/UserPopover/index.js +4 -4
  219. package/_modules/themes/callcenterOriginal/src/components/UserProfileForm/index.js +3 -3
  220. package/_modules/themes/callcenterOriginal/src/styles/Select/DashboardSelect/index.js +1 -1
  221. package/_modules/themes/eight/src/components/AddressDetails/index.js +2 -2
  222. package/_modules/themes/eight/src/components/AddressForm/index.js +31 -31
  223. package/_modules/themes/eight/src/components/AddressList/index.js +13 -13
  224. package/_modules/themes/eight/src/components/AppleLogin/index.js +4 -4
  225. package/_modules/themes/eight/src/components/AutoScroll/index.js +2 -2
  226. package/_modules/themes/eight/src/components/BusinessCart/index.js +2 -2
  227. package/_modules/themes/eight/src/components/BusinessController/index.js +10 -10
  228. package/_modules/themes/eight/src/components/BusinessItemAccordion/index.js +4 -4
  229. package/_modules/themes/eight/src/components/BusinessProductsCategories/index.js +2 -2
  230. package/_modules/themes/eight/src/components/BusinessProductsList/index.js +4 -4
  231. package/_modules/themes/eight/src/components/BusinessProductsListing/index.js +18 -18
  232. package/_modules/themes/eight/src/components/BusinessesListing/index.js +9 -9
  233. package/_modules/themes/eight/src/components/Cart/index.js +7 -7
  234. package/_modules/themes/eight/src/components/CartContent/index.js +2 -2
  235. package/_modules/themes/eight/src/components/CartStoresListing/index.js +4 -4
  236. package/_modules/themes/eight/src/components/Checkout/index.js +22 -22
  237. package/_modules/themes/eight/src/components/DriverTips/index.js +2 -2
  238. package/_modules/themes/eight/src/components/Header/index.js +20 -20
  239. package/_modules/themes/eight/src/components/HeaderOption/index.js +1 -1
  240. package/_modules/themes/eight/src/components/HomeHero/index.js +3 -3
  241. package/_modules/themes/eight/src/components/InputPhoneNumber/index.js +3 -3
  242. package/_modules/themes/eight/src/components/LanguageSelector/index.js +1 -1
  243. package/_modules/themes/eight/src/components/LoginForm/index.js +16 -16
  244. package/_modules/themes/eight/src/components/MomentContent/index.js +3 -3
  245. package/_modules/themes/eight/src/components/MomentControl/index.js +2 -2
  246. package/_modules/themes/eight/src/components/NavBar/index.js +2 -2
  247. package/_modules/themes/eight/src/components/OrderDetails/index.js +50 -50
  248. package/_modules/themes/eight/src/components/OrderDetails/styles.js +2 -2
  249. package/_modules/themes/eight/src/components/PaymentOptionCash/index.js +2 -2
  250. package/_modules/themes/eight/src/components/PaymentOptions/index.js +20 -20
  251. package/_modules/themes/eight/src/components/ProductForm/index.js +18 -18
  252. package/_modules/themes/eight/src/components/ProductOptionSubOption/index.js +2 -2
  253. package/_modules/themes/eight/src/components/SearchBar/index.js +2 -2
  254. package/_modules/themes/eight/src/components/SearchBar/styles.js +6 -6
  255. package/_modules/themes/eight/src/components/SidebarMenu/index.js +3 -3
  256. package/_modules/themes/eight/src/components/SignUpForm/index.js +23 -23
  257. package/_modules/themes/eight/src/components/SingleProductCard/index.js +4 -4
  258. package/_modules/themes/eight/src/components/UpsellingPage/index.js +1 -1
  259. package/_modules/themes/eight/src/components/UserProfileForm/index.js +3 -3
  260. package/_modules/themes/five/src/components/AccordionDropdown/styles.js +2 -2
  261. package/_modules/themes/five/src/components/AddressDetails/index.js +2 -2
  262. package/_modules/themes/five/src/components/AddressForm/index.js +37 -37
  263. package/_modules/themes/five/src/components/AddressList/index.js +17 -17
  264. package/_modules/themes/five/src/components/AutoScroll/index.js +4 -4
  265. package/_modules/themes/five/src/components/BusinessBasicInformation/BusinessInfoComponent.js +21 -21
  266. package/_modules/themes/five/src/components/BusinessBasicInformation/SearchComponent.js +2 -2
  267. package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +12 -12
  268. package/_modules/themes/five/src/components/BusinessBasicInformation/styles.js +2 -2
  269. package/_modules/themes/five/src/components/BusinessController/index.js +30 -30
  270. package/_modules/themes/five/src/components/BusinessInformation/index.js +12 -12
  271. package/_modules/themes/five/src/components/BusinessInformation/styles.js +2 -2
  272. package/_modules/themes/five/src/components/BusinessItemAccordion/index.js +7 -7
  273. package/_modules/themes/five/src/components/BusinessListingSearch/MaxSectionItem/index.js +1 -1
  274. package/_modules/themes/five/src/components/BusinessListingSearch/index.js +32 -32
  275. package/_modules/themes/five/src/components/BusinessMenuList/index.js +2 -2
  276. package/_modules/themes/five/src/components/BusinessPreorder/index.js +12 -12
  277. package/_modules/themes/five/src/components/BusinessPreorder/styles.js +33 -30
  278. package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +3 -3
  279. package/_modules/themes/five/src/components/BusinessProductsCategories/layouts/groceries/index.js +1 -1
  280. package/_modules/themes/five/src/components/BusinessProductsList/index.js +37 -37
  281. package/_modules/themes/five/src/components/BusinessProductsList/layouts/groceries/index.js +27 -27
  282. package/_modules/themes/five/src/components/BusinessProductsListing/index.js +36 -36
  283. package/_modules/themes/five/src/components/BusinessProductsListing/styles.js +2 -2
  284. package/_modules/themes/five/src/components/BusinessReviews/index.js +6 -6
  285. package/_modules/themes/five/src/components/BusinessTypeFilter/index.js +4 -4
  286. package/_modules/themes/five/src/components/BusinessesListing/index.js +2 -2
  287. package/_modules/themes/five/src/components/BusinessesListing/layouts/AppointmentsBusinessListing/index.js +12 -12
  288. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +49 -49
  289. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +4 -4
  290. package/_modules/themes/five/src/components/BusinessesListing/layouts/RedBusinessesListing/index.js +14 -14
  291. package/_modules/themes/five/src/components/BusinessesListing/layouts/RedBusinessesListing/styles.js +2 -2
  292. package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/index.js +14 -14
  293. package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/styles.js +4 -4
  294. package/_modules/themes/five/src/components/CardForm/index.js +3 -3
  295. package/_modules/themes/five/src/components/CardFormCustom/index.js +2 -2
  296. package/_modules/themes/five/src/components/Cart/index.js +47 -47
  297. package/_modules/themes/five/src/components/Cart/styles.js +4 -4
  298. package/_modules/themes/five/src/components/CartContent/index.js +13 -13
  299. package/_modules/themes/five/src/components/CartPopover/index.js +4 -4
  300. package/_modules/themes/five/src/components/CartPopover/styles.js +2 -2
  301. package/_modules/themes/five/src/components/Checkout/index.js +53 -53
  302. package/_modules/themes/five/src/components/CitiesControl/index.js +2 -2
  303. package/_modules/themes/five/src/components/Confirm/styles.js +2 -2
  304. package/_modules/themes/five/src/components/DriverTips/index.js +4 -4
  305. package/_modules/themes/five/src/components/Favorite/index.js +3 -3
  306. package/_modules/themes/five/src/components/FavoriteList/index.js +25 -25
  307. package/_modules/themes/five/src/components/Footer/index.js +3 -3
  308. package/_modules/themes/five/src/components/ForgotPasswordForm/index.js +3 -3
  309. package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +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.8c57feb440eaccd495a4.js} +0 -0
  804. /package/_bundles/{1.ordering-ui.e758aec40c3bf292cadb.js → 1.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  805. /package/_bundles/{2.ordering-ui.e758aec40c3bf292cadb.js → 2.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  806. /package/_bundles/{4.ordering-ui.e758aec40c3bf292cadb.js → 4.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  807. /package/_bundles/{5.ordering-ui.e758aec40c3bf292cadb.js → 5.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  808. /package/_bundles/{6.ordering-ui.e758aec40c3bf292cadb.js → 6.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  809. /package/_bundles/{7.ordering-ui.e758aec40c3bf292cadb.js.LICENSE.txt → 7.ordering-ui.8c57feb440eaccd495a4.js.LICENSE.txt} +0 -0
  810. /package/_bundles/{8.ordering-ui.e758aec40c3bf292cadb.js → 8.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  811. /package/_bundles/{9.ordering-ui.e758aec40c3bf292cadb.js → 9.ordering-ui.8c57feb440eaccd495a4.js} +0 -0
  812. /package/_bundles/{ordering-ui.e758aec40c3bf292cadb.js.LICENSE.txt → ordering-ui.8c57feb440eaccd495a4.js.LICENSE.txt} +0 -0
@@ -70,8 +70,8 @@ var CardFormCustom = function CardFormCustom(props) {
70
70
  type: 'card',
71
71
  brand: cardBrand,
72
72
  last4: lastFourDigits,
73
- ccnumber: values === null || values === void 0 ? void 0 : (_values$number = values.number) === null || _values$number === void 0 ? void 0 : _values$number.replace(/\s/g, ''),
74
- ccexp: values === null || values === void 0 ? void 0 : (_values$expiry = values.expiry) === null || _values$expiry === void 0 ? void 0 : _values$expiry.replace('/', ''),
73
+ ccnumber: values === null || values === void 0 || (_values$number = values.number) === null || _values$number === void 0 ? void 0 : _values$number.replace(/\s/g, ''),
74
+ ccexp: values === null || values === void 0 || (_values$expiry = values.expiry) === null || _values$expiry === void 0 ? void 0 : _values$expiry.replace('/', ''),
75
75
  cvv: values === null || values === void 0 ? void 0 : values.cvc
76
76
  };
77
77
  handleNewCard(card);
@@ -44,7 +44,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
44
44
  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; } }
45
45
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
46
46
  var CartUI = function CartUI(props) {
47
- var _configs$driver_tip_o, _configs$driver_tip_o2, _configs$driver_tip_o3, _validationFields$fie, _validationFields$fie2, _validationFields$fie3, _configs$checkout_mul, _orderState$carts, _props$cart, _theme$viewString, _theme$viewString$com, _theme$viewString$com2, _theme$viewString$com3, _theme$viewString$com4, _validationFields$fie4, _validationFields$fie5, _validationFields$fie6, _theme$viewString2, _theme$viewString2$co, _theme$viewString2$co2, _theme$viewString2$co3, _theme$viewString2$co4, _orderState$options, _orderState$options2, _cart$taxes, _orderState$option, _orderState$option2, _props$beforeElements, _props$beforeComponen, _cart$products, _cart$offers, _cart$offers2, _cart$offers3, _cart$offers3$filter, _cart$offers4, _cart$offers4$filter, _cart$business, _ref, _cart$subtotal_with_d, _cart$taxes3, _cart$taxes4, _cart$fees, _cart$fees2, _cart$offers5, _cart$offers6, _cart$offers6$filter, _orderState$options3, _cart$offers7, _cart$offers8, _cart$offers8$filter, _configs$driver_tip_t, _configs$driver_tip_u, _orderState$options4, _validationFields$fie7, _validationFields$fie8, _validationFields$fie9, _configs$driver_tip_t2, _configs$driver_tip_u2, _configs$driver_tip_t3, _cart$payment_events, _cart$payment_events2, _orderState$options5, _cart$business2, _cart$business3, _curProduct$calendar_, _openTaxModal$data, _openTaxModal$data2, _openTaxModal$data3, _openTaxModal$data4, _openTaxModal$data$fi, _openTaxModal$data5, _openTaxModal$data6, _props$afterComponent, _props$afterElements;
47
+ var _configs$driver_tip_o, _configs$driver_tip_o2, _configs$driver_tip_o3, _validationFields$fie, _configs$checkout_mul, _orderState$carts, _props$cart, _theme$viewString, _validationFields$fie2, _theme$viewString2, _orderState$options, _orderState$options2, _cart$taxes, _orderState$option, _orderState$option2, _props$beforeElements, _props$beforeComponen, _cart$products, _cart$offers, _cart$offers2, _cart$offers3, _cart$offers4, _cart$business, _ref, _cart$subtotal_with_d, _cart$taxes3, _cart$taxes4, _cart$fees, _cart$fees2, _cart$offers5, _cart$offers6, _orderState$options3, _cart$offers7, _cart$offers8, _configs$driver_tip_t, _configs$driver_tip_u, _orderState$options4, _validationFields$fie3, _configs$driver_tip_t2, _configs$driver_tip_u2, _configs$driver_tip_t3, _cart$payment_events, _cart$payment_events2, _orderState$options5, _cart$business2, _cart$business3, _curProduct$calendar_, _openTaxModal$data, _openTaxModal$data2, _openTaxModal$data3, _openTaxModal$data4, _openTaxModal$data$fi, _openTaxModal$data5, _openTaxModal$data6, _props$afterComponent, _props$afterElements;
48
48
  var currentCartUuid = props.currentCartUuid,
49
49
  clearCart = props.clearCart,
50
50
  isProducts = props.isProducts,
@@ -102,7 +102,7 @@ var CartUI = function CartUI(props) {
102
102
  var _useCustomer = (0, _orderingComponentsExternal.useCustomer)(),
103
103
  _useCustomer2 = _slicedToArray(_useCustomer, 1),
104
104
  user = _useCustomer2[0].user;
105
- var driverTipsOptions = typeof (configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_o = configs.driver_tip_options) === null || _configs$driver_tip_o === void 0 ? void 0 : _configs$driver_tip_o.value) === 'string' ? JSON.parse(configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_o2 = configs.driver_tip_options) === null || _configs$driver_tip_o2 === void 0 ? void 0 : _configs$driver_tip_o2.value) || [] : (configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_o3 = configs.driver_tip_options) === null || _configs$driver_tip_o3 === void 0 ? void 0 : _configs$driver_tip_o3.value) || [];
105
+ var driverTipsOptions = typeof (configs === null || configs === void 0 || (_configs$driver_tip_o = configs.driver_tip_options) === null || _configs$driver_tip_o === void 0 ? void 0 : _configs$driver_tip_o.value) === 'string' ? JSON.parse(configs === null || configs === void 0 || (_configs$driver_tip_o2 = configs.driver_tip_options) === null || _configs$driver_tip_o2 === void 0 ? void 0 : _configs$driver_tip_o2.value) || [] : (configs === null || configs === void 0 || (_configs$driver_tip_o3 = configs.driver_tip_options) === null || _configs$driver_tip_o3 === void 0 ? void 0 : _configs$driver_tip_o3.value) || [];
106
106
  var _useState = (0, _react.useState)({
107
107
  open: false,
108
108
  content: null,
@@ -143,14 +143,14 @@ var CartUI = function CartUI(props) {
143
143
  openChangeStore = _useState16[0],
144
144
  setOpenChangeStore = _useState16[1];
145
145
  var businessUrlTemplate = (site === null || site === void 0 ? void 0 : site.business_url_template) || '/store/:business_slug';
146
- var isCouponEnabled = validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie = validationFields.fields) === null || _validationFields$fie === void 0 ? void 0 : (_validationFields$fie2 = _validationFields$fie.checkout) === null || _validationFields$fie2 === void 0 ? void 0 : (_validationFields$fie3 = _validationFields$fie2.coupon) === null || _validationFields$fie3 === void 0 ? void 0 : _validationFields$fie3.enabled;
146
+ var isCouponEnabled = validationFields === null || validationFields === void 0 || (_validationFields$fie = validationFields.fields) === null || _validationFields$fie === void 0 || (_validationFields$fie = _validationFields$fie.checkout) === null || _validationFields$fie === void 0 || (_validationFields$fie = _validationFields$fie.coupon) === null || _validationFields$fie === void 0 ? void 0 : _validationFields$fie.enabled;
147
147
  var cateringTypes = [7, 8];
148
- var isMultiCheckout = (configs === null || configs === void 0 ? void 0 : (_configs$checkout_mul = configs.checkout_multi_business_enabled) === null || _configs$checkout_mul === void 0 ? void 0 : _configs$checkout_mul.value) === '1';
149
- var cart = cartMulticart || (orderState === null || orderState === void 0 ? void 0 : (_orderState$carts = orderState.carts) === null || _orderState$carts === void 0 ? void 0 : _orderState$carts["businessId:".concat((_props$cart = props.cart) === null || _props$cart === void 0 ? void 0 : _props$cart.business_id)]);
148
+ var isMultiCheckout = (configs === null || configs === void 0 || (_configs$checkout_mul = configs.checkout_multi_business_enabled) === null || _configs$checkout_mul === void 0 ? void 0 : _configs$checkout_mul.value) === '1';
149
+ var cart = cartMulticart || (orderState === null || orderState === void 0 || (_orderState$carts = orderState.carts) === null || _orderState$carts === void 0 ? void 0 : _orderState$carts["businessId:".concat((_props$cart = props.cart) === null || _props$cart === void 0 ? void 0 : _props$cart.business_id)]);
150
150
  var viewString = isStore ? 'business_view' : 'header';
151
- var hideCartComments = (theme === null || theme === void 0 ? void 0 : (_theme$viewString = theme[viewString]) === null || _theme$viewString === void 0 ? void 0 : (_theme$viewString$com = _theme$viewString.components) === null || _theme$viewString$com === void 0 ? void 0 : (_theme$viewString$com2 = _theme$viewString$com.cart) === null || _theme$viewString$com2 === void 0 ? void 0 : (_theme$viewString$com3 = _theme$viewString$com2.components) === null || _theme$viewString$com3 === void 0 ? void 0 : (_theme$viewString$com4 = _theme$viewString$com3.comments) === null || _theme$viewString$com4 === void 0 ? void 0 : _theme$viewString$com4.hidden) || !(validationFields !== null && validationFields !== void 0 && (_validationFields$fie4 = validationFields.fields) !== null && _validationFields$fie4 !== void 0 && (_validationFields$fie5 = _validationFields$fie4.checkout) !== null && _validationFields$fie5 !== void 0 && (_validationFields$fie6 = _validationFields$fie5.comments) !== null && _validationFields$fie6 !== void 0 && _validationFields$fie6.enabled);
152
- var hideCartDiscount = theme === null || theme === void 0 ? void 0 : (_theme$viewString2 = theme[viewString]) === null || _theme$viewString2 === void 0 ? void 0 : (_theme$viewString2$co = _theme$viewString2.components) === null || _theme$viewString2$co === void 0 ? void 0 : (_theme$viewString2$co2 = _theme$viewString2$co.cart) === null || _theme$viewString2$co2 === void 0 ? void 0 : (_theme$viewString2$co3 = _theme$viewString2$co2.components) === null || _theme$viewString2$co3 === void 0 ? void 0 : (_theme$viewString2$co4 = _theme$viewString2$co3.discount_coupon) === null || _theme$viewString2$co4 === void 0 ? void 0 : _theme$viewString2$co4.hidden;
153
- var cateringTypeString = (orderState === null || orderState === void 0 ? void 0 : (_orderState$options = orderState.options) === null || _orderState$options === void 0 ? void 0 : _orderState$options.type) === 7 ? 'catering_delivery' : (orderState === null || orderState === void 0 ? void 0 : (_orderState$options2 = orderState.options) === null || _orderState$options2 === void 0 ? void 0 : _orderState$options2.type) === 8 ? 'catering_pickup' : null;
151
+ var hideCartComments = (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.comments) === null || _theme$viewString === void 0 ? void 0 : _theme$viewString.hidden) || !(validationFields !== null && validationFields !== void 0 && (_validationFields$fie2 = validationFields.fields) !== null && _validationFields$fie2 !== void 0 && (_validationFields$fie2 = _validationFields$fie2.checkout) !== null && _validationFields$fie2 !== void 0 && (_validationFields$fie2 = _validationFields$fie2.comments) !== null && _validationFields$fie2 !== void 0 && _validationFields$fie2.enabled);
152
+ var hideCartDiscount = theme === null || theme === void 0 || (_theme$viewString2 = theme[viewString]) === null || _theme$viewString2 === void 0 || (_theme$viewString2 = _theme$viewString2.components) === null || _theme$viewString2 === void 0 || (_theme$viewString2 = _theme$viewString2.cart) === null || _theme$viewString2 === void 0 || (_theme$viewString2 = _theme$viewString2.components) === null || _theme$viewString2 === void 0 || (_theme$viewString2 = _theme$viewString2.discount_coupon) === null || _theme$viewString2 === void 0 ? void 0 : _theme$viewString2.hidden;
153
+ var cateringTypeString = (orderState === null || orderState === void 0 || (_orderState$options = orderState.options) === null || _orderState$options === void 0 ? void 0 : _orderState$options.type) === 7 ? 'catering_delivery' : (orderState === null || orderState === void 0 || (_orderState$options2 = orderState.options) === null || _orderState$options2 === void 0 ? void 0 : _orderState$options2.type) === 8 ? 'catering_pickup' : null;
154
154
  var cateringValues = businessConfigs && (0, _utils.getCateringValues)(cateringTypeString, businessConfigs);
155
155
  var walletName = {
156
156
  cash: {
@@ -170,10 +170,10 @@ var CartUI = function CartUI(props) {
170
170
  }, 0);
171
171
  }
172
172
  };
173
- var subtotalWithTaxes = cart === null || cart === void 0 ? void 0 : (_cart$taxes = cart.taxes) === null || _cart$taxes === void 0 ? void 0 : _cart$taxes.reduce(function (acc, item) {
173
+ var subtotalWithTaxes = cart === null || cart === void 0 || (_cart$taxes = cart.taxes) === null || _cart$taxes === void 0 ? void 0 : _cart$taxes.reduce(function (acc, item) {
174
174
  if ((item === null || item === void 0 ? void 0 : item.type) === 1) {
175
175
  var _item$summary;
176
- return acc = acc + (item === null || item === void 0 ? void 0 : (_item$summary = item.summary) === null || _item$summary === void 0 ? void 0 : _item$summary.tax);
176
+ return acc = acc + (item === null || item === void 0 || (_item$summary = item.summary) === null || _item$summary === void 0 ? void 0 : _item$summary.tax);
177
177
  }
178
178
  return acc = acc;
179
179
  }, cart === null || cart === void 0 ? void 0 : cart.subtotal);
@@ -183,7 +183,7 @@ var CartUI = function CartUI(props) {
183
183
  return parseFloat((Math.trunc(value * 100) / 100).toFixed((_configs$format_numbe = (_configs$format_numbe2 = configs.format_number_decimal_length) === null || _configs$format_numbe2 === void 0 ? void 0 : _configs$format_numbe2.value) !== null && _configs$format_numbe !== void 0 ? _configs$format_numbe : 2));
184
184
  };
185
185
  var loyaltyRewardValue = clearAmount(((cart === null || cart === void 0 ? void 0 : cart.subtotal) + getIncludedTaxes()) * loyaltyRewardRate);
186
- var momentFormatted = !(orderState !== null && orderState !== void 0 && (_orderState$option = orderState.option) !== null && _orderState$option !== void 0 && _orderState$option.moment) ? t('RIGHT_NOW', 'Right Now') : parseDate(orderState === null || orderState === void 0 ? void 0 : (_orderState$option2 = orderState.option) === null || _orderState$option2 === void 0 ? void 0 : _orderState$option2.moment, {
186
+ var momentFormatted = !(orderState !== null && orderState !== void 0 && (_orderState$option = orderState.option) !== null && _orderState$option !== void 0 && _orderState$option.moment) ? t('RIGHT_NOW', 'Right Now') : parseDate(orderState === null || orderState === void 0 || (_orderState$option2 = orderState.option) === null || _orderState$option2 === void 0 ? void 0 : _orderState$option2.moment, {
187
187
  outputFormat: 'YYYY-MM-DD HH:mm'
188
188
  });
189
189
  var handleDeleteClick = function handleDeleteClick(product) {
@@ -218,18 +218,18 @@ var CartUI = function CartUI(props) {
218
218
  var groupKeys = {};
219
219
  cartsAvailable.forEach(function (_cart) {
220
220
  var _cart$group, _cart$group2, _cart$group$uuid, _cart$group3;
221
- groupKeys[_cart === null || _cart === void 0 ? void 0 : (_cart$group = _cart.group) === null || _cart$group === void 0 ? void 0 : _cart$group.uuid] ? groupKeys[_cart === null || _cart === void 0 ? void 0 : (_cart$group2 = _cart.group) === null || _cart$group2 === void 0 ? void 0 : _cart$group2.uuid] += 1 : groupKeys[(_cart$group$uuid = _cart === null || _cart === void 0 ? void 0 : (_cart$group3 = _cart.group) === null || _cart$group3 === void 0 ? void 0 : _cart$group3.uuid) !== null && _cart$group$uuid !== void 0 ? _cart$group$uuid : 'null'] = 1;
221
+ groupKeys[_cart === null || _cart === void 0 || (_cart$group = _cart.group) === null || _cart$group === void 0 ? void 0 : _cart$group.uuid] ? groupKeys[_cart === null || _cart === void 0 || (_cart$group2 = _cart.group) === null || _cart$group2 === void 0 ? void 0 : _cart$group2.uuid] += 1 : groupKeys[(_cart$group$uuid = _cart === null || _cart === void 0 || (_cart$group3 = _cart.group) === null || _cart$group3 === void 0 ? void 0 : _cart$group3.uuid) !== null && _cart$group$uuid !== void 0 ? _cart$group$uuid : 'null'] = 1;
222
222
  });
223
223
  if (Object.keys(groupKeys).length === 1 && Object.keys(groupKeys)[0] === 'null' || Object.keys(groupKeys).length > 1) {
224
224
  events.emit('go_to_page', {
225
225
  page: 'multi_cart'
226
226
  });
227
227
  } else {
228
- var _cartsAvailable$, _cartsAvailable$$grou;
228
+ var _cartsAvailable$;
229
229
  events.emit('go_to_page', {
230
230
  page: 'multi_checkout',
231
231
  params: {
232
- cartUuid: (_cartsAvailable$ = cartsAvailable[0]) === null || _cartsAvailable$ === void 0 ? void 0 : (_cartsAvailable$$grou = _cartsAvailable$.group) === null || _cartsAvailable$$grou === void 0 ? void 0 : _cartsAvailable$$grou.uuid
232
+ cartUuid: (_cartsAvailable$ = cartsAvailable[0]) === null || _cartsAvailable$ === void 0 || (_cartsAvailable$ = _cartsAvailable$.group) === null || _cartsAvailable$ === void 0 ? void 0 : _cartsAvailable$.uuid
233
233
  }
234
234
  });
235
235
  }
@@ -298,12 +298,12 @@ var CartUI = function CartUI(props) {
298
298
  handleClickCheckout(uuid);
299
299
  };
300
300
  var getIncludedTaxesDiscounts = function getIncludedTaxesDiscounts() {
301
- var _cart$taxes2, _cart$taxes2$filter;
302
- return cart === null || cart === void 0 ? void 0 : (_cart$taxes2 = cart.taxes) === null || _cart$taxes2 === void 0 ? void 0 : (_cart$taxes2$filter = _cart$taxes2.filter(function (tax) {
301
+ var _cart$taxes2;
302
+ return cart === null || cart === void 0 || (_cart$taxes2 = cart.taxes) === null || _cart$taxes2 === void 0 || (_cart$taxes2 = _cart$taxes2.filter(function (tax) {
303
303
  return (tax === null || tax === void 0 ? void 0 : tax.type) === 1;
304
- })) === null || _cart$taxes2$filter === void 0 ? void 0 : _cart$taxes2$filter.reduce(function (carry, tax) {
304
+ })) === null || _cart$taxes2 === void 0 ? void 0 : _cart$taxes2.reduce(function (carry, tax) {
305
305
  var _tax$summary$tax_afte, _tax$summary2, _tax$summary3;
306
- return carry + ((_tax$summary$tax_afte = tax === null || tax === void 0 ? void 0 : (_tax$summary2 = tax.summary) === null || _tax$summary2 === void 0 ? void 0 : _tax$summary2.tax_after_discount) !== null && _tax$summary$tax_afte !== void 0 ? _tax$summary$tax_afte : tax === null || tax === void 0 ? void 0 : (_tax$summary3 = tax.summary) === null || _tax$summary3 === void 0 ? void 0 : _tax$summary3.tax);
306
+ return carry + ((_tax$summary$tax_afte = tax === null || tax === void 0 || (_tax$summary2 = tax.summary) === null || _tax$summary2 === void 0 ? void 0 : _tax$summary2.tax_after_discount) !== null && _tax$summary$tax_afte !== void 0 ? _tax$summary$tax_afte : tax === null || tax === void 0 || (_tax$summary3 = tax.summary) === null || _tax$summary3 === void 0 ? void 0 : _tax$summary3.tax);
307
307
  }, 0);
308
308
  };
309
309
  var onRemoveOffer = function onRemoveOffer(id) {
@@ -361,7 +361,7 @@ var CartUI = function CartUI(props) {
361
361
  handleChangeStore: !useKioskApp && handleChangeStore,
362
362
  isMultiCheckout: isMultiCheckout,
363
363
  isGiftCart: !(cart !== null && cart !== void 0 && cart.business_id)
364
- }, (cart === null || cart === void 0 ? void 0 : (_cart$products = cart.products) === null || _cart$products === void 0 ? void 0 : _cart$products.length) > 0 && (cart === null || cart === void 0 ? void 0 : cart.products.map(function (product) {
364
+ }, (cart === null || cart === void 0 || (_cart$products = cart.products) === null || _cart$products === void 0 ? void 0 : _cart$products.length) > 0 && (cart === null || cart === void 0 ? void 0 : cart.products.map(function (product) {
365
365
  return /*#__PURE__*/_react.default.createElement(_ProductItemAccordion.ProductItemAccordion, {
366
366
  key: product.code,
367
367
  isCartPending: isCartPending,
@@ -381,9 +381,9 @@ var CartUI = function CartUI(props) {
381
381
  isCheckout: isCheckout
382
382
  }, /*#__PURE__*/_react.default.createElement("table", {
383
383
  className: "order-info"
384
- }, /*#__PURE__*/_react.default.createElement("tbody", null, /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('SUBTOTAL', 'Subtotal')), /*#__PURE__*/_react.default.createElement("td", null, parsePrice((cart === null || cart === void 0 ? void 0 : cart.subtotal) + getIncludedTaxes()))), (cart === null || cart === void 0 ? void 0 : cart.discount) > 0 && (cart === null || cart === void 0 ? void 0 : cart.total) >= 0 && (cart === null || cart === void 0 ? void 0 : (_cart$offers = cart.offers) === null || _cart$offers === void 0 ? void 0 : _cart$offers.length) === 0 && /*#__PURE__*/_react.default.createElement("tr", null, (cart === null || cart === void 0 ? void 0 : cart.discount_type) === 1 ? /*#__PURE__*/_react.default.createElement("td", null, t('DISCOUNT', 'Discount'), ' ', /*#__PURE__*/_react.default.createElement("span", null, "(".concat((0, _utils.verifyDecimals)(cart === null || cart === void 0 ? void 0 : cart.discount_rate, parsePrice), "%)"))) : /*#__PURE__*/_react.default.createElement("td", null, t('DISCOUNT', 'Discount')), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice((cart === null || cart === void 0 ? void 0 : cart.discount) || 0))), (cart === null || cart === void 0 ? void 0 : (_cart$offers2 = cart.offers) === null || _cart$offers2 === void 0 ? void 0 : _cart$offers2.length) > 0 && (cart === null || cart === void 0 ? void 0 : (_cart$offers3 = cart.offers) === null || _cart$offers3 === void 0 ? void 0 : (_cart$offers3$filter = _cart$offers3.filter(function (offer) {
384
+ }, /*#__PURE__*/_react.default.createElement("tbody", null, /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('SUBTOTAL', 'Subtotal')), /*#__PURE__*/_react.default.createElement("td", null, parsePrice((cart === null || cart === void 0 ? void 0 : cart.subtotal) + getIncludedTaxes()))), (cart === null || cart === void 0 ? void 0 : cart.discount) > 0 && (cart === null || cart === void 0 ? void 0 : cart.total) >= 0 && (cart === null || cart === void 0 || (_cart$offers = cart.offers) === null || _cart$offers === void 0 ? void 0 : _cart$offers.length) === 0 && /*#__PURE__*/_react.default.createElement("tr", null, (cart === null || cart === void 0 ? void 0 : cart.discount_type) === 1 ? /*#__PURE__*/_react.default.createElement("td", null, t('DISCOUNT', 'Discount'), ' ', /*#__PURE__*/_react.default.createElement("span", null, "(".concat((0, _utils.verifyDecimals)(cart === null || cart === void 0 ? void 0 : cart.discount_rate, parsePrice), "%)"))) : /*#__PURE__*/_react.default.createElement("td", null, t('DISCOUNT', 'Discount')), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice((cart === null || cart === void 0 ? void 0 : cart.discount) || 0))), (cart === null || cart === void 0 || (_cart$offers2 = cart.offers) === null || _cart$offers2 === void 0 ? void 0 : _cart$offers2.length) > 0 && (cart === null || cart === void 0 || (_cart$offers3 = cart.offers) === null || _cart$offers3 === void 0 || (_cart$offers3 = _cart$offers3.filter(function (offer) {
385
385
  return (offer === null || offer === void 0 ? void 0 : offer.target) === 1;
386
- })) === null || _cart$offers3$filter === void 0 ? void 0 : _cart$offers3$filter.map(function (offer) {
386
+ })) === null || _cart$offers3 === void 0 ? void 0 : _cart$offers3.map(function (offer) {
387
387
  var _offer$summary;
388
388
  return /*#__PURE__*/_react.default.createElement("tr", {
389
389
  key: offer.id
@@ -405,10 +405,10 @@ var CartUI = function CartUI(props) {
405
405
  onClick: function onClick() {
406
406
  return onRemoveOffer(offer === null || offer === void 0 ? void 0 : offer.id);
407
407
  }
408
- }))), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice(offer === null || offer === void 0 ? void 0 : (_offer$summary = offer.summary) === null || _offer$summary === void 0 ? void 0 : _offer$summary.discount)));
409
- })), (cart === null || cart === void 0 ? void 0 : (_cart$offers4 = cart.offers) === null || _cart$offers4 === void 0 ? void 0 : (_cart$offers4$filter = _cart$offers4.filter(function (offer) {
408
+ }))), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice(offer === null || offer === void 0 || (_offer$summary = offer.summary) === null || _offer$summary === void 0 ? void 0 : _offer$summary.discount)));
409
+ })), (cart === null || cart === void 0 || (_cart$offers4 = cart.offers) === null || _cart$offers4 === void 0 || (_cart$offers4 = _cart$offers4.filter(function (offer) {
410
410
  return (offer === null || offer === void 0 ? void 0 : offer.target) === 1;
411
- })) === null || _cart$offers4$filter === void 0 ? void 0 : _cart$offers4$filter.length) > 0 && (cart === null || cart === void 0 ? void 0 : cart.subtotal_with_discount) > 0 && (cart === null || cart === void 0 ? void 0 : cart.discount) > 0 && (cart === null || cart === void 0 ? void 0 : cart.total) >= 0 && /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('SUBTOTAL_WITH_DISCOUNT', 'Subtotal with discount')), (cart === null || cart === void 0 ? void 0 : (_cart$business = cart.business) === null || _cart$business === void 0 ? void 0 : _cart$business.tax_type) === 1 ? /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_ref = (cart === null || cart === void 0 ? void 0 : cart.subtotal_with_discount) + getIncludedTaxesDiscounts()) !== null && _ref !== void 0 ? _ref : 0)) : /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_cart$subtotal_with_d = cart === null || cart === void 0 ? void 0 : cart.subtotal_with_discount) !== null && _cart$subtotal_with_d !== void 0 ? _cart$subtotal_with_d : 0))), (cart === null || cart === void 0 ? void 0 : (_cart$taxes3 = cart.taxes) === null || _cart$taxes3 === void 0 ? void 0 : _cart$taxes3.length) > 0 && (cart === null || cart === void 0 ? void 0 : (_cart$taxes4 = cart.taxes) === null || _cart$taxes4 === void 0 ? void 0 : _cart$taxes4.filter(function (tax) {
411
+ })) === null || _cart$offers4 === void 0 ? void 0 : _cart$offers4.length) > 0 && (cart === null || cart === void 0 ? void 0 : cart.subtotal_with_discount) > 0 && (cart === null || cart === void 0 ? void 0 : cart.discount) > 0 && (cart === null || cart === void 0 ? void 0 : cart.total) >= 0 && /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('SUBTOTAL_WITH_DISCOUNT', 'Subtotal with discount')), (cart === null || cart === void 0 || (_cart$business = cart.business) === null || _cart$business === void 0 ? void 0 : _cart$business.tax_type) === 1 ? /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_ref = (cart === null || cart === void 0 ? void 0 : cart.subtotal_with_discount) + getIncludedTaxesDiscounts()) !== null && _ref !== void 0 ? _ref : 0)) : /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_cart$subtotal_with_d = cart === null || cart === void 0 ? void 0 : cart.subtotal_with_discount) !== null && _cart$subtotal_with_d !== void 0 ? _cart$subtotal_with_d : 0))), (cart === null || cart === void 0 || (_cart$taxes3 = cart.taxes) === null || _cart$taxes3 === void 0 ? void 0 : _cart$taxes3.length) > 0 && (cart === null || cart === void 0 || (_cart$taxes4 = cart.taxes) === null || _cart$taxes4 === void 0 ? void 0 : _cart$taxes4.filter(function (tax) {
412
412
  return (tax === null || tax === void 0 ? void 0 : tax.type) === 2 && (tax === null || tax === void 0 ? void 0 : tax.rate) !== 0;
413
413
  }).map(function (tax) {
414
414
  var _ref2, _tax$summary$tax_afte2, _tax$summary4, _tax$summary5;
@@ -427,8 +427,8 @@ var CartUI = function CartUI(props) {
427
427
  }, /*#__PURE__*/_react.default.createElement(_BsInfoCircle.default, {
428
428
  size: "20",
429
429
  color: theme.colors.primary
430
- }))), /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_ref2 = (_tax$summary$tax_afte2 = tax === null || tax === void 0 ? void 0 : (_tax$summary4 = tax.summary) === null || _tax$summary4 === void 0 ? void 0 : _tax$summary4.tax_after_discount) !== null && _tax$summary$tax_afte2 !== void 0 ? _tax$summary$tax_afte2 : tax === null || tax === void 0 ? void 0 : (_tax$summary5 = tax.summary) === null || _tax$summary5 === void 0 ? void 0 : _tax$summary5.tax) !== null && _ref2 !== void 0 ? _ref2 : 0)));
431
- })), (cart === null || cart === void 0 ? void 0 : (_cart$fees = cart.fees) === null || _cart$fees === void 0 ? void 0 : _cart$fees.length) > 0 && (cart === null || cart === void 0 ? void 0 : (_cart$fees2 = cart.fees) === null || _cart$fees2 === void 0 ? void 0 : _cart$fees2.filter(function (fee) {
430
+ }))), /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_ref2 = (_tax$summary$tax_afte2 = tax === null || tax === void 0 || (_tax$summary4 = tax.summary) === null || _tax$summary4 === void 0 ? void 0 : _tax$summary4.tax_after_discount) !== null && _tax$summary$tax_afte2 !== void 0 ? _tax$summary$tax_afte2 : tax === null || tax === void 0 || (_tax$summary5 = tax.summary) === null || _tax$summary5 === void 0 ? void 0 : _tax$summary5.tax) !== null && _ref2 !== void 0 ? _ref2 : 0)));
431
+ })), (cart === null || cart === void 0 || (_cart$fees = cart.fees) === null || _cart$fees === void 0 ? void 0 : _cart$fees.length) > 0 && (cart === null || cart === void 0 || (_cart$fees2 = cart.fees) === null || _cart$fees2 === void 0 ? void 0 : _cart$fees2.filter(function (fee) {
432
432
  return !(fee.fixed === 0 && fee.percentage === 0);
433
433
  }).map(function (fee, i) {
434
434
  var _fee$id, _ref3, _fee$summary, _fee$summary$percenta, _fee$summary2, _fee$summary3;
@@ -447,10 +447,10 @@ var CartUI = function CartUI(props) {
447
447
  }, /*#__PURE__*/_react.default.createElement(_BsInfoCircle.default, {
448
448
  size: "20",
449
449
  color: theme.colors.primary
450
- }))), /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_ref3 = (fee === null || fee === void 0 ? void 0 : (_fee$summary = fee.summary) === null || _fee$summary === void 0 ? void 0 : _fee$summary.fixed) + ((_fee$summary$percenta = fee === null || fee === void 0 ? void 0 : (_fee$summary2 = fee.summary) === null || _fee$summary2 === void 0 ? void 0 : _fee$summary2.percentage_after_discount) !== null && _fee$summary$percenta !== void 0 ? _fee$summary$percenta : fee === null || fee === void 0 ? void 0 : (_fee$summary3 = fee.summary) === null || _fee$summary3 === void 0 ? void 0 : _fee$summary3.percentage)) !== null && _ref3 !== void 0 ? _ref3 : 0)));
451
- })), (cart === null || cart === void 0 ? void 0 : (_cart$offers5 = cart.offers) === null || _cart$offers5 === void 0 ? void 0 : _cart$offers5.length) > 0 && (cart === null || cart === void 0 ? void 0 : (_cart$offers6 = cart.offers) === null || _cart$offers6 === void 0 ? void 0 : (_cart$offers6$filter = _cart$offers6.filter(function (offer) {
450
+ }))), /*#__PURE__*/_react.default.createElement("td", null, parsePrice((_ref3 = (fee === null || fee === void 0 || (_fee$summary = fee.summary) === null || _fee$summary === void 0 ? void 0 : _fee$summary.fixed) + ((_fee$summary$percenta = fee === null || fee === void 0 || (_fee$summary2 = fee.summary) === null || _fee$summary2 === void 0 ? void 0 : _fee$summary2.percentage_after_discount) !== null && _fee$summary$percenta !== void 0 ? _fee$summary$percenta : fee === null || fee === void 0 || (_fee$summary3 = fee.summary) === null || _fee$summary3 === void 0 ? void 0 : _fee$summary3.percentage)) !== null && _ref3 !== void 0 ? _ref3 : 0)));
451
+ })), (cart === null || cart === void 0 || (_cart$offers5 = cart.offers) === null || _cart$offers5 === void 0 ? void 0 : _cart$offers5.length) > 0 && (cart === null || cart === void 0 || (_cart$offers6 = cart.offers) === null || _cart$offers6 === void 0 || (_cart$offers6 = _cart$offers6.filter(function (offer) {
452
452
  return (offer === null || offer === void 0 ? void 0 : offer.target) === 3;
453
- })) === null || _cart$offers6$filter === void 0 ? void 0 : _cart$offers6$filter.map(function (offer) {
453
+ })) === null || _cart$offers6 === void 0 ? void 0 : _cart$offers6.map(function (offer) {
454
454
  var _offer$summary2;
455
455
  return /*#__PURE__*/_react.default.createElement("tr", {
456
456
  key: offer.id
@@ -472,10 +472,10 @@ var CartUI = function CartUI(props) {
472
472
  onClick: function onClick() {
473
473
  return onRemoveOffer(offer === null || offer === void 0 ? void 0 : offer.id);
474
474
  }
475
- }))), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice(offer === null || offer === void 0 ? void 0 : (_offer$summary2 = offer.summary) === null || _offer$summary2 === void 0 ? void 0 : _offer$summary2.discount)));
476
- })), (orderState === null || orderState === void 0 ? void 0 : (_orderState$options3 = orderState.options) === null || _orderState$options3 === void 0 ? void 0 : _orderState$options3.type) === 1 && !hideDeliveryFee && /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('DELIVERY_FEE', 'Delivery Fee')), /*#__PURE__*/_react.default.createElement("td", null, parsePrice(cart === null || cart === void 0 ? void 0 : cart.delivery_price_with_discount))), !hideCartDiscount && (cart === null || cart === void 0 ? void 0 : (_cart$offers7 = cart.offers) === null || _cart$offers7 === void 0 ? void 0 : _cart$offers7.length) > 0 && (cart === null || cart === void 0 ? void 0 : (_cart$offers8 = cart.offers) === null || _cart$offers8 === void 0 ? void 0 : (_cart$offers8$filter = _cart$offers8.filter(function (offer) {
475
+ }))), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice(offer === null || offer === void 0 || (_offer$summary2 = offer.summary) === null || _offer$summary2 === void 0 ? void 0 : _offer$summary2.discount)));
476
+ })), (orderState === null || orderState === void 0 || (_orderState$options3 = orderState.options) === null || _orderState$options3 === void 0 ? void 0 : _orderState$options3.type) === 1 && !hideDeliveryFee && /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('DELIVERY_FEE', 'Delivery Fee')), /*#__PURE__*/_react.default.createElement("td", null, parsePrice(cart === null || cart === void 0 ? void 0 : cart.delivery_price_with_discount))), !hideCartDiscount && (cart === null || cart === void 0 || (_cart$offers7 = cart.offers) === null || _cart$offers7 === void 0 ? void 0 : _cart$offers7.length) > 0 && (cart === null || cart === void 0 || (_cart$offers8 = cart.offers) === null || _cart$offers8 === void 0 || (_cart$offers8 = _cart$offers8.filter(function (offer) {
477
477
  return (offer === null || offer === void 0 ? void 0 : offer.target) === 2;
478
- })) === null || _cart$offers8$filter === void 0 ? void 0 : _cart$offers8$filter.map(function (offer) {
478
+ })) === null || _cart$offers8 === void 0 ? void 0 : _cart$offers8.map(function (offer) {
479
479
  var _offer$summary3;
480
480
  return /*#__PURE__*/_react.default.createElement("tr", {
481
481
  key: offer.id
@@ -497,16 +497,16 @@ var CartUI = function CartUI(props) {
497
497
  onClick: function onClick() {
498
498
  return onRemoveOffer(offer === null || offer === void 0 ? void 0 : offer.id);
499
499
  }
500
- }))), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice(offer === null || offer === void 0 ? void 0 : (_offer$summary3 = offer.summary) === null || _offer$summary3 === void 0 ? void 0 : _offer$summary3.discount)));
501
- })), (cart === null || cart === void 0 ? void 0 : cart.driver_tip) > 0 && !hideDriverTip && /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('DRIVER_TIP', 'Driver tip'), ' ', (cart === null || cart === void 0 ? void 0 : cart.driver_tip_rate) > 0 && parseInt(configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_t = configs.driver_tip_type) === null || _configs$driver_tip_t === void 0 ? void 0 : _configs$driver_tip_t.value, 10) === 2 && !parseInt(configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_u = configs.driver_tip_use_custom) === null || _configs$driver_tip_u === void 0 ? void 0 : _configs$driver_tip_u.value, 10) && /*#__PURE__*/_react.default.createElement("span", null, "(".concat((0, _utils.verifyDecimals)(cart === null || cart === void 0 ? void 0 : cart.driver_tip_rate, parseNumber), "%)"))), /*#__PURE__*/_react.default.createElement("td", null, parsePrice(cart === null || cart === void 0 ? void 0 : cart.driver_tip))))), isCouponEnabled && !isCartPending && (isCheckout || isCartPopover || isMultiCheckout) && !(isCheckout && isCartPopover) && !hideCartDiscount && !hideCouponInput && /*#__PURE__*/_react.default.createElement(_styles.CouponContainer, null, /*#__PURE__*/_react.default.createElement(_CouponControl.CouponControl, {
500
+ }))), /*#__PURE__*/_react.default.createElement("td", null, "- ", parsePrice(offer === null || offer === void 0 || (_offer$summary3 = offer.summary) === null || _offer$summary3 === void 0 ? void 0 : _offer$summary3.discount)));
501
+ })), (cart === null || cart === void 0 ? void 0 : cart.driver_tip) > 0 && !hideDriverTip && /*#__PURE__*/_react.default.createElement("tr", null, /*#__PURE__*/_react.default.createElement("td", null, t('DRIVER_TIP', 'Driver tip'), ' ', (cart === null || cart === void 0 ? void 0 : cart.driver_tip_rate) > 0 && parseInt(configs === null || configs === void 0 || (_configs$driver_tip_t = configs.driver_tip_type) === null || _configs$driver_tip_t === void 0 ? void 0 : _configs$driver_tip_t.value, 10) === 2 && !parseInt(configs === null || configs === void 0 || (_configs$driver_tip_u = configs.driver_tip_use_custom) === null || _configs$driver_tip_u === void 0 ? void 0 : _configs$driver_tip_u.value, 10) && /*#__PURE__*/_react.default.createElement("span", null, "(".concat((0, _utils.verifyDecimals)(cart === null || cart === void 0 ? void 0 : cart.driver_tip_rate, parseNumber), "%)"))), /*#__PURE__*/_react.default.createElement("td", null, parsePrice(cart === null || cart === void 0 ? void 0 : cart.driver_tip))))), isCouponEnabled && !isCartPending && (isCheckout || isCartPopover || isMultiCheckout) && !(isCheckout && isCartPopover) && !hideCartDiscount && !hideCouponInput && /*#__PURE__*/_react.default.createElement(_styles.CouponContainer, null, /*#__PURE__*/_react.default.createElement(_CouponControl.CouponControl, {
502
502
  businessId: cart === null || cart === void 0 ? void 0 : cart.business_id,
503
503
  price: cart === null || cart === void 0 ? void 0 : cart.total
504
- })), !isStore && !isMultiCheckout && cart && (cart === null || cart === void 0 ? void 0 : cart.business_id) && (orderState === null || orderState === void 0 ? void 0 : (_orderState$options4 = orderState.options) === null || _orderState$options4 === void 0 ? void 0 : _orderState$options4.type) === 1 && (cart === null || cart === void 0 ? void 0 : cart.status) !== 2 && (validationFields === null || validationFields === void 0 ? void 0 : (_validationFields$fie7 = validationFields.fields) === null || _validationFields$fie7 === void 0 ? void 0 : (_validationFields$fie8 = _validationFields$fie7.checkout) === null || _validationFields$fie8 === void 0 ? void 0 : (_validationFields$fie9 = _validationFields$fie8.driver_tip) === null || _validationFields$fie9 === void 0 ? void 0 : _validationFields$fie9.enabled) && driverTipsOptions.length > 0 && !useKioskApp && !isCheckout && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styles.DriverTipContainer, null, /*#__PURE__*/_react.default.createElement("h1", null, t('DRIVER_TIPS', 'Driver Tips')), /*#__PURE__*/_react.default.createElement("p", null, t('100%_OF_THE_TIP_YOUR_DRIVER', '100% of the tip goes to your driver')), /*#__PURE__*/_react.default.createElement(_DriverTips.DriverTips, {
504
+ })), !isStore && !isMultiCheckout && cart && (cart === null || cart === void 0 ? void 0 : cart.business_id) && (orderState === null || orderState === void 0 || (_orderState$options4 = orderState.options) === null || _orderState$options4 === void 0 ? void 0 : _orderState$options4.type) === 1 && (cart === null || cart === void 0 ? void 0 : cart.status) !== 2 && (validationFields === null || validationFields === void 0 || (_validationFields$fie3 = validationFields.fields) === null || _validationFields$fie3 === void 0 || (_validationFields$fie3 = _validationFields$fie3.checkout) === null || _validationFields$fie3 === void 0 || (_validationFields$fie3 = _validationFields$fie3.driver_tip) === null || _validationFields$fie3 === void 0 ? void 0 : _validationFields$fie3.enabled) && driverTipsOptions.length > 0 && !useKioskApp && !isCheckout && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styles.DriverTipContainer, null, /*#__PURE__*/_react.default.createElement("h1", null, t('DRIVER_TIPS', 'Driver Tips')), /*#__PURE__*/_react.default.createElement("p", null, t('100%_OF_THE_TIP_YOUR_DRIVER', '100% of the tip goes to your driver')), /*#__PURE__*/_react.default.createElement(_DriverTips.DriverTips, {
505
505
  businessId: cart === null || cart === void 0 ? void 0 : cart.business_id,
506
506
  driverTipsOptions: driverTipsOptions,
507
- isFixedPrice: parseInt(configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_t2 = configs.driver_tip_type) === null || _configs$driver_tip_t2 === void 0 ? void 0 : _configs$driver_tip_t2.value, 10) === 1,
508
- isDriverTipUseCustom: !!parseInt(configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_u2 = configs.driver_tip_use_custom) === null || _configs$driver_tip_u2 === void 0 ? void 0 : _configs$driver_tip_u2.value, 10),
509
- driverTip: parseInt(configs === null || configs === void 0 ? void 0 : (_configs$driver_tip_t3 = configs.driver_tip_type) === null || _configs$driver_tip_t3 === void 0 ? void 0 : _configs$driver_tip_t3.value, 10) === 1 ? cart === null || cart === void 0 ? void 0 : cart.driver_tip : cart === null || cart === void 0 ? void 0 : cart.driver_tip_rate,
507
+ isFixedPrice: parseInt(configs === null || configs === void 0 || (_configs$driver_tip_t2 = configs.driver_tip_type) === null || _configs$driver_tip_t2 === void 0 ? void 0 : _configs$driver_tip_t2.value, 10) === 1,
508
+ isDriverTipUseCustom: !!parseInt(configs === null || configs === void 0 || (_configs$driver_tip_u2 = configs.driver_tip_use_custom) === null || _configs$driver_tip_u2 === void 0 ? void 0 : _configs$driver_tip_u2.value, 10),
509
+ driverTip: parseInt(configs === null || configs === void 0 || (_configs$driver_tip_t3 = configs.driver_tip_type) === null || _configs$driver_tip_t3 === void 0 ? void 0 : _configs$driver_tip_t3.value, 10) === 1 ? cart === null || cart === void 0 ? void 0 : cart.driver_tip : cart === null || cart === void 0 ? void 0 : cart.driver_tip_rate,
510
510
  cart: cart,
511
511
  useOrderContext: true
512
512
  }))), /*#__PURE__*/_react.default.createElement("table", {
@@ -525,13 +525,13 @@ var CartUI = function CartUI(props) {
525
525
  style: {
526
526
  height: 100
527
527
  }
528
- })))))), (cart === null || cart === void 0 ? void 0 : (_cart$payment_events = cart.payment_events) === null || _cart$payment_events === void 0 ? void 0 : _cart$payment_events.length) > 0 && /*#__PURE__*/_react.default.createElement("div", {
528
+ })))))), (cart === null || cart === void 0 || (_cart$payment_events = cart.payment_events) === null || _cart$payment_events === void 0 ? void 0 : _cart$payment_events.length) > 0 && /*#__PURE__*/_react.default.createElement("div", {
529
529
  style: {
530
530
  width: '100%',
531
531
  marginTop: 10
532
532
  }
533
- }, cart === null || cart === void 0 ? void 0 : (_cart$payment_events2 = cart.payment_events) === null || _cart$payment_events2 === void 0 ? void 0 : _cart$payment_events2.map(function (event) {
534
- var _walletName$cart$wall, _cart$wallets, _cart$wallets$find;
533
+ }, cart === null || cart === void 0 || (_cart$payment_events2 = cart.payment_events) === null || _cart$payment_events2 === void 0 ? void 0 : _cart$payment_events2.map(function (event) {
534
+ var _walletName$cart$wall, _cart$wallets;
535
535
  return /*#__PURE__*/_react.default.createElement("div", {
536
536
  key: event.id,
537
537
  style: {
@@ -540,9 +540,9 @@ var CartUI = function CartUI(props) {
540
540
  justifyContent: 'space-between',
541
541
  marginBottom: 10
542
542
  }
543
- }, /*#__PURE__*/_react.default.createElement("span", null, (_walletName$cart$wall = walletName[cart === null || cart === void 0 ? void 0 : (_cart$wallets = cart.wallets) === null || _cart$wallets === void 0 ? void 0 : (_cart$wallets$find = _cart$wallets.find(function (wallet) {
543
+ }, /*#__PURE__*/_react.default.createElement("span", null, (_walletName$cart$wall = walletName[cart === null || cart === void 0 || (_cart$wallets = cart.wallets) === null || _cart$wallets === void 0 || (_cart$wallets = _cart$wallets.find(function (wallet) {
544
544
  return wallet.id === event.wallet_id;
545
- })) === null || _cart$wallets$find === void 0 ? void 0 : _cart$wallets$find.type]) === null || _walletName$cart$wall === void 0 ? void 0 : _walletName$cart$wall.name), /*#__PURE__*/_react.default.createElement("span", null, "-", parsePrice(event.amount, {
545
+ })) === null || _cart$wallets === void 0 ? void 0 : _cart$wallets.type]) === null || _walletName$cart$wall === void 0 ? void 0 : _walletName$cart$wall.name), /*#__PURE__*/_react.default.createElement("span", null, "-", parsePrice(event.amount, {
546
546
  isTruncable: true
547
547
  })));
548
548
  }), /*#__PURE__*/_react.default.createElement("div", {
@@ -560,7 +560,7 @@ var CartUI = function CartUI(props) {
560
560
  style: {
561
561
  fontWeight: 'bold'
562
562
  }
563
- }, parsePrice(cart === null || cart === void 0 ? void 0 : cart.balance))))), cateringTypes.includes(orderState === null || orderState === void 0 ? void 0 : (_orderState$options5 = orderState.options) === null || _orderState$options5 === void 0 ? void 0 : _orderState$options5.type) && /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_MomentContent.MomentContent, _extends({
563
+ }, parsePrice(cart === null || cart === void 0 ? void 0 : cart.balance))))), cateringTypes.includes(orderState === null || orderState === void 0 || (_orderState$options5 = orderState.options) === null || _orderState$options5 === void 0 ? void 0 : _orderState$options5.type) && /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement(_MomentContent.MomentContent, _extends({
564
564
  cateringPreorder: true,
565
565
  isCart: true,
566
566
  business: cart === null || cart === void 0 ? void 0 : cart.business
@@ -599,7 +599,7 @@ var CartUI = function CartUI(props) {
599
599
  }, !(curProduct !== null && curProduct !== void 0 && curProduct.calendar_event) ? /*#__PURE__*/_react.default.createElement(_ProductForm.ProductForm, {
600
600
  isCartProduct: true,
601
601
  productCart: curProduct,
602
- businessSlug: cart === null || cart === void 0 ? void 0 : (_cart$business2 = cart.business) === null || _cart$business2 === void 0 ? void 0 : _cart$business2.slug,
602
+ businessSlug: cart === null || cart === void 0 || (_cart$business2 = cart.business) === null || _cart$business2 === void 0 ? void 0 : _cart$business2.slug,
603
603
  businessId: cart === null || cart === void 0 ? void 0 : cart.business_id,
604
604
  categoryId: curProduct === null || curProduct === void 0 ? void 0 : curProduct.category_id,
605
605
  productId: curProduct === null || curProduct === void 0 ? void 0 : curProduct.id,
@@ -609,12 +609,12 @@ var CartUI = function CartUI(props) {
609
609
  isCartProduct: true,
610
610
  isService: true,
611
611
  productCart: curProduct,
612
- businessSlug: cart === null || cart === void 0 ? void 0 : (_cart$business3 = cart.business) === null || _cart$business3 === void 0 ? void 0 : _cart$business3.slug,
612
+ businessSlug: cart === null || cart === void 0 || (_cart$business3 = cart.business) === null || _cart$business3 === void 0 ? void 0 : _cart$business3.slug,
613
613
  businessId: cart === null || cart === void 0 ? void 0 : cart.business_id,
614
614
  categoryId: curProduct === null || curProduct === void 0 ? void 0 : curProduct.category_id,
615
615
  productId: curProduct === null || curProduct === void 0 ? void 0 : curProduct.id,
616
616
  onSave: handlerProductAction,
617
- professionalSelected: curProduct === null || curProduct === void 0 ? void 0 : (_curProduct$calendar_ = curProduct.calendar_event) === null || _curProduct$calendar_ === void 0 ? void 0 : _curProduct$calendar_.professional
617
+ professionalSelected: curProduct === null || curProduct === void 0 || (_curProduct$calendar_ = curProduct.calendar_event) === null || _curProduct$calendar_ === void 0 ? void 0 : _curProduct$calendar_.professional
618
618
  })), /*#__PURE__*/_react.default.createElement(_Modal.Modal, {
619
619
  width: "70%",
620
620
  open: openTaxModal.open,
@@ -47,11 +47,11 @@ exports.CommentContainer = CommentContainer;
47
47
  var IconContainer = _styledComponents.default.div(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["\n position: relative;\n display: inline-flex;\n cursor: pointer;\n margin-left: 5px;\n height: 20px;\n svg:nth-child(1){\n position: relative;\n top: -1px;\n }\n svg:nth-child(2){\n position: relative;\n top: -3px;\n }\n"])));
48
48
  exports.IconContainer = IconContainer;
49
49
  var SavedContainer = _styledComponents.default.span(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["\n margin-top: 10px;\n font-size: 20px;\n font-weight: bold;\n color: ", ";\n background: ", ";\n padding: 5px 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n"])), function (props) {
50
- var _props$theme2, _props$theme2$colors;
51
- return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 ? void 0 : (_props$theme2$colors = _props$theme2.colors) === null || _props$theme2$colors === void 0 ? void 0 : _props$theme2$colors.primaryContrast;
50
+ var _props$theme2;
51
+ return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 || (_props$theme2 = _props$theme2.colors) === null || _props$theme2 === void 0 ? void 0 : _props$theme2.primaryContrast;
52
52
  }, function (props) {
53
- var _props$theme3, _props$theme3$colors;
54
- return (0, _polished.lighten)('0.2', (_props$theme3 = props.theme) === null || _props$theme3 === void 0 ? void 0 : (_props$theme3$colors = _props$theme3.colors) === null || _props$theme3$colors === void 0 ? void 0 : _props$theme3$colors.primary);
53
+ var _props$theme3;
54
+ return (0, _polished.lighten)('0.2', (_props$theme3 = props.theme) === null || _props$theme3 === void 0 || (_props$theme3 = _props$theme3.colors) === null || _props$theme3 === void 0 ? void 0 : _props$theme3.primary);
55
55
  });
56
56
  exports.SavedContainer = SavedContainer;
57
57
  var SpotSelect = _styledComponents.default.select(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["\n ", "\n border-radius: 7.6px;\n height: 25px;\n border: none;\n font-size: 12px;\n outline: none;\n margin: 0 5px 0 15px;\n padding: 0 3px;\n cursor: pointer;\n -moz-appearance: none;\n -webkit-appearance: none;\n -ms-progress-appearance: none;\n\n ", "\n"])), function (_ref3) {
@@ -20,7 +20,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
20
20
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
21
21
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
22
22
  var CartContent = function CartContent(props) {
23
- var _configs$checkout_mul, _carts$filter, _configs$multi_busine4, _configs$multi_busine5, _theme$images, _theme$images$general;
23
+ var _configs$checkout_mul, _carts$filter, _configs$multi_busine4, _configs$multi_busine5, _theme$images;
24
24
  var carts = props.carts,
25
25
  isOrderStateCarts = props.isOrderStateCarts,
26
26
  isCartPopover = props.isCartPopover,
@@ -49,11 +49,11 @@ var CartContent = function CartContent(props) {
49
49
  _useState2 = _slicedToArray(_useState, 2),
50
50
  currentCartUuid = _useState2[0],
51
51
  setCurrentCartUuid = _useState2[1];
52
- var checkoutMultiBusinessEnabled = (configs === null || configs === void 0 ? void 0 : (_configs$checkout_mul = configs.checkout_multi_business_enabled) === null || _configs$checkout_mul === void 0 ? void 0 : _configs$checkout_mul.value) === '1';
52
+ var checkoutMultiBusinessEnabled = (configs === null || configs === void 0 || (_configs$checkout_mul = configs.checkout_multi_business_enabled) === null || _configs$checkout_mul === void 0 ? void 0 : _configs$checkout_mul.value) === '1';
53
53
  var totalCartsPrice = (carts === null || carts === void 0 ? void 0 : carts.length) && carts.reduce(function (total, cart) {
54
54
  return total + (cart === null || cart === void 0 ? void 0 : cart.total);
55
55
  }, 0);
56
- var totalCartsFee = (carts === null || carts === void 0 ? void 0 : carts.length) && (carts === null || carts === void 0 ? void 0 : (_carts$filter = carts.filter(function (cart) {
56
+ var totalCartsFee = (carts === null || carts === void 0 ? void 0 : carts.length) && (carts === null || carts === void 0 || (_carts$filter = carts.filter(function (cart) {
57
57
  return (cart === null || cart === void 0 ? void 0 : cart.status) !== 1 && (cart === null || cart === void 0 ? void 0 : cart.valid);
58
58
  })) === null || _carts$filter === void 0 ? void 0 : _carts$filter.reduce(function (total, cart) {
59
59
  return total + (cart === null || cart === void 0 ? void 0 : cart.delivery_price_with_discount);
@@ -82,18 +82,18 @@ var CartContent = function CartContent(props) {
82
82
  var groupKeys = {};
83
83
  cartsAvailable.forEach(function (_cart) {
84
84
  var _cart$group, _cart$group2, _cart$group$uuid, _cart$group3;
85
- groupKeys[_cart === null || _cart === void 0 ? void 0 : (_cart$group = _cart.group) === null || _cart$group === void 0 ? void 0 : _cart$group.uuid] ? groupKeys[_cart === null || _cart === void 0 ? void 0 : (_cart$group2 = _cart.group) === null || _cart$group2 === void 0 ? void 0 : _cart$group2.uuid] += 1 : groupKeys[(_cart$group$uuid = _cart === null || _cart === void 0 ? void 0 : (_cart$group3 = _cart.group) === null || _cart$group3 === void 0 ? void 0 : _cart$group3.uuid) !== null && _cart$group$uuid !== void 0 ? _cart$group$uuid : 'null'] = 1;
85
+ groupKeys[_cart === null || _cart === void 0 || (_cart$group = _cart.group) === null || _cart$group === void 0 ? void 0 : _cart$group.uuid] ? groupKeys[_cart === null || _cart === void 0 || (_cart$group2 = _cart.group) === null || _cart$group2 === void 0 ? void 0 : _cart$group2.uuid] += 1 : groupKeys[(_cart$group$uuid = _cart === null || _cart === void 0 || (_cart$group3 = _cart.group) === null || _cart$group3 === void 0 ? void 0 : _cart$group3.uuid) !== null && _cart$group$uuid !== void 0 ? _cart$group$uuid : 'null'] = 1;
86
86
  });
87
87
  if (Object.keys(groupKeys).length === 1 && Object.keys(groupKeys)[0] === 'null' || Object.keys(groupKeys).length > 1) {
88
88
  events.emit('go_to_page', {
89
89
  page: 'multi_cart'
90
90
  });
91
91
  } else {
92
- var _cartsAvailable$2, _cartsAvailable$2$gro;
92
+ var _cartsAvailable$2;
93
93
  events.emit('go_to_page', {
94
94
  page: 'multi_checkout',
95
95
  params: {
96
- cartUuid: (_cartsAvailable$2 = cartsAvailable[0]) === null || _cartsAvailable$2 === void 0 ? void 0 : (_cartsAvailable$2$gro = _cartsAvailable$2.group) === null || _cartsAvailable$2$gro === void 0 ? void 0 : _cartsAvailable$2$gro.uuid
96
+ cartUuid: (_cartsAvailable$2 = cartsAvailable[0]) === null || _cartsAvailable$2 === void 0 || (_cartsAvailable$2 = _cartsAvailable$2.group) === null || _cartsAvailable$2 === void 0 ? void 0 : _cartsAvailable$2.uuid
97
97
  }
98
98
  });
99
99
  }
@@ -127,18 +127,18 @@ var CartContent = function CartContent(props) {
127
127
  isProducts: cart.products.length,
128
128
  onClickCheckout: props.onClose,
129
129
  setPreorderBusiness: setPreorderBusiness,
130
- businessConfigs: cart === null || cart === void 0 ? void 0 : (_cart$business = cart.business) === null || _cart$business === void 0 ? void 0 : _cart$business.configs,
131
- hideCouponInput: (configs === null || configs === void 0 ? void 0 : (_configs$multi_busine = configs.multi_business_checkout_coupon_input_style) === null || _configs$multi_busine === void 0 ? void 0 : _configs$multi_busine.value) === 'group',
132
- hideDeliveryFee: (configs === null || configs === void 0 ? void 0 : (_configs$multi_busine2 = configs.multi_business_checkout_show_combined_delivery_fee) === null || _configs$multi_busine2 === void 0 ? void 0 : _configs$multi_busine2.value) === '1',
133
- hideDriverTip: (configs === null || configs === void 0 ? void 0 : (_configs$multi_busine3 = configs.multi_business_checkout_show_combined_driver_tip) === null || _configs$multi_busine3 === void 0 ? void 0 : _configs$multi_busine3.value) === '1',
130
+ businessConfigs: cart === null || cart === void 0 || (_cart$business = cart.business) === null || _cart$business === void 0 ? void 0 : _cart$business.configs,
131
+ hideCouponInput: (configs === null || configs === void 0 || (_configs$multi_busine = configs.multi_business_checkout_coupon_input_style) === null || _configs$multi_busine === void 0 ? void 0 : _configs$multi_busine.value) === 'group',
132
+ hideDeliveryFee: (configs === null || configs === void 0 || (_configs$multi_busine2 = configs.multi_business_checkout_show_combined_delivery_fee) === null || _configs$multi_busine2 === void 0 ? void 0 : _configs$multi_busine2.value) === '1',
133
+ hideDriverTip: (configs === null || configs === void 0 || (_configs$multi_busine3 = configs.multi_business_checkout_show_combined_driver_tip) === null || _configs$multi_busine3 === void 0 ? void 0 : _configs$multi_busine3.value) === '1',
134
134
  isCustomerMode: isCustomerMode
135
135
  }));
136
- }), checkoutMultiBusinessEnabled && !!carts.length && /*#__PURE__*/_react.default.createElement(_styles.MultiCartPriceContainer, null, !!totalCartsFee && (configs === null || configs === void 0 ? void 0 : (_configs$multi_busine4 = configs.multi_business_checkout_show_combined_delivery_fee) === null || _configs$multi_busine4 === void 0 ? void 0 : _configs$multi_busine4.value) === '1' && /*#__PURE__*/_react.default.createElement("span", null, /*#__PURE__*/_react.default.createElement("p", null, t('TOTAL_DELIVERY_FEE', 'Total delivery fee')), /*#__PURE__*/_react.default.createElement("p", null, parsePrice(totalCartsFee))), carts.reduce(function (sum, cart) {
136
+ }), checkoutMultiBusinessEnabled && !!carts.length && /*#__PURE__*/_react.default.createElement(_styles.MultiCartPriceContainer, null, !!totalCartsFee && (configs === null || configs === void 0 || (_configs$multi_busine4 = configs.multi_business_checkout_show_combined_delivery_fee) === null || _configs$multi_busine4 === void 0 ? void 0 : _configs$multi_busine4.value) === '1' && /*#__PURE__*/_react.default.createElement("span", null, /*#__PURE__*/_react.default.createElement("p", null, t('TOTAL_DELIVERY_FEE', 'Total delivery fee')), /*#__PURE__*/_react.default.createElement("p", null, parsePrice(totalCartsFee))), carts.reduce(function (sum, cart) {
137
137
  return sum + (cart === null || cart === void 0 ? void 0 : cart.driver_tip);
138
- }, 0) > 0 && (configs === null || configs === void 0 ? void 0 : (_configs$multi_busine5 = configs.multi_business_checkout_show_combined_driver_tip) === null || _configs$multi_busine5 === void 0 ? void 0 : _configs$multi_busine5.value) === '1' && /*#__PURE__*/_react.default.createElement("span", null, /*#__PURE__*/_react.default.createElement("p", null, t('DRIVER_TIP', 'Driver tip')), /*#__PURE__*/_react.default.createElement("p", null, parsePrice(carts.reduce(function (sum, cart) {
138
+ }, 0) > 0 && (configs === null || configs === void 0 || (_configs$multi_busine5 = configs.multi_business_checkout_show_combined_driver_tip) === null || _configs$multi_busine5 === void 0 ? void 0 : _configs$multi_busine5.value) === '1' && /*#__PURE__*/_react.default.createElement("span", null, /*#__PURE__*/_react.default.createElement("p", null, t('DRIVER_TIP', 'Driver tip')), /*#__PURE__*/_react.default.createElement("p", null, parsePrice(carts.reduce(function (sum, cart) {
139
139
  return sum + (cart === null || cart === void 0 ? void 0 : cart.driver_tip);
140
140
  }, 0)))), /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("h4", null, t('TOTAL_FOR_ALL_CARTS', 'Total for all Carts')), /*#__PURE__*/_react.default.createElement("h4", null, parsePrice(totalCartsPrice))), /*#__PURE__*/_react.default.createElement("span", null, /*#__PURE__*/_react.default.createElement("p", null, t('CART_GROUP_MESSAGE_ALERT', 'Discounts may be applied at the time of payment for this group.'))))), (!carts || (carts === null || carts === void 0 ? void 0 : carts.length) === 0) && /*#__PURE__*/_react.default.createElement(_styles.NotCarts, null, /*#__PURE__*/_react.default.createElement("img", {
141
- src: (_theme$images = theme.images) === null || _theme$images === void 0 ? void 0 : (_theme$images$general = _theme$images.general) === null || _theme$images$general === void 0 ? void 0 : _theme$images$general.notFound,
141
+ src: (_theme$images = theme.images) === null || _theme$images === void 0 || (_theme$images = _theme$images.general) === null || _theme$images === void 0 ? void 0 : _theme$images.notFound,
142
142
  alt: "Not Found",
143
143
  width: "200px",
144
144
  height: "122px",
@@ -31,7 +31,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len
31
31
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
32
32
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
33
33
  var CartPopover = function CartPopover(props) {
34
- var _theme$header, _theme$header$compone, _theme$header$compone2, _theme$header$compone3, _theme$header2, _theme$header2$compon, _theme$header2$compon2, _theme$header2$compon3, _theme$header2$compon4, _props$beforeElements, _props$beforeComponen, _props$carts, _props$carts2, _theme$header3, _theme$header3$compon, _theme$header3$compon2, _theme$header3$compon3, _theme$header3$compon4, _props$afterComponent, _props$afterElements;
34
+ var _theme$header, _theme$header2, _props$beforeElements, _props$beforeComponen, _props$carts, _props$carts2, _theme$header3, _props$afterComponent, _props$afterElements;
35
35
  var open = props.open,
36
36
  auth = props.auth,
37
37
  location = props.location,
@@ -50,7 +50,7 @@ var CartPopover = function CartPopover(props) {
50
50
  var referenceElement = (0, _react.useRef)();
51
51
  var popperElement = (0, _react.useRef)();
52
52
  var arrowElement = (0, _react.useRef)();
53
- var isChew = (theme === null || theme === void 0 ? void 0 : (_theme$header = theme.header) === null || _theme$header === void 0 ? void 0 : (_theme$header$compone = _theme$header.components) === null || _theme$header$compone === void 0 ? void 0 : (_theme$header$compone2 = _theme$header$compone.layout) === null || _theme$header$compone2 === void 0 ? void 0 : (_theme$header$compone3 = _theme$header$compone2.type) === null || _theme$header$compone3 === void 0 ? void 0 : _theme$header$compone3.toLowerCase()) === 'chew';
53
+ var isChew = (theme === null || theme === void 0 || (_theme$header = theme.header) === null || _theme$header === void 0 || (_theme$header = _theme$header.components) === null || _theme$header === void 0 || (_theme$header = _theme$header.layout) === null || _theme$header === void 0 || (_theme$header = _theme$header.type) === null || _theme$header === void 0 ? void 0 : _theme$header.toLowerCase()) === 'chew';
54
54
  var popper = (0, _reactPopper.usePopper)(referenceElement.current, popperElement.current, {
55
55
  placement: theme !== null && theme !== void 0 && theme.rtl ? 'bottom' : 'bottom-end',
56
56
  modifiers: [{
@@ -67,7 +67,7 @@ var CartPopover = function CartPopover(props) {
67
67
  });
68
68
  var styles = popper.styles,
69
69
  attributes = popper.attributes;
70
- var isSlideBar = (theme === null || theme === void 0 ? void 0 : (_theme$header2 = theme.header) === null || _theme$header2 === void 0 ? void 0 : (_theme$header2$compon = _theme$header2.components) === null || _theme$header2$compon === void 0 ? void 0 : (_theme$header2$compon2 = _theme$header2$compon.cart) === null || _theme$header2$compon2 === void 0 ? void 0 : (_theme$header2$compon3 = _theme$header2$compon2.components) === null || _theme$header2$compon3 === void 0 ? void 0 : (_theme$header2$compon4 = _theme$header2$compon3.open_strategy) === null || _theme$header2$compon4 === void 0 ? void 0 : _theme$header2$compon4.type) === 'slide';
70
+ var isSlideBar = (theme === null || theme === void 0 || (_theme$header2 = theme.header) === null || _theme$header2 === void 0 || (_theme$header2 = _theme$header2.components) === null || _theme$header2 === void 0 || (_theme$header2 = _theme$header2.cart) === null || _theme$header2 === void 0 || (_theme$header2 = _theme$header2.components) === null || _theme$header2 === void 0 || (_theme$header2 = _theme$header2.open_strategy) === null || _theme$header2 === void 0 ? void 0 : _theme$header2.type) === 'slide';
71
71
  (0, _react.useEffect)(function () {
72
72
  // forceUpdate && forceUpdate()
73
73
  }, [open, orderState]);
@@ -141,7 +141,7 @@ var CartPopover = function CartPopover(props) {
141
141
  onClose: props.onClose,
142
142
  hideCloseDefault: true,
143
143
  isSlideBar: true,
144
- slideBarPosition: theme === null || theme === void 0 ? void 0 : (_theme$header3 = theme.header) === null || _theme$header3 === void 0 ? void 0 : (_theme$header3$compon = _theme$header3.components) === null || _theme$header3$compon === void 0 ? void 0 : (_theme$header3$compon2 = _theme$header3$compon.cart) === null || _theme$header3$compon2 === void 0 ? void 0 : (_theme$header3$compon3 = _theme$header3$compon2.components) === null || _theme$header3$compon3 === void 0 ? void 0 : (_theme$header3$compon4 = _theme$header3$compon3.open_strategy) === null || _theme$header3$compon4 === void 0 ? void 0 : _theme$header3$compon4.position
144
+ slideBarPosition: theme === null || theme === void 0 || (_theme$header3 = theme.header) === null || _theme$header3 === void 0 || (_theme$header3 = _theme$header3.components) === null || _theme$header3 === void 0 || (_theme$header3 = _theme$header3.cart) === null || _theme$header3 === void 0 || (_theme$header3 = _theme$header3.components) === null || _theme$header3 === void 0 || (_theme$header3 = _theme$header3.open_strategy) === null || _theme$header3 === void 0 ? void 0 : _theme$header3.position
145
145
  }, /*#__PURE__*/_react.default.createElement(_styles.TitleContainer, null, /*#__PURE__*/_react.default.createElement(_styles.Title, null, t('MY_CART', 'My cart')), /*#__PURE__*/_react.default.createElement(_Buttons.Button, {
146
146
  outline: true,
147
147
  color: "primary",
@@ -20,8 +20,8 @@ var HeaderItem = _styledComponents.default.div(_templateObject || (_templateObje
20
20
  });
21
21
  exports.HeaderItem = HeaderItem;
22
22
  var PopoverBody = _styledComponents.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n background-color: ", ";\n color: #333;\n padding: 15px;\n border-radius: 10px;\n max-width: 500px;\n z-index: 10002;\n box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;\n"])), function (props) {
23
- var _props$theme2, _props$theme2$colors;
24
- return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 ? void 0 : (_props$theme2$colors = _props$theme2.colors) === null || _props$theme2$colors === void 0 ? void 0 : _props$theme2$colors.backgroundPage;
23
+ var _props$theme2;
24
+ return (_props$theme2 = props.theme) === null || _props$theme2 === void 0 || (_props$theme2 = _props$theme2.colors) === null || _props$theme2 === void 0 ? void 0 : _props$theme2.backgroundPage;
25
25
  });
26
26
  exports.PopoverBody = PopoverBody;
27
27
  var PopoverArrow = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n width: 0;\n height: 0;\n border-left: 7px solid transparent;\n border-right: 7px solid transparent;\n border-bottom: 8px solid #FFF;\n top: -8px;\n"])));