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.cjs.js
CHANGED
|
@@ -2742,7 +2742,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2742
2742
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2743
2743
|
fontWeight: 400,
|
|
2744
2744
|
color: sectionproperties.measurementunitcolor,
|
|
2745
|
-
fontSize: sectionproperties.
|
|
2745
|
+
fontSize: sectionproperties.measurementunitcolor + 'px'
|
|
2746
2746
|
}
|
|
2747
2747
|
}, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2748
2748
|
"class": "col-lg-12 p-0 text-start"
|
|
@@ -2860,14 +2860,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
2860
2860
|
return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
|
|
2861
2861
|
style: {
|
|
2862
2862
|
textTransform: 'capitalize',
|
|
2863
|
-
color: '#000'
|
|
2864
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2863
|
+
color: '#000'
|
|
2865
2864
|
}
|
|
2866
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td",
|
|
2867
|
-
style: {
|
|
2868
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2869
|
-
}
|
|
2870
|
-
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
2865
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].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));
|
|
2871
2866
|
}))))), 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__default["default"].createElement(ProductHeaderPricing, {
|
|
2872
2867
|
actions: props.actions
|
|
2873
2868
|
}), 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__default["default"].createElement("div", {
|
|
@@ -18196,12 +18191,11 @@ var CardsSection = function CardsSection(props) {
|
|
|
18196
18191
|
};
|
|
18197
18192
|
var SectionTitle = function SectionTitle() {
|
|
18198
18193
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18199
|
-
"class": "d-flex align-items-center",
|
|
18194
|
+
"class": "d-flex align-items-center flex-row",
|
|
18200
18195
|
style: {
|
|
18201
18196
|
position: 'relative',
|
|
18202
18197
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
18203
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18204
|
-
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
18198
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
18205
18199
|
}
|
|
18206
18200
|
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18207
18201
|
"class": section_cssstyles.line_left
|
|
@@ -18216,13 +18210,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
18216
18210
|
}
|
|
18217
18211
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18218
18212
|
"class": section_cssstyles.line_right
|
|
18219
|
-
}), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18220
|
-
style: {
|
|
18221
|
-
width: '50%',
|
|
18222
|
-
background: sectionproperties.linebgcolor,
|
|
18223
|
-
height: 3,
|
|
18224
|
-
borderRadius: 10
|
|
18225
|
-
}
|
|
18226
18213
|
}));
|
|
18227
18214
|
};
|
|
18228
18215
|
var isCardsectionloading = function isCardsectionloading() {
|
|
@@ -29900,7 +29887,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29900
29887
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29901
29888
|
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
29902
29889
|
size: sectionproperties.cartBtn_iconFontSize
|
|
29903
|
-
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin &&
|
|
29890
|
+
}))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29904
29891
|
"class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
|
|
29905
29892
|
onClick: function onClick() {
|
|
29906
29893
|
routingcountext(StaticPagesLinksContext.Login);
|
|
@@ -29912,7 +29899,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29912
29899
|
fontWeight: sectionproperties.userBtnTextfontweight,
|
|
29913
29900
|
fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
|
|
29914
29901
|
}
|
|
29915
|
-
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin &&
|
|
29902
|
+
}, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29916
29903
|
className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
29917
29904
|
sytle: {
|
|
29918
29905
|
position: 'relative'
|
|
@@ -29991,7 +29978,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
29991
29978
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
|
|
29992
29979
|
}, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
|
|
29993
29980
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
29994
|
-
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' &&
|
|
29981
|
+
}), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29995
29982
|
"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 ',
|
|
29996
29983
|
sytle: {
|
|
29997
29984
|
position: 'relative'
|
|
@@ -43111,7 +43098,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
43111
43098
|
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; }
|
|
43112
43099
|
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__default["default"](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; }
|
|
43113
43100
|
var Footer1 = function Footer1(props) {
|
|
43114
|
-
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
|
|
43101
|
+
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;
|
|
43115
43102
|
var _useState = React.useState(''),
|
|
43116
43103
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
43117
43104
|
sectionproperties = _useState2[0],
|
|
@@ -43130,10 +43117,6 @@ var Footer1 = function Footer1(props) {
|
|
|
43130
43117
|
var templateproperties_context = props.actions.templateproperties_context;
|
|
43131
43118
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
43132
43119
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
43133
|
-
var _useState5 = React.useState(''),
|
|
43134
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
43135
|
-
newsletter = _useState6[0],
|
|
43136
|
-
setnewsletter = _useState6[1];
|
|
43137
43120
|
React.useEffect(function () {
|
|
43138
43121
|
if (props.srcfrom == 'addsectionform') {
|
|
43139
43122
|
var secpropobj = {};
|
|
@@ -43291,17 +43274,6 @@ var Footer1 = function Footer1(props) {
|
|
|
43291
43274
|
maxWidth: '35%',
|
|
43292
43275
|
height: 'auto'
|
|
43293
43276
|
}
|
|
43294
|
-
}),
|
|
43295
|
-
btnn: glamor.css({
|
|
43296
|
-
width: '150px',
|
|
43297
|
-
height: 40,
|
|
43298
|
-
borderRadius: 10,
|
|
43299
|
-
background: '#C2A24D',
|
|
43300
|
-
color: 'white',
|
|
43301
|
-
':hover': {
|
|
43302
|
-
transition: '.3s',
|
|
43303
|
-
background: '#186a81'
|
|
43304
|
-
}
|
|
43305
43277
|
})
|
|
43306
43278
|
};
|
|
43307
43279
|
var returnpolicyobj = function returnpolicyobj(policytype) {
|
|
@@ -43316,8 +43288,8 @@ var Footer1 = function Footer1(props) {
|
|
|
43316
43288
|
};
|
|
43317
43289
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43318
43290
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
43319
|
-
},
|
|
43320
|
-
"class": "".concat(footerStyles.footerContainer) + '
|
|
43291
|
+
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
43292
|
+
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43321
43293
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43322
43294
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43323
43295
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43576,137 +43548,7 @@ var Footer1 = function Footer1(props) {
|
|
|
43576
43548
|
"class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
|
|
43577
43549
|
}, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
|
|
43578
43550
|
size: sectionproperties.footerinfoicon_fontsize
|
|
43579
|
-
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en))))))
|
|
43580
|
-
"class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
|
|
43581
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43582
|
-
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
43583
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43584
|
-
"class": "col-lg-6"
|
|
43585
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43586
|
-
"class": "row m-0 w-100"
|
|
43587
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43588
|
-
"class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
|
|
43589
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43590
|
-
"class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
|
|
43591
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
43592
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
43593
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
43594
|
-
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,
|
|
43595
|
-
style: {
|
|
43596
|
-
width: '100%',
|
|
43597
|
-
height: '100%',
|
|
43598
|
-
objectFit: 'contain'
|
|
43599
|
-
},
|
|
43600
|
-
loading: "lazy"
|
|
43601
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43602
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
43603
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43604
|
-
"class": "m-0 p-0",
|
|
43605
|
-
style: {
|
|
43606
|
-
fontSize: '15px',
|
|
43607
|
-
color: '#fff',
|
|
43608
|
-
fontWeight: sectionproperties.prodCatFontWeight,
|
|
43609
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43610
|
-
}
|
|
43611
|
-
}, 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__default["default"].createElement("div", {
|
|
43612
|
-
"class": "col-lg-12 p-0 flex-row text-start"
|
|
43613
|
-
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43614
|
-
"class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43615
|
-
onClick: function onClick() {
|
|
43616
|
-
var _authdetailsContext$i16;
|
|
43617
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
|
|
43618
|
-
var _authdetailsContext$i17;
|
|
43619
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
|
|
43620
|
-
}
|
|
43621
|
-
}
|
|
43622
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
|
|
43623
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
43624
|
-
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43625
|
-
"class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
43626
|
-
onClick: function onClick() {
|
|
43627
|
-
var _authdetailsContext$i18;
|
|
43628
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
|
|
43629
|
-
var _authdetailsContext$i19;
|
|
43630
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
|
|
43631
|
-
}
|
|
43632
|
-
}
|
|
43633
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
43634
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
43635
|
-
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43636
|
-
"class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
|
|
43637
|
-
onClick: function onClick() {
|
|
43638
|
-
var _authdetailsContext$i20;
|
|
43639
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
|
|
43640
|
-
var _authdetailsContext$i21;
|
|
43641
|
-
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');
|
|
43642
|
-
}
|
|
43643
|
-
}
|
|
43644
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
43645
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
43646
|
-
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43647
|
-
"class": "col-lg-6"
|
|
43648
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43649
|
-
"class": "row m-0 w-100 mt-md-3"
|
|
43650
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43651
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
43652
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43653
|
-
"class": "m-0 p-0",
|
|
43654
|
-
style: {
|
|
43655
|
-
fontSize: 20,
|
|
43656
|
-
color: 'white',
|
|
43657
|
-
fontWeight: 600,
|
|
43658
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43659
|
-
}
|
|
43660
|
-
}, "\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__default["default"].createElement("div", {
|
|
43661
|
-
"class": "col-lg-12 p-0 mb-3"
|
|
43662
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43663
|
-
"class": "m-0 p-0",
|
|
43664
|
-
style: {
|
|
43665
|
-
fontSize: 15,
|
|
43666
|
-
color: 'white',
|
|
43667
|
-
fontWeight: 500,
|
|
43668
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
43669
|
-
}
|
|
43670
|
-
}, "\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__default["default"].createElement("div", {
|
|
43671
|
-
"class": "col-lg-12 allcentered mb-3 text-start p-0"
|
|
43672
|
-
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
43673
|
-
type: "text",
|
|
43674
|
-
className: "".concat(footerStyles.form_control) + ' w-md-100 ',
|
|
43675
|
-
value: event.target.value,
|
|
43676
|
-
placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
|
|
43677
|
-
onChange: function onChange(event) {
|
|
43678
|
-
var newslettertemp = _objectSpread$1C({}, newsletter);
|
|
43679
|
-
newslettertemp = event.target.value;
|
|
43680
|
-
setnewsletter(_objectSpread$1C({}, newslettertemp));
|
|
43681
|
-
},
|
|
43682
|
-
style: {
|
|
43683
|
-
background: 'white',
|
|
43684
|
-
fontSize: 14,
|
|
43685
|
-
color: '#000',
|
|
43686
|
-
borderRadius: 10,
|
|
43687
|
-
width: '50%',
|
|
43688
|
-
height: 40,
|
|
43689
|
-
paddingLeft: 20,
|
|
43690
|
-
paddingRight: 20
|
|
43691
|
-
}
|
|
43692
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43693
|
-
"class": "col-lg-12 text-start mb-3 text-start p-0"
|
|
43694
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
43695
|
-
"class": footerStyles.btnn
|
|
43696
|
-
}, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43697
|
-
"class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
|
|
43698
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43699
|
-
"class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
|
|
43700
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43701
|
-
"class": "col-lg-12 text-start"
|
|
43702
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
43703
|
-
"class": "m-0 p-0",
|
|
43704
|
-
style: {
|
|
43705
|
-
fontSize: sectionproperties.generaltext_fontSize + 'px',
|
|
43706
|
-
color: sectionproperties.generaltext_fontColor,
|
|
43707
|
-
fontWeight: sectionproperties.generaltext_fontWeight
|
|
43708
|
-
}
|
|
43709
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
43551
|
+
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
|
|
43710
43552
|
};
|
|
43711
43553
|
|
|
43712
43554
|
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; }
|
|
@@ -58579,17 +58421,13 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58579
58421
|
}
|
|
58580
58422
|
if (item.type == 'date') {
|
|
58581
58423
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58582
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58583
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58584
58424
|
"class": "row m-0 w-100 mb-3"
|
|
58585
58425
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58586
58426
|
"class": "col-lg-12 text-start mb-2"
|
|
58587
58427
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58588
58428
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58589
58429
|
style: {}
|
|
58590
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("
|
|
58591
|
-
"class": "text-danger"
|
|
58592
|
-
}, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58430
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58593
58431
|
"class": "col-lg-12 text-start"
|
|
58594
58432
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
58595
58433
|
type: type,
|
|
@@ -58608,20 +58446,16 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58608
58446
|
updateformfield(event.target.value, index);
|
|
58609
58447
|
},
|
|
58610
58448
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58611
|
-
})))
|
|
58449
|
+
})));
|
|
58612
58450
|
} else {
|
|
58613
58451
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58614
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58615
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58616
58452
|
"class": "row m-0 w-100 mb-3"
|
|
58617
58453
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58618
58454
|
"class": "col-lg-12 text-start mb-2"
|
|
58619
58455
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58620
58456
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58621
58457
|
style: {}
|
|
58622
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("
|
|
58623
|
-
"class": "text-danger"
|
|
58624
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58458
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58625
58459
|
"class": "col-lg-12 text-start"
|
|
58626
58460
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
58627
58461
|
type: type,
|
|
@@ -58630,22 +58464,18 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58630
58464
|
updateformfield(event.target.value, index);
|
|
58631
58465
|
},
|
|
58632
58466
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58633
|
-
})))
|
|
58467
|
+
})));
|
|
58634
58468
|
}
|
|
58635
58469
|
};
|
|
58636
58470
|
var textareaitem = function textareaitem(item, index) {
|
|
58637
58471
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58638
|
-
"class": 'col-md-12 col-lg-12'
|
|
58639
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58640
58472
|
"class": "row m-0 w-100 mb-3"
|
|
58641
58473
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58642
58474
|
"class": "col-lg-12 text-start mb-2"
|
|
58643
58475
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58644
58476
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58645
58477
|
style: {}
|
|
58646
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("
|
|
58647
|
-
"class": "text-danger"
|
|
58648
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58478
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58649
58479
|
"class": "col-lg-12 text-start"
|
|
58650
58480
|
}, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
58651
58481
|
value: item.value,
|
|
@@ -58653,7 +58483,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58653
58483
|
updateformfield(event.target.value, index);
|
|
58654
58484
|
},
|
|
58655
58485
|
className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
|
|
58656
|
-
})))
|
|
58486
|
+
})));
|
|
58657
58487
|
};
|
|
58658
58488
|
var selectboxitem = function selectboxitem(item, index) {
|
|
58659
58489
|
var itemsarr = item.selectboxvalues;
|
|
@@ -58661,17 +58491,13 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58661
58491
|
var decoditems = JSON.parse(itemsarr);
|
|
58662
58492
|
if (decoditems != undefined && Array.isArray(decoditems)) {
|
|
58663
58493
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58664
|
-
"class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
|
|
58665
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58666
58494
|
"class": "row m-0 w-100 mb-3"
|
|
58667
58495
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58668
58496
|
"class": "col-lg-12 text-start mb-2"
|
|
58669
58497
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58670
58498
|
"class": form_cssstyles.formlabel + ' m-0 p-0 ',
|
|
58671
58499
|
style: {}
|
|
58672
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("
|
|
58673
|
-
"class": "text-danger"
|
|
58674
|
-
}, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58500
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58675
58501
|
"class": "col-lg-12 text-start"
|
|
58676
58502
|
}, /*#__PURE__*/React__default["default"].createElement("select", {
|
|
58677
58503
|
value: item.value,
|
|
@@ -58685,7 +58511,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58685
58511
|
return /*#__PURE__*/React__default["default"].createElement("option", {
|
|
58686
58512
|
value: sitem.optionname_en
|
|
58687
58513
|
}, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
|
|
58688
|
-
}))))
|
|
58514
|
+
}))));
|
|
58689
58515
|
}
|
|
58690
58516
|
}
|
|
58691
58517
|
};
|
|
@@ -58708,7 +58534,7 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58708
58534
|
width: sectionproperties.generalbtn_width + '%',
|
|
58709
58535
|
height: sectionproperties.generalbtn_height + 'px',
|
|
58710
58536
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
58711
|
-
borderRadius: sectionproperties.
|
|
58537
|
+
borderRadius: sectionproperties.generalbtn_bgColor,
|
|
58712
58538
|
color: sectionproperties.generalbtn_textColor,
|
|
58713
58539
|
fontSize: sectionproperties.generalbtn_fontsize,
|
|
58714
58540
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
@@ -58748,14 +58574,6 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58748
58574
|
transition: '.3s',
|
|
58749
58575
|
backgroundColor: '#044da6'
|
|
58750
58576
|
}
|
|
58751
|
-
}),
|
|
58752
|
-
sectiontitle: glamor.css({
|
|
58753
|
-
color: sectionproperties.sectionTitleColor,
|
|
58754
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58755
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
58756
|
-
'@media (max-width: 800px)': {
|
|
58757
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp
|
|
58758
|
-
}
|
|
58759
58577
|
})
|
|
58760
58578
|
};
|
|
58761
58579
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -58799,8 +58617,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58799
58617
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58800
58618
|
}
|
|
58801
58619
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58802
|
-
"class":
|
|
58803
|
-
style: {
|
|
58620
|
+
"class": "m-0 p-0",
|
|
58621
|
+
style: {
|
|
58622
|
+
color: sectionproperties.sectionTitleColor,
|
|
58623
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58624
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58625
|
+
}
|
|
58804
58626
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58805
58627
|
"class": 'row m-0 w-100 p-3 mt-3'
|
|
58806
58628
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -58921,8 +58743,12 @@ var DynamicForm = function DynamicForm(props) {
|
|
|
58921
58743
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
58922
58744
|
}
|
|
58923
58745
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58924
|
-
"class":
|
|
58925
|
-
style: {
|
|
58746
|
+
"class": "m-0 p-0",
|
|
58747
|
+
style: {
|
|
58748
|
+
color: sectionproperties.sectionTitleColor,
|
|
58749
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
58750
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
58751
|
+
}
|
|
58926
58752
|
}, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58927
58753
|
"class": 'row m-0 w-100 '
|
|
58928
58754
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -59762,14 +59588,14 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59762
59588
|
height: '1px',
|
|
59763
59589
|
position: 'relative',
|
|
59764
59590
|
flex: '1 1 auto',
|
|
59765
|
-
|
|
59591
|
+
minWidth: '10%',
|
|
59766
59592
|
background: sectionproperties.linebgcolor
|
|
59767
59593
|
}),
|
|
59768
59594
|
line_right: glamor.css({
|
|
59769
59595
|
height: '1px',
|
|
59770
59596
|
position: 'relative',
|
|
59771
59597
|
flex: '1 1 auto',
|
|
59772
|
-
|
|
59598
|
+
minWidth: '10%',
|
|
59773
59599
|
background: sectionproperties.linebgcolor
|
|
59774
59600
|
}),
|
|
59775
59601
|
btn: glamor.css({
|
|
@@ -59807,39 +59633,36 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59807
59633
|
top: 0,
|
|
59808
59634
|
bottom: 0
|
|
59809
59635
|
}
|
|
59810
|
-
}),
|
|
59811
|
-
sectiontitlecontent: glamor.css({
|
|
59812
|
-
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
59813
|
-
color: sectionproperties.sectionTitleColor,
|
|
59814
|
-
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59815
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59816
|
-
// padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59817
|
-
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
59818
|
-
'@media (max-width: 800px)': {
|
|
59819
|
-
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
59820
|
-
}
|
|
59821
59636
|
})
|
|
59822
59637
|
};
|
|
59823
59638
|
var SectionTitle = function SectionTitle() {
|
|
59824
59639
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59825
|
-
"class": "d-flex align-items-center
|
|
59640
|
+
"class": "d-flex align-items-center flex-row",
|
|
59826
59641
|
style: {
|
|
59827
59642
|
position: 'relative',
|
|
59828
59643
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
|
|
59829
|
-
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59830
|
-
flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
|
|
59644
|
+
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
59831
59645
|
}
|
|
59832
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
59646
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59647
|
+
"class": section_styles.line_left,
|
|
59648
|
+
style: {
|
|
59649
|
+
marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59650
|
+
marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59651
|
+
}
|
|
59652
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
59833
59653
|
"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 ',
|
|
59834
|
-
style: {}
|
|
59835
|
-
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59836
|
-
"class": section_styles.sectiontitlecontent
|
|
59837
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59838
59654
|
style: {
|
|
59839
|
-
|
|
59840
|
-
|
|
59841
|
-
|
|
59842
|
-
|
|
59655
|
+
color: sectionproperties.sectionTitleColor,
|
|
59656
|
+
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
59657
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
59658
|
+
padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
|
|
59659
|
+
textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
59660
|
+
}
|
|
59661
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
59662
|
+
"class": section_styles.line_right,
|
|
59663
|
+
style: {
|
|
59664
|
+
marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
59665
|
+
marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
|
|
59843
59666
|
}
|
|
59844
59667
|
}));
|
|
59845
59668
|
};
|
|
@@ -59898,8 +59721,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59898
59721
|
style: {
|
|
59899
59722
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
59900
59723
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
59901
|
-
paddingTop: type == 'responsive' ?
|
|
59902
|
-
paddingBottom: type == 'responsive' ?
|
|
59724
|
+
paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
|
|
59725
|
+
paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
|
|
59903
59726
|
zIndex: 100,
|
|
59904
59727
|
height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
|
|
59905
59728
|
}
|
|
@@ -59947,45 +59770,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
59947
59770
|
"class": "w-100 allcentered",
|
|
59948
59771
|
style: {
|
|
59949
59772
|
background: sectionproperties.outerbgcolor
|
|
59950
|
-
// backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
|
|
59951
|
-
}
|
|
59952
|
-
}, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59953
|
-
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
|
|
59954
|
-
style: {
|
|
59955
|
-
marginTop: sectionproperties.marginTop + 'px',
|
|
59956
|
-
marginBottom: sectionproperties.marginBottom + 'px'
|
|
59957
|
-
}
|
|
59958
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59959
|
-
"class": "col-lg-12 p-0"
|
|
59960
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59961
|
-
"class": "row m-0 w-100 allcentered"
|
|
59962
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59963
|
-
"class": "col-lg-10 col-md-11 mt-3 mb-3",
|
|
59964
|
-
style: {
|
|
59965
|
-
background: 'white',
|
|
59966
|
-
borderRadius: 10,
|
|
59967
|
-
boxShadow: '0 0 10px #ccc',
|
|
59968
|
-
padding: 40
|
|
59969
|
-
}
|
|
59970
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59971
|
-
"class": "row m-0 w-100"
|
|
59972
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59973
|
-
"class": "col-lg-3 col-md-12 allcentered"
|
|
59974
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59975
|
-
"class": "w-100 d-flex allcentered mb-md-4"
|
|
59976
|
-
}, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59977
|
-
"class": "col-lg-9 col-md-12 p-md-0",
|
|
59978
|
-
style: {
|
|
59979
|
-
paddingLeft: langdetect == 'en' ? '50px' : 0,
|
|
59980
|
-
paddingRight: langdetect == 'ar' ? '50px' : 0
|
|
59981
59773
|
}
|
|
59982
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59983
|
-
"class": "row m-0 w-100 text-start text-md-center",
|
|
59984
|
-
style: {
|
|
59985
|
-
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
59986
|
-
}
|
|
59987
|
-
}, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59988
|
-
"class": "row m-0 w-100"
|
|
59989
59774
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
59990
59775
|
"class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
|
|
59991
59776
|
style: {
|
|
@@ -60000,7 +59785,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
60000
59785
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
60001
59786
|
background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
|
|
60002
59787
|
}
|
|
60003
|
-
}, SectionContent('responsive')))
|
|
59788
|
+
}, SectionContent('responsive')));
|
|
60004
59789
|
};
|
|
60005
59790
|
|
|
60006
59791
|
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; }
|
|
@@ -60073,28 +59858,6 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60073
59858
|
color: sectionproperties.generalbtn_textColoronhover
|
|
60074
59859
|
}
|
|
60075
59860
|
}),
|
|
60076
|
-
btn2: glamor.css({
|
|
60077
|
-
width: sectionproperties.generalbtn_width + 'px',
|
|
60078
|
-
height: sectionproperties.generalbtn_height + 'px',
|
|
60079
|
-
// backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
60080
|
-
color: sectionproperties.generalbtn_bgColoronhover,
|
|
60081
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
60082
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
60083
|
-
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
60084
|
-
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
60085
|
-
border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
|
|
60086
|
-
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
60087
|
-
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
60088
|
-
marginTop: sectionproperties.generalbtn_marginTop + 'px',
|
|
60089
|
-
marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
|
|
60090
|
-
transition: '.3s',
|
|
60091
|
-
cursor: 'pointer',
|
|
60092
|
-
':hover': {
|
|
60093
|
-
// backgroundColor: sectionproperties.generalbtn_bgColoronhover,
|
|
60094
|
-
color: sectionproperties.sectionproperties,
|
|
60095
|
-
borderColor: sectionproperties.sectionproperties
|
|
60096
|
-
}
|
|
60097
|
-
}),
|
|
60098
59861
|
sectiontitlespan: glamor.css({
|
|
60099
59862
|
paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
|
|
60100
59863
|
paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
|
|
@@ -60250,10 +60013,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60250
60013
|
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60251
60014
|
}
|
|
60252
60015
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60253
|
-
"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
|
|
60254
|
-
style: {
|
|
60255
|
-
// padding: 20,
|
|
60256
|
-
}
|
|
60016
|
+
"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 ',
|
|
60017
|
+
style: {}
|
|
60257
60018
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60258
60019
|
"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 ',
|
|
60259
60020
|
style: {
|
|
@@ -60467,13 +60228,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60467
60228
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60468
60229
|
}
|
|
60469
60230
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60470
|
-
"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
|
|
60231
|
+
"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 ',
|
|
60471
60232
|
style: {
|
|
60472
60233
|
background: sectionproperties.reservation_bgcolor,
|
|
60473
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60474
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60475
|
-
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60476
|
-
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60234
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60477
60235
|
}
|
|
60478
60236
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60479
60237
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60553,7 +60311,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60553
60311
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60554
60312
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60555
60313
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60556
|
-
"class": "".concat(section_styles.
|
|
60314
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60557
60315
|
onClick: function onClick() {
|
|
60558
60316
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60559
60317
|
var _authdetailsContext$i9;
|
|
@@ -60572,27 +60330,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60572
60330
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60573
60331
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60574
60332
|
}
|
|
60575
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("
|
|
60576
|
-
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60577
|
-
onClick: function onClick() {
|
|
60578
|
-
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60579
|
-
var _authdetailsContext$i11;
|
|
60580
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
|
|
60581
|
-
var _authdetailsContext$i12;
|
|
60582
|
-
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');
|
|
60583
|
-
}
|
|
60584
|
-
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60585
|
-
// window.open(sectionproperties.btnlink, '_target');
|
|
60586
|
-
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60587
|
-
} else {
|
|
60588
|
-
window.open(sectionproperties.btnlink2, '_blank');
|
|
60589
|
-
}
|
|
60590
|
-
},
|
|
60591
|
-
style: {
|
|
60592
|
-
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60593
|
-
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60594
|
-
}
|
|
60595
|
-
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60333
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60596
60334
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60597
60335
|
style: {
|
|
60598
60336
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60602,10 +60340,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60602
60340
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60603
60341
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60604
60342
|
onClick: function onClick() {
|
|
60605
|
-
var _authdetailsContext$
|
|
60606
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60607
|
-
var _authdetailsContext$
|
|
60608
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60343
|
+
var _authdetailsContext$i11;
|
|
60344
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
|
|
60345
|
+
var _authdetailsContext$i12;
|
|
60346
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
|
|
60609
60347
|
}
|
|
60610
60348
|
}
|
|
60611
60349
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60613,10 +60351,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60613
60351
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60614
60352
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60615
60353
|
onClick: function onClick() {
|
|
60616
|
-
var _authdetailsContext$
|
|
60617
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60618
|
-
var _authdetailsContext$
|
|
60619
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60354
|
+
var _authdetailsContext$i13;
|
|
60355
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
|
|
60356
|
+
var _authdetailsContext$i14;
|
|
60357
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
|
|
60620
60358
|
}
|
|
60621
60359
|
}
|
|
60622
60360
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60624,10 +60362,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60624
60362
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60625
60363
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60626
60364
|
onClick: function onClick() {
|
|
60627
|
-
var _authdetailsContext$
|
|
60628
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60629
|
-
var _authdetailsContext$
|
|
60630
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60365
|
+
var _authdetailsContext$i15;
|
|
60366
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
|
|
60367
|
+
var _authdetailsContext$i16;
|
|
60368
|
+
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');
|
|
60631
60369
|
}
|
|
60632
60370
|
}
|
|
60633
60371
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -60641,11 +60379,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60641
60379
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60642
60380
|
}
|
|
60643
60381
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60644
|
-
"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
|
|
60382
|
+
"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 ',
|
|
60645
60383
|
style: {
|
|
60646
60384
|
background: sectionproperties.reservation_bgcolor,
|
|
60647
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60648
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px'
|
|
60385
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60649
60386
|
}
|
|
60650
60387
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60651
60388
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60728,10 +60465,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60728
60465
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60729
60466
|
onClick: function onClick() {
|
|
60730
60467
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60731
|
-
var _authdetailsContext$
|
|
60732
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60733
|
-
var _authdetailsContext$
|
|
60734
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60468
|
+
var _authdetailsContext$i17;
|
|
60469
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
|
|
60470
|
+
var _authdetailsContext$i18;
|
|
60471
|
+
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');
|
|
60735
60472
|
}
|
|
60736
60473
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60737
60474
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60754,10 +60491,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60754
60491
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60755
60492
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60756
60493
|
onClick: function onClick() {
|
|
60757
|
-
var _authdetailsContext$
|
|
60758
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60759
|
-
var _authdetailsContext$
|
|
60760
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60494
|
+
var _authdetailsContext$i19;
|
|
60495
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
|
|
60496
|
+
var _authdetailsContext$i20;
|
|
60497
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
|
|
60761
60498
|
}
|
|
60762
60499
|
}
|
|
60763
60500
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60765,10 +60502,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60765
60502
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60766
60503
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60767
60504
|
onClick: function onClick() {
|
|
60768
|
-
var _authdetailsContext$
|
|
60769
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60770
|
-
var _authdetailsContext$
|
|
60771
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60505
|
+
var _authdetailsContext$i21;
|
|
60506
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
|
|
60507
|
+
var _authdetailsContext$i22;
|
|
60508
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
|
|
60772
60509
|
}
|
|
60773
60510
|
}
|
|
60774
60511
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60776,10 +60513,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60776
60513
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60777
60514
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60778
60515
|
onClick: function onClick() {
|
|
60779
|
-
var _authdetailsContext$
|
|
60780
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60781
|
-
var _authdetailsContext$
|
|
60782
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60516
|
+
var _authdetailsContext$i23;
|
|
60517
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
|
|
60518
|
+
var _authdetailsContext$i24;
|
|
60519
|
+
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');
|
|
60783
60520
|
}
|
|
60784
60521
|
}
|
|
60785
60522
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -60793,13 +60530,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60793
60530
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
60794
60531
|
}
|
|
60795
60532
|
}, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60796
|
-
"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
|
|
60533
|
+
"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 ',
|
|
60797
60534
|
style: {
|
|
60798
60535
|
background: sectionproperties.reservation_bgcolor,
|
|
60799
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60800
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
60801
|
-
paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
|
|
60802
|
-
paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
|
|
60536
|
+
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
60803
60537
|
}
|
|
60804
60538
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60805
60539
|
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
|
|
@@ -60879,13 +60613,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60879
60613
|
})), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60880
60614
|
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
|
|
60881
60615
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
60882
|
-
"class": "".concat(section_styles.
|
|
60616
|
+
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
60883
60617
|
onClick: function onClick() {
|
|
60884
60618
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60885
|
-
var _authdetailsContext$
|
|
60886
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60887
|
-
var _authdetailsContext$
|
|
60888
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60619
|
+
var _authdetailsContext$i25;
|
|
60620
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
|
|
60621
|
+
var _authdetailsContext$i26;
|
|
60622
|
+
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');
|
|
60889
60623
|
}
|
|
60890
60624
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60891
60625
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -60898,27 +60632,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60898
60632
|
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60899
60633
|
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60900
60634
|
}
|
|
60901
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("
|
|
60902
|
-
"class": "".concat(section_styles.btn) + ' mx-1 ',
|
|
60903
|
-
onClick: function onClick() {
|
|
60904
|
-
if (sectionproperties.btntype == 'WhatsApp') {
|
|
60905
|
-
var _authdetailsContext$i29;
|
|
60906
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
|
|
60907
|
-
var _authdetailsContext$i30;
|
|
60908
|
-
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');
|
|
60909
|
-
}
|
|
60910
|
-
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
60911
|
-
// window.open(sectionproperties.btnlink, '_target');
|
|
60912
|
-
routingcountext(sectionproperties.btnlink2, false, '');
|
|
60913
|
-
} else {
|
|
60914
|
-
window.open(sectionproperties.btnlink2, '_blank');
|
|
60915
|
-
}
|
|
60916
|
-
},
|
|
60917
|
-
style: {
|
|
60918
|
-
marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
|
|
60919
|
-
marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
|
|
60920
|
-
}
|
|
60921
|
-
}, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60635
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60922
60636
|
"class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
|
|
60923
60637
|
style: {
|
|
60924
60638
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
@@ -60928,10 +60642,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60928
60642
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60929
60643
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60930
60644
|
onClick: function onClick() {
|
|
60931
|
-
var _authdetailsContext$
|
|
60932
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60933
|
-
var _authdetailsContext$
|
|
60934
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60645
|
+
var _authdetailsContext$i27;
|
|
60646
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
|
|
60647
|
+
var _authdetailsContext$i28;
|
|
60648
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
|
|
60935
60649
|
}
|
|
60936
60650
|
}
|
|
60937
60651
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -60939,10 +60653,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60939
60653
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60940
60654
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60941
60655
|
onClick: function onClick() {
|
|
60942
|
-
var _authdetailsContext$
|
|
60943
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60944
|
-
var _authdetailsContext$
|
|
60945
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60656
|
+
var _authdetailsContext$i29;
|
|
60657
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
|
|
60658
|
+
var _authdetailsContext$i30;
|
|
60659
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
|
|
60946
60660
|
}
|
|
60947
60661
|
}
|
|
60948
60662
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -60950,10 +60664,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
60950
60664
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
60951
60665
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
60952
60666
|
onClick: function onClick() {
|
|
60953
|
-
var _authdetailsContext$
|
|
60954
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60955
|
-
var _authdetailsContext$
|
|
60956
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60667
|
+
var _authdetailsContext$i31;
|
|
60668
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
|
|
60669
|
+
var _authdetailsContext$i32;
|
|
60670
|
+
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');
|
|
60957
60671
|
}
|
|
60958
60672
|
}
|
|
60959
60673
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61053,10 +60767,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61053
60767
|
"class": "".concat(section_styles.btn) + ' m-md-0 ',
|
|
61054
60768
|
onClick: function onClick() {
|
|
61055
60769
|
if (sectionproperties.btntype == 'WhatsApp') {
|
|
61056
|
-
var _authdetailsContext$
|
|
61057
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61058
|
-
var _authdetailsContext$
|
|
61059
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60770
|
+
var _authdetailsContext$i33;
|
|
60771
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
|
|
60772
|
+
var _authdetailsContext$i34;
|
|
60773
|
+
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');
|
|
61060
60774
|
}
|
|
61061
60775
|
} else if (sectionproperties.btntype == 'App/Web Page') {
|
|
61062
60776
|
// window.open(sectionproperties.btnlink, '_target');
|
|
@@ -61079,10 +60793,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61079
60793
|
}, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61080
60794
|
"class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61081
60795
|
onClick: function onClick() {
|
|
61082
|
-
var _authdetailsContext$
|
|
61083
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61084
|
-
var _authdetailsContext$
|
|
61085
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60796
|
+
var _authdetailsContext$i35;
|
|
60797
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
|
|
60798
|
+
var _authdetailsContext$i36;
|
|
60799
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
|
|
61086
60800
|
}
|
|
61087
60801
|
}
|
|
61088
60802
|
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
@@ -61090,10 +60804,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61090
60804
|
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61091
60805
|
"class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61092
60806
|
onClick: function onClick() {
|
|
61093
|
-
var _authdetailsContext$
|
|
61094
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61095
|
-
var _authdetailsContext$
|
|
61096
|
-
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60807
|
+
var _authdetailsContext$i37;
|
|
60808
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
|
|
60809
|
+
var _authdetailsContext$i38;
|
|
60810
|
+
window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
|
|
61097
60811
|
}
|
|
61098
60812
|
}
|
|
61099
60813
|
}, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
|
|
@@ -61101,10 +60815,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
61101
60815
|
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61102
60816
|
"class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
|
|
61103
60817
|
onClick: function onClick() {
|
|
61104
|
-
var _authdetailsContext$
|
|
61105
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
61106
|
-
var _authdetailsContext$
|
|
61107
|
-
window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
60818
|
+
var _authdetailsContext$i39;
|
|
60819
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
|
|
60820
|
+
var _authdetailsContext$i40;
|
|
60821
|
+
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');
|
|
61108
60822
|
}
|
|
61109
60823
|
}
|
|
61110
60824
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
@@ -61740,7 +61454,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61740
61454
|
}
|
|
61741
61455
|
}),
|
|
61742
61456
|
cardContainer: glamor.css({
|
|
61743
|
-
background: sectionproperties.reservation_bgcolor,
|
|
61744
61457
|
':hover .imageContainer': {
|
|
61745
61458
|
transition: '.3s',
|
|
61746
61459
|
backgroundColor: sectionproperties.activedotcolor
|
|
@@ -61748,9 +61461,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61748
61461
|
':hover .text1Styles': {
|
|
61749
61462
|
transition: '.3s',
|
|
61750
61463
|
color: sectionproperties.text1secondarycolor
|
|
61751
|
-
},
|
|
61752
|
-
':hover': {
|
|
61753
|
-
background: sectionproperties.innersectionbgcolorhover
|
|
61754
61464
|
}
|
|
61755
61465
|
}),
|
|
61756
61466
|
btnstyles: glamor.css({
|
|
@@ -61759,7 +61469,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61759
61469
|
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
61760
61470
|
color: sectionproperties.generalbtn_textColor,
|
|
61761
61471
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
61762
|
-
|
|
61472
|
+
textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
|
|
61763
61473
|
backgroundColor: sectionproperties.generalbtn_bgColor,
|
|
61764
61474
|
borderRadius: sectionproperties.generalbtnborderradius,
|
|
61765
61475
|
':hover': {
|
|
@@ -61831,21 +61541,18 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61831
61541
|
paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
|
|
61832
61542
|
}
|
|
61833
61543
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61834
|
-
"class": "d-flex align-items-center flex-
|
|
61544
|
+
"class": "d-flex align-items-center flex-row allcentered",
|
|
61835
61545
|
style: {
|
|
61836
61546
|
position: 'relative',
|
|
61837
61547
|
width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
|
|
61838
61548
|
}
|
|
61839
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
61549
|
+
}, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61550
|
+
"class": sectionStyles.line_left
|
|
61551
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61840
61552
|
"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 ',
|
|
61841
61553
|
style: {}
|
|
61842
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line
|
|
61843
|
-
|
|
61844
|
-
width: '50%',
|
|
61845
|
-
background: sectionproperties.linebgcolor,
|
|
61846
|
-
height: 3,
|
|
61847
|
-
borderRadius: 10
|
|
61848
|
-
}
|
|
61554
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
61555
|
+
"class": sectionStyles.line_right
|
|
61849
61556
|
})))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61850
61557
|
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
|
|
61851
61558
|
style: {
|
|
@@ -61857,118 +61564,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61857
61564
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61858
61565
|
"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',
|
|
61859
61566
|
style: {}
|
|
61860
|
-
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)),
|
|
61861
|
-
"class": "row m-0 w-100"
|
|
61862
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61863
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61864
|
-
"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,
|
|
61865
|
-
style: {
|
|
61866
|
-
zIndex: 2,
|
|
61867
|
-
paddingLeft: sectionproperties.marginhorizontal + 'px',
|
|
61868
|
-
paddingRight: sectionproperties.marginhorizontal + 'px'
|
|
61869
|
-
}
|
|
61870
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61871
|
-
"class": "flip-card-inner",
|
|
61872
|
-
style: {
|
|
61873
|
-
background: sectionproperties.reservation_bgcolor,
|
|
61874
|
-
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61875
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
|
|
61876
|
-
}
|
|
61877
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61878
|
-
"class": "flip-card-front"
|
|
61879
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61880
|
-
"class": "row m-0 w-100"
|
|
61881
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61882
|
-
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61883
|
-
style: {
|
|
61884
|
-
marginBottom: sectionproperties.image_mb + 'px',
|
|
61885
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61886
|
-
}
|
|
61887
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61888
|
-
"class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
|
|
61889
|
-
style: {
|
|
61890
|
-
background: 'transparent'
|
|
61891
|
-
}
|
|
61892
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61893
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61894
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61895
|
-
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61896
|
-
style: {
|
|
61897
|
-
maxHeight: sectionproperties.iconcontainerwidth + '%',
|
|
61898
|
-
maxWidth: sectionproperties.iconcontainerwidth + '%',
|
|
61899
|
-
objectFit: 'contain'
|
|
61900
|
-
}
|
|
61901
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61902
|
-
"class": "col-lg-12 d-flex p-0",
|
|
61903
|
-
style: {
|
|
61904
|
-
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61905
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61906
|
-
}
|
|
61907
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61908
|
-
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61909
|
-
style: {
|
|
61910
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
|
|
61911
|
-
}
|
|
61912
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), sectionproperties.generalbtn_show = cardinfoitem.iscardclickable == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61913
|
-
"class": sectionproperties.justifyContentCenter == 'Centered' ? 'col-lg-12 mt-2 allcentered' : 'col-lg-12 mt-2 text-start p-0'
|
|
61914
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
61915
|
-
"class": "".concat(sectionStyles.btnstyles)
|
|
61916
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61917
|
-
"class": "flip-card-back allcentered"
|
|
61918
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61919
|
-
"class": "row m-0 w-100 allcentered"
|
|
61920
|
-
}, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61921
|
-
"class": "col-lg-12 d-flex align-items-center p-0",
|
|
61922
|
-
style: {
|
|
61923
|
-
marginBottom: sectionproperties.image_mb + 'px',
|
|
61924
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61925
|
-
}
|
|
61926
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61927
|
-
"class": ' d-flex align-items-center ',
|
|
61928
|
-
style: {
|
|
61929
|
-
width: '30%',
|
|
61930
|
-
height: '30%',
|
|
61931
|
-
justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
|
|
61932
|
-
}
|
|
61933
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
61934
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
61935
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
61936
|
-
path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
|
|
61937
|
-
style: {
|
|
61938
|
-
maxHeight: '100%',
|
|
61939
|
-
maxWidth: '100%',
|
|
61940
|
-
objectFit: 'contain'
|
|
61941
|
-
}
|
|
61942
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61943
|
-
"class": "col-lg-12 d-flex p-0",
|
|
61944
|
-
style: {
|
|
61945
|
-
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
61946
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61947
|
-
}
|
|
61948
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61949
|
-
"class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
|
|
61950
|
-
style: {
|
|
61951
|
-
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61952
|
-
color: ' #FFECB5',
|
|
61953
|
-
fontSize: 14
|
|
61954
|
-
}
|
|
61955
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61956
|
-
"class": "col-lg-12 d-flex p-0",
|
|
61957
|
-
style: {
|
|
61958
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
61959
|
-
}
|
|
61960
|
-
}, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
61961
|
-
"class": "m-0 wordbreak",
|
|
61962
|
-
style: {
|
|
61963
|
-
color: sectionproperties.slideshowText2ContentColor,
|
|
61964
|
-
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
61965
|
-
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
61966
|
-
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
|
|
61967
|
-
}
|
|
61968
|
-
}, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
|
|
61969
|
-
})), sectionproperties.flippingcards == 'No' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61970
|
-
"class": "row m-0 w-100"
|
|
61971
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61567
|
+
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
61972
61568
|
var _authdetailsContext$i;
|
|
61973
61569
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
61974
61570
|
"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,
|
|
@@ -61981,37 +61577,20 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
61981
61577
|
"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 ',
|
|
61982
61578
|
style: {
|
|
61983
61579
|
cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
|
|
61580
|
+
background: sectionproperties.reservation_bgcolor,
|
|
61984
61581
|
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
61985
61582
|
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
61986
61583
|
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
61987
61584
|
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
61988
61585
|
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
61989
|
-
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61990
|
-
// sectionproperties.innersectionbordertype == 'All'
|
|
61991
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61992
|
-
// : cardinfoindex != cardsarray.length - 1
|
|
61993
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61994
|
-
// : '',
|
|
61586
|
+
border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
|
|
61995
61587
|
// cardinfoindex != cardsarray.length - 1
|
|
61996
61588
|
// ? sectionproperties.innersectionbordertype == 'All'
|
|
61997
61589
|
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
61998
61590
|
// : ''
|
|
61999
61591
|
// : '',
|
|
62000
|
-
|
|
62001
|
-
|
|
62002
|
-
// ? sectionproperties.innersectionbordertype == 'Right'
|
|
62003
|
-
// ? langdetect == 'en'
|
|
62004
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
62005
|
-
// : ''
|
|
62006
|
-
// : ''
|
|
62007
|
-
// : '',
|
|
62008
|
-
// borderLeft:
|
|
62009
|
-
// sectionproperties.innersectionbordertype == 'Right'
|
|
62010
|
-
// ? langdetect == 'ar'
|
|
62011
|
-
// ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
62012
|
-
// : ''
|
|
62013
|
-
// : '',
|
|
62014
|
-
borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
61592
|
+
borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
|
|
61593
|
+
borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
|
|
62015
61594
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
|
|
62016
61595
|
height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
|
|
62017
61596
|
},
|
|
@@ -62134,7 +61713,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
62134
61713
|
}
|
|
62135
61714
|
}
|
|
62136
61715
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
|
|
62137
|
-
}))))
|
|
61716
|
+
}))));
|
|
62138
61717
|
};
|
|
62139
61718
|
|
|
62140
61719
|
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 ";
|
|
@@ -77341,7 +76920,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
77341
76920
|
style: {
|
|
77342
76921
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
77343
76922
|
}
|
|
77344
|
-
}, plainString(item.
|
|
76923
|
+
}, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
77345
76924
|
style: {
|
|
77346
76925
|
flexDirection: 'column'
|
|
77347
76926
|
},
|