@gofynd/theme-template 3.2.15 → 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
|
@@ -915,6 +915,23 @@ h5,
|
|
|
915
915
|
padding-inline-end: 12px;
|
|
916
916
|
padding-bottom: 4px;
|
|
917
917
|
padding-inline-start: 0px;
|
|
918
|
+
justify-content: space-between;
|
|
919
|
+
}
|
|
920
|
+
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 .single-shipment-content__shipmentLabelBox___zPT_T {
|
|
921
|
+
display: flex;
|
|
922
|
+
align-items: center;
|
|
923
|
+
}
|
|
924
|
+
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 .single-shipment-content__mobileEditCartBtn___RhOYe {
|
|
925
|
+
display: none;
|
|
926
|
+
font-size: 12px;
|
|
927
|
+
font-weight: 500;
|
|
928
|
+
color: var(--buttonLink, #b1655b);
|
|
929
|
+
text-decoration: underline;
|
|
930
|
+
}
|
|
931
|
+
@media only screen and (max-width: 480px) {
|
|
932
|
+
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 .single-shipment-content__mobileEditCartBtn___RhOYe {
|
|
933
|
+
display: block;
|
|
934
|
+
}
|
|
918
935
|
}
|
|
919
936
|
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 .single-shipment-content__shipmentLabelLoader___jYWWp {
|
|
920
937
|
height: 17px;
|
|
@@ -8412,6 +8429,9 @@ h5,
|
|
|
8412
8429
|
color: var(--buttonSecondary);
|
|
8413
8430
|
cursor: pointer;
|
|
8414
8431
|
}
|
|
8432
|
+
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 .single-address-content__deliverToThis___tRzNQ:disabled {
|
|
8433
|
+
opacity: 0.6;
|
|
8434
|
+
}
|
|
8415
8435
|
@media only screen and (max-width: 480px) {
|
|
8416
8436
|
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 .single-address-content__deliverToThis___tRzNQ {
|
|
8417
8437
|
padding: 20px 24px;
|
|
@@ -8463,6 +8483,48 @@ h5,
|
|
|
8463
8483
|
color: var(--errorText, #ff3333);
|
|
8464
8484
|
cursor: pointer;
|
|
8465
8485
|
}
|
|
8486
|
+
.single-address-content__showMoreBtnContainer___K9Zyg {
|
|
8487
|
+
display: flex;
|
|
8488
|
+
align-items: center;
|
|
8489
|
+
justify-content: center;
|
|
8490
|
+
width: 100%;
|
|
8491
|
+
padding: 4px;
|
|
8492
|
+
}
|
|
8493
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG {
|
|
8494
|
+
cursor: pointer;
|
|
8495
|
+
display: flex;
|
|
8496
|
+
gap: 8px;
|
|
8497
|
+
/* ✅ FIX → These must NOT be inside "span { }" */
|
|
8498
|
+
}
|
|
8499
|
+
@media only screen and (max-width: 480px) {
|
|
8500
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG {
|
|
8501
|
+
font-size: 12px;
|
|
8502
|
+
margin: 8px 0px !important;
|
|
8503
|
+
}
|
|
8504
|
+
}
|
|
8505
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG span {
|
|
8506
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
8507
|
+
font-size: 14px;
|
|
8508
|
+
display: flex;
|
|
8509
|
+
justify-content: center;
|
|
8510
|
+
align-items: center;
|
|
8511
|
+
gap: 4px;
|
|
8512
|
+
font-weight: 500;
|
|
8513
|
+
align-self: stretch;
|
|
8514
|
+
}
|
|
8515
|
+
@media only screen and (max-width: 480px) {
|
|
8516
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG span {
|
|
8517
|
+
font-size: 12px;
|
|
8518
|
+
}
|
|
8519
|
+
}
|
|
8520
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG .single-address-content__rotateDown___xUhKw {
|
|
8521
|
+
transform: rotate(90deg);
|
|
8522
|
+
transition: transform 0.2s ease;
|
|
8523
|
+
}
|
|
8524
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG .single-address-content__rotateUp___QT5Zr {
|
|
8525
|
+
transform: rotate(-90deg);
|
|
8526
|
+
transition: transform 0.2s ease;
|
|
8527
|
+
}
|
|
8466
8528
|
|
|
8467
8529
|
/**color by character**/
|
|
8468
8530
|
/** Font family **/
|
|
@@ -8930,6 +8992,9 @@ h5,
|
|
|
8930
8992
|
align-items: center;
|
|
8931
8993
|
gap: 4px;
|
|
8932
8994
|
}
|
|
8995
|
+
.single-address-header__addressHeaderContainer___uHzhP .single-address-header__buttonWrapper___eGnIf .single-address-header__addBtn___H24AA:disabled {
|
|
8996
|
+
opacity: 0.6;
|
|
8997
|
+
}
|
|
8933
8998
|
@media only screen and (max-width: 480px) {
|
|
8934
8999
|
.single-address-header__addressHeaderContainer___uHzhP .single-address-header__buttonWrapper___eGnIf .single-address-header__addBtn___H24AA {
|
|
8935
9000
|
padding: 4px;
|
|
@@ -15051,30 +15116,11 @@ h5,
|
|
|
15051
15116
|
margin-top: 16px;
|
|
15052
15117
|
}
|
|
15053
15118
|
}
|
|
15054
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .
|
|
15055
|
-
|
|
15056
|
-
|
|
15057
|
-
|
|
15058
|
-
|
|
15059
|
-
display: flex;
|
|
15060
|
-
align-items: center;
|
|
15061
|
-
line-height: 140%;
|
|
15062
|
-
background-color: var(--errorBackground, #e6d5d5);
|
|
15063
|
-
border-radius: 8px;
|
|
15064
|
-
position: sticky;
|
|
15065
|
-
top: 0px;
|
|
15066
|
-
z-index: 4;
|
|
15067
|
-
}
|
|
15068
|
-
@media only screen and (max-width: 768px) {
|
|
15069
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__cartErrorContainer___n1BZa {
|
|
15070
|
-
border-radius: 0;
|
|
15071
|
-
}
|
|
15072
|
-
}
|
|
15073
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__cartErrorContainer___n1BZa .coupon__colorErrorNormal___EkO_A {
|
|
15074
|
-
font-size: 12px;
|
|
15075
|
-
font-weight: 600;
|
|
15076
|
-
margin-inline-start: 14px;
|
|
15077
|
-
color: var(--errorText, #ff3333);
|
|
15119
|
+
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__errorContainer___hM5ud .coupon__errorText___AZg1P {
|
|
15120
|
+
font-size: 12px !important;
|
|
15121
|
+
font-weight: 600 !important;
|
|
15122
|
+
margin: 0 !important;
|
|
15123
|
+
color: var(--errorText, #ff3333) !important;
|
|
15078
15124
|
}
|
|
15079
15125
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
|
|
15080
15126
|
position: relative;
|
|
@@ -15107,6 +15153,9 @@ h5,
|
|
|
15107
15153
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS input::placeholder {
|
|
15108
15154
|
color: var(--textLabel, #7d7676);
|
|
15109
15155
|
}
|
|
15156
|
+
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS input.coupon__hasError___aplVm {
|
|
15157
|
+
border-color: var(--errorText, #ff3333);
|
|
15158
|
+
}
|
|
15110
15159
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS .coupon__checkBtn___2vM1S {
|
|
15111
15160
|
color: var(--buttonPrimary, #4e3f09);
|
|
15112
15161
|
text-transform: uppercase;
|