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,169 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
4
+ import { IKImage } from 'imagekitio-react';
5
+ const Categorycard_with_trianglebg = (props) => {
6
+ const [sectionproperties, setsectionproperties] = useState('');
7
+ const [item, setitem] = useState(props.cardinfoitemprops);
8
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
9
+ const lang = props.actions.lang;
10
+ const langdetect = props.actions.langdetect;
11
+ const routingcountext = props.actions.routingcountext;
12
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
13
+ useEffect(() => {
14
+ if (props.srcfrom == 'addsectionform') {
15
+ var secpropobj = {};
16
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
17
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
18
+ });
19
+
20
+ setsectionproperties({ ...secpropobj });
21
+ } else {
22
+ var secpropobj = {};
23
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
24
+ if (sectionitem.sectionid == props.sectionidprops) {
25
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
26
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
27
+ });
28
+ }
29
+ });
30
+ setsectionproperties({ ...secpropobj });
31
+ }
32
+ }, [StatePagePropertiesContext]);
33
+ const categorycard_cssstyles = {
34
+ cardcontainer: css({
35
+ position: 'relative',
36
+ overflow: 'hidden',
37
+ cursor: 'pointer',
38
+ background: sectionproperties.backgroundColortransparent == '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
+ opacity: sectionproperties.cardbg_opacity,
48
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
49
+ transition: '0.3s',
50
+ ':hover': {
51
+ opacity: sectionproperties.bgopacityonhover,
52
+ },
53
+ ':after': {
54
+ content: 's',
55
+ position: 'absolute',
56
+ top: 0,
57
+ bottom: 0,
58
+ left: 0,
59
+ width: '130%',
60
+ background: sectionproperties.transitionbg_color,
61
+ opacity: sectionproperties.cardtransition_opacity,
62
+ transition: '.3s',
63
+ transform: 'skewX(-45deg) translateX(-65%)',
64
+ },
65
+ ':hover:after': {
66
+ transform: 'skewX(-45deg) translateX(-50%)',
67
+ opacity: sectionproperties.cardtransitionbgopacityonhover,
68
+ },
69
+ }),
70
+ card_textcont: css({
71
+ position: 'absolute',
72
+ top: sectionproperties.paddingTop + 'px',
73
+ width: '75%',
74
+ // padding: '20px',
75
+ zIndex: '10',
76
+ }),
77
+ card_text: css({
78
+ color: sectionproperties.generaltext_fontColor,
79
+ textTransform: sectionproperties.generaltext_textTransform,
80
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
81
+ fontWeight: sectionproperties.generaltext_fontWeight,
82
+ transition: '.3s',
83
+ cursor: 'pointer',
84
+ ':hover': {
85
+ color: sectionproperties.text_secondarycolor,
86
+ },
87
+ }),
88
+ card_btn: css({
89
+ transition: '0.3s',
90
+ color: sectionproperties.generalbtn_textColor,
91
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
92
+ height: sectionproperties.generalbtn_height + 'px',
93
+ width: sectionproperties.generalbtn_width + 'px',
94
+ background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
95
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
96
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
97
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
98
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
99
+ fontWeight: sectionproperties.generalbtn_fontweight,
100
+ transition: '.3s',
101
+ ':hover': {
102
+ background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
103
+ color: sectionproperties.generalbtn_textColoronhover,
104
+ },
105
+ }),
106
+ };
107
+ return (
108
+ <div
109
+ class="row m-0 w-100"
110
+ style={{
111
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
112
+ paddingRight: sectionproperties.card_marginRight + 'px',
113
+ }}
114
+ >
115
+ <div
116
+ class={`${categorycard_cssstyles.cardcontainer}` + ' col-lg-12 p-0'}
117
+ style={{
118
+ width: '100%',
119
+ }}
120
+ onClick={() => {
121
+ if (props.fetchingtypeprops == 'collections') {
122
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
123
+ } else {
124
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
125
+ }
126
+ }}
127
+ >
128
+ <IKImage
129
+ urlEndpoint={IKurlEndpoint}
130
+ publicKey={IKpublicKey}
131
+ path={'/tr:w-380,h-290/' + item.image}
132
+ loading="lazy"
133
+ style={{
134
+ height: '100%',
135
+ width: '100%',
136
+ objectFit: 'cover',
137
+ }}
138
+ />
139
+ <div
140
+ class={`${categorycard_cssstyles.card_textcont}`}
141
+ style={{
142
+ paddingLeft: sectionproperties.paddingLeft + 'px',
143
+ paddingRight: sectionproperties.paddingRight + 'px',
144
+ paddingTop: sectionproperties.paddingTop + 'px',
145
+ paddingBottom: sectionproperties.paddingBottom + 'px',
146
+ }}
147
+ >
148
+ {sectionproperties.general_showtext == 'Show' && <p class={`${categorycard_cssstyles.card_text}` + ' font-md-15 font-sm-15 m-0 p-0 '}>{item.name}</p>}
149
+ {sectionproperties.generalbtn_show == 'Show' && (
150
+ <button
151
+ class={`${categorycard_cssstyles.card_btn}` + ' font-md-13 '}
152
+ onClick={(e) => {
153
+ e.stopPropagation();
154
+ if (props.fetchingtypeprops == 'collections') {
155
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
156
+ } else {
157
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
158
+ }
159
+ }}
160
+ >
161
+ {langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar}
162
+ </button>
163
+ )}
164
+ </div>
165
+ </div>
166
+ </div>
167
+ );
168
+ };
169
+ export default Categorycard_with_trianglebg;
@@ -0,0 +1,180 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import cardstyles from '../../../styles/cards/categorycard3.module.css';
4
+ import { IKImage } from 'imagekitio-react';
5
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
6
+ const Categorycard_with_twolinestransition = (props) => {
7
+ const [sectionproperties, setsectionproperties] = useState('');
8
+ const [item, setitem] = useState(props.cardinfoitemprops);
9
+ const [index, setindex] = useState(props.cardinfoindexprops);
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
+ const NotificationManager = NotificationManager;
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 plainString = (html) => {
37
+ var divContainer = document.createElement('div');
38
+ divContainer.innerHTML = html;
39
+ return divContainer.textContent || divContainer.innerText || '';
40
+ };
41
+ const categorycard_cssstyles = {
42
+ categoryCard: css({
43
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
44
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
45
+ height: sectionproperties.height + 'px',
46
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
47
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
48
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
49
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
50
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
51
+ marginTop: sectionproperties.marginTop + 'px',
52
+ marginBottom: sectionproperties.marginBottom + 'px',
53
+ paddingLeft: sectionproperties.paddingLeft + 'px',
54
+ paddingRight: sectionproperties.paddingRight + 'px',
55
+ paddingTop: sectionproperties.paddingTop + 'px',
56
+ paddingBottom: sectionproperties.paddingBottom + 'px',
57
+ transition: '0.3s',
58
+ cursor: 'pointer',
59
+ ':after': {
60
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
61
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
62
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
63
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
64
+ content: 's',
65
+ fontSize: 0,
66
+ position: 'absolute',
67
+ top: 0,
68
+ bottom: 0,
69
+ left: 0,
70
+ width: '100%',
71
+ height: '100%',
72
+ zIndex: 1,
73
+ transition: ' 0.3s',
74
+ background: sectionproperties.transitionbg_color,
75
+ opacity: sectionproperties.cardtransition_opacity,
76
+ },
77
+ ':hover:after': {
78
+ opacity: sectionproperties.cardtransitionbgopacityonhover,
79
+ },
80
+ }),
81
+ caption: css({
82
+ zIndex: 2,
83
+ ':before': {
84
+ borderTop: sectionproperties.bordertransitionbg_colorwidth + 'px solid ' + sectionproperties.bordertransitionbg_color,
85
+ borderBottom: sectionproperties.bordertransitionbg_colorwidth + 'px solid ' + sectionproperties.bordertransitionbg_color,
86
+ opacity: sectionproperties.bordertransitionopacityonhover,
87
+ },
88
+ }),
89
+ categorycardtext: css({
90
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
91
+ color: sectionproperties.generaltext_fontColor,
92
+ textTransform: sectionproperties.generaltext_textTransform,
93
+ fontWeight: sectionproperties.generaltext_fontWeight,
94
+ opacity: 1,
95
+ transitionDelay: '0.3s',
96
+ }),
97
+ categorydescription: css({
98
+ fontSize: sectionproperties.prodCatFontSize + 'px',
99
+ color: sectionproperties.prodCatColor,
100
+ fontWeight: sectionproperties.prodCatFontWeight,
101
+ opacity: 1,
102
+ transitionDelay: '0.3s',
103
+ }),
104
+ cardbtn: css({
105
+ transition: '0.3s',
106
+ color: sectionproperties.generalbtn_textColor,
107
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
108
+ height: sectionproperties.generalbtn_height + 'px',
109
+ width: sectionproperties.generalbtn_width + 'px',
110
+ background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
111
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
112
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
113
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
114
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
115
+ fontWeight: sectionproperties.generalbtn_fontweight,
116
+ zIndex: 100,
117
+ ':hover': {
118
+ background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
119
+ color: sectionproperties.generalbtn_textColoronhover,
120
+ },
121
+ }),
122
+ };
123
+ return (
124
+ <div
125
+ className="row m-0 w-100"
126
+ style={{
127
+ paddingLeft: sectionproperties.card_marginLeft + 'px',
128
+ paddingRight: sectionproperties.card_marginRight + 'px',
129
+ }}
130
+ >
131
+ {Object.keys(sectionproperties).length != 0 && (
132
+ <div
133
+ className={`${categorycard_cssstyles.categoryCard} ${cardstyles.categoryCard}` + ' col-lg-12 '}
134
+ onClick={() => {
135
+ if (props.fetchingtypeprops == 'collections') {
136
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
137
+ }
138
+ }}
139
+ >
140
+ <IKImage
141
+ urlEndpoint={IKurlEndpoint}
142
+ publicKey={IKpublicKey}
143
+ path={item.image}
144
+ loading="lazy"
145
+ style={{
146
+ height: '100%',
147
+ width: '100%',
148
+ objectFit: 'cover',
149
+ }}
150
+ />
151
+ <figcaption className={`${categorycard_cssstyles.caption}` + ' row w-100 m-0 d-flex align-items-center justify-content-center '} style={{ position: 'absolute', top: 0, left: 0 }}>
152
+ <div clas="col-lg-12 m-0 d-flex align-items-center justify-content-start w-100 h-100 " style={{ width: '100%', height: '100%' }}>
153
+ <div className="row m-0 w-100 h-100" style={{ position: 'relative', height: '100%' }}>
154
+ <div className="col-lg-12 d-flex justify-content-center align-items-center flex-column">
155
+ {sectionproperties.general_showtext == 'Show' && <p className={`${categorycard_cssstyles.categorycardtext}` + ' m-0 p-0 text-center '}>{item.name}</p>}
156
+ {sectionproperties.prodCatShow == 'Show' && (
157
+ <p className={`${categorycard_cssstyles.categorydescription}` + ' PacificoFont m-0 p-0 text-center '}>{plainString(item.description)}</p>
158
+ )}
159
+ {sectionproperties.generalbtn_show == 'Show' && (
160
+ <button
161
+ className={`${categorycard_cssstyles.cardbtn} `}
162
+ onClick={() => {
163
+ if (props.fetchingtypeprops == 'collections') {
164
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
165
+ }
166
+ }}
167
+ >
168
+ {langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar}
169
+ </button>
170
+ )}
171
+ </div>
172
+ </div>
173
+ </div>
174
+ </figcaption>
175
+ </div>
176
+ )}
177
+ </div>
178
+ );
179
+ };
180
+ export default Categorycard_with_twolinestransition;
@@ -0,0 +1,162 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { serverbaselink } from '../../../Env_Variables';
3
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../WebsiteDesignWorkPlaceContext';
4
+ import { css } from 'glamor';
5
+ import cardstyles from '../../../styles/cards/Categorycard_withshapes.module.css';
6
+
7
+ // import { TemplateRoutingContext } from '../../../TemplateRoutingContext';
8
+ import { IKImage } from 'imagekitio-react';
9
+ import { IKpublicKey, IKurlEndpoint } from '../../../../Env';
10
+
11
+ const Categorycard_withshapes = (props) => {
12
+ // const { fetch_inst_tabex_websitetemplatesQueryContext, sectionindexcontext, pageindexcontext, StatePagePropertiesContext } = React.useContext(WebsiteDesignWorkPlaceContext);
13
+ // const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
14
+ const [sectionproperties, setsectionproperties] = useState('');
15
+ const [item, setitem] = useState(props.cardinfoitemprops);
16
+ const [index, setindex] = useState(props.cardinfoindexprops);
17
+
18
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
19
+ const lang = props.actions.lang;
20
+ const langdetect = props.actions.langdetect;
21
+ const routingcountext = props.actions.routingcountext;
22
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
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
+
30
+ setsectionproperties({ ...secpropobj });
31
+ } else {
32
+ var secpropobj = {};
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
+ const card_cssstyles = {
44
+ categoryCard: css({
45
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
46
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
47
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
48
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
49
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
50
+ marginTop: sectionproperties.marginTop + 'px',
51
+ marginBottom: sectionproperties.marginBottom + 'px',
52
+ marginLeft: sectionproperties.card_marginLeft + 'px',
53
+ paddingLeft: sectionproperties.paddingLeft + 'px',
54
+ paddingRight: sectionproperties.paddingRight + 'px',
55
+ paddingTop: sectionproperties.paddingTop + 'px',
56
+ paddingBottom: sectionproperties.paddingBottom + 'px',
57
+ height: sectionproperties.height + 'px',
58
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : '',
59
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
60
+ transition: '0.3s',
61
+ cursor: 'pointer',
62
+ opacity: sectionproperties.cardbg_opacity,
63
+ overflow: 'hidden',
64
+ cursor: 'pointer',
65
+ backgroundSize: 'cover',
66
+ backgroundRepeat: 'no-repeat',
67
+ backgroundPosition: 'center',
68
+ transition: '0.3s',
69
+ ':after': {
70
+ backgroundColor: sectionproperties.transitionbg_color,
71
+ },
72
+ }),
73
+
74
+ categorycardtext: css({
75
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
76
+ color: sectionproperties.generaltext_fontColor,
77
+ textTransform: sectionproperties.generaltext_textTransform,
78
+ fontWeight: sectionproperties.generaltext_fontWeight,
79
+ }),
80
+ shadow1: css({
81
+ background: sectionproperties.firstcolor,
82
+ // primary
83
+ }),
84
+ shadow2: css({
85
+ background: sectionproperties.secondcolor,
86
+ // primary
87
+ }),
88
+ cards_three__rect2: css({
89
+ ':before': {
90
+ background: sectionproperties.secondcolor,
91
+ },
92
+ ':after': {
93
+ background: sectionproperties.firstcolor,
94
+ },
95
+ }),
96
+ cards_three__circle: css({
97
+ ':before': {
98
+ background: sectionproperties.firstcolor,
99
+ },
100
+ }),
101
+ };
102
+ return (
103
+ <div
104
+ class={`${cardstyles.card__collection} ${card_cssstyles.categoryCard}`}
105
+ onClick={() => {
106
+ if (props.fetchingtypeprops == 'collections') {
107
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
108
+ }
109
+ }}
110
+ >
111
+ <div
112
+ class={`${cardstyles.cards} ${cardstyles.cards_three}`}
113
+ style={{
114
+ // backgroundImage: `url(${serverbaselink + item.image})`,
115
+ backgroundPosition: 'center center',
116
+ backgroundRepeat: 'no-repeat',
117
+ backgroundSize: 'cover',
118
+ }}
119
+ >
120
+ <IKImage
121
+ urlEndpoint={IKurlEndpoint}
122
+ publicKey={IKpublicKey}
123
+ path={item.image}
124
+ style={{
125
+ width: '100%',
126
+ height: '100%',
127
+ objectFit: 'cover',
128
+ }}
129
+ loading="lazy"
130
+ />
131
+ <span class={`${cardstyles.cards_three__rect1}`}>
132
+ <span class={`${cardstyles.shadow1} ${card_cssstyles.shadow1}`}></span>
133
+
134
+ {sectionproperties.general_showtext == 'Show' && (
135
+ <div class={' row m-0 w-100 '}>
136
+ <div class="col-lg-12 p-0">
137
+ <p class={`${card_cssstyles.categorycardtext}` + ' m-0 p-0 '}>{item.name}</p>
138
+ </div>
139
+ </div>
140
+ )}
141
+ </span>
142
+ <span class={`${cardstyles.cards_three__rect2} ${card_cssstyles.cards_three__rect2}`}>
143
+ <span class={`${cardstyles.shadow2} ${card_cssstyles.shadow2}`}></span>
144
+ </span>
145
+ <span class={`${cardstyles.cards_three__circle} ${card_cssstyles.cards_three__circle}`}></span>
146
+ {sectionproperties.generalbtn_show == 'Show' && (
147
+ <div
148
+ class={`${cardstyles.cards_three__list}`}
149
+ onClick={() => {
150
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.collectionid);
151
+ }}
152
+ >
153
+ <div class={`${cardstyles.btncont} ` + ' row m-0 w-100'}>
154
+ <p style={{ zIndex: 1000 }}>More Items</p>
155
+ </div>
156
+ </div>
157
+ )}
158
+ </div>
159
+ </div>
160
+ );
161
+ };
162
+ export default Categorycard_withshapes;