@gofynd/theme-template 2.0.1 → 2.0.3

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 (32) hide show
  1. package/dist/components/product-card/product-card.css +3 -0
  2. package/dist/components/product-card/product-card.js +1 -1
  3. package/dist/components/reasons-list/reason-item/reason-item.css +8 -0
  4. package/dist/components/reasons-list/reason-item/reason-item.js +1 -1
  5. package/dist/components/reasons-list/reasons-list.css +8 -0
  6. package/dist/components/reasons-list/reasons-list.js +1 -1
  7. package/dist/index.css +51 -1
  8. package/dist/index.js +1 -1
  9. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  10. package/dist/page-layouts/compare/compare.css +3 -0
  11. package/dist/page-layouts/compare/compare.js +1 -1
  12. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  13. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  14. package/dist/pages/cart/cart.js +1 -1
  15. package/dist/pages/cart/index.js +1 -1
  16. package/dist/pages/contact-us/contact-us.css +48 -1
  17. package/dist/pages/contact-us/contact-us.js +1 -1
  18. package/dist/pages/contact-us/index.css +48 -1
  19. package/dist/pages/contact-us/index.js +1 -1
  20. package/dist/pages/index.css +51 -1
  21. package/dist/pages/index.js +1 -1
  22. package/dist/pages/login/index.js +1 -1
  23. package/dist/pages/login/login.js +1 -1
  24. package/dist/pages/product-listing/index.css +3 -0
  25. package/dist/pages/product-listing/index.js +1 -1
  26. package/dist/pages/product-listing/product-listing.css +3 -0
  27. package/dist/pages/product-listing/product-listing.js +1 -1
  28. package/dist/pages/wishlist/index.css +3 -0
  29. package/dist/pages/wishlist/index.js +1 -1
  30. package/dist/pages/wishlist/wishlist.css +3 -0
  31. package/dist/pages/wishlist/wishlist.js +1 -1
  32. package/package.json +1 -1
@@ -1806,6 +1806,9 @@ h5,
1806
1806
  .product-card__productCard___VMIjd .product-card__productDescContainer___S8oiv .product-card__productDesc___nZT4A .product-card__productPrice--discount___x2AjF {
1807
1807
  color: var(--saleDiscountText, #1c958f);
1808
1808
  }
1809
+ .product-card__productCard___VMIjd .product-card__productDescContainer___S8oiv .product-card__productDesc___nZT4A .product-card__productPrice--textCenter___JrNcf {
1810
+ text-align: center;
1811
+ }
1809
1812
  .product-card__productCard___VMIjd .product-card__productDescContainer___S8oiv .product-card__productDesc___nZT4A .product-card__productVariants___rZzJl {
1810
1813
  margin-top: 8px;
1811
1814
  display: flex;