@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
package/dist/pages/index.css
CHANGED
|
@@ -1289,6 +1289,27 @@ button {
|
|
|
1289
1289
|
width: 100%;
|
|
1290
1290
|
height: 100%;
|
|
1291
1291
|
}
|
|
1292
|
+
.delivery-location__buttonsContainer___lXjUz {
|
|
1293
|
+
margin-inline-start: 25px;
|
|
1294
|
+
margin-top: 8px;
|
|
1295
|
+
}
|
|
1296
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__buttonDivider___ospHS {
|
|
1297
|
+
padding: 0px 8px;
|
|
1298
|
+
}
|
|
1299
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__edit___xzpcm,
|
|
1300
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__remove___DLNKF {
|
|
1301
|
+
padding: 4px;
|
|
1302
|
+
border: none;
|
|
1303
|
+
color: var(--buttonLink, #b1655b);
|
|
1304
|
+
font-style: normal;
|
|
1305
|
+
font-weight: 600;
|
|
1306
|
+
font-size: 12px;
|
|
1307
|
+
text-align: center;
|
|
1308
|
+
text-transform: uppercase;
|
|
1309
|
+
line-height: 140%;
|
|
1310
|
+
background: var(--pageBackground, #f8f8f8);
|
|
1311
|
+
cursor: pointer;
|
|
1312
|
+
}
|
|
1292
1313
|
.delivery-location__cartPincodeContainer____lhBS {
|
|
1293
1314
|
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
1294
1315
|
line-height: 140%;
|
|
@@ -1390,6 +1411,9 @@ button {
|
|
|
1390
1411
|
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
|
|
1391
1412
|
border: 1px solid var(--buttonPrimary, #4e3f09);
|
|
1392
1413
|
}
|
|
1414
|
+
.delivery-location__cartPincodeContainer____lhBS .delivery-location__changePinCodeButton___bPqSJ:disabled {
|
|
1415
|
+
opacity: 0.6;
|
|
1416
|
+
}
|
|
1393
1417
|
@media only screen and (max-width: 480px) {
|
|
1394
1418
|
.delivery-location__cartPincodeContainer____lhBS .delivery-location__changePinCodeButton___bPqSJ {
|
|
1395
1419
|
padding: 9px;
|
|
@@ -7519,30 +7543,11 @@ h5,
|
|
|
7519
7543
|
margin-top: 16px;
|
|
7520
7544
|
}
|
|
7521
7545
|
}
|
|
7522
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
|
|
7526
|
-
|
|
7527
|
-
display: flex;
|
|
7528
|
-
align-items: center;
|
|
7529
|
-
line-height: 140%;
|
|
7530
|
-
background-color: var(--errorBackground, #e6d5d5);
|
|
7531
|
-
border-radius: 8px;
|
|
7532
|
-
position: sticky;
|
|
7533
|
-
top: 0px;
|
|
7534
|
-
z-index: 4;
|
|
7535
|
-
}
|
|
7536
|
-
@media only screen and (max-width: 768px) {
|
|
7537
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__cartErrorContainer___n1BZa {
|
|
7538
|
-
border-radius: 0;
|
|
7539
|
-
}
|
|
7540
|
-
}
|
|
7541
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__cartErrorContainer___n1BZa .coupon__colorErrorNormal___EkO_A {
|
|
7542
|
-
font-size: 12px;
|
|
7543
|
-
font-weight: 600;
|
|
7544
|
-
margin-inline-start: 14px;
|
|
7545
|
-
color: var(--errorText, #ff3333);
|
|
7546
|
+
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__errorContainer___hM5ud .coupon__errorText___AZg1P {
|
|
7547
|
+
font-size: 12px !important;
|
|
7548
|
+
font-weight: 600 !important;
|
|
7549
|
+
margin: 0 !important;
|
|
7550
|
+
color: var(--errorText, #ff3333) !important;
|
|
7546
7551
|
}
|
|
7547
7552
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
|
|
7548
7553
|
position: relative;
|
|
@@ -7575,6 +7580,9 @@ h5,
|
|
|
7575
7580
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS input::placeholder {
|
|
7576
7581
|
color: var(--textLabel, #7d7676);
|
|
7577
7582
|
}
|
|
7583
|
+
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS input.coupon__hasError___aplVm {
|
|
7584
|
+
border-color: var(--errorText, #ff3333);
|
|
7585
|
+
}
|
|
7578
7586
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS .coupon__checkBtn___2vM1S {
|
|
7579
7587
|
color: var(--buttonPrimary, #4e3f09);
|
|
7580
7588
|
text-transform: uppercase;
|
|
@@ -11883,6 +11891,14 @@ h5,
|
|
|
11883
11891
|
position: relative;
|
|
11884
11892
|
cursor: pointer;
|
|
11885
11893
|
}
|
|
11894
|
+
.accordion__accordionContentImageItem____FBCe .accordion__itemCount____YDv4 {
|
|
11895
|
+
color: var(--textSecondary, #9c9c9c);
|
|
11896
|
+
font-size: 12px;
|
|
11897
|
+
font-style: normal;
|
|
11898
|
+
font-weight: 400;
|
|
11899
|
+
line-height: 140%;
|
|
11900
|
+
padding-left: 2px;
|
|
11901
|
+
}
|
|
11886
11902
|
.accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
|
|
11887
11903
|
position: absolute;
|
|
11888
11904
|
left: -155%;
|
|
@@ -14054,12 +14070,12 @@ h5,
|
|
|
14054
14070
|
}
|
|
14055
14071
|
}
|
|
14056
14072
|
.remove-cart-item__header___o2GmE {
|
|
14057
|
-
align-items: unset;
|
|
14058
|
-
padding: 24px;
|
|
14073
|
+
align-items: unset !important;
|
|
14074
|
+
padding: 24px !important;
|
|
14059
14075
|
}
|
|
14060
14076
|
@media only screen and (max-width: 768px) {
|
|
14061
14077
|
.remove-cart-item__header___o2GmE {
|
|
14062
|
-
padding: 16px;
|
|
14078
|
+
padding: 16px !important;
|
|
14063
14079
|
}
|
|
14064
14080
|
}
|
|
14065
14081
|
.remove-cart-item__subTitle___TwRmf {
|
|
@@ -14070,6 +14086,8 @@ h5,
|
|
|
14070
14086
|
border-start-end-radius: 4px;
|
|
14071
14087
|
}
|
|
14072
14088
|
.remove-cart-item__removeModalBody___uY7E6 {
|
|
14089
|
+
min-height: 190px;
|
|
14090
|
+
max-width: 572px;
|
|
14073
14091
|
line-height: 140%;
|
|
14074
14092
|
padding: 24px;
|
|
14075
14093
|
}
|
|
@@ -15493,6 +15511,18 @@ h5,
|
|
|
15493
15511
|
display: none !important;
|
|
15494
15512
|
}
|
|
15495
15513
|
}
|
|
15514
|
+
.product-listing__visuallyHidden___OqFGP {
|
|
15515
|
+
position: absolute !important;
|
|
15516
|
+
width: 1px;
|
|
15517
|
+
height: 1px;
|
|
15518
|
+
padding: 0;
|
|
15519
|
+
margin: -1px;
|
|
15520
|
+
overflow: hidden;
|
|
15521
|
+
clip: rect(0 0 0 0);
|
|
15522
|
+
clip-path: inset(50%);
|
|
15523
|
+
border: 0;
|
|
15524
|
+
white-space: nowrap;
|
|
15525
|
+
}
|
|
15496
15526
|
@media only screen and (min-width: 1024px) {
|
|
15497
15527
|
.product-listing__addToCartContainer___tmh8F {
|
|
15498
15528
|
max-width: unset !important;
|
|
@@ -16778,6 +16808,9 @@ h5,
|
|
|
16778
16808
|
letter-spacing: -0.02em;
|
|
16779
16809
|
font-weight: 400;
|
|
16780
16810
|
}
|
|
16811
|
+
.product-card__productCard___VMIjd .product-card__disableCursor___hStlA {
|
|
16812
|
+
filter: invert(1);
|
|
16813
|
+
}
|
|
16781
16814
|
.product-card__productCard___VMIjd .product-card__removeIcon___C1vVY path {
|
|
16782
16815
|
fill: var(--textBody, #3c3131) !important;
|
|
16783
16816
|
}
|
|
@@ -34979,6 +35012,23 @@ h5,
|
|
|
34979
35012
|
padding-inline-end: 12px;
|
|
34980
35013
|
padding-bottom: 4px;
|
|
34981
35014
|
padding-inline-start: 0px;
|
|
35015
|
+
justify-content: space-between;
|
|
35016
|
+
}
|
|
35017
|
+
.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 {
|
|
35018
|
+
display: flex;
|
|
35019
|
+
align-items: center;
|
|
35020
|
+
}
|
|
35021
|
+
.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 {
|
|
35022
|
+
display: none;
|
|
35023
|
+
font-size: 12px;
|
|
35024
|
+
font-weight: 500;
|
|
35025
|
+
color: var(--buttonLink, #b1655b);
|
|
35026
|
+
text-decoration: underline;
|
|
35027
|
+
}
|
|
35028
|
+
@media only screen and (max-width: 480px) {
|
|
35029
|
+
.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 {
|
|
35030
|
+
display: block;
|
|
35031
|
+
}
|
|
34982
35032
|
}
|
|
34983
35033
|
.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 {
|
|
34984
35034
|
height: 17px;
|
|
@@ -36193,6 +36243,9 @@ h5,
|
|
|
36193
36243
|
color: var(--buttonSecondary);
|
|
36194
36244
|
cursor: pointer;
|
|
36195
36245
|
}
|
|
36246
|
+
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 .single-address-content__deliverToThis___tRzNQ:disabled {
|
|
36247
|
+
opacity: 0.6;
|
|
36248
|
+
}
|
|
36196
36249
|
@media only screen and (max-width: 480px) {
|
|
36197
36250
|
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 .single-address-content__deliverToThis___tRzNQ {
|
|
36198
36251
|
padding: 20px 24px;
|
|
@@ -36244,6 +36297,48 @@ h5,
|
|
|
36244
36297
|
color: var(--errorText, #ff3333);
|
|
36245
36298
|
cursor: pointer;
|
|
36246
36299
|
}
|
|
36300
|
+
.single-address-content__showMoreBtnContainer___K9Zyg {
|
|
36301
|
+
display: flex;
|
|
36302
|
+
align-items: center;
|
|
36303
|
+
justify-content: center;
|
|
36304
|
+
width: 100%;
|
|
36305
|
+
padding: 4px;
|
|
36306
|
+
}
|
|
36307
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG {
|
|
36308
|
+
cursor: pointer;
|
|
36309
|
+
display: flex;
|
|
36310
|
+
gap: 8px;
|
|
36311
|
+
/* ✅ FIX → These must NOT be inside "span { }" */
|
|
36312
|
+
}
|
|
36313
|
+
@media only screen and (max-width: 480px) {
|
|
36314
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG {
|
|
36315
|
+
font-size: 12px;
|
|
36316
|
+
margin: 8px 0px !important;
|
|
36317
|
+
}
|
|
36318
|
+
}
|
|
36319
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG span {
|
|
36320
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
36321
|
+
font-size: 14px;
|
|
36322
|
+
display: flex;
|
|
36323
|
+
justify-content: center;
|
|
36324
|
+
align-items: center;
|
|
36325
|
+
gap: 4px;
|
|
36326
|
+
font-weight: 500;
|
|
36327
|
+
align-self: stretch;
|
|
36328
|
+
}
|
|
36329
|
+
@media only screen and (max-width: 480px) {
|
|
36330
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG span {
|
|
36331
|
+
font-size: 12px;
|
|
36332
|
+
}
|
|
36333
|
+
}
|
|
36334
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG .single-address-content__rotateDown___xUhKw {
|
|
36335
|
+
transform: rotate(90deg);
|
|
36336
|
+
transition: transform 0.2s ease;
|
|
36337
|
+
}
|
|
36338
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG .single-address-content__rotateUp___QT5Zr {
|
|
36339
|
+
transform: rotate(-90deg);
|
|
36340
|
+
transition: transform 0.2s ease;
|
|
36341
|
+
}
|
|
36247
36342
|
|
|
36248
36343
|
/**color by character**/
|
|
36249
36344
|
/** Font family **/
|
|
@@ -36711,6 +36806,9 @@ h5,
|
|
|
36711
36806
|
align-items: center;
|
|
36712
36807
|
gap: 4px;
|
|
36713
36808
|
}
|
|
36809
|
+
.single-address-header__addressHeaderContainer___uHzhP .single-address-header__buttonWrapper___eGnIf .single-address-header__addBtn___H24AA:disabled {
|
|
36810
|
+
opacity: 0.6;
|
|
36811
|
+
}
|
|
36714
36812
|
@media only screen and (max-width: 480px) {
|
|
36715
36813
|
.single-address-header__addressHeaderContainer___uHzhP .single-address-header__buttonWrapper___eGnIf .single-address-header__addBtn___H24AA {
|
|
36716
36814
|
padding: 4px;
|