@gofynd/theme-template 3.2.16 → 3.2.17
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 +8 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/v2/address-form.js +1 -1
- package/dist/components/blog-footer/blog-footer.js +1 -1
- package/dist/components/blog-page/blog-page.js +1 -1
- package/dist/components/filter-modal/filter-modal.js +1 -1
- package/dist/components/index.css +32 -24
- package/dist/components/index.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +8 -0
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.css +3 -0
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/index.css +125 -27
- package/dist/index.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +8 -0
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -24
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +24 -0
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +5 -3
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
- package/dist/page-layouts/compare/compare.css +3 -0
- package/dist/page-layouts/compare/compare.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/single-checkout/address/single-address-content.css +45 -0
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address-header.css +3 -0
- package/dist/page-layouts/single-checkout/address/single-address-header.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +48 -0
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +17 -0
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +17 -0
- 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 +45 -27
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +45 -27
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +73 -24
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +73 -24
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/index.css +125 -27
- package/dist/pages/index.js +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +8 -0
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order-status/index.css +8 -0
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +8 -0
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +15 -0
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +15 -0
- package/dist/pages/product-listing/product-listing.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
|
@@ -773,6 +773,27 @@ button {
|
|
|
773
773
|
width: 100%;
|
|
774
774
|
height: 100%;
|
|
775
775
|
}
|
|
776
|
+
.delivery-location__buttonsContainer___lXjUz {
|
|
777
|
+
margin-inline-start: 25px;
|
|
778
|
+
margin-top: 8px;
|
|
779
|
+
}
|
|
780
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__buttonDivider___ospHS {
|
|
781
|
+
padding: 0px 8px;
|
|
782
|
+
}
|
|
783
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__edit___xzpcm,
|
|
784
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__remove___DLNKF {
|
|
785
|
+
padding: 4px;
|
|
786
|
+
border: none;
|
|
787
|
+
color: var(--buttonLink, #b1655b);
|
|
788
|
+
font-style: normal;
|
|
789
|
+
font-weight: 600;
|
|
790
|
+
font-size: 12px;
|
|
791
|
+
text-align: center;
|
|
792
|
+
text-transform: uppercase;
|
|
793
|
+
line-height: 140%;
|
|
794
|
+
background: var(--pageBackground, #f8f8f8);
|
|
795
|
+
cursor: pointer;
|
|
796
|
+
}
|
|
776
797
|
.delivery-location__cartPincodeContainer____lhBS {
|
|
777
798
|
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
778
799
|
line-height: 140%;
|
|
@@ -874,6 +895,9 @@ button {
|
|
|
874
895
|
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
|
|
875
896
|
border: 1px solid var(--buttonPrimary, #4e3f09);
|
|
876
897
|
}
|
|
898
|
+
.delivery-location__cartPincodeContainer____lhBS .delivery-location__changePinCodeButton___bPqSJ:disabled {
|
|
899
|
+
opacity: 0.6;
|
|
900
|
+
}
|
|
877
901
|
@media only screen and (max-width: 480px) {
|
|
878
902
|
.delivery-location__cartPincodeContainer____lhBS .delivery-location__changePinCodeButton___bPqSJ {
|
|
879
903
|
padding: 9px;
|