tabexseriescomponents 0.0.71 → 0.0.73

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.
Files changed (386) hide show
  1. package/dist/index.cjs.js +420 -218
  2. package/dist/index.esm.js +421 -219
  3. package/dist/index.umd.js +420 -218
  4. package/package.json +1 -1
  5. package/src-aya/Contexts/LanguageContext.jsx +369 -0
  6. package/{src1-10 → src-aya}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  7. package/{src1-10 → src-aya}/StylesJS/Customstyles.js +0 -0
  8. package/src-aya/TabexComponents/Cards/Card20/Card20.jsx +288 -0
  9. package/src-aya/TabexComponents/Cards/Card21/Card21.jsx +386 -0
  10. package/src-aya/TabexComponents/Cards/Card22/Card22.jsx +289 -0
  11. package/src-aya/TabexComponents/Cards/Card23/Card23.jsx +355 -0
  12. package/src-aya/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +393 -0
  13. package/src-aya/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +168 -0
  14. package/src-aya/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +243 -0
  15. package/src-aya/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +202 -0
  16. package/src-aya/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +174 -0
  17. package/src-aya/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +182 -0
  18. package/src-aya/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +158 -0
  19. package/src-aya/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +189 -0
  20. package/src-aya/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +150 -0
  21. package/src-aya/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  22. package/src-aya/TabexComponents/Cards/MenuCard/MenuCard.jsx +538 -0
  23. package/src-aya/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +491 -0
  24. package/src-aya/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +469 -0
  25. package/src-aya/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  26. package/src-aya/TabexComponents/Cards/Productcard7/Productcard7.jsx +272 -0
  27. package/src-aya/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +295 -0
  28. package/src-aya/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +289 -0
  29. package/src-aya/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  30. package/src-aya/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +288 -0
  31. package/src-aya/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +328 -0
  32. package/src-aya/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +509 -0
  33. package/{src1-10 → src-aya}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +2 -2
  34. package/src-aya/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  35. package/src-aya/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +133 -0
  36. package/src-aya/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +125 -0
  37. package/src-aya/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  38. package/src-aya/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +336 -0
  39. package/src-aya/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +429 -0
  40. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer1/Footer1.jsx +21 -23
  41. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer2/Footer2.jsx +6 -6
  42. package/src-aya/TabexComponents/Footer/Footer3/Footer3.jsx +302 -0
  43. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer4/Footer4.jsx +8 -8
  44. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer5/Footer5.jsx +8 -8
  45. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer6/Footer6.jsx +4 -4
  46. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer7/Footer7.jsx +5 -5
  47. package/{src1-10 → src-aya}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +2 -2
  48. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  49. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  50. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  51. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  52. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  53. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  54. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  55. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  56. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  57. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  58. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  59. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  60. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  61. package/src-aya/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +822 -0
  62. package/src-aya/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +841 -0
  63. package/src-aya/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +677 -0
  64. package/src-aya/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +707 -0
  65. package/{src1-10 → src-aya}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  66. package/src-aya/TabexComponents/Headers/Header6/Header6.jsx +631 -0
  67. package/{src1-10 → src-aya}/TabexComponents/Headers/Header8/Header8.jsx +103 -176
  68. package/{src1-10 → src-aya}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +105 -106
  69. package/{src1-10 → src-aya}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +99 -98
  70. package/src-aya/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +669 -0
  71. package/src-aya/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +919 -0
  72. package/src-aya/TabexComponents/Headers/Modernheader/Modernheader.jsx +687 -0
  73. package/src-aya/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +813 -0
  74. package/src-aya/TabexComponents/Headers/Subheader/Subheader.jsx +248 -0
  75. package/src-aya/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +926 -0
  76. package/src-aya/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +168 -0
  77. package/src-aya/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +346 -0
  78. package/src-aya/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +304 -0
  79. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  80. package/src-aya/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +271 -0
  81. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +2 -1
  82. package/src-aya/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +200 -0
  83. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  84. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  85. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -0
  86. package/src-aya/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +768 -0
  87. package/{src1-10 → src-aya}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +1 -4
  88. package/src-aya/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.jsx +663 -0
  89. package/{src1-10 → src-aya}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
  90. package/src-aya/TabexComponents/Sections/Cards/Cardsection10/Arrows.js +94 -0
  91. package/src-aya/TabexComponents/Sections/Cards/Cardsection10/Cardsection10.js +741 -0
  92. package/src-aya/TabexComponents/Sections/Cards/Cardsection100/Cardsection10.js +430 -0
  93. package/src-aya/TabexComponents/Sections/Cards/Cardsection100/burger.jpg +0 -0
  94. package/src-aya/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +473 -0
  95. package/src-aya/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +523 -0
  96. package/src-aya/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +502 -0
  97. package/src-aya/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +276 -0
  98. package/src-aya/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +160 -0
  99. package/src-aya/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +176 -0
  100. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1 -1
  101. package/src-aya/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +140 -0
  102. package/src-aya/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +201 -0
  103. package/src-aya/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +125 -0
  104. package/src-aya/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  105. package/src-aya/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  106. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +139 -0
  107. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +215 -0
  108. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +6 -1
  109. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +0 -0
  110. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +277 -0
  111. package/{src1-10 → src-aya}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  112. package/src-aya/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +458 -0
  113. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  114. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
  115. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
  116. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  117. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  118. package/src-aya/TabexComponents/StaticPages/Login/Login.jsx +283 -0
  119. package/{src1-10 → src-aya}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
  120. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  121. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  122. package/src-aya/TabexComponents/StaticPages/Productinfo/Iteminfo.js +1287 -0
  123. package/src-aya/TabexComponents/StaticPages/Productinfo/Productinfo.js +710 -0
  124. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3 -2
  125. package/src-aya/TabexComponents/StaticPages/Productinfo/Serviceinfo.js +804 -0
  126. package/src-aya/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +206 -0
  127. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +15 -0
  128. package/src-aya/TabexComponents/StaticPages/Signup/Signup.jsx +155 -0
  129. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -6
  130. package/src-aya/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +1048 -0
  131. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  132. package/src-aya/assets/images/appstore.png +0 -0
  133. package/{src1-10 → src-aya}/assets/images/cod.png +0 -0
  134. package/{src1-10 → src-aya}/assets/images/egyptflag.png +0 -0
  135. package/{src1-10 → src-aya}/assets/images/fawry.png +0 -0
  136. package/src-aya/assets/images/googleplay.png +0 -0
  137. package/{src1-10 → src-aya}/assets/images/payment.png +0 -0
  138. package/{src1-10 → src-aya}/assets/images/paymob.png +0 -0
  139. package/{src1-10 → src-aya}/assets/images/paypal.png +0 -0
  140. package/{src1-10 → src-aya}/assets/images/shoppingcart.png +0 -0
  141. package/{src1-10 → src-aya}/assets/images/usflag.png +0 -0
  142. package/{src1-10 → src-aya}/assets/images/visa.png +0 -0
  143. package/{src1-10 → src-aya}/assets/images/whatsapp.png +0 -0
  144. package/{src1-10 → src-aya}/button.jsx +0 -0
  145. package/src-aya/index.jsx +222 -0
  146. package/{src1-10 → src-aya}/styles/Home.module.css +0 -0
  147. package/{src1-10 → src-aya}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  148. package/{src1-10 → src-aya}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  149. package/{src1-10 → src-aya}/styles/cards/Categorycard_withshapes.module.css +0 -0
  150. package/src-aya/styles/cards/ModernCardWithQuantityButton.module.css +34 -0
  151. package/{src1-10 → src-aya}/styles/cards/Productcard6.module.css +0 -0
  152. package/{src1-10 → src-aya}/styles/cards/Productcard_with_circularbg.module.css +0 -0
  153. package/{src1-10 → src-aya}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  154. package/src-aya/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  155. package/src-aya/styles/cards/categorycard.module.css +85 -0
  156. package/src-aya/styles/cards/categorycard3.module.css +50 -0
  157. package/{src1-10 → src-aya}/styles/cards/categorycardwithtext.module.css +0 -0
  158. package/src-aya/styles/cards/productcard_animatedbuttons.module.css +127 -0
  159. package/{src1-10 → src-aya}/styles/cards/productcard_with_textonhover.module.css +0 -0
  160. package/{src1-10 → src-aya}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  161. package/src-aya/styles/general/bootstrap.css +4562 -0
  162. package/src-aya/styles/general/dropdown.css +206 -0
  163. package/{src1-10 → src-aya}/styles/general/editorbardropdown.module.css +0 -0
  164. package/{src1-10 → src-aya}/styles/general/filter.module.css +0 -0
  165. package/{src1-10 → src-aya}/styles/general/form.module.css +0 -0
  166. package/{src1-10 → src-aya}/styles/general/general.module.css +0 -0
  167. package/{src1-10 → src-aya}/styles/general/image-gallery.css +0 -0
  168. package/{src1-10 → src-aya}/styles/general/react-accessible-accordion.module.css +0 -0
  169. package/{src1-10 → src-aya}/styles/general/react-phone-input-2.module.css +0 -0
  170. package/{src1-10 → src-aya}/styles/general/scrollbtn.module.css +0 -0
  171. package/{src1-10 → src-aya}/styles/general/slick.module.css +0 -0
  172. package/{src1-10 → src-aya}/styles/general/tabs.module.css +0 -0
  173. package/{src1-10 → src-aya}/styles/general/workplaceeditor.module.css +0 -0
  174. package/{src1-10 → src-aya}/styles/globals.css +0 -0
  175. package/src-aya/styles/headers/CTAHeader.module.css +40 -0
  176. package/src-aya/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  177. package/{src1-10/styles/headers/Allinoneheader.module.css → src-aya/styles/headers/Gotoheader.module.css} +0 -0
  178. package/{src1-10 → src-aya}/styles/headers/Header7.module.css +0 -0
  179. package/src-aya/styles/headers/Header_threesectionslogocentered.module.css +96 -0
  180. package/{src1-10 → src-aya}/styles/headers/Sideheader.module.css +0 -0
  181. package/src-aya/styles/headers/classicheader.module.css +16 -0
  182. package/{src1-10 → src-aya}/styles/headers/classicheaderstyles.module.css +0 -0
  183. package/{src1-10 → src-aya}/styles/headers/dropdown.css +0 -0
  184. package/{src1-10 → src-aya}/styles/headers/header4.module.css +0 -0
  185. package/{src1-10 → src-aya}/styles/headers/header5.module.css +0 -0
  186. package/src-aya/styles/headers/header6.module.css +102 -0
  187. package/src-aya/styles/headers/header_contactinfo.module.css +66 -0
  188. package/{src1-10 → src-aya}/styles/headers/headerresturant.module.css +0 -0
  189. package/src-aya/styles/headers/modernheader.module.css +72 -0
  190. package/{src1-10/styles/headers/headerstyles.module.css → src-aya/styles/headers/stylishheader.module.css} +0 -0
  191. package/{src1-10 → src-aya}/styles/headers/subheader.module.css +0 -0
  192. package/src-aya/styles/headers/threetieredheader.module.css +91 -0
  193. package/src-aya/styles/sections/BackgroundImageWithTopContent.css +4 -0
  194. package/{src1-10 → src-aya}/styles/sections/Backgroundimage1.module.css +0 -0
  195. package/{src1-10 → src-aya}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  196. package/{src1-10 → src-aya}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  197. package/{src1-10 → src-aya}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  198. package/{src1-10 → src-aya}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  199. package/{src1-10 → src-aya}/styles/staticpages/accordion.module.css +0 -0
  200. package/{src1-10 → src-aya}/styles/staticpages/cart.module.css +0 -0
  201. package/{src1-10 → src-aya}/styles/staticpages/dropdown.css +0 -0
  202. package/{src1-10 → src-aya}/styles/staticpages/filter.module.css +0 -0
  203. package/src-aya/styles/staticpages/image-gallery.css +481 -0
  204. package/src-aya/styles/staticpages/login.module.css +113 -0
  205. package/{src1-10 → src-aya}/styles/staticpages/productinfo.module.css +0 -0
  206. package/{src1-10 → src-aya}/styles/staticpages/shop.module.css +0 -0
  207. package/src-aya/styles/staticpages/signup.module.css +206 -0
  208. package/{src1-10 → src-aya}/styles/staticpages/staticroutersidenav.module.css +0 -0
  209. package/{src1-10 → src-aya}/styles/staticpages/viewcart.module.css +0 -0
  210. package/{src1-10 → src-aya}/styles/staticpages/wishlist.module.css +0 -0
  211. package/src-aya/styles.rar +0 -0
  212. package/{src1-10 → srcOLD}/Contexts/LanguageContext.jsx +0 -0
  213. package/srcOLD/Contexts/ProductsCardsSectionContext.jsx +28 -0
  214. package/srcOLD/StylesJS/Customstyles.js +235 -0
  215. package/{src1-10 → srcOLD}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +9 -0
  216. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +19 -0
  217. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +8 -0
  218. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +7 -0
  219. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +72 -45
  220. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  221. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +9 -0
  222. package/{src1-10 → srcOLD}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +9 -0
  223. package/{src1-10 → srcOLD}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +15 -0
  224. package/{src1-10 → srcOLD}/TabexComponents/Cards/MenuCard/MenuCard.jsx +12 -0
  225. package/{src1-10 → srcOLD}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +12 -0
  226. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard6/Productcard6.jsx +10 -0
  227. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard7/Productcard7.jsx +10 -0
  228. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +14 -0
  229. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +17 -0
  230. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +14 -1
  231. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +11 -0
  232. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +10 -0
  233. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +10 -0
  234. package/srcOLD/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +282 -0
  235. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +12 -0
  236. package/{src1-10 → srcOLD}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +12 -0
  237. package/{src1-10 → srcOLD}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +9 -0
  238. package/{src1-10 → srcOLD}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +15 -3
  239. package/{src1-10 → srcOLD}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +11 -1
  240. package/srcOLD/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  241. package/srcOLD/TabexComponents/Footer/Footer2/Footer2.jsx +382 -0
  242. package/{src1-10 → srcOLD}/TabexComponents/Footer/Footer3/Footer3.jsx +6 -14
  243. package/srcOLD/TabexComponents/Footer/Footer4/Footer4.jsx +438 -0
  244. package/srcOLD/TabexComponents/Footer/Footer5/Footer5.jsx +495 -0
  245. package/srcOLD/TabexComponents/Footer/Footer6/Footer6.jsx +295 -0
  246. package/srcOLD/TabexComponents/Footer/Footer7/Footer7.jsx +373 -0
  247. package/srcOLD/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +238 -0
  248. package/srcOLD/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  249. package/srcOLD/TabexComponents/Generalfiles/images/noimage.png +0 -0
  250. package/srcOLD/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  251. package/srcOLD/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  252. package/srcOLD/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  253. package/srcOLD/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  254. package/srcOLD/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  255. package/srcOLD/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  256. package/srcOLD/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  257. package/srcOLD/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  258. package/srcOLD/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  259. package/srcOLD/TabexComponents/Generalfiles/images/usflag.png +0 -0
  260. package/srcOLD/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  261. package/{src1-10 → srcOLD}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +99 -97
  262. package/{src1-10 → srcOLD}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +80 -74
  263. package/srcOLD/TabexComponents/Headers/Header4/Header4.jsx +632 -0
  264. package/{src1-10 → srcOLD}/TabexComponents/Headers/Header6/Header6.jsx +76 -73
  265. package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +882 -0
  266. package/srcOLD/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +754 -0
  267. package/srcOLD/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +798 -0
  268. package/{src1-10 → srcOLD}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +23 -3
  269. package/{src1-10 → srcOLD}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +114 -116
  270. package/{src1-10 → srcOLD}/TabexComponents/Headers/Modernheader/Modernheader.jsx +92 -100
  271. package/{src1-10 → srcOLD}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +98 -110
  272. package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +228 -0
  273. package/{src1-10 → srcOLD}/TabexComponents/Headers/Subheader/Subheader.jsx +22 -10
  274. package/srcOLD/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  275. package/{src1-10 → srcOLD}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  276. package/srcOLD/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +138 -0
  277. package/srcOLD/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +160 -0
  278. package/srcOLD/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  279. package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +784 -0
  280. package/{src1-10 → srcOLD}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +75 -7
  281. package/srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js +496 -0
  282. package/{src1-10 → srcOLD}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
  283. package/srcOLD/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  284. package/{src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx → srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js} +74 -34
  285. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  286. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  287. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
  288. package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +284 -0
  289. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  290. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
  291. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
  292. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  293. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  294. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  295. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +8 -0
  296. package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +414 -0
  297. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +53 -92
  298. package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +175 -0
  299. package/srcOLD/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +275 -0
  300. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  301. package/srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js +146 -0
  302. package/srcOLD/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  303. package/srcOLD/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  304. package/srcOLD/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  305. package/srcOLD/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  306. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  307. package/srcOLD/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  308. package/srcOLD/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1285 -0
  309. package/srcOLD/TabexComponents/StaticPages/Policies/Policies.jsx +358 -0
  310. package/srcOLD/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1506 -0
  311. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +16 -0
  312. package/srcOLD/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +788 -0
  313. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  314. package/srcOLD/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +295 -0
  315. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
  316. package/srcOLD/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +629 -0
  317. package/srcOLD/assets/images/cod.png +0 -0
  318. package/srcOLD/assets/images/egyptflag.png +0 -0
  319. package/srcOLD/assets/images/fawry.png +0 -0
  320. package/srcOLD/assets/images/payment.png +0 -0
  321. package/srcOLD/assets/images/paymob.png +0 -0
  322. package/srcOLD/assets/images/paypal.png +0 -0
  323. package/srcOLD/assets/images/shoppingcart.png +0 -0
  324. package/srcOLD/assets/images/usflag.png +0 -0
  325. package/srcOLD/assets/images/visa.png +0 -0
  326. package/srcOLD/assets/images/whatsapp.png +0 -0
  327. package/srcOLD/button.jsx +40 -0
  328. package/{src1-10 → srcOLD}/index.jsx +2 -6
  329. package/srcOLD/styles/Home.module.css +129 -0
  330. package/srcOLD/styles/cards/Categorcycard_fullimage.module.css +10 -0
  331. package/srcOLD/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  332. package/srcOLD/styles/cards/Categorycard_withshapes.module.css +189 -0
  333. package/srcOLD/styles/cards/Productcard6.module.css +9 -0
  334. package/srcOLD/styles/cards/Productcard_with_circularbg.module.css +137 -0
  335. package/srcOLD/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  336. package/{src1-10 → srcOLD}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  337. package/{src1-10 → srcOLD}/styles/cards/categorycard.module.css +0 -0
  338. package/{src1-10 → srcOLD}/styles/cards/categorycard3.module.css +0 -0
  339. package/srcOLD/styles/cards/categorycardwithtext.module.css +40 -0
  340. package/{src1-10 → srcOLD}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  341. package/srcOLD/styles/cards/productcard_with_textonhover.module.css +12 -0
  342. package/srcOLD/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  343. package/{src1-10 → srcOLD}/styles/general/bootstrap.css +73 -68
  344. package/{src1-10 → srcOLD}/styles/general/dropdown.css +0 -0
  345. package/srcOLD/styles/general/editorbardropdown.module.css +94 -0
  346. package/srcOLD/styles/general/filter.module.css +108 -0
  347. package/srcOLD/styles/general/form.module.css +273 -0
  348. package/srcOLD/styles/general/general.module.css +709 -0
  349. package/srcOLD/styles/general/image-gallery.css +481 -0
  350. package/srcOLD/styles/general/react-accessible-accordion.module.css +52 -0
  351. package/srcOLD/styles/general/react-phone-input-2.module.css +927 -0
  352. package/srcOLD/styles/general/scrollbtn.module.css +22 -0
  353. package/srcOLD/styles/general/slick.module.css +166 -0
  354. package/srcOLD/styles/general/tabs.module.css +110 -0
  355. package/srcOLD/styles/general/workplaceeditor.module.css +328 -0
  356. package/srcOLD/styles/globals.css +26 -0
  357. package/srcOLD/styles/headers/Allinoneheader.module.css +91 -0
  358. package/srcOLD/styles/headers/Header7.module.css +50 -0
  359. package/{src1-10 → srcOLD}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  360. package/srcOLD/styles/headers/Sideheader.module.css +108 -0
  361. package/srcOLD/styles/headers/classicheaderstyles.module.css +16 -0
  362. package/srcOLD/styles/headers/dropdown.css +0 -0
  363. package/srcOLD/styles/headers/header4.module.css +175 -0
  364. package/srcOLD/styles/headers/header5.module.css +30 -0
  365. package/{src1-10 → srcOLD}/styles/headers/header6.module.css +0 -0
  366. package/{src1-10 → srcOLD}/styles/headers/header_contactinfo.module.css +0 -0
  367. package/srcOLD/styles/headers/headerresturant.module.css +89 -0
  368. package/srcOLD/styles/headers/headerstyles.module.css +24 -0
  369. package/{src1-10 → srcOLD}/styles/headers/modernheader.module.css +0 -0
  370. package/srcOLD/styles/headers/subheader.module.css +114 -0
  371. package/srcOLD/styles/sections/Backgroundimage1.module.css +17 -0
  372. package/srcOLD/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  373. package/srcOLD/styles/sections/Section_with_rightbgcont.module.css +49 -0
  374. package/srcOLD/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  375. package/srcOLD/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  376. package/srcOLD/styles/staticpages/accordion.module.css +9 -0
  377. package/srcOLD/styles/staticpages/cart.module.css +108 -0
  378. package/srcOLD/styles/staticpages/dropdown.css +196 -0
  379. package/srcOLD/styles/staticpages/filter.module.css +139 -0
  380. package/{src1-10 → srcOLD}/styles/staticpages/login.module.css +0 -0
  381. package/srcOLD/styles/staticpages/productinfo.module.css +54 -0
  382. package/srcOLD/styles/staticpages/shop.module.css +191 -0
  383. package/{src1-10 → srcOLD}/styles/staticpages/signup.module.css +0 -0
  384. package/srcOLD/styles/staticpages/staticroutersidenav.module.css +129 -0
  385. package/srcOLD/styles/staticpages/viewcart.module.css +129 -0
  386. package/srcOLD/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,302 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { FaFacebookF } from 'react-icons/fa';
4
+ import { AiFillInstagram } from 'react-icons/ai';
5
+ import { BsWhatsapp } from 'react-icons/bs';
6
+ import { MdLocationPin } from 'react-icons/md';
7
+ import { IKImage } from 'imagekitio-react';
8
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
9
+
10
+ const Footer3 = (props) => {
11
+ const [sectionproperties, setsectionproperties] = useState('');
12
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
13
+ const history = props.actions.history;
14
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
15
+ const lang = props.actions.lang;
16
+ const langdetect = props.actions.langdetect;
17
+ const routingcountext = props.actions.routingcountext;
18
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
19
+ const authdetailsContext = props.actions.authdetailsContext;
20
+ const templateproperties_context = props.actions.templateproperties_context;
21
+ const templatepropcontext = props.actions.templatepropcontext;
22
+
23
+ useEffect(() => {
24
+ if (props.srcfrom == 'addsectionform') {
25
+ var secpropobj = {};
26
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
27
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
28
+ });
29
+ setsectionproperties({ ...secpropobj });
30
+ } else {
31
+ var secpropobj = {};
32
+
33
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
34
+ if (sectionitem.sectionid == props.sectionidprops) {
35
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
36
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
37
+ });
38
+ }
39
+ });
40
+ setsectionproperties({ ...secpropobj });
41
+ }
42
+ }, [StatePagePropertiesContext]);
43
+ useEffect(() => {
44
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
45
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
46
+ if (Array.isArray(logoarrayofobjectsparsed)) {
47
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
48
+ }
49
+ }
50
+ }, [templateproperties_context]);
51
+ const footerStyles = {
52
+ footerContainer: css({
53
+ background: sectionproperties.footerbgcolor,
54
+ paddingBottom: sectionproperties.footer_paddingBottom + 'px',
55
+ paddingTop: sectionproperties.footer_paddingTop + 'px',
56
+ }),
57
+ footerlogo: css({
58
+ width: sectionproperties.logo_width + 'px',
59
+ height: sectionproperties.logo_height + 'px',
60
+ position: 'relative',
61
+ }),
62
+ footerinfotext: css({
63
+ color: sectionproperties.footerinfotext_color,
64
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
65
+ fontWeight: sectionproperties.footerinfotext_fontweight,
66
+ textTransform: sectionproperties.footerinfotext_textTransform,
67
+ }),
68
+ footertitlestyles: css({
69
+ cursor: 'pointer',
70
+ transition: '.3s',
71
+ textTransform: sectionproperties.footertitle_texttransform,
72
+ fontSize: sectionproperties.footertitle__fontsize + 'px',
73
+ fontWeight: sectionproperties.footertitle__fontweight,
74
+ color: sectionproperties.footertitlecolor,
75
+ ':hover': {
76
+ color: sectionproperties.footertitlecoloronhover,
77
+ },
78
+ }),
79
+ facebook_btn: css({
80
+ cursor: 'pointer',
81
+ background: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
82
+ width: sectionproperties.facebkbtnnWidth + 'px',
83
+ height: sectionproperties.facebkbtnnHeight + 'px',
84
+ borderRadius: sectionproperties.facebkbtnn_borderRadius + 'px',
85
+ color: sectionproperties.facebkbtnnTextcolor,
86
+ border: sectionproperties.facebkbtnnborderwidth + 'px solid ' + sectionproperties.facebkbtnnbordercolor,
87
+ transition: '.3s',
88
+ ':hover': {
89
+ background: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? 'Transparent' : sectionproperties.facebkbtnnbgColoronhover,
90
+ color: sectionproperties.facebkbtnnTextcoloronhover,
91
+ borderColor: sectionproperties.facebkbtnnTextcoloronhover,
92
+ },
93
+ }),
94
+ youtube_btn: css({
95
+ cursor: 'pointer',
96
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
97
+ width: sectionproperties.youtubebtnWidth + 'px',
98
+ height: sectionproperties.youtubebtnHeight + 'px',
99
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
100
+ color: sectionproperties.youtubebtnTextcolor,
101
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
102
+ transition: '.3s',
103
+ ':hover': {
104
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
105
+ color: sectionproperties.youtubebtnTextcoloronhover,
106
+ borderColor: sectionproperties.youtubebtnTextcoloronhover,
107
+ },
108
+ }),
109
+ instgram_btn: css({
110
+ cursor: 'pointer',
111
+ background: sectionproperties.instgrambtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColor,
112
+ width: sectionproperties.instgrambtnWidth + 'px',
113
+ height: sectionproperties.instgrambtnHeight + 'px',
114
+ borderRadius: sectionproperties.instgrambtn_borderRadius + 'px',
115
+ color: sectionproperties.instgrambtnTextcolor,
116
+ border: sectionproperties.instgrambtnborderwidth + 'px solid ' + sectionproperties.instgrambtnbordercolor,
117
+ transition: '.3s',
118
+ ':hover': {
119
+ background: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColoronhover,
120
+ color: sectionproperties.instgrambtnTextcoloronhover,
121
+ borderColor: sectionproperties.instgrambtnTextcoloronhover,
122
+ },
123
+ }),
124
+ footersubtitlestyles: css({
125
+ textTransform: sectionproperties.footersubtitle_texttransform,
126
+ fontSize: sectionproperties.footersubtitle__fontsize + 'px',
127
+ fontWeight: sectionproperties.footersubtitle__fontweight,
128
+ color: sectionproperties.footersubtitle_textColor,
129
+ marginLeft: langdetect == 'en' ? 0 : '15px',
130
+ marginRight: langdetect == 'en' ? '15px' : 0,
131
+ cursor: 'pointer',
132
+ transition: '.3s',
133
+ ':hover': {
134
+ color: sectionproperties.footersubtitle_textColoronhover,
135
+ },
136
+ }),
137
+ divider: css({
138
+ height: sectionproperties.vl_height + 'px',
139
+ width: '100%',
140
+ overflow: 'hidden',
141
+ background: sectionproperties.vl_bg,
142
+ }),
143
+ };
144
+ return (
145
+ <div class="row m-0 w-100 d-flex justify-content-center">
146
+ <footer class={`${footerStyles.footerContainer}` + ' p-sm-2 w-100 '}>
147
+ <div
148
+ class="row w-100 m-0 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 pl-sm-2 pr-sm-2"
149
+ style={{
150
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
151
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
152
+ }}
153
+ >
154
+ <div class="col-lg-12 d-flex justify-content-center mb-4">
155
+ <div class={`${footerStyles.footerlogo}` + ' d-flex align-items-center justify-content-center '}>
156
+ <IKImage
157
+ urlEndpoint={IKurlEndpoint}
158
+ publicKey={IKpublicKey}
159
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
160
+ style={{
161
+ width: '100%',
162
+ height: '100%',
163
+ objectFit: 'contain',
164
+ }}
165
+ loading="lazy"
166
+ />
167
+ </div>
168
+ </div>
169
+ {sectionproperties.showtitle == 'Show' && (
170
+ <div class={`${footerStyles.footerlogo}` + ' w-100 d-flex align-items-center justify-content-center '}>
171
+ <p
172
+ class="mb-0 p-0 font-sm-15"
173
+ style={{
174
+ color: sectionproperties.titlecolor,
175
+ textTransform: sectionproperties.titletexttransform,
176
+ fontWeight: sectionproperties.titlefontweight,
177
+ fontSize: sectionproperties.titlefontsize + 'px',
178
+ marginLeft: sectionproperties.titlemarginleft + 'px',
179
+ }}
180
+ >
181
+ {authdetailsContext?.instinfo?.storename_en}
182
+ </p>
183
+ </div>
184
+ )}
185
+ {sectionproperties.showhidemainpages == 'Show' && (
186
+ <div class="col-lg-4 col-md-12 col-sm-12 d-flex flex-row align-items-center justify-content-center mb-md-3 ">
187
+ {templatepropcontext.pagesnprop.map((item, index) => {
188
+ if (item.isnavigation == 1 && item.isactive == 1) {
189
+ return (
190
+ <div
191
+ style={{
192
+ marginLeft: langdetect == 'en' ? 0 : '15px',
193
+ marginRight: langdetect == 'en' ? '15px' : 0,
194
+ }}
195
+ onClick={() => {
196
+ history.push(item.navigationroute);
197
+ }}
198
+ >
199
+ <p class={`${footerStyles.footertitlestyles}` + ' m-0 p-0 '}>{langdetect == 'en' ? item.pagename : item.pagename_ar}</p>
200
+ </div>
201
+ );
202
+ }
203
+ })}
204
+ </div>
205
+ )}
206
+ <div class="col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-3">
207
+ <div class="row m-0 w-100">
208
+ <div class=" col-lg-12 d-flex flex-row align-items-center justify-content-center ">
209
+ {sectionproperties.fbbtn_show == 'Show' && (
210
+ <div class={`${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}>
211
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
212
+ </div>
213
+ )}
214
+ {sectionproperties.instbtn_show == 'Show' && (
215
+ <div class={`${footerStyles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}>
216
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
217
+ </div>
218
+ )}
219
+ {sectionproperties.youtbtn_show == 'Show' && (
220
+ <div class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-3 mr-3 '}>
221
+ <BsWhatsapp size={sectionproperties.youtubebtniconfontsize} />
222
+ </div>
223
+ )}
224
+ </div>
225
+ </div>
226
+ </div>
227
+ {sectionproperties.showhidesubpages == 'Show' && (
228
+ <div class="col-lg-4 col-md-12 col-sm-12 d-flex d-sm-none flex-row align-items-center justify-content-center">
229
+ <p
230
+ class={`${footerStyles.footersubtitlestyles}` + ' d-flex align-items-center justify-content-center pb-0 mb-0'}
231
+ onClick={() => {
232
+ routingcountext(StaticPagesLinksContext.Wishlist);
233
+ }}
234
+ >
235
+ {lang.wishlist}
236
+ </p>
237
+ {authdetailsContext.loggedin && (
238
+ <p
239
+ class={`${footerStyles.footersubtitlestyles}` + ' d-flex align-items-center justify-content-center pb-0 mb-0'}
240
+ onClick={() => {
241
+ routingcountext(StaticPagesLinksContext.Ordershistory);
242
+ }}
243
+ >
244
+ {lang.orderhistory}
245
+ </p>
246
+ )}
247
+ <p
248
+ class={`${footerStyles.footersubtitlestyles}` + ' pb-0 mb-0'}
249
+ onClick={() => {
250
+ routingcountext(StaticPagesLinksContext.Policies);
251
+ }}
252
+ >
253
+ {lang.policies}
254
+ </p>
255
+ </div>
256
+ )}
257
+ </div>
258
+ <div class="col-lg-12 pl-3 pr-3 pl-sm-2 pr-sm-2 mt-3">
259
+ <div class={`${footerStyles.divider}`}></div>
260
+ </div>
261
+ <div
262
+ class="row w-100 m-0 d-flex justify-content-center pl-md-3 pr-md-3 pl-sm-2 pr-sm-2"
263
+ style={{
264
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
265
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
266
+ }}
267
+ >
268
+ {sectionproperties.showcontactinfo == 'Show' && (
269
+ <div class="col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0 mt-4">
270
+ <div className="row m-0 w-100">
271
+ <div class="col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0">
272
+ <p class={`${footerStyles.footerinfotext}` + ' d-flex align-items-center justify-content-md-center mr-1 text-transform-none '}>
273
+ <i class={' fa fa-at mr-2 ml-2 '}></i>
274
+ {authdetailsContext?.instinfo?.contactinfo?.email}
275
+ </p>
276
+ </div>
277
+ <div class="col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0">
278
+ <p class={' d-flex align-items-center justify-content-md-center mr-1 '}>
279
+ <a class={`${footerStyles.footerinfotext}`} href={'tel:' + authdetailsContext?.instinfo?.contactinfo?.mobile} target={'_self'}>
280
+ <i class={' fa fa-phone mr-2 ml-2 '}></i>
281
+ {authdetailsContext?.instinfo?.contactinfo?.mobile}
282
+ </a>
283
+ </p>
284
+ </div>
285
+ <div class="col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0">
286
+ <p class={`${footerStyles.footerinfotext}` + ' d-flex align-items-center justify-content-md-center '}>
287
+ <i class={' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '}>
288
+ <MdLocationPin size={sectionproperties.footerinfoicon_fontsize} />
289
+ </i>
290
+ {authdetailsContext?.instinfo?.address_en}
291
+ </p>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ )}
296
+ </div>
297
+ </footer>
298
+ </div>
299
+ );
300
+ };
301
+
302
+ export default Footer3;
@@ -192,14 +192,14 @@ const Footer4 = (props) => {
192
192
  marginLeft: sectionproperties.titlemarginleft + 'px',
193
193
  }}
194
194
  >
195
- {langdetect == 'en' ? authdetailsContext.instinfo.storename_en : authdetailsContext.instinfo.storename_ar}
195
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.storename_en : authdetailsContext?.instinfo?.storename_ar}
196
196
  </p>
197
197
  </div>
198
198
  )}
199
199
  {sectionproperties.showfooterdescription == 'Show' && (
200
200
  <div className="col-lg-12 p-0 d-flex justify-content-start mt-2">
201
201
  <p className={`${footerStyles.footerinformationstyles}` + ' wordbreak p-0 mb-4 '}>
202
- {langdetect == 'en' ? authdetailsContext.instinfo.description_en : authdetailsContext.instinfo.description_ar}
202
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
203
203
  </p>
204
204
  </div>
205
205
  )}
@@ -208,35 +208,35 @@ const Footer4 = (props) => {
208
208
  <i className="h-100 d-flex justify-content-center align-items-center">
209
209
  <GoLocation className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
210
210
  </i>
211
- <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.address_en}</p>
211
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext?.instinfo?.address_en}</p>
212
212
  </div>
213
213
  )}
214
214
  {sectionproperties.showfooteremail == 'Show' && (
215
215
  <div
216
216
  className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-3 '}
217
217
  onClick={() => {
218
- window.open('mailto:' + authdetailsContext.instinfo.contactinfo.email, '_self');
218
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
219
219
  }}
220
220
  style={{ cursor: 'pointer' }}
221
221
  >
222
222
  <i className="h-100 d-flex justify-content-center align-items-center">
223
223
  <AiOutlineMail className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
224
224
  </i>
225
- <p className={' p-0 m-0 wordbreak text-transform-none '}>{authdetailsContext.instinfo.contactinfo.email}</p>
225
+ <p className={' p-0 m-0 wordbreak text-transform-none '}>{authdetailsContext?.instinfo?.contactinfo?.email}</p>
226
226
  </div>
227
227
  )}
228
228
  {sectionproperties.showfooterphonenumber == 'Show' && (
229
229
  <div
230
230
  className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 d-flex justify-content-start align-items-center mb-md-3'}
231
231
  onClick={() => {
232
- window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
232
+ window.open('tel:+' + authdetailsContext?.instinfo?.contactinfo?.mobile, '_self');
233
233
  }}
234
234
  style={{ cursor: 'pointer' }}
235
235
  >
236
236
  <i className="h-100 d-flex justify-content-center align-items-center">
237
237
  <AiOutlinePhone className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
238
238
  </i>
239
- <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
239
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext?.instinfo?.contactinfo?.mobile}</p>
240
240
  </div>
241
241
  )}
242
242
  </div>
@@ -354,7 +354,7 @@ const Footer4 = (props) => {
354
354
  fontWeight: sectionproperties.storenamefontweight,
355
355
  }}
356
356
  >
357
- @{langdetect == 'en' ? authdetailsContext.instinfo.storename_en : authdetailsContext.instinfo.storename_ar}
357
+ @{langdetect == 'en' ? authdetailsContext?.instinfo?.storename_en : authdetailsContext?.instinfo?.storename_ar}
358
358
  </p>
359
359
  )}
360
360
  </div>
@@ -215,7 +215,7 @@ const Footer5 = (props) => {
215
215
  <div className="col-lg-12 allcentered p-0">
216
216
  <div className={`${footerStyles.footerlogo}` + ' d-flex flex-column align-items-center justify-content-start '}>
217
217
  <img
218
- src={serverbaselink + authdetailsContext.instinfo.instlogo}
218
+ src={serverbaselink + authdetailsContext?.instinfo?.instlogo}
219
219
  style={{
220
220
  width: '100%',
221
221
  height: '100%',
@@ -227,7 +227,7 @@ const Footer5 = (props) => {
227
227
  {sectionproperties.showfooterdescription == 'Show' && (
228
228
  <div className="col-lg-12 p-0 allcentered mt-2 p-0">
229
229
  <p className={`${footerStyles.footerinformationstyles}` + ' wordbreak wordbreak3 text-center p-0 mb-4 '}>
230
- {langdetect == 'en' ? authdetailsContext.instinfo.description_en : authdetailsContext.instinfo.description_ar}
230
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
231
231
  </p>
232
232
  </div>
233
233
  )}
@@ -348,7 +348,7 @@ const Footer5 = (props) => {
348
348
  {sectionproperties.showfooterdescription == 'Show' && (
349
349
  <div className="col-lg-12 p-0 allcentered mt-2">
350
350
  <p className={`${footerStyles.footerinformationstyles}` + ' wordbreak wordbreak3 text-center p-0 mb-4 '}>
351
- {langdetect == 'en' ? authdetailsContext.instinfo.description_en : authdetailsContext.instinfo.description_ar}
351
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
352
352
  </p>
353
353
  </div>
354
354
  )}
@@ -398,7 +398,7 @@ const Footer5 = (props) => {
398
398
  <i className="h-100 d-flex justify-content-center align-items-center">
399
399
  <GoLocation className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
400
400
  </i>
401
- <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.address_en}</p>
401
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext?.instinfo?.address_en}</p>
402
402
  </div>
403
403
  )}
404
404
  {sectionproperties.showfooteremail == 'Show' && (
@@ -407,14 +407,14 @@ const Footer5 = (props) => {
407
407
  `${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 '
408
408
  }
409
409
  onClick={() => {
410
- window.open('mailto:' + authdetailsContext.instinfo.contactinfo.email, '_self');
410
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
411
411
  }}
412
412
  style={{ cursor: 'pointer' }}
413
413
  >
414
414
  <i className="h-100 d-flex justify-content-center align-items-center">
415
415
  <AiOutlineMail className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
416
416
  </i>
417
- <p className={' p-0 m-0 wordbreak text-transform-none '}>{authdetailsContext.instinfo.contactinfo.email}</p>
417
+ <p className={' p-0 m-0 wordbreak text-transform-none '}>{authdetailsContext?.instinfo?.contactinfo?.email}</p>
418
418
  </div>
419
419
  )}
420
420
  {sectionproperties.showfooterphonenumber == 'Show' && (
@@ -423,14 +423,14 @@ const Footer5 = (props) => {
423
423
  `${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3'
424
424
  }
425
425
  onClick={() => {
426
- window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
426
+ window.open('tel:+' + authdetailsContext?.instinfo?.contactinfo?.mobile, '_self');
427
427
  }}
428
428
  style={{ cursor: 'pointer' }}
429
429
  >
430
430
  <i className="h-100 d-flex justify-content-center align-items-center">
431
431
  <AiOutlinePhone className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
432
432
  </i>
433
- <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
433
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext?.instinfo?.contactinfo?.mobile}</p>
434
434
  </div>
435
435
  )}
436
436
  {sectionproperties.showpaymentfooter == 'Show' && (
@@ -163,10 +163,10 @@ const Footer6 = (props) => {
163
163
  <p
164
164
  className={footerStyles.infostyles + ' m-0 p-0 mt-2 cursor-pointer '}
165
165
  onClick={() => {
166
- window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
166
+ window.open('tel:+' + authdetailsContext?.instinfo?.contactinfo?.mobile, '_self');
167
167
  }}
168
168
  >
169
- {authdetailsContext.instinfo.contactinfo.mobile}
169
+ {authdetailsContext?.instinfo?.contactinfo?.mobile}
170
170
  </p>
171
171
  </div>
172
172
  <div
@@ -176,7 +176,7 @@ const Footer6 = (props) => {
176
176
  paddingRight: langdetect == 'en' ? 0 : '2.5rem',
177
177
  }}
178
178
  >
179
- <p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>{authdetailsContext.instinfo.contactinfo.email}</p>
179
+ <p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>{authdetailsContext?.instinfo?.contactinfo?.email}</p>
180
180
  </div>
181
181
  </div>
182
182
  </div>
@@ -195,7 +195,7 @@ const Footer6 = (props) => {
195
195
  paddingRight: langdetect == 'en' ? 0 : '2.5rem',
196
196
  }}
197
197
  >
198
- <p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>{authdetailsContext.instinfo.address_en}</p>
198
+ <p className={footerStyles.infostyles + ' m-0 p-0 mt-2 '}>{authdetailsContext?.instinfo?.address_en}</p>
199
199
  </div>
200
200
  </div>
201
201
  </div>
@@ -300,7 +300,7 @@ const Footer7 = (props) => {
300
300
  size={20}
301
301
  />
302
302
  </i>
303
- <p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext.instinfo.address_en}</p>
303
+ <p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext?.instinfo?.address_en}</p>
304
304
  </div>
305
305
  )}
306
306
 
@@ -308,7 +308,7 @@ const Footer7 = (props) => {
308
308
  <div
309
309
  className="row m-0 w-100 text-center d-flex align-items-center mb-3"
310
310
  onClick={() => {
311
- window.open('mailto:' + authdetailsContext.instinfo.contactinfo.email, '_self');
311
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
312
312
  }}
313
313
  >
314
314
  <i className="h-100 d-flex justify-content-center align-items-center">
@@ -317,7 +317,7 @@ const Footer7 = (props) => {
317
317
  size={20}
318
318
  />
319
319
  </i>
320
- <p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext.instinfo.contactinfo.email}</p>
320
+ <p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext?.instinfo?.contactinfo?.email}</p>
321
321
  </div>
322
322
  )}
323
323
 
@@ -325,7 +325,7 @@ const Footer7 = (props) => {
325
325
  <div
326
326
  className="row m-0 w-100 text-center d-flex align-items-center"
327
327
  onClick={() => {
328
- window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
328
+ window.open('tel:+' + authdetailsContext?.instinfo?.contactinfo?.mobile, '_self');
329
329
  }}
330
330
  >
331
331
  <i className="h-100 d-flex justify-content-center align-items-center">
@@ -334,7 +334,7 @@ const Footer7 = (props) => {
334
334
  size={20}
335
335
  />
336
336
  </i>
337
- <p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
337
+ <p className={' p-0 m-0 wordbreak ' + `${footerStyles.footerinformationstyles}`}>{authdetailsContext?.instinfo?.contactinfo?.mobile}</p>
338
338
  </div>
339
339
  )}
340
340
  </div>
@@ -188,14 +188,14 @@ const Simplefooter = (props) => {
188
188
  <div
189
189
  className={`${footerStyles.footerinformationstyles}` + ' col-lg-12 col-md-4 col-sm-12 p-0 allcentered mb-md-3'}
190
190
  onClick={() => {
191
- window.open('tel:+' + authdetailsContext.instinfo.contactinfo.mobile, '_self');
191
+ window.open('tel:+' + authdetailsContext?.instinfo?.contactinfo?.mobile, '_self');
192
192
  }}
193
193
  style={{ cursor: 'pointer' }}
194
194
  >
195
195
  <i className="h-100 d-flex justify-content-center align-items-center">
196
196
  <AiOutlinePhone className={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={20} />
197
197
  </i>
198
- <p className={' p-0 m-0 wordbreak '}>{authdetailsContext.instinfo.contactinfo.mobile}</p>
198
+ <p className={' p-0 m-0 wordbreak '}>{authdetailsContext?.instinfo?.contactinfo?.mobile}</p>
199
199
  </div>
200
200
  )}
201
201
  </div>