@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/index.css
CHANGED
|
@@ -4418,6 +4418,27 @@ button {
|
|
|
4418
4418
|
width: 100%;
|
|
4419
4419
|
height: 100%;
|
|
4420
4420
|
}
|
|
4421
|
+
.delivery-location__buttonsContainer___lXjUz {
|
|
4422
|
+
margin-inline-start: 25px;
|
|
4423
|
+
margin-top: 8px;
|
|
4424
|
+
}
|
|
4425
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__buttonDivider___ospHS {
|
|
4426
|
+
padding: 0px 8px;
|
|
4427
|
+
}
|
|
4428
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__edit___xzpcm,
|
|
4429
|
+
.delivery-location__buttonsContainer___lXjUz .delivery-location__remove___DLNKF {
|
|
4430
|
+
padding: 4px;
|
|
4431
|
+
border: none;
|
|
4432
|
+
color: var(--buttonLink, #b1655b);
|
|
4433
|
+
font-style: normal;
|
|
4434
|
+
font-weight: 600;
|
|
4435
|
+
font-size: 12px;
|
|
4436
|
+
text-align: center;
|
|
4437
|
+
text-transform: uppercase;
|
|
4438
|
+
line-height: 140%;
|
|
4439
|
+
background: var(--pageBackground, #f8f8f8);
|
|
4440
|
+
cursor: pointer;
|
|
4441
|
+
}
|
|
4421
4442
|
.delivery-location__cartPincodeContainer____lhBS {
|
|
4422
4443
|
border: 1px solid var(--dividerStokes, #d4d1d1);
|
|
4423
4444
|
line-height: 140%;
|
|
@@ -4519,6 +4540,9 @@ button {
|
|
|
4519
4540
|
box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
|
|
4520
4541
|
border: 1px solid var(--buttonPrimary, #4e3f09);
|
|
4521
4542
|
}
|
|
4543
|
+
.delivery-location__cartPincodeContainer____lhBS .delivery-location__changePinCodeButton___bPqSJ:disabled {
|
|
4544
|
+
opacity: 0.6;
|
|
4545
|
+
}
|
|
4522
4546
|
@media only screen and (max-width: 480px) {
|
|
4523
4547
|
.delivery-location__cartPincodeContainer____lhBS .delivery-location__changePinCodeButton___bPqSJ {
|
|
4524
4548
|
padding: 9px;
|
|
@@ -9682,30 +9706,11 @@ h5,
|
|
|
9682
9706
|
margin-top: 16px;
|
|
9683
9707
|
}
|
|
9684
9708
|
}
|
|
9685
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .
|
|
9686
|
-
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
display: flex;
|
|
9691
|
-
align-items: center;
|
|
9692
|
-
line-height: 140%;
|
|
9693
|
-
background-color: var(--errorBackground, #e6d5d5);
|
|
9694
|
-
border-radius: 8px;
|
|
9695
|
-
position: sticky;
|
|
9696
|
-
top: 0px;
|
|
9697
|
-
z-index: 4;
|
|
9698
|
-
}
|
|
9699
|
-
@media only screen and (max-width: 768px) {
|
|
9700
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__cartErrorContainer___n1BZa {
|
|
9701
|
-
border-radius: 0;
|
|
9702
|
-
}
|
|
9703
|
-
}
|
|
9704
|
-
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__cartErrorContainer___n1BZa .coupon__colorErrorNormal___EkO_A {
|
|
9705
|
-
font-size: 12px;
|
|
9706
|
-
font-weight: 600;
|
|
9707
|
-
margin-inline-start: 14px;
|
|
9708
|
-
color: var(--errorText, #ff3333);
|
|
9709
|
+
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__errorContainer___hM5ud .coupon__errorText___AZg1P {
|
|
9710
|
+
font-size: 12px !important;
|
|
9711
|
+
font-weight: 600 !important;
|
|
9712
|
+
margin: 0 !important;
|
|
9713
|
+
color: var(--errorText, #ff3333) !important;
|
|
9709
9714
|
}
|
|
9710
9715
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
|
|
9711
9716
|
position: relative;
|
|
@@ -9738,6 +9743,9 @@ h5,
|
|
|
9738
9743
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS input::placeholder {
|
|
9739
9744
|
color: var(--textLabel, #7d7676);
|
|
9740
9745
|
}
|
|
9746
|
+
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS input.coupon__hasError___aplVm {
|
|
9747
|
+
border-color: var(--errorText, #ff3333);
|
|
9748
|
+
}
|
|
9741
9749
|
.coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS .coupon__checkBtn___2vM1S {
|
|
9742
9750
|
color: var(--buttonPrimary, #4e3f09);
|
|
9743
9751
|
text-transform: uppercase;
|
|
@@ -14837,6 +14845,14 @@ h5,
|
|
|
14837
14845
|
position: relative;
|
|
14838
14846
|
cursor: pointer;
|
|
14839
14847
|
}
|
|
14848
|
+
.accordion__accordionContentImageItem____FBCe .accordion__itemCount____YDv4 {
|
|
14849
|
+
color: var(--textSecondary, #9c9c9c);
|
|
14850
|
+
font-size: 12px;
|
|
14851
|
+
font-style: normal;
|
|
14852
|
+
font-weight: 400;
|
|
14853
|
+
line-height: 140%;
|
|
14854
|
+
padding-left: 2px;
|
|
14855
|
+
}
|
|
14840
14856
|
.accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
|
|
14841
14857
|
position: absolute;
|
|
14842
14858
|
left: -155%;
|
|
@@ -16133,12 +16149,12 @@ h5,
|
|
|
16133
16149
|
}
|
|
16134
16150
|
}
|
|
16135
16151
|
.remove-cart-item__header___o2GmE {
|
|
16136
|
-
align-items: unset;
|
|
16137
|
-
padding: 24px;
|
|
16152
|
+
align-items: unset !important;
|
|
16153
|
+
padding: 24px !important;
|
|
16138
16154
|
}
|
|
16139
16155
|
@media only screen and (max-width: 768px) {
|
|
16140
16156
|
.remove-cart-item__header___o2GmE {
|
|
16141
|
-
padding: 16px;
|
|
16157
|
+
padding: 16px !important;
|
|
16142
16158
|
}
|
|
16143
16159
|
}
|
|
16144
16160
|
.remove-cart-item__subTitle___TwRmf {
|
|
@@ -16149,6 +16165,8 @@ h5,
|
|
|
16149
16165
|
border-start-end-radius: 4px;
|
|
16150
16166
|
}
|
|
16151
16167
|
.remove-cart-item__removeModalBody___uY7E6 {
|
|
16168
|
+
min-height: 190px;
|
|
16169
|
+
max-width: 572px;
|
|
16152
16170
|
line-height: 140%;
|
|
16153
16171
|
padding: 24px;
|
|
16154
16172
|
}
|
|
@@ -17572,6 +17590,18 @@ h5,
|
|
|
17572
17590
|
display: none !important;
|
|
17573
17591
|
}
|
|
17574
17592
|
}
|
|
17593
|
+
.product-listing__visuallyHidden___OqFGP {
|
|
17594
|
+
position: absolute !important;
|
|
17595
|
+
width: 1px;
|
|
17596
|
+
height: 1px;
|
|
17597
|
+
padding: 0;
|
|
17598
|
+
margin: -1px;
|
|
17599
|
+
overflow: hidden;
|
|
17600
|
+
clip: rect(0 0 0 0);
|
|
17601
|
+
clip-path: inset(50%);
|
|
17602
|
+
border: 0;
|
|
17603
|
+
white-space: nowrap;
|
|
17604
|
+
}
|
|
17575
17605
|
@media only screen and (min-width: 1024px) {
|
|
17576
17606
|
.product-listing__addToCartContainer___tmh8F {
|
|
17577
17607
|
max-width: unset !important;
|
|
@@ -18857,6 +18887,9 @@ h5,
|
|
|
18857
18887
|
letter-spacing: -0.02em;
|
|
18858
18888
|
font-weight: 400;
|
|
18859
18889
|
}
|
|
18890
|
+
.product-card__productCard___VMIjd .product-card__disableCursor___hStlA {
|
|
18891
|
+
filter: invert(1);
|
|
18892
|
+
}
|
|
18860
18893
|
.product-card__productCard___VMIjd .product-card__removeIcon___C1vVY path {
|
|
18861
18894
|
fill: var(--textBody, #3c3131) !important;
|
|
18862
18895
|
}
|
|
@@ -37058,6 +37091,23 @@ h5,
|
|
|
37058
37091
|
padding-inline-end: 12px;
|
|
37059
37092
|
padding-bottom: 4px;
|
|
37060
37093
|
padding-inline-start: 0px;
|
|
37094
|
+
justify-content: space-between;
|
|
37095
|
+
}
|
|
37096
|
+
.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 {
|
|
37097
|
+
display: flex;
|
|
37098
|
+
align-items: center;
|
|
37099
|
+
}
|
|
37100
|
+
.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 {
|
|
37101
|
+
display: none;
|
|
37102
|
+
font-size: 12px;
|
|
37103
|
+
font-weight: 500;
|
|
37104
|
+
color: var(--buttonLink, #b1655b);
|
|
37105
|
+
text-decoration: underline;
|
|
37106
|
+
}
|
|
37107
|
+
@media only screen and (max-width: 480px) {
|
|
37108
|
+
.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 {
|
|
37109
|
+
display: block;
|
|
37110
|
+
}
|
|
37061
37111
|
}
|
|
37062
37112
|
.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 {
|
|
37063
37113
|
height: 17px;
|
|
@@ -38272,6 +38322,9 @@ h5,
|
|
|
38272
38322
|
color: var(--buttonSecondary);
|
|
38273
38323
|
cursor: pointer;
|
|
38274
38324
|
}
|
|
38325
|
+
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 .single-address-content__deliverToThis___tRzNQ:disabled {
|
|
38326
|
+
opacity: 0.6;
|
|
38327
|
+
}
|
|
38275
38328
|
@media only screen and (max-width: 480px) {
|
|
38276
38329
|
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 .single-address-content__deliverToThis___tRzNQ {
|
|
38277
38330
|
padding: 20px 24px;
|
|
@@ -38323,6 +38376,48 @@ h5,
|
|
|
38323
38376
|
color: var(--errorText, #ff3333);
|
|
38324
38377
|
cursor: pointer;
|
|
38325
38378
|
}
|
|
38379
|
+
.single-address-content__showMoreBtnContainer___K9Zyg {
|
|
38380
|
+
display: flex;
|
|
38381
|
+
align-items: center;
|
|
38382
|
+
justify-content: center;
|
|
38383
|
+
width: 100%;
|
|
38384
|
+
padding: 4px;
|
|
38385
|
+
}
|
|
38386
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG {
|
|
38387
|
+
cursor: pointer;
|
|
38388
|
+
display: flex;
|
|
38389
|
+
gap: 8px;
|
|
38390
|
+
/* ✅ FIX → These must NOT be inside "span { }" */
|
|
38391
|
+
}
|
|
38392
|
+
@media only screen and (max-width: 480px) {
|
|
38393
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG {
|
|
38394
|
+
font-size: 12px;
|
|
38395
|
+
margin: 8px 0px !important;
|
|
38396
|
+
}
|
|
38397
|
+
}
|
|
38398
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG span {
|
|
38399
|
+
color: var(--buttonPrimary, #4e3f09);
|
|
38400
|
+
font-size: 14px;
|
|
38401
|
+
display: flex;
|
|
38402
|
+
justify-content: center;
|
|
38403
|
+
align-items: center;
|
|
38404
|
+
gap: 4px;
|
|
38405
|
+
font-weight: 500;
|
|
38406
|
+
align-self: stretch;
|
|
38407
|
+
}
|
|
38408
|
+
@media only screen and (max-width: 480px) {
|
|
38409
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG span {
|
|
38410
|
+
font-size: 12px;
|
|
38411
|
+
}
|
|
38412
|
+
}
|
|
38413
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG .single-address-content__rotateDown___xUhKw {
|
|
38414
|
+
transform: rotate(90deg);
|
|
38415
|
+
transition: transform 0.2s ease;
|
|
38416
|
+
}
|
|
38417
|
+
.single-address-content__showMoreBtnContainer___K9Zyg .single-address-content__showOtherAddresses___sE7EG .single-address-content__rotateUp___QT5Zr {
|
|
38418
|
+
transform: rotate(-90deg);
|
|
38419
|
+
transition: transform 0.2s ease;
|
|
38420
|
+
}
|
|
38326
38421
|
|
|
38327
38422
|
/**color by character**/
|
|
38328
38423
|
/** Font family **/
|
|
@@ -38790,6 +38885,9 @@ h5,
|
|
|
38790
38885
|
align-items: center;
|
|
38791
38886
|
gap: 4px;
|
|
38792
38887
|
}
|
|
38888
|
+
.single-address-header__addressHeaderContainer___uHzhP .single-address-header__buttonWrapper___eGnIf .single-address-header__addBtn___H24AA:disabled {
|
|
38889
|
+
opacity: 0.6;
|
|
38890
|
+
}
|
|
38793
38891
|
@media only screen and (max-width: 480px) {
|
|
38794
38892
|
.single-address-header__addressHeaderContainer___uHzhP .single-address-header__buttonWrapper___eGnIf .single-address-header__addBtn___H24AA {
|
|
38795
38893
|
padding: 4px;
|