@gofynd/theme-template 3.1.3 → 3.2.1

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 (148) hide show
  1. package/dist/components/accordion/accordion.css +25 -0
  2. package/dist/components/accordion/accordion.js +1 -1
  3. package/dist/components/address-form/address-form.css +26 -20
  4. package/dist/components/address-form/form-input-selector.css +16 -16
  5. package/dist/components/address-item/address-item.js +1 -1
  6. package/dist/components/chip-review-item/chip-review-item.js +1 -1
  7. package/dist/components/core/fy-button/fy-button.css +6 -6
  8. package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
  9. package/dist/components/core/fy-input/fy-input.css +4 -4
  10. package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
  11. package/dist/components/filter-modal/filter-modal.css +12 -9
  12. package/dist/components/forced-ltr/forced-ltr.js +1 -0
  13. package/dist/components/form-builder/form-builder.css +22 -22
  14. package/dist/components/google-map/google-map.css +7 -1
  15. package/dist/components/index.css +52 -43
  16. package/dist/components/index.js +1 -1
  17. package/dist/components/location-modal/location-modal.css +10 -10
  18. package/dist/components/order-header/order-header.css +4 -4
  19. package/dist/components/order-header/order-header.js +1 -1
  20. package/dist/components/order-shipment/order-shipment.css +26 -1
  21. package/dist/components/order-shipment/order-shipment.js +1 -1
  22. package/dist/components/price-breakup/price-breakup.js +1 -1
  23. package/dist/components/product-card/product-card.css +6 -6
  24. package/dist/components/product-card/product-card.js +1 -1
  25. package/dist/components/profile-navigation/profile-navigation.css +2 -2
  26. package/dist/components/quantity-control/quantity-control.js +1 -1
  27. package/dist/components/range-slider/range-slider.css +9 -6
  28. package/dist/components/reasons-list/reason-item/reason-item.css +3 -3
  29. package/dist/components/reasons-list/reasons-list.css +3 -3
  30. package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
  31. package/dist/components/shipment-item/shipment-item.css +1 -1
  32. package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
  33. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
  34. package/dist/components/shipments-update-item/shipments-update-item.css +10 -6
  35. package/dist/helper/hooks/useLocaleDirection.js +1 -0
  36. package/dist/index.css +210 -143
  37. package/dist/index.js +1 -1
  38. package/dist/page-layouts/auth/account-locked/account-locked.css +6 -6
  39. package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -7
  40. package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
  41. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  42. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +36 -8
  43. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  44. package/dist/page-layouts/cart/Components/comment/comment.css +8 -5
  45. package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
  46. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  47. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +31 -25
  48. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  49. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
  50. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
  51. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
  52. package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
  53. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
  54. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
  55. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
  56. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
  57. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
  58. package/dist/page-layouts/compare/compare.css +14 -12
  59. package/dist/page-layouts/compare/compare.js +1 -1
  60. package/dist/page-layouts/login/component/login-otp/login-otp.css +11 -11
  61. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  62. package/dist/page-layouts/login/component/login-password/login-password.css +10 -10
  63. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +20 -17
  64. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  65. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +13 -13
  66. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +11 -8
  67. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +11 -8
  68. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  69. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  70. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
  71. package/dist/page-layouts/single-checkout/address/single-address-content.css +4 -4
  72. package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
  73. package/dist/page-layouts/single-checkout/address/single-address.css +30 -24
  74. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  75. package/dist/page-layouts/single-checkout/payment/card-form.css +38 -20
  76. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  77. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +38 -20
  78. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  79. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
  80. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +42 -24
  81. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  82. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
  83. package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
  84. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
  85. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  86. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
  87. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  88. package/dist/pages/blog/blog.js +1 -1
  89. package/dist/pages/blog/index.js +1 -1
  90. package/dist/pages/cart/cart.css +87 -47
  91. package/dist/pages/cart/cart.js +1 -1
  92. package/dist/pages/cart/index.css +87 -47
  93. package/dist/pages/cart/index.js +1 -1
  94. package/dist/pages/checkout/checkout.css +92 -62
  95. package/dist/pages/checkout/checkout.js +1 -1
  96. package/dist/pages/checkout/index.css +92 -62
  97. package/dist/pages/checkout/index.js +1 -1
  98. package/dist/pages/contact-us/contact-us.css +11 -11
  99. package/dist/pages/contact-us/contact-us.js +1 -1
  100. package/dist/pages/contact-us/index.css +11 -11
  101. package/dist/pages/contact-us/index.js +1 -1
  102. package/dist/pages/edit-profile/edit-profile.css +19 -19
  103. package/dist/pages/edit-profile/edit-profile.js +1 -1
  104. package/dist/pages/edit-profile/index.css +19 -19
  105. package/dist/pages/edit-profile/index.js +1 -1
  106. package/dist/pages/forgot-password/forget-password.css +6 -6
  107. package/dist/pages/forgot-password/index.css +6 -6
  108. package/dist/pages/index.css +208 -141
  109. package/dist/pages/index.js +1 -1
  110. package/dist/pages/login/index.css +14 -14
  111. package/dist/pages/login/index.js +1 -1
  112. package/dist/pages/login/login.css +14 -14
  113. package/dist/pages/login/login.js +1 -1
  114. package/dist/pages/order/index.css +10 -10
  115. package/dist/pages/order/order-tracking-details/order-tracking-details.css +46 -21
  116. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  117. package/dist/pages/order/order-tracking.css +10 -10
  118. package/dist/pages/order-status/index.css +11 -8
  119. package/dist/pages/order-status/index.js +1 -1
  120. package/dist/pages/order-status/order-status.css +11 -8
  121. package/dist/pages/order-status/order-status.js +1 -1
  122. package/dist/pages/product-listing/index.css +30 -24
  123. package/dist/pages/product-listing/index.js +1 -1
  124. package/dist/pages/product-listing/product-listing.css +30 -24
  125. package/dist/pages/product-listing/product-listing.js +1 -1
  126. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +10 -10
  127. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +18 -18
  128. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +6 -6
  129. package/dist/pages/profile/components/empty-state/empty-state.css +6 -6
  130. package/dist/pages/profile/email/email.css +10 -10
  131. package/dist/pages/profile/email/index.css +10 -10
  132. package/dist/pages/profile/index.css +12 -12
  133. package/dist/pages/profile/phone/index.css +18 -18
  134. package/dist/pages/profile/phone/phone.css +18 -18
  135. package/dist/pages/profile/profile-details.css +12 -12
  136. package/dist/pages/register/index.css +18 -18
  137. package/dist/pages/register/index.js +1 -1
  138. package/dist/pages/register/register.css +18 -18
  139. package/dist/pages/register/register.js +1 -1
  140. package/dist/pages/set-password/index.css +5 -5
  141. package/dist/pages/set-password/set-password.css +5 -5
  142. package/dist/pages/shared-cart/index.js +1 -1
  143. package/dist/pages/shared-cart/shared-cart.js +1 -1
  144. package/dist/pages/wishlist/index.css +20 -17
  145. package/dist/pages/wishlist/index.js +1 -1
  146. package/dist/pages/wishlist/wishlist.css +20 -17
  147. package/dist/pages/wishlist/wishlist.js +1 -1
  148. package/package.json +1 -1
