tabexseriescomponents 0.0.64 → 0.0.66

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 (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,312 @@
1
+ import React, { useEffect, useState } from 'react';
2
+ import { css } from 'glamor';
3
+ import { AiFillStar, AiOutlineStar } from 'react-icons/ai';
4
+ import { IKImage } from 'imagekitio-react';
5
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
6
+ import { FaRegHeart, FaHeart } from 'react-icons/fa';
7
+
8
+ const Productcard_with_circularhover = (props) => {
9
+ const [sectionproperties, setsectionproperties] = useState('');
10
+ const [item, setitem] = useState(props.cardinfoitemprops);
11
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
12
+ const lang = props.actions.lang;
13
+ const langdetect = props.actions.langdetect;
14
+ const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
15
+ const addtofavoritescontext = props.actions.addtofavoritescontext;
16
+ const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
17
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
18
+ const routingcountext = props.actions.routingcountext;
19
+
20
+ useEffect(() => {
21
+ if (props.srcfrom == 'addsectionform') {
22
+ var secpropobj = {};
23
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
24
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
25
+ });
26
+
27
+ setsectionproperties({ ...secpropobj });
28
+ } else {
29
+ var secpropobj = {};
30
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
31
+ if (sectionitem.sectionid == props.sectionidprops) {
32
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
34
+ });
35
+ }
36
+ });
37
+ setsectionproperties({ ...secpropobj });
38
+ }
39
+ }, [StatePagePropertiesContext]);
40
+
41
+ const card_cssstyles = {
42
+ cardContainer: css({
43
+ // minHeight: 600,
44
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
45
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
46
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
47
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
48
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
49
+ marginTop: sectionproperties.marginTop + 'px',
50
+ marginBottom: sectionproperties.marginBottom + 'px',
51
+ paddingLeft: sectionproperties.paddingLeft + 'px',
52
+ paddingRight: sectionproperties.paddingRight + 'px',
53
+ paddingTop: sectionproperties.paddingTop + 'px',
54
+ paddingBottom: sectionproperties.paddingBottom + 'px',
55
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
56
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
57
+ transition: '.3s ease',
58
+ }),
59
+ sectionfour_bg_cont: css({
60
+ width: '100%',
61
+ height: sectionproperties.image_height + 'px',
62
+ position: 'relative',
63
+ transition: '0.3s ease',
64
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
65
+ background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
66
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
67
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
68
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
69
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
70
+ ':hover': css({
71
+ borderRadius: '50%',
72
+ }),
73
+ }),
74
+ productNameStyles: css({
75
+ color: sectionproperties.prodNameColor,
76
+ fontSize: sectionproperties.prodNameFontSize + 'px',
77
+ textTransform: sectionproperties.prodNameTextTranform,
78
+ fontWeight: sectionproperties.prodNameFontWeight,
79
+ transition: '.3s',
80
+
81
+ cursor: 'pointer',
82
+ ':hover': {
83
+ color: sectionproperties.prodNameColorOnHover,
84
+ },
85
+ }),
86
+ productPricestyles: css({
87
+ color: sectionproperties.prodPriceColor,
88
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
89
+ fontWeight: sectionproperties.prodPriceFontWeight,
90
+ }),
91
+ productSalePricestyles: css({
92
+ color: sectionproperties.prodsalePriceColor,
93
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
94
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
95
+ }),
96
+ wishlist_btn: css({
97
+ cursor: 'pointer',
98
+ width: sectionproperties.favBtnWidth + 'px',
99
+ height: sectionproperties.favBtnHeight + 'px',
100
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
101
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
102
+ color: sectionproperties.favBtnTextcolor,
103
+ fontSize: sectionproperties.favBtnTextfontsize + 'px',
104
+ textTransform: sectionproperties.favBtnTexttransform,
105
+ fontWeight: sectionproperties.favBtnTextfontweight,
106
+ transition: '.3s',
107
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
108
+ ':hover': {
109
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
110
+ color: sectionproperties.favBtnTextcoloronhover,
111
+ },
112
+ }),
113
+ cart_btn: css({
114
+ cursor: 'pointer',
115
+ width: sectionproperties.cartBtnWidth + 'px',
116
+ height: sectionproperties.cartBtnHeight + 'px',
117
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
118
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
119
+ color: sectionproperties.cartBtnTextcolor,
120
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
121
+ textTransform: sectionproperties.cartBtnTexttransform,
122
+ fontWeight: sectionproperties.cartBtnTextfontweight,
123
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
124
+ transition: '.3s',
125
+ ':hover': {
126
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
127
+ color: sectionproperties.cartBtnTextcoloronhover,
128
+ },
129
+ }),
130
+ };
131
+
132
+ return (
133
+ <div
134
+ class={'row m-0'}
135
+ style={{
136
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
137
+ paddingRight: sectionproperties.card_marginRight + 'px',
138
+ }}
139
+ >
140
+ {sectionproperties.length != 0 && (
141
+ <div class={`${card_cssstyles.cardContainer}`}>
142
+ <div
143
+ onClick={() => {
144
+ if (props.fetchingtypeprops == 'collections') {
145
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
146
+ } else {
147
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
148
+ }
149
+ }}
150
+ class={`${card_cssstyles.sectionfour_bg_cont}` + ' w-100 sectionfour_bg_cont justify-content-center cursor-pointer '}
151
+ style={{ overflow: 'hidden' }}
152
+ >
153
+ <IKImage
154
+ urlEndpoint={IKurlEndpoint}
155
+ publicKey={IKpublicKey}
156
+ path={item.image}
157
+ loading="lazy"
158
+ style={{
159
+ height: '100%',
160
+ width: '100%',
161
+ objectFit: 'cover',
162
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
163
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
164
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
165
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
166
+ }}
167
+ />
168
+ {sectionproperties.favBtnShow == 'Show' && (
169
+ <div
170
+ class={card_cssstyles.wishlist_btn + ' m-0 ml-2 mr-2 p-0 d-none d-md-flex align-items-center justify-content-center m-sm-0 '}
171
+ onClick={(e) => {
172
+ e.stopPropagation();
173
+ addtofavoritescontext(item.productid);
174
+ }}
175
+ style={{ position: 'absolute', top: 10, left: langdetect == 'en' ? 10 : '', right: langdetect == 'en' ? '' : 10 }}
176
+ >
177
+ {item.IsFavExists && (
178
+ <span class="align-items-center justify-content-center d-flex font-sm-12">
179
+ <i class="h-100 d-flex align-items-center justify-content-center mr-1 ml-1">
180
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
181
+ </i>
182
+ </span>
183
+ )}
184
+ {!item.IsFavExists && (
185
+ <span class="d-flex align-items-center justify-content-center font-sm-12">
186
+ <i class="h-100 d-flex align-items-center justify-content-center mr-1 ml-1">
187
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} />
188
+ </i>
189
+ </span>
190
+ )}
191
+ </div>
192
+ )}
193
+ {sectionproperties.prodsalePriceshow == 'Show' && item?.hassale == 1 && (
194
+ <div
195
+ class="allcentered"
196
+ style={{
197
+ position: 'absolute',
198
+ top: 10,
199
+ left: langdetect == 'en' ? 10 : 0,
200
+ right: langdetect == 'en' ? 0 : 10,
201
+ width: sectionproperties.badge_width + 'px',
202
+ height: sectionproperties.badge_height + 'px',
203
+ background: sectionproperties.badge_bgcolor,
204
+ borderRadius: sectionproperties.badge_borderradius + 'px',
205
+ }}
206
+ >
207
+ <p class="m-0 p-0" style={{ color: sectionproperties.badge_color, fontSize: sectionproperties.badge_fontsize + 'px' }}>
208
+ {langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}
209
+ </p>
210
+ </div>
211
+ )}
212
+ </div>
213
+ <div class="row m-0 w-100 mt-2">
214
+ {sectionproperties.prodNameShow == 'Show' && (
215
+ <div
216
+ style={{
217
+ minHeight: '5vh',
218
+ }}
219
+ class="col-lg-12 p-0 d-flex justify-content-center "
220
+ onClick={() => {
221
+ if (props.fetchingtypeprops == 'collections') {
222
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
223
+ } else {
224
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
225
+ }
226
+ }}
227
+ >
228
+ <p class={`${card_cssstyles.productNameStyles}` + ' productNameStyles p-0 m-0 wordbreak wordbreak2 font-md-15 align-items-center justify-content-center text-center '}>
229
+ {item.name}
230
+ </p>
231
+ </div>
232
+ )}
233
+ <div class="col-lg-12 p-0 m-0 d-flex justify-content-center">
234
+ {sectionproperties.prodPriceShow == 'Show' && (
235
+ <p class={`${card_cssstyles.productPricestyles}` + ' m-0 p-0 '}>
236
+ {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
237
+ </p>
238
+ )}
239
+ {sectionproperties.prodsalePriceshow == 'Show' && (
240
+ <>
241
+ {item.hassale == 1 && (
242
+ <p class={`${card_cssstyles.productSalePricestyles}` + ' linethrough m-0 mr-2 ml-2 '}>
243
+ {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
244
+ </p>
245
+ )}
246
+ </>
247
+ )}
248
+ </div>
249
+
250
+ <div class={'col-lg-12 d-flex align-items-center justify-content-center p-0'}>
251
+ {sectionproperties.cartBtnShow == 'Show' && (
252
+ <p
253
+ class={card_cssstyles.cart_btn + ' m-0 p-0 d-flex align-items-center justify-content-center font-sm-12 m-sm-0 '}
254
+ onClick={() => {
255
+ if (props.fetchingtypeprops == 'products') {
256
+ setShowProductInfoModalContext(true);
257
+ setProductIdProdutInfoModalContext(item.productid);
258
+ } else if (props.fetchingtypeprops == 'collections') {
259
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
260
+ }
261
+ }}
262
+ >
263
+ <span
264
+ className="ml-1 mr-1"
265
+ style={{
266
+ fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
267
+ }}
268
+ >
269
+ +
270
+ </span>
271
+ {lang.addtocart}
272
+ </p>
273
+ )}
274
+ {sectionproperties.favBtnShow == 'Show' && (
275
+ <p
276
+ class={card_cssstyles.wishlist_btn + ' m-0 p-0 d-flex d-md-none align-items-center justify-content-center m-sm-0 '}
277
+ onClick={() => {
278
+ addtofavoritescontext(item.productid);
279
+ }}
280
+ >
281
+ {item.IsFavExists && (
282
+ <span class="align-items-center justify-content-center d-flex font-sm-12">
283
+ <i class="h-100 d-flex align-items-center justify-content-center mr-1 ml-1">
284
+ {sectionproperties.faviconshape == 'Star Shape' && (
285
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
286
+ )}
287
+ {sectionproperties.faviconshape == 'Heart Shape' && (
288
+ <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
289
+ )}
290
+ </i>
291
+ {item.IsFavExists ? lang.remove : lang.addtofavorites}
292
+ </span>
293
+ )}
294
+ {!item.IsFavExists && (
295
+ <span class="d-flex align-items-center justify-content-center font-sm-12">
296
+ <i class="h-100 d-flex align-items-center justify-content-center mr-1 ml-1">
297
+ {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
298
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
299
+ </i>
300
+ {item.IsFavExists ? lang.remove : lang.addtofavorites}
301
+ </span>
302
+ )}
303
+ </p>
304
+ )}
305
+ </div>
306
+ </div>
307
+ </div>
308
+ )}
309
+ </div>
310
+ );
311
+ };
312
+ export default Productcard_with_circularhover;
@@ -0,0 +1,279 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { AiFillStar, AiOutlineStar } from 'react-icons/ai';
3
+ import { css } from 'glamor';
4
+ import { IKImage } from 'imagekitio-react';
5
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
6
+
7
+ import { FaRegHeart, FaHeart } from 'react-icons/fa';
8
+ const Productcard_with_slideanimation = (props) => {
9
+ const [sectionproperties, setsectionproperties] = useState('');
10
+ const [item, setitem] = useState(props.cardinfoitemprops);
11
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
12
+ const lang = props.actions.lang;
13
+ const langdetect = props.actions.langdetect;
14
+ const setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
15
+ const addtofavoritescontext = props.actions.addtofavoritescontext;
16
+ const setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
17
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
18
+ const routingcountext = props.actions.routingcountext;
19
+
20
+ useEffect(() => {
21
+ if (props.srcfrom == 'addsectionform') {
22
+ var secpropobj = {};
23
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
24
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
25
+ });
26
+
27
+ setsectionproperties({ ...secpropobj });
28
+ } else {
29
+ var secpropobj = {};
30
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
31
+ if (sectionitem.sectionid == props.sectionidprops) {
32
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
33
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
34
+ });
35
+ }
36
+ });
37
+ setsectionproperties({ ...secpropobj });
38
+ }
39
+ }, [StatePagePropertiesContext]);
40
+ const card_cssstyles = {
41
+ productcard: css({
42
+ position: 'relative',
43
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
44
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
45
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
46
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
47
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
48
+ marginTop: sectionproperties.marginTop + 'px',
49
+ marginBottom: sectionproperties.marginBottom + 'px',
50
+ paddingLeft: sectionproperties.paddingLeft + 'px',
51
+ paddingRight: sectionproperties.paddingRight + 'px',
52
+ paddingTop: sectionproperties.paddingTop + 'px',
53
+ paddingBottom: sectionproperties.paddingBottom + 'px',
54
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
55
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
56
+ color: sectionproperties.prodNameColor,
57
+ // minHeight: 375,
58
+ transition: '.5s',
59
+ ':hover': {
60
+ color: sectionproperties.prodNameColorOnHover,
61
+ },
62
+ ':hover .text_container': {
63
+ paddingLeft: '10px',
64
+ paddingRight: '10px',
65
+ },
66
+ }),
67
+ text_container: css({
68
+ padding: '5px',
69
+ transition: '.5s',
70
+ }),
71
+ productcardimagecont: css({
72
+ position: 'relative',
73
+ overflow: 'hidden',
74
+ background: sectionproperties.image_bgcolortransparent == 'Transparent' ? '' : sectionproperties.image_bgcolor,
75
+ opacity: sectionproperties.darknessopacity,
76
+ border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
77
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
78
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
79
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
80
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
81
+ ':hover': css({
82
+ opacity: sectionproperties.cardimg_opacityonhover,
83
+ }),
84
+ }),
85
+ productNameStyles: css({
86
+ fontSize: sectionproperties.prodNameFontSize + 'px',
87
+ textTransform: sectionproperties.prodNameTextTranform,
88
+ fontWeight: sectionproperties.prodNameFontWeight,
89
+ marginBottom: 3,
90
+ transition: '.3s',
91
+ cursor: 'pointer',
92
+ }),
93
+ productPricestyles: css({
94
+ color: sectionproperties.prodPriceColor,
95
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
96
+ fontWeight: sectionproperties.prodPriceFontWeight,
97
+ }),
98
+ productSalePricestyles: css({
99
+ color: sectionproperties.prodsalePriceColor,
100
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
101
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
102
+ }),
103
+ wishlist_btn: css({
104
+ width: sectionproperties.favBtnWidth + 'px',
105
+ height: sectionproperties.favBtnHeight + 'px',
106
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
107
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
108
+ color: sectionproperties.favBtniconcolor,
109
+ fontSize: sectionproperties.favBtnTextfontsize + 'px',
110
+ textTransform: sectionproperties.favBtnTexttransform,
111
+ fontWeight: sectionproperties.favBtnTextfontweight,
112
+ transition: '.3s',
113
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
114
+ ':hover': {
115
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
116
+ color: sectionproperties.favBtnTextcoloronhover,
117
+ borderColor: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.favBtnTextcoloronhover : sectionproperties.favBtnbgColoronhover,
118
+ },
119
+ }),
120
+ cart_btn: css({
121
+ width: sectionproperties.cartBtnWidth + 'px',
122
+ height: sectionproperties.cartBtnHeight + 'px',
123
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
124
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
125
+ color: sectionproperties.cartBtnTextcolor,
126
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
127
+ textTransform: sectionproperties.cartBtnTexttransform,
128
+ fontWeight: sectionproperties.cartBtnTextfontweight,
129
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
130
+ transition: '.3s',
131
+ ':hover': {
132
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
133
+ color: sectionproperties.cartBtnTextcoloronhover,
134
+ },
135
+ }),
136
+ };
137
+
138
+ return (
139
+ <div
140
+ class="row m-0 w-100"
141
+ style={{
142
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
143
+ paddingRight: sectionproperties.card_marginRight + 'px',
144
+ }}
145
+ >
146
+ {sectionproperties.length != 0 && (
147
+ <div class={`${card_cssstyles.productcard}` + ' col-lg-12 w-100 '}>
148
+ <div
149
+ onClick={() => {
150
+ if (props.fetchingtypeprops == 'collections') {
151
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
152
+ } else {
153
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
154
+ }
155
+ }}
156
+ class={`${card_cssstyles.productcardimagecont}` + ' col-lg-12 p-0 cursor-pointer '}
157
+ style={{
158
+ height: sectionproperties.image_height + 'px',
159
+ }}
160
+ >
161
+ <IKImage
162
+ urlEndpoint={IKurlEndpoint}
163
+ publicKey={IKpublicKey}
164
+ path={'/tr:w-300,h-300/' + item.image}
165
+ loading="lazy"
166
+ style={{
167
+ width: '100%',
168
+ height: '100%',
169
+ objectFit: 'cover',
170
+ }}
171
+ />
172
+ {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
173
+ <div
174
+ class="allcentered"
175
+ style={{
176
+ position: 'absolute',
177
+ top: sectionproperties.badge_top + 'px',
178
+ left: langdetect == 'en' ? '10px' : 0,
179
+ right: langdetect == 'en' ? 0 : '10px',
180
+ width: sectionproperties.badge_width + 'px',
181
+ height: sectionproperties.badge_height + 'px',
182
+ background: sectionproperties.badge_bgcolor,
183
+ borderRadius: sectionproperties.badge_borderradius + 'px',
184
+ }}
185
+ >
186
+ <p class="m-0 p-0 text-uppercase" style={{ color: sectionproperties.badge_color, fontSize: sectionproperties.badge_fontsize + 'px' }}>
187
+ {langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}
188
+ </p>
189
+ </div>
190
+ )}
191
+ </div>
192
+ <div class={card_cssstyles.text_container + ' row m-0 w-100 text_container '}>
193
+ {sectionproperties.prodNameShow == 'Show' && (
194
+ <div
195
+ onClick={() => {
196
+ if (props.fetchingtypeprops == 'collections') {
197
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
198
+ } else {
199
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
200
+ }
201
+ }}
202
+ class="col-lg-12 p-0 d-flex justify-content-stretch"
203
+ >
204
+ <p class={`${card_cssstyles.productNameStyles}` + ' p-0 wordbreak wordbreak1 m-0 '}>{item.name}</p>
205
+ </div>
206
+ )}
207
+ <div class="col-lg-12 d-flex align-items-center p-0 mb-1">
208
+ {sectionproperties.prodPriceShow == 'Show' && (
209
+ <p class={`${card_cssstyles.productPricestyles}` + ' m-0 '}>
210
+ {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
211
+ </p>
212
+ )}
213
+ {sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && (
214
+ <p class={`${card_cssstyles.productSalePricestyles}` + ' linethrough m-0 mr-2 ml-2 '}>
215
+ {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
216
+ </p>
217
+ )}
218
+ </div>
219
+ <div class="col-lg-12 d-flex align-items-center p-0 ">
220
+ <div class="col-lg-9 col-md-9 d-flex align-items-center justify-content-start p-0">
221
+ {sectionproperties.cartBtnShow == 'Show' && (
222
+ <p
223
+ class={`${card_cssstyles.cart_btn}` + ' m-0 p-0 d-flex align-items-center justify-content-center cursor-pointer '}
224
+ onClick={() => {
225
+ setShowProductInfoModalContext(true);
226
+ setProductIdProdutInfoModalContext(item.productid);
227
+ }}
228
+ >
229
+ <span
230
+ className={langdetect == 'en' ? 'mr-2' : 'ml-2'}
231
+ style={{
232
+ fontSize: sectionproperties.cartBtn_iconFontSize + 'px',
233
+ }}
234
+ >
235
+ +
236
+ </span>
237
+ {lang.addtocart}
238
+ </p>
239
+ )}
240
+ </div>
241
+ <div class="col-lg-3 col-md-3 d-flex align-items-center justify-content-end p-0">
242
+ {sectionproperties.favBtnShow == 'Show' && (
243
+ <button
244
+ class={` ${card_cssstyles.wishlist_btn}` + ' m-0 p-0 d-flex align-items-center justify-content-center '}
245
+ onClick={() => {
246
+ addtofavoritescontext(item.productid);
247
+ }}
248
+ style={{
249
+ background: item.IsFavExists ? sectionproperties.activebgcolor : '',
250
+ borderColor: item.IsFavExists == true ? sectionproperties.activefaviconcolor : '',
251
+ }}
252
+ >
253
+ {item.IsFavExists && (
254
+ <i class="h-100 d-flex align-items-center justify-content-center">
255
+ {sectionproperties.faviconshape == 'Star Shape' && (
256
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
257
+ )}
258
+ {sectionproperties.faviconshape == 'Heart Shape' && (
259
+ <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
260
+ )}
261
+ </i>
262
+ )}
263
+ {!item.IsFavExists && (
264
+ <i class="h-100 d-flex align-items-center justify-content-center">
265
+ {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
266
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
267
+ </i>
268
+ )}
269
+ </button>
270
+ )}
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+ )}
276
+ </div>
277
+ );
278
+ };
279
+ export default Productcard_with_slideanimation;