@gofynd/theme-template 3.2.7 → 3.2.8

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 (83) hide show
  1. package/dist/components/address-form/address-form.js +1 -1
  2. package/dist/components/address-form/form-input-selector.js +1 -1
  3. package/dist/components/address-form/v2/address-form.js +1 -1
  4. package/dist/components/compare-product-card/compare-product-card.css +824 -0
  5. package/dist/components/compare-product-card/compare-product-card.js +1 -0
  6. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  7. package/dist/components/core/fy-input/fy-input.js +1 -1
  8. package/dist/components/filter-modal/filter-modal.js +1 -1
  9. package/dist/components/form-builder/form-builder.js +1 -1
  10. package/dist/components/google-map/google-map.js +1 -1
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.js +1 -1
  13. package/dist/components/product-card/product-card.js +1 -1
  14. package/dist/components/quantity-control/quantity-control.js +1 -1
  15. package/dist/components/range-slider/range-slider.js +1 -1
  16. package/dist/index.css +1402 -216
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  19. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  20. package/dist/page-layouts/compare/compare.css +7319 -309
  21. package/dist/page-layouts/compare/compare.js +2 -1
  22. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  23. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  25. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  27. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  29. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  31. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  32. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  34. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  35. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  36. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  37. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  38. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  39. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  40. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  44. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  45. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  46. package/dist/pages/cart/cart.js +1 -1
  47. package/dist/pages/cart/index.js +1 -1
  48. package/dist/pages/checkout/checkout.css +63 -1
  49. package/dist/pages/checkout/checkout.js +1 -1
  50. package/dist/pages/checkout/index.css +63 -1
  51. package/dist/pages/checkout/index.js +1 -1
  52. package/dist/pages/contact-us/contact-us.js +1 -1
  53. package/dist/pages/contact-us/index.js +1 -1
  54. package/dist/pages/index.css +1402 -216
  55. package/dist/pages/index.js +1 -1
  56. package/dist/pages/login/index.css +1121 -0
  57. package/dist/pages/login/index.js +1 -1
  58. package/dist/pages/login/login.css +1121 -0
  59. package/dist/pages/login/login.js +1 -1
  60. package/dist/pages/order/index.js +1 -1
  61. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  62. package/dist/pages/order/order-tracking.js +1 -1
  63. package/dist/pages/order-status/index.css +5 -0
  64. package/dist/pages/order-status/index.js +1 -1
  65. package/dist/pages/order-status/order-status.css +5 -0
  66. package/dist/pages/order-status/order-status.js +1 -1
  67. package/dist/pages/product-listing/index.css +3 -0
  68. package/dist/pages/product-listing/index.js +1 -1
  69. package/dist/pages/product-listing/product-listing.css +3 -0
  70. package/dist/pages/product-listing/product-listing.js +1 -1
  71. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  72. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  73. package/dist/pages/profile/email/email.js +1 -1
  74. package/dist/pages/profile/email/index.js +1 -1
  75. package/dist/pages/profile/index.js +1 -1
  76. package/dist/pages/profile/phone/index.js +1 -1
  77. package/dist/pages/profile/phone/phone.js +1 -1
  78. package/dist/pages/profile/profile-details.js +1 -1
  79. package/dist/pages/wishlist/index.css +3 -0
  80. package/dist/pages/wishlist/index.js +1 -1
  81. package/dist/pages/wishlist/wishlist.css +3 -0
  82. package/dist/pages/wishlist/wishlist.js +1 -1
  83. package/package.json +1 -1
@@ -340,6 +340,7 @@ h5,
340
340
  border: 1px solid var(--dividerStokes);
341
341
  border-radius: 8px;
342
342
  opacity: 0.5;
343
+ margin-top: 20px;
343
344
  }
344
345
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
345
346
  .single-page-shipment__reviewHeaderUnselect___mNmXU {
@@ -10072,7 +10073,7 @@ h5,
10072
10073
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
10073
10074
  transform: rotate(270deg);
10074
10075
  }
10075
- [dir='rtl'] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
10076
+ [dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
10076
10077
  transform: rotate(90deg);
10077
10078
  }
10078
10079
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
@@ -11631,6 +11632,64 @@ h5,
11631
11632
  width: 24px;
11632
11633
  height: 24px;
11633
11634
  }
11635
+ .checkout-payment-content__noOptionContainer___uCGHg {
11636
+ display: flex;
11637
+ padding: 24px;
11638
+ flex-direction: column;
11639
+ align-items: center;
11640
+ gap: 24px;
11641
+ align-self: stretch;
11642
+ border: 1px solid var(--dividerStokes);
11643
+ border-top: unset;
11644
+ border-radius: 0 0 8px 8px;
11645
+ background: var(--pageBackground, #f8f8f8);
11646
+ }
11647
+ @media only screen and (max-width: 768px) {
11648
+ .checkout-payment-content__noOptionContainer___uCGHg {
11649
+ border-radius: 0;
11650
+ border: none;
11651
+ }
11652
+ }
11653
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
11654
+ display: flex;
11655
+ width: 580px;
11656
+ flex-direction: column;
11657
+ align-items: center;
11658
+ gap: 8px;
11659
+ }
11660
+ @media only screen and (max-width: 768px) {
11661
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
11662
+ width: 100%;
11663
+ }
11664
+ }
11665
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
11666
+ color: var(--textHeading, #26201a);
11667
+ text-align: center;
11668
+ font-size: 16px;
11669
+ font-style: normal;
11670
+ font-weight: 700;
11671
+ line-height: 140%;
11672
+ align-self: stretch;
11673
+ }
11674
+ @media only screen and (max-width: 768px) {
11675
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
11676
+ font-weight: 600;
11677
+ }
11678
+ }
11679
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
11680
+ color: var(--textBody, #3c3131);
11681
+ text-align: center;
11682
+ font-size: 14px;
11683
+ font-style: normal;
11684
+ font-weight: 400;
11685
+ line-height: 140%;
11686
+ align-self: stretch;
11687
+ }
11688
+ @media only screen and (max-width: 768px) {
11689
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
11690
+ font-size: 12px;
11691
+ }
11692
+ }
11634
11693
 
11635
11694
  /**color by character**/
11636
11695
  /** Font family **/
@@ -13123,6 +13182,9 @@ h5,
13123
13182
  display: none !important;
13124
13183
  }
13125
13184
  }
13185
+ .checkout-payment__paymentContainer___1UBn5 {
13186
+ margin-top: 20px;
13187
+ }
13126
13188
  .checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
13127
13189
  pointer-events: none;
13128
13190
  /* Prevents clicks */