@gofynd/theme-template 3.1.2 → 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 (136) hide show
  1. package/dist/components/accordion/accordion.css +10 -0
  2. package/dist/components/accordion/accordion.js +1 -1
  3. package/dist/components/address-form/address-form.css +11 -5
  4. package/dist/components/address-form/form-input-selector.css +3 -3
  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 +1 -1
  8. package/dist/components/filter-modal/filter-modal.css +7 -4
  9. package/dist/components/forced-ltr/forced-ltr.js +1 -0
  10. package/dist/components/form-builder/form-builder.css +4 -4
  11. package/dist/components/google-map/google-map.css +7 -1
  12. package/dist/components/index.css +25 -16
  13. package/dist/components/index.js +1 -1
  14. package/dist/components/location-modal/location-modal.css +1 -1
  15. package/dist/components/order-header/order-header.css +4 -4
  16. package/dist/components/order-header/order-header.js +1 -1
  17. package/dist/components/order-shipment/order-shipment.css +11 -1
  18. package/dist/components/order-shipment/order-shipment.js +1 -1
  19. package/dist/components/price-breakup/price-breakup.js +1 -1
  20. package/dist/components/product-card/product-card.css +1 -1
  21. package/dist/components/product-card/product-card.js +1 -1
  22. package/dist/components/profile-navigation/profile-navigation.css +2 -2
  23. package/dist/components/quantity-control/quantity-control.js +1 -1
  24. package/dist/components/range-slider/range-slider.css +4 -1
  25. package/dist/components/reasons-list/reason-item/reason-item.css +2 -2
  26. package/dist/components/reasons-list/reasons-list.css +2 -2
  27. package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
  28. package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
  29. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
  30. package/dist/components/shipments-update-item/shipments-update-item.css +9 -5
  31. package/dist/helper/hooks/useLocaleDirection.js +1 -0
  32. package/dist/index.css +105 -53
  33. package/dist/index.js +1 -1
  34. package/dist/page-layouts/auth/account-locked/account-locked.css +1 -1
  35. package/dist/page-layouts/auth/mobile-number/mobile-number.css +3 -3
  36. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  37. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +16 -3
  38. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  39. package/dist/page-layouts/cart/Components/comment/comment.css +7 -4
  40. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  41. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +13 -7
  42. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  43. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
  44. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
  45. package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
  46. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
  47. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
  48. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
  49. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
  50. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
  51. package/dist/page-layouts/compare/compare.css +9 -7
  52. package/dist/page-layouts/compare/compare.js +1 -1
  53. package/dist/page-layouts/login/component/login-otp/login-otp.css +4 -4
  54. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  55. package/dist/page-layouts/login/component/login-password/login-password.css +3 -3
  56. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -1
  57. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  58. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
  59. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +6 -3
  60. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +6 -3
  61. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  62. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  63. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
  64. package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
  65. package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
  66. package/dist/page-layouts/single-checkout/address/single-address.css +13 -7
  67. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  68. package/dist/page-layouts/single-checkout/payment/card-form.css +26 -8
  69. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +26 -8
  71. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  72. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +28 -10
  73. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  74. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
  75. package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
  76. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
  77. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  78. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
  79. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  80. package/dist/pages/blog/blog.js +1 -1
  81. package/dist/pages/blog/index.js +1 -1
  82. package/dist/pages/cart/cart.css +44 -19
  83. package/dist/pages/cart/cart.js +1 -1
  84. package/dist/pages/cart/index.css +44 -19
  85. package/dist/pages/cart/index.js +1 -1
  86. package/dist/pages/checkout/checkout.css +59 -29
  87. package/dist/pages/checkout/checkout.js +1 -1
  88. package/dist/pages/checkout/index.css +59 -29
  89. package/dist/pages/checkout/index.js +1 -1
  90. package/dist/pages/contact-us/contact-us.css +2 -2
  91. package/dist/pages/contact-us/contact-us.js +1 -1
  92. package/dist/pages/contact-us/index.css +2 -2
  93. package/dist/pages/contact-us/index.js +1 -1
  94. package/dist/pages/edit-profile/edit-profile.css +6 -6
  95. package/dist/pages/edit-profile/edit-profile.js +1 -1
  96. package/dist/pages/edit-profile/index.css +6 -6
  97. package/dist/pages/edit-profile/index.js +1 -1
  98. package/dist/pages/index.css +103 -51
  99. package/dist/pages/index.js +1 -1
  100. package/dist/pages/login/index.css +4 -4
  101. package/dist/pages/login/index.js +1 -1
  102. package/dist/pages/login/login.css +4 -4
  103. package/dist/pages/login/login.js +1 -1
  104. package/dist/pages/order/index.css +1 -1
  105. package/dist/pages/order/order-tracking-details/order-tracking-details.css +21 -11
  106. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  107. package/dist/pages/order/order-tracking.css +1 -1
  108. package/dist/pages/order-status/index.css +6 -3
  109. package/dist/pages/order-status/index.js +1 -1
  110. package/dist/pages/order-status/order-status.css +6 -3
  111. package/dist/pages/order-status/order-status.js +1 -1
  112. package/dist/pages/product-listing/index.css +13 -7
  113. package/dist/pages/product-listing/index.js +1 -1
  114. package/dist/pages/product-listing/product-listing.css +13 -7
  115. package/dist/pages/product-listing/product-listing.js +1 -1
  116. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
  117. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +4 -4
  118. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +1 -1
  119. package/dist/pages/profile/components/empty-state/empty-state.css +1 -1
  120. package/dist/pages/profile/email/email.css +1 -1
  121. package/dist/pages/profile/email/index.css +1 -1
  122. package/dist/pages/profile/index.css +2 -2
  123. package/dist/pages/profile/phone/index.css +4 -4
  124. package/dist/pages/profile/phone/phone.css +4 -4
  125. package/dist/pages/profile/profile-details.css +2 -2
  126. package/dist/pages/register/index.css +3 -3
  127. package/dist/pages/register/index.js +1 -1
  128. package/dist/pages/register/register.css +3 -3
  129. package/dist/pages/register/register.js +1 -1
  130. package/dist/pages/shared-cart/index.js +1 -1
  131. package/dist/pages/shared-cart/shared-cart.js +1 -1
  132. package/dist/pages/wishlist/index.css +4 -1
  133. package/dist/pages/wishlist/index.js +1 -1
  134. package/dist/pages/wishlist/wishlist.css +4 -1
  135. package/dist/pages/wishlist/wishlist.js +1 -1
  136. 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
  }