@@ -1905,7 +1905,7 @@ h5,
1905
1905
  border: 2px solid var(--buttonPrimaryL3, #b8b29d);
1906
1906
  border-top: 2px solid var(--buttonPrimary, #4e3f09);
1907
1907
  padding: 0;
1908
- margin-left: 0;
1908
+ margin-inline-start: 0;
1909
1909
  }
1910
1910
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
1911
1911
  border-top-color: #ffffff;
@@ -1918,7 +1918,7 @@ h5,
1918
1918
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
1919
1919
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
1920
1920
  border: 2px solid var(--errorBackground, #e6d5d5);
1921
- border-top: 2px solid var(--errorText, #b24141);
1921
+ border-top: 2px solid var(--errorText, #ff3333);
1922
1922
  }
1923
1923
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
1924
1924
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -1927,7 +1927,7 @@ h5,
1927
1927
  }
1928
1928
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
1929
1929
  border: 2px solid #ffffff;
1930
- border-top: 2px solid var(--errorText, #b24141);
1930
+ border-top: 2px solid var(--errorText, #ff3333);
1931
1931
  }
1932
1932
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
1933
1933
  border: 2px solid #ffffff;
@@ -1956,7 +1956,7 @@ h5,
1956
1956
  color: var(--buttonPrimary, #4e3f09);
1957
1957
  }
1958
1958
  .fy-button__text___HwP6V.fy-button__error___guhqH {
1959
- color: var(--errorText, #b24141);
1959
+ color: var(--errorText, #ff3333);
1960
1960
  }
1961
1961
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
1962
1962
  color: var(--successText, #1c958f);
@@ -1979,7 +1979,7 @@ h5,
1979
1979
  }
1980
1980
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
1981
1981
  background-color: var(--errorBackground, #e6d5d5);
1982
- color: var(--errorText, #b24141);
1982
+ color: var(--errorText, #ff3333);
1983
1983
  }
1984
1984
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
1985
1985
  background-color: var(--successBackground, #c2dbc9);
@@ -2007,7 +2007,7 @@ h5,
2007
2007
  }
2008
2008
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
2009
2009
  border: 1px solid var(--errorBackground, #e6d5d5);
2010
- color: var(--errorText, #b24141);
2010
+ color: var(--errorText, #ff3333);
2011
2011
  }
2012
2012
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
2013
2013
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -3536,7 +3536,7 @@ h5,
3536
3536
  }
3537
3537
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__sizeError___Mmjjq {
3538
3538
  margin-top: 8px;
3539
- color: var(--errorText, #b24141);
3539
+ color: var(--errorText, #ff3333);
3540
3540
  font-size: 12px;
3541
3541
  font-style: normal;
3542
3542
  font-weight: 400;
@@ -6667,6 +6667,9 @@ h5,
6667
6667
  transform: rotate(45deg);
6668
6668
  transform-origin: bottom left;
6669
6669
  }
6670
+ [dir="rtl"] .product-variants__variantContainer___J1jRs .product-variants__variantItemColor___Lomkf .product-variants__color___rvpbQ.product-variants__unavailable___RVOsF .product-variants__overlay___XGw5m > span {
6671
+ transform: rotate(-45deg);
6672
+ }
6670
6673
  .product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
6671
6674
  display: inline-block;
6672
6675
  border-radius: 4px;
@@ -7115,7 +7118,7 @@ h5,
7115
7118
  margin-inline-start: 4px;
7116
7119
  }
7117
7120
  .delivery-info__error___fwjK5 {
7118
- color: var(--errorText, #b24141);
7121
+ color: var(--errorText, #ff3333);
7119
7122
  }
7120
7123
  .delivery-info__button___RWUmQ {
7121
7124
  border: none;
@@ -7160,11 +7163,11 @@ h5,
7160
7163
  color: var(--textHeading, #26201a);
7161
7164
  }
7162
7165
  .delivery-info__error___fwjK5 {
7163
- color: var(--errorText, #b24141);
7166
+ color: var(--errorText, #ff3333);
7164
7167
  }
7165
7168
  .delivery-info__emptyPincode___SpvOg {
7166
7169
  margin-top: 8px;
7167
- color: var(--errorText, #b24141);
7170
+ color: var(--errorText, #ff3333);
7168
7171
  font-size: 12px;
7169
7172
  font-weight: 400;
7170
7173
  line-height: normal;
@@ -7513,7 +7516,7 @@ h5,
7513
7516
  position: relative;
7514
7517
  }
7515
7518
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
7516
- color: var(--errorText, #b24141);
7519
+ color: var(--errorText, #ff3333);
7517
7520
  padding-top: 5px;
7518
7521
  font-weight: 400;
7519
7522
  font-size: 12px;
@@ -7524,10 +7527,10 @@ h5,
7524
7527
  line-height: 21px;
7525
7528
  }
7526
7529
  .fy-input__label___YQgmr span {
7527
- color: var(--errorText, #b24141);
7530
+ color: var(--errorText, #ff3333);
7528
7531
  }
7529
7532
  .fy-input__required___MaAlL {
7530
- color: var(--errorText, #b24141);
7533
+ color: var(--errorText, #ff3333);
7531
7534
  }
7532
7535
  .fy-input__floating___jgtoq {
7533
7536
  position: absolute;
@@ -7574,7 +7577,7 @@ h5,
7574
7577
  border-color: var(--buttonPrimary, #4e3f09);
7575
7578
  }
7576
7579
  .fy-input__inputError___KsMkv {
7577
- border-color: var(--errorText, #b24141) !important;
7580
+ border-color: var(--errorText, #ff3333) !important;
7578
7581
  }
7579
7582
  .fy-input__no-border____9qYF {
7580
7583
  border: none;
@@ -8381,13 +8384,13 @@ h5,
8381
8384
  position: relative;
8382
8385
  }
8383
8386
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
8384
- color: var(--errorText, #b24141);
8387
+ color: var(--errorText, #ff3333);
8385
8388
  font-weight: 400;
8386
8389
  font-size: 12px;
8387
8390
  padding-top: 5px;
8388
8391
  }
8389
8392
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
8390
- color: var(--errorText, #b24141);
8393
+ color: var(--errorText, #ff3333);
8391
8394
  }
8392
8395
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
8393
8396
  box-sizing: border-box;
@@ -8405,7 +8408,7 @@ h5,
8405
8408
  cursor: not-allowed;
8406
8409
  }
8407
8410
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
8408
- border-color: var(--errorText, #b24141);
8411
+ border-color: var(--errorText, #ff3333);
8409
8412
  }
8410
8413
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
8411
8414
  border-radius: 3px;