ordering-ui-external 1.1.7 → 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.
Files changed (65) hide show
  1. package/_bundles/{0.ordering-ui.ff2158785c5abf7d9a26.js → 0.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  2. package/_bundles/{1.ordering-ui.ff2158785c5abf7d9a26.js → 1.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  3. package/_bundles/{3.ordering-ui.ff2158785c5abf7d9a26.js → 3.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  4. package/_bundles/{4.ordering-ui.ff2158785c5abf7d9a26.js → 4.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  5. package/_bundles/{5.ordering-ui.ff2158785c5abf7d9a26.js → 5.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  6. package/_bundles/{6.ordering-ui.ff2158785c5abf7d9a26.js → 6.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  7. package/_bundles/{7.ordering-ui.ff2158785c5abf7d9a26.js → 7.ordering-ui.5a3714c3be025beef39b.js} +1 -1
  8. package/_bundles/{7.ordering-ui.ff2158785c5abf7d9a26.js.LICENSE.txt → 7.ordering-ui.5a3714c3be025beef39b.js.LICENSE.txt} +0 -0
  9. package/_bundles/{8.ordering-ui.ff2158785c5abf7d9a26.js → 8.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  10. package/_bundles/{9.ordering-ui.ff2158785c5abf7d9a26.js → 9.ordering-ui.5a3714c3be025beef39b.js} +0 -0
  11. package/_bundles/ordering-ui.5a3714c3be025beef39b.js +2 -0
  12. package/_bundles/{ordering-ui.ff2158785c5abf7d9a26.js.LICENSE.txt → ordering-ui.5a3714c3be025beef39b.js.LICENSE.txt} +0 -0
  13. package/_modules/themes/five/index.js +8 -0
  14. package/_modules/themes/five/src/components/BusinessInformation/styles.js +2 -2
  15. package/_modules/themes/five/src/components/BusinessProductsListing/index.js +5 -3
  16. package/_modules/themes/five/src/components/Cart/index.js +14 -3
  17. package/_modules/themes/five/src/components/Cart/styles.js +9 -3
  18. package/_modules/themes/five/src/components/Checkout/index.js +1 -10
  19. package/_modules/themes/five/src/components/Checkout/styles.js +1 -1
  20. package/_modules/themes/five/src/components/Modal/styles.js +1 -1
  21. package/_modules/themes/five/src/components/MomentControl/styles.js +1 -1
  22. package/_modules/themes/five/src/components/MultiCheckout/index.js +4 -0
  23. package/_modules/themes/five/src/components/OrderItAgain/index.js +60 -0
  24. package/_modules/themes/five/src/components/OrderItAgain/styles.js +46 -0
  25. package/_modules/themes/five/src/components/ProductForm/index.js +5 -0
  26. package/_modules/themes/five/src/components/ProfessionalFilter/index.js +4 -2
  27. package/_modules/themes/five/src/components/ProfessionalFilter/styles.js +20 -8
  28. package/_modules/themes/five/src/components/RenderProductsLayout/index.js +16 -3
  29. package/_modules/themes/five/src/components/RenderProductsLayout/styles.js +27 -24
  30. package/_modules/themes/five/src/components/ReviewProduct/styles.js +6 -6
  31. package/_modules/themes/five/src/components/ServiceForm/index.js +5 -7
  32. package/_modules/themes/five/src/components/ServiceForm/styles.js +9 -5
  33. package/_modules/themes/five/src/components/SidebarMenu/index.js +13 -2
  34. package/_modules/themes/five/src/components/SingleOrderCard/index.js +1 -1
  35. package/_modules/themes/five/src/components/SingleProductCard/index.js +15 -7
  36. package/_modules/themes/five/src/components/SingleProductCard/styles.js +60 -48
  37. package/_modules/themes/four/src/components/BusinessBasicInformation/index.js +1 -1
  38. package/package.json +1 -1
  39. package/src/themes/five/index.js +2 -0
  40. package/src/themes/five/src/components/BusinessInformation/styles.js +3 -3
  41. package/src/themes/five/src/components/BusinessProductsListing/index.js +2 -2
  42. package/src/themes/five/src/components/Cart/index.js +37 -2
  43. package/src/themes/five/src/components/Cart/styles.js +17 -0
  44. package/src/themes/five/src/components/Checkout/index.js +1 -5
  45. package/src/themes/five/src/components/Checkout/styles.js +5 -1
  46. package/src/themes/five/src/components/Modal/styles.js +5 -0
  47. package/src/themes/five/src/components/MomentControl/index.js +48 -48
  48. package/src/themes/five/src/components/MomentControl/styles.js +0 -1
  49. package/src/themes/five/src/components/MultiCheckout/index.js +2 -0
  50. package/src/themes/five/src/components/OrderItAgain/index.js +46 -0
  51. package/src/themes/five/src/components/OrderItAgain/styles.js +60 -0
  52. package/src/themes/five/src/components/ProductForm/index.js +1 -0
  53. package/src/themes/five/src/components/ProfessionalFilter/index.js +10 -2
  54. package/src/themes/five/src/components/ProfessionalFilter/styles.js +24 -9
  55. package/src/themes/five/src/components/RenderProductsLayout/index.js +17 -1
  56. package/src/themes/five/src/components/RenderProductsLayout/styles.js +5 -2
  57. package/src/themes/five/src/components/ReviewProduct/styles.js +14 -0
  58. package/src/themes/five/src/components/ServiceForm/index.js +31 -22
  59. package/src/themes/five/src/components/ServiceForm/styles.js +16 -0
  60. package/src/themes/five/src/components/SidebarMenu/index.js +32 -1
  61. package/src/themes/five/src/components/SingleOrderCard/index.js +1 -1
  62. package/src/themes/five/src/components/SingleProductCard/index.js +9 -5
  63. package/src/themes/five/src/components/SingleProductCard/styles.js +21 -7
  64. package/src/themes/four/src/components/BusinessBasicInformation/index.js +15 -17
  65. 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.