@gofynd/theme-template 3.2.25 → 3.2.27

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 (57) hide show
  1. package/dist/components/address-form/address-form.css +1 -1
  2. package/dist/components/address-form/form-input-selector.css +1 -1
  3. package/dist/components/address-form/v2/address-form.css +1 -1
  4. package/dist/components/core/fy-input/fy-input.css +1 -1
  5. package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +0 -1
  6. package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -1
  7. package/dist/components/filter-modal/filter-modal.css +1 -1
  8. package/dist/components/form-builder/form-builder.css +1 -1
  9. package/dist/components/index.css +1 -1
  10. package/dist/components/location-modal/location-modal.css +1 -1
  11. package/dist/components/range-slider/range-slider.css +1 -1
  12. package/dist/index.css +6 -6
  13. package/dist/index.js +1 -1
  14. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +1 -1
  15. package/dist/page-layouts/compare/compare.css +1 -1
  16. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +1 -1
  17. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
  18. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +1 -1
  19. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +1 -1
  20. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +1 -0
  21. package/dist/page-layouts/single-checkout/address/single-address-header.css +1 -0
  22. package/dist/page-layouts/single-checkout/address/single-address-header.js +1 -1
  23. package/dist/page-layouts/single-checkout/address/single-address.css +2 -1
  24. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  25. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +3 -1
  26. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  27. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  28. package/dist/pages/cart/cart.css +1 -1
  29. package/dist/pages/cart/index.css +1 -1
  30. package/dist/pages/checkout/checkout.css +5 -2
  31. package/dist/pages/checkout/checkout.js +1 -1
  32. package/dist/pages/checkout/index.css +5 -2
  33. package/dist/pages/checkout/index.js +1 -1
  34. package/dist/pages/contact-us/contact-us.css +1 -5
  35. package/dist/pages/contact-us/contact-us.js +1 -1
  36. package/dist/pages/contact-us/index.css +1 -5
  37. package/dist/pages/contact-us/index.js +1 -1
  38. package/dist/pages/index.css +6 -6
  39. package/dist/pages/index.js +1 -1
  40. package/dist/pages/order/index.css +1 -1
  41. package/dist/pages/order/order-tracking-details/order-tracking-details.css +1 -1
  42. package/dist/pages/order/order-tracking.css +1 -1
  43. package/dist/pages/product-listing/index.css +2 -1
  44. package/dist/pages/product-listing/product-listing.css +2 -1
  45. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
  46. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +1 -1
  47. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +1 -2
  48. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -1
  49. package/dist/pages/profile/email/email.css +1 -1
  50. package/dist/pages/profile/email/index.css +1 -1
  51. package/dist/pages/profile/index.css +1 -1
  52. package/dist/pages/profile/phone/index.css +1 -1
  53. package/dist/pages/profile/phone/phone.css +1 -1
  54. package/dist/pages/profile/profile-details.css +1 -1
  55. package/dist/pages/wishlist/index.css +2 -1
  56. package/dist/pages/wishlist/wishlist.css +2 -1
  57. package/package.json +1 -1
@@ -770,7 +770,7 @@ h5,
770
770
  position: absolute;
771
771
  transform: translateY(-50%) scale(0.9);
772
772
  z-index: 1;
