ordering-ui-external 1.1.6 → 1.2.0
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.ff2158785c5abf7d9a26.js → 0.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{1.ordering-ui.ff2158785c5abf7d9a26.js → 1.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{3.ordering-ui.ff2158785c5abf7d9a26.js → 3.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{4.ordering-ui.ff2158785c5abf7d9a26.js → 4.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{5.ordering-ui.ff2158785c5abf7d9a26.js → 5.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{6.ordering-ui.ff2158785c5abf7d9a26.js → 6.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{7.ordering-ui.ff2158785c5abf7d9a26.js → 7.ordering-ui.5a3714c3be025beef39b.js} +1 -1
- package/_bundles/{7.ordering-ui.ff2158785c5abf7d9a26.js.LICENSE.txt → 7.ordering-ui.5a3714c3be025beef39b.js.LICENSE.txt} +0 -0
- package/_bundles/{8.ordering-ui.ff2158785c5abf7d9a26.js → 8.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/{9.ordering-ui.ff2158785c5abf7d9a26.js → 9.ordering-ui.5a3714c3be025beef39b.js} +0 -0
- package/_bundles/ordering-ui.5a3714c3be025beef39b.js +2 -0
- package/_bundles/{ordering-ui.ff2158785c5abf7d9a26.js.LICENSE.txt → ordering-ui.5a3714c3be025beef39b.js.LICENSE.txt} +0 -0
- package/_modules/themes/five/index.js +8 -0
- package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +33 -1
- package/_modules/themes/five/src/components/BusinessBasicInformation/styles.js +3 -1
- package/_modules/themes/five/src/components/BusinessInformation/styles.js +2 -2
- package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +27 -11
- package/_modules/themes/five/src/components/BusinessProductsCategories/styles.js +1 -1
- package/_modules/themes/five/src/components/BusinessProductsListing/index.js +5 -3
- package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +3 -7
- package/_modules/themes/five/src/components/Cart/index.js +14 -3
- package/_modules/themes/five/src/components/Cart/styles.js +9 -3
- package/_modules/themes/five/src/components/Checkout/index.js +1 -10
- package/_modules/themes/five/src/components/Checkout/styles.js +1 -1
- package/_modules/themes/five/src/components/Modal/styles.js +1 -1
- package/_modules/themes/five/src/components/MomentControl/styles.js +1 -1
- package/_modules/themes/five/src/components/MultiCheckout/index.js +4 -0
- package/_modules/themes/five/src/components/OrderItAgain/index.js +60 -0
- package/_modules/themes/five/src/components/OrderItAgain/styles.js +46 -0
- package/_modules/themes/five/src/components/ProductForm/index.js +5 -0
- package/_modules/themes/five/src/components/ProfessionalFilter/index.js +4 -2
- package/_modules/themes/five/src/components/ProfessionalFilter/styles.js +20 -8
- package/_modules/themes/five/src/components/RenderProductsLayout/index.js +20 -6
- package/_modules/themes/five/src/components/RenderProductsLayout/styles.js +29 -24
- package/_modules/themes/five/src/components/ReviewProduct/styles.js +6 -6
- package/_modules/themes/five/src/components/ServiceForm/index.js +5 -7
- package/_modules/themes/five/src/components/ServiceForm/styles.js +9 -5
- package/_modules/themes/five/src/components/SidebarMenu/index.js +13 -2
- package/_modules/themes/five/src/components/SingleOrderCard/index.js +1 -1
- package/_modules/themes/five/src/components/SingleProductCard/index.js +17 -9
- package/_modules/themes/five/src/components/SingleProductCard/styles.js +60 -48
- package/_modules/themes/four/src/components/BusinessBasicInformation/index.js +1 -1
- package/package.json +1 -1
- package/src/themes/five/index.js +2 -0
- package/src/themes/five/src/components/BusinessBasicInformation/index.js +29 -1
- package/src/themes/five/src/components/BusinessBasicInformation/styles.js +11 -0
- package/src/themes/five/src/components/BusinessInformation/styles.js +3 -3
- package/src/themes/five/src/components/BusinessProductsCategories/index.js +21 -11
- package/src/themes/five/src/components/BusinessProductsCategories/styles.js +3 -3
- package/src/themes/five/src/components/BusinessProductsListing/index.js +2 -2
- package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +2 -4
- package/src/themes/five/src/components/Cart/index.js +37 -2
- package/src/themes/five/src/components/Cart/styles.js +17 -0
- package/src/themes/five/src/components/Checkout/index.js +1 -5
- package/src/themes/five/src/components/Checkout/styles.js +5 -1
- package/src/themes/five/src/components/Modal/styles.js +5 -0
- package/src/themes/five/src/components/MomentControl/index.js +48 -48
- package/src/themes/five/src/components/MomentControl/styles.js +0 -1
- package/src/themes/five/src/components/MultiCheckout/index.js +2 -0
- package/src/themes/five/src/components/OrderItAgain/index.js +46 -0
- package/src/themes/five/src/components/OrderItAgain/styles.js +60 -0
- package/src/themes/five/src/components/ProductForm/index.js +1 -0
- package/src/themes/five/src/components/ProfessionalFilter/index.js +10 -2
- package/src/themes/five/src/components/ProfessionalFilter/styles.js +24 -9
- package/src/themes/five/src/components/RenderProductsLayout/index.js +20 -3
- package/src/themes/five/src/components/RenderProductsLayout/styles.js +12 -5
- package/src/themes/five/src/components/ReviewProduct/styles.js +14 -0
- package/src/themes/five/src/components/ServiceForm/index.js +31 -22
- package/src/themes/five/src/components/ServiceForm/styles.js +16 -0
- package/src/themes/five/src/components/SidebarMenu/index.js +32 -1
- package/src/themes/five/src/components/SingleOrderCard/index.js +1 -1
- package/src/themes/five/src/components/SingleProductCard/index.js +10 -6
- package/src/themes/five/src/components/SingleProductCard/styles.js +21 -7
- package/src/themes/four/src/components/BusinessBasicInformation/index.js +15 -17
- package/_bundles/ordering-ui.ff2158785c5abf7d9a26.js +0 -2
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.