ordering-ui-external 2.0.4 → 2.1.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 (101) hide show
  1. package/_bundles/{0.ordering-ui.a228aa8797d9d0fc5a6c.js → 0.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  2. package/_bundles/{1.ordering-ui.a228aa8797d9d0fc5a6c.js → 1.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  3. package/_bundles/{2.ordering-ui.a228aa8797d9d0fc5a6c.js → 2.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  4. package/_bundles/{4.ordering-ui.a228aa8797d9d0fc5a6c.js → 4.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  5. package/_bundles/{5.ordering-ui.a228aa8797d9d0fc5a6c.js → 5.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  6. package/_bundles/{6.ordering-ui.a228aa8797d9d0fc5a6c.js → 6.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  7. package/_bundles/{7.ordering-ui.a228aa8797d9d0fc5a6c.js → 7.ordering-ui.3861d1cf52cf041c74c5.js} +1 -1
  8. package/_bundles/{7.ordering-ui.a228aa8797d9d0fc5a6c.js.LICENSE.txt → 7.ordering-ui.3861d1cf52cf041c74c5.js.LICENSE.txt} +0 -0
  9. package/_bundles/{8.ordering-ui.a228aa8797d9d0fc5a6c.js → 8.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  10. package/_bundles/{9.ordering-ui.a228aa8797d9d0fc5a6c.js → 9.ordering-ui.3861d1cf52cf041c74c5.js} +0 -0
  11. package/_bundles/{ordering-ui.a228aa8797d9d0fc5a6c.js → ordering-ui.3861d1cf52cf041c74c5.js} +2 -2
  12. package/_bundles/{ordering-ui.a228aa8797d9d0fc5a6c.js.LICENSE.txt → ordering-ui.3861d1cf52cf041c74c5.js.LICENSE.txt} +0 -0
  13. package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +36 -28
  14. package/_modules/themes/five/src/components/BusinessBasicInformation/styles.js +48 -34
  15. package/_modules/themes/five/src/components/BusinessItemAccordion/index.js +3 -1
  16. package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +8 -1
  17. package/_modules/themes/five/src/components/BusinessProductsCategories/layouts/groceries/styles.js +1 -1
  18. package/_modules/themes/five/src/components/BusinessProductsListing/index.js +2 -1
  19. package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +1 -1
  20. package/_modules/themes/five/src/components/Cart/index.js +73 -25
  21. package/_modules/themes/five/src/components/CartContent/index.js +3 -1
  22. package/_modules/themes/five/src/components/Checkout/index.js +25 -15
  23. package/_modules/themes/five/src/components/DriverTips/index.js +26 -15
  24. package/_modules/themes/five/src/components/GiftCard/GiftCardUI/index.js +63 -0
  25. package/_modules/themes/five/src/components/GiftCard/GiftCardUI/styles.js +27 -0
  26. package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +69 -0
  27. package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +29 -0
  28. package/_modules/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +123 -0
  29. package/_modules/themes/five/src/components/GiftCard/RedeemGiftCard/styles.js +20 -0
  30. package/_modules/themes/five/src/components/GiftCard/SendGiftCard/index.js +114 -0
  31. package/_modules/themes/five/src/components/GiftCard/SendGiftCard/styles.js +14 -0
  32. package/_modules/themes/five/src/components/HorizontalOrdersLayout/index.js +8 -56
  33. package/_modules/themes/five/src/components/HorizontalOrdersLayout/styles.js +1 -1
  34. package/_modules/themes/five/src/components/LoginForm/index.js +6 -0
  35. package/_modules/themes/five/src/components/OrderDetails/OrderEta.js +69 -0
  36. package/_modules/themes/five/src/components/OrderDetails/index.js +84 -76
  37. package/_modules/themes/five/src/components/OrderDetails/styles.js +1 -1
  38. package/_modules/themes/five/src/components/OrderItAgain/styles.js +3 -3
  39. package/_modules/themes/five/src/components/OrderProgress/index.js +5 -14
  40. package/_modules/themes/five/src/components/PageBanner/index.js +120 -6
  41. package/_modules/themes/five/src/components/PaymentOptions/index.js +22 -8
  42. package/_modules/themes/five/src/components/PaymentOptions/styles.js +9 -7
  43. package/_modules/themes/five/src/components/ProductOptionSubOption/styles.js +20 -14
  44. package/_modules/themes/five/src/components/ProfessionalFilter/index.js +23 -25
  45. package/_modules/themes/five/src/components/ProfessionalFilter/styles.js +6 -32
  46. package/_modules/themes/five/src/components/RenderProductsLayout/index.js +38 -22
  47. package/_modules/themes/five/src/components/RenderProductsLayout/styles.js +3 -9
  48. package/_modules/themes/five/src/components/ServiceForm/index.js +10 -4
  49. package/_modules/themes/five/src/components/ServiceForm/styles.js +23 -25
  50. package/_modules/themes/five/src/components/SignUpForm/index.js +6 -0
  51. package/_modules/themes/five/src/components/SingleOrderCard/index.js +22 -16
  52. package/_modules/themes/five/src/components/SingleProductCard/layouts/original/index.js +13 -2
  53. package/_modules/themes/five/src/components/SingleProductCard/layouts/original/styles.js +73 -51
  54. package/_modules/themes/five/src/components/SingleProfessionalCard/index.js +23 -7
  55. package/_modules/themes/five/src/components/SingleProfessionalCard/styles.js +29 -10
  56. package/_modules/themes/five/src/components/Wallets/index.js +2 -1
  57. package/package.json +2 -2
  58. package/src/themes/five/src/components/BusinessBasicInformation/index.js +49 -35
  59. package/src/themes/five/src/components/BusinessBasicInformation/styles.js +26 -4
  60. package/src/themes/five/src/components/BusinessItemAccordion/index.js +1 -1
  61. package/src/themes/five/src/components/BusinessProductsCategories/index.js +7 -1
  62. package/src/themes/five/src/components/BusinessProductsCategories/layouts/groceries/styles.js +2 -2
  63. package/src/themes/five/src/components/BusinessProductsListing/index.js +1 -0
  64. package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/styles.js +1 -1
  65. package/src/themes/five/src/components/Cart/index.js +44 -14
  66. package/src/themes/five/src/components/CartContent/index.js +1 -0
  67. package/src/themes/five/src/components/Checkout/index.js +67 -51
  68. package/src/themes/five/src/components/DriverTips/index.js +52 -40
  69. package/src/themes/five/src/components/GiftCard/GiftCardUI/index.js +59 -0
  70. package/src/themes/five/src/components/GiftCard/GiftCardUI/styles.js +41 -0
  71. package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +70 -0
  72. package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +52 -0
  73. package/src/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +122 -0
  74. package/src/themes/five/src/components/GiftCard/RedeemGiftCard/styles.js +41 -0
  75. package/src/themes/five/src/components/GiftCard/SendGiftCard/index.js +103 -0
  76. package/src/themes/five/src/components/GiftCard/SendGiftCard/styles.js +27 -0
  77. package/src/themes/five/src/components/HorizontalOrdersLayout/index.js +33 -79
  78. package/src/themes/five/src/components/HorizontalOrdersLayout/styles.js +0 -1
  79. package/src/themes/five/src/components/LoginForm/index.js +7 -0
  80. package/src/themes/five/src/components/OrderDetails/OrderEta.js +59 -0
  81. package/src/themes/five/src/components/OrderDetails/index.js +141 -133
  82. package/src/themes/five/src/components/OrderDetails/styles.js +0 -1
  83. package/src/themes/five/src/components/OrderItAgain/styles.js +6 -6
  84. package/src/themes/five/src/components/OrderProgress/index.js +3 -12
  85. package/src/themes/five/src/components/PageBanner/index.js +96 -4
  86. package/src/themes/five/src/components/PaymentOptions/index.js +26 -5
  87. package/src/themes/five/src/components/PaymentOptions/styles.js +4 -0
  88. package/src/themes/five/src/components/ProductOptionSubOption/styles.js +24 -4
  89. package/src/themes/five/src/components/ProfessionalFilter/index.js +18 -30
  90. package/src/themes/five/src/components/ProfessionalFilter/styles.js +1 -57
  91. package/src/themes/five/src/components/RenderProductsLayout/index.js +33 -17
  92. package/src/themes/five/src/components/RenderProductsLayout/styles.js +0 -18
  93. package/src/themes/five/src/components/ServiceForm/index.js +11 -5
  94. package/src/themes/five/src/components/ServiceForm/styles.js +1 -9
  95. package/src/themes/five/src/components/SignUpForm/index.js +7 -0
  96. package/src/themes/five/src/components/SingleOrderCard/index.js +43 -26
  97. package/src/themes/five/src/components/SingleProductCard/layouts/original/index.js +12 -2
  98. package/src/themes/five/src/components/SingleProductCard/layouts/original/styles.js +51 -4
  99. package/src/themes/five/src/components/SingleProfessionalCard/index.js +17 -6
  100. package/src/themes/five/src/components/SingleProfessionalCard/styles.js +33 -6
  101. package/src/themes/five/src/components/Wallets/index.js +2 -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.