@gofynd/theme-template 3.1.0 → 3.1.2

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 (41) hide show
  1. package/dist/components/filter-modal/filter-modal.css +5 -0
  2. package/dist/components/filter-modal/filter-modal.js +1 -1
  3. package/dist/components/order-shipment/order-shipment.js +1 -1
  4. package/dist/components/product-card/product-card.js +1 -1
  5. package/dist/components/range-slider/range-slider.css +5 -0
  6. package/dist/components/range-slider/range-slider.js +1 -1
  7. package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
  8. package/dist/index.css +5 -0
  9. package/dist/index.js +1 -1
  10. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  11. package/dist/page-layouts/compare/compare.js +1 -1
  12. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +5 -0
  13. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  14. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +5 -0
  15. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  16. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  17. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  18. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  19. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  20. package/dist/pages/blog/blog.js +1 -1
  21. package/dist/pages/blog/index.js +1 -1
  22. package/dist/pages/cart/cart.js +1 -1
  23. package/dist/pages/cart/index.js +1 -1
  24. package/dist/pages/checkout/checkout.js +1 -1
  25. package/dist/pages/checkout/index.js +1 -1
  26. package/dist/pages/contact-us/contact-us.js +1 -1
  27. package/dist/pages/contact-us/index.js +1 -1
  28. package/dist/pages/index.css +5 -0
  29. package/dist/pages/index.js +1 -1
  30. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  31. package/dist/pages/order-status/index.js +1 -1
  32. package/dist/pages/order-status/order-status.js +1 -1
  33. package/dist/pages/product-listing/index.css +5 -0
  34. package/dist/pages/product-listing/index.js +1 -1
  35. package/dist/pages/product-listing/product-listing.css +5 -0
  36. package/dist/pages/product-listing/product-listing.js +1 -1
  37. package/dist/pages/profile/index.js +1 -1
  38. package/dist/pages/profile/profile-details.js +1 -1
  39. package/dist/pages/wishlist/index.js +1 -1
  40. package/dist/pages/wishlist/wishlist.js +1 -1
  41. package/package.json +1 -1
@@ -1340,6 +1340,11 @@ h5,
1340
1340
  margin-bottom: 20px;
1341
1341
  }
1342
1342
  }
1343
+ .range-slider__CustomRangeSlider___Uo_rw .range-slider__postfix___lbLy1 {
1344
+ margin-left: 4px;
1345
+ font-size: 14px;
1346
+ color: var(--textBody, #3c3131);
1347
+ }
1343
1348
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__inputContainer___pyXpE {
1344
1349
  display: flex;
1345
1350
  justify-content: space-between;