@gofynd/theme-template 3.2.0 → 3.2.1
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 +25 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.css +15 -15
- package/dist/components/address-form/form-input-selector.css +13 -13
- package/dist/components/core/fy-button/fy-button.css +5 -5
- package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
- package/dist/components/filter-modal/filter-modal.css +5 -5
- package/dist/components/form-builder/form-builder.css +18 -18
- package/dist/components/index.css +27 -27
- package/dist/components/location-modal/location-modal.css +9 -9
- package/dist/components/order-shipment/order-shipment.css +25 -0
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/product-card/product-card.css +5 -5
- package/dist/components/range-slider/range-slider.css +5 -5
- package/dist/components/reasons-list/reason-item/reason-item.css +1 -1
- package/dist/components/reasons-list/reasons-list.css +1 -1
- package/dist/components/shipment-item/shipment-item.css +1 -1
- package/dist/components/shipments-update-item/shipments-update-item.css +1 -1
- package/dist/index.css +115 -90
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +5 -5
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
- package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +30 -5
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -18
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
- package/dist/page-layouts/compare/compare.css +5 -5
- package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -7
- package/dist/page-layouts/login/component/login-password/login-password.css +7 -7
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +16 -16
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +12 -12
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +5 -5
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +5 -5
- package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
- package/dist/page-layouts/single-checkout/address/single-address.css +17 -17
- package/dist/page-layouts/single-checkout/payment/card-form.css +12 -12
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +12 -12
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +14 -14
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/pages/cart/cart.css +53 -28
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +53 -28
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +33 -33
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +33 -33
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +9 -9
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +9 -9
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +13 -13
- package/dist/pages/edit-profile/index.css +13 -13
- package/dist/pages/forgot-password/forget-password.css +6 -6
- package/dist/pages/forgot-password/index.css +6 -6
- package/dist/pages/index.css +115 -90
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +10 -10
- package/dist/pages/login/login.css +10 -10
- package/dist/pages/order/index.css +9 -9
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +35 -10
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +9 -9
- package/dist/pages/order-status/index.css +5 -5
- package/dist/pages/order-status/order-status.css +5 -5
- package/dist/pages/product-listing/index.css +17 -17
- package/dist/pages/product-listing/product-listing.css +17 -17
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +9 -9
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +14 -14
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +5 -5
- package/dist/pages/profile/components/empty-state/empty-state.css +5 -5
- package/dist/pages/profile/email/email.css +9 -9
- package/dist/pages/profile/email/index.css +9 -9
- package/dist/pages/profile/index.css +10 -10
- package/dist/pages/profile/phone/index.css +14 -14
- package/dist/pages/profile/phone/phone.css +14 -14
- package/dist/pages/profile/profile-details.css +10 -10
- package/dist/pages/register/index.css +15 -15
- package/dist/pages/register/register.css +15 -15
- package/dist/pages/set-password/index.css +5 -5
- package/dist/pages/set-password/set-password.css +5 -5
- package/dist/pages/wishlist/index.css +16 -16
- package/dist/pages/wishlist/wishlist.css +16 -16
- package/package.json +1 -1
|
@@ -383,7 +383,7 @@ h5,
|
|
|
383
383
|
line-height: 16.8px;
|
|
384
384
|
}
|
|
385
385
|
.edit-profile__required___rHXXW {
|
|
386
|
-
color: var(--errorText, #
|
|
386
|
+
color: var(--errorText, #ff3333);
|
|
387
387
|
}
|
|
388
388
|
.edit-profile__editProfileNameInput___GNfyk {
|
|
389
389
|
display: flex;
|
|
@@ -393,11 +393,11 @@ h5,
|
|
|
393
393
|
display: none;
|
|
394
394
|
}
|
|
395
395
|
.edit-profile__errorInput___BZKHT input {
|
|
396
|
-
border: 1px solid var(--errorText, #
|
|
396
|
+
border: 1px solid var(--errorText, #ff3333) !important;
|
|
397
397
|
}
|
|
398
398
|
.edit-profile__errorInput___BZKHT .edit-profile__errorText___wZQJH {
|
|
399
399
|
display: inline-block;
|
|
400
|
-
color: var(--errorText, #
|
|
400
|
+
color: var(--errorText, #ff3333);
|
|
401
401
|
font-size: 12px;
|
|
402
402
|
font-style: normal;
|
|
403
403
|
font-weight: 400;
|
|
@@ -405,7 +405,7 @@ h5,
|
|
|
405
405
|
margin-top: 8px;
|
|
406
406
|
}
|
|
407
407
|
.edit-profile__errorInput___BZKHT label {
|
|
408
|
-
color: var(--errorText, #
|
|
408
|
+
color: var(--errorText, #ff3333);
|
|
409
409
|
}
|
|
410
410
|
.edit-profile__editProfileAlert___HgY6w {
|
|
411
411
|
height: 48px;
|
|
@@ -414,8 +414,8 @@ h5,
|
|
|
414
414
|
display: flex;
|
|
415
415
|
align-items: center;
|
|
416
416
|
background-color: var(--errorBackground, #e6d5d5);
|
|
417
|
-
border: 1px dashed var(--errorText, #
|
|
418
|
-
color: var(--errorText, #
|
|
417
|
+
border: 1px dashed var(--errorText, #ff3333);
|
|
418
|
+
color: var(--errorText, #ff3333);
|
|
419
419
|
}
|
|
420
420
|
.edit-profile__editProfileAlert___HgY6w .edit-profile__alertMessage___eFskF {
|
|
421
421
|
display: inline-block;
|
|
@@ -948,10 +948,10 @@ h5,
|
|
|
948
948
|
outline: none;
|
|
949
949
|
}
|
|
950
950
|
.verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP .verify-both__label___m7Eae {
|
|
951
|
-
color: var(--errorText, #
|
|
951
|
+
color: var(--errorText, #ff3333);
|
|
952
952
|
}
|
|
953
953
|
.verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP input {
|
|
954
|
-
border-color: var(--errorText, #
|
|
954
|
+
border-color: var(--errorText, #ff3333);
|
|
955
955
|
}
|
|
956
956
|
.verify-both__submitBtn___rVsbN {
|
|
957
957
|
border: none;
|
|
@@ -978,7 +978,7 @@ h5,
|
|
|
978
978
|
font-weight: 400;
|
|
979
979
|
line-height: 140%;
|
|
980
980
|
margin-top: 8px;
|
|
981
|
-
color: var(--errorText, #
|
|
981
|
+
color: var(--errorText, #ff3333);
|
|
982
982
|
}
|
|
983
983
|
.verify-both__resendOtpWrapper___Mq8mf {
|
|
984
984
|
display: flex;
|
|
@@ -1345,7 +1345,7 @@ h5,
|
|
|
1345
1345
|
flex-direction: column;
|
|
1346
1346
|
}
|
|
1347
1347
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
1348
|
-
color: var(--errorText, #
|
|
1348
|
+
color: var(--errorText, #ff3333);
|
|
1349
1349
|
font-size: 12px;
|
|
1350
1350
|
font-style: normal;
|
|
1351
1351
|
font-weight: 400;
|
|
@@ -1353,14 +1353,14 @@ h5,
|
|
|
1353
1353
|
margin-top: 5px;
|
|
1354
1354
|
}
|
|
1355
1355
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
1356
|
-
color: var(--errorText, #
|
|
1356
|
+
color: var(--errorText, #ff3333);
|
|
1357
1357
|
font-size: 12px;
|
|
1358
1358
|
font-style: normal;
|
|
1359
1359
|
font-weight: 400;
|
|
1360
1360
|
line-height: 16.8px;
|
|
1361
1361
|
}
|
|
1362
1362
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
1363
|
-
border: 1px solid var(--errorText, #
|
|
1363
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1364
1364
|
}
|
|
1365
1365
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
1366
1366
|
height: auto;
|
|
@@ -1384,7 +1384,7 @@ h5,
|
|
|
1384
1384
|
opacity: 0.3;
|
|
1385
1385
|
}
|
|
1386
1386
|
.mobile-number__required___yHCeh {
|
|
1387
|
-
color: var(--errorText, #
|
|
1387
|
+
color: var(--errorText, #ff3333);
|
|
1388
1388
|
}
|
|
1389
1389
|
.mobile-number__countryDropdown___GP6Fo {
|
|
1390
1390
|
background-color: aquamarine;
|
|
@@ -383,7 +383,7 @@ h5,
|
|
|
383
383
|
line-height: 16.8px;
|
|
384
384
|
}
|
|
385
385
|
.edit-profile__required___rHXXW {
|
|
386
|
-
color: var(--errorText, #
|
|
386
|
+
color: var(--errorText, #ff3333);
|
|
387
387
|
}
|
|
388
388
|
.edit-profile__editProfileNameInput___GNfyk {
|
|
389
389
|
display: flex;
|
|
@@ -393,11 +393,11 @@ h5,
|
|
|
393
393
|
display: none;
|
|
394
394
|
}
|
|
395
395
|
.edit-profile__errorInput___BZKHT input {
|
|
396
|
-
border: 1px solid var(--errorText, #
|
|
396
|
+
border: 1px solid var(--errorText, #ff3333) !important;
|
|
397
397
|
}
|
|
398
398
|
.edit-profile__errorInput___BZKHT .edit-profile__errorText___wZQJH {
|
|
399
399
|
display: inline-block;
|
|
400
|
-
color: var(--errorText, #
|
|
400
|
+
color: var(--errorText, #ff3333);
|
|
401
401
|
font-size: 12px;
|
|
402
402
|
font-style: normal;
|
|
403
403
|
font-weight: 400;
|
|
@@ -405,7 +405,7 @@ h5,
|
|
|
405
405
|
margin-top: 8px;
|
|
406
406
|
}
|
|
407
407
|
.edit-profile__errorInput___BZKHT label {
|
|
408
|
-
color: var(--errorText, #
|
|
408
|
+
color: var(--errorText, #ff3333);
|
|
409
409
|
}
|
|
410
410
|
.edit-profile__editProfileAlert___HgY6w {
|
|
411
411
|
height: 48px;
|
|
@@ -414,8 +414,8 @@ h5,
|
|
|
414
414
|
display: flex;
|
|
415
415
|
align-items: center;
|
|
416
416
|
background-color: var(--errorBackground, #e6d5d5);
|
|
417
|
-
border: 1px dashed var(--errorText, #
|
|
418
|
-
color: var(--errorText, #
|
|
417
|
+
border: 1px dashed var(--errorText, #ff3333);
|
|
418
|
+
color: var(--errorText, #ff3333);
|
|
419
419
|
}
|
|
420
420
|
.edit-profile__editProfileAlert___HgY6w .edit-profile__alertMessage___eFskF {
|
|
421
421
|
display: inline-block;
|
|
@@ -948,10 +948,10 @@ h5,
|
|
|
948
948
|
outline: none;
|
|
949
949
|
}
|
|
950
950
|
.verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP .verify-both__label___m7Eae {
|
|
951
|
-
color: var(--errorText, #
|
|
951
|
+
color: var(--errorText, #ff3333);
|
|
952
952
|
}
|
|
953
953
|
.verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP input {
|
|
954
|
-
border-color: var(--errorText, #
|
|
954
|
+
border-color: var(--errorText, #ff3333);
|
|
955
955
|
}
|
|
956
956
|
.verify-both__submitBtn___rVsbN {
|
|
957
957
|
border: none;
|
|
@@ -978,7 +978,7 @@ h5,
|
|
|
978
978
|
font-weight: 400;
|
|
979
979
|
line-height: 140%;
|
|
980
980
|
margin-top: 8px;
|
|
981
|
-
color: var(--errorText, #
|
|
981
|
+
color: var(--errorText, #ff3333);
|
|
982
982
|
}
|
|
983
983
|
.verify-both__resendOtpWrapper___Mq8mf {
|
|
984
984
|
display: flex;
|
|
@@ -1345,7 +1345,7 @@ h5,
|
|
|
1345
1345
|
flex-direction: column;
|
|
1346
1346
|
}
|
|
1347
1347
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
|
|
1348
|
-
color: var(--errorText, #
|
|
1348
|
+
color: var(--errorText, #ff3333);
|
|
1349
1349
|
font-size: 12px;
|
|
1350
1350
|
font-style: normal;
|
|
1351
1351
|
font-weight: 400;
|
|
@@ -1353,14 +1353,14 @@ h5,
|
|
|
1353
1353
|
margin-top: 5px;
|
|
1354
1354
|
}
|
|
1355
1355
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
|
|
1356
|
-
color: var(--errorText, #
|
|
1356
|
+
color: var(--errorText, #ff3333);
|
|
1357
1357
|
font-size: 12px;
|
|
1358
1358
|
font-style: normal;
|
|
1359
1359
|
font-weight: 400;
|
|
1360
1360
|
line-height: 16.8px;
|
|
1361
1361
|
}
|
|
1362
1362
|
.mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
|
|
1363
|
-
border: 1px solid var(--errorText, #
|
|
1363
|
+
border: 1px solid var(--errorText, #ff3333);
|
|
1364
1364
|
}
|
|
1365
1365
|
.mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
|
|
1366
1366
|
height: auto;
|
|
@@ -1384,7 +1384,7 @@ h5,
|
|
|
1384
1384
|
opacity: 0.3;
|
|
1385
1385
|
}
|
|
1386
1386
|
.mobile-number__required___yHCeh {
|
|
1387
|
-
color: var(--errorText, #
|
|
1387
|
+
color: var(--errorText, #ff3333);
|
|
1388
1388
|
}
|
|
1389
1389
|
.mobile-number__countryDropdown___GP6Fo {
|
|
1390
1390
|
background-color: aquamarine;
|
|
@@ -367,8 +367,8 @@ h5,
|
|
|
367
367
|
display: flex;
|
|
368
368
|
align-items: center;
|
|
369
369
|
background-color: var(--errorBackground, #e6d5d5);
|
|
370
|
-
border: 1px dashed var(--errorText, #
|
|
371
|
-
color: var(--errorText, #
|
|
370
|
+
border: 1px dashed var(--errorText, #ff3333);
|
|
371
|
+
color: var(--errorText, #ff3333);
|
|
372
372
|
}
|
|
373
373
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y.forget-password__alert-success___IDyO1 {
|
|
374
374
|
background-color: #eefefa;
|
|
@@ -381,7 +381,7 @@ h5,
|
|
|
381
381
|
font-size: 13px;
|
|
382
382
|
}
|
|
383
383
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y .forget-password__alert-link___WEvmv {
|
|
384
|
-
color: var(--errorText, #
|
|
384
|
+
color: var(--errorText, #ff3333);
|
|
385
385
|
font-size: 9px;
|
|
386
386
|
cursor: pointer;
|
|
387
387
|
}
|
|
@@ -423,17 +423,17 @@ h5,
|
|
|
423
423
|
line-height: 140%;
|
|
424
424
|
}
|
|
425
425
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordInputGroup___XQ61I .forget-password__emailErrorMessage___vW0zC {
|
|
426
|
-
color: var(--errorText, #
|
|
426
|
+
color: var(--errorText, #ff3333);
|
|
427
427
|
font-size: 12px;
|
|
428
428
|
font-weight: 400;
|
|
429
429
|
line-height: 16.8px;
|
|
430
430
|
margin-top: 8px;
|
|
431
431
|
}
|
|
432
432
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ label {
|
|
433
|
-
color: var(--errorText, #
|
|
433
|
+
color: var(--errorText, #ff3333) !important;
|
|
434
434
|
}
|
|
435
435
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ input {
|
|
436
|
-
border: 1px solid var(--errorText, #
|
|
436
|
+
border: 1px solid var(--errorText, #ff3333) !important;
|
|
437
437
|
}
|
|
438
438
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordSubmitBtn___TjR_i {
|
|
439
439
|
border: none;
|
|
@@ -367,8 +367,8 @@ h5,
|
|
|
367
367
|
display: flex;
|
|
368
368
|
align-items: center;
|
|
369
369
|
background-color: var(--errorBackground, #e6d5d5);
|
|
370
|
-
border: 1px dashed var(--errorText, #
|
|
371
|
-
color: var(--errorText, #
|
|
370
|
+
border: 1px dashed var(--errorText, #ff3333);
|
|
371
|
+
color: var(--errorText, #ff3333);
|
|
372
372
|
}
|
|
373
373
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y.forget-password__alert-success___IDyO1 {
|
|
374
374
|
background-color: #eefefa;
|
|
@@ -381,7 +381,7 @@ h5,
|
|
|
381
381
|
font-size: 13px;
|
|
382
382
|
}
|
|
383
383
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y .forget-password__alert-link___WEvmv {
|
|
384
|
-
color: var(--errorText, #
|
|
384
|
+
color: var(--errorText, #ff3333);
|
|
385
385
|
font-size: 9px;
|
|
386
386
|
cursor: pointer;
|
|
387
387
|
}
|
|
@@ -423,17 +423,17 @@ h5,
|
|
|
423
423
|
line-height: 140%;
|
|
424
424
|
}
|
|
425
425
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordInputGroup___XQ61I .forget-password__emailErrorMessage___vW0zC {
|
|
426
|
-
color: var(--errorText, #
|
|
426
|
+
color: var(--errorText, #ff3333);
|
|
427
427
|
font-size: 12px;
|
|
428
428
|
font-weight: 400;
|
|
429
429
|
line-height: 16.8px;
|
|
430
430
|
margin-top: 8px;
|
|
431
431
|
}
|
|
432
432
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ label {
|
|
433
|
-
color: var(--errorText, #
|
|
433
|
+
color: var(--errorText, #ff3333) !important;
|
|
434
434
|
}
|
|
435
435
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ input {
|
|
436
|
-
border: 1px solid var(--errorText, #
|
|
436
|
+
border: 1px solid var(--errorText, #ff3333) !important;
|
|
437
437
|
}
|
|
438
438
|
.forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordSubmitBtn___TjR_i {
|
|
439
439
|
border: none;
|