@riosst100/pwa-marketplace 1.8.9 → 1.9.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 (250) hide show
  1. package/i18n/en_US.json +9 -9
  2. package/package.json +1 -2
  3. package/src/componentOverrideMapping.js +15 -1
  4. package/src/components/AccountLayout/accountlayout.module.css +3 -0
  5. package/src/components/AccountLayout/index.js +147 -0
  6. package/src/components/BecomeSeller/becomeSeller.js +304 -178
  7. package/src/components/BecomeSeller/becomeSeller.module.css +3 -3
  8. package/src/components/BecomeSellerPage/becomeSellerPage.js +2 -1
  9. package/src/components/BecomeSellerPage/becomeSellerPage.module.css +2 -10
  10. package/src/components/LegoSets/legoSets.js +1 -2
  11. package/src/components/LiveChat/chatContent.js +39 -0
  12. package/src/components/LiveChat/index.js +52 -0
  13. package/src/components/LiveChat/liveChat.js +160 -0
  14. package/src/components/SellerCountry/sellerCountry.js +1 -1
  15. package/src/components/SellerDetail/sellerDetail.js +34 -3
  16. package/src/components/ShopBy/shopBy.js +92 -4
  17. package/src/components/ShopBy/shopBy.module.css +22 -0
  18. package/src/components/ShopByVehicles/shopByVehicles.js +1 -2
  19. package/src/components/ShopByVehicles/shopByVehicles.module.css +76 -0
  20. package/src/components/SocialLogin/img/facebook.svg +3 -0
  21. package/src/components/SocialLogin/img/google.svg +6 -0
  22. package/src/components/SocialLogin/img/instagram.svg +27 -0
  23. package/src/components/SocialLogin/img/wechat.svg +15 -0
  24. package/src/components/SocialLogin/img/weibo.svg +7 -0
  25. package/src/components/SocialLogin/index.js +10 -0
  26. package/src/components/SocialLogin/socialLogin.js +70 -0
  27. package/src/components/TrainsSets/index.js +2 -0
  28. package/src/components/TrainsSets/trainsSets.js +331 -0
  29. package/src/components/TrainsSets/trainsSets.module.css +76 -0
  30. package/src/components/TrainsSets/trainsSets.shimmer.js +49 -0
  31. package/src/overwrites/venia-ui/lib/RootComponents/Category/category.js +5 -0
  32. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.gql.js +48 -0
  33. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.js +147 -0
  34. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPage.module.css +52 -0
  35. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/accountInformationPageFragment.gql.js +10 -0
  36. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editForm.js +206 -0
  37. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editForm.module.css +40 -0
  38. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editModal.js +107 -0
  39. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/editModal.module.css +3 -0
  40. package/src/overwrites/venia-ui/lib/components/AccountInformationPage/index.js +14 -0
  41. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenu.js +107 -0
  42. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenu.module.css +73 -0
  43. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenuItems.js +58 -0
  44. package/src/overwrites/venia-ui/lib/components/AccountMenu/accountMenuItems.module.css +31 -0
  45. package/src/overwrites/venia-ui/lib/components/AccountMenu/index.js +1 -0
  46. package/src/overwrites/venia-ui/lib/components/Button/button.js +1 -1
  47. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCard.js +50 -0
  48. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCard.module.css +11 -0
  49. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCards.js +238 -0
  50. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/giftCards.module.css +98 -0
  51. package/src/overwrites/venia-ui/lib/components/CartPage/GiftCards/index.js +1 -0
  52. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.js +178 -0
  53. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/couponCode.module.css +52 -0
  54. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/CouponCode/index.js +1 -0
  55. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/giftOptions.js +321 -0
  56. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/giftOptions.module.css +61 -0
  57. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/GiftOptions/index.js +1 -0
  58. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/index.js +1 -0
  59. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.js +103 -0
  60. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingForm.module.css +36 -0
  61. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.js +103 -0
  62. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingMethods.module.css +33 -0
  63. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.js +37 -0
  64. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadio.module.css +3 -0
  65. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.js +106 -0
  66. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/ShippingMethods/shippingRadios.module.css +10 -0
  67. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftCardSection.ce.js +7 -0
  68. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftCardSection.ee.js +28 -0
  69. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ce.js +7 -0
  70. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/giftOptionsSection.ee.js +38 -0
  71. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/index.js +1 -0
  72. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/priceAdjustments.js +95 -0
  73. package/src/overwrites/venia-ui/lib/components/CartPage/PriceAdjustments/priceAdjustments.module.css +2 -0
  74. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/discountSummary.js +123 -0
  75. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/discountSummary.module.css +40 -0
  76. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftCardSummary.ce.js +1 -0
  77. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftCardSummary.ee.js +60 -0
  78. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftOptionsSummary.ce.js +5 -0
  79. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/giftOptionsSummary.ee.js +40 -0
  80. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/index.js +1 -0
  81. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/priceSummary.js +210 -0
  82. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/priceSummary.module.css +51 -0
  83. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/shippingSummary.js +58 -0
  84. package/src/overwrites/venia-ui/lib/components/CartPage/PriceSummary/taxSummary.js +57 -0
  85. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/editModal.js +41 -0
  86. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/index.js +1 -0
  87. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productDetail.js +80 -0
  88. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productDetail.module.css +33 -0
  89. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productForm.js +153 -0
  90. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/EditModal/productForm.module.css +52 -0
  91. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/errorMessage.js +31 -0
  92. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/errorMessage.module.css +13 -0
  93. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/index.js +1 -0
  94. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/product.js +271 -0
  95. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/product.module.css +156 -0
  96. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/productListing.js +94 -0
  97. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/productListing.module.css +11 -0
  98. package/src/overwrites/venia-ui/lib/components/CartPage/ProductListing/quantity.js +40 -0
  99. package/src/overwrites/venia-ui/lib/components/CartPage/cartPage.js +126 -0
  100. package/src/overwrites/venia-ui/lib/components/CartPage/cartPage.module.css +64 -0
  101. package/src/overwrites/venia-ui/lib/components/CartPage/index.js +1 -0
  102. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressBook.js +190 -0
  103. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressBook.module.css +78 -0
  104. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressCard.js +125 -0
  105. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/addressCard.module.css +94 -0
  106. package/src/overwrites/venia-ui/lib/components/CheckoutPage/AddressBook/index.js +1 -0
  107. package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/billingAddress.js +213 -0
  108. package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/billingAddress.module.css +36 -0
  109. package/src/overwrites/venia-ui/lib/components/CheckoutPage/BillingAddress/index.js +1 -0
  110. package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/guestSignIn.js +93 -0
  111. package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/guestSignIn.module.css +55 -0
  112. package/src/overwrites/venia-ui/lib/components/CheckoutPage/GuestSignIn/index.js +1 -0
  113. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/__fixtures__/cartItems.js +102 -0
  114. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/index.js +1 -0
  115. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/item.js +54 -0
  116. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/item.module.css +60 -0
  117. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/itemsReview.js +84 -0
  118. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/itemsReview.module.css +20 -0
  119. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/showAllButton.js +38 -0
  120. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ItemsReview/showAllButton.module.css +28 -0
  121. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.js +213 -0
  122. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/createAccount.module.css +24 -0
  123. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/index.js +1 -0
  124. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.js +162 -0
  125. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderConfirmationPage/orderConfirmationPage.module.css +70 -0
  126. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/index.js +1 -0
  127. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/orderSummary.js +34 -0
  128. package/src/overwrites/venia-ui/lib/components/CheckoutPage/OrderSummary/orderSummary.module.css +17 -0
  129. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/brainTreeDropIn.js +196 -0
  130. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeDropin.module.css +26 -0
  131. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.js +160 -0
  132. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/braintreeSummary.module.css +62 -0
  133. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard.js +348 -0
  134. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/creditCard.module.css +58 -0
  135. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editCard.js +44 -0
  136. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editCard.module.css +5 -0
  137. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editModal.js +88 -0
  138. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/editablePaymentCollection.js +23 -0
  139. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/index.js +1 -0
  140. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentInformation.js +99 -0
  141. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentInformation.module.css +23 -0
  142. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethodCollection.js +23 -0
  143. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethods.js +121 -0
  144. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/paymentMethods.module.css +34 -0
  145. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summary.js +71 -0
  146. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summary.module.css +23 -0
  147. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PaymentInformation/summaryPaymentCollection.js +23 -0
  148. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/index.js +1 -0
  149. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/priceAdjustments.js +63 -0
  150. package/src/overwrites/venia-ui/lib/components/CheckoutPage/PriceAdjustments/priceAdjustments.module.css +2 -0
  151. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/addressForm.js +18 -0
  152. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.js +401 -0
  153. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/customerForm.module.css +58 -0
  154. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.js +455 -0
  155. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/guestForm.module.css +52 -0
  156. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/AddressForm/index.js +3 -0
  157. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/card.js +66 -0
  158. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/card.module.css +12 -0
  159. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/editModal.js +65 -0
  160. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/editModal.module.css +90 -0
  161. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/index.js +1 -0
  162. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/shippingInformation.js +149 -0
  163. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingInformation/shippingInformation.module.css +88 -0
  164. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/completedView.js +114 -0
  165. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/completedView.module.css +48 -0
  166. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/index.js +1 -0
  167. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingMethod.js +154 -0
  168. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingMethod.module.css +27 -0
  169. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingRadios.js +80 -0
  170. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/shippingRadios.module.css +22 -0
  171. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/updateModal.js +85 -0
  172. package/src/overwrites/venia-ui/lib/components/CheckoutPage/ShippingMethod/updateModal.module.css +3 -0
  173. package/src/overwrites/venia-ui/lib/components/CheckoutPage/checkoutPage.js +472 -0
  174. package/src/overwrites/venia-ui/lib/components/CheckoutPage/checkoutPage.module.css +186 -0
  175. package/src/overwrites/venia-ui/lib/components/CheckoutPage/index.js +1 -0
  176. package/src/overwrites/venia-ui/lib/components/CreateAccount/createAccount.js +323 -0
  177. package/src/overwrites/venia-ui/lib/components/CreateAccount/createAccount.module.css +52 -0
  178. package/src/overwrites/venia-ui/lib/components/CreateAccount/index.js +1 -0
  179. package/src/overwrites/venia-ui/lib/components/CreateAccountPage/createAccountPage.js +48 -0
  180. package/src/overwrites/venia-ui/lib/components/CreateAccountPage/createAccountPage.module.css +21 -0
  181. package/src/overwrites/venia-ui/lib/components/CreateAccountPage/index.js +1 -0
  182. package/src/overwrites/venia-ui/lib/components/Dialog/dialog.js +198 -0
  183. package/src/overwrites/venia-ui/lib/components/Dialog/dialog.module.css +189 -0
  184. package/src/overwrites/venia-ui/lib/components/Dialog/index.js +1 -0
  185. package/src/overwrites/venia-ui/lib/components/FilterSidebar/filterSidebar.js +8 -7
  186. package/src/overwrites/venia-ui/lib/components/Gallery/item.js +12 -4
  187. package/src/overwrites/venia-ui/lib/components/Gallery/item.module.css +2 -2
  188. package/src/overwrites/venia-ui/lib/components/Header/header.js +37 -2
  189. package/src/overwrites/venia-ui/lib/components/Main/main.js +1 -1
  190. package/src/overwrites/venia-ui/lib/components/MegaMenu/shopByColumn.js +3 -2
  191. package/src/overwrites/venia-ui/lib/components/MegaMenu/submenu.js +1 -1
  192. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/index.js +1 -0
  193. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.gql.js +22 -0
  194. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.js +143 -0
  195. package/src/overwrites/venia-ui/lib/components/MyAccount/ResetPassword/resetPassword.module.css +53 -0
  196. package/src/overwrites/venia-ui/lib/components/MyAccount/accountLink.js +42 -0
  197. package/src/overwrites/venia-ui/lib/components/MyAccount/accountLink.module.css +33 -0
  198. package/src/overwrites/venia-ui/lib/components/MyAccount/index.js +1 -0
  199. package/src/overwrites/venia-ui/lib/components/MyAccount/myAccount.js +38 -0
  200. package/src/overwrites/venia-ui/lib/components/MyAccount/myAccount.module.css +5 -0
  201. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/billingInformation.js +71 -0
  202. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/billingInformation.module.css +9 -0
  203. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/index.js +1 -0
  204. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/item.js +121 -0
  205. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/item.module.css +35 -0
  206. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/items.js +70 -0
  207. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/items.module.css +16 -0
  208. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderDetails.js +207 -0
  209. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderDetails.module.css +102 -0
  210. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderTotal.js +159 -0
  211. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/orderTotal.module.css +50 -0
  212. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.js +45 -0
  213. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/paymentMethod.module.css +14 -0
  214. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.js +90 -0
  215. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingInformation.module.css +9 -0
  216. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.js +86 -0
  217. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/OrderDetails/shippingMethod.module.css +19 -0
  218. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/collapsedImageGallery.js +63 -0
  219. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/collapsedImageGallery.module.css +16 -0
  220. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/index.js +15 -0
  221. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderHistoryPage.js +227 -0
  222. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderHistoryPage.module.css +70 -0
  223. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderProgressBar.js +70 -0
  224. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderProgressBar.module.css +14 -0
  225. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderRow.js +324 -0
  226. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/orderRow.module.css +146 -0
  227. package/src/overwrites/venia-ui/lib/components/OrderHistoryPage/resetButton.js +41 -0
  228. package/src/overwrites/venia-ui/lib/components/Password/index.js +1 -0
  229. package/src/overwrites/venia-ui/lib/components/Password/password.js +102 -0
  230. package/src/overwrites/venia-ui/lib/components/Password/password.module.css +26 -0
  231. package/src/overwrites/venia-ui/lib/components/ProductFullDetail/productFullDetail.js +29 -14
  232. package/src/overwrites/venia-ui/lib/components/Select/index.js +1 -0
  233. package/src/overwrites/venia-ui/lib/components/Select/option.js +28 -0
  234. package/src/overwrites/venia-ui/lib/components/Select/select.js +74 -0
  235. package/src/overwrites/venia-ui/lib/components/Select/select.module.css +25 -0
  236. package/src/overwrites/venia-ui/lib/components/SignIn/index.js +1 -0
  237. package/src/overwrites/venia-ui/lib/components/SignIn/signIn.gql.js +50 -0
  238. package/src/overwrites/venia-ui/lib/components/SignIn/signIn.js +224 -0
  239. package/src/overwrites/venia-ui/lib/components/SignIn/signIn.module.css +65 -0
  240. package/src/overwrites/venia-ui/lib/components/SignInPage/index.js +1 -0
  241. package/src/overwrites/venia-ui/lib/components/SignInPage/signInPage.js +50 -0
  242. package/src/overwrites/venia-ui/lib/components/SignInPage/signInPage.module.css +17 -0
  243. package/src/overwrites/venia-ui/lib/components/TextInput/textInput.js +1 -1
  244. package/src/talons/Header/logo.gql.js +19 -0
  245. package/src/talons/Header/useLogo.js +19 -0
  246. package/src/talons/ShopBy/shopBy.gql.js +2 -2
  247. package/src/talons/ShopBy/useShopBy.js +10 -9
  248. package/src/talons/ShopByVehicles/shopByVehicles.gql.js +1 -0
  249. package/src/talons/TrainsSets/trainsSets.gql.js +60 -0
  250. package/src/talons/TrainsSets/useTrainsSets.js +223 -0
