@gofynd/theme-template 3.1.3 → 3.2.0

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 (132) hide show
  1. package/dist/components/address-form/address-form.css +11 -5
  2. package/dist/components/address-form/form-input-selector.css +3 -3
  3. package/dist/components/address-item/address-item.js +1 -1
  4. package/dist/components/chip-review-item/chip-review-item.js +1 -1
  5. package/dist/components/core/fy-button/fy-button.css +1 -1
  6. package/dist/components/filter-modal/filter-modal.css +7 -4
  7. package/dist/components/forced-ltr/forced-ltr.js +1 -0
  8. package/dist/components/form-builder/form-builder.css +4 -4
  9. package/dist/components/google-map/google-map.css +7 -1
  10. package/dist/components/index.css +25 -16
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.css +1 -1
  13. package/dist/components/order-header/order-header.css +4 -4
  14. package/dist/components/order-header/order-header.js +1 -1
  15. package/dist/components/order-shipment/order-shipment.css +1 -1
  16. package/dist/components/price-breakup/price-breakup.js +1 -1
  17. package/dist/components/product-card/product-card.css +1 -1
  18. package/dist/components/product-card/product-card.js +1 -1
  19. package/dist/components/profile-navigation/profile-navigation.css +2 -2
  20. package/dist/components/quantity-control/quantity-control.js +1 -1
  21. package/dist/components/range-slider/range-slider.css +4 -1
  22. package/dist/components/reasons-list/reason-item/reason-item.css +2 -2
  23. package/dist/components/reasons-list/reasons-list.css +2 -2
  24. package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
  25. package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
  26. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
  27. package/dist/components/shipments-update-item/shipments-update-item.css +9 -5
  28. package/dist/helper/hooks/useLocaleDirection.js +1 -0
  29. package/dist/index.css +95 -53
  30. package/dist/index.js +1 -1
  31. package/dist/page-layouts/auth/account-locked/account-locked.css +1 -1
  32. package/dist/page-layouts/auth/mobile-number/mobile-number.css +3 -3
  33. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  34. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +6 -3
  35. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  36. package/dist/page-layouts/cart/Components/comment/comment.css +7 -4
  37. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  38. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +13 -7
  39. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  40. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
  41. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
  42. package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
  43. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
  44. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
  45. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
  46. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
  47. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
  48. package/dist/page-layouts/compare/compare.css +9 -7
  49. package/dist/page-layouts/compare/compare.js +1 -1
  50. package/dist/page-layouts/login/component/login-otp/login-otp.css +4 -4
  51. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  52. package/dist/page-layouts/login/component/login-password/login-password.css +3 -3
  53. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -1
  54. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  55. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
  56. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +6 -3
  57. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +6 -3
  58. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  59. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  60. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
  61. package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
  62. package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
  63. package/dist/page-layouts/single-checkout/address/single-address.css +13 -7
  64. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  65. package/dist/page-layouts/single-checkout/payment/card-form.css +26 -8
  66. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  67. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +26 -8
  68. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  69. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +28 -10
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  71. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
  72. package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
  73. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
  74. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  75. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
  76. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  77. package/dist/pages/blog/blog.js +1 -1
  78. package/dist/pages/blog/index.js +1 -1
  79. package/dist/pages/cart/cart.css +34 -19
  80. package/dist/pages/cart/cart.js +1 -1
  81. package/dist/pages/cart/index.css +34 -19
  82. package/dist/pages/cart/index.js +1 -1
  83. package/dist/pages/checkout/checkout.css +59 -29
  84. package/dist/pages/checkout/checkout.js +1 -1
  85. package/dist/pages/checkout/index.css +59 -29
  86. package/dist/pages/checkout/index.js +1 -1
  87. package/dist/pages/contact-us/contact-us.css +2 -2
  88. package/dist/pages/contact-us/contact-us.js +1 -1
  89. package/dist/pages/contact-us/index.css +2 -2
  90. package/dist/pages/contact-us/index.js +1 -1
  91. package/dist/pages/edit-profile/edit-profile.css +6 -6
  92. package/dist/pages/edit-profile/edit-profile.js +1 -1
  93. package/dist/pages/edit-profile/index.css +6 -6
  94. package/dist/pages/edit-profile/index.js +1 -1
  95. package/dist/pages/index.css +93 -51
  96. package/dist/pages/index.js +1 -1
  97. package/dist/pages/login/index.css +4 -4
  98. package/dist/pages/login/index.js +1 -1
  99. package/dist/pages/login/login.css +4 -4
  100. package/dist/pages/login/login.js +1 -1
  101. package/dist/pages/order/index.css +1 -1
  102. package/dist/pages/order/order-tracking-details/order-tracking-details.css +11 -11
  103. package/dist/pages/order/order-tracking.css +1 -1
  104. package/dist/pages/order-status/index.css +6 -3
  105. package/dist/pages/order-status/index.js +1 -1
  106. package/dist/pages/order-status/order-status.css +6 -3
  107. package/dist/pages/order-status/order-status.js +1 -1
  108. package/dist/pages/product-listing/index.css +13 -7
  109. package/dist/pages/product-listing/index.js +1 -1
  110. package/dist/pages/product-listing/product-listing.css +13 -7
  111. package/dist/pages/product-listing/product-listing.js +1 -1
  112. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
  113. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +4 -4
  114. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +1 -1
  115. package/dist/pages/profile/components/empty-state/empty-state.css +1 -1
  116. package/dist/pages/profile/email/email.css +1 -1
  117. package/dist/pages/profile/email/index.css +1 -1
  118. package/dist/pages/profile/index.css +2 -2
  119. package/dist/pages/profile/phone/index.css +4 -4
  120. package/dist/pages/profile/phone/phone.css +4 -4
  121. package/dist/pages/profile/profile-details.css +2 -2
  122. package/dist/pages/register/index.css +3 -3
  123. package/dist/pages/register/index.js +1 -1
  124. package/dist/pages/register/register.css +3 -3
  125. package/dist/pages/register/register.js +1 -1
  126. package/dist/pages/shared-cart/index.js +1 -1
  127. package/dist/pages/shared-cart/shared-cart.js +1 -1
  128. package/dist/pages/wishlist/index.css +4 -1
  129. package/dist/pages/wishlist/index.js +1 -1
  130. package/dist/pages/wishlist/wishlist.css +4 -1
  131. package/dist/pages/wishlist/wishlist.js +1 -1
  132. package/package.json +1 -1
