@gofynd/theme-template 3.2.8 → 3.2.10

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 (53) hide show
  1. package/dist/components/compare-product-card/compare-product-card.css +65 -1
  2. package/dist/components/compare-product-card/compare-product-card.js +1 -1
  3. package/dist/components/core/modal/modal.js +1 -1
  4. package/dist/components/filter-modal/filter-modal.js +1 -1
  5. package/dist/components/index.js +1 -1
  6. package/dist/components/location-modal/location-modal.js +1 -1
  7. package/dist/components/product-card/product-card.js +1 -1
  8. package/dist/components/sort-modal/sort-modal.js +1 -1
  9. package/dist/index.css +5 -6
  10. package/dist/index.js +1 -1
  11. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  12. package/dist/page-layouts/cart/Components/comment/comment.js +1 -1
  13. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  14. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  15. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.js +1 -1
  16. package/dist/page-layouts/compare/compare.css +66 -1
  17. package/dist/page-layouts/compare/compare.js +1 -1
  18. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  19. package/dist/page-layouts/plp/Components/size-guide/size-guide.js +1 -1
  20. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  21. package/dist/page-layouts/single-checkout/payment/card-form.css +5 -6
  22. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  23. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +993 -6
  24. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  25. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +993 -6
  26. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  27. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +5 -6
  28. package/dist/page-layouts/single-checkout/payment/juspay-card-from.js +1 -1
  29. package/dist/page-layouts/single-checkout/payment/zero-pay-btn/zero-pay-btn.js +1 -1
  30. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  31. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  32. package/dist/pages/cart/cart.js +1 -1
  33. package/dist/pages/cart/index.js +1 -1
  34. package/dist/pages/checkout/checkout.css +5 -6
  35. package/dist/pages/checkout/checkout.js +1 -1
  36. package/dist/pages/checkout/index.css +5 -6
  37. package/dist/pages/checkout/index.js +1 -1
  38. package/dist/pages/index.css +5 -6
  39. package/dist/pages/index.js +1 -1
  40. package/dist/pages/order-status/index.js +1 -1
  41. package/dist/pages/order-status/order-status.js +1 -1
  42. package/dist/pages/product-listing/index.js +1 -1
  43. package/dist/pages/product-listing/product-listing.js +1 -1
  44. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  45. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  46. package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
  47. package/dist/pages/profile/email/email.js +1 -1
  48. package/dist/pages/profile/email/index.js +1 -1
  49. package/dist/pages/profile/phone/index.js +1 -1
  50. package/dist/pages/profile/phone/phone.js +1 -1
  51. package/dist/pages/wishlist/index.js +1 -1
  52. package/dist/pages/wishlist/wishlist.js +1 -1
  53. package/package.json +1 -1
@@ -2230,16 +2230,12 @@ h5,
2230
2230
  }
2231
2231
  .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2232
2232
  display: flex;
2233
- width: 580px;
2233
+ max-width: 580px;
2234
+ width: 100%;
2234
2235
  flex-direction: column;
2235
2236
  align-items: center;
2236
2237
  gap: 8px;
2237
2238
  }
2238
- @media only screen and (max-width: 768px) {
2239
- .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
2240
- width: 100%;
2241
- }
2242
- }
2243
2239
  .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
2244
2240
  color: var(--textHeading, #26201a);
2245
2241
  text-align: center;
@@ -2268,6 +2264,9 @@ h5,
2268
2264
  font-size: 12px;
2269
2265
  }
2270
2266
  }
2267
+ .checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
2268
+ margin-top: 12px;
2269
+ }
2271
2270
 
2272
2271
  /**color by character**/
2273
2272
  /** Font family **/