tabexseriescomponents 0.0.655 → 0.0.656
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 +144 -565
- package/dist/index.esm.js +144 -565
- package/dist/index.umd.js +144 -565
- package/package.json +1 -1
- package/src19-11/Contexts/LanguageContext.jsx +408 -0
- package/src19-11/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/src19-11/Imagekitconfig.jsx +46 -0
- package/src19-11/StylesJS/Customstyles.js +345 -0
- package/src19-11/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/src19-11/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/src19-11/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/src19-11/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/src19-11/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/src19-11/TabexComponents/Cards/Card23/Card23.jsx +733 -0
- package/src19-11/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/src19-11/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/src19-11/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/src19-11/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/src19-11/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/src19-11/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/src19-11/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/src19-11/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/src19-11/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/src19-11/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/src19-11/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/src19-11/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/src19-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/src19-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/src19-11/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/src19-11/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/src19-11/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/src19-11/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/src19-11/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/src19-11/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/src19-11/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/src19-11/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/src19-11/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/src19-11/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/src19-11/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/src19-11/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/src19-11/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/src19-11/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/src19-11/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/src19-11/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/src19-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/src19-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/src19-11/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/src19-11/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/src19-11/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/src19-11/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/src19-11/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/src19-11/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/src19-11/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/src19-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/src19-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/src19-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/src19-11/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/src19-11/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/src19-11/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/src19-11/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/src19-11/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/src19-11/TabexComponents/Footer/Footer1/Footer1.jsx +714 -0
- package/src19-11/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/src19-11/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/src19-11/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/src19-11/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/src19-11/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/src19-11/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/src19-11/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/src19-11/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/src19-11/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/src19-11/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/src19-11/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/src19-11/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/src19-11/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/src19-11/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/src19-11/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/src19-11/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/src19-11/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/src19-11/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/src19-11/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/src19-11/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/src19-11/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/src19-11/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/src19-11/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/src19-11/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/src19-11/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/src19-11/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/src19-11/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/src19-11/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/src19-11/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/src19-11/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/src19-11/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/src19-11/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/src19-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/src19-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/src19-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1845 -0
- package/src19-11/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/src19-11/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/src19-11/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/src19-11/TabexComponents/Headers/Modernheader/Modernheader.jsx +962 -0
- package/src19-11/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/src19-11/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/src19-11/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/src19-11/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/src19-11/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/src19-11/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/src19-11/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/src19-11/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/src19-11/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/src19-11/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/src19-11/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/src19-11/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +616 -0
- package/src19-11/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1902 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/src19-11/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/src19-11/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/src19-11/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/src19-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/src19-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/src19-11/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/src19-11/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/src19-11/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/src19-11/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +436 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/src19-11/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1736 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/src19-11/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/src19-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +711 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/src19-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/src19-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/src19-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/src19-11/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/src19-11/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/src19-11/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/src19-11/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/src19-11/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/src19-11/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/src19-11/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/src19-11/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/src19-11/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/src19-11/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/src19-11/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/src19-11/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/src19-11/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/src19-11/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/src19-11/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/src19-11/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/src19-11/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/src19-11/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/src19-11/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/src19-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/src19-11/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/src19-11/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/src19-11/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/src19-11/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/src19-11/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/src19-11/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/src19-11/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/src19-11/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/src19-11/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/src19-11/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/src19-11/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/src19-11/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/src19-11/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/src19-11/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/src19-11/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/src19-11/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/src19-11/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/src19-11/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/src19-11/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/src19-11/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/src19-11/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/src19-11/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/src19-11/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/src19-11/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/src19-11/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/src19-11/button.jsx +40 -0
- package/src19-11/index.jsx +334 -0
- package/src19-11/styles/Home.module.css +129 -0
- package/src19-11/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/src19-11/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/src19-11/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/src19-11/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/src19-11/styles/cards/Productcard6.module.css +9 -0
- package/src19-11/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/src19-11/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/src19-11/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/src19-11/styles/cards/card23.module.css +60 -0
- package/src19-11/styles/cards/categorycard.module.css +84 -0
- package/src19-11/styles/cards/categorycard3.module.css +50 -0
- package/src19-11/styles/cards/categorycardwithtext.module.css +40 -0
- package/src19-11/styles/cards/generalCardsStyles.module.css +79 -0
- package/src19-11/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/src19-11/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/src19-11/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/src19-11/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/src19-11/styles/general/bootstrap.css +4763 -0
- package/src19-11/styles/general/dropdown.css +206 -0
- package/src19-11/styles/general/editorbardropdown.module.css +94 -0
- package/src19-11/styles/general/filter.module.css +108 -0
- package/src19-11/styles/general/form.module.css +255 -0
- package/src19-11/styles/general/general.module.css +872 -0
- package/src19-11/styles/general/image-gallery.css +531 -0
- package/src19-11/styles/general/react-accessible-accordion.module.css +52 -0
- package/src19-11/styles/general/react-phone-input-2.module.css +927 -0
- package/src19-11/styles/general/scrollbtn.module.css +22 -0
- package/src19-11/styles/general/slick.module.css +166 -0
- package/src19-11/styles/general/tabs.module.css +119 -0
- package/src19-11/styles/general/workplaceeditor.module.css +328 -0
- package/src19-11/styles/globals.css +26 -0
- package/src19-11/styles/headers/CTAHeader.module.css +40 -0
- package/src19-11/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/src19-11/styles/headers/Gotoheader.module.css +87 -0
- package/src19-11/styles/headers/Header7.module.css +50 -0
- package/src19-11/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/src19-11/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/src19-11/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/src19-11/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/src19-11/styles/headers/NewHeader.module.css +101 -0
- package/src19-11/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/src19-11/styles/headers/Sideheader.module.css +108 -0
- package/src19-11/styles/headers/Simpleheader.module.css +102 -0
- package/src19-11/styles/headers/classicheader.module.css +16 -0
- package/src19-11/styles/headers/classicheaderstyles.module.css +9 -0
- package/src19-11/styles/headers/dropdown.css +0 -0
- package/src19-11/styles/headers/header4.module.css +175 -0
- package/src19-11/styles/headers/header5.module.css +30 -0
- package/src19-11/styles/headers/header_contactinfo.module.css +53 -0
- package/src19-11/styles/headers/headerresturant.module.css +89 -0
- package/src19-11/styles/headers/modernheader.module.css +45 -0
- package/src19-11/styles/headers/stylishheader.module.css +24 -0
- package/src19-11/styles/headers/subheader.module.css +114 -0
- package/src19-11/styles/headers/threetieredheader.module.css +91 -0
- package/src19-11/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/src19-11/styles/sections/Backgroundimage1.module.css +17 -0
- package/src19-11/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/src19-11/styles/sections/Freetext.module.css +18 -0
- package/src19-11/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/src19-11/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/src19-11/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/src19-11/styles/staticpages/accordion.module.css +9 -0
- package/src19-11/styles/staticpages/cart.module.css +108 -0
- package/src19-11/styles/staticpages/dropdown.css +196 -0
- package/src19-11/styles/staticpages/filter.module.css +139 -0
- package/src19-11/styles/staticpages/image-gallery.css +481 -0
- package/src19-11/styles/staticpages/login.module.css +155 -0
- package/src19-11/styles/staticpages/productinfo.module.css +54 -0
- package/src19-11/styles/staticpages/shop.module.css +191 -0
- package/src19-11/styles/staticpages/signup.module.css +250 -0
- package/src19-11/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/src19-11/styles/staticpages/viewcart.module.css +129 -0
- package/src19-11/styles/staticpages/wishlist.module.css +29 -0
package/dist/index.esm.js
CHANGED
|
@@ -2693,7 +2693,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2693
2693
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2694
2694
|
fontWeight: 400,
|
|
2695
2695
|
color: sectionproperties.measurementunitcolor,
|
|
2696
|
-
fontSize: sectionproperties.
|
|
2696
|
+
fontSize: sectionproperties.measurementunitcolor + 'px'
|
|
2697
2697
|
}
|
|
2698
2698
|
}, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
2699
2699
|
"class": "col-lg-12 p-0 text-start"
|
|
@@ -2811,14 +2811,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2811
2811
|
return /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
|
|
2812
2812
|
style: {
|
|
2813
2813
|
textTransform: 'capitalize',
|
|
2814
|
-
color: '#000'
|
|
2815
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2814
|
+
color: '#000'
|
|
2816
2815
|
}
|
|
2817
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td",
|
|
2818
|
-
style: {
|
|
2819
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2820
|
-
}
|
|
2821
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
2816
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td", null, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
2822
2817
|
}))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React.createElement(ProductHeaderPricing, {
|
|
2823
2818
|
actions: props.actions
|
|
2824
2819
|
}), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -18147,12 +18142,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
18147
18142
|
};
|
|
18148
18143
|
var SectionTitle = function SectionTitle() {
|
|
18149
18144
|
return /*#__PURE__*/React.createElement("div", {
|
|
18150
|
-
"class": "d-flex align-items-center",
|
|
18145
|
+
"class": "d-flex align-items-center flex-row",
|
|
18151
18146
|
style: {
|
|
18152
18147
|
position: 'relative',
|
|
18153
18148
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
18154
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18155
|
-
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
18149
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18156
18150
|
}
|
|
18157
18151
|
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
18158
18152
|
"class": section_cssstyles.line_left
|
|
@@ -18167,13 +18161,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
18167
18161
|
}
|
|
18168
18162
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
18169
18163
|
"class": section_cssstyles.line_right
|
|
18170
|
-
}), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
|
|
18171
|
-
style: {
|
|
18172
|
-
width: '50%',
|
|
18173
|
-
background: sectionproperties.linebgcolor,
|
|
18174
|
-
height: 3,
|
|
18175
|
-
borderRadius: 10
|
|
18176
|
-
}
|
|
18177
18164
|
}));
|
|
18178
18165
|
};
|
|
18179
18166
|
var isCardsectionloading = function isCardsectionloading() {
|
|
@@ -29851,7 +29838,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29851
29838
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29852
29839
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
|
|
29853
29840
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29854
|
-
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin &&
|
|
29841
|
+
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
29855
29842
|
"class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
|
|
29856
29843
|
onClick: function onClick() {
|
|
29857
29844
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -29863,7 +29850,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29863
29850
|
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
29864
29851
|
fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
|
|
29865
29852
|
}
|
|
29866
|
-
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin &&
|
|
29853
|
+
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
|
|
29867
29854
|
className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
29868
29855
|
sytle: {
|
|
29869
29856
|
position: 'relative'
|
|
@@ -29942,7 +29929,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29942
29929
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
|
|
29943
29930
|
}, /*#__PURE__*/React.createElement(BiLogOutCircle, {
|
|
29944
29931
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
29945
|
-
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' &&
|
|
29932
|
+
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
29946
29933
|
"class": langdetect == 'en' ? " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ml-2 ' : " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center mr-2 ',
|
|
29947
29934
|
sytle: {
|
|
29948
29935
|
position: 'relative'
|
|
@@ -43062,7 +43049,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
43062
43049
|
function ownKeys$1C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
43063
43050
|
function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
43064
43051
|
var Footer1 = function Footer1(props) {
|
|
43065
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13
|
|
43052
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
|
|
43066
43053
|
var _useState = useState(''),
|
|
43067
43054
|
_useState2 = _slicedToArray(_useState, 2),
|
|
43068
43055
|
sectionproperties = _useState2[0],
|
|
@@ -43081,10 +43068,6 @@ var Footer1 = function Footer1(props) {
|
|
|
43081
43068
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
43082
43069
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
43083
43070
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
43084
|
-
var _useState5 = useState(''),
|
|
43085
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
43086
|
-
newsletter = _useState6[0],
|
|
43087
|
-
setnewsletter = _useState6[1];
|
|
43088
43071
|
useEffect(function () {
|
|
43089
43072
|
if (props.srcfrom == 'addsectionform') {
|
|
43090
43073
|
var secpropobj = {};
|
|
@@ -43242,17 +43225,6 @@ var Footer1 = function Footer1(props) {
|
|
|
43242
43225
|
maxWidth: '35%',
|
|
43243
43226
|
height: 'auto'
|
|
43244
43227
|
}
|
|
43245
|
-
}),
|
|
43246
|
-
btnn: css({
|
|
43247
|
-
width: '150px',
|
|
43248
|
-
height: 40,
|
|
43249
|
-
borderRadius: 10,
|
|
43250
|
-
background: '#C2A24D',
|
|
43251
|
-
color: 'white',
|
|
43252
|
-
':hover': {
|
|
43253
|
-
transition: '.3s',
|
|
43254
|
-
background: '#186a81'
|
|
43255
|
-
}
|
|
43256
43228
|
})
|
|
43257
43229
|
};
|
|
43258
43230
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
@@ -43267,8 +43239,8 @@ var Footer1 = function Footer1(props) {
|
|
|
43267
43239
|
};
|
|
43268
43240
|
return /*#__PURE__*/React.createElement("div", {
|
|
43269
43241
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
43270
|
-
},
|
|
43271
|
-
"class": "".concat(footerStyles.footerContainer) + '
|
|
43242
|
+
}, /*#__PURE__*/React.createElement("footer", {
|
|
43243
|
+
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43272
43244
|
}, /*#__PURE__*/React.createElement("div", {
|
|
43273
43245
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43274
43246
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -43527,137 +43499,7 @@ var Footer1 = function Footer1(props) {
|
|
|
43527
43499
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43528
43500
|
}, /*#__PURE__*/React.createElement(IoLocationSharp, {
|
|
43529
43501
|
size: sectionproperties.footerinfoicon_fontsize
|
|
43530
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en))))))
|
|
43531
|
-
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43532
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43533
|
-
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43534
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43535
|
-
"class": "col-lg-6"
|
|
43536
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43537
|
-
"class": "row m-0 w-100"
|
|
43538
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43539
|
-
"class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
|
|
43540
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43541
|
-
"class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
|
|
43542
|
-
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
43543
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
43544
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
43545
|
-
path: langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
|
|
43546
|
-
style: {
|
|
43547
|
-
width: '100%',
|
|
43548
|
-
height: '100%',
|
|
43549
|
-
objectFit: 'contain'
|
|
43550
|
-
},
|
|
43551
|
-
loading: "lazy"
|
|
43552
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
43553
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
43554
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
43555
|
-
"class": "m-0 p-0",
|
|
43556
|
-
style: {
|
|
43557
|
-
fontSize: '15px',
|
|
43558
|
-
color: '#fff',
|
|
43559
|
-
fontWeight: sectionproperties.prodCatFontWeight,
|
|
43560
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43561
|
-
}
|
|
43562
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.description_ar)), /*#__PURE__*/React.createElement("div", {
|
|
43563
|
-
"class": "col-lg-12 p-0 flex-row text-start"
|
|
43564
|
-
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43565
|
-
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43566
|
-
onClick: function onClick() {
|
|
43567
|
-
var _authdetailsContext$i16;
|
|
43568
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
|
|
43569
|
-
var _authdetailsContext$i17;
|
|
43570
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
|
|
43571
|
-
}
|
|
43572
|
-
}
|
|
43573
|
-
}, /*#__PURE__*/React.createElement(FaFacebook, {
|
|
43574
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
43575
|
-
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43576
|
-
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
43577
|
-
onClick: function onClick() {
|
|
43578
|
-
var _authdetailsContext$i18;
|
|
43579
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
|
|
43580
|
-
var _authdetailsContext$i19;
|
|
43581
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
|
|
43582
|
-
}
|
|
43583
|
-
}
|
|
43584
|
-
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
43585
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
43586
|
-
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
43587
|
-
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43588
|
-
onClick: function onClick() {
|
|
43589
|
-
var _authdetailsContext$i20;
|
|
43590
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
|
|
43591
|
-
var _authdetailsContext$i21;
|
|
43592
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber), '_blank');
|
|
43593
|
-
}
|
|
43594
|
-
}
|
|
43595
|
-
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
43596
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
43597
|
-
}))))), /*#__PURE__*/React.createElement("div", {
|
|
43598
|
-
"class": "col-lg-6"
|
|
43599
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43600
|
-
"class": "row m-0 w-100 mt-md-3"
|
|
43601
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43602
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
43603
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
43604
|
-
"class": "m-0 p-0",
|
|
43605
|
-
style: {
|
|
43606
|
-
fontSize: 20,
|
|
43607
|
-
color: 'white',
|
|
43608
|
-
fontWeight: 600,
|
|
43609
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43610
|
-
}
|
|
43611
|
-
}, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React.createElement("div", {
|
|
43612
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
43613
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
43614
|
-
"class": "m-0 p-0",
|
|
43615
|
-
style: {
|
|
43616
|
-
fontSize: 15,
|
|
43617
|
-
color: 'white',
|
|
43618
|
-
fontWeight: 500,
|
|
43619
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43620
|
-
}
|
|
43621
|
-
}, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React.createElement("div", {
|
|
43622
|
-
"class": "col-lg-12 allcentered mb-3 text-start p-0"
|
|
43623
|
-
}, /*#__PURE__*/React.createElement("input", {
|
|
43624
|
-
type: "text",
|
|
43625
|
-
className: "".concat(footerStyles.form_control) + ' w-md-100 ',
|
|
43626
|
-
value: event.target.value,
|
|
43627
|
-
placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
|
|
43628
|
-
onChange: function onChange(event) {
|
|
43629
|
-
var newslettertemp = _objectSpread$1C({}, newsletter);
|
|
43630
|
-
newslettertemp = event.target.value;
|
|
43631
|
-
setnewsletter(_objectSpread$1C({}, newslettertemp));
|
|
43632
|
-
},
|
|
43633
|
-
style: {
|
|
43634
|
-
background: 'white',
|
|
43635
|
-
fontSize: 14,
|
|
43636
|
-
color: '#000',
|
|
43637
|
-
borderRadius: 10,
|
|
43638
|
-
width: '50%',
|
|
43639
|
-
height: 40,
|
|
43640
|
-
paddingLeft: 20,
|
|
43641
|
-
paddingRight: 20
|
|
43642
|
-
}
|
|
43643
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
43644
|
-
"class": "col-lg-12 text-start mb-3 text-start p-0"
|
|
43645
|
-
}, /*#__PURE__*/React.createElement("button", {
|
|
43646
|
-
"class": footerStyles.btnn
|
|
43647
|
-
}, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React.createElement("div", {
|
|
43648
|
-
"class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
|
|
43649
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
43650
|
-
"class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
|
|
43651
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
43652
|
-
"class": "col-lg-12 text-start"
|
|
43653
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
43654
|
-
"class": "m-0 p-0",
|
|
43655
|
-
style: {
|
|
43656
|
-
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
43657
|
-
color: sectionproperties.generaltext_fontColor,
|
|
43658
|
-
fontWeight: sectionproperties.generaltext_fontWeight
|
|
43659
|
-
}
|
|
43660
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
43502
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
43661
43503
|
};
|
|
43662
43504
|
|
|
43663
43505
|
function ownKeys$1B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -58530,17 +58372,13 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58530
58372
|
}
|
|
58531
58373
|
if (item.type == 'date') {
|
|
58532
58374
|
return /*#__PURE__*/React.createElement("div", {
|
|
58533
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58534
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
58535
58375
|
"class": "row m-0 w-100 mb-3"
|
|
58536
58376
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58537
58377
|
"class": "col-lg-12 text-start mb-2"
|
|
58538
58378
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58539
58379
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58540
58380
|
style: {}
|
|
58541
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("
|
|
58542
|
-
"class": "text-danger"
|
|
58543
|
-
}, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React.createElement("div", {
|
|
58381
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React.createElement("div", {
|
|
58544
58382
|
"class": "col-lg-12 text-start"
|
|
58545
58383
|
}, /*#__PURE__*/React.createElement("input", {
|
|
58546
58384
|
type: type,
|
|
@@ -58559,20 +58397,16 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58559
58397
|
updateformfield(event.target.value, index);
|
|
58560
58398
|
},
|
|
58561
58399
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58562
|
-
})))
|
|
58400
|
+
})));
|
|
58563
58401
|
} else {
|
|
58564
58402
|
return /*#__PURE__*/React.createElement("div", {
|
|
58565
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58566
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
58567
58403
|
"class": "row m-0 w-100 mb-3"
|
|
58568
58404
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58569
58405
|
"class": "col-lg-12 text-start mb-2"
|
|
58570
58406
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58571
58407
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58572
58408
|
style: {}
|
|
58573
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("
|
|
58574
|
-
"class": "text-danger"
|
|
58575
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement("div", {
|
|
58409
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("div", {
|
|
58576
58410
|
"class": "col-lg-12 text-start"
|
|
58577
58411
|
}, /*#__PURE__*/React.createElement("input", {
|
|
58578
58412
|
type: type,
|
|
@@ -58581,22 +58415,18 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58581
58415
|
updateformfield(event.target.value, index);
|
|
58582
58416
|
},
|
|
58583
58417
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58584
|
-
})))
|
|
58418
|
+
})));
|
|
58585
58419
|
}
|
|
58586
58420
|
};
|
|
58587
58421
|
var textareaitem = function textareaitem(item, index) {
|
|
58588
58422
|
return /*#__PURE__*/React.createElement("div", {
|
|
58589
|
-
"class": 'col-md-12 col-lg-12'
|
|
58590
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
58591
58423
|
"class": "row m-0 w-100 mb-3"
|
|
58592
58424
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58593
58425
|
"class": "col-lg-12 text-start mb-2"
|
|
58594
58426
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58595
58427
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58596
58428
|
style: {}
|
|
58597
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("
|
|
58598
|
-
"class": "text-danger"
|
|
58599
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement("div", {
|
|
58429
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("div", {
|
|
58600
58430
|
"class": "col-lg-12 text-start"
|
|
58601
58431
|
}, /*#__PURE__*/React.createElement(TextareaAutosize, {
|
|
58602
58432
|
value: item.value,
|
|
@@ -58604,7 +58434,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58604
58434
|
updateformfield(event.target.value, index);
|
|
58605
58435
|
},
|
|
58606
58436
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58607
|
-
})))
|
|
58437
|
+
})));
|
|
58608
58438
|
};
|
|
58609
58439
|
var selectboxitem = function selectboxitem(item, index) {
|
|
58610
58440
|
var itemsarr = item.selectboxvalues;
|
|
@@ -58612,17 +58442,13 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58612
58442
|
var decoditems = JSON.parse(itemsarr);
|
|
58613
58443
|
if (decoditems != undefined && Array.isArray(decoditems)) {
|
|
58614
58444
|
return /*#__PURE__*/React.createElement("div", {
|
|
58615
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58616
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
58617
58445
|
"class": "row m-0 w-100 mb-3"
|
|
58618
58446
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58619
58447
|
"class": "col-lg-12 text-start mb-2"
|
|
58620
58448
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58621
58449
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58622
58450
|
style: {}
|
|
58623
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("
|
|
58624
|
-
"class": "text-danger"
|
|
58625
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement("div", {
|
|
58451
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("div", {
|
|
58626
58452
|
"class": "col-lg-12 text-start"
|
|
58627
58453
|
}, /*#__PURE__*/React.createElement("select", {
|
|
58628
58454
|
value: item.value,
|
|
@@ -58636,7 +58462,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58636
58462
|
return /*#__PURE__*/React.createElement("option", {
|
|
58637
58463
|
value: sitem.optionname_en
|
|
58638
58464
|
}, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
|
|
58639
|
-
}))))
|
|
58465
|
+
}))));
|
|
58640
58466
|
}
|
|
58641
58467
|
}
|
|
58642
58468
|
};
|
|
@@ -58659,7 +58485,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58659
58485
|
width: sectionproperties.generalbtn_width + '%',
|
|
58660
58486
|
height: sectionproperties.generalbtn_height + 'px',
|
|
58661
58487
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
58662
|
-
borderRadius: sectionproperties.
|
|
58488
|
+
borderRadius: sectionproperties.generalbtn_bgColor,
|
|
58663
58489
|
color: sectionproperties.generalbtn_textColor,
|
|
58664
58490
|
fontSize: sectionproperties.generalbtn_fontsize,
|
|
58665
58491
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
@@ -58699,14 +58525,6 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58699
58525
|
transition: '.3s',
|
|
58700
58526
|
backgroundColor: '#044da6'
|
|
58701
58527
|
}
|
|
58702
|
-
}),
|
|
58703
|
-
sectiontitle: css({
|
|
58704
|
-
color: sectionproperties.sectionTitleColor,
|
|
58705
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58706
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
58707
|
-
'@media (max-width: 800px)': {
|
|
58708
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp
|
|
58709
|
-
}
|
|
58710
58528
|
})
|
|
58711
58529
|
};
|
|
58712
58530
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -58750,8 +58568,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58750
58568
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58751
58569
|
}
|
|
58752
58570
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58753
|
-
"class":
|
|
58754
|
-
style: {
|
|
58571
|
+
"class": "m-0 p-0",
|
|
58572
|
+
style: {
|
|
58573
|
+
color: sectionproperties.sectionTitleColor,
|
|
58574
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58575
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58576
|
+
}
|
|
58755
58577
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
|
|
58756
58578
|
"class": 'row m-0 w-100 p-3 mt-3'
|
|
58757
58579
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -58872,8 +58694,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58872
58694
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58873
58695
|
}
|
|
58874
58696
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58875
|
-
"class":
|
|
58876
|
-
style: {
|
|
58697
|
+
"class": "m-0 p-0",
|
|
58698
|
+
style: {
|
|
58699
|
+
color: sectionproperties.sectionTitleColor,
|
|
58700
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58701
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58702
|
+
}
|
|
58877
58703
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
|
|
58878
58704
|
"class": 'row m-0 w-100 '
|
|
58879
58705
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -59713,14 +59539,14 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59713
59539
|
height: '1px',
|
|
59714
59540
|
position: 'relative',
|
|
59715
59541
|
flex: '1 1 auto',
|
|
59716
|
-
|
|
59542
|
+
minWidth: '10%',
|
|
59717
59543
|
background: sectionproperties.linebgcolor
|
|
59718
59544
|
}),
|
|
59719
59545
|
line_right: css({
|
|
59720
59546
|
height: '1px',
|
|
59721
59547
|
position: 'relative',
|
|
59722
59548
|
flex: '1 1 auto',
|
|
59723
|
-
|
|
59549
|
+
minWidth: '10%',
|
|
59724
59550
|
background: sectionproperties.linebgcolor
|
|
59725
59551
|
}),
|
|
59726
59552
|
btn: css({
|
|
@@ -59758,39 +59584,36 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59758
59584
|
top: 0,
|
|
59759
59585
|
bottom: 0
|
|
59760
59586
|
}
|
|
59761
|
-
}),
|
|
59762
|
-
sectiontitlecontent: css({
|
|
59763
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59764
|
-
color: sectionproperties.sectionTitleColor,
|
|
59765
|
-
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59766
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59767
|
-
// padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59768
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
59769
|
-
'@media (max-width: 800px)': {
|
|
59770
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
59771
|
-
}
|
|
59772
59587
|
})
|
|
59773
59588
|
};
|
|
59774
59589
|
var SectionTitle = function SectionTitle() {
|
|
59775
59590
|
return /*#__PURE__*/React.createElement("div", {
|
|
59776
|
-
"class": "d-flex align-items-center
|
|
59591
|
+
"class": "d-flex align-items-center flex-row",
|
|
59777
59592
|
style: {
|
|
59778
59593
|
position: 'relative',
|
|
59779
59594
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
59780
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59781
|
-
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
59595
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59782
59596
|
}
|
|
59783
|
-
}, /*#__PURE__*/React.createElement("
|
|
59597
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
59598
|
+
"class": section_styles.line_left,
|
|
59599
|
+
style: {
|
|
59600
|
+
marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59601
|
+
marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59602
|
+
}
|
|
59603
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
59784
59604
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_styles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
|
|
59785
|
-
style: {}
|
|
59786
|
-
}, /*#__PURE__*/React.createElement("span", {
|
|
59787
|
-
"class": section_styles.sectiontitlecontent
|
|
59788
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
|
|
59789
59605
|
style: {
|
|
59790
|
-
|
|
59791
|
-
|
|
59792
|
-
|
|
59793
|
-
|
|
59606
|
+
color: sectionproperties.sectionTitleColor,
|
|
59607
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59608
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59609
|
+
padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59610
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
59611
|
+
}
|
|
59612
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
59613
|
+
"class": section_styles.line_right,
|
|
59614
|
+
style: {
|
|
59615
|
+
marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59616
|
+
marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59794
59617
|
}
|
|
59795
59618
|
}));
|
|
59796
59619
|
};
|
|
@@ -59849,8 +59672,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59849
59672
|
style: {
|
|
59850
59673
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
59851
59674
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
59852
|
-
paddingTop: type == 'responsive' ?
|
|
59853
|
-
paddingBottom: type == 'responsive' ?
|
|
59675
|
+
paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
|
|
59676
|
+
paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
|
|
59854
59677
|
zIndex: 100,
|
|
59855
59678
|
height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
|
|
59856
59679
|
}
|
|
@@ -59898,45 +59721,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59898
59721
|
"class": "w-100 allcentered",
|
|
59899
59722
|
style: {
|
|
59900
59723
|
background: sectionproperties.outerbgcolor
|
|
59901
|
-
// backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
|
|
59902
|
-
}
|
|
59903
|
-
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React.createElement("div", {
|
|
59904
|
-
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
59905
|
-
style: {
|
|
59906
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
59907
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
59908
|
-
}
|
|
59909
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59910
|
-
"class": "col-lg-12 p-0"
|
|
59911
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59912
|
-
"class": "row m-0 w-100 allcentered"
|
|
59913
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59914
|
-
"class": "col-lg-10 col-md-11 mt-3 mb-3",
|
|
59915
|
-
style: {
|
|
59916
|
-
background: 'white',
|
|
59917
|
-
borderRadius: 10,
|
|
59918
|
-
boxShadow: '0 0 10px #ccc',
|
|
59919
|
-
padding: 40
|
|
59920
|
-
}
|
|
59921
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59922
|
-
"class": "row m-0 w-100"
|
|
59923
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59924
|
-
"class": "col-lg-3 col-md-12 allcentered"
|
|
59925
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59926
|
-
"class": "w-100 d-flex allcentered mb-md-4"
|
|
59927
|
-
}, SectionTitle())), /*#__PURE__*/React.createElement("div", {
|
|
59928
|
-
"class": "col-lg-9 col-md-12 p-md-0",
|
|
59929
|
-
style: {
|
|
59930
|
-
paddingLeft: langdetect == 'en' ? '50px' : 0,
|
|
59931
|
-
paddingRight: langdetect == 'ar' ? '50px' : 0
|
|
59932
59724
|
}
|
|
59933
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
59934
|
-
"class": "row m-0 w-100 text-start text-md-center",
|
|
59935
|
-
style: {
|
|
59936
|
-
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
59937
|
-
}
|
|
59938
|
-
}, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React.createElement("div", {
|
|
59939
|
-
"class": "row m-0 w-100"
|
|
59940
59725
|
}, /*#__PURE__*/React.createElement("div", {
|
|
59941
59726
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
59942
59727
|
style: {
|
|
@@ -59951,7 +59736,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59951
59736
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
59952
59737
|
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
|
|
59953
59738
|
}
|
|
59954
|
-
}, SectionContent('responsive')))
|
|
59739
|
+
}, SectionContent('responsive')));
|
|
59955
59740
|
};
|
|
59956
59741
|
|
|
59957
59742
|
function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -60024,28 +59809,6 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60024
59809
|
color: sectionproperties.generalbtn_textColoronhover
|
|
60025
59810
|
}
|
|
60026
59811
|
}),
|
|
60027
|
-
btn2: css({
|
|
60028
|
-
width: sectionproperties.generalbtn_width + 'px',
|
|
60029
|
-
height: sectionproperties.generalbtn_height + 'px',
|
|
60030
|
-
// backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
60031
|
-
color: sectionproperties.generalbtn_bgColoronhover,
|
|
60032
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
60033
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
60034
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
60035
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
60036
|
-
border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
|
|
60037
|
-
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60038
|
-
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60039
|
-
marginTop: sectionproperties.generalbtn_marginTop + 'px',
|
|
60040
|
-
marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
|
|
60041
|
-
transition: '.3s',
|
|
60042
|
-
cursor: 'pointer',
|
|
60043
|
-
':hover': {
|
|
60044
|
-
// backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
60045
|
-
color: sectionproperties.sectionproperties,
|
|
60046
|
-
borderColor: sectionproperties.sectionproperties
|
|
60047
|
-
}
|
|
60048
|
-
}),
|
|
60049
59812
|
sectiontitlespan: css({
|
|
60050
59813
|
paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60051
59814
|
paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
|
|
@@ -60201,10 +59964,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60201
59964
|
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60202
59965
|
}
|
|
60203
59966
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60204
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100
|
|
60205
|
-
style: {
|
|
60206
|
-
// padding: 20,
|
|
60207
|
-
}
|
|
59967
|
+
"class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 ',
|
|
59968
|
+
style: {}
|
|
60208
59969
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60209
59970
|
"class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex ',
|
|
60210
59971
|
style: {
|
|
@@ -60418,13 +60179,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60418
60179
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60419
60180
|
}
|
|
60420
60181
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60421
|
-
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center
|
|
60182
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
60422
60183
|
style: {
|
|
60423
60184
|
background: sectionproperties.reservation_bgcolor,
|
|
60424
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60425
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60426
|
-
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60427
|
-
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60185
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60428
60186
|
}
|
|
60429
60187
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60430
60188
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60504,7 +60262,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60504
60262
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60505
60263
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60506
60264
|
}, /*#__PURE__*/React.createElement("button", {
|
|
60507
|
-
"class": "".concat(section_styles.
|
|
60265
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60508
60266
|
onClick: function onClick() {
|
|
60509
60267
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60510
60268
|
var _authdetailsContext$i9;
|
|
@@ -60523,27 +60281,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60523
60281
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60524
60282
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60525
60283
|
}
|
|
60526
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React.createElement("
|
|
60527
|
-
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60528
|
-
onClick: function onClick() {
|
|
60529
|
-
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60530
|
-
var _authdetailsContext$i11;
|
|
60531
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
|
|
60532
|
-
var _authdetailsContext$i12;
|
|
60533
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.whatsappnumber), '_blank');
|
|
60534
|
-
}
|
|
60535
|
-
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60536
|
-
// window.open(sectionproperties.btnlink, '_target');
|
|
60537
|
-
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60538
|
-
} else {
|
|
60539
|
-
window.open(sectionproperties.btnlink2, '_blank');
|
|
60540
|
-
}
|
|
60541
|
-
},
|
|
60542
|
-
style: {
|
|
60543
|
-
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60544
|
-
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60545
|
-
}
|
|
60546
|
-
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
|
|
60284
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
|
|
60547
60285
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60548
60286
|
style: {
|
|
60549
60287
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60553,10 +60291,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60553
60291
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60554
60292
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60555
60293
|
onClick: function onClick() {
|
|
60556
|
-
var _authdetailsContext$
|
|
60557
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60558
|
-
var _authdetailsContext$
|
|
60559
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60294
|
+
var _authdetailsContext$i11;
|
|
60295
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
|
|
60296
|
+
var _authdetailsContext$i12;
|
|
60297
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
|
|
60560
60298
|
}
|
|
60561
60299
|
}
|
|
60562
60300
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60564,10 +60302,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60564
60302
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60565
60303
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60566
60304
|
onClick: function onClick() {
|
|
60567
|
-
var _authdetailsContext$
|
|
60568
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60569
|
-
var _authdetailsContext$
|
|
60570
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60305
|
+
var _authdetailsContext$i13;
|
|
60306
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
60307
|
+
var _authdetailsContext$i14;
|
|
60308
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
|
|
60571
60309
|
}
|
|
60572
60310
|
}
|
|
60573
60311
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60575,10 +60313,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60575
60313
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60576
60314
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60577
60315
|
onClick: function onClick() {
|
|
60578
|
-
var _authdetailsContext$
|
|
60579
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60580
|
-
var _authdetailsContext$
|
|
60581
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60316
|
+
var _authdetailsContext$i15;
|
|
60317
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
|
|
60318
|
+
var _authdetailsContext$i16;
|
|
60319
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
|
|
60582
60320
|
}
|
|
60583
60321
|
}
|
|
60584
60322
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -60592,11 +60330,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60592
60330
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60593
60331
|
}
|
|
60594
60332
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60595
|
-
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0
|
|
60333
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
60596
60334
|
style: {
|
|
60597
60335
|
background: sectionproperties.reservation_bgcolor,
|
|
60598
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60599
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60336
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60600
60337
|
}
|
|
60601
60338
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60602
60339
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60679,10 +60416,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60679
60416
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60680
60417
|
onClick: function onClick() {
|
|
60681
60418
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60682
|
-
var _authdetailsContext$
|
|
60683
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60684
|
-
var _authdetailsContext$
|
|
60685
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60419
|
+
var _authdetailsContext$i17;
|
|
60420
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
60421
|
+
var _authdetailsContext$i18;
|
|
60422
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
|
|
60686
60423
|
}
|
|
60687
60424
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60688
60425
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60705,10 +60442,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60705
60442
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60706
60443
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60707
60444
|
onClick: function onClick() {
|
|
60708
|
-
var _authdetailsContext$
|
|
60709
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60710
|
-
var _authdetailsContext$
|
|
60711
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60445
|
+
var _authdetailsContext$i19;
|
|
60446
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
|
|
60447
|
+
var _authdetailsContext$i20;
|
|
60448
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
|
|
60712
60449
|
}
|
|
60713
60450
|
}
|
|
60714
60451
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60716,10 +60453,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60716
60453
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60717
60454
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60718
60455
|
onClick: function onClick() {
|
|
60719
|
-
var _authdetailsContext$
|
|
60720
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60721
|
-
var _authdetailsContext$
|
|
60722
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60456
|
+
var _authdetailsContext$i21;
|
|
60457
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
|
|
60458
|
+
var _authdetailsContext$i22;
|
|
60459
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
|
|
60723
60460
|
}
|
|
60724
60461
|
}
|
|
60725
60462
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60727,10 +60464,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60727
60464
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60728
60465
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60729
60466
|
onClick: function onClick() {
|
|
60730
|
-
var _authdetailsContext$
|
|
60731
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60732
|
-
var _authdetailsContext$
|
|
60733
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60467
|
+
var _authdetailsContext$i23;
|
|
60468
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
|
|
60469
|
+
var _authdetailsContext$i24;
|
|
60470
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
|
|
60734
60471
|
}
|
|
60735
60472
|
}
|
|
60736
60473
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -60744,13 +60481,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60744
60481
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60745
60482
|
}
|
|
60746
60483
|
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React.createElement("div", {
|
|
60747
|
-
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center
|
|
60484
|
+
"class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
|
|
60748
60485
|
style: {
|
|
60749
60486
|
background: sectionproperties.reservation_bgcolor,
|
|
60750
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60751
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60752
|
-
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60753
|
-
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60487
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60754
60488
|
}
|
|
60755
60489
|
}, /*#__PURE__*/React.createElement("div", {
|
|
60756
60490
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60830,13 +60564,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60830
60564
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60831
60565
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60832
60566
|
}, /*#__PURE__*/React.createElement("button", {
|
|
60833
|
-
"class": "".concat(section_styles.
|
|
60567
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60834
60568
|
onClick: function onClick() {
|
|
60835
60569
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60836
|
-
var _authdetailsContext$
|
|
60837
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60838
|
-
var _authdetailsContext$
|
|
60839
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60570
|
+
var _authdetailsContext$i25;
|
|
60571
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
|
|
60572
|
+
var _authdetailsContext$i26;
|
|
60573
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
|
|
60840
60574
|
}
|
|
60841
60575
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60842
60576
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60849,27 +60583,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60849
60583
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60850
60584
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60851
60585
|
}
|
|
60852
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React.createElement("
|
|
60853
|
-
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60854
|
-
onClick: function onClick() {
|
|
60855
|
-
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60856
|
-
var _authdetailsContext$i29;
|
|
60857
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
|
|
60858
|
-
var _authdetailsContext$i30;
|
|
60859
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber), '_blank');
|
|
60860
|
-
}
|
|
60861
|
-
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60862
|
-
// window.open(sectionproperties.btnlink, '_target');
|
|
60863
|
-
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60864
|
-
} else {
|
|
60865
|
-
window.open(sectionproperties.btnlink2, '_blank');
|
|
60866
|
-
}
|
|
60867
|
-
},
|
|
60868
|
-
style: {
|
|
60869
|
-
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60870
|
-
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60871
|
-
}
|
|
60872
|
-
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
|
|
60586
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
|
|
60873
60587
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60874
60588
|
style: {
|
|
60875
60589
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60879,10 +60593,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60879
60593
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60880
60594
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60881
60595
|
onClick: function onClick() {
|
|
60882
|
-
var _authdetailsContext$
|
|
60883
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60884
|
-
var _authdetailsContext$
|
|
60885
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60596
|
+
var _authdetailsContext$i27;
|
|
60597
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
|
|
60598
|
+
var _authdetailsContext$i28;
|
|
60599
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
|
|
60886
60600
|
}
|
|
60887
60601
|
}
|
|
60888
60602
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -60890,10 +60604,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60890
60604
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60891
60605
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60892
60606
|
onClick: function onClick() {
|
|
60893
|
-
var _authdetailsContext$
|
|
60894
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60895
|
-
var _authdetailsContext$
|
|
60896
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60607
|
+
var _authdetailsContext$i29;
|
|
60608
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
|
|
60609
|
+
var _authdetailsContext$i30;
|
|
60610
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
|
|
60897
60611
|
}
|
|
60898
60612
|
}
|
|
60899
60613
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -60901,10 +60615,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60901
60615
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
60902
60616
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60903
60617
|
onClick: function onClick() {
|
|
60904
|
-
var _authdetailsContext$
|
|
60905
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60906
|
-
var _authdetailsContext$
|
|
60907
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60618
|
+
var _authdetailsContext$i31;
|
|
60619
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
|
|
60620
|
+
var _authdetailsContext$i32;
|
|
60621
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber), '_blank');
|
|
60908
60622
|
}
|
|
60909
60623
|
}
|
|
60910
60624
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -61004,10 +60718,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61004
60718
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
61005
60719
|
onClick: function onClick() {
|
|
61006
60720
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
61007
|
-
var _authdetailsContext$
|
|
61008
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61009
|
-
var _authdetailsContext$
|
|
61010
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60721
|
+
var _authdetailsContext$i33;
|
|
60722
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
|
|
60723
|
+
var _authdetailsContext$i34;
|
|
60724
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber), '_blank');
|
|
61011
60725
|
}
|
|
61012
60726
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61013
60727
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -61030,10 +60744,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61030
60744
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61031
60745
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61032
60746
|
onClick: function onClick() {
|
|
61033
|
-
var _authdetailsContext$
|
|
61034
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61035
|
-
var _authdetailsContext$
|
|
61036
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60747
|
+
var _authdetailsContext$i35;
|
|
60748
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
|
|
60749
|
+
var _authdetailsContext$i36;
|
|
60750
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
|
|
61037
60751
|
}
|
|
61038
60752
|
}
|
|
61039
60753
|
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
@@ -61041,10 +60755,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61041
60755
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61042
60756
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61043
60757
|
onClick: function onClick() {
|
|
61044
|
-
var _authdetailsContext$
|
|
61045
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61046
|
-
var _authdetailsContext$
|
|
61047
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60758
|
+
var _authdetailsContext$i37;
|
|
60759
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
|
|
60760
|
+
var _authdetailsContext$i38;
|
|
60761
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
|
|
61048
60762
|
}
|
|
61049
60763
|
}
|
|
61050
60764
|
}, /*#__PURE__*/React.createElement(AiFillInstagram, {
|
|
@@ -61052,10 +60766,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61052
60766
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61053
60767
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61054
60768
|
onClick: function onClick() {
|
|
61055
|
-
var _authdetailsContext$
|
|
61056
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61057
|
-
var _authdetailsContext$
|
|
61058
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60769
|
+
var _authdetailsContext$i39;
|
|
60770
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
|
|
60771
|
+
var _authdetailsContext$i40;
|
|
60772
|
+
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.whatsappnumber), '_blank');
|
|
61059
60773
|
}
|
|
61060
60774
|
}
|
|
61061
60775
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
@@ -61691,7 +61405,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61691
61405
|
}
|
|
61692
61406
|
}),
|
|
61693
61407
|
cardContainer: css({
|
|
61694
|
-
background: sectionproperties.reservation_bgcolor,
|
|
61695
61408
|
':hover .imageContainer': {
|
|
61696
61409
|
transition: '.3s',
|
|
61697
61410
|
backgroundColor: sectionproperties.activedotcolor
|
|
@@ -61699,9 +61412,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61699
61412
|
':hover .text1Styles': {
|
|
61700
61413
|
transition: '.3s',
|
|
61701
61414
|
color: sectionproperties.text1secondarycolor
|
|
61702
|
-
},
|
|
61703
|
-
':hover': {
|
|
61704
|
-
background: sectionproperties.innersectionbgcolorhover
|
|
61705
61415
|
}
|
|
61706
61416
|
}),
|
|
61707
61417
|
btnstyles: css({
|
|
@@ -61710,7 +61420,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61710
61420
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
61711
61421
|
color: sectionproperties.generalbtn_textColor,
|
|
61712
61422
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
61713
|
-
|
|
61423
|
+
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61714
61424
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
61715
61425
|
borderRadius: sectionproperties.generalbtnborderradius,
|
|
61716
61426
|
':hover': {
|
|
@@ -61782,21 +61492,18 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61782
61492
|
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
61783
61493
|
}
|
|
61784
61494
|
}, /*#__PURE__*/React.createElement("div", {
|
|
61785
|
-
"class": "d-flex align-items-center flex-
|
|
61495
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
61786
61496
|
style: {
|
|
61787
61497
|
position: 'relative',
|
|
61788
61498
|
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
61789
61499
|
}
|
|
61790
|
-
}, /*#__PURE__*/React.createElement("
|
|
61500
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
61501
|
+
"class": sectionStyles.line_left
|
|
61502
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
61791
61503
|
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ',
|
|
61792
61504
|
style: {}
|
|
61793
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line
|
|
61794
|
-
|
|
61795
|
-
width: '50%',
|
|
61796
|
-
background: sectionproperties.linebgcolor,
|
|
61797
|
-
height: 3,
|
|
61798
|
-
borderRadius: 10
|
|
61799
|
-
}
|
|
61505
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
|
|
61506
|
+
"class": sectionStyles.line_right
|
|
61800
61507
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61801
61508
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
61802
61509
|
style: {
|
|
@@ -61808,118 +61515,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61808
61515
|
}, /*#__PURE__*/React.createElement("p", {
|
|
61809
61516
|
"class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
61810
61517
|
style: {}
|
|
61811
|
-
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)),
|
|
61812
|
-
"class": "row m-0 w-100"
|
|
61813
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61814
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
61815
|
-
"class": sectionproperties.numofcols == '2' ? 'flip-card col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'flip-card col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'flip-card col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
61816
|
-
style: {
|
|
61817
|
-
zIndex: 2,
|
|
61818
|
-
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
61819
|
-
paddingRight: sectionproperties.marginhorizontal + 'px'
|
|
61820
|
-
}
|
|
61821
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61822
|
-
"class": "flip-card-inner",
|
|
61823
|
-
style: {
|
|
61824
|
-
background: sectionproperties.reservation_bgcolor,
|
|
61825
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61826
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
61827
|
-
}
|
|
61828
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61829
|
-
"class": "flip-card-front"
|
|
61830
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61831
|
-
"class": "row m-0 w-100"
|
|
61832
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61833
|
-
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61834
|
-
style: {
|
|
61835
|
-
marginBottom: sectionproperties.image_mb + 'px',
|
|
61836
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61837
|
-
}
|
|
61838
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61839
|
-
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
61840
|
-
style: {
|
|
61841
|
-
background: 'transparent'
|
|
61842
|
-
}
|
|
61843
|
-
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
61844
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61845
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61846
|
-
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61847
|
-
style: {
|
|
61848
|
-
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
61849
|
-
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
61850
|
-
objectFit: 'contain'
|
|
61851
|
-
}
|
|
61852
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
61853
|
-
"class": "col-lg-12 d-flex p-0",
|
|
61854
|
-
style: {
|
|
61855
|
-
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61856
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61857
|
-
}
|
|
61858
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
61859
|
-
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61860
|
-
style: {
|
|
61861
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
61862
|
-
}
|
|
61863
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
61864
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
61865
|
-
}, /*#__PURE__*/React.createElement("button", {
|
|
61866
|
-
"class": "".concat(sectionStyles.btnstyles)
|
|
61867
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React.createElement("div", {
|
|
61868
|
-
"class": "flip-card-back allcentered"
|
|
61869
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61870
|
-
"class": "row m-0 w-100 allcentered"
|
|
61871
|
-
}, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
61872
|
-
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61873
|
-
style: {
|
|
61874
|
-
marginBottom: sectionproperties.image_mb + 'px',
|
|
61875
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61876
|
-
}
|
|
61877
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
61878
|
-
"class": ' d-flex align-items-center ',
|
|
61879
|
-
style: {
|
|
61880
|
-
width: '30%',
|
|
61881
|
-
height: '30%',
|
|
61882
|
-
justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
|
|
61883
|
-
}
|
|
61884
|
-
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
61885
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61886
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61887
|
-
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61888
|
-
style: {
|
|
61889
|
-
maxHeight: '100%',
|
|
61890
|
-
maxWidth: '100%',
|
|
61891
|
-
objectFit: 'contain'
|
|
61892
|
-
}
|
|
61893
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
61894
|
-
"class": "col-lg-12 d-flex p-0",
|
|
61895
|
-
style: {
|
|
61896
|
-
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61897
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61898
|
-
}
|
|
61899
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
61900
|
-
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61901
|
-
style: {
|
|
61902
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61903
|
-
color: ' #FFECB5',
|
|
61904
|
-
fontSize: 14
|
|
61905
|
-
}
|
|
61906
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React.createElement("div", {
|
|
61907
|
-
"class": "col-lg-12 d-flex p-0",
|
|
61908
|
-
style: {
|
|
61909
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61910
|
-
}
|
|
61911
|
-
}, sectionproperties.slideshowtext2_show && /*#__PURE__*/React.createElement("p", {
|
|
61912
|
-
"class": "m-0 wordbreak",
|
|
61913
|
-
style: {
|
|
61914
|
-
color: sectionproperties.slideshowText2ContentColor,
|
|
61915
|
-
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
61916
|
-
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
61917
|
-
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
61918
|
-
}
|
|
61919
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
|
|
61920
|
-
})), sectionproperties.flippingcards == 'No' && /*#__PURE__*/React.createElement("div", {
|
|
61921
|
-
"class": "row m-0 w-100"
|
|
61922
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61518
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61923
61519
|
var _authdetailsContext$i;
|
|
61924
61520
|
return /*#__PURE__*/React.createElement("div", {
|
|
61925
61521
|
"class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
|
|
@@ -61932,37 +61528,20 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61932
61528
|
"class": sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' row m-0 w-100 mb-auto ',
|
|
61933
61529
|
style: {
|
|
61934
61530
|
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61531
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61935
61532
|
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
61936
61533
|
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
61937
61534
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
61938
61535
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
61939
61536
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61940
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61941
|
-
// sectionproperties.innersectionbordertype == 'All'
|
|
61942
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61943
|
-
// : cardinfoindex != cardsarray.length - 1
|
|
61944
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61945
|
-
// : '',
|
|
61537
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61946
61538
|
// cardinfoindex != cardsarray.length - 1
|
|
61947
61539
|
// ? sectionproperties.innersectionbordertype == 'All'
|
|
61948
61540
|
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61949
61541
|
// : ''
|
|
61950
61542
|
// : '',
|
|
61951
|
-
|
|
61952
|
-
|
|
61953
|
-
// ? sectionproperties.innersectionbordertype == 'Right'
|
|
61954
|
-
// ? langdetect == 'en'
|
|
61955
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61956
|
-
// : ''
|
|
61957
|
-
// : ''
|
|
61958
|
-
// : '',
|
|
61959
|
-
// borderLeft:
|
|
61960
|
-
// sectionproperties.innersectionbordertype == 'Right'
|
|
61961
|
-
// ? langdetect == 'ar'
|
|
61962
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61963
|
-
// : ''
|
|
61964
|
-
// : '',
|
|
61965
|
-
borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
61543
|
+
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
61544
|
+
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
61966
61545
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
61967
61546
|
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
61968
61547
|
},
|
|
@@ -62085,7 +61664,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62085
61664
|
}
|
|
62086
61665
|
}
|
|
62087
61666
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
62088
|
-
}))))
|
|
61667
|
+
}))));
|
|
62089
61668
|
};
|
|
62090
61669
|
|
|
62091
61670
|
var css_248z$h = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
|
|
@@ -77292,7 +76871,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
77292
76871
|
style: {
|
|
77293
76872
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
77294
76873
|
}
|
|
77295
|
-
}, plainString(item.
|
|
76874
|
+
}, plainString(item.description)), /*#__PURE__*/React.createElement("div", {
|
|
77296
76875
|
style: {
|
|
77297
76876
|
flexDirection: 'column'
|
|
77298
76877
|
},
|