@gofynd/theme-template 3.2.26 → 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 (47) 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/filter-modal/filter-modal.css +1 -1
  7. package/dist/components/form-builder/form-builder.css +1 -1
  8. package/dist/components/index.css +1 -1
  9. package/dist/components/location-modal/location-modal.css +1 -1
  10. package/dist/components/range-slider/range-slider.css +1 -1
  11. package/dist/index.css +2 -5
  12. package/dist/index.js +1 -1
  13. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +1 -1
  14. package/dist/page-layouts/compare/compare.css +1 -1
  15. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +1 -1
  16. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
  17. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +1 -1
  18. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +1 -1
  19. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +1 -0
  20. package/dist/page-layouts/single-checkout/address/single-address.css +1 -1
  21. package/dist/pages/cart/cart.css +1 -1
  22. package/dist/pages/cart/index.css +1 -1
  23. package/dist/pages/checkout/checkout.css +1 -1
  24. package/dist/pages/checkout/index.css +1 -1
  25. package/dist/pages/contact-us/contact-us.css +1 -5
  26. package/dist/pages/contact-us/contact-us.js +1 -1
  27. package/dist/pages/contact-us/index.css +1 -5
  28. package/dist/pages/contact-us/index.js +1 -1
  29. package/dist/pages/index.css +2 -5
  30. package/dist/pages/index.js +1 -1
  31. package/dist/pages/order/index.css +1 -1
  32. package/dist/pages/order/order-tracking-details/order-tracking-details.css +1 -1
  33. package/dist/pages/order/order-tracking.css +1 -1
  34. package/dist/pages/product-listing/index.css +2 -1
  35. package/dist/pages/product-listing/product-listing.css +2 -1
  36. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
  37. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +1 -1
  38. package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +1 -2
  39. package/dist/pages/profile/email/email.css +1 -1
  40. package/dist/pages/profile/email/index.css +1 -1
  41. package/dist/pages/profile/index.css +1 -1
  42. package/dist/pages/profile/phone/index.css +1 -1
  43. package/dist/pages/profile/phone/phone.css +1 -1
  44. package/dist/pages/profile/profile-details.css +1 -1
  45. package/dist/pages/wishlist/index.css +2 -1
  46. package/dist/pages/wishlist/wishlist.css +2 -1
  47. package/package.json +1 -1
@@ -1564,7 +1564,7 @@ h5,
1564
1564
  position: absolute;
1565
1565
  transform: translateY(-50%) scale(0.9);
1566
1566
  z-index: 1;