773
- background: #ffffff;
773
+ background: var(--pageBackground, #f8f8f8);
774
774
  padding: 0 0.3rem;
775
775
  margin: 0 0.5rem;
776
776
  font-size: 0.8rem;
@@ -5297,7 +5297,7 @@ h5,
5297
5297
  position: absolute;
5298
5298
  transform: translateY(-50%) scale(0.9);
5299
5299
  z-index: 1;
5300
- background: #ffffff;
5300
+ background: var(--pageBackground, #f8f8f8);
5301
5301
  padding: 0 0.3rem;
5302
5302
  margin: 0 0.5rem;
5303
5303
  font-size: 0.8rem;
@@ -770,7 +770,7 @@ h5,
770
770
  position: absolute;
771
771
  transform: translateY(-50%) scale(0.9);
772
772
  z-index: 1;
773
- background: #ffffff;
773
+ background: var(--pageBackground, #f8f8f8);
774
774
  padding: 0 0.3rem;
775
775
  margin: 0 0.5rem;
776
776
  font-size: 0.8rem;
@@ -4873,7 +4873,7 @@ h5,
4873
4873
  position: absolute;
4874
4874
  transform: translateY(-50%) scale(0.9);
4875
4875
  z-index: 1;
4876
- background: #ffffff;
4876
+ background: var(--pageBackground, #f8f8f8);
4877
4877
  padding: 0 0.3rem;
4878
4878
  margin: 0 0.5rem;
4879
4879
  font-size: 0.8rem;
@@ -15102,6 +15102,7 @@ h5,
15102
15102
  border: 1px solid var(--dividerStokes, #d4d1d1);
15103
15103
  min-width: 100px;
15104
15104
  vertical-align: middle;
15105
+ color: var(--textBody, #3c3131);
15105
15106
  }
15106
15107
  @media only screen and (max-width: 480px) {
15107
15108
  .size-guide__sizeTable___z4s0f .size-guide__sizeRow___wxDRV .size-guide__sizeCell___dnrbd {
@@ -4873,7 +4873,7 @@ h5,
4873
4873
  position: absolute;
4874
4874
  transform: translateY(-50%) scale(0.9);
4875
4875
  z-index: 1;
4876
- background: #ffffff;
4876
+ background: var(--pageBackground, #f8f8f8);
4877
4877
  padding: 0 0.3rem;
4878
4878
  margin: 0 0.5rem;
4879
4879
  font-size: 0.8rem;
@@ -15102,6 +15102,7 @@ h5,
15102
15102
  border: 1px solid var(--dividerStokes, #d4d1d1);
15103
15103
  min-width: 100px;
15104
15104
  vertical-align: middle;
15105
+ color: var(--textBody, #3c3131);
15105
15106
  }
15106
15107
  @media only screen and (max-width: 480px) {
15107
15108
  .size-guide__sizeTable___z4s0f .size-guide__sizeRow___wxDRV .size-guide__sizeCell___dnrbd {
@@ -1273,7 +1273,7 @@ h5,
1273
1273
  position: absolute;
1274
1274
  transform: translateY(-50%) scale(0.9);
1275
1275
  z-index: 1;
1276
- background: #ffffff;
1276
+ background: var(--pageBackground, #f8f8f8);
1277
1277
  padding: 0 0.3rem;
1278
1278
  margin: 0 0.5rem;
1279
1279
  font-size: 0.8rem;
@@ -2296,7 +2296,7 @@ h5,
2296
2296
  position: absolute;
2297
2297
  transform: translateY(-50%) scale(0.9);
2298
2298
  z-index: 1;
2299
- background: #ffffff;
2299
+ background: var(--pageBackground, #f8f8f8);
2300
2300
  padding: 0 0.3rem;
2301
2301
  margin: 0 0.5rem;
2302
2302
  font-size: 0.8rem;
@@ -1360,7 +1360,7 @@ h5,
1360
1360
  position: absolute;
1361
1361
  transform: translateY(-50%) scale(0.9);
1362
1362
  z-index: 1;
1363
- background: #ffffff;
1363
+ background: var(--pageBackground, #f8f8f8);
1364
1364
  padding: 0 0.3rem;
1365
1365
  margin: 0 0.5rem;
1366
1366
  font-size: 0.8rem;
@@ -1843,7 +1843,6 @@ h5,
1843
1843
  padding: 16px;
1844
1844
  border-radius: 6px;
1845
1845
  border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
1846
- background: var(--buttonSecondary, #fff);
1847
1846
  }
1848
1847
  .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz input {
1849
1848
  border: none;