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.
Files changed (80) hide show
  1. package/_bundles/{0.ordering-ui.b6cdd549ac5beb984576.js → 0.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  2. package/_bundles/{1.ordering-ui.b6cdd549ac5beb984576.js → 1.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  3. package/_bundles/{2.ordering-ui.b6cdd549ac5beb984576.js → 2.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  4. package/_bundles/{4.ordering-ui.b6cdd549ac5beb984576.js → 4.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  5. package/_bundles/{5.ordering-ui.b6cdd549ac5beb984576.js → 5.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  6. package/_bundles/{6.ordering-ui.b6cdd549ac5beb984576.js → 6.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  7. package/_bundles/{7.ordering-ui.b6cdd549ac5beb984576.js → 7.ordering-ui.a97bdaf67c563ada4c74.js} +1 -1
  8. package/_bundles/{7.ordering-ui.b6cdd549ac5beb984576.js.LICENSE.txt → 7.ordering-ui.a97bdaf67c563ada4c74.js.LICENSE.txt} +0 -0
  9. package/_bundles/{8.ordering-ui.b6cdd549ac5beb984576.js → 8.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  10. package/_bundles/{9.ordering-ui.b6cdd549ac5beb984576.js → 9.ordering-ui.a97bdaf67c563ada4c74.js} +0 -0
  11. package/_bundles/{ordering-ui.b6cdd549ac5beb984576.js → ordering-ui.a97bdaf67c563ada4c74.js} +2 -2
  12. package/_bundles/{ordering-ui.b6cdd549ac5beb984576.js.LICENSE.txt → ordering-ui.a97bdaf67c563ada4c74.js.LICENSE.txt} +0 -0
  13. package/_modules/components/PaymentOptions/index.js +2 -2
  14. package/_modules/themes/five/index.js +7 -0
  15. package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +2 -7
  16. package/_modules/themes/five/src/components/BusinessInformation/index.js +7 -6
  17. package/_modules/themes/five/src/components/BusinessProductsListing/index.js +3 -1
  18. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +2 -2
  19. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +5 -3
  20. package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/index.js +2 -0
  21. package/_modules/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/styles.js +2 -2
  22. package/_modules/themes/five/src/components/Checkout/index.js +9 -5
  23. package/_modules/themes/five/src/components/Header/index.js +20 -1
  24. package/_modules/themes/five/src/components/Header/styles.js +7 -5
  25. package/_modules/themes/five/src/components/HomeHero/layouts/OriginalHomeHero/index.js +20 -5
  26. package/_modules/themes/five/src/components/OrderDetails/OrderBillSection.js +12 -12
  27. package/_modules/themes/five/src/components/OrderDetails/index.js +4 -2
  28. package/_modules/themes/five/src/components/OrdersOption/index.js +4 -2
  29. package/_modules/themes/five/src/components/PhoneAutocomplete/index.js +4 -0
  30. package/_modules/themes/five/src/components/PlaceSpot/index.js +3 -1
  31. package/_modules/themes/five/src/components/ProductForm/styles.js +1 -1
  32. package/_modules/themes/five/src/components/ProductOption/index.js +1 -1
  33. package/_modules/themes/five/src/components/ProductOptionSubOption/index.js +1 -1
  34. package/_modules/themes/five/src/components/ProductOptionSubOption/styles.js +1 -1
  35. package/_modules/themes/five/src/components/ReviewProduct/index.js +2 -0
  36. package/_modules/themes/five/src/components/ScheduleAccordion/index.js +49 -0
  37. package/_modules/themes/five/src/components/ScheduleAccordion/styles.js +23 -0
  38. package/_modules/themes/five/src/components/SearchBar/index.js +4 -2
  39. package/_modules/themes/five/src/components/SearchBar/styles.js +12 -8
  40. package/_modules/themes/five/src/components/ServiceForm/index.js +17 -8
  41. package/_modules/themes/five/src/components/UserPopover/index.js +14 -4
  42. package/_modules/themes/pwa/src/components/MomentControl/index.js +0 -3
  43. package/_modules/themes/six/src/components/BusinessController/styles.js +1 -1
  44. package/_modules/themes/six/src/components/SearchBar/index.js +4 -2
  45. package/_modules/themes/six/src/components/SearchBar/styles.js +6 -4
  46. package/package.json +2 -2
  47. package/src/components/PaymentOptions/index.js +22 -22
  48. package/src/themes/five/index.js +2 -0
  49. package/src/themes/five/src/components/BusinessBasicInformation/index.js +0 -10
  50. package/src/themes/five/src/components/BusinessInformation/index.js +7 -23
  51. package/src/themes/five/src/components/BusinessProductsListing/index.js +3 -1
  52. package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +2 -2
  53. package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +5 -1
  54. package/src/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/index.js +2 -0
  55. package/src/themes/five/src/components/BusinessesListing/layouts/StarbucksBusinessesListing/styles.js +2 -6
  56. package/src/themes/five/src/components/Checkout/index.js +9 -5
  57. package/src/themes/five/src/components/Header/index.js +19 -3
  58. package/src/themes/five/src/components/Header/styles.js +20 -4
  59. package/src/themes/five/src/components/HomeHero/layouts/OriginalHomeHero/index.js +13 -3
  60. package/src/themes/five/src/components/OrderDetails/OrderBillSection.js +6 -6
  61. package/src/themes/five/src/components/OrderDetails/index.js +5 -2
  62. package/src/themes/five/src/components/OrdersOption/index.js +10 -9
  63. package/src/themes/five/src/components/PhoneAutocomplete/index.js +2 -0
  64. package/src/themes/five/src/components/PlaceSpot/index.js +3 -1
  65. package/src/themes/five/src/components/ProductForm/styles.js +1 -0
  66. package/src/themes/five/src/components/ProductOption/index.js +1 -1
  67. package/src/themes/five/src/components/ProductOptionSubOption/index.js +1 -1
  68. package/src/themes/five/src/components/ProductOptionSubOption/styles.js +0 -1
  69. package/src/themes/five/src/components/ReviewProduct/index.js +2 -0
  70. package/src/themes/five/src/components/ScheduleAccordion/index.js +60 -0
  71. package/src/themes/five/src/components/ScheduleAccordion/styles.js +28 -0
  72. package/src/themes/five/src/components/SearchBar/index.js +3 -1
  73. package/src/themes/five/src/components/SearchBar/styles.js +9 -1
  74. package/src/themes/five/src/components/ServiceForm/index.js +10 -4
  75. package/src/themes/five/src/components/UserPopover/index.js +12 -3
  76. package/src/themes/pwa/src/components/MomentContent/index.js +0 -1
  77. package/src/themes/pwa/src/components/MomentControl/index.js +0 -3
  78. package/src/themes/six/src/components/BusinessController/styles.js +4 -0
  79. package/src/themes/six/src/components/SearchBar/index.js +10 -2
  80. 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.