tabexseriescomponents 0.2.1069 → 0.2.1071
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/index.cjs.js +854 -484
- package/dist/index.esm.js +854 -484
- package/dist/index.umd.js +854 -484
- package/package.json +1 -1
- package/srcbefore27-11/Contexts/LanguageContext.jsx +408 -0
- package/srcbefore27-11/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcbefore27-11/Imagekitconfig copy.jsx +46 -0
- package/srcbefore27-11/Imagekitconfig.jsx +178 -0
- package/srcbefore27-11/StylesJS/Customstyles.js +456 -0
- package/srcbefore27-11/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +538 -0
- package/srcbefore27-11/TabexComponents/Cards/Card20/Card20.jsx +299 -0
- package/srcbefore27-11/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcbefore27-11/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcbefore27-11/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcbefore27-11/TabexComponents/Cards/Card23/Card23.jsx +733 -0
- package/srcbefore27-11/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcbefore27-11/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcbefore27-11/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcbefore27-11/TabexComponents/Cards/Cardwithdetailsshowonhover/Cardwithdetailsshowonhover.jsx +1074 -0
- package/srcbefore27-11/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcbefore27-11/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +293 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover/Categorycard_details_onhover.jsx +512 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover copy/Categorycard_details_onhover.jsx +513 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +184 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcbefore27-11/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +208 -0
- package/srcbefore27-11/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +145 -0
- package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcbefore27-11/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcbefore27-11/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +605 -0
- package/srcbefore27-11/TabexComponents/Cards/MenuCard/MenuCard.jsx +817 -0
- package/srcbefore27-11/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcbefore27-11/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcbefore27-11/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcbefore27-11/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +731 -0
- package/srcbefore27-11/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcbefore27-11/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcbefore27-11/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +138 -0
- package/srcbefore27-11/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
- package/srcbefore27-11/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +600 -0
- package/srcbefore27-11/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +2321 -0
- package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +1311 -0
- package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcardlastversion15-9.jsx +1292 -0
- package/srcbefore27-11/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcbefore27-11/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcbefore27-11/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcbefore27-11/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcbefore27-11/TabexComponents/Cards/Variants_J_Cards/Variants_J_Cards.jsx +660 -0
- package/srcbefore27-11/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +759 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer2/Footer2.jsx +731 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer3/Footer3.jsx +414 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer5/Footer5.jsx +776 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer7/Footer7.jsx +430 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8 copy.jsx +1970 -0
- package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8.jsx +2015 -0
- package/srcbefore27-11/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcbefore27-11/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +582 -0
- package/srcbefore27-11/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +1165 -0
- package/srcbefore27-11/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +646 -0
- package/srcbefore27-11/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcbefore27-11/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +332 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcbefore27-11/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcbefore27-11/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1264 -0
- package/srcbefore27-11/TabexComponents/Headers/CategoriesComponent/CategoriesComponent.jsx +375 -0
- package/srcbefore27-11/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1056 -0
- package/srcbefore27-11/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1498 -0
- package/srcbefore27-11/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1289 -0
- package/srcbefore27-11/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcbefore27-11/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +907 -0
- package/srcbefore27-11/TabexComponents/Headers/FloatingIcons/FloatingIcons.jsx +358 -0
- package/srcbefore27-11/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +875 -0
- package/srcbefore27-11/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcbefore27-11/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcbefore27-11/TabexComponents/Headers/Header8/Header8.jsx +3414 -0
- package/srcbefore27-11/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +777 -0
- package/srcbefore27-11/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +933 -0
- package/srcbefore27-11/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +710 -0
- package/srcbefore27-11/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcbefore27-11/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1347 -0
- package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1566 -0
- package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +7199 -0
- package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcbefore27-11/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +941 -0
- package/srcbefore27-11/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +80 -0
- package/srcbefore27-11/TabexComponents/Headers/Minimalheader/Minimalheader.jsx +846 -0
- package/srcbefore27-11/TabexComponents/Headers/Modernheader/Modernheader.jsx +1198 -0
- package/srcbefore27-11/TabexComponents/Headers/ParentCollectionsComponent/ParentCollectionsComponent.jsx +385 -0
- package/srcbefore27-11/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +784 -0
- package/srcbefore27-11/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1186 -0
- package/srcbefore27-11/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +3711 -0
- package/srcbefore27-11/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +266 -0
- package/srcbefore27-11/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +860 -0
- package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader copy.jsx +950 -0
- package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader.jsx +1052 -0
- package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcbefore27-11/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcbefore27-11/TabexComponents/Headers/SubheaderDropdown/SubheaderDropdown.jsx +610 -0
- package/srcbefore27-11/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1049 -0
- package/srcbefore27-11/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1095 -0
- package/srcbefore27-11/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +979 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +872 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContentrecent.jsx +895 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +421 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +822 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm19-8beforeattach.jsx +789 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm22-7.jsx +787 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +295 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/PopupCountryComponent/PopupCountryComponent.jsx +120 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +119 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +489 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +633 -0
- package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +509 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +2323 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSectionwithanomation12-1.jsx +2065 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +966 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1577 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +596 -0
- package/srcbefore27-11/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +394 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/CountDownSection/CountDownSection.jsx +174 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +651 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection20-2.jsx +1017 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +3027 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/MarqueeSection/MarqueeSection.jsx +103 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Preloaderone/Preloaderone.jsx +49 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +384 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards copy.jsx +1576 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +1989 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +474 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +665 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +741 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/TableSection/TableSection.jsx +423 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +636 -0
- package/srcbefore27-11/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcbefore27-11/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +234 -0
- package/srcbefore27-11/TabexComponents/StaticPages/AddReview/AddReview.jsx +306 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +364 -0
- package/srcbefore27-11/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +1000 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout.jsx +2506 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout12-12beforeextras.jsx +1999 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Compare/Compare.jsx +79 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter.jsx +3337 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcbefore27-11/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Login/Login.jsx +616 -0
- package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +693 -0
- package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess2.jsx +173 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1831 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcbefore27-11/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +268 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +190 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +224 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductFileUploader.jsx +136 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +347 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +262 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +5566 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeeuro.jsx +3101 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3047 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo13-5.jsx +2103 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo_28_6.jsx +2189 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfotoday.jsx +2166 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.js +2714 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +2206 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtypetill28-4-2025.jsx +1158 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +1117 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs4-5.jsx +1043 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabstill28-4-2025.jsx +1040 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +905 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +928 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcbefore27-11/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +346 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +367 -0
- package/srcbefore27-11/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +222 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1505 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm12-5beforeemailrequired.jsx +1476 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcbefore27-11/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +219 -0
- package/srcbefore27-11/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcbefore27-11/button.jsx +40 -0
- package/srcbefore27-11/index.jsx +353 -0
- package/srcbefore27-11/styles/Home.module.css +129 -0
- package/srcbefore27-11/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcbefore27-11/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcbefore27-11/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcbefore27-11/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcbefore27-11/styles/cards/Productcard6.module.css +9 -0
- package/srcbefore27-11/styles/cards/Productccard_with_zoominonhover.module.css +94 -0
- package/srcbefore27-11/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcbefore27-11/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcbefore27-11/styles/cards/card23.module.css +60 -0
- package/srcbefore27-11/styles/cards/categorycard.module.css +84 -0
- package/srcbefore27-11/styles/cards/categorycard3.module.css +50 -0
- package/srcbefore27-11/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcbefore27-11/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcbefore27-11/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcbefore27-11/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcbefore27-11/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcbefore27-11/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcbefore27-11/styles/general/bootstrap.css +4763 -0
- package/srcbefore27-11/styles/general/dropdown.css +206 -0
- package/srcbefore27-11/styles/general/editorbardropdown.module.css +94 -0
- package/srcbefore27-11/styles/general/filter.module.css +108 -0
- package/srcbefore27-11/styles/general/form.module.css +255 -0
- package/srcbefore27-11/styles/general/general.module.css +872 -0
- package/srcbefore27-11/styles/general/image-gallery.css +531 -0
- package/srcbefore27-11/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcbefore27-11/styles/general/react-phone-input-2.module.css +927 -0
- package/srcbefore27-11/styles/general/scrollbtn.module.css +22 -0
- package/srcbefore27-11/styles/general/slick.module.css +166 -0
- package/srcbefore27-11/styles/general/tabs.module.css +119 -0
- package/srcbefore27-11/styles/general/workplaceeditor.module.css +328 -0
- package/srcbefore27-11/styles/globals.css +26 -0
- package/srcbefore27-11/styles/headers/CTAHeader.module.css +40 -0
- package/srcbefore27-11/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcbefore27-11/styles/headers/Gotoheader.module.css +87 -0
- package/srcbefore27-11/styles/headers/Header7.module.css +50 -0
- package/srcbefore27-11/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcbefore27-11/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcbefore27-11/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcbefore27-11/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcbefore27-11/styles/headers/NewHeader.module.css +101 -0
- package/srcbefore27-11/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcbefore27-11/styles/headers/Sideheader.module.css +108 -0
- package/srcbefore27-11/styles/headers/Simpleheader.module.css +102 -0
- package/srcbefore27-11/styles/headers/classicheader.module.css +16 -0
- package/srcbefore27-11/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcbefore27-11/styles/headers/dropdown.css +0 -0
- package/srcbefore27-11/styles/headers/header4.module.css +175 -0
- package/srcbefore27-11/styles/headers/header5.module.css +30 -0
- package/srcbefore27-11/styles/headers/header_contactinfo.module.css +53 -0
- package/srcbefore27-11/styles/headers/headerresturant.module.css +89 -0
- package/srcbefore27-11/styles/headers/modernheader.module.css +45 -0
- package/srcbefore27-11/styles/headers/stylishheader.module.css +24 -0
- package/srcbefore27-11/styles/headers/subheader.module.css +114 -0
- package/srcbefore27-11/styles/headers/threetieredheader.module.css +91 -0
- package/srcbefore27-11/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcbefore27-11/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcbefore27-11/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcbefore27-11/styles/sections/Freetext.module.css +18 -0
- package/srcbefore27-11/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcbefore27-11/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcbefore27-11/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcbefore27-11/styles/staticpages/accordion.module.css +9 -0
- package/srcbefore27-11/styles/staticpages/cart.module.css +108 -0
- package/srcbefore27-11/styles/staticpages/dropdown.css +196 -0
- package/srcbefore27-11/styles/staticpages/filter.module.css +139 -0
- package/srcbefore27-11/styles/staticpages/image-gallery.css +481 -0
- package/srcbefore27-11/styles/staticpages/login.module.css +155 -0
- package/srcbefore27-11/styles/staticpages/productinfo.module.css +54 -0
- package/srcbefore27-11/styles/staticpages/shop.module.css +191 -0
- package/srcbefore27-11/styles/staticpages/signup.module.css +250 -0
- package/srcbefore27-11/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcbefore27-11/styles/staticpages/viewcart.module.css +129 -0
- package/srcbefore27-11/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
+
import { css } from 'glamor';
|
|
3
|
+
import { FiPhone } from '@react-icons/all-files/fi/FiPhone';
|
|
4
|
+
import { FaWhatsapp } from '@react-icons/all-files/fa/FaWhatsapp';
|
|
5
|
+
import { AiFillInstagram } from '@react-icons/all-files/ai/AiFillInstagram';
|
|
6
|
+
import { IoLocationSharp } from '@react-icons/all-files/io5/IoLocationSharp';
|
|
7
|
+
import { FaFacebook } from '@react-icons/all-files/fa/FaFacebook';
|
|
8
|
+
import { IoLogoTiktok } from '@react-icons/all-files/io5/IoLogoTiktok';
|
|
9
|
+
|
|
10
|
+
const FloatingIcons = (props) => {
|
|
11
|
+
const [sectionproperties, setsectionproperties] = useState('');
|
|
12
|
+
const langdetect = props.actions.langdetect;
|
|
13
|
+
const authdetailsContext = props.actions.authdetailsContext;
|
|
14
|
+
const routingcountext = props.actions.routingcountext;
|
|
15
|
+
|
|
16
|
+
useEffect(() => {
|
|
17
|
+
if (props.sectionpropertiesprops != undefined) {
|
|
18
|
+
setsectionproperties({ ...props.sectionpropertiesprops });
|
|
19
|
+
}
|
|
20
|
+
}, [props.sectionpropertiesprops]);
|
|
21
|
+
const header_cssstyles = {
|
|
22
|
+
floatingwaicon: css({
|
|
23
|
+
position: 'fixed',
|
|
24
|
+
zIndex: 999999,
|
|
25
|
+
transition: 'all 0.3s ease-out',
|
|
26
|
+
bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
|
|
27
|
+
right:
|
|
28
|
+
sectionproperties.cartBtnShow == 'Hide' ? (langdetect == 'en' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '') : sectionproperties.floatingwhatsapppositionfromright,
|
|
29
|
+
left: sectionproperties.cartBtnShow == 'Hide' ? (langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '') : '',
|
|
30
|
+
width: sectionproperties.floatingwhatsappiconwidth + 'px',
|
|
31
|
+
height: sectionproperties.floatingwhatappiconheight + 'px',
|
|
32
|
+
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
33
|
+
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
34
|
+
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
35
|
+
color: sectionproperties.floatingwhatsappiconcolor,
|
|
36
|
+
':hover': {
|
|
37
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
38
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover,
|
|
39
|
+
},
|
|
40
|
+
}),
|
|
41
|
+
waicon: css({
|
|
42
|
+
color: sectionproperties.floatingwhatsappiconcolor,
|
|
43
|
+
|
|
44
|
+
':hover': {
|
|
45
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
46
|
+
},
|
|
47
|
+
}),
|
|
48
|
+
fbfloatingicon: css({
|
|
49
|
+
position: 'fixed',
|
|
50
|
+
zIndex: 999999,
|
|
51
|
+
transition: 'all 0.3s ease-out',
|
|
52
|
+
bottom: sectionproperties.floatingfbfrombottom + 'px',
|
|
53
|
+
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
54
|
+
height: sectionproperties.floatingfbiconheight + 'px',
|
|
55
|
+
background: sectionproperties.floatingfbiconbgcolor,
|
|
56
|
+
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
57
|
+
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
58
|
+
color: sectionproperties.floatingfbiconiconcolor,
|
|
59
|
+
':hover': {
|
|
60
|
+
color: sectionproperties.floatingfbiconiconcoloronhover,
|
|
61
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover,
|
|
62
|
+
},
|
|
63
|
+
}),
|
|
64
|
+
fbfloatingiconen: css({
|
|
65
|
+
right: sectionproperties.floatingfbfromright + 'px',
|
|
66
|
+
}),
|
|
67
|
+
fbfloatingiconar: css({
|
|
68
|
+
left: sectionproperties.floatingfbfromright + 'px',
|
|
69
|
+
}),
|
|
70
|
+
instagramfloatingicon: css({
|
|
71
|
+
position: 'fixed',
|
|
72
|
+
zIndex: 999999,
|
|
73
|
+
transition: 'all 0.3s ease-out',
|
|
74
|
+
bottom: sectionproperties.floatinginstagramfrombottom + 'px',
|
|
75
|
+
width: sectionproperties.floatinginstagramiconwidth + 'px',
|
|
76
|
+
height: sectionproperties.floatinginstagramiconheight + 'px',
|
|
77
|
+
background: sectionproperties.floatinginstagramiconbgcolor,
|
|
78
|
+
borderRadius: sectionproperties.floatinginstagramiconborderradius + 'px',
|
|
79
|
+
color: sectionproperties.floatinginstagramiconiconcolor,
|
|
80
|
+
':hover': {
|
|
81
|
+
color: sectionproperties.floatinginstagramiconiconcoloronhover,
|
|
82
|
+
background: sectionproperties.floatinginstagramiconbgcoloronhover,
|
|
83
|
+
},
|
|
84
|
+
}),
|
|
85
|
+
instagramfloatingiconen: css({
|
|
86
|
+
right: sectionproperties.floatinginstagramfromright + 'px',
|
|
87
|
+
}),
|
|
88
|
+
instagramfloatingiconar: css({
|
|
89
|
+
left: sectionproperties.floatinginstagramfromright + 'px',
|
|
90
|
+
}),
|
|
91
|
+
tiktokfloatingicon: css({
|
|
92
|
+
position: 'fixed',
|
|
93
|
+
zIndex: 999999,
|
|
94
|
+
transition: 'all 0.3s ease-out',
|
|
95
|
+
bottom: sectionproperties.tiktokfloatingiconfrombottom + 'px',
|
|
96
|
+
width: sectionproperties.tiktokfloatingiconiconwidth + 'px',
|
|
97
|
+
height: sectionproperties.tiktokfloatingiconheight + 'px',
|
|
98
|
+
background: sectionproperties.tiktokfloatingiconbgcolor,
|
|
99
|
+
borderRadius: sectionproperties.tiktokfloatingiconborderradius + 'px',
|
|
100
|
+
color: sectionproperties.tiktokfloatingiconcolor,
|
|
101
|
+
':hover': {
|
|
102
|
+
color: sectionproperties.tiktokfloatingiconcoloronhover,
|
|
103
|
+
background: sectionproperties.tiktokfloatingiconbgcoloronhover,
|
|
104
|
+
},
|
|
105
|
+
}),
|
|
106
|
+
tiktokfloatingiconen: css({
|
|
107
|
+
right: sectionproperties.tiktokfloatingiconfromright + 'px',
|
|
108
|
+
}),
|
|
109
|
+
tiktokfloatingiconar: css({
|
|
110
|
+
left: sectionproperties.tiktokfloatingiconfromright + 'px',
|
|
111
|
+
}),
|
|
112
|
+
floatingbtn: css({
|
|
113
|
+
position: 'fixed',
|
|
114
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
115
|
+
zIndex: 999999,
|
|
116
|
+
transition: 'all 0.3s ease-out',
|
|
117
|
+
width: sectionproperties.floatingbtnwidth + 'px',
|
|
118
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
119
|
+
background: sectionproperties.floatingbtnbg,
|
|
120
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
121
|
+
color: sectionproperties.floatingbtncolor,
|
|
122
|
+
borderRadius: sectionproperties.floatingbuttonborderradius + 'px',
|
|
123
|
+
':hover': {
|
|
124
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
125
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
126
|
+
transitions: '.3s',
|
|
127
|
+
cursor: 'pointer',
|
|
128
|
+
},
|
|
129
|
+
// '@media (max-width: 800px)': {
|
|
130
|
+
// width: '50%',
|
|
131
|
+
// },
|
|
132
|
+
}),
|
|
133
|
+
floatingbtnen: css({
|
|
134
|
+
right: sectionproperties.floatingbtnfromright + 'px',
|
|
135
|
+
}),
|
|
136
|
+
floatingbtnar: css({
|
|
137
|
+
left: sectionproperties.floatingbtnfromright + 'px',
|
|
138
|
+
}),
|
|
139
|
+
callbtn: css({
|
|
140
|
+
position: 'fixed',
|
|
141
|
+
zIndex: 999999,
|
|
142
|
+
transition: 'all 0.3s ease-out',
|
|
143
|
+
width: sectionproperties.callfloatingiconiconwidth + 'px',
|
|
144
|
+
height: sectionproperties.callfloatingiconiconheight + 'px',
|
|
145
|
+
background: sectionproperties.callfloatingbgcolor,
|
|
146
|
+
borderRadius: sectionproperties.callfloatingiconiconborderradius + 'px',
|
|
147
|
+
color: sectionproperties.callfloatingcolor,
|
|
148
|
+
':hover': {
|
|
149
|
+
color: sectionproperties.callfloatingcoloronhover,
|
|
150
|
+
background: sectionproperties.callfloatingbgcoloronhover,
|
|
151
|
+
},
|
|
152
|
+
}),
|
|
153
|
+
callbtnen: css({
|
|
154
|
+
right: sectionproperties.callppositionfromright + 'px',
|
|
155
|
+
}),
|
|
156
|
+
callbtnar: css({
|
|
157
|
+
left: sectionproperties.callppositionfromright + 'px',
|
|
158
|
+
}),
|
|
159
|
+
callbtntms: css({
|
|
160
|
+
position: 'fixed',
|
|
161
|
+
zIndex: 999999,
|
|
162
|
+
transition: 'all 0.3s ease-out',
|
|
163
|
+
width: '50px',
|
|
164
|
+
height: '50px',
|
|
165
|
+
background: '#99dfff',
|
|
166
|
+
borderRadius: '100px',
|
|
167
|
+
color: '#fff',
|
|
168
|
+
':hover': {
|
|
169
|
+
color: '#fff',
|
|
170
|
+
background: '#99dfff',
|
|
171
|
+
},
|
|
172
|
+
}),
|
|
173
|
+
callbtnentms: css({
|
|
174
|
+
right: sectionproperties.floatingwhatsapppositionfromright + 'px',
|
|
175
|
+
}),
|
|
176
|
+
callbtnartms: css({
|
|
177
|
+
left: sectionproperties.floatingwhatsapppositionfromright + 'px',
|
|
178
|
+
}),
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
const whatsappUrl = `https://wa.me/${authdetailsContext?.instinfo?.whatsappnumber}?text=${sectionproperties.directwabtnmessageen}`;
|
|
182
|
+
|
|
183
|
+
const whatsappUrl_ar = `https://wa.me/${authdetailsContext?.instinfo?.whatsappnumber}?text=${sectionproperties.directwabtnmessagear}`;
|
|
184
|
+
return (
|
|
185
|
+
<div class={''} style={{ position: 'relative' }}>
|
|
186
|
+
{sectionproperties.showfloatingwaicon == 'Show' && (
|
|
187
|
+
<div class={header_cssstyles.floatingwaicon + ' allcentered cursor-pointer '}>
|
|
188
|
+
<a
|
|
189
|
+
href={authdetailsContext.instinfo.instid == '68333d09dc47d' ? 'https://chat.whatsapp.com/Imq769Yj7XBG5zutHtTGgC' : langdetect == 'en' ? whatsappUrl : whatsappUrl_ar}
|
|
190
|
+
target="_blank"
|
|
191
|
+
rel="noopener noreferrer"
|
|
192
|
+
style={{}}
|
|
193
|
+
class={header_cssstyles.waicon + ' allcentered cursor-pointer '}
|
|
194
|
+
>
|
|
195
|
+
<FaWhatsapp size={sectionproperties.floatingwhatsappiconiconfontsize} />
|
|
196
|
+
{sectionproperties.floatingwhatsappiconfontsize != 0 && (
|
|
197
|
+
<span class={langdetect == 'en' ? 'ml-1' : 'mr-1'}>{langdetect == 'en' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar}</span>
|
|
198
|
+
)}
|
|
199
|
+
</a>
|
|
200
|
+
</div>
|
|
201
|
+
)}
|
|
202
|
+
{sectionproperties.showfloatingfbbtn == 'Show' && (
|
|
203
|
+
<div
|
|
204
|
+
class={
|
|
205
|
+
sectionproperties.cartBtnShow == 'Hide'
|
|
206
|
+
? langdetect == 'en'
|
|
207
|
+
? `${header_cssstyles.fbfloatingicon} ${header_cssstyles.fbfloatingiconen}` + ' allcentered cursor-pointer '
|
|
208
|
+
: `${header_cssstyles.fbfloatingicon} ${header_cssstyles.fbfloatingiconar}` + ' allcentered cursor-pointer '
|
|
209
|
+
: `${header_cssstyles.fbfloatingicon} ${header_cssstyles.fbfloatingiconen}` + ' allcentered cursor-pointer '
|
|
210
|
+
}
|
|
211
|
+
onClick={() => {
|
|
212
|
+
if (authdetailsContext?.instinfo?.facebooklink != null) {
|
|
213
|
+
window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
|
|
214
|
+
}
|
|
215
|
+
}}
|
|
216
|
+
>
|
|
217
|
+
<FaFacebook size={sectionproperties.floatingfbiconiconsize} />
|
|
218
|
+
</div>
|
|
219
|
+
)}
|
|
220
|
+
{sectionproperties.instagramfloatingbtnshow == 'Show' && (
|
|
221
|
+
<div
|
|
222
|
+
class={
|
|
223
|
+
sectionproperties.cartBtnShow == 'Hide'
|
|
224
|
+
? langdetect == 'en'
|
|
225
|
+
? `${header_cssstyles.instagramfloatingicon} ${header_cssstyles.instagramfloatingiconen}` + ' allcentered cursor-pointer '
|
|
226
|
+
: `${header_cssstyles.instagramfloatingicon} ${header_cssstyles.instagramfloatingiconar}` + ' allcentered cursor-pointer '
|
|
227
|
+
: `${header_cssstyles.instagramfloatingicon} ${header_cssstyles.instagramfloatingiconen}` + ' allcentered cursor-pointer '
|
|
228
|
+
}
|
|
229
|
+
onClick={() => {
|
|
230
|
+
if (authdetailsContext?.instinfo?.instagramlink != null) {
|
|
231
|
+
window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
|
|
232
|
+
}
|
|
233
|
+
}}
|
|
234
|
+
>
|
|
235
|
+
<AiFillInstagram size={sectionproperties.floatinginstagramiconiconsize} />
|
|
236
|
+
</div>
|
|
237
|
+
)}
|
|
238
|
+
{sectionproperties.tiktonfloatingbtnshow == 'Show' && (
|
|
239
|
+
<div
|
|
240
|
+
class={
|
|
241
|
+
sectionproperties.cartBtnShow == 'Hide'
|
|
242
|
+
? langdetect == 'en'
|
|
243
|
+
? `${header_cssstyles.tiktokfloatingicon} ${header_cssstyles.tiktokfloatingiconen}` + ' allcentered cursor-pointer '
|
|
244
|
+
: `${header_cssstyles.tiktokfloatingicon} ${header_cssstyles.tiktokfloatingiconar}` + ' allcentered cursor-pointer '
|
|
245
|
+
: `${header_cssstyles.tiktokfloatingicon} ${header_cssstyles.tiktokfloatingiconen}` + ' allcentered cursor-pointer '
|
|
246
|
+
}
|
|
247
|
+
onClick={() => {
|
|
248
|
+
if (authdetailsContext?.instinfo?.instagramlink != null) {
|
|
249
|
+
window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
|
|
250
|
+
}
|
|
251
|
+
}}
|
|
252
|
+
>
|
|
253
|
+
<IoLogoTiktok size={sectionproperties.tiktokfloatingiconiconfontsize} />
|
|
254
|
+
</div>
|
|
255
|
+
)}
|
|
256
|
+
{sectionproperties.showfloatingbtn == 'Show' && (
|
|
257
|
+
<div
|
|
258
|
+
class={
|
|
259
|
+
sectionproperties.cartBtnShow == 'Hide'
|
|
260
|
+
? langdetect == 'en'
|
|
261
|
+
? `${header_cssstyles.floatingbtn} ${header_cssstyles.floatingbtnen}` + ' allcentered cursor-pointer '
|
|
262
|
+
: `${header_cssstyles.floatingbtn} ${header_cssstyles.floatingbtnar}` + ' allcentered cursor-pointer '
|
|
263
|
+
: `${header_cssstyles.floatingbtn} ${header_cssstyles.floatingbtnen}` + ' allcentered cursor-pointer '
|
|
264
|
+
}
|
|
265
|
+
style={{}}
|
|
266
|
+
onClick={() => {
|
|
267
|
+
// routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
268
|
+
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
269
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
270
|
+
} else {
|
|
271
|
+
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
272
|
+
}
|
|
273
|
+
}}
|
|
274
|
+
>
|
|
275
|
+
<p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar}</p>
|
|
276
|
+
</div>
|
|
277
|
+
)}
|
|
278
|
+
{sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && (
|
|
279
|
+
<div
|
|
280
|
+
style={{
|
|
281
|
+
position: 'fixed',
|
|
282
|
+
bottom: sectionproperties.floatingbtnfrombottom + 'px',
|
|
283
|
+
right: langdetect == 'en' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
284
|
+
left: langdetect == 'ar' ? sectionproperties.floatingbtnfromright + 'px' : '',
|
|
285
|
+
zIndex: 2000,
|
|
286
|
+
transition: 'all 0.3s ease-out',
|
|
287
|
+
width: '100%',
|
|
288
|
+
}}
|
|
289
|
+
class="text-end"
|
|
290
|
+
>
|
|
291
|
+
<div
|
|
292
|
+
class={header_cssstyles.floatingbtn + ' allcentered '}
|
|
293
|
+
style={{}}
|
|
294
|
+
onClick={() => {
|
|
295
|
+
if (sectionproperties.btnlinktype == 'Website Link') {
|
|
296
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
297
|
+
} else {
|
|
298
|
+
window.open(sectionproperties.floatingbtnlink, '_blank');
|
|
299
|
+
|
|
300
|
+
// routingcountext(sectionproperties.floatingbtnlink, true, '');
|
|
301
|
+
}
|
|
302
|
+
}}
|
|
303
|
+
>
|
|
304
|
+
<p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar}</p>
|
|
305
|
+
</div>
|
|
306
|
+
</div>
|
|
307
|
+
)}
|
|
308
|
+
{sectionproperties.showfloatingcallbtn == 'Show' && (
|
|
309
|
+
<a
|
|
310
|
+
href={'tel:' + authdetailsContext?.CuContactphonenumber}
|
|
311
|
+
target={'_self'}
|
|
312
|
+
style={{
|
|
313
|
+
position: 'fixed',
|
|
314
|
+
bottom: sectionproperties.callppositionfrombottom + 'px',
|
|
315
|
+
zIndex: 999999,
|
|
316
|
+
transition: 'all 0.3s ease-out',
|
|
317
|
+
}}
|
|
318
|
+
class={
|
|
319
|
+
sectionproperties.cartBtnShow == 'Hide'
|
|
320
|
+
? langdetect == 'en'
|
|
321
|
+
? `${header_cssstyles.callbtn} ${header_cssstyles.callbtnen}` + ' allcentered '
|
|
322
|
+
: `${header_cssstyles.callbtn} ${header_cssstyles.callbtnar}` + ' allcentered '
|
|
323
|
+
: `${header_cssstyles.callbtn} ${header_cssstyles.callbtnen}` + ' allcentered '
|
|
324
|
+
}
|
|
325
|
+
>
|
|
326
|
+
<i class={'h-100 d-flex align-items-center justify-content-center'}>
|
|
327
|
+
<FiPhone size={sectionproperties.callfloatingiconfontsize} style={{ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)' }} />
|
|
328
|
+
</i>
|
|
329
|
+
</a>
|
|
330
|
+
)}
|
|
331
|
+
{authdetailsContext?.instinfo?.instid == '6824564a386c2' && (
|
|
332
|
+
<a
|
|
333
|
+
href={'tel:' + authdetailsContext?.CuContactphonenumber}
|
|
334
|
+
target={'_self'}
|
|
335
|
+
style={{
|
|
336
|
+
position: 'fixed',
|
|
337
|
+
bottom: '80px',
|
|
338
|
+
zIndex: 999999,
|
|
339
|
+
transition: 'all 0.3s ease-out',
|
|
340
|
+
}}
|
|
341
|
+
class={
|
|
342
|
+
sectionproperties.cartBtnShow == 'Hide'
|
|
343
|
+
? langdetect == 'en'
|
|
344
|
+
? `${header_cssstyles.callbtntms} ${header_cssstyles.callbtnentms}` + ' allcentered '
|
|
345
|
+
: `${header_cssstyles.callbtntms} ${header_cssstyles.callbtnartms}` + ' allcentered '
|
|
346
|
+
: `${header_cssstyles.callbtntms} ${header_cssstyles.callbtnentms}` + ' allcentered '
|
|
347
|
+
}
|
|
348
|
+
>
|
|
349
|
+
<i class={'h-100 d-flex align-items-center justify-content-center'}>
|
|
350
|
+
<FiPhone size={20} style={{ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)' }} />
|
|
351
|
+
</i>
|
|
352
|
+
</a>
|
|
353
|
+
)}
|
|
354
|
+
</div>
|
|
355
|
+
);
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
export default FloatingIcons;
|