@gofynd/theme-template 3.2.14 → 3.2.15
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 +125 -2
- package/dist/components/address-form/address-form.js +1 -1
- package/dist/components/address-form/form-input-selector.css +18 -2
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.css +18 -2
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/carousel/carousel.css +415 -0
- package/dist/components/carousel/carousel.js +1 -0
- package/dist/components/core/fy-button/fy-button.js +1 -1
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.css +8 -2
- package/dist/components/count-down/count-down.js +1 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.css +1099 -0
- package/dist/components/date-picker/fy-date-picker/fy-date-picker.js +1 -0
- package/dist/components/filter-modal/filter-modal.css +8 -2
- package/dist/components/form-builder/form-builder.css +15 -2
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/google-map/v2/google-map.js +1 -1
- package/dist/components/index.css +125 -2
- package/dist/components/index.js +1 -1
- package/dist/components/loader/loader.js +1 -1
- package/dist/components/location-modal/location-modal.css +8 -2
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +125 -11
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/range-slider/range-slider.css +8 -2
- package/dist/components/shipment-item/shipment-item.css +50 -3
- package/dist/components/shipment-item/shipment-item.js +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +3 -0
- package/dist/components/shipment-tracking/shipment-tracking.js +1 -1
- package/dist/components/verify-mobile/verify-mobile.css +523 -0
- package/dist/components/verify-mobile/verify-mobile.js +1 -0
- package/dist/index.css +1089 -399
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.js +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -0
- package/dist/page-layouts/auth/mobile-number/mobile-number.js +1 -1
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -2
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart/share-cart.js +1 -1
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.js +1 -1
- package/dist/page-layouts/compare/compare.css +423 -2
- package/dist/page-layouts/compare/compare.js +1 -2
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -0
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -0
- package/dist/page-layouts/login/component/login-password/login-password.js +1 -1
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +423 -2
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +8 -2
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +8 -2
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +8 -2
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +415 -0
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -2
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +415 -0
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -2
- package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.js +1 -1
- package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +18 -2
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +4 -2
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +15 -3
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.css +166 -136
- package/dist/pages/blog/blog.js +1 -2
- package/dist/pages/blog/index.css +166 -136
- package/dist/pages/blog/index.js +1 -2
- package/dist/pages/cart/cart.css +18 -2
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +18 -2
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +37 -7
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -7
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +8 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +8 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +7 -0
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +7 -0
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +929 -0
- package/dist/pages/forgot-password/forget-password.js +1 -1
- package/dist/pages/forgot-password/index.css +929 -0
- package/dist/pages/forgot-password/index.js +1 -1
- package/dist/pages/index.css +982 -399
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +7 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +7 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +8 -2
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +186 -16
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +8 -2
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +423 -2
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +423 -2
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +8 -2
- package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +15 -2
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
- package/dist/pages/profile/components/confirm-modal/confirm-modal.js +1 -1
- package/dist/pages/profile/components/empty-state/empty-state.js +1 -1
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.css +5334 -0
- package/dist/pages/profile/components/reattempt-shipment-modal/reattempt-shipment-modal.js +1 -0
- package/dist/pages/profile/email/email.css +8 -2
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.css +8 -2
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.css +8 -2
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.css +15 -2
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.css +15 -2
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.css +8 -2
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/register/index.css +7 -0
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +7 -0
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/wishlist/index.css +423 -2
- package/dist/pages/wishlist/index.js +1 -2
- package/dist/pages/wishlist/wishlist.css +423 -2
- package/dist/pages/wishlist/wishlist.js +1 -2
- package/package.json +9 -4
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js.LICENSE.txt +0 -5
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js.LICENSE.txt +0 -5
- package/dist/pages/blog/blog.js.LICENSE.txt +0 -5
- package/dist/pages/blog/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/index.js.LICENSE.txt +0 -5
- package/dist/pages/wishlist/wishlist.js.LICENSE.txt +0 -5
|
@@ -812,6 +812,7 @@ h5,
|
|
|
812
812
|
box-sizing: border-box;
|
|
813
813
|
width: 100%;
|
|
814
814
|
background-color: transparent;
|
|
815
|
+
font-weight: 500;
|
|
815
816
|
}
|
|
816
817
|
@media only screen and (max-width: 480px) {
|
|
817
818
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -831,7 +832,9 @@ h5,
|
|
|
831
832
|
outline: none;
|
|
832
833
|
}
|
|
833
834
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
834
|
-
color: var(--textSecondary);
|
|
835
|
+
color: var(--textSecondary, #9c9c9c);
|
|
836
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
837
|
+
font-weight: 400;
|
|
835
838
|
}
|
|
836
839
|
.fy-input__fyInput___S4Mtu:focus {
|
|
837
840
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -852,8 +855,11 @@ h5,
|
|
|
852
855
|
height: 48px;
|
|
853
856
|
}
|
|
854
857
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
855
|
-
border: 1px solid #
|
|
858
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
856
859
|
cursor: not-allowed;
|
|
860
|
+
pointer-events: auto;
|
|
861
|
+
}
|
|
862
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
857
863
|
pointer-events: none;
|
|
858
864
|
}
|
|
859
865
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|
|
@@ -351,6 +351,9 @@ h5,
|
|
|
351
351
|
display: flex;
|
|
352
352
|
gap: 16px;
|
|
353
353
|
}
|
|
354
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G {
|
|
355
|
+
flex: 1;
|
|
356
|
+
}
|
|
354
357
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__regularxxs___nZRqX {
|
|
355
358
|
font-weight: 400;
|
|
356
359
|
font-size: 13px;
|
|
@@ -420,7 +423,7 @@ h5,
|
|
|
420
423
|
}
|
|
421
424
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__margin___aoRFj {
|
|
422
425
|
color: var(--errorText, #ff3333);
|
|
423
|
-
margin-
|
|
426
|
+
margin-left: 10px;
|
|
424
427
|
}
|
|
425
428
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu {
|
|
426
429
|
display: flex;
|
|
@@ -428,10 +431,10 @@ h5,
|
|
|
428
431
|
}
|
|
429
432
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu .shipment-item__amt___LG95E {
|
|
430
433
|
color: #41434c;
|
|
431
|
-
margin-
|
|
434
|
+
margin-right: 10px;
|
|
432
435
|
}
|
|
433
436
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu .shipment-item__delivery-at___ZUUCz {
|
|
434
|
-
margin-
|
|
437
|
+
margin-left: 5px;
|
|
435
438
|
}
|
|
436
439
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__effectivePrice___Kqia8 {
|
|
437
440
|
color: var(--textHeading, #26201a);
|
|
@@ -439,6 +442,50 @@ h5,
|
|
|
439
442
|
font-weight: 600;
|
|
440
443
|
line-height: 140%;
|
|
441
444
|
}
|
|
445
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT {
|
|
446
|
+
width: 163px;
|
|
447
|
+
padding-top: 16px;
|
|
448
|
+
}
|
|
449
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT button {
|
|
450
|
+
width: 100%;
|
|
451
|
+
padding: 8px 12px;
|
|
452
|
+
background: #3d555f;
|
|
453
|
+
border-radius: 8px;
|
|
454
|
+
font-size: 12px;
|
|
455
|
+
font-weight: 700;
|
|
456
|
+
color: #fff;
|
|
457
|
+
}
|
|
458
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT .shipment-item__scheduleIconContainer___pf6wq {
|
|
459
|
+
display: flex;
|
|
460
|
+
flex-direction: row;
|
|
461
|
+
justify-content: center;
|
|
462
|
+
align-items: center;
|
|
463
|
+
gap: 4px;
|
|
464
|
+
color: var(--textHeading, #26201a);
|
|
465
|
+
font-size: 14px;
|
|
466
|
+
font-weight: 500;
|
|
467
|
+
}
|
|
468
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT .shipment-item__scheduleIconContainer___pf6wq .shipment-item__scheduleIcon___SP0H9 {
|
|
469
|
+
display: flex;
|
|
470
|
+
justify-content: center;
|
|
471
|
+
align-items: center;
|
|
472
|
+
}
|
|
473
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__requestReattempt___iY8FT .shipment-item__scheduleIconContainer___pf6wq .shipment-item__scheduleIconText___bDG9R {
|
|
474
|
+
min-width: 100%;
|
|
475
|
+
}
|
|
476
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__deliveryReattemptRequested___gtd_c {
|
|
477
|
+
min-width: 100%;
|
|
478
|
+
}
|
|
479
|
+
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__status___erGur {
|
|
480
|
+
border-radius: 4px;
|
|
481
|
+
background: var(--successBackground, #c2dbc9);
|
|
482
|
+
padding: 4px;
|
|
483
|
+
color: var(--successText, #1c958f);
|
|
484
|
+
font-size: 12px;
|
|
485
|
+
font-weight: 500;
|
|
486
|
+
line-height: 140%;
|
|
487
|
+
width: fit-content;
|
|
488
|
+
}
|
|
442
489
|
.shipment-item__regularRadio___OLxqz g > circle {
|
|
443
490
|
stroke: var(--textHeading, #26201a);
|
|
444
491
|
}
|