ordering-ui-external 1.8.10 → 1.9.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.
- package/_bundles/{0.ordering-ui.b6cdd549ac5beb984576.js → 0.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{1.ordering-ui.b6cdd549ac5beb984576.js → 1.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{2.ordering-ui.b6cdd549ac5beb984576.js → 2.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{4.ordering-ui.b6cdd549ac5beb984576.js → 4.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{5.ordering-ui.b6cdd549ac5beb984576.js → 5.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{6.ordering-ui.b6cdd549ac5beb984576.js → 6.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{7.ordering-ui.b6cdd549ac5beb984576.js → 7.ordering-ui.a97bdaf67c563ada4c74.js} +1 -1
- package/_bundles/{7.ordering-ui.b6cdd549ac5beb984576.js.LICENSE.txt → 7.ordering-ui.a97bdaf67c563ada4c74.js.LICENSE.txt} +0 -0
- package/_bundles/{8.ordering-ui.b6cdd549ac5beb984576.js → 8.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{9.ordering-ui.b6cdd549ac5beb984576.js → 9.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
- package/_bundles/{ordering-ui.b6cdd549ac5beb984576.js → ordering-ui.a97bdaf67c563ada4c74.js} +2 -2
- package/_bundles/{ordering-ui.b6cdd549ac5beb984576.js.LICENSE.txt → ordering-ui.a97bdaf67c563ada4c74.js.LICENSE.txt} +0 -0
- package/_modules/components/PaymentOptions/index.js +2 -2
- package/_modules/themes/five/index.js +7 -0
- package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +2 -7
- package/_modules/themes/five/src/components/BusinessInformation/index.js +7 -6
- package/_modules/themes/five/src/components/BusinessProductsListing/index.js +3 -1
- package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +2 -2
- package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +5 -3
- package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/index.js +2 -0
- package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/styles.js +2 -2
- package/_modules/themes/five/src/components/Checkout/index.js +9 -5
- package/_modules/themes/five/src/components/Header/index.js +20 -1
- package/_modules/themes/five/src/components/Header/styles.js +7 -5
- package/_modules/themes/five/src/components/HomeHero/layouts/OriginalHomeHero/index.js +20 -5
- package/_modules/themes/five/src/components/OrderDetails/OrderBillSection.js +12 -12
- package/_modules/themes/five/src/components/OrderDetails/index.js +4 -2
- package/_modules/themes/five/src/components/OrdersOption/index.js +4 -2
- package/_modules/themes/five/src/components/PhoneAutocomplete/index.js +4 -0
- package/_modules/themes/five/src/components/PlaceSpot/index.js +3 -1
- package/_modules/themes/five/src/components/ProductForm/styles.js +1 -1
- package/_modules/themes/five/src/components/ProductOption/index.js +1 -1
- package/_modules/themes/five/src/components/ProductOptionSubOption/index.js +1 -1
- package/_modules/themes/five/src/components/ProductOptionSubOption/styles.js +1 -1
- package/_modules/themes/five/src/components/ReviewProduct/index.js +2 -0
- package/_modules/themes/five/src/components/ScheduleAccordion/index.js +49 -0
- package/_modules/themes/five/src/components/ScheduleAccordion/styles.js +23 -0
- package/_modules/themes/five/src/components/SearchBar/index.js +4 -2
- package/_modules/themes/five/src/components/SearchBar/styles.js +12 -8
- package/_modules/themes/five/src/components/ServiceForm/index.js +17 -8
- package/_modules/themes/five/src/components/UserPopover/index.js +14 -4
- package/_modules/themes/pwa/src/components/MomentControl/index.js +0 -3
- package/_modules/themes/six/src/components/BusinessController/styles.js +1 -1
- package/_modules/themes/six/src/components/SearchBar/index.js +4 -2
- package/_modules/themes/six/src/components/SearchBar/styles.js +6 -4
- package/package.json +2 -2
- package/src/components/PaymentOptions/index.js +22 -22
- package/src/themes/five/index.js +2 -0
- package/src/themes/five/src/components/BusinessBasicInformation/index.js +0 -10
- package/src/themes/five/src/components/BusinessInformation/index.js +7 -23
- package/src/themes/five/src/components/BusinessProductsListing/index.js +3 -1
- package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +2 -2
- package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +5 -1
- package/src/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/index.js +2 -0
- package/src/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/styles.js +2 -6
- package/src/themes/five/src/components/Checkout/index.js +9 -5
- package/src/themes/five/src/components/Header/index.js +19 -3
- package/src/themes/five/src/components/Header/styles.js +20 -4
- package/src/themes/five/src/components/HomeHero/layouts/OriginalHomeHero/index.js +13 -3
- package/src/themes/five/src/components/OrderDetails/OrderBillSection.js +6 -6
- package/src/themes/five/src/components/OrderDetails/index.js +5 -2
- package/src/themes/five/src/components/OrdersOption/index.js +10 -9
- package/src/themes/five/src/components/PhoneAutocomplete/index.js +2 -0
- package/src/themes/five/src/components/PlaceSpot/index.js +3 -1
- package/src/themes/five/src/components/ProductForm/styles.js +1 -0
- package/src/themes/five/src/components/ProductOption/index.js +1 -1
- package/src/themes/five/src/components/ProductOptionSubOption/index.js +1 -1
- package/src/themes/five/src/components/ProductOptionSubOption/styles.js +0 -1
- package/src/themes/five/src/components/ReviewProduct/index.js +2 -0
- package/src/themes/five/src/components/ScheduleAccordion/index.js +60 -0
- package/src/themes/five/src/components/ScheduleAccordion/styles.js +28 -0
- package/src/themes/five/src/components/SearchBar/index.js +3 -1
- package/src/themes/five/src/components/SearchBar/styles.js +9 -1
- package/src/themes/five/src/components/ServiceForm/index.js +10 -4
- package/src/themes/five/src/components/UserPopover/index.js +12 -3
- package/src/themes/pwa/src/components/MomentContent/index.js +0 -1
- package/src/themes/pwa/src/components/MomentControl/index.js +0 -3
- package/src/themes/six/src/components/BusinessController/styles.js +4 -0
- package/src/themes/six/src/components/SearchBar/index.js +10 -2
- package/src/themes/six/src/components/SearchBar/styles.js +12 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.