@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.
- 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 +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 +95 -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 +6 -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 +34 -19
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +34 -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 +93 -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 +11 -11
- 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
|
@@ -846,7 +846,7 @@ h5,
|
|
|
846
846
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
847
847
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
848
848
|
padding: 0;
|
|
849
|
-
margin-
|
|
849
|
+
margin-inline-start: 0;
|
|
850
850
|
}
|
|
851
851
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
852
852
|
border-top-color: #ffffff;
|
|
@@ -382,7 +382,7 @@ h5,
|
|
|
382
382
|
}
|
|
383
383
|
.filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
|
|
384
384
|
color: var(--textBody, #3c3131);
|
|
385
|
-
margin-
|
|
385
|
+
margin-inline-end: 4px;
|
|
386
386
|
text-overflow: ellipsis;
|
|
387
387
|
overflow: hidden;
|
|
388
388
|
}
|
|
@@ -472,7 +472,7 @@ h5,
|
|
|
472
472
|
padding: 24px 12px;
|
|
473
473
|
overflow-x: auto;
|
|
474
474
|
scroll-behavior: smooth;
|
|
475
|
-
scroll-margin-
|
|
475
|
+
scroll-margin-inline-start: 24px;
|
|
476
476
|
}
|
|
477
477
|
.filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
|
|
478
478
|
justify-content: center;
|
|
@@ -877,7 +877,10 @@ h5,
|
|
|
877
877
|
}
|
|
878
878
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
879
879
|
font-size: small;
|
|
880
|
-
margin:
|
|
880
|
+
margin-top: 0;
|
|
881
|
+
margin-inline-end: 0px;
|
|
882
|
+
margin-bottom: 12px;
|
|
883
|
+
margin-inline-start: 0px;
|
|
881
884
|
display: none;
|
|
882
885
|
}
|
|
883
886
|
@media only screen and (max-width: 480px) {
|
|
@@ -382,7 +382,7 @@ h5,
|
|
|
382
382
|
}
|
|
383
383
|
.filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
|
|
384
384
|
color: var(--textBody, #3c3131);
|
|
385
|
-
margin-
|
|
385
|
+
margin-inline-end: 4px;
|
|
386
386
|
text-overflow: ellipsis;
|
|
387
387
|
overflow: hidden;
|
|
388
388
|
}
|
|
@@ -472,7 +472,7 @@ h5,
|
|
|
472
472
|
padding: 24px 12px;
|
|
473
473
|
overflow-x: auto;
|
|
474
474
|
scroll-behavior: smooth;
|
|
475
|
-
scroll-margin-
|
|
475
|
+
scroll-margin-inline-start: 24px;
|
|
476
476
|
}
|
|
477
477
|
.filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
|
|
478
478
|
justify-content: center;
|
|
@@ -877,7 +877,10 @@ h5,
|
|
|
877
877
|
}
|
|
878
878
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
879
879
|
font-size: small;
|
|
880
|
-
margin:
|
|
880
|
+
margin-top: 0;
|
|
881
|
+
margin-inline-end: 0px;
|
|
882
|
+
margin-bottom: 12px;
|
|
883
|
+
margin-inline-start: 0px;
|
|
881
884
|
display: none;
|
|
882
885
|
}
|
|
883
886
|
@media only screen and (max-width: 480px) {
|