@@ -0,0 +1,52 @@
1
+ import React from 'react';
2
+ import LiveChat from './liveChat';
3
+
4
+ const index = (props) => {
5
+
6
+ const {
7
+ open = false,
8
+ setOpen = () => { },
9
+ } = props;
10
+
11
+ const dummyChat = [
12
+ {
13
+ "message": "May I help you",
14
+ "type": "seller",
15
+ "timeStamp": "03-06-2024 2:59 pm"
16
+ },
17
+ {
18
+ "message": "Yes",
19
+ "type": "buyer",
20
+ "timeStamp": "03-06-2024 2:59 pm"
21
+ },
22
+ {
23
+ "message": "can i get a discount",
24
+ "type": "buyer",
25
+ "timeStamp": "03-06-2024 2:59 pm"
26
+ },
27
+ {
28
+ "message": "you can redeem this code 'JunePlay'",
29
+ "type": "seller",
30
+ "timeStamp": "03-06-2024 2:59 pm"
31
+ },
32
+ {
33
+ "message": "or this code 'collectfest'",
34
+ "type": "seller",
35
+ "timeStamp": "03-06-2024 2:59 pm"
36
+ },
37
+ ]
38
+
39
+ const liveChatProps = {
40
+ open,
41
+ setOpen,
42
+ chatData: dummyChat
43
+ }
44
+
45
+ return (
46
+ <>
47
+ <LiveChat {...liveChatProps} />
48
+ </>
49
+ )
50
+ }
51
+
52
+ export default index
@@ -0,0 +1,160 @@
1
+ import React from 'react';
2
+ import { FormattedMessage } from 'react-intl';
3
+ import cn from 'classnames';
4
+ import { ArrowSquareDown } from 'iconsax-react';
5
+ import ChatContent from './chatContent';
6
+ import { Send } from 'iconsax-react';
7
+ import Button from '@magento/venia-ui/lib/components/Button';
8
+ import Tabs from '@riosst100/pwa-marketplace/src/components/commons/Tabs';
9
+ import SignIn from '@magento/venia-ui/lib/components/SignIn';
10
+ import { Link } from 'react-router-dom';
11
+ import { useUserContext } from '@magento/peregrine/lib/context/user';
12
+
13
+ const ChatContentComponent = (props) => {
14
+ const { chatData } = props;
15
+ return (
16
+ <>
17
+ <div className='h-[calc(100%-76px)] mb-4 overflow-auto chat-container pr-1'>
18
+ <ChatContent chatData={chatData} />
19
+ </div>
20
+ <div className='flex gap-2'>
21
+ <textarea
22
+ className='w-full focus-visible_outline-none border border-gray-100 p-1 rounded-md'
23
+ cols={5}
24
+ />
25
+ <Button
26
+ priority='high'
27
+ classes={{
28
+ content: "flex justify-center gap-x-2.5 items-center text-[14px] font-medium capitalize"
29
+ }}
30
+ className={cn(
31
+ "bg-blue-600 px-6 py-2 rounded-full text-white border ",
32
+ "border-blue-600 hover_bg-blue-700 hover_border-blue-700 focus-visible_outline-none"
33
+ )}
34
+ >
35
+ <Send
36
+ size="24"
37
+ className='text-white'
38
+ />
39
+ </Button>
40
+ </div>
41
+ </>
42
+ )
43
+ }
44
+
45
+ const LoginComponent = () => (
46
+ <>
47
+ <SignIn
48
+ classes={{
49
+ root: 'gap-sm grid justify-items-stretch xs_!p-0',
50
+ title: 'hidden',
51
+ }}
52
+ showSocialLogin={false}
53
+ />
54
+ <Link
55
+ to={'/sign-in'}
56
+ className={cn(
57
+ // 'text-[16px] text-blue-600 font-medium w-full border border-blue-600 block py-2 px-6 rounded-full text-center mt-4',
58
+ // 'hover_bg-blue-600 hover_text-white'
59
+ 'text-blue-600 underline mt-2 block text-center'
60
+ )}
61
+ >
62
+ <FormattedMessage
63
+ id={'liveChat.otherMethod'}
64
+ defaultMessage={"Try Other Method"}
65
+ />
66
+ </Link>
67
+ </>
68
+ )
69
+
70
+ const liveChat = (props) => {
71
+ const { open, setOpen, chatData } = props;
72
+ const [{ isSignedIn }] = useUserContext();
73
+
74
+ const dataTabs =
75
+ [
76
+ {
77
+ id: isSignedIn ? 'login-chat' : 'guest-chat',
78
+ title: isSignedIn ? 'Login Chat' : 'Guest Chat',
79
+ content: <ChatContentComponent chatData={chatData} />
80
+ },
81
+ {
82
+ id: !isSignedIn ? 'login-chat' : 'guest-chat',
83
+ title: !isSignedIn ? 'Login Chat' : 'Guest Chat',
84
+ content: isSignedIn ? <ChatContentComponent chatData={chatData} /> : <LoginComponent />
85
+ }
86
+ ];
87
+
88
+ return (
89
+ <>
90
+ <div
91
+ className={cn(
92
+ 'bg-white flex flex-col w-full max-w-[380px] h-[520px] fixed right-6 animate-anima-slide-up z-50 shadow-type-1',
93
+ open ? 'animate-anima-slide-up bottom-0' : 'animate-anima-slide-down bottom-[-468px]'
94
+ )}
95
+ >
96
+ <div
97
+ className='bg-darkblue-900 p-4 rounded-t-md cursor-pointer flex justify-between items-center'
98
+ onClick={() => setOpen(!open)}
99
+ >
100
+ <span className='text-white font-medium'>
101
+ <FormattedMessage
102
+ id={'chat.ChatWith'}
103
+ defaultMessage={
104
+ 'Chat with Gundam Info'
105
+ }
106
+ />
107
+ </span>
108
+ <span>
109
+ <ArrowSquareDown
110
+ size="14"
111
+ className={
112
+ cn(
113
+ 'transition-all text-white',
114
+ open ? 'rotate-180' : '',
115
+ )
116
+ }
117
+ />
118
+ </span>
119
+
120
+ </div>
121
+ <div
122
+ className={cn(
123
+ 'border border-gray-100 p-4 w-full h-full flex flex-col gap-3',
124
+ 'max-h-[468px]'
125
+ )}
126
+ >
127
+ <Tabs
128
+ data={dataTabs}
129
+ tabContentWrapperClassName='!p-0 h-full'
130
+ hasContent
131
+ tabWrapperClassName='justify-around'
132
+ rootClassName="mb-0"
133
+ tabTitleClassName="pt-0 pb-2 text-[12px]"
134
+ />
135
+ </div>
136
+ </div>
137
+ <style jsx>
138
+ {`
139
+ .chat-container::-webkit-scrollbar {
140
+ width: 8px;
141
+ border-radius: 5px;
142
+ }
143
+
144
+ .chat-container::-webkit-scrollbar-track {
145
+ background: #f2f2f2;
146
+ border-radius: 8px;
147
+ }
148
+
149
+ .chat-container::-webkit-scrollbar-thumb {
150
+ background-color: #c3c3c3;
151
+ border-radius: 20px;
152
+ border: 2px solid #f2f2f2;
153
+ }
154
+ `}
155
+ </style>
156
+ </>
157
+ )
158
+ }
159
+
160
+ export default liveChat
@@ -44,7 +44,7 @@ const SellerCountry = props => {
44
44
  <Field
45
45
  id={classes.root}
46
46
  label={formatMessage({ id: translationId, defaultMessage: label })}
47
- classes={{ root: classes.root }}
47
+ // classes={{ root: classes.root }}
48
48
  >
49
49
  <Select {...selectProps} id={classes.root} />
50
50
  </Field>
@@ -1,4 +1,4 @@
1
- import React, { Fragment } from 'react';
1
+ import React, { Fragment, useState } from 'react';
2
2
  import { FormattedMessage } from 'react-intl';
3
3
  import { useSeller } from '@riosst100/pwa-marketplace/src/talons/Seller/useSeller';
4
4
  import ErrorView from '@magento/venia-ui/lib/components/ErrorView';
@@ -19,6 +19,9 @@ import {
19
19
  Shop,
20
20
  } from 'iconsax-react';
21
21
  import Image from '@magento/venia-ui/lib/components/Image';
22
+ import LiveChat from '@riosst100/pwa-marketplace/src/components/LiveChat';
23
+ import Button from '@magento/venia-ui/lib/components/Button';
24
+ import cn from 'classnames';
22
25
 
23
26
  const SellerDetail = props => {
24
27
  const talonProps = useSeller({
@@ -63,6 +66,11 @@ const SellerDetail = props => {
63
66
  }
64
67
  ];
65
68
 
69
+ const [openChat, setOpenChat] = useState(false);
70
+ const toggleChat = () => {
71
+ setOpenChat(!openChat);
72
+ }
73
+
66
74
  return (
67
75
  <div className=' py-8'>
68
76
  <Slider seller={seller} rootClassname='mb-[30px]' />
@@ -105,14 +113,33 @@ const SellerDetail = props => {
105
113
  </div>
106
114
  </div>
107
115
  </button>
108
- <button class="flex items-center justify-center gap-[5px] xs_p-[11px] lg_px-[20px] lg_py-[8px] relative bg-[#280135] rounded-[30px] border border-solid border-[#280135]">
116
+ {/* <button class="flex items-center justify-center gap-[5px] xs_p-[11px] lg_px-[20px] lg_py-[8px] relative bg-[#280135] rounded-[30px] border border-solid border-[#280135]">
109
117
  <div class="flex items-center justify-center gap-[10px] relative">
110
118
  <Message color='#FFFFFF' size={14} variant="Outline" className='stroke-[#FFFFFF]' />
111
119
  <div class="relative xs_hidden lg_flex w-fit font-medium text-[#fff] text-base tracking-[0] leading-[20px] whitespace-nowrap">
112
120
  Chat With Seller
113
121
  </div>
114
122
  </div>
115
- </button>
123
+ </button> */}
124
+ <Button
125
+ priority='high'
126
+ classes={{
127
+ content: "flex justify-center gap-x-2.5 items-center text-[14px] font-medium capitalize"
128
+ }}
129
+ className={cn(
130
+ "bg-darkblue-900 px-6 py-2 rounded-full text-white border",
131
+ "border-darkblue-900 hover_bg-blue-900 hover_border-blue-900 focus-visible_outline-none"
132
+ )}
133
+ onClick={toggleChat}
134
+ >
135
+ <Message color='#FFFFFF' size={14} variant="Outline" className='stroke-[#FFFFFF]' />
136
+ <span>
137
+ <FormattedMessage
138
+ id={'seller.chatWithSeller'}
139
+ defaultMessage={'Chat With Seller'}
140
+ />
141
+ </span>
142
+ </Button>
116
143
  <button class="flex items-center justify-center gap-[5px] p-[11px] relative bg-white rounded-[30px] overflow-hidden border border-solid border-[#6243fa]">
117
144
  <Heart color='#6243FA' size={14} variant="Outline" className='stroke-[#6243FA]' />
118
145
  </button>
@@ -143,6 +170,10 @@ const SellerDetail = props => {
143
170
  hasContent
144
171
  tabWrapperClassName='xl_gap-x-[60px]'
145
172
  />
173
+ <LiveChat
174
+ open={openChat}
175
+ setOpen={setOpenChat}
176
+ />
146
177
  </div>
147
178
  )
148
179
  }
@@ -85,8 +85,9 @@ const ShopBy = props => {
85
85
  // virtualCategoryFilters
86
86
  // } = talonProps;
87
87
 
88
- const [active, setActive] = useState('all');
89
-
88
+ const [active, setActive] = useState('all')
89
+ const [activeTab, setActiveTab] = useState('all');
90
+ const [activeFilter, setActiveFilter] = useState('');
90
91
  const [searchQuery, setSearchQuery] = useState('');
91
92
 
92
93
  const { search } = useLocation();
@@ -106,7 +107,7 @@ const ShopBy = props => {
106
107
 
107
108
  const classes = useStyle(defaultClasses);
108
109
 
109
- const talonProps = useShopBy({ searchQuery, active, setActive, currentSort, categoryId, shopby });
110
+ const talonProps = useShopBy({ activeFilter, searchQuery, active, setActive, currentSort, categoryId, shopby });
110
111
 
111
112
  const { error, loading, dataResult, categoryUrlSuffix, categoryUrlKey, productType, filteredAvailableGroups, availableGroups, attributeData, alpha, category, activeFilters } = talonProps;
112
113
 
@@ -230,10 +231,97 @@ const ShopBy = props => {
230
231
 
231
232
  const title = attributeData ? (attributeData.attribute_code == "sc_baseball_parallel" ? "Parallel Sets" : (attributeData.attribute_code == "sc_baseball_inserts" ? "Insert Sets" : attributeData.label)) : "Shop By"
232
233
 
234
+ let availableFilterOption = [];
235
+
236
+ if (shopby == "vehicles_make" || shopby == "vehicles_brands") {
237
+ availableFilterOption = [
238
+ {
239
+ 'code': 'vehicles_diecast',
240
+ 'value': 'Cars',
241
+ },
242
+ {
243
+ 'code': 'vehicles_diecast',
244
+ 'value': 'Formula Racing'
245
+ },
246
+ {
247
+ 'code': 'vehicles_diecast',
248
+ 'value': 'Motorsport'
249
+ },
250
+ {
251
+ 'code': 'vehicles_diecast',
252
+ 'value': 'Aircraft'
253
+ },
254
+ {
255
+ 'code': 'vehicles_diecast',
256
+ 'value': 'Bikes'
257
+ },
258
+ {
259
+ 'code': 'vehicles_diecast',
260
+ 'value': 'Military'
261
+ },
262
+ {
263
+ 'code': 'vehicles_diecast',
264
+ 'value': 'Transport'
265
+ },
266
+ {
267
+ 'code': 'vehicles_diecast',
268
+ 'value': 'Emergency Services'
269
+ },
270
+ {
271
+ 'code': 'vehicles_diecast',
272
+ 'value': 'Heavy Machinery'
273
+ },
274
+ {
275
+ 'code': 'vehicles_diecast',
276
+ 'value': 'TV/Movies'
277
+ }
278
+ ];
279
+ }
280
+
281
+ const handleActiveTab = (val) => {
282
+ setActiveTab(val);
283
+ setActive('all');
284
+ setActiveFilter('');
285
+
286
+ setSearchQuery('')
287
+ }
288
+
289
+ const handleActiveFilter = (val) => {
290
+ setActiveFilter(val);
291
+
292
+ setActive('all');
293
+
294
+ setSearchQuery('')
295
+ }
296
+
233
297
  return (
234
298
  <Fragment>
235
299
  <StoreTitle>{title}</StoreTitle>
236
300
  <Breadcrumbs categoryId={categoryId} customPage={title} currentFilter={activeFilters} />
301
+ {availableFilterOption.length ?
302
+ <ul className={classes.nav}>
303
+ {availableFilterOption.map((filter, index) => (
304
+ <li className={classes.nav_item}>
305
+ <button
306
+ onClick={() => {
307
+ handleActiveFilter(filter.code + '|' + filter.value)
308
+ }}
309
+ >
310
+ {activeFilter == filter.code + '|' + filter.value ? <b>{filter.value}</b> : filter.value}
311
+ </button>
312
+ </li>
313
+ ))}
314
+ <li className={classes.nav_item}>
315
+ <button
316
+ onClick={() => {
317
+ handleActiveFilter('')
318
+ }}
319
+ >
320
+ {activeFilter == '' ? <b>All</b> : 'All'}
321
+ </button>
322
+ </li>
323
+ </ul>
324
+ : ''}
237
325
  <h1 className='mx-auto relative block text-xl font-bold text-center pt-10 pb-4'>
238
326
  {title}
239
327
  </h1>
@@ -246,7 +334,7 @@ const ShopBy = props => {
246
334
  <CustomSortBy sortProps={sortProps} availableSortMethods={availableSortBy} />
247
335
  </div>
248
336
  ) : ''}
249
- {shopby != "trains_gauge" && shopby != "vehicles_scale" && shopby != "lego_theme" && shopby != "lego_subtheme" && shopby != "lego_interest" && shopby != "lego_age_level" && productType != "expansion-sets" ? (
337
+ {shopby != "vehicles_year" && shopby != "trains_gauge" && shopby != "vehicles_scale" && shopby != "lego_theme" && shopby != "lego_subtheme" && shopby != "lego_interest" && shopby != "lego_age_level" && productType != "expansion-sets" ? (
250
338
  <>
251
339
  <section className='single_list-indexing-container relative m-auto pt-5'>
252
340
  <ul className='flex gap-2 justify-center flex-wrap'>
@@ -6,6 +6,28 @@
6
6
  margin-top: 20px;
7
7
  }
8
8
 
9
+ .nav {
10
+ composes: flex from global;
11
+ composes: flex-wrap from global;
12
+ margin: 50px 0 30px 0;
13
+ composes: gap-[10px] from global;
14
+ }
15
+
16
+ .nav_item {
17
+ composes: px-4 from global;
18
+ composes: py-2 from global;
19
+ composes: transition-colors from global;
20
+ composes: duration-150 from global;
21
+ composes: border from global;
22
+ composes: border-solid from global;
23
+ composes: leading-normal from global;
24
+ composes: text-base from global;
25
+ composes: text-colorDefault from global;
26
+ composes: bg-white from global;
27
+ composes: border-gray-100 from global;
28
+ border-radius: 5px;
29
+ }
30
+
9
31
  .tabs {
10
32
  composes: flex from global;
11
33
  composes: flex-wrap from global;
@@ -127,8 +127,7 @@ const ShopByVehicles = props => {
127
127
 
128
128
  setsResult.push(<li className='list-none'>
129
129
  <Link to={categoryUrl} className="hover_bg-darkblue-900 hover_text-white w-full block text-[14px] py-[2px] px-2">
130
- <b>{set_name}</b>
131
- <div style={{"fontSize": "12px"}}>589 Parts, 2 Minifigures</div>
130
+ {set_name}
132
131
  </Link>
133
132
  </li>)
134
133
  })
@@ -0,0 +1,76 @@
1
+ .nav {
2
+ composes: flex from global;
3
+ composes: flex-wrap from global;
4
+ margin: 50px 0 30px 0;
5
+ composes: gap-[10px] from global;
6
+ }
7
+
8
+ .nav_item {
9
+ composes: px-4 from global;
10
+ composes: py-2 from global;
11
+ composes: transition-colors from global;
12
+ composes: duration-150 from global;
13
+ composes: border from global;
14
+ composes: border-solid from global;
15
+ composes: leading-normal from global;
16
+ composes: text-base from global;
17
+ composes: text-colorDefault from global;
18
+ composes: bg-white from global;
19
+ composes: border-gray-100 from global;
20
+ border-radius: 5px;
21
+ }
22
+
23
+ .toolbar {
24
+ composes: relative from global;
25
+ composes: ml-2xs from global;
26
+ display: flex;
27
+ justify-content: space-between;
28
+ margin-top: 20px;
29
+ }
30
+
31
+ .tabs {
32
+ composes: flex from global;
33
+ composes: flex-wrap from global;
34
+ composes: mt-3 from global;
35
+ composes: gap-[15px] from global;
36
+ margin-bottom: 30px;
37
+ }
38
+
39
+ .tabs_item {
40
+ composes: px-4 from global;
41
+ composes: py-2 from global;
42
+ composes: transition-colors from global;
43
+ composes: duration-150 from global;
44
+ composes: border from global;
45
+ composes: border-solid from global;
46
+ composes: leading-normal from global;
47
+ composes: text-base from global;
48
+ composes: text-colorDefault from global;
49
+ composes: bg-white from global;
50
+ composes: border-gray-100 from global;
51
+ border-radius: 5px;
52
+ }
53
+
54
+ .singlesWrapper {
55
+ column-count: 1;
56
+ display: flex;
57
+ width: 100%;
58
+ flex-wrap: wrap;
59
+ flex-direction: row;
60
+ }
61
+
62
+ .singlesGroupWrapper {
63
+ width: 100%;
64
+ }
65
+
66
+ @media screen and (min-width: 768px) {
67
+ .singlesGroupWrapper {
68
+ width: 50%;
69
+ }
70
+ }
71
+
72
+ @media screen and (min-width: 1023px) {
73
+ .singlesGroupWrapper {
74
+ width: 33.33%;
75
+ }
76
+ }
@@ -0,0 +1,3 @@
1
+ <svg width="13" height="24" viewBox="0 0 13 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.35849 23.9999V13.0523H12.0332L12.5833 8.78588H8.35849V6.06189C8.35849 4.82668 8.70154 3.98482 10.473 3.98482L12.7322 3.98377V0.167932C12.3413 0.116127 11.0003 0 9.44014 0C6.18279 0 3.95274 1.98818 3.95274 5.63957V8.786H0.268555V13.0524H3.95263V24L8.35849 23.9999Z" fill="#3C5A9A"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M23.7602 12.2667C23.7602 11.28 23.6802 10.56 23.5069 9.81334H12.2402V14.2666H18.8535C18.7202 15.3733 18.0002 17.04 16.4002 18.1599L16.3778 18.309L19.9401 21.0687L20.1869 21.0933C22.4535 19 23.7602 15.92 23.7602 12.2667Z" fill="#4285F4"/>
3
+ <path d="M12.2402 24C15.4802 24 18.2002 22.9333 20.1869 21.0933L16.4002 18.1599C15.3869 18.8666 14.0269 19.3599 12.2402 19.3599C9.06692 19.3599 6.37361 17.2667 5.41352 14.3733L5.27279 14.3853L1.56864 17.252L1.5202 17.3866C3.49352 21.3066 7.54686 24 12.2402 24Z" fill="#34A853"/>
4
+ <path d="M5.41352 14.3733C5.16019 13.6267 5.01358 12.8266 5.01358 12C5.01358 11.1733 5.16019 10.3733 5.40019 9.62666L5.39348 9.46764L1.64292 6.55491L1.5202 6.61328C0.706906 8.23997 0.240234 10.0667 0.240234 12C0.240234 13.9333 0.706906 15.7599 1.5202 17.3866L5.41352 14.3733Z" fill="#FBBC05"/>
5
+ <path d="M12.2402 4.63997C14.4935 4.63997 16.0135 5.6133 16.8802 6.42669L20.2669 3.12C18.1869 1.18667 15.4802 0 12.2402 0C7.54686 0 3.49352 2.69331 1.5202 6.61328L5.40019 9.62666C6.37361 6.73333 9.06692 4.63997 12.2402 4.63997Z" fill="#EB4335"/>
6
+ </svg>
@@ -0,0 +1,27 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_310_25353)">
3
+ <path d="M16.5 0H7.5C5.51088 0 3.60322 0.790176 2.1967 2.1967C0.790176 3.60322 0 5.51088 0 7.5L0 16.5C0 18.4891 0.790176 20.3968 2.1967 21.8033C3.60322 23.2098 5.51088 24 7.5 24H16.5C18.4891 24 20.3968 23.2098 21.8033 21.8033C23.2098 20.3968 24 18.4891 24 16.5V7.5C24 5.51088 23.2098 3.60322 21.8033 2.1967C20.3968 0.790176 18.4891 0 16.5 0ZM21.75 16.5C21.75 19.395 19.395 21.75 16.5 21.75H7.5C4.605 21.75 2.25 19.395 2.25 16.5V7.5C2.25 4.605 4.605 2.25 7.5 2.25H16.5C19.395 2.25 21.75 4.605 21.75 7.5V16.5Z" fill="url(#paint0_linear_310_25353)"/>
4
+ <path d="M12 6C10.4087 6 8.88258 6.63214 7.75736 7.75736C6.63214 8.88258 6 10.4087 6 12C6 13.5913 6.63214 15.1174 7.75736 16.2426C8.88258 17.3679 10.4087 18 12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6ZM12 15.75C11.0058 15.7488 10.0527 15.3533 9.34966 14.6503C8.64666 13.9473 8.25119 12.9942 8.25 12C8.25 9.9315 9.933 8.25 12 8.25C14.067 8.25 15.75 9.9315 15.75 12C15.75 14.067 14.067 15.75 12 15.75Z" fill="url(#paint1_linear_310_25353)"/>
5
+ <path d="M18.4499 6.34998C18.8914 6.34998 19.2494 5.99203 19.2494 5.55048C19.2494 5.10892 18.8914 4.75098 18.4499 4.75098C18.0083 4.75098 17.6504 5.10892 17.6504 5.55048C17.6504 5.99203 18.0083 6.34998 18.4499 6.34998Z" fill="url(#paint2_linear_310_25353)"/>
6
+ </g>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_310_25353" x1="2.196" y1="21.804" x2="21.804" y2="2.196" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#FFC107"/>
10
+ <stop offset="0.507" stop-color="#F44336"/>
11
+ <stop offset="0.99" stop-color="#9C27B0"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_310_25353" x1="7.758" y1="16.242" x2="16.242" y2="7.758" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#FFC107"/>
15
+ <stop offset="0.507" stop-color="#F44336"/>
16
+ <stop offset="0.99" stop-color="#9C27B0"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint2_linear_310_25353" x1="17.8844" y1="6.11598" x2="19.0154" y2="4.98498" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#FFC107"/>
20
+ <stop offset="0.507" stop-color="#F44336"/>
21
+ <stop offset="0.99" stop-color="#9C27B0"/>
22
+ </linearGradient>
23
+ <clipPath id="clip0_310_25353">
24
+ <rect width="24" height="24" fill="white"/>
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_310_25358)">
3
+ <path d="M24.5 15C24.5 11.6865 21.1415 9 17 9C12.8585 9 9.5 11.6865 9.5 15C9.5 18.3135 12.8585 21 17 21C17.681 21 18.329 20.904 18.9575 20.7675L23 22.5L21.602 19.7055C23.354 18.6075 24.5 16.9185 24.5 15Z" fill="#8BC34A"/>
4
+ <path d="M9.5 1.5C4.529 1.5 0.5 4.8585 0.5 9C0.5 11.388 1.847 13.506 3.9365 14.877L2.75 17.25L5.9825 15.8655C6.6755 16.1115 7.3955 16.314 8.165 16.4085C8.057 15.9467 8.00165 15.4742 8 15C8 10.8645 12.0365 7.5 17 7.5C17.4545 7.5 17.8985 7.5375 18.3365 7.5915C17.5445 4.1235 13.892 1.5 9.5 1.5Z" fill="#8BC34A"/>
5
+ <path d="M6.5 7.125C7.12132 7.125 7.625 6.62132 7.625 6C7.625 5.37868 7.12132 4.875 6.5 4.875C5.87868 4.875 5.375 5.37868 5.375 6C5.375 6.62132 5.87868 7.125 6.5 7.125Z" fill="#FAFAFA"/>
6
+ <path d="M12.5 7.125C13.1213 7.125 13.625 6.62132 13.625 6C13.625 5.37868 13.1213 4.875 12.5 4.875C11.8787 4.875 11.375 5.37868 11.375 6C11.375 6.62132 11.8787 7.125 12.5 7.125Z" fill="#FAFAFA"/>
7
+ <path d="M14.75 14.625C15.3713 14.625 15.875 14.1213 15.875 13.5C15.875 12.8787 15.3713 12.375 14.75 12.375C14.1287 12.375 13.625 12.8787 13.625 13.5C13.625 14.1213 14.1287 14.625 14.75 14.625Z" fill="#FAFAFA"/>
8
+ <path d="M19.25 14.625C19.8713 14.625 20.375 14.1213 20.375 13.5C20.375 12.8787 19.8713 12.375 19.25 12.375C18.6287 12.375 18.125 12.8787 18.125 13.5C18.125 14.1213 18.6287 14.625 19.25 14.625Z" fill="#FAFAFA"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_310_25358">
12
+ <rect width="24" height="24" fill="white" transform="translate(0.5)"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="30" height="24" viewBox="0 0 30 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22.5224 11.5056C22.1038 11.3785 21.8165 11.2963 22.0341 10.7465C23.6374 6.47504 19.614 5.94561 15.4072 7.74702C15.4072 7.74702 14.4551 8.16146 14.7013 7.41063C15.1651 5.9128 15.0954 4.66152 14.3732 3.93522C12.732 2.2899 8.3618 3.9967 4.6153 7.7432C1.81267 10.5455 0.183594 13.5202 0.183594 16.0931C0.183594 21.009 6.49062 24.0002 12.6578 24.0002C20.7455 24.0002 26.1253 19.3019 26.1253 15.572C26.1294 13.315 24.2295 12.0347 22.5224 11.5056Z" fill="#E6162D"/>
3
+ <path d="M12.6788 22.2356C7.75458 22.7239 3.50349 20.496 3.18366 17.2665C2.84663 9.47054 19.8201 7.79591 21.0086 15.502C21.3329 18.7356 17.5988 21.7514 12.6788 22.2356Z" fill="#F1F1F1"/>
4
+ <path d="M27.7877 2.59835C25.8343 0.431877 22.954 -0.392857 20.295 0.173212C19.6796 0.304455 19.2897 0.911936 19.4209 1.52324C19.5522 2.13868 20.1555 2.52859 20.7709 2.39735C24.9433 1.47577 28.6089 5.54337 27.2666 9.59473C26.8403 11.0311 28.9358 11.7099 29.433 10.2965C30.2683 7.71336 29.7433 4.7626 27.7877 2.59835Z" fill="#FF9933"/>
5
+ <path d="M24.3692 9.67119C24.8862 9.83525 25.436 9.5562 25.6042 9.03919C26.5408 6.29039 23.9847 3.45559 21.156 4.11118C20.6265 4.22203 20.2901 4.74732 20.401 5.27644C20.516 5.80588 21.0372 6.14227 21.5621 6.02727C22.1941 5.89188 22.8835 6.08875 23.347 6.60162C23.8108 7.11863 23.9379 7.8204 23.7369 8.43585C23.5731 8.94904 23.8522 9.503 24.3692 9.67119Z" fill="#FF9933"/>
6
+ <path d="M13.1668 13.0196C10.8238 12.4083 8.17699 13.5777 7.15953 15.6416C6.12137 17.7466 7.12672 20.0854 9.49038 20.8487C11.9442 21.6406 14.8331 20.426 15.8382 18.1569C16.8311 15.9331 15.5919 13.6475 13.1668 13.0196ZM11.3778 18.3952C10.3428 20.0552 7.50771 19.1811 8.60799 17.1681C9.6366 15.5362 12.4424 16.3826 11.3778 18.3952ZM12.9492 16.3845C12.5947 17.0276 11.4813 16.7263 11.8824 15.9576C12.2385 15.3256 13.327 15.6136 12.9492 16.3845Z" fill="black"/>
7
+ </svg>
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import Content from './socialLogin';
3
+
4
+ const index = (props) => {
5
+ return (
6
+ <Content {...props} />
7
+ )
8
+ }
9
+
10
+ export default index