@@ -904,8 +904,8 @@ h5,
904
904
  @media only screen and (max-width: 768px) {
905
905
  .delivery-location__pincodeModal___KAYH1 {
906
906
  width: unset;
907
- border-top-left-radius: 4px !important;
908
- border-top-right-radius: 4px !important;
907
+ border-start-start-radius: 4px !important;
908
+ border-start-end-radius: 4px !important;
909
909
  }
910
910
  }
911
911
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalHeader____OOl3 {
@@ -2561,7 +2561,7 @@ h5,
2561
2561
  padding: 8px;
2562
2562
  white-space: nowrap;
2563
2563
  border-radius: 6px;
2564
- margin-right: 16px;
2564
+ margin-inline-end: 16px;
2565
2565
  border: 1px solid var(--dividerStokes);
2566
2566
  color: var(--textHeading, #26201a);
2567
2567
  }
@@ -2753,7 +2753,7 @@ h5,
2753
2753
  position: absolute;
2754
2754
  z-index: 1;
2755
2755
  top: 16px;
2756
- left: 50%;
2756
+ inset-inline-start: 50%;
2757
2757
  transform: translateX(-50%);
2758
2758
  border: 1px solid var(--dividerStokes);
2759
2759
  border-radius: 8px;
@@ -2832,10 +2832,16 @@ h5,
2832
2832
  background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
2833
2833
  animation: google-map__loading___w2nsO 0.8s infinite;
2834
2834
  }
2835
+ [dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
2836
+ transform: translateX(100%);
2837
+ }
2835
2838
  @keyframes google-map__loading___w2nsO {
2836
2839
  100% {
2837
2840
  transform: translateX(100%);
2838
2841
  }
2842
+ [dir="rtl"] 100% {
2843
+ transform: translateX(-100%);
2844
+ }
2839
2845
  }
2840
2846
 
2841
2847
  /**color by character**/
@@ -4483,14 +4489,14 @@ h5,
4483
4489
  }
4484
4490
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
4485
4491
  border-inline: none;
4486
- padding-right: 4px;
4492
+ padding-inline-end: 4px;
4487
4493
  }
4488
4494
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
4489
4495
  width: 100%;
4490
4496
  font-weight: 400;
4491
4497
  display: flex;
4492
- border-left: none;
4493
- padding-left: 4px;
4498
+ border-inline-start: none;
4499
+ padding-inline-start: 4px;
4494
4500
  }
4495
4501
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
4496
4502
  outline: none;
@@ -6065,7 +6071,10 @@ h5,
6065
6071
  font-weight: 400;
6066
6072
  font-size: 10px;
6067
6073
  color: var(--errorText, #b24141);
6068
- padding: 12px 12px 0px 12px;
6074
+ padding-top: 12px;
6075
+ padding-inline-end: 12px;
6076
+ padding-bottom: 0px;
6077
+ padding-inline-start: 12px;
6069
6078
  }
6070
6079
  .comment__modelHeader___zmsaH {
6071
6080
  display: flex;
@@ -6086,8 +6095,8 @@ h5,
6086
6095
  }
6087
6096
  @media only screen and (max-width: 768px) {
6088
6097
  .comment__modalContainer___iL5Lo {
6089
- border-top-left-radius: 4px;
6090
- border-top-right-radius: 4px;
6098
+ border-start-start-radius: 4px;
6099
+ border-start-end-radius: 4px;
6091
6100
  }
6092
6101
  }
6093
6102
  .comment__modalContent___YcBhL {
@@ -6127,7 +6136,7 @@ h5,
6127
6136
  color: var(--textLabel, #7d7676);
6128
6137
  font-weight: 400;
6129
6138
  width: max-content;
6130
- margin-left: auto;
6139
+ margin-inline-start: auto;
6131
6140
  font-size: 12px;
6132
6141
  line-height: 140%;
6133
6142
  /* 16.8px */
@@ -7541,7 +7550,7 @@ h5,
7541
7550
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemTotalContainer___E0DQq .chip-item__deliveryDateWrapper___TcR1g .chip-item__deliveryDate___o3m1j {
7542
7551
  font-weight: 500;
7543
7552
  font-size: 12px;
7544
- text-align: right;
7553
+ text-align: end;
7545
7554
  color: var(--successText, #1c958f);
7546
7555
  align-self: center;
7547
7556
  margin-inline-start: 8px;
@@ -7725,7 +7734,10 @@ h5,
7725
7734
  stroke-width: 1;
7726
7735
  }
7727
7736
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalErrCls___QFoKd {
7728
- padding: 0 0 4px 24px;
7737
+ padding-top: 0;
7738
+ padding-inline-end: 0;
7739
+ padding-bottom: 4px;
7740
+ padding-inline-start: 24px;
7729
7741
  margin-top: -12px;
7730
7742
  height: 22px;
7731
7743
  font-weight: 600;
@@ -8606,7 +8618,7 @@ h5,
8606
8618
  font-weight: 600;
8607
8619
  }
8608
8620
  .free-gift-item__freeArticleContainer___wFbcr .free-gift-item__quantityCount___zoOkQ {
8609
- margin-left: 8px;
8621
+ margin-inline-start: 8px;
8610
8622
  color: var(--textBody);
8611
8623
  font-weight: 400;
8612
8624
  }
@@ -9834,7 +9846,7 @@ h5,
9834
9846
  .share-cart-modal__sharePopup___mHeWh {
9835
9847
  position: fixed;
9836
9848
  top: 0;
9837
- left: 0;
9849
+ inset-inline-start: 0;
9838
9850
  justify-content: center;
9839
9851
  width: 100vw;
9840
9852
  height: 100dvh;
@@ -9870,7 +9882,7 @@ h5,
9870
9882
  .share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
9871
9883
  position: absolute;
9872
9884
  top: 24px;
9873
- right: 16px;
9885
+ inset-inline-end: 16px;
9874
9886
  width: 22px;
9875
9887
  height: 22px;
9876
9888
  display: flex !important;
@@ -10923,6 +10935,9 @@ h5,
10923
10935
  width: 50% !important;
10924
10936
  }
10925
10937
  }
10938
+ .sticky-footer__rotate180___erK50 {
10939
+ transform: rotate(180deg);
10940
+ }
10926
10941
 
10927
10942
  /**color by character**/
10928
10943
  /** Font family **/
@@ -11273,8 +11288,8 @@ h5,
11273
11288
  font-weight: 400;
11274
11289
  }
11275
11290
  .remove-cart-item__modalContainer___tytkU {
11276
- border-top-left-radius: 4px;
11277
- border-top-right-radius: 4px;
11291
+ border-start-start-radius: 4px;
11292
+ border-start-end-radius: 4px;
11278
11293
  }
11279
11294
  .remove-cart-item__removeModalBody___uY7E6 {
11280
11295
  line-height: 140%;
@@ -11345,7 +11360,7 @@ h5,
11345
11360
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
11346
11361
  padding-top: 14px;
11347
11362
  padding-bottom: 14px;
11348
- margin-left: 16px;
11363
+ margin-inline-start: 16px;
11349
11364
  text-align: center;
11350
11365
  cursor: pointer;
11351
11366
  color: var(--buttonSecondary, #fff);