@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
@@ -434,7 +434,7 @@ h5,
434
434
  justify-content: space-between;
435
435
  }
436
436
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
437
- color: var(--errorText, #b24141);
437
+ color: var(--errorText, #ff3333);
438
438
  }
439
439
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
440
440
  margin-inline-end: 8px;
@@ -445,7 +445,7 @@ h5,
445
445
  }
446
446
  }
447
447
  .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
448
- color: var(--errorText, #b24141);
448
+ color: var(--errorText, #ff3333);
449
449
  width: max-content;
450
450
  font-size: 12px;
451
451
  font-weight: 400;
@@ -477,7 +477,7 @@ h5,
477
477
  padding: 8px;
478
478
  white-space: nowrap;
479
479
  border-radius: 6px;
480
- margin-right: 16px;
480
+ margin-inline-end: 16px;
481
481
  border: 1px solid var(--dividerStokes);
482
482
  color: var(--textHeading, #26201a);
483
483
  }
@@ -669,7 +669,7 @@ h5,
669
669
  position: absolute;
670
670
  z-index: 1;
671
671
  top: 16px;
672
- left: 50%;
672
+ inset-inline-start: 50%;
673
673
  transform: translateX(-50%);
674
674
  border: 1px solid var(--dividerStokes);
675
675
  border-radius: 8px;
@@ -748,10 +748,16 @@ h5,
748
748
  background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
749
749
  animation: google-map__loading___w2nsO 0.8s infinite;
750
750
  }
751
+ [dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
752
+ transform: translateX(100%);
753
+ }
751
754
  @keyframes google-map__loading___w2nsO {
752
755
  100% {
753
756
  transform: translateX(100%);
754
757
  }
758
+ [dir="rtl"] 100% {
759
+ transform: translateX(-100%);
760
+ }
755
761
  }
756
762
 
757
763
  /**color by character**/
@@ -1096,7 +1102,7 @@ h5,
1096
1102
  position: relative;
1097
1103
  }
