@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
|
@@ -452,7 +452,7 @@ h5,
|
|
|
452
452
|
@media only screen and (max-width: 768px) {
|
|
453
453
|
.contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
|
|
454
454
|
font-size: 14px;
|
|
455
|
-
text-align:
|
|
455
|
+
text-align: start;
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
@media only screen and (max-width: 768px) {
|
|
@@ -881,7 +881,7 @@ h5,
|
|
|
881
881
|
position: relative;
|
|
882
882
|
}
|
|
883
883
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
884
|
-
color: var(--errorText, #
|
|
884
|
+
color: var(--errorText, #ff3333);
|
|
885
885
|
padding-top: 5px;
|
|
886
886
|
font-weight: 400;
|
|
887
887
|
font-size: 12px;
|
|
@@ -892,10 +892,10 @@ h5,
|
|
|
892
892
|
line-height: 21px;
|
|
893
893
|
}
|
|
894
894
|
.fy-input__label___YQgmr span {
|
|
895
|
-
color: var(--errorText, #
|
|
895
|
+
color: var(--errorText, #ff3333);
|
|
896
896
|
}
|
|
897
897
|
.fy-input__required___MaAlL {
|
|
898
|
-
color: var(--errorText, #
|
|
898
|
+
color: var(--errorText, #ff3333);
|
|
899
899
|
}
|
|
900
900
|
.fy-input__floating___jgtoq {
|
|
901
901
|
position: absolute;
|
|
@@ -942,7 +942,7 @@ h5,
|
|
|
942
942
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
943
943
|
}
|
|
944
944
|
.fy-input__inputError___KsMkv {
|
|
945
|
-
border-color: var(--errorText, #
|
|
945
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
946
946
|
}
|
|
947
947
|
.fy-input__no-border____9qYF {
|
|
948
948
|
border: none;
|
|
@@ -1375,7 +1375,7 @@ h5,
|
|
|
1375
1375
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
1376
1376
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
1377
1377
|
padding: 0;
|
|
1378
|
-
margin-
|
|
1378
|
+
margin-inline-start: 0;
|
|
1379
1379
|
}
|
|
1380
1380
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
1381
1381
|
border-top-color: #ffffff;
|
|
@@ -1388,7 +1388,7 @@ h5,
|
|
|
1388
1388
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
|
|
1389
1389
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1390
1390
|
border: 2px solid var(--errorBackground, #e6d5d5);
|
|
1391
|
-
border-top: 2px solid var(--errorText, #
|
|
1391
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1392
1392
|
}
|
|
1393
1393
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
|
|
1394
1394
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
@@ -1397,7 +1397,7 @@ h5,
|
|
|
1397
1397
|
}
|
|
1398
1398
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
|
|
1399
1399
|
border: 2px solid #ffffff;
|
|
1400
|
-
border-top: 2px solid var(--errorText, #
|
|
1400
|
+
border-top: 2px solid var(--errorText, #ff3333);
|
|
1401
1401
|
}
|
|
1402
1402
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
|
|
1403
1403
|
border: 2px solid #ffffff;
|
|
@@ -1426,7 +1426,7 @@ h5,
|
|
|
1426
1426
|
color: var(--buttonPrimary, #4e3f09);
|
|
1427
1427
|
}
|
|
1428
1428
|
.fy-button__text___HwP6V.fy-button__error___guhqH {
|
|
1429
|
-
color: var(--errorText, #
|
|
1429
|
+
color: var(--errorText, #ff3333);
|
|
1430
1430
|
}
|
|
1431
1431
|
.fy-button__text___HwP6V.fy-button__success___M7fJl {
|
|
1432
1432
|
color: var(--successText, #1c958f);
|
|
@@ -1449,7 +1449,7 @@ h5,
|
|
|
1449
1449
|
}
|
|
1450
1450
|
.fy-button__contained___F5O7g.fy-button__error___guhqH {
|
|
1451
1451
|
background-color: var(--errorBackground, #e6d5d5);
|
|
1452
|
-
color: var(--errorText, #
|
|
1452
|
+
color: var(--errorText, #ff3333);
|
|
1453
1453
|
}
|
|
1454
1454
|
.fy-button__contained___F5O7g.fy-button__success___M7fJl {
|
|
1455
1455
|
background-color: var(--successBackground, #c2dbc9);
|
|
@@ -1477,7 +1477,7 @@ h5,
|
|
|
1477
1477
|
}
|
|
1478
1478
|
.fy-button__outlined___WccQN.fy-button__error___guhqH {
|
|
1479
1479
|
border: 1px solid var(--errorBackground, #e6d5d5);
|
|
1480
|
-
color: var(--errorText, #
|
|
1480
|
+
color: var(--errorText, #ff3333);
|
|
1481
1481
|
}
|
|
1482
1482
|
.fy-button__outlined___WccQN.fy-button__success___M7fJl {
|
|
1483
1483
|
border: 1px solid var(--successBackground, #c2dbc9);
|