@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
@@ -5572,7 +5572,7 @@ h5,
5572
5572
  position: absolute;
5573
5573
  transform: translateY(-50%) scale(0.9);
5574
5574
  z-index: 1;
5575
- background: #ffffff;
5575
+ background: var(--pageBackground, #f8f8f8);
5576
5576
  padding: 0 0.3rem;
5577
5577
  margin: 0 0.5rem;
5578
5578
  font-size: 0.8rem;
@@ -27472,6 +27472,7 @@ h5,
27472
27472
  border: 1px solid var(--dividerStokes, #d4d1d1);
27473
27473
  min-width: 100px;
27474
27474
  vertical-align: middle;
27475
+ color: var(--textBody, #3c3131);
27475
27476
  }
27476
27477
  @media only screen and (max-width: 480px) {
27477
27478
  .size-guide__sizeTable___z4s0f .size-guide__sizeRow___wxDRV .size-guide__sizeCell___dnrbd {
@@ -35495,6 +35496,7 @@ h5,
35495
35496
  font-size: 14px;
35496
35497
  font-weight: 600;
35497
35498
  line-height: 140%;
35499
+ color: var(--textHeading, #26201a);
35498
35500
  }
35499
35501
  .single-page-shipment__addressSelectedHeaderContainer___SVaIw .single-page-shipment__address___pgW0L {
35500
35502
  font-size: 12px;
@@ -35576,10 +35578,11 @@ h5,
35576
35578
  font-size: 14px;
35577
35579
  font-weight: 600;
35578
35580
  line-height: 140%;
35581
+ color: var(--textHeading, #26201a);
35579
35582
  }
35580
35583
  .single-page-shipment__reviewHeaderSelect___bNgMy .single-page-shipment__headerContainer___Umy4m .single-page-shipment__shipment___xocKT {
35581
35584
  font-size: 12px;
35582
- color: var(--textHeading);
35585
+ color: var(--textBody, #3c3131);
35583
35586
  font-weight: 400;
35584
35587
  line-height: 140%;
35585
35588
  }
@@ -37889,6 +37892,7 @@ h5,
37889
37892
  font-size: 14px;
37890
37893
  font-weight: 600;
37891
37894
  line-height: 140%;
37895
+ color: var(--textHeading, #26201a);
37892
37896
  }
37893
37897
  .single-address-header__addressSelectedHeaderContainer___iphxk .single-address-header__address___JPCSq {
37894
37898
  font-size: 12px;
@@ -47193,12 +47197,8 @@ h5,
47193
47197
  .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV {
47194
47198
  width: 100%;
47195
47199
  }
47196
- .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__lableText___fZHMc {
47197
- background-color: var(--pageBackground, #f8f8f8);
47198
- }
47199
47200
  .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__inputPlaceholder___ZxiQM {
47200
47201
  padding: 16px;
47201
- background-color: var(--themeAccentL5, #fff);
47202
47202
  }
47203
47203
  .contact-us__flex_item___zn3y0 .contact-us__form_row___pPufV .contact-us__inputPlaceholder___ZxiQM input::placeholder {
47204
47204
  color: var(--textSecondary, #9c9c9c);