1098
1104
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
1099
- color: var(--errorText, #b24141);
1105
+ color: var(--errorText, #ff3333);
1100
1106
  padding-top: 5px;
1101
1107
  font-weight: 400;
1102
1108
  font-size: 12px;
@@ -1107,10 +1113,10 @@ h5,
1107
1113
  line-height: 21px;
1108
1114
  }
1109
1115
  .fy-input__label___YQgmr span {
1110
- color: var(--errorText, #b24141);
1116
+ color: var(--errorText, #ff3333);
1111
1117
  }
1112
1118
  .fy-input__required___MaAlL {
1113
- color: var(--errorText, #b24141);
1119
+ color: var(--errorText, #ff3333);
1114
1120
  }
1115
1121
  .fy-input__floating___jgtoq {
1116
1122
  position: absolute;
@@ -1157,7 +1163,7 @@ h5,
1157
1163
  border-color: var(--buttonPrimary, #4e3f09);
1158
1164
  }
1159
1165
  .fy-input__inputError___KsMkv {
1160
- border-color: var(--errorText, #b24141) !important;
1166
+ border-color: var(--errorText, #ff3333) !important;
1161
1167
  }
1162
1168
  .fy-input__no-border____9qYF {
1163
1169
  border: none;
@@ -1560,7 +1566,7 @@ h5,
1560
1566
  position: relative;
1561
1567
  }
1562
1568
  .fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
1563
- color: var(--errorText, #b24141);
1569
+ color: var(--errorText, #ff3333);
1564
1570
  font-weight: 400;
1565
1571
  font-size: 12px;
1566
1572
  padding-top: 5px;
@@ -1571,7 +1577,7 @@ h5,
1571
1577
  line-height: 21px;
1572
1578
  }
1573
1579
  .fy-input-group__required___A8_zF {
1574
- color: var(--errorText, #b24141);
1580
+ color: var(--errorText, #ff3333);
1575
1581
  }
1576
1582
  .fy-input-group__fyInput___ufjFf {
1577
1583
  accent-color: var(--buttonPrimary, #4e3f09);
@@ -1938,13 +1944,13 @@ h5,
1938
1944
  position: relative;
1939
1945
  }
1940
1946
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
1941
- color: var(--errorText, #b24141);
1947
+ color: var(--errorText, #ff3333);
1942
1948
  font-weight: 400;
1943
1949
  font-size: 12px;
1944
1950
  padding-top: 5px;
1945
1951
  }
1946
1952
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
1947
- color: var(--errorText, #b24141);
1953
+ color: var(--errorText, #ff3333);
1948
1954
  }
1949
1955
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
1950
1956
  box-sizing: border-box;
@@ -1962,7 +1968,7 @@ h5,
1962
1968
  cursor: not-allowed;
1963
1969
  }
1964
1970
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
1965
- border-color: var(--errorText, #b24141);
1971
+ border-color: var(--errorText, #ff3333);
1966
1972
  }
1967
1973
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
1968
1974
  border-radius: 3px;
@@ -2377,7 +2383,7 @@ h5,
2377
2383
  flex-direction: column;
2378
2384
  }
2379
2385
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
2380
- color: var(--errorText, #b24141);
2386
+ color: var(--errorText, #ff3333);
2381
2387
  font-size: 12px;
2382
2388
  font-style: normal;
2383
2389
  font-weight: 400;
@@ -2385,28 +2391,28 @@ h5,
2385
2391
  margin-top: 5px;
2386
2392
  }
2387
2393
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
2388
- color: var(--errorText, #b24141);
2394
+ color: var(--errorText, #ff3333);
2389
2395
  font-size: 12px;
2390
2396
  font-style: normal;
2391
2397
  font-weight: 400;
2392
2398
  line-height: 16.8px;
2393
2399
  }
2394
2400
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
2395
- border: 1px solid var(--errorText, #b24141);
2401
+ border: 1px solid var(--errorText, #ff3333);
2396
2402
  }
2397
2403
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
2398
2404
  height: auto;
2399
2405
  }
2400
2406
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
2401
2407
  border-inline: none;
2402
- padding-right: 4px;
2408
+ padding-inline-end: 4px;
2403
2409
  }
2404
2410
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
2405
2411
  width: 100%;
2406
2412
  font-weight: 400;
2407
2413
  display: flex;
2408
- border-left: none;
2409
- padding-left: 4px;
2414
+ border-inline-start: none;
2415
+ padding-inline-start: 4px;
2410
2416
  }
2411
2417
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
2412
2418
  outline: none;
@@ -2416,7 +2422,7 @@ h5,
2416
2422
  opacity: 0.3;
2417
2423
  }
2418
2424
  .mobile-number__required___yHCeh {
2419
- color: var(--errorText, #b24141);
2425
+ color: var(--errorText, #ff3333);
2420
2426
  }
2421
2427
  .mobile-number__countryDropdown___GP6Fo {
2422
2428
  background-color: aquamarine;
@@ -4094,8 +4100,8 @@ h5,
4094
4100
  .single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
4095
4101
  position: fixed;
4096
4102
  bottom: 0;
4097
- left: 0;
4098
- right: 0;
4103
+ inset-inline-start: 0;
4104
+ inset-inline-end: 0;
4099
4105
  padding: 16px;
4100
4106
  background: var(--pageBackground, #f8f8f8);
4101
4107
  z-index: 2;
@@ -4150,7 +4156,7 @@ h5,
4150
4156
  font-weight: 600;
4151
4157
  font-size: 12px;
4152
4158
  line-height: 140%;
4153
- color: var(--errorText, #b24141);
4159
+ color: var(--errorText, #ff3333);
4154
4160
  }
4155
4161
  .single-address-content__invalidAddError___WDHnv .single-address-content__invalidAddErrorLeft___AUwWL .single-address-content__invalidAddErrorData___ardbO .single-address-content__invalidAddErrorSuggestion___BY4RT {
4156
4162
  font-weight: 400;
@@ -4164,7 +4170,7 @@ h5,
4164
4170
  line-height: 140%;
4165
4171
  text-align: center;
4166
4172
  text-transform: uppercase;
4167
- color: var(--errorText, #b24141);
4173
+ color: var(--errorText, #ff3333);
4168
4174
  cursor: pointer;
4169
4175
  }
4170
4176