@gofynd/theme-template 3.2.7 → 3.2.9
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.js +1 -1
- package/dist/components/address-form/form-input-selector.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/compare-product-card/compare-product-card.css +888 -0
- package/dist/components/compare-product-card/compare-product-card.js +1 -0
- package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
- package/dist/components/core/fy-input/fy-input.js +1 -1
- package/dist/components/filter-modal/filter-modal.js +1 -1
- package/dist/components/form-builder/form-builder.js +1 -1
- package/dist/components/google-map/google-map.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.js +1 -1
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.js +1 -1
- package/dist/index.css +1401 -216
- package/dist/index.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.js +1 -1
- package/dist/page-layouts/compare/compare.css +7384 -309
- package/dist/page-layouts/compare/compare.js +2 -1
- package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
- package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
- package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
- package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
- package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
- 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.js +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
- package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.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.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +58 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +1046 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +1192 -144
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +58 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +62 -1
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +62 -1
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/index.css +1401 -216
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +1121 -0
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +1121 -0
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.js +1 -1
- package/dist/pages/order-status/index.css +5 -0
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +5 -0
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +3 -0
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +3 -0
- package/dist/pages/product-listing/product-listing.js +1 -1
- 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.js +1 -1
- package/dist/pages/profile/email/email.js +1 -1
- package/dist/pages/profile/email/index.js +1 -1
- package/dist/pages/profile/index.js +1 -1
- package/dist/pages/profile/phone/index.js +1 -1
- package/dist/pages/profile/phone/phone.js +1 -1
- package/dist/pages/profile/profile-details.js +1 -1
- package/dist/pages/wishlist/index.css +3 -0
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +3 -0
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -340,6 +340,7 @@ h5,
|
|
|
340
340
|
border: 1px solid var(--dividerStokes);
|
|
341
341
|
border-radius: 8px;
|
|
342
342
|
opacity: 0.5;
|
|
343
|
+
margin-top: 20px;
|
|
343
344
|
}
|
|
344
345
|
@media only screen and (min-width: 769px) and (max-width: 1024px) {
|
|
345
346
|
.single-page-shipment__reviewHeaderUnselect___mNmXU {
|
|
@@ -10072,7 +10073,7 @@ h5,
|
|
|
10072
10073
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
10073
10074
|
transform: rotate(270deg);
|
|
10074
10075
|
}
|
|
10075
|
-
[dir=
|
|
10076
|
+
[dir="rtl"] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
10076
10077
|
transform: rotate(90deg);
|
|
10077
10078
|
}
|
|
10078
10079
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
|
|
@@ -11631,6 +11632,63 @@ h5,
|
|
|
11631
11632
|
width: 24px;
|
|
11632
11633
|
height: 24px;
|
|
11633
11634
|
}
|
|
11635
|
+
.checkout-payment-content__noOptionContainer___uCGHg {
|
|
11636
|
+
display: flex;
|
|
11637
|
+
padding: 24px;
|
|
11638
|
+
flex-direction: column;
|
|
11639
|
+
align-items: center;
|
|
11640
|
+
gap: 24px;
|
|
11641
|
+
align-self: stretch;
|
|
11642
|
+
border: 1px solid var(--dividerStokes);
|
|
11643
|
+
border-top: unset;
|
|
11644
|
+
border-radius: 0 0 8px 8px;
|
|
11645
|
+
background: var(--pageBackground, #f8f8f8);
|
|
11646
|
+
}
|
|
11647
|
+
@media only screen and (max-width: 768px) {
|
|
11648
|
+
.checkout-payment-content__noOptionContainer___uCGHg {
|
|
11649
|
+
border-radius: 0;
|
|
11650
|
+
border: none;
|
|
11651
|
+
}
|
|
11652
|
+
}
|
|
11653
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG {
|
|
11654
|
+
display: flex;
|
|
11655
|
+
max-width: 580px;
|
|
11656
|
+
width: 100%;
|
|
11657
|
+
flex-direction: column;
|
|
11658
|
+
align-items: center;
|
|
11659
|
+
gap: 8px;
|
|
11660
|
+
}
|
|
11661
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
11662
|
+
color: var(--textHeading, #26201a);
|
|
11663
|
+
text-align: center;
|
|
11664
|
+
font-size: 16px;
|
|
11665
|
+
font-style: normal;
|
|
11666
|
+
font-weight: 700;
|
|
11667
|
+
line-height: 140%;
|
|
11668
|
+
align-self: stretch;
|
|
11669
|
+
}
|
|
11670
|
+
@media only screen and (max-width: 768px) {
|
|
11671
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG h3 {
|
|
11672
|
+
font-weight: 600;
|
|
11673
|
+
}
|
|
11674
|
+
}
|
|
11675
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
|
|
11676
|
+
color: var(--textBody, #3c3131);
|
|
11677
|
+
text-align: center;
|
|
11678
|
+
font-size: 14px;
|
|
11679
|
+
font-style: normal;
|
|
11680
|
+
font-weight: 400;
|
|
11681
|
+
line-height: 140%;
|
|
11682
|
+
align-self: stretch;
|
|
11683
|
+
}
|
|
11684
|
+
@media only screen and (max-width: 768px) {
|
|
11685
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG p {
|
|
11686
|
+
font-size: 12px;
|
|
11687
|
+
}
|
|
11688
|
+
}
|
|
11689
|
+
.checkout-payment-content__noOptionContainer___uCGHg .checkout-payment-content__noOptionText___zceGG .checkout-payment-content__contact_us___KWS91 {
|
|
11690
|
+
margin-top: 12px;
|
|
11691
|
+
}
|
|
11634
11692
|
|
|
11635
11693
|
/**color by character**/
|
|
11636
11694
|
/** Font family **/
|
|
@@ -13123,6 +13181,9 @@ h5,
|
|
|
13123
13181
|
display: none !important;
|
|
13124
13182
|
}
|
|
13125
13183
|
}
|
|
13184
|
+
.checkout-payment__paymentContainer___1UBn5 {
|
|
13185
|
+
margin-top: 20px;
|
|
13186
|
+
}
|
|
13126
13187
|
.checkout-payment__paymentContainer___1UBn5.checkout-payment__disabledPayment___xwflL {
|
|
13127
13188
|
pointer-events: none;
|
|
13128
13189
|
/* Prevents clicks */
|