tabexseriescomponents 0.0.653 → 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 +28 -20
- package/dist/index.esm.js +28 -20
- package/dist/index.umd.js +28 -20
- 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
|
@@ -3516,7 +3516,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3516
3516
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
3517
3517
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
3518
3518
|
"class": "m-0"
|
|
3519
|
-
})), sectionproperties.descriptionstyle == 'Style 2' &&
|
|
3519
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3520
3520
|
"class": "col-lg-12 col-md-12 p-md-0 mb-3"
|
|
3521
3521
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
3522
3522
|
allowMultipleExpanded: true,
|
|
@@ -51452,8 +51452,10 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51452
51452
|
var itemquantity = 0;
|
|
51453
51453
|
if (langdetect == 'en') {
|
|
51454
51454
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
51455
|
+
cardobj.name_en = arrayItem.productinfo.name_en;
|
|
51455
51456
|
} else {
|
|
51456
51457
|
cardobj.name = arrayItem.productinfo.name_ar;
|
|
51458
|
+
cardobj.name_ar = arrayItem.productinfo.name_ar;
|
|
51457
51459
|
}
|
|
51458
51460
|
if (langdetect == 'en') {
|
|
51459
51461
|
cardobj.description = arrayItem.productinfo.description_en;
|
|
@@ -51523,9 +51525,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51523
51525
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51524
51526
|
if (langdetect == 'en') {
|
|
51525
51527
|
cardobj.name = arrayItem.title_en;
|
|
51528
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51526
51529
|
cardobj.description = arrayItem.description_en;
|
|
51527
51530
|
} else if (langdetect == 'ar') {
|
|
51528
|
-
cardobj.name = arrayItem.
|
|
51531
|
+
cardobj.name = arrayItem.title_en;
|
|
51532
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51529
51533
|
cardobj.description = arrayItem.description_ar;
|
|
51530
51534
|
}
|
|
51531
51535
|
cardobj.image = arrayItem.collectionlogo;
|
|
@@ -51536,9 +51540,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51536
51540
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51537
51541
|
if (langdetect == 'en') {
|
|
51538
51542
|
cardobj.name = arrayItem.title_en;
|
|
51543
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51539
51544
|
cardobj.description = arrayItem.description_en;
|
|
51540
51545
|
} else if (langdetect == 'ar') {
|
|
51541
51546
|
cardobj.name = arrayItem.title_ar;
|
|
51547
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51542
51548
|
cardobj.description = arrayItem.description_ar;
|
|
51543
51549
|
}
|
|
51544
51550
|
cardobj.image = arrayItem.categorylogo;
|
|
@@ -51549,9 +51555,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51549
51555
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51550
51556
|
if (langdetect == 'en') {
|
|
51551
51557
|
cardobj.name = arrayItem.title_en;
|
|
51558
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51552
51559
|
cardobj.description = arrayItem.description_en;
|
|
51553
51560
|
} else if (langdetect == 'ar') {
|
|
51554
51561
|
cardobj.name = arrayItem.title_ar;
|
|
51562
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51555
51563
|
cardobj.description = arrayItem.description_ar;
|
|
51556
51564
|
}
|
|
51557
51565
|
cardobj.image = arrayItem.parentcollectionlogo;
|
|
@@ -51676,7 +51684,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51676
51684
|
})
|
|
51677
51685
|
};
|
|
51678
51686
|
var cardsrender = function cardsrender() {
|
|
51679
|
-
var _cardsarray$2, _cardsarray$3, _cardsarray$
|
|
51687
|
+
var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
|
|
51680
51688
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51681
51689
|
"class": 'row m-0 w-100'
|
|
51682
51690
|
}, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -51796,7 +51804,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51796
51804
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51797
51805
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51798
51806
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51799
|
-
}, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.
|
|
51807
|
+
}, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51800
51808
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51801
51809
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51802
51810
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51807,8 +51815,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51807
51815
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51808
51816
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
|
|
51809
51817
|
onClick: function onClick() {
|
|
51810
|
-
var _cardsarray$
|
|
51811
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51818
|
+
var _cardsarray$5;
|
|
51819
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
|
|
51812
51820
|
},
|
|
51813
51821
|
style: {
|
|
51814
51822
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51830,7 +51838,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51830
51838
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51831
51839
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51832
51840
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51833
|
-
path: (_cardsarray$
|
|
51841
|
+
path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
|
|
51834
51842
|
loading: "lazy",
|
|
51835
51843
|
style: {
|
|
51836
51844
|
width: '100%',
|
|
@@ -51857,7 +51865,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51857
51865
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51858
51866
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51859
51867
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51860
|
-
}, (_cardsarray$
|
|
51868
|
+
}, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51861
51869
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51862
51870
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51863
51871
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51869,8 +51877,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51869
51877
|
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
51870
51878
|
},
|
|
51871
51879
|
onClick: function onClick() {
|
|
51872
|
-
var _cardsarray$
|
|
51873
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51880
|
+
var _cardsarray$9;
|
|
51881
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
|
|
51874
51882
|
}
|
|
51875
51883
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51876
51884
|
"class": "row m-0 w-100",
|
|
@@ -51887,7 +51895,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51887
51895
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51888
51896
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51889
51897
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51890
|
-
path: (_cardsarray$
|
|
51898
|
+
path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
|
|
51891
51899
|
loading: "lazy",
|
|
51892
51900
|
style: {
|
|
51893
51901
|
width: '100%',
|
|
@@ -51914,15 +51922,15 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51914
51922
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51915
51923
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51916
51924
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51917
|
-
}, (_cardsarray$
|
|
51925
|
+
}, langdetect == 'en' ? (_cardsarray$11 = cardsarray[2]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.name_en : (_cardsarray$12 = cardsarray[2]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51918
51926
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51919
51927
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51920
51928
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
51921
51929
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51922
51930
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer ',
|
|
51923
51931
|
onClick: function onClick() {
|
|
51924
|
-
var _cardsarray$
|
|
51925
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51932
|
+
var _cardsarray$13;
|
|
51933
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
|
|
51926
51934
|
},
|
|
51927
51935
|
style: {
|
|
51928
51936
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51944,7 +51952,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51944
51952
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51945
51953
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51946
51954
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51947
|
-
path: (_cardsarray$
|
|
51955
|
+
path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
|
|
51948
51956
|
loading: "lazy",
|
|
51949
51957
|
style: {
|
|
51950
51958
|
width: '100%',
|
|
@@ -51975,7 +51983,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51975
51983
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51976
51984
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51977
51985
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51978
|
-
}, (_cardsarray$
|
|
51986
|
+
}, langdetect == 'en' ? (_cardsarray$15 = cardsarray[3]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name_en : (_cardsarray$16 = cardsarray[3]) === null || _cardsarray$16 === void 0 ? void 0 : _cardsarray$16.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51979
51987
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51980
51988
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51981
51989
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51986,8 +51994,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51986
51994
|
paddingRight: sectionproperties.imagepadding + 'px'
|
|
51987
51995
|
},
|
|
51988
51996
|
onClick: function onClick() {
|
|
51989
|
-
var _cardsarray$
|
|
51990
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51997
|
+
var _cardsarray$17;
|
|
51998
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
|
|
51991
51999
|
}
|
|
51992
52000
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51993
52001
|
"class": "row m-0 w-100",
|
|
@@ -52004,7 +52012,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52004
52012
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
52005
52013
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
52006
52014
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
52007
|
-
path: (_cardsarray$
|
|
52015
|
+
path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
|
|
52008
52016
|
loading: "lazy",
|
|
52009
52017
|
style: {
|
|
52010
52018
|
width: '100%',
|
|
@@ -52029,7 +52037,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
52029
52037
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
52030
52038
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52031
52039
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
52032
|
-
}, (_cardsarray$
|
|
52040
|
+
}, langdetect == 'en' ? (_cardsarray$19 = cardsarray[4]) === null || _cardsarray$19 === void 0 ? void 0 : _cardsarray$19.name_en : (_cardsarray$20 = cardsarray[4]) === null || _cardsarray$20 === void 0 ? void 0 : _cardsarray$20.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
52033
52041
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
52034
52042
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
52035
52043
|
"class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
|
package/dist/index.esm.js
CHANGED
|
@@ -3467,7 +3467,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3467
3467
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
3468
3468
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
3469
3469
|
"class": "m-0"
|
|
3470
|
-
})), sectionproperties.descriptionstyle == 'Style 2' &&
|
|
3470
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3471
3471
|
"class": "col-lg-12 col-md-12 p-md-0 mb-3"
|
|
3472
3472
|
}, /*#__PURE__*/React.createElement(Accordion, {
|
|
3473
3473
|
allowMultipleExpanded: true,
|
|
@@ -51403,8 +51403,10 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51403
51403
|
var itemquantity = 0;
|
|
51404
51404
|
if (langdetect == 'en') {
|
|
51405
51405
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
51406
|
+
cardobj.name_en = arrayItem.productinfo.name_en;
|
|
51406
51407
|
} else {
|
|
51407
51408
|
cardobj.name = arrayItem.productinfo.name_ar;
|
|
51409
|
+
cardobj.name_ar = arrayItem.productinfo.name_ar;
|
|
51408
51410
|
}
|
|
51409
51411
|
if (langdetect == 'en') {
|
|
51410
51412
|
cardobj.description = arrayItem.productinfo.description_en;
|
|
@@ -51474,9 +51476,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51474
51476
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51475
51477
|
if (langdetect == 'en') {
|
|
51476
51478
|
cardobj.name = arrayItem.title_en;
|
|
51479
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51477
51480
|
cardobj.description = arrayItem.description_en;
|
|
51478
51481
|
} else if (langdetect == 'ar') {
|
|
51479
|
-
cardobj.name = arrayItem.
|
|
51482
|
+
cardobj.name = arrayItem.title_en;
|
|
51483
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51480
51484
|
cardobj.description = arrayItem.description_ar;
|
|
51481
51485
|
}
|
|
51482
51486
|
cardobj.image = arrayItem.collectionlogo;
|
|
@@ -51487,9 +51491,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51487
51491
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51488
51492
|
if (langdetect == 'en') {
|
|
51489
51493
|
cardobj.name = arrayItem.title_en;
|
|
51494
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51490
51495
|
cardobj.description = arrayItem.description_en;
|
|
51491
51496
|
} else if (langdetect == 'ar') {
|
|
51492
51497
|
cardobj.name = arrayItem.title_ar;
|
|
51498
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51493
51499
|
cardobj.description = arrayItem.description_ar;
|
|
51494
51500
|
}
|
|
51495
51501
|
cardobj.image = arrayItem.categorylogo;
|
|
@@ -51500,9 +51506,11 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51500
51506
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51501
51507
|
if (langdetect == 'en') {
|
|
51502
51508
|
cardobj.name = arrayItem.title_en;
|
|
51509
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51503
51510
|
cardobj.description = arrayItem.description_en;
|
|
51504
51511
|
} else if (langdetect == 'ar') {
|
|
51505
51512
|
cardobj.name = arrayItem.title_ar;
|
|
51513
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51506
51514
|
cardobj.description = arrayItem.description_ar;
|
|
51507
51515
|
}
|
|
51508
51516
|
cardobj.image = arrayItem.parentcollectionlogo;
|
|
@@ -51627,7 +51635,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51627
51635
|
})
|
|
51628
51636
|
};
|
|
51629
51637
|
var cardsrender = function cardsrender() {
|
|
51630
|
-
var _cardsarray$2, _cardsarray$3, _cardsarray$
|
|
51638
|
+
var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
|
|
51631
51639
|
return /*#__PURE__*/React.createElement("div", {
|
|
51632
51640
|
"class": 'row m-0 w-100'
|
|
51633
51641
|
}, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React.createElement("div", {
|
|
@@ -51747,7 +51755,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51747
51755
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51748
51756
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51749
51757
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51750
|
-
}, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.
|
|
51758
|
+
}, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51751
51759
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51752
51760
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51753
51761
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51758,8 +51766,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51758
51766
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51759
51767
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
|
|
51760
51768
|
onClick: function onClick() {
|
|
51761
|
-
var _cardsarray$
|
|
51762
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51769
|
+
var _cardsarray$5;
|
|
51770
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
|
|
51763
51771
|
},
|
|
51764
51772
|
style: {
|
|
51765
51773
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51781,7 +51789,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51781
51789
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51782
51790
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51783
51791
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51784
|
-
path: (_cardsarray$
|
|
51792
|
+
path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
|
|
51785
51793
|
loading: "lazy",
|
|
51786
51794
|
style: {
|
|
51787
51795
|
width: '100%',
|
|
@@ -51808,7 +51816,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51808
51816
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51809
51817
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51810
51818
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51811
|
-
}, (_cardsarray$
|
|
51819
|
+
}, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51812
51820
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51813
51821
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51814
51822
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51820,8 +51828,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51820
51828
|
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
51821
51829
|
},
|
|
51822
51830
|
onClick: function onClick() {
|
|
51823
|
-
var _cardsarray$
|
|
51824
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51831
|
+
var _cardsarray$9;
|
|
51832
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
|
|
51825
51833
|
}
|
|
51826
51834
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51827
51835
|
"class": "row m-0 w-100",
|
|
@@ -51838,7 +51846,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51838
51846
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51839
51847
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51840
51848
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51841
|
-
path: (_cardsarray$
|
|
51849
|
+
path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
|
|
51842
51850
|
loading: "lazy",
|
|
51843
51851
|
style: {
|
|
51844
51852
|
width: '100%',
|
|
@@ -51865,15 +51873,15 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51865
51873
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51866
51874
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51867
51875
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51868
|
-
}, (_cardsarray$
|
|
51876
|
+
}, langdetect == 'en' ? (_cardsarray$11 = cardsarray[2]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.name_en : (_cardsarray$12 = cardsarray[2]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51869
51877
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51870
51878
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51871
51879
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
51872
51880
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React.createElement("div", {
|
|
51873
51881
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer ',
|
|
51874
51882
|
onClick: function onClick() {
|
|
51875
|
-
var _cardsarray$
|
|
51876
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51883
|
+
var _cardsarray$13;
|
|
51884
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
|
|
51877
51885
|
},
|
|
51878
51886
|
style: {
|
|
51879
51887
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51895,7 +51903,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51895
51903
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51896
51904
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51897
51905
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51898
|
-
path: (_cardsarray$
|
|
51906
|
+
path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
|
|
51899
51907
|
loading: "lazy",
|
|
51900
51908
|
style: {
|
|
51901
51909
|
width: '100%',
|
|
@@ -51926,7 +51934,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51926
51934
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51927
51935
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51928
51936
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51929
|
-
}, (_cardsarray$
|
|
51937
|
+
}, langdetect == 'en' ? (_cardsarray$15 = cardsarray[3]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name_en : (_cardsarray$16 = cardsarray[3]) === null || _cardsarray$16 === void 0 ? void 0 : _cardsarray$16.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51930
51938
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51931
51939
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51932
51940
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51937,8 +51945,8 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51937
51945
|
paddingRight: sectionproperties.imagepadding + 'px'
|
|
51938
51946
|
},
|
|
51939
51947
|
onClick: function onClick() {
|
|
51940
|
-
var _cardsarray$
|
|
51941
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51948
|
+
var _cardsarray$17;
|
|
51949
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
|
|
51942
51950
|
}
|
|
51943
51951
|
}, /*#__PURE__*/React.createElement("div", {
|
|
51944
51952
|
"class": "row m-0 w-100",
|
|
@@ -51955,7 +51963,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51955
51963
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
51956
51964
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51957
51965
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51958
|
-
path: (_cardsarray$
|
|
51966
|
+
path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
|
|
51959
51967
|
loading: "lazy",
|
|
51960
51968
|
style: {
|
|
51961
51969
|
width: '100%',
|
|
@@ -51980,7 +51988,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
51980
51988
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51981
51989
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51982
51990
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51983
|
-
}, (_cardsarray$
|
|
51991
|
+
}, langdetect == 'en' ? (_cardsarray$19 = cardsarray[4]) === null || _cardsarray$19 === void 0 ? void 0 : _cardsarray$19.name_en : (_cardsarray$20 = cardsarray[4]) === null || _cardsarray$20 === void 0 ? void 0 : _cardsarray$20.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
51984
51992
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51985
51993
|
}, /*#__PURE__*/React.createElement("p", {
|
|
51986
51994
|
"class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
|
package/dist/index.umd.js
CHANGED
|
@@ -3340,7 +3340,7 @@
|
|
|
3340
3340
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
3341
3341
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
3342
3342
|
"class": "m-0"
|
|
3343
|
-
})), sectionproperties.descriptionstyle == 'Style 2' &&
|
|
3343
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3344
3344
|
"class": "col-lg-12 col-md-12 p-md-0 mb-3"
|
|
3345
3345
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
3346
3346
|
allowMultipleExpanded: true,
|
|
@@ -51276,8 +51276,10 @@
|
|
|
51276
51276
|
var itemquantity = 0;
|
|
51277
51277
|
if (langdetect == 'en') {
|
|
51278
51278
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
51279
|
+
cardobj.name_en = arrayItem.productinfo.name_en;
|
|
51279
51280
|
} else {
|
|
51280
51281
|
cardobj.name = arrayItem.productinfo.name_ar;
|
|
51282
|
+
cardobj.name_ar = arrayItem.productinfo.name_ar;
|
|
51281
51283
|
}
|
|
51282
51284
|
if (langdetect == 'en') {
|
|
51283
51285
|
cardobj.description = arrayItem.productinfo.description_en;
|
|
@@ -51347,9 +51349,11 @@
|
|
|
51347
51349
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51348
51350
|
if (langdetect == 'en') {
|
|
51349
51351
|
cardobj.name = arrayItem.title_en;
|
|
51352
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51350
51353
|
cardobj.description = arrayItem.description_en;
|
|
51351
51354
|
} else if (langdetect == 'ar') {
|
|
51352
|
-
cardobj.name = arrayItem.
|
|
51355
|
+
cardobj.name = arrayItem.title_en;
|
|
51356
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51353
51357
|
cardobj.description = arrayItem.description_ar;
|
|
51354
51358
|
}
|
|
51355
51359
|
cardobj.image = arrayItem.collectionlogo;
|
|
@@ -51360,9 +51364,11 @@
|
|
|
51360
51364
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51361
51365
|
if (langdetect == 'en') {
|
|
51362
51366
|
cardobj.name = arrayItem.title_en;
|
|
51367
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51363
51368
|
cardobj.description = arrayItem.description_en;
|
|
51364
51369
|
} else if (langdetect == 'ar') {
|
|
51365
51370
|
cardobj.name = arrayItem.title_ar;
|
|
51371
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51366
51372
|
cardobj.description = arrayItem.description_ar;
|
|
51367
51373
|
}
|
|
51368
51374
|
cardobj.image = arrayItem.categorylogo;
|
|
@@ -51373,9 +51379,11 @@
|
|
|
51373
51379
|
cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
|
|
51374
51380
|
if (langdetect == 'en') {
|
|
51375
51381
|
cardobj.name = arrayItem.title_en;
|
|
51382
|
+
cardobj.name_en = arrayItem.title_en;
|
|
51376
51383
|
cardobj.description = arrayItem.description_en;
|
|
51377
51384
|
} else if (langdetect == 'ar') {
|
|
51378
51385
|
cardobj.name = arrayItem.title_ar;
|
|
51386
|
+
cardobj.name_ar = arrayItem.title_ar;
|
|
51379
51387
|
cardobj.description = arrayItem.description_ar;
|
|
51380
51388
|
}
|
|
51381
51389
|
cardobj.image = arrayItem.parentcollectionlogo;
|
|
@@ -51500,7 +51508,7 @@
|
|
|
51500
51508
|
})
|
|
51501
51509
|
};
|
|
51502
51510
|
var cardsrender = function cardsrender() {
|
|
51503
|
-
var _cardsarray$2, _cardsarray$3, _cardsarray$
|
|
51511
|
+
var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
|
|
51504
51512
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51505
51513
|
"class": 'row m-0 w-100'
|
|
51506
51514
|
}, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -51620,7 +51628,7 @@
|
|
|
51620
51628
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51621
51629
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51622
51630
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51623
|
-
}, (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.
|
|
51631
|
+
}, langdetect == 'en' ? (_cardsarray$3 = cardsarray[0]) === null || _cardsarray$3 === void 0 ? void 0 : _cardsarray$3.name_en : (_cardsarray$4 = cardsarray[0]) === null || _cardsarray$4 === void 0 ? void 0 : _cardsarray$4.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51624
51632
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51625
51633
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51626
51634
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51631,8 +51639,8 @@
|
|
|
51631
51639
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51632
51640
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
|
|
51633
51641
|
onClick: function onClick() {
|
|
51634
|
-
var _cardsarray$
|
|
51635
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51642
|
+
var _cardsarray$5;
|
|
51643
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$5 = cardsarray[1]) === null || _cardsarray$5 === void 0 ? void 0 : _cardsarray$5.collectionid));
|
|
51636
51644
|
},
|
|
51637
51645
|
style: {
|
|
51638
51646
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51654,7 +51662,7 @@
|
|
|
51654
51662
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51655
51663
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51656
51664
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51657
|
-
path: (_cardsarray$
|
|
51665
|
+
path: (_cardsarray$6 = cardsarray[1]) === null || _cardsarray$6 === void 0 ? void 0 : _cardsarray$6.image,
|
|
51658
51666
|
loading: "lazy",
|
|
51659
51667
|
style: {
|
|
51660
51668
|
width: '100%',
|
|
@@ -51681,7 +51689,7 @@
|
|
|
51681
51689
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51682
51690
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51683
51691
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51684
|
-
}, (_cardsarray$
|
|
51692
|
+
}, langdetect == 'en' ? (_cardsarray$7 = cardsarray[1]) === null || _cardsarray$7 === void 0 ? void 0 : _cardsarray$7.name_en : (_cardsarray$8 = cardsarray[1]) === null || _cardsarray$8 === void 0 ? void 0 : _cardsarray$8.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51685
51693
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51686
51694
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51687
51695
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51693,8 +51701,8 @@
|
|
|
51693
51701
|
marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
|
|
51694
51702
|
},
|
|
51695
51703
|
onClick: function onClick() {
|
|
51696
|
-
var _cardsarray$
|
|
51697
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51704
|
+
var _cardsarray$9;
|
|
51705
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$9 = cardsarray[2]) === null || _cardsarray$9 === void 0 ? void 0 : _cardsarray$9.collectionid));
|
|
51698
51706
|
}
|
|
51699
51707
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51700
51708
|
"class": "row m-0 w-100",
|
|
@@ -51711,7 +51719,7 @@
|
|
|
51711
51719
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51712
51720
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51713
51721
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51714
|
-
path: (_cardsarray$
|
|
51722
|
+
path: (_cardsarray$10 = cardsarray[2]) === null || _cardsarray$10 === void 0 ? void 0 : _cardsarray$10.image,
|
|
51715
51723
|
loading: "lazy",
|
|
51716
51724
|
style: {
|
|
51717
51725
|
width: '100%',
|
|
@@ -51738,15 +51746,15 @@
|
|
|
51738
51746
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51739
51747
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51740
51748
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51741
|
-
}, (_cardsarray$
|
|
51749
|
+
}, langdetect == 'en' ? (_cardsarray$11 = cardsarray[2]) === null || _cardsarray$11 === void 0 ? void 0 : _cardsarray$11.name_en : (_cardsarray$12 = cardsarray[2]) === null || _cardsarray$12 === void 0 ? void 0 : _cardsarray$12.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51742
51750
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51743
51751
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51744
51752
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
51745
51753
|
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51746
51754
|
"class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-7 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-7 p-md-0 mb-md-3 cursor-pointer ',
|
|
51747
51755
|
onClick: function onClick() {
|
|
51748
|
-
var _cardsarray$
|
|
51749
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51756
|
+
var _cardsarray$13;
|
|
51757
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$13 = cardsarray[3]) === null || _cardsarray$13 === void 0 ? void 0 : _cardsarray$13.collectionid));
|
|
51750
51758
|
},
|
|
51751
51759
|
style: {
|
|
51752
51760
|
paddingLeft: sectionproperties.imagepadding + 'px',
|
|
@@ -51768,7 +51776,7 @@
|
|
|
51768
51776
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51769
51777
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51770
51778
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51771
|
-
path: (_cardsarray$
|
|
51779
|
+
path: (_cardsarray$14 = cardsarray[3]) === null || _cardsarray$14 === void 0 ? void 0 : _cardsarray$14.image,
|
|
51772
51780
|
loading: "lazy",
|
|
51773
51781
|
style: {
|
|
51774
51782
|
width: '100%',
|
|
@@ -51799,7 +51807,7 @@
|
|
|
51799
51807
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51800
51808
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51801
51809
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51802
|
-
}, (_cardsarray$
|
|
51810
|
+
}, langdetect == 'en' ? (_cardsarray$15 = cardsarray[3]) === null || _cardsarray$15 === void 0 ? void 0 : _cardsarray$15.name_en : (_cardsarray$16 = cardsarray[3]) === null || _cardsarray$16 === void 0 ? void 0 : _cardsarray$16.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51803
51811
|
"class": "col-lg-12 p-0 d-flex justify-content-center"
|
|
51804
51812
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51805
51813
|
"class": section_cssstyles.collectioncardbutton + ' collectioncardbutton m-0 p-0 allcentered '
|
|
@@ -51810,8 +51818,8 @@
|
|
|
51810
51818
|
paddingRight: sectionproperties.imagepadding + 'px'
|
|
51811
51819
|
},
|
|
51812
51820
|
onClick: function onClick() {
|
|
51813
|
-
var _cardsarray$
|
|
51814
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$
|
|
51821
|
+
var _cardsarray$17;
|
|
51822
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$17 = cardsarray[4]) === null || _cardsarray$17 === void 0 ? void 0 : _cardsarray$17.collectionid));
|
|
51815
51823
|
}
|
|
51816
51824
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51817
51825
|
"class": "row m-0 w-100",
|
|
@@ -51828,7 +51836,7 @@
|
|
|
51828
51836
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
51829
51837
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
51830
51838
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
51831
|
-
path: (_cardsarray$
|
|
51839
|
+
path: (_cardsarray$18 = cardsarray[4]) === null || _cardsarray$18 === void 0 ? void 0 : _cardsarray$18.image,
|
|
51832
51840
|
loading: "lazy",
|
|
51833
51841
|
style: {
|
|
51834
51842
|
width: '100%',
|
|
@@ -51853,7 +51861,7 @@
|
|
|
51853
51861
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51854
51862
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51855
51863
|
"class": section_cssstyles.collectionname + ' m-0 p-0 '
|
|
51856
|
-
}, (_cardsarray$
|
|
51864
|
+
}, langdetect == 'en' ? (_cardsarray$19 = cardsarray[4]) === null || _cardsarray$19 === void 0 ? void 0 : _cardsarray$19.name_en : (_cardsarray$20 = cardsarray[4]) === null || _cardsarray$20 === void 0 ? void 0 : _cardsarray$20.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
51857
51865
|
"class": "col-lg-12 p-0 d-flex justify-content-start"
|
|
51858
51866
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
51859
51867
|
"class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
|