@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.
- package/dist/components/accordion/accordion.css +10 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.css +11 -5
- package/dist/components/address-form/form-input-selector.css +3 -3
- package/dist/components/address-item/address-item.js +1 -1
- package/dist/components/chip-review-item/chip-review-item.js +1 -1
- package/dist/components/core/fy-button/fy-button.css +1 -1
- package/dist/components/filter-modal/filter-modal.css +7 -4
- package/dist/components/forced-ltr/forced-ltr.js +1 -0
- package/dist/components/form-builder/form-builder.css +4 -4
- package/dist/components/google-map/google-map.css +7 -1
- package/dist/components/index.css +25 -16
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.css +1 -1
- package/dist/components/order-header/order-header.css +4 -4
- package/dist/components/order-header/order-header.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +11 -1
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +2 -2
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +4 -1
- package/dist/components/reasons-list/reason-item/reason-item.css +2 -2
- package/dist/components/reasons-list/reasons-list.css +2 -2
- package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
- package/dist/components/shipments-update-item/shipments-update-item.css +9 -5
- package/dist/helper/hooks/useLocaleDirection.js +1 -0
- package/dist/index.css +105 -53
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +3 -3
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +16 -3
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +7 -4
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +13 -7
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
- package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
- package/dist/page-layouts/compare/compare.css +9 -7
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.css +4 -4
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +3 -3
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +6 -3
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +6 -3
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
- package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +13 -7
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +26 -8
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +26 -8
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +28 -10
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
- package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +44 -19
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +44 -19
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +59 -29
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +59 -29
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +2 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +2 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +6 -6
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +6 -6
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/index.css +103 -51
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +4 -4
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +4 -4
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +21 -11
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +1 -1
- package/dist/pages/order-status/index.css +6 -3
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +6 -3
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +13 -7
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +13 -7
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +4 -4
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +1 -1
- package/dist/pages/profile/components/empty-state/empty-state.css +1 -1
- package/dist/pages/profile/email/email.css +1 -1
- package/dist/pages/profile/email/index.css +1 -1
- package/dist/pages/profile/index.css +2 -2
- package/dist/pages/profile/phone/index.css +4 -4
- package/dist/pages/profile/phone/phone.css +4 -4
- package/dist/pages/profile/profile-details.css +2 -2
- package/dist/pages/register/index.css +3 -3
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +3 -3
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/shared-cart/index.js +1 -1
- package/dist/pages/shared-cart/shared-cart.js +1 -1
- package/dist/pages/wishlist/index.css +4 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +4 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -731,8 +731,8 @@ h5,
|
|
|
731
731
|
margin-bottom: 24px;
|
|
732
732
|
background-color: var(--pageBackground, #f8f8f8);
|
|
733
733
|
z-index: 1;
|
|
734
|
-
|
|
735
|
-
|
|
734
|
+
inset-inline-start: 0;
|
|
735
|
+
inset-inline-end: 0;
|
|
736
736
|
position: fixed;
|
|
737
737
|
top: var(--headerHeight);
|
|
738
738
|
}
|
|
@@ -2378,7 +2378,7 @@ h5,
|
|
|
2378
2378
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
2379
2379
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
2380
2380
|
padding: 0;
|
|
2381
|
-
margin-
|
|
2381
|
+
margin-inline-start: 0;
|
|
2382
2382
|
}
|
|
2383
2383
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
2384
2384
|
border-top-color: #ffffff;
|
|
@@ -3809,7 +3809,7 @@ h5,
|
|
|
3809
3809
|
}
|
|
3810
3810
|
.filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
|
|
3811
3811
|
color: var(--textBody, #3c3131);
|
|
3812
|
-
margin-
|
|
3812
|
+
margin-inline-end: 4px;
|
|
3813
3813
|
text-overflow: ellipsis;
|
|
3814
3814
|
overflow: hidden;
|
|
3815
3815
|
}
|
|
@@ -3899,7 +3899,7 @@ h5,
|
|
|
3899
3899
|
padding: 24px 12px;
|
|
3900
3900
|
overflow-x: auto;
|
|
3901
3901
|
scroll-behavior: smooth;
|
|
3902
|
-
scroll-margin-
|
|
3902
|
+
scroll-margin-inline-start: 24px;
|
|
3903
3903
|
}
|
|
3904
3904
|
.filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
|
|
3905
3905
|
justify-content: center;
|
|
@@ -4304,7 +4304,10 @@ h5,
|
|
|
4304
4304
|
}
|
|
4305
4305
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
4306
4306
|
font-size: small;
|
|
4307
|
-
margin:
|
|
4307
|
+
margin-top: 0;
|
|
4308
|
+
margin-inline-end: 0px;
|
|
4309
|
+
margin-bottom: 12px;
|
|
4310
|
+
margin-inline-start: 0px;
|
|
4308
4311
|
display: none;
|
|
4309
4312
|
}
|
|
4310
4313
|
@media only screen and (max-width: 480px) {
|
|
@@ -7730,7 +7733,7 @@ h5,
|
|
|
7730
7733
|
letter-spacing: -0.28px;
|
|
7731
7734
|
}
|
|
7732
7735
|
.filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
|
|
7733
|
-
border-
|
|
7736
|
+
border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
|
|
7734
7737
|
}
|
|
7735
7738
|
.filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
|
|
7736
7739
|
font-weight: 600;
|
|
@@ -12278,6 +12281,9 @@ h5,
|
|
|
12278
12281
|
transform: rotate(45deg);
|
|
12279
12282
|
transform-origin: bottom left;
|
|
12280
12283
|
}
|
|
12284
|
+
[dir="rtl"] .product-variants__variantContainer___J1jRs .product-variants__variantItemColor___Lomkf .product-variants__color___rvpbQ.product-variants__unavailable___RVOsF .product-variants__overlay___XGw5m > span {
|
|
12285
|
+
transform: rotate(-45deg);
|
|
12286
|
+
}
|
|
12281
12287
|
.product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
|
|
12282
12288
|
display: inline-block;
|
|
12283
12289
|
border-radius: 4px;
|