1567
- background: #ffffff;
1567
+ background: var(--pageBackground, #f8f8f8);
1568
1568
  padding: 0 0.3rem;
1569
1569
  margin: 0 0.5rem;
1570
1570
  font-size: 0.8rem;
@@ -360,7 +360,7 @@ h5,
360
360
  position: absolute;
361
361
  transform: translateY(-50%) scale(0.9);
362
362
  z-index: 1;
363
- background: #ffffff;
363
+ background: var(--pageBackground, #f8f8f8);
364
364
  padding: 0 0.3rem;
365
365
  margin: 0 0.5rem;
366
366
  font-size: 0.8rem;
@@ -2975,7 +2975,7 @@ h5,
2975
2975
  position: absolute;
2976
2976
  transform: translateY(-50%) scale(0.9);
2977
2977
  z-index: 1;
2978
- background: #ffffff;
2978
+ background: var(--pageBackground, #f8f8f8);
2979
2979
  padding: 0 0.3rem;
2980
2980
  margin: 0 0.5rem;
2981
2981
  font-size: 0.8rem;
@@ -360,7 +360,7 @@ h5,
360
360
  position: absolute;
361
361
  transform: translateY(-50%) scale(0.9);
362
362
  z-index: 1;
363
- background: #ffffff;
363
+ background: var(--pageBackground, #f8f8f8);
364
364
  padding: 0 0.3rem;
365
365
  margin: 0 0.5rem;
366
366
  font-size: 0.8rem;
@@ -386,7 +386,6 @@ h5,
386
386
  padding: 16px;
387
387
  border-radius: 6px;
388
388
  border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
389
- background: var(--buttonSecondary, #fff);
390
389
  }
391
390
  .fy-date-picker__calendarWrapper___J5Y4d .fy-date-picker__inputWrapper___zh7iz input {
392
391
  border: none;
@@ -1791,7 +1791,7 @@ h5,
1791
1791
  position: absolute;
1792
1792
  transform: translateY(-50%) scale(0.9);
1793
1793
  z-index: 1;
1794
- background: #ffffff;
1794
+ background: var(--pageBackground, #f8f8f8);
1795
1795
  padding: 0 0.3rem;
1796
1796
  margin: 0 0.5rem;
1797
1797
  font-size: 0.8rem;
@@ -778,7 +778,7 @@ h5,
778
778
  position: absolute;
779
779
  transform: translateY(-50%) scale(0.9);
780
780
  z-index: 1;
781
- background: #ffffff;
781
+ background: var(--pageBackground, #f8f8f8);
782
782
  padding: 0 0.3rem;
783
783
  margin: 0 0.5rem;
784
784
  font-size: 0.8rem;
@@ -7720,7 +7720,7 @@ h5,
7720
7720
  position: absolute;
7721
7721
  transform: translateY(-50%) scale(0.9);
7722
7722
  z-index: 1;
7723
- background: #ffffff;
7723
+ background: var(--pageBackground, #f8f8f8);
7724
7724
  padding: 0 0.3rem;
7725
7725
  margin: 0 0.5rem;
7726
7726
  font-size: 0.8rem;
@@ -1269,7 +1269,7 @@ h5,
1269
1269
  position: absolute;
1270
1270
  transform: translateY(-50%) scale(0.9);
1271
1271
  z-index: 1;
1272
- background: #ffffff;
1272
+ background: var(--pageBackground, #f8f8f8);
1273
1273
  padding: 0 0.3rem;
1274
1274
  margin: 0 0.5rem;
1275
1275
  font-size: 0.8rem;
@@ -796,7 +796,7 @@ h5,
796
796
  position: absolute;
797
797
  transform: translateY(-50%) scale(0.9);
798
798
  z-index: 1;
799
- background: #ffffff;
799
+ background: var(--pageBackground, #f8f8f8);
800
800
  padding: 0 0.3rem;
801
801
  margin: 0 0.5rem;
802
802
  font-size: 0.8rem;
package/dist/index.css CHANGED
@@ -7720,7 +7720,7 @@ h5,
7720
7720
  position: absolute;
7721
7721
  transform: translateY(-50%) scale(0.9);
7722
7722
  z-index: 1;
7723
- background: #ffffff;
7723
+ background: var(--pageBackground, #f8f8f8);
7724
7724
  padding: 0 0.3rem;
7725
7725
  margin: 0 0.5rem;
7726
7726
  font-size: 0.8rem;
@@ -29556,6 +29556,7 @@ h5,
29556
29556
  border: 1px solid var(--dividerStokes, #d4d1d1);
29557
29557
  min-width: 100px;
29558
29558
  vertical-align: middle;
29559
+ color: var(--textBody, #3c3131);
29559
29560
  }
29560
29561
  @media only screen and (max-width: 480px) {
29561
29562
  .size-guide__sizeTable___z4s0f .size-guide__sizeRow___wxDRV .size-guide__sizeCell___dnrbd {
@@ -49280,12 +49281,8 @@ h5,
49280
49281
  .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV {
49281
49282
  width: 100%;
49282
49283
  }
49283
- .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__lableText___fZHMc {
49284
- background-color: var(--pageBackground, #f8f8f8);
49285
- }
49286
49284
  .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__inputPlaceholder___ZxiQM {
49287
49285
  padding: 16px;
49288
- background-color: var(--themeAccentL5, #fff);
49289
49286
  }
49290
49287
  .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__inputPlaceholder___ZxiQM input::placeholder {
49291
49288
  color: var(--textSecondary, #9c9c9c);