@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
|
@@ -393,8 +393,8 @@ h5,
|
|
|
393
393
|
@media only screen and (max-width: 768px) {
|
|
394
394
|
.delivery-location__pincodeModal___KAYH1 {
|
|
395
395
|
width: unset;
|
|
396
|
-
border-
|
|
397
|
-
border-
|
|
396
|
+
border-start-start-radius: 4px !important;
|
|
397
|
+
border-start-end-radius: 4px !important;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
.delivery-location__pincodeModal___KAYH1 .delivery-location__modalHeader____OOl3 {
|
|
@@ -428,7 +428,7 @@ h5,
|
|
|
428
428
|
}
|
|
429
429
|
.delivery-location__pincodeModal___KAYH1 .delivery-location__modalBody___RfoHR .delivery-location__modalPincodeContainer___G5DG2 .delivery-location__errorText___KQJXL {
|
|
430
430
|
flex-basis: 100%;
|
|
431
|
-
color: var(--errorText, #
|
|
431
|
+
color: var(--errorText, #ff3333);
|
|
432
432
|
line-height: 140%;
|
|
433
433
|
font-size: 12px;
|
|
434
434
|
font-weight: 400;
|
|
@@ -522,7 +522,7 @@ h5,
|
|
|
522
522
|
background-color: var(--pageBackground, #f8f8f8);
|
|
523
523
|
}
|
|
524
524
|
.delivery-location__addressModal___w8rJu .delivery-location__modalBody___RfoHR .delivery-location__pincodeBox___cp1ra .delivery-location__errorText___KQJXL {
|
|
525
|
-
color: var(--errorText, #
|
|
525
|
+
color: var(--errorText, #ff3333);
|
|
526
526
|
line-height: 140%;
|
|
527
527
|
font-size: 12px;
|
|
528
528
|
font-weight: 400;
|
|
@@ -695,7 +695,7 @@ h5,
|
|
|
695
695
|
}
|
|
696
696
|
.delivery-location__addrErrText___Vs74R {
|
|
697
697
|
margin-inline-start: 25px;
|
|
698
|
-
color: var(--errorText, #
|
|
698
|
+
color: var(--errorText, #ff3333);
|
|
699
699
|
font-weight: 400;
|
|
700
700
|
font-size: 12px;
|
|
701
701
|
margin-top: 8px;
|
|
@@ -2007,7 +2007,7 @@ h5,
|
|
|
2007
2007
|
justify-content: space-between;
|
|
2008
2008
|
}
|
|
2009
2009
|
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
|
|
2010
|
-
color: var(--errorText, #
|
|
2010
|
+
color: var(--errorText, #ff3333);
|
|
2011
2011
|
}
|
|
2012
2012
|
.address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
|
|
2013
2013
|
margin-inline-end: 8px;
|
|
@@ -2018,7 +2018,7 @@ h5,
|
|
|
2018
2018
|
}
|
|
2019
2019
|
}
|
|
2020
2020
|
.address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
|
|
2021
|
-
color: var(--errorText, #
|
|
2021
|
+
color: var(--errorText, #ff3333);
|
|
2022
2022
|
width: max-content;
|
|
2023
2023
|
font-size: 12px;
|
|
2024
2024
|
font-weight: 400;
|
|
@@ -2050,7 +2050,7 @@ h5,
|
|
|
2050
2050
|
padding: 8px;
|
|
2051
2051
|
white-space: nowrap;
|
|
2052
2052
|
border-radius: 6px;
|
|
2053
|
-
margin-
|
|
2053
|
+
margin-inline-end: 16px;
|
|
2054
2054
|
border: 1px solid var(--dividerStokes);
|
|
2055
2055
|
color: var(--textHeading, #26201a);
|
|
2056
2056
|
}
|
|
@@ -2242,7 +2242,7 @@ h5,
|
|
|
2242
2242
|
position: absolute;
|
|
2243
2243
|
z-index: 1;
|
|
2244
2244
|
top: 16px;
|
|
2245
|
-
|
|
2245
|
+
inset-inline-start: 50%;
|
|
2246
2246
|
transform: translateX(-50%);
|
|
2247
2247
|
border: 1px solid var(--dividerStokes);
|
|
2248
2248
|
border-radius: 8px;
|
|
@@ -2321,10 +2321,16 @@ h5,
|
|
|
2321
2321
|
background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
|
|
2322
2322
|
animation: google-map__loading___w2nsO 0.8s infinite;
|
|
2323
2323
|
}
|
|
2324
|
+
[dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
|
|
2325
|
+
transform: translateX(100%);
|
|
2326
|
+
}
|
|
2324
2327
|
@keyframes google-map__loading___w2nsO {
|
|
2325
2328
|
100% {
|
|
2326
2329
|
transform: translateX(100%);
|
|
2327
2330
|
}
|
|
2331
|
+
[dir="rtl"] 100% {
|
|
2332
|
+
transform: translateX(-100%);
|
|
2333
|
+
}
|
|
2328
2334
|
}
|
|
2329
2335
|
|
|
2330
2336
|
/**color by character**/
|
|
@@ -2669,7 +2675,7 @@ h5,
|
|
|
2669
2675
|
position: relative;
|
|
2670
2676
|
}
|
|
2671
2677
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
2672
|
-
color: var(--errorText, #
|
|
2678
|
+
color: var(--errorText, #ff3333);
|
|
2673
2679
|
padding-top: 5px;
|
|
2674
2680
|
font-weight: 400;
|
|
2675
2681
|
font-size: 12px;
|
|
@@ -2680,10 +2686,10 @@ h5,
|
|
|
2680
2686
|
line-height: 21px;
|
|
2681
2687
|
}
|
|
2682
2688
|
.fy-input__label___YQgmr span {
|
|
2683
|
-
color: var(--errorText, #
|
|
2689
|
+
color: var(--errorText, #ff3333);
|
|
2684
2690
|
}
|
|
2685
2691
|
.fy-input__required___MaAlL {
|
|
2686
|
-
color: var(--errorText, #
|
|
2692
|
+
color: var(--errorText, #ff3333);
|
|
2687
2693
|
}
|
|
2688
2694
|
.fy-input__floating___jgtoq {
|
|
2689
2695
|
position: absolute;
|
|
@@ -2730,7 +2736,7 @@ h5,
|
|
|
2730
2736
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
2731
2737
|
}
|
|
2732
2738
|
.fy-input__inputError___KsMkv {
|
|
2733
|
-
border-color: var(--errorText, #
|
|
2739
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
2734
2740
|
}
|
|
2735
2741
|
.fy-input__no-border____9qYF {
|
|
2736
2742
|
border: none;
|
|
@@ -3133,7 +3139,7 @@ h5,
|
|
|
3133
3139
|
position: relative;
|
|
3134
3140
|
}
|
|
3135
3141
|
.fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
|
|
3136
|
-
color: var(--errorText, #
|
|
3142
|
+
color: var(--errorText, #ff3333);
|
|
3137
3143
|
font-weight: 400;
|
|
3138
3144
|
font-size: 12px;
|
|
3139
3145
|
padding-top: 5px;
|
|
@@ -3144,7 +3150,7 @@ h5,
|
|
|
3144
3150
|
line-height: 21px;
|
|
3145
3151
|
}
|
|
3146
3152
|
.fy-input-group__required___A8_zF {
|
|
3147
|
-
color: var(--errorText, #
|
|
3153
|
+
color: var(--errorText, #ff3333);
|
|
3148
3154
|
}
|
|
3149
3155
|
.fy-input-group__fyInput___ufjFf {
|
|
3150
3156
|
accent-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -3511,13 +3517,13 @@ h5,
|
|
|
3511
3517
|
position: relative;
|
|
3512
3518
|
}
|
|
3513
3519
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
|
|
3514
|
-
color: var(--errorText, #
|
|
3520
|
+
color: var(--errorText, #ff3333);
|
|
3515
3521
|
font-weight: 400;
|
|
3516
3522
|
font-size: 12px;
|
|
3517
3523
|
padding-top: 5px;
|
|
3518
3524
|
}
|
|
3519
3525
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
|
|
3520
|
-
color: var(--errorText, #
|
|
3526
|
+
color: var(--errorText, #ff3333);
|
|
3521
3527
|
}
|
|
3522
3528
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
|
|
3523
3529
|
box-sizing: border-box;
|
|
@@ -3535,7 +3541,7 @@ h5,
|
|
|
3535
3541
|
cursor: not-allowed;
|
|
3536
3542
|
}
|
|
3537
3543
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
|
|
3538
|
-
border-color: var(--errorText, #
|
|
3544
|
+
border-color: var(--errorText, #ff3333);
|
|
3539
3545
|
}
|
|
3540
3546
|
.fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
|
|
3541
3547
|
border-radius: 3px;
|
|
@@ -3950,7 +3956,7 @@ h5,
|
|
|
3950
3956
|
flex-direction: column;
|
|
3951
3957
|
}
|
|
3952
3958
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
3953
|
-
color: var(--errorText, #
|
|
3959
|
+
color: var(--errorText, #ff3333);
|
|
3954
3960
|
font-size: 12px;
|
|
3955
3961
|
font-style: normal;
|
|
3956
3962
|
font-weight: 400;
|
|
@@ -3958,28 +3964,28 @@ h5,
|
|
|
3958
3964
|
margin-top: 5px;
|
|
3959
3965
|
}
|
|
3960
3966
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
3961
|
-
color: var(--errorText, #
|
|
3967
|
+
color: var(--errorText, #ff3333);
|
|
3962
3968
|
font-size: 12px;
|
|
3963
3969
|
font-style: normal;
|
|
3964
3970
|
font-weight: 400;
|
|
3965
3971
|
line-height: 16.8px;
|
|
3966
3972
|
}
|
|
3967
3973
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
3968
|
-
border: 1px solid var(--errorText, #
|
|
3974
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
3969
3975
|
}
|
|
3970
3976
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
3971
3977
|
height: auto;
|
|
3972
3978
|
}
|
|
3973
3979
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
|
|
3974
3980
|
border-inline: none;
|
|
3975
|
-
padding-
|
|
3981
|
+
padding-inline-end: 4px;
|
|
3976
3982
|
}
|
|
3977
3983
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
|
|
3978
3984
|
width: 100%;
|
|
3979
3985
|
font-weight: 400;
|
|
3980
3986
|
display: flex;
|
|
3981
|
-
border-
|
|
3982
|
-
padding-
|
|
3987
|
+
border-inline-start: none;
|
|
3988
|
+
padding-inline-start: 4px;
|
|
3983
3989
|
}
|
|
3984
3990
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
|
|
3985
3991
|
outline: none;
|
|
@@ -3989,7 +3995,7 @@ h5,
|
|
|
3989
3995
|
opacity: 0.3;
|
|
3990
3996
|
}
|
|
3991
3997
|
.mobile-number__required___yHCeh {
|
|
3992
|
-
color: var(--errorText, #
|
|
3998
|
+
color: var(--errorText, #ff3333);
|
|
3993
3999
|
}
|
|
3994
4000
|
.mobile-number__countryDropdown___GP6Fo {
|
|
3995
4001
|
background-color: aquamarine;
|