@gofynd/theme-template 3.1.3 → 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 +26 -20
- package/dist/components/address-form/form-input-selector.css +16 -16
- package/dist/components/address-item/address-item.js +1 -1
- package/dist/components/chip-review-item/chip-review-item.js +1 -1
- package/dist/components/core/fy-button/fy-button.css +6 -6
- 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 +12 -9
- package/dist/components/forced-ltr/forced-ltr.js +1 -0
- package/dist/components/form-builder/form-builder.css +22 -22
- package/dist/components/google-map/google-map.css +7 -1
- package/dist/components/index.css +52 -43
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.css +10 -10
- package/dist/components/order-header/order-header.css +4 -4
- package/dist/components/order-header/order-header.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +26 -1
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +6 -6
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +2 -2
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +9 -6
- package/dist/components/reasons-list/reason-item/reason-item.css +3 -3
- package/dist/components/reasons-list/reasons-list.css +3 -3
- package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
- package/dist/components/shipment-item/shipment-item.css +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
- package/dist/components/shipments-update-item/shipments-update-item.css +10 -6
- package/dist/helper/hooks/useLocaleDirection.js +1 -0
- package/dist/index.css +210 -143
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +6 -6
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -7
- package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +36 -8
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -5
- package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +31 -25
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
- package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
- package/dist/page-layouts/compare/compare.css +14 -12
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.css +11 -11
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +10 -10
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +20 -17
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +13 -13
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +11 -8
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +11 -8
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
- package/dist/page-layouts/single-checkout/address/single-address-content.css +4 -4
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +30 -24
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +38 -20
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +38 -20
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +42 -24
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
- package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
- 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 +87 -47
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +87 -47
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +92 -62
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +92 -62
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +11 -11
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +11 -11
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +19 -19
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +19 -19
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +6 -6
- package/dist/pages/forgot-password/index.css +6 -6
- package/dist/pages/index.css +208 -141
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +14 -14
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +14 -14
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +10 -10
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +46 -21
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +10 -10
- package/dist/pages/order-status/index.css +11 -8
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +11 -8
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +30 -24
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +30 -24
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +10 -10
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +18 -18
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +6 -6
- package/dist/pages/profile/components/empty-state/empty-state.css +6 -6
- package/dist/pages/profile/email/email.css +10 -10
- package/dist/pages/profile/email/index.css +10 -10
- package/dist/pages/profile/index.css +12 -12
- package/dist/pages/profile/phone/index.css +18 -18
- package/dist/pages/profile/phone/phone.css +18 -18
- package/dist/pages/profile/profile-details.css +12 -12
- package/dist/pages/register/index.css +18 -18
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +18 -18
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/set-password/index.css +5 -5
- package/dist/pages/set-password/set-password.css +5 -5
- package/dist/pages/shared-cart/index.js +1 -1
- package/dist/pages/shared-cart/shared-cart.js +1 -1
- package/dist/pages/wishlist/index.css +20 -17
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +20 -17
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
|
@@ -336,7 +336,10 @@ h5,
|
|
|
336
336
|
}
|
|
337
337
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
338
338
|
font-size: small;
|
|
339
|
-
margin:
|
|
339
|
+
margin-top: 0;
|
|
340
|
+
margin-inline-end: 0px;
|
|
341
|
+
margin-bottom: 12px;
|
|
342
|
+
margin-inline-start: 0px;
|
|
340
343
|
display: none;
|
|
341
344
|
}
|
|
342
345
|
@media only screen and (max-width: 480px) {
|
|
@@ -385,7 +388,7 @@ h5,
|
|
|
385
388
|
font-size: 10px;
|
|
386
389
|
font-weight: 500;
|
|
387
390
|
margin-top: 4px;
|
|
388
|
-
color: var(--errorText, #
|
|
391
|
+
color: var(--errorText, #ff3333);
|
|
389
392
|
}
|
|
390
393
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
|
|
391
394
|
height: 4px;
|
|
@@ -745,7 +748,7 @@ h5,
|
|
|
745
748
|
position: relative;
|
|
746
749
|
}
|
|
747
750
|
.fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
|
|
748
|
-
color: var(--errorText, #
|
|
751
|
+
color: var(--errorText, #ff3333);
|
|
749
752
|
padding-top: 5px;
|
|
750
753
|
font-weight: 400;
|
|
751
754
|
font-size: 12px;
|
|
@@ -756,10 +759,10 @@ h5,
|
|
|
756
759
|
line-height: 21px;
|
|
757
760
|
}
|
|
758
761
|
.fy-input__label___YQgmr span {
|
|
759
|
-
color: var(--errorText, #
|
|
762
|
+
color: var(--errorText, #ff3333);
|
|
760
763
|
}
|
|
761
764
|
.fy-input__required___MaAlL {
|
|
762
|
-
color: var(--errorText, #
|
|
765
|
+
color: var(--errorText, #ff3333);
|
|
763
766
|
}
|
|
764
767
|
.fy-input__floating___jgtoq {
|
|
765
768
|
position: absolute;
|
|
@@ -806,7 +809,7 @@ h5,
|
|
|
806
809
|
border-color: var(--buttonPrimary, #4e3f09);
|
|
807
810
|
}
|
|
808
811
|
.fy-input__inputError___KsMkv {
|
|
809
|
-
border-color: var(--errorText, #
|
|
812
|
+
border-color: var(--errorText, #ff3333) !important;
|
|
810
813
|
}
|
|
811
814
|
.fy-input__no-border____9qYF {
|
|
812
815
|
border: none;
|
|
@@ -353,11 +353,11 @@ h5,
|
|
|
353
353
|
flex: 0 0 24px;
|
|
354
354
|
}
|
|
355
355
|
.reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
|
|
356
|
-
margin-
|
|
356
|
+
margin-inline-start: 10px;
|
|
357
357
|
}
|
|
358
358
|
@media only screen and (max-width: 480px) {
|
|
359
359
|
.reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
|
|
360
|
-
margin-
|
|
360
|
+
margin-inline-start: 8px;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
.reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__lightxs___nD5Od {
|
|
@@ -380,7 +380,7 @@ h5,
|
|
|
380
380
|
resize: none;
|
|
381
381
|
}
|
|
382
382
|
.reason-item__reasonItem___X1uR_ .reason-item__textarea___XwP_2 .reason-item__error___IjRz1 {
|
|
383
|
-
color: var(--errorText, #
|
|
383
|
+
color: var(--errorText, #ff3333);
|
|
384
384
|
font-size: 12px;
|
|
385
385
|
font-style: normal;
|
|
386
386
|
font-weight: 400;
|
|
@@ -715,11 +715,11 @@ h5,
|
|
|
715
715
|
flex: 0 0 24px;
|
|
716
716
|
}
|
|
717
717
|
.reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
|
|
718
|
-
margin-
|
|
718
|
+
margin-inline-start: 10px;
|
|
719
719
|
}
|
|
720
720
|
@media only screen and (max-width: 480px) {
|
|
721
721
|
.reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
|
|
722
|
-
margin-
|
|
722
|
+
margin-inline-start: 8px;
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
.reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__lightxs___nD5Od {
|
|
@@ -742,7 +742,7 @@ h5,
|
|
|
742
742
|
resize: none;
|
|
743
743
|
}
|
|
744
744
|
.reason-item__reasonItem___X1uR_ .reason-item__textarea___XwP_2 .reason-item__error___IjRz1 {
|
|
745
|
-
color: var(--errorText, #
|
|
745
|
+
color: var(--errorText, #ff3333);
|
|
746
746
|
font-size: 12px;
|
|
747
747
|
font-style: normal;
|
|
748
748
|
font-weight: 400;
|
|
@@ -428,7 +428,7 @@ h5,
|
|
|
428
428
|
line-height: 140%;
|
|
429
429
|
}
|
|
430
430
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__margin___aoRFj {
|
|
431
|
-
color: var(--errorText, #
|
|
431
|
+
color: var(--errorText, #ff3333);
|
|
432
432
|
margin-inline-start: 10px;
|
|
433
433
|
}
|
|
434
434
|
.shipment-item__bagItem___YVBW1 .shipment-item__bagInfo___j7W8G .shipment-item__total___j4dLu {
|
|
@@ -392,7 +392,7 @@ h5,
|
|
|
392
392
|
}
|
|
393
393
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__status___B417y .shipment-tracking__info___KBL6j {
|
|
394
394
|
position: absolute;
|
|
395
|
-
|
|
395
|
+
inset-inline-end: 20px;
|
|
396
396
|
text-align: center;
|
|
397
397
|
color: #ffffff;
|
|
398
398
|
padding: 10px;
|
|
@@ -408,7 +408,7 @@ h5,
|
|
|
408
408
|
opacity: 0.5;
|
|
409
409
|
}
|
|
410
410
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__trackInfo___A5RXX {
|
|
411
|
-
margin-
|
|
411
|
+
margin-inline-start: 20px;
|
|
412
412
|
}
|
|
413
413
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__trackInfo___A5RXX .shipment-tracking__boldsm___aDLPp {
|
|
414
414
|
font-weight: 700;
|
|
@@ -437,7 +437,7 @@ h5,
|
|
|
437
437
|
width: 100%;
|
|
438
438
|
}
|
|
439
439
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__dropdownArrow___m8GIu {
|
|
440
|
-
margin-
|
|
440
|
+
margin-inline-start: auto;
|
|
441
441
|
}
|
|
442
442
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__title___BMsCR {
|
|
443
443
|
font-weight: bold;
|
|
@@ -486,12 +486,12 @@ h5,
|
|
|
486
486
|
font-size: 12px;
|
|
487
487
|
font-weight: 500;
|
|
488
488
|
line-height: 140%;
|
|
489
|
-
border-
|
|
489
|
+
border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
|
|
490
490
|
color: var(--buttonLink, #b1655b);
|
|
491
491
|
}
|
|
492
492
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div:last-child,
|
|
493
493
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a:last-child {
|
|
494
|
-
border-
|
|
494
|
+
border-inline-end: none;
|
|
495
495
|
}
|
|
496
496
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div:hover,
|
|
497
497
|
.shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a:hover {
|
|
@@ -363,8 +363,8 @@ h5,
|
|
|
363
363
|
.quantity-ctrl__qtyControl___LvP42 .quantity-ctrl__qtyAmount___NVSUc {
|
|
364
364
|
width: 38px;
|
|
365
365
|
height: 100%;
|
|
366
|
-
border-
|
|
367
|
-
border-
|
|
366
|
+
border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
|
|
367
|
+
border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
|
|
368
368
|
margin: 0px;
|
|
369
369
|
background-color: var(--pageBackground, #f8f8f8);
|
|
370
370
|
display: flex;
|
|
@@ -343,11 +343,15 @@ h5,
|
|
|
343
343
|
}
|
|
344
344
|
}
|
|
345
345
|
.shipments-update-item__updateItem___SC6gf .shipments-update-item__bagImg___bn385 {
|
|
346
|
-
margin:
|
|
346
|
+
margin-top: 0;
|
|
347
|
+
margin-inline-end: 20px;
|
|
348
|
+
margin-bottom: 20px;
|
|
349
|
+
margin-inline-start: 0;
|
|
347
350
|
}
|
|
348
351
|
@media only screen and (max-width: 480px) {
|
|
349
352
|
.shipments-update-item__updateItem___SC6gf .shipments-update-item__bagImg___bn385 {
|
|
350
|
-
margin:
|
|
353
|
+
margin-inline-end: 16px;
|
|
354
|
+
margin-bottom: 16px;
|
|
351
355
|
}
|
|
352
356
|
}
|
|
353
357
|
.shipments-update-item__updateItem___SC6gf .shipments-update-item__bagImg___bn385 img {
|
|
@@ -455,12 +459,12 @@ h5,
|
|
|
455
459
|
}
|
|
456
460
|
}
|
|
457
461
|
.shipments-update-item__updateItem___SC6gf .shipments-update-item__qtyCtrl___qDcgF {
|
|
458
|
-
margin-
|
|
462
|
+
margin-inline-start: 5px;
|
|
459
463
|
position: relative;
|
|
460
464
|
}
|
|
461
465
|
.shipments-update-item__updateItem___SC6gf .shipments-update-item__qtyCtrl___qDcgF .shipments-update-item__maxAvail___VZxqT {
|
|
462
466
|
text-align: center;
|
|
463
|
-
color: var(--errorText, #
|
|
467
|
+
color: var(--errorText, #ff3333);
|
|
464
468
|
}
|
|
465
469
|
.shipments-update-item__updateItem___SC6gf .shipments-update-item__qtyCtrl___qDcgF .shipments-update-item__regularxxxs___TZVpA {
|
|
466
470
|
font-weight: 400;
|
|
@@ -852,8 +856,8 @@ h5,
|
|
|
852
856
|
.quantity-ctrl__qtyControl___LvP42 .quantity-ctrl__qtyAmount___NVSUc {
|
|
853
857
|
width: 38px;
|
|
854
858
|
height: 100%;
|
|
855
|
-
border-
|
|
856
|
-
border-
|
|
859
|
+
border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
|
|
860
|
+
border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
|
|
857
861
|
margin: 0px;
|
|
858
862
|
background-color: var(--pageBackground, #f8f8f8);
|
|
859
863
|
display: flex;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("fdk-core/utils"),require("react")):"function"==typeof define&&define.amd?define("firestone",["fdk-core/utils","react"],t):"object"==typeof exports?exports.firestone=t(require("fdk-core/utils"),require("react")):e.firestone=t(e["fdk-core/utils"],e.react)}("undefined"!=typeof self?self:this,((e,t)=>(()=>{"use strict";var r={4814:(e,t,r)=>{r.d(t,{A:()=>i});var n,a=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const i=function SvgAddress(e){return a.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),n||(n=a.createElement("path",{fill:"#4D4D4E",d:"m10.001 5.16 4.167 3.75v6.508h-1.667v-5h-5v5H5.835V8.91zm0-2.242-8.333 7.5h2.5v6.667h5v-5h1.667v5h5v-6.667h2.5z"})))}},7962:(e,t,r)=>{r.d(t,{A:()=>i});var n,a=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const i=function SvgCall(e){return a.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),n||(n=a.createElement("path",{fill:"#4D4D4E",d:"M5.45 4.167c.05.741.175 1.466.375 2.158l-1 1c-.342-1-.558-2.058-.633-3.158zm8.217 10.016c.708.2 1.433.325 2.166.375V15.8a12.9 12.9 0 0 1-3.166-.625zM6.25 2.5H3.333a.836.836 0 0 0-.833.833C2.5 11.158 8.842 17.5 16.667 17.5a.836.836 0 0 0 .833-.833v-2.909a.836.836 0 0 0-.833-.833 9.5 9.5 0 0 1-2.975-.475.7.7 0 0 0-.259-.042.85.85 0 0 0-.591.242l-1.834 1.833a12.62 12.62 0 0 1-5.491-5.491L7.35 7.158a.84.84 0 0 0 .208-.85 9.5 9.5 0 0 1-.475-2.975.836.836 0 0 0-.833-.833"})))}},7010:(e,t,r)=>{r.d(t,{A:()=>i});var n,a=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const i=function SvgEmail(e){return a.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),n||(n=a.createElement("path",{fill:"#4D4D4E",d:"M18.335 4.999c0-.917-.75-1.667-1.667-1.667H3.335c-.917 0-1.667.75-1.667 1.667v10c0 .916.75 1.666 1.667 1.666h13.333c.917 0 1.667-.75 1.667-1.666zm-1.667 0-6.667 4.158-6.666-4.158zm0 10H3.335V6.665L10 10.832l6.667-4.167z"})))}},9825:(e,t,r)=>{r.d(t,{A:()=>o});var n,a,i=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const o=function SvgOrders(e){return i.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),i.createElement("mask",{id:"orders_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},n||(n=i.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),a||(a=i.createElement("g",{mask:"url(#orders_svg__a)"},i.createElement("path",{fill:"#4D4D4E",d:"M4.418 17.918q-.625 0-1.063-.437a1.45 1.45 0 0 1-.437-1.063v-9.5q0-.625.437-1.063a1.45 1.45 0 0 1 1.063-.437h1.833q0-1.562 1.094-2.657Q8.44 1.668 10 1.668q1.563 0 2.657 1.093 1.093 1.094 1.093 2.657h1.834q.624 0 1.062.437.438.438.438 1.063v9.5q0 .625-.438 1.063a1.45 1.45 0 0 1-1.062.437zm0-1.25h11.167q.082 0 .166-.083.084-.084.084-.167v-9.5q0-.083-.084-.167-.082-.083-.166-.083H4.418q-.083 0-.167.083-.083.084-.083.167v9.5q0 .084.083.167t.167.083m5.583-5.417q1.563 0 2.657-1.093 1.093-1.094 1.093-2.657h-1.25q0 1.042-.729 1.771a2.4 2.4 0 0 1-1.77.73 2.4 2.4 0 0 1-1.772-.73 2.4 2.4 0 0 1-.729-1.77h-1.25q0 1.562 1.094 2.656Q8.44 11.251 10 11.251m-2.5-5.833h5q0-1.042-.729-1.77a2.4 2.4 0 0 0-1.77-.73 2.4 2.4 0 0 0-1.772.73 2.4 2.4 0 0 0-.729 1.77"}))))}},266:(e,t,r)=>{var n=r(9825),a=r(7962),i=r(7010),o=r(4814);n.A,a.A,i.A,o.A},4429:(e,t,r)=>{r.d(t,{il:()=>getLocaleDirection});r(266);function getLocaleDirection(e){const t=e?.store?.getState()?.custom?.currentLocaleDetails?.direction;return t||"ltr"}},447:t=>{t.exports=e},9155:e=>{e.exports=t}},n={};function __webpack_require__(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return r[e](a,a.exports,__webpack_require__),a.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{__webpack_require__.r(a),__webpack_require__.d(a,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var e=__webpack_require__(447),t=__webpack_require__(4429);const __WEBPACK_DEFAULT_EXPORT__=()=>{const r=(0,e.useFPI)(),n=(0,t.il)(r);return{isRTL:"rtl"===n,direction:n}}})(),a})()));
|