@gofynd/theme-template 3.2.13 → 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 -400
- 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/card-form.css +0 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +0 -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 -3
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +0 -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 -8
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +37 -8
- 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 -400
- 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
|
@@ -340,13 +340,17 @@ h5,
|
|
|
340
340
|
border: 1px solid var(--dividerStokes);
|
|
341
341
|
border-radius: 8px;
|
|
342
342
|
opacity: 0.5;
|
|
343
|
-
margin-top: 20px;
|
|
344
343
|
}
|
|
345
344
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
346
345
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
347
346
|
padding: 16px;
|
|
348
347
|
}
|
|
349
348
|
}
|
|
349
|
+
@media only screen and (max-width: 768px) {
|
|
350
|
+
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
351
|
+
margin-top: 20px;
|
|
352
|
+
}
|
|
353
|
+
}
|
|
350
354
|
@media only screen and (max-width: 480px) {
|
|
351
355
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
352
356
|
display: none;
|
|
@@ -366,12 +370,16 @@ h5,
|
|
|
366
370
|
}
|
|
367
371
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
368
372
|
padding: 24px;
|
|
369
|
-
margin-top: 20px;
|
|
370
373
|
display: flex;
|
|
371
374
|
justify-content: space-between;
|
|
372
375
|
border: 1px solid var(--dividerStokes);
|
|
373
376
|
border-radius: 8px;
|
|
374
377
|
}
|
|
378
|
+
@media only screen and (max-width: 768px) {
|
|
379
|
+
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
380
|
+
margin-top: 20px;
|
|
381
|
+
}
|
|
382
|
+
}
|
|
375
383
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
376
384
|
.single-page-shipment__addressSelectedHeaderContainer___SVaIw {
|
|
377
385
|
padding: 16px;
|
|
@@ -421,7 +429,6 @@ h5,
|
|
|
421
429
|
display: flex;
|
|
422
430
|
justify-content: space-between;
|
|
423
431
|
border: 1px solid var(--dividerStokes);
|
|
424
|
-
margin-top: 20px;
|
|
425
432
|
}
|
|
426
433
|
@media only screen and (min-width: 769px) {
|
|
427
434
|
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
@@ -433,6 +440,11 @@ h5,
|
|
|
433
440
|
padding: 16px;
|
|
434
441
|
}
|
|
435
442
|
}
|
|
443
|
+
@media only screen and (max-width: 768px) {
|
|
444
|
+
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
445
|
+
margin-top: 20px;
|
|
446
|
+
}
|
|
447
|
+
}
|
|
436
448
|
@media only screen and (max-width: 480px) {
|
|
437
449
|
.single-page-shipment__reviewHeaderSelect___bNgMy {
|
|
438
450
|
padding: 6px 16px;
|
|
@@ -5368,6 +5380,7 @@ h5,
|
|
|
5368
5380
|
box-sizing: border-box;
|
|
5369
5381
|
width: 100%;
|
|
5370
5382
|
background-color: transparent;
|
|
5383
|
+
font-weight: 500;
|
|
5371
5384
|
}
|
|
5372
5385
|
@media only screen and (max-width: 480px) {
|
|
5373
5386
|
.fy-input__fyInput___S4Mtu {
|
|
@@ -5387,7 +5400,9 @@ h5,
|
|
|
5387
5400
|
outline: none;
|
|
5388
5401
|
}
|
|
5389
5402
|
.fy-input__fyInput___S4Mtu:disabled {
|
|
5390
|
-
color: var(--textSecondary);
|
|
5403
|
+
color: var(--textSecondary, #9c9c9c);
|
|
5404
|
+
border-color: var(--overlaypopupdividerstroke, #e0e0e0);
|
|
5405
|
+
font-weight: 400;
|
|
5391
5406
|
}
|
|
5392
5407
|
.fy-input__fyInput___S4Mtu:focus {
|
|
5393
5408
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
@@ -5408,8 +5423,11 @@ h5,
|
|
|
5408
5423
|
height: 48px;
|
|
5409
5424
|
}
|
|
5410
5425
|
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 {
|
|
5411
|
-
border: 1px solid #
|
|
5426
|
+
border: 1px solid var(--overlaypopupdividerstroke, #e0e0e0);
|
|
5412
5427
|
cursor: not-allowed;
|
|
5428
|
+
pointer-events: auto;
|
|
5429
|
+
}
|
|
5430
|
+
.fy-input__outlined___CEaKm.fy-input__inputDisable___M8Zn2 input {
|
|
5413
5431
|
pointer-events: none;
|
|
5414
5432
|
}
|
|
5415
5433
|
.fy-input__outlined___CEaKm.fy-input__medium___L3QsD {
|
|
@@ -6595,6 +6613,13 @@ h5,
|
|
|
6595
6613
|
display: none !important;
|
|
6596
6614
|
}
|
|
6597
6615
|
}
|
|
6616
|
+
.mobile-number__additionalLableClasses___ceKOA {
|
|
6617
|
+
background-color: var(--pageBackground, #f8f8f8);
|
|
6618
|
+
color: var(--textLabel, #7d7676);
|
|
6619
|
+
font-size: 12px;
|
|
6620
|
+
font-style: normal;
|
|
6621
|
+
font-weight: 400;
|
|
6622
|
+
}
|
|
6598
6623
|
.mobile-number__mobileInputWrapper___Na12n {
|
|
6599
6624
|
display: flex;
|
|
6600
6625
|
flex-direction: column;
|
|
@@ -7012,6 +7037,9 @@ h5,
|
|
|
7012
7037
|
background: unset;
|
|
7013
7038
|
color: var(--textLabel, #7d7676) !important;
|
|
7014
7039
|
}
|
|
7040
|
+
.form-input-selector__customClass___hEqXl:focus-within {
|
|
7041
|
+
border-color: var(--buttonPrimary, #4e3f09);
|
|
7042
|
+
}
|
|
7015
7043
|
.form-input-selector__telInput___F4FEd {
|
|
7016
7044
|
background-color: transparent;
|
|
7017
7045
|
}
|
|
@@ -10697,7 +10725,6 @@ h5,
|
|
|
10697
10725
|
.checkout-payment-content__container___HusGh .checkout-payment-content__otherPay____c2Rs .checkout-payment-content__payBtn___dgcAp[disabled] {
|
|
10698
10726
|
padding: 14px;
|
|
10699
10727
|
border-radius: var(--buttonRadius, 0px);
|
|
10700
|
-
background-color: white;
|
|
10701
10728
|
color: var(--primaryColor);
|
|
10702
10729
|
border: 1px solid var(--primaryColor);
|
|
10703
10730
|
width: 100%;
|
|
@@ -13181,8 +13208,10 @@ h5,
|
|
|
13181
13208
|
display: none !important;
|
|
13182
13209
|
}
|
|
13183
13210
|
}
|
|
13184
|
-
|
|
13185
|
-
|
|
13211
|
+
@media only screen and (max-width: 768px) {
|
|
13212
|
+
.checkout-payment__paymentContainer___1UBn5 {
|
|
13213
|
+
margin-top: 20px;
|
|
13214
|
+
}
|
|
13186
13215
|
}
|
|
13187
13216
|
.checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
|
|
13188
13217
|
pointer-events: none;
|