@@ -9041,6 +9053,16 @@ h5,
9041
9053
  .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
9042
9054
  margin-bottom: 4px;
9043
9055
  }
9056
+ .accordion__accordionContentImages___cgp_Q {
9057
+ display: flex;
9058
+ flex-wrap: wrap;
9059
+ align-items: center;
9060
+ gap: 8px;
9061
+ }
9062
+ .accordion__accordionContentImageItem____FBCe {
9063
+ display: flex;
9064
+ align-items: center;
9065
+ }
9044
9066
  .accordion__accordionContentImg___lbTPr {
9045
9067
  border-radius: 50%;
9046
9068
  width: 16px;
@@ -9824,7 +9846,7 @@ h5,
9824
9846
  .share-cart-modal__sharePopup___mHeWh {
9825
9847
  position: fixed;
9826
9848
  top: 0;
9827
- left: 0;
9849
+ inset-inline-start: 0;
9828
9850
  justify-content: center;
9829
9851
  width: 100vw;
9830
9852
  height: 100dvh;
@@ -9860,7 +9882,7 @@ h5,
9860
9882
  .share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
9861
9883
  position: absolute;
9862
9884
  top: 24px;
9863
- right: 16px;
9885
+ inset-inline-end: 16px;
9864
9886
  width: 22px;
9865
9887
  height: 22px;
9866
9888
  display: flex !important;
@@ -10913,6 +10935,9 @@ h5,
10913
10935
  width: 50% !important;
10914
10936
  }
10915
10937
  }
10938
+ .sticky-footer__rotate180___erK50 {
10939
+ transform: rotate(180deg);
10940
+ }
10916
10941
 
10917
10942
  /**color by character**/
10918
10943
  /** Font family **/
@@ -11263,8 +11288,8 @@ h5,
11263
11288
  font-weight: 400;
11264
11289
  }
11265
11290
  .remove-cart-item__modalContainer___tytkU {
11266
- border-top-left-radius: 4px;
11267
- border-top-right-radius: 4px;
11291
+ border-start-start-radius: 4px;
11292
+ border-start-end-radius: 4px;
11268
11293
  }
11269
11294
  .remove-cart-item__removeModalBody___uY7E6 {
11270
11295
  line-height: 140%;
@@ -11335,7 +11360,7 @@ h5,
11335
11360
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
11336
11361
  padding-top: 14px;
11337
11362
  padding-bottom: 14px;
11338
- margin-left: 16px;
11363
+ margin-inline-start: 16px;
11339
11364
  text-align: center;
11340
11365
  cursor: pointer;
11341
11366
  color: var(--buttonSecondary, #fff);