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,184 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import cardstyles from '../../../styles/cards/categorycardwithtext.module.css';
4
+ import { IKImage } from 'imagekitio-react';
5
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
6
+
7
+ const Categorycard_withtext = (props) => {
8
+ const [sectionproperties, setsectionproperties] = useState('');
9
+ const [item, setitem] = useState(props.cardinfoitemprops);
10
+ const [index, setindex] = useState(props.cardinfoindexprops);
11
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
12
+ const lang = props.actions.lang;
13
+ const langdetect = props.actions.langdetect;
14
+ const routingcountext = props.actions.routingcountext;
15
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
16
+ useEffect(() => {
17
+ if (props.srcfrom == 'addsectionform') {
18
+ var secpropobj = {};
19
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
20
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
21
+ });
22
+
23
+ setsectionproperties({ ...secpropobj });
24
+ } else {
25
+ var secpropobj = {};
26
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
27
+ if (sectionitem.sectionid == props.sectionidprops) {
28
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
29
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
30
+ });
31
+ }
32
+ });
33
+ setsectionproperties({ ...secpropobj });
34
+ }
35
+ }, [StatePagePropertiesContext]);
36
+ const categorycard_cssstyles = {
37
+ categorycard: css({
38
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
39
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
40
+ height: sectionproperties.height + 'px',
41
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
42
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
43
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
44
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
45
+ marginTop: sectionproperties.marginTop + 'px',
46
+ marginBottom: sectionproperties.marginBottom + 'px',
47
+ transition: '0.3s',
48
+ cursor: 'pointer',
49
+ opacity: sectionproperties.cardbg_opacity,
50
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
51
+ ':hover': {
52
+ opacity: sectionproperties.bgopacityonhover,
53
+ },
54
+ ':before': {
55
+ content: 's',
56
+ position: 'absolute',
57
+ left: '35px',
58
+ top: '30px',
59
+ border: sectionproperties.bordertransitionbg_colorwidth + 'px solid ' + sectionproperties.bordertransitionbg_color,
60
+ width: 'calc(100% - 70px)',
61
+ height: 'calc(100% - 60px)',
62
+ transform: 'scale(0)',
63
+ transition: 'all 0.3s',
64
+ fontSize: 0,
65
+ },
66
+ ':hover:before': {
67
+ opacity: sectionproperties.bordertransitionopacityonhover,
68
+ transform: 'scale(1)',
69
+ },
70
+ ':after': {
71
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
72
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
73
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
74
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
75
+ content: 's',
76
+ fontSize: 0,
77
+ position: 'absolute',
78
+ top: 0,
79
+ bottom: 0,
80
+ left: 0,
81
+ width: '100%',
82
+ height: '100%',
83
+ zIndex: 1,
84
+ transition: ' 0.3s',
85
+ background: sectionproperties.transitionbg_color,
86
+ opacity: sectionproperties.cardtransition_opacity,
87
+ },
88
+ ':hover:after': {
89
+ opacity: sectionproperties.cardtransitionbgopacityonhover,
90
+ },
91
+ }),
92
+ categorycardtext: css({
93
+ color: sectionproperties.generaltext_fontColor,
94
+ textTransform: sectionproperties.generaltext_textTransform,
95
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
96
+ fontWeight: sectionproperties.generaltext_fontWeight,
97
+ transition: '.3s',
98
+ cursor: 'pointer',
99
+ zIndex: 1000,
100
+ ':hover': {
101
+ color: sectionproperties.text_secondarycolor,
102
+ },
103
+ }),
104
+ cardbtn: css({
105
+ fontWeight: sectionproperties.generalbtn_fontweight,
106
+ backgroundColor: sectionproperties.generalbtn_bgColor,
107
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
108
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
109
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
110
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
111
+ height: sectionproperties.generalbtn_height + 'px',
112
+ width: sectionproperties.generalbtn_width + 'px',
113
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
114
+ color: sectionproperties.generalbtn_textColor,
115
+ textTransform: sectionproperties.generalbtn_texttransform,
116
+ opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
117
+ top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
118
+ zIndex: 1000,
119
+ ':hover': {
120
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover,
121
+ color: sectionproperties.generalbtn_textColoronhover,
122
+ top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : '100px',
123
+ },
124
+ }),
125
+ };
126
+ return (
127
+ <div
128
+ class="row m-0 w-100"
129
+ style={{
130
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
131
+ paddingRight: sectionproperties.card_marginRight + 'px',
132
+ }}
133
+ >
134
+ <div
135
+ class={`${categorycard_cssstyles.categorycard} ${cardstyles.categorycard}` + ' col-lg-12 p-0 w-100 '}
136
+ onClick={() => {
137
+ if (props.fetchingtypeprops == 'collections') {
138
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
139
+ } else {
140
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
141
+ }
142
+ }}
143
+ style={{
144
+ width: '100%',
145
+ }}
146
+ >
147
+ <IKImage
148
+ urlEndpoint={IKurlEndpoint}
149
+ publicKey={IKpublicKey}
150
+ path={item.image}
151
+ loading="lazy"
152
+ style={{
153
+ width: '100%',
154
+ height: '100%',
155
+ objectFit: 'cover',
156
+ }}
157
+ />
158
+ <div class={`${categorycard_cssstyles.categorycardtext} ${cardstyles.categorycardtext}` + ' row m-0 w-100 '}>
159
+ <div class="col-lg-12 d-flex justify-content-center align-items-center flex-column">
160
+ {sectionproperties.general_showtext == 'Show' && <p class={'m-0 p-0 font-md-20 font-sm-15 text-center'}>{item.name}</p>}
161
+ {sectionproperties.generalbtn_show == 'Show' && (
162
+ <div>
163
+ <button
164
+ class={`${categorycard_cssstyles.cardbtn} ${cardstyles.cardbtn}` + ' font-md-13 '}
165
+ onClick={(e) => {
166
+ e.stopPropagation();
167
+ if (props.fetchingtypeprops == 'collections') {
168
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
169
+ } else {
170
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
171
+ }
172
+ }}
173
+ >
174
+ {langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar}
175
+ </button>
176
+ </div>
177
+ )}
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ );
183
+ };
184
+ export default Categorycard_withtext;
@@ -0,0 +1,149 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import productcardsstyles from '../../../styles/cards/productcard_with_textonhover.module.css';
3
+ import { css } from 'glamor';
4
+ import { IKImage } from 'imagekitio-react';
5
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
6
+
7
+ const Classiccategorycard = (props) => {
8
+ const [sectionproperties, setsectionproperties] = useState('');
9
+ const [item, setitem] = useState(props.cardinfoitemprops);
10
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
11
+ const lang = props.actions.lang;
12
+ const langdetect = props.actions.langdetect;
13
+ const routingcountext = props.actions.routingcountext;
14
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
15
+ useEffect(() => {
16
+ if (props.srcfrom == 'addsectionform') {
17
+ var secpropobj = {};
18
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
19
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
20
+ });
21
+
22
+ setsectionproperties({ ...secpropobj });
23
+ } else {
24
+ var secpropobj = {};
25
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
26
+ if (sectionitem.sectionid == props.sectionidprops) {
27
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
28
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
29
+ });
30
+ }
31
+ });
32
+ setsectionproperties({ ...secpropobj });
33
+ }
34
+ }, [StatePagePropertiesContext]);
35
+ const card_cssstyles = {
36
+ productcard: css({
37
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
38
+ height: sectionproperties.height + 'px',
39
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
40
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
41
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
42
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
43
+ marginTop: sectionproperties.marginTop + 'px',
44
+ marginBottom: sectionproperties.marginBottom + 'px',
45
+ paddingLeft: sectionproperties.paddingLeft + 'px',
46
+ paddingRight: sectionproperties.paddingRight + 'px',
47
+ paddingTop: sectionproperties.paddingTop + 'px',
48
+ paddingBottom: sectionproperties.paddingBottom + 'px',
49
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
50
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
51
+ opacity: sectionproperties.cardbg_opacity,
52
+ transition: '.3s',
53
+ color: sectionproperties.generaltext_fontColor,
54
+ ':hover': {
55
+ opacity: sectionproperties.bgopacityonhover,
56
+ opacity: sectionproperties.bgopacityonhover,
57
+ color: sectionproperties.text_secondarycolor,
58
+ },
59
+ }),
60
+ productNameStyles: css({
61
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
62
+ textTransform: sectionproperties.generaltext_textTransform,
63
+ fontWeight: sectionproperties.generaltext_fontWeight,
64
+ }),
65
+ productcard_text_container: css({
66
+ background: sectionproperties.textcontainer_bgcolor,
67
+ borderRadius: sectionproperties.textcontainer_borderBottomLeftRadius + 'px',
68
+ border: sectionproperties.textcontainer_borderwidth + 'px solid ' + sectionproperties.textcontainer_bordercolor,
69
+ opacity: sectionproperties.textcontainer_opacity,
70
+ paddingLeft: '18px',
71
+ paddingRight: '18px',
72
+ paddingTop: '8px',
73
+ paddingBottom: '8px',
74
+ transition: '.3s',
75
+ ':hover': {
76
+ opacity: sectionproperties.textcontainer_opacityonhover,
77
+ },
78
+ }),
79
+ };
80
+
81
+ return (
82
+ <div
83
+ class="row m-0 w-100"
84
+ style={{
85
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
86
+ paddingRight: sectionproperties.card_marginRight + 'px',
87
+ }}
88
+ >
89
+ {sectionproperties.length != 0 && (
90
+ <div
91
+ class={`${productcardsstyles.productcard} ${card_cssstyles.productcard}` + ' col-lg-12 p-0 '}
92
+ onClick={() => {
93
+ if (props.fetchingtypeprops == 'collections') {
94
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
95
+ } else {
96
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
97
+ }
98
+ }}
99
+ >
100
+ <IKImage
101
+ urlEndpoint={IKurlEndpoint}
102
+ publicKey={IKpublicKey}
103
+ path={item.image}
104
+ style={{
105
+ width: '100%',
106
+ objectFit: 'cover',
107
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
108
+ height: sectionproperties.height + 'px',
109
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
110
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
111
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
112
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
113
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
114
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
115
+ color: sectionproperties.prodNameColor,
116
+ opacity: sectionproperties.cardbg_opacity,
117
+ transition: '.3s',
118
+ ':hover': {
119
+ opacity: sectionproperties.bgopacityonhover,
120
+ color: sectionproperties.prodNameColorOnHover,
121
+ opacity: sectionproperties.bgopacityonhover,
122
+ position: 'relative',
123
+ },
124
+ }}
125
+ loading="lazy"
126
+ />
127
+ <div class={`${productcardsstyles.productcard_text_container}` + ' row m-0 w-100 text-center pl-5 pr-5 justify-content-center '}>
128
+ <div class={`${card_cssstyles.productcard_text_container} ` + ' ps-0 '}>
129
+ <p
130
+ onClick={(e) => {
131
+ e.stopPropagation();
132
+ if (props.fetchingtypeprops == 'collections') {
133
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
134
+ } else {
135
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
136
+ }
137
+ }}
138
+ class={`${card_cssstyles.productNameStyles}` + ' m-0 wordbrek '}
139
+ >
140
+ {item.name}
141
+ </p>
142
+ </div>
143
+ </div>
144
+ </div>
145
+ )}
146
+ </div>
147
+ );
148
+ };
149
+ export default Classiccategorycard;
@@ -0,0 +1,271 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { IKImage } from 'imagekitio-react';
4
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
5
+ import { FaRegHeart, FaHeart } from 'react-icons/fa';
6
+ import { AiFillStar, AiOutlineStar } from 'react-icons/ai';
7
+
8
+ const Horizontalcard = (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 routingcountext = props.actions.routingcountext;
15
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
16
+ const addtofavoritescontext = props.addtofavoritescontext;
17
+ const setShowProductInfoModalContext = props.setShowProductInfoModalContext;
18
+ const setProductIdProdutInfoModalContext = props.setProductIdProdutInfoModalContext;
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
+ marginTop: sectionproperties.marginTop + 'px',
43
+ marginBottom: sectionproperties.marginBottom + 'px',
44
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
45
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
46
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
47
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
48
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
49
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
50
+ }),
51
+ productNameStyles: css({
52
+ color: sectionproperties.prodNameColor,
53
+ fontSize: sectionproperties.prodNameFontSize + 'px',
54
+ textTransform: sectionproperties.prodNameTextTranform,
55
+ fontWeight: sectionproperties.prodNameFontWeight,
56
+ transition: '.3s',
57
+ cursor: 'pointer',
58
+ ':hover': {
59
+ color: sectionproperties.prodNameColorOnHover,
60
+ },
61
+ }),
62
+ productPricestyles: css({
63
+ color: sectionproperties.prodPriceColor,
64
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
65
+ fontWeight: sectionproperties.prodPriceFontWeight,
66
+ }),
67
+ productSalePricestyles: css({
68
+ color: sectionproperties.prodsalePriceColor,
69
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
70
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
71
+ }),
72
+ wishlist_btn: css({
73
+ width: sectionproperties.favBtnWidth + 'px',
74
+ height: sectionproperties.favBtnHeight + 'px',
75
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
76
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
77
+ color: sectionproperties.favBtniconcolor,
78
+ fontSize: sectionproperties.favBtnIconfontsize + 'px',
79
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
80
+ transition: '.3s',
81
+ ':hover': {
82
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
83
+ color: sectionproperties.favBtnTextcoloronhover,
84
+ borderColor: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.favBtnTextcoloronhover : sectionproperties.favBtnbgColoronhover,
85
+ },
86
+ }),
87
+ cart_btn: css({
88
+ width: sectionproperties.cartBtnWidth + 'px',
89
+ height: sectionproperties.cartBtnHeight + 'px',
90
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
91
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
92
+ color: sectionproperties.cartBtnTextcolor,
93
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
94
+ textTransform: sectionproperties.cartBtnTexttransform,
95
+ fontWeight: sectionproperties.cartBtnTextfontweight,
96
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
97
+ transition: '.3s',
98
+ ':hover': {
99
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
100
+ color: sectionproperties.cartBtnTextcoloronhover,
101
+ },
102
+ }),
103
+ };
104
+
105
+ return (
106
+ <div
107
+ class="row m-0 w-100"
108
+ style={{
109
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
110
+ paddingRight: sectionproperties.card_marginRight + 'px',
111
+ }}
112
+ >
113
+ {sectionproperties.length != 0 && (
114
+ <div class={card_cssstyles.productcard + ' col-lg-12 p-0 '}>
115
+ {item?.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
116
+ <div
117
+ class="allcentered"
118
+ style={{
119
+ position: 'absolute',
120
+ top: '10px',
121
+ right: langdetect == 'en' ? 10 : '',
122
+ left: langdetect == 'en' ? '' : 10,
123
+ width: sectionproperties.badge_width + 'px',
124
+ height: sectionproperties.badge_height + 'px',
125
+ background: sectionproperties.badge_bgcolor,
126
+ borderRadius: sectionproperties.badge_borderradius + 'px',
127
+ }}
128
+ >
129
+ <p class="m-0 p-0" style={{ color: sectionproperties.badge_color, fontSize: sectionproperties.badge_fontsize + 'px' }}>
130
+ {langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr}
131
+ </p>
132
+ </div>
133
+ )}
134
+ {/* pl-2 pr-2 pt-1 pb-1 */}
135
+ <div
136
+ class={'row m-0 w-100'}
137
+ style={{
138
+ paddingLeft: sectionproperties.paddingLeft + 'px',
139
+ paddingRight: sectionproperties.paddingRight + 'px',
140
+ paddingTop: sectionproperties.paddingTop + 'px',
141
+ paddingBottom: sectionproperties.paddingBottom + 'px',
142
+ }}
143
+ >
144
+ <div class="col-lg-4 col-md-4 col-sm-4 p-0 h-100">
145
+ <div
146
+ onClick={() => {
147
+ if (props.fetchingtypeprops == 'collections') {
148
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
149
+ } else {
150
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
151
+ }
152
+ }}
153
+ style={{ width: '100%', height: sectionproperties.image_height + 'px', cursor: 'pointer' }}
154
+ >
155
+ <IKImage
156
+ urlEndpoint={IKurlEndpoint}
157
+ publicKey={IKpublicKey}
158
+ path={item.image}
159
+ style={{
160
+ width: '100%',
161
+ height: '100%',
162
+ objectFit: 'contain',
163
+ marginBottom: 'auto',
164
+ }}
165
+ loading="lazy"
166
+ />
167
+ </div>
168
+ </div>
169
+ <div
170
+ class={'col-lg-8 col-md-8 col-sm-8 pt-2'}
171
+ style={{
172
+ display:
173
+ sectionproperties.prodPriceShow != 'Show' &&
174
+ sectionproperties.prodsalePriceshow != 'Show' &&
175
+ sectionproperties.cartBtnShow != 'Show' &&
176
+ sectionproperties.favBtnShow != 'Show'
177
+ ? 'flex'
178
+ : '',
179
+ alignItems:
180
+ sectionproperties.prodPriceShow != 'Show' &&
181
+ sectionproperties.prodsalePriceshow != 'Show' &&
182
+ sectionproperties.cartBtnShow != 'Show' &&
183
+ sectionproperties.favBtnShow != 'Show'
184
+ ? 'center'
185
+ : '',
186
+ }}
187
+ >
188
+ <div
189
+ class="row m-0 w-100"
190
+ style={{
191
+ position: 'relative',
192
+ }}
193
+ >
194
+ <div class={item.hassale == 1 ? 'col-lg-9 col-md-9 col-sm-9 p-0' : 'col-lg-12 p-0 d-flex align-items-center'} style={{ minHeight: '6vh' }}>
195
+ <p
196
+ onClick={() => {
197
+ if (props.fetchingtypeprops == 'collections') {
198
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
199
+ } else {
200
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
201
+ }
202
+ }}
203
+ class={card_cssstyles.productNameStyles + ' m-0 p-0 wordbreak wordbreak2 '}
204
+ >
205
+ {item.name}
206
+ </p>
207
+ </div>
208
+ <div class="col-lg-12 p-0 d-flex align-items-center">
209
+ {sectionproperties.prodPriceShow == 'Show' && (
210
+ <p class={card_cssstyles.productPricestyles + ' m-0 p-0 '}>
211
+ {langdetect == 'en' ? 'EGP' : ''} {item.hassale == 1 ? item.defaultsaleprice : item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
212
+ </p>
213
+ )}
214
+ {item.hassale == 1 && sectionproperties.prodsalePriceshow == 'Show' && (
215
+ <p class={card_cssstyles.productSalePricestyles + ' m-0 p-0 ml-2 mr-2 '} style={{ textDecoration: 'line-through' }}>
216
+ {langdetect == 'en' ? 'EGP' : ''} {item.defaultprice} {langdetect == 'en' ? '' : 'ج.م'}
217
+ </p>
218
+ )}
219
+ </div>
220
+ <div class="col-lg-12 p-0 d-flex align-items-center mt-2">
221
+ {sectionproperties.cartBtnShow == 'Show' && (
222
+ <button
223
+ class={card_cssstyles.cart_btn}
224
+ onClick={() => {
225
+ setShowProductInfoModalContext(true);
226
+ setProductIdProdutInfoModalContext(item.productid);
227
+ }}
228
+ >
229
+ {lang.addtocart}
230
+ </button>
231
+ )}
232
+ {sectionproperties.favBtnShow == 'Show' && (
233
+ <button
234
+ class={card_cssstyles.wishlist_btn + ' ml-2 mr-2 '}
235
+ style={{
236
+ background: item.IsFavExists == true ? sectionproperties.activebgcolor : '',
237
+ }}
238
+ onClick={() => {
239
+ addtofavoritescontext(item.productid);
240
+ }}
241
+ >
242
+ <i class="h-100 d-flex align-items-center justify-content-center">
243
+ {item.IsFavExists && (
244
+ <i class="h-100 d-flex align-items-center justify-content-center">
245
+ {sectionproperties.faviconshape == 'Star Shape' && (
246
+ <AiFillStar size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
247
+ )}
248
+ {sectionproperties.faviconshape == 'Heart Shape' && (
249
+ <FaHeart size={sectionproperties.favBtnIconfontsize} style={{ color: sectionproperties.activefaviconcolor }} />
250
+ )}
251
+ </i>
252
+ )}
253
+ {!item.IsFavExists && (
254
+ <i class="h-100 d-flex align-items-center justify-content-center">
255
+ {sectionproperties.faviconshape == 'Star Shape' && <AiOutlineStar size={sectionproperties.favBtnIconfontsize} />}
256
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart size={sectionproperties.favBtnIconfontsize} />}
257
+ </i>
258
+ )}
259
+ </i>
260
+ </button>
261
+ )}
262
+ </div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ )}
268
+ </div>
269
+ );
270
+ };
271
+ export default Horizontalcard;