@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.
- package/dist/components/accordion/accordion.css +25 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.css +26 -20
- package/dist/components/address-form/form-input-selector.css +16 -16
- 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 +6 -6
- package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
- package/dist/components/filter-modal/filter-modal.css +12 -9
- package/dist/components/forced-ltr/forced-ltr.js +1 -0
- package/dist/components/form-builder/form-builder.css +22 -22
- package/dist/components/google-map/google-map.css +7 -1
- package/dist/components/index.css +52 -43
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.css +10 -10
- 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 +26 -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 +6 -6
- 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 +9 -6
- package/dist/components/reasons-list/reason-item/reason-item.css +3 -3
- package/dist/components/reasons-list/reasons-list.css +3 -3
- package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
- package/dist/components/shipment-item/shipment-item.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 +10 -6
- package/dist/helper/hooks/useLocaleDirection.js +1 -0
- package/dist/index.css +210 -143
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +6 -6
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -7
- package/dist/page-layouts/auth/verify-both/verify-both.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 +36 -8
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -5
- package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +31 -25
- 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.css +2 -2
- 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 +14 -12
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.css +11 -11
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +10 -10
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +20 -17
- 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 +13 -13
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +11 -8
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +11 -8
- 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 +4 -4
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +30 -24
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +38 -20
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +38 -20
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +42 -24
- 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 +87 -47
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +87 -47
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +92 -62
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +92 -62
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +11 -11
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +11 -11
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +19 -19
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +19 -19
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +6 -6
- package/dist/pages/forgot-password/index.css +6 -6
- package/dist/pages/index.css +208 -141
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +14 -14
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +14 -14
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +10 -10
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +46 -21
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +10 -10
- package/dist/pages/order-status/index.css +11 -8
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +11 -8
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +30 -24
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +30 -24
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +10 -10
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +18 -18
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +6 -6
- package/dist/pages/profile/components/empty-state/empty-state.css +6 -6
- package/dist/pages/profile/email/email.css +10 -10
- package/dist/pages/profile/email/index.css +10 -10
- package/dist/pages/profile/index.css +12 -12
- package/dist/pages/profile/phone/index.css +18 -18
- package/dist/pages/profile/phone/phone.css +18 -18
- package/dist/pages/profile/profile-details.css +12 -12
- package/dist/pages/register/index.css +18 -18
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +18 -18
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/set-password/index.css +5 -5
- package/dist/pages/set-password/set-password.css +5 -5
- 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 +20 -17
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +20 -17
- 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;
|
|
@@ -2391,7 +2391,7 @@ h5,
|
|
|
2391
2391
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
2392
2392
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
2393
2393
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
2394
|
-
border-top: 2px solid var(--errorText, #
|
|
2394
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
2395
2395
|
}
|
|
2396
2396
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
2397
2397
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -2400,7 +2400,7 @@ h5,
|
|
|
2400
2400
|
}
|
|
2401
2401
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
2402
2402
|
border: 2px solid #ffffff;
|
|
2403
|
-
border-top: 2px solid var(--errorText, #
|
|
2403
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
2404
2404
|
}
|
|
2405
2405
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
2406
2406
|
border: 2px solid #ffffff;
|
|
@@ -2429,7 +2429,7 @@ h5,
|
|
|
2429
2429
|
color: var(--buttonPrimary, #4e3f09);
|
|
2430
2430
|
}
|
|
2431
2431
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
2432
|
-
color: var(--errorText, #
|
|
2432
|
+
color: var(--errorText, #ff3333);
|
|
2433
2433
|
}
|
|
2434
2434
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
2435
2435
|
color: var(--successText, #1c958f);
|
|
@@ -2452,7 +2452,7 @@ h5,
|
|
|
2452
2452
|
}
|
|
2453
2453
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
2454
2454
|
background-color: var(--errorBackground, #e6d5d5);
|
|
2455
|
-
color: var(--errorText, #
|
|
2455
|
+
color: var(--errorText, #ff3333);
|
|
2456
2456
|
}
|
|
2457
2457
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
2458
2458
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -2480,7 +2480,7 @@ h5,
|
|
|
2480
2480
|
}
|
|
2481
2481
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
2482
2482
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
2483
|
-
color: var(--errorText, #
|
|
2483
|
+
color: var(--errorText, #ff3333);
|
|
2484
2484
|
}
|
|
2485
2485
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
2486
2486
|
border: 1px solid var(--successBackground, #c2dbc9);
|
|
@@ -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) {
|
|
@@ -4353,7 +4356,7 @@ h5,
|
|
|
4353
4356
|
font-size: 10px;
|
|
4354
4357
|
font-weight: 500;
|
|
4355
4358
|
margin-top: 4px;
|
|
4356
|
-
color: var(--errorText, #
|
|
4359
|
+
color: var(--errorText, #ff3333);
|
|
4357
4360
|
}
|
|
4358
4361
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
|
|
4359
4362
|
height: 4px;
|
|
@@ -4713,7 +4716,7 @@ h5,
|
|
|
4713
4716
|
position: relative;
|
|
4714
4717
|
}
|
|
4715
4718
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
4716
|
-
color: var(--errorText, #
|
|
4719
|
+
color: var(--errorText, #ff3333);
|
|
4717
4720
|
padding-top: 5px;
|
|
4718
4721
|
font-weight: 400;
|
|
4719
4722
|
font-size: 12px;
|
|
@@ -4724,10 +4727,10 @@ h5,
|
|
|
4724
4727
|
line-height: 21px;
|
|
4725
4728
|
}
|
|
4726
4729
|
.fy-input__label___YQgmr span {
|
|
4727
|
-
color: var(--errorText, #
|
|
4730
|
+
color: var(--errorText, #ff3333);
|
|
4728
4731
|
}
|
|
4729
4732
|
.fy-input__required___MaAlL {
|
|
4730
|
-
color: var(--errorText, #
|
|
4733
|
+
color: var(--errorText, #ff3333);
|
|
4731
4734
|
}
|
|
4732
4735
|
.fy-input__floating___jgtoq {
|
|
4733
4736
|
position: absolute;
|
|
@@ -4774,7 +4777,7 @@ h5,
|
|
|
4774
4777
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
4775
4778
|
}
|
|
4776
4779
|
.fy-input__inputError___KsMkv {
|
|
4777
|
-
border-color: var(--errorText, #
|
|
4780
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
4778
4781
|
}
|
|
4779
4782
|
.fy-input__no-border____9qYF {
|
|
4780
4783
|
border: none;
|
|
@@ -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;
|
|
@@ -9147,7 +9150,7 @@ h5,
|
|
|
9147
9150
|
}
|
|
9148
9151
|
.add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__sizeError___Mmjjq {
|
|
9149
9152
|
margin-top: 8px;
|
|
9150
|
-
color: var(--errorText, #
|
|
9153
|
+
color: var(--errorText, #ff3333);
|
|
9151
9154
|
font-size: 12px;
|
|
9152
9155
|
font-style: normal;
|
|
9153
9156
|
font-weight: 400;
|
|
@@ -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;
|
|
@@ -12726,7 +12732,7 @@ h5,
|
|
|
12726
12732
|
margin-inline-start: 4px;
|
|
12727
12733
|
}
|
|
12728
12734
|
.delivery-info__error___fwjK5 {
|
|
12729
|
-
color: var(--errorText, #
|
|
12735
|
+
color: var(--errorText, #ff3333);
|
|
12730
12736
|
}
|
|
12731
12737
|
.delivery-info__button___RWUmQ {
|
|
12732
12738
|
border: none;
|
|
@@ -12771,11 +12777,11 @@ h5,
|
|
|
12771
12777
|
color: var(--textHeading, #26201a);
|
|
12772
12778
|
}
|
|
12773
12779
|
.delivery-info__error___fwjK5 {
|
|
12774
|
-
color: var(--errorText, #
|
|
12780
|
+
color: var(--errorText, #ff3333);
|
|
12775
12781
|
}
|
|
12776
12782
|
.delivery-info__emptyPincode___SpvOg {
|
|
12777
12783
|
margin-top: 8px;
|
|
12778
|
-
color: var(--errorText, #
|
|
12784
|
+
color: var(--errorText, #ff3333);
|
|
12779
12785
|
font-size: 12px;
|
|
12780
12786
|
font-weight: 400;
|
|
12781
12787
|
line-height: normal;
|
|
@@ -13528,13 +13534,13 @@ h5,
|
|
|
13528
13534
|
position: relative;
|
|
13529
13535
|
}
|
|
13530
13536
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
|
|
13531
|
-
color: var(--errorText, #
|
|
13537
|
+
color: var(--errorText, #ff3333);
|
|
13532
13538
|
font-weight: 400;
|
|
13533
13539
|
font-size: 12px;
|
|
13534
13540
|
padding-top: 5px;
|
|
13535
13541
|
}
|
|
13536
13542
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
|
|
13537
|
-
color: var(--errorText, #
|
|
13543
|
+
color: var(--errorText, #ff3333);
|
|
13538
13544
|
}
|
|
13539
13545
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
|
|
13540
13546
|
box-sizing: border-box;
|
|
@@ -13552,7 +13558,7 @@ h5,
|
|
|
13552
13558
|
cursor: not-allowed;
|
|
13553
13559
|
}
|
|
13554
13560
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
|
|
13555
|
-
border-color: var(--errorText, #
|
|
13561
|
+
border-color: var(--errorText, #ff3333);
|
|
13556
13562
|
}
|
|
13557
13563
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
|
|
13558
13564
|
border-radius: 3px;
|