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,252 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { LanguageContext } from '../../../../LanguageContext';
3
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
4
+ import { css } from 'glamor';
5
+ // import slidestyles from './Slideshow_with_rotatedsquare.module.css';
6
+ import slidestyles from '../../../../styles/sections/Slideshow_with_rotatedsquare.module.css';
7
+
8
+ import { serverbaselink } from '../../../../../Env';
9
+ // import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
10
+ import { IKImage } from 'imagekitio-react';
11
+
12
+ const Slideshow_with_rotatedsquare = (props) => {
13
+ // const { lang, langdetect } = useContext(LanguageContext);
14
+ // const { fetch_inst_tabex_websitetemplatesQueryContext, sectionindexcontext, pageindexcontext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
15
+ const [sectionproperties, setsectionproperties] = useState('');
16
+ const [imagesarray, setimagesarray] = useState([]);
17
+ // const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
18
+ const [cardsarray, setcardsarray] = useState([]);
19
+
20
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
21
+ const lang = props.actions.lang;
22
+ const langdetect = props.actions.langdetect;
23
+
24
+ useEffect(() => {
25
+ if (props.srcfrom == 'addsectionform') {
26
+ var secpropobj = {};
27
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
28
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
29
+ });
30
+ setsectionproperties({ ...secpropobj });
31
+ } else {
32
+ var secpropobj = {};
33
+
34
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
35
+ if (sectionitem.sectionid == props.sectionidprops) {
36
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
37
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
38
+ });
39
+ }
40
+ });
41
+ setsectionproperties({ ...secpropobj });
42
+ }
43
+ }, [StatePagePropertiesContext]);
44
+
45
+ useEffect(() => {
46
+ if (sectionproperties.length != 0) {
47
+ var temparr = [];
48
+ // if (sectionproperties.arrayofobjectimagesonly.length != 0) {
49
+ // var slideshowstylesarrayofobjsparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
50
+ // if (Array.isArray(slideshowstylesarrayofobjsparsed)) {
51
+ // slideshowstylesarrayofobjsparsed.forEach(function (arrayitem) {
52
+ // temparr.push(serverbaselink + arrayitem.imagepath);
53
+ // });
54
+ // setimagesarray([...temparr]);
55
+ // }
56
+ // }
57
+ }
58
+ }, [sectionproperties]);
59
+ useEffect(() => {
60
+ if (sectionproperties.length != 0) {
61
+ if (sectionproperties.bgsection_imagearrayofobjs != null) {
62
+ var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
63
+ if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
64
+ setcardsarray([...bgsection_imagearrayofobjsparsed]);
65
+ }
66
+ }
67
+ }
68
+ }, [sectionproperties]);
69
+ const section_styles = {
70
+ cards_sections: css({
71
+ // width: sectionproperties.width + 'vw',
72
+ // height: sectionproperties.height != 0 ? sectionproperties.height + 'vh' : 'auto',
73
+ marginTop: sectionproperties.marginTop + 'px',
74
+ marginBottom: sectionproperties.marginBottom + 'px',
75
+ paddingLeft: sectionproperties.paddingLeft + 'px',
76
+ paddingRight: sectionproperties.paddingRight + 'px',
77
+ paddingTop: sectionproperties.paddingTop + 'px',
78
+ paddingBottom: sectionproperties.paddingBottom + 'px',
79
+ background: sectionproperties.backgroundColor,
80
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
81
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
82
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
83
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
84
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
85
+ borderColor: sectionproperties.sectioncardbordercolor,
86
+ border: sectionproperties.sectioncardborderwidth + 'px solid',
87
+ }),
88
+ sectiontitlespan: css({
89
+ ':after': {
90
+ position: 'absolute',
91
+ content: 's',
92
+ fontSize: '0',
93
+ bottom: 0,
94
+ right: 0,
95
+ left: 0,
96
+ display: 'block',
97
+ height: '3px',
98
+ width: sectionproperties.slideshowText1_lineafterwidth + '%',
99
+ backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
100
+ },
101
+ }),
102
+ sectiontitlespan2: css({
103
+ ':after': {
104
+ position: 'absolute',
105
+ content: 's',
106
+ fontSize: '0',
107
+ bottom: 0,
108
+ right: 0,
109
+ left: 0,
110
+ display: 'block',
111
+ height: '100%',
112
+ width: sectionproperties.slideshowText1_lineafterwidth + 'px',
113
+ backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
114
+ borderRadius: '5px',
115
+ },
116
+ }),
117
+ maintext: css({
118
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
119
+ color: sectionproperties.generaltext_fontColor,
120
+ textTransform: sectionproperties.generaltext_textTransform,
121
+ fontWeight: sectionproperties.generaltext_fontWeight,
122
+ opacity: 1,
123
+ transitionDelay: '0.3s',
124
+ }),
125
+ subtext: css({
126
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
127
+ color: sectionproperties.slideshowText1ContentColor,
128
+ textTransform: sectionproperties.slideshowText1ContentTextTransform,
129
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
130
+ opacity: 1,
131
+ transitionDelay: '0.3s',
132
+ }),
133
+ image: css({
134
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
135
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
136
+ borderTopLeftRadius: sectionproperties.image_borderTopLeftRadius + 'px',
137
+ borderTopRightRadius: sectionproperties.image_borderTopRightRadius + 'px',
138
+ }),
139
+ };
140
+
141
+ return (
142
+ <div class={`${slidestyles.sectioncont}` + ' row w-100 m-0 '}>
143
+ <div class=" row m-0 d-flex w-100 align-items-center ">
144
+ <div class="col-lg-12 d-flex flex-row justify-content-center mb-3">
145
+ <p
146
+ class=""
147
+ style={{
148
+ fontSize: '30px',
149
+ color: 'black',
150
+ fontWeight: 600,
151
+ }}
152
+ >
153
+ App Services
154
+ </p>
155
+ </div>
156
+ <div class="col-lg-4 d-flex flex-column align-items-center justify-content-center">
157
+ <div
158
+ class={`${slidestyles.rotatedsquare}`}
159
+ style={{
160
+ backgroundColor: '#fb6841',
161
+ }}
162
+ ></div>
163
+ <div
164
+ class={`${slidestyles.circle}`}
165
+ style={{
166
+ backgroundImage: `url('https://media.istockphoto.com/photos/hand-holding-mobile-phone-with-blank-white-full-screen-picture-id1212907374?k=20&m=1212907374&s=170667a&w=0&h=jf5uSAvouSRh8bm55IVwLsylPHxsvd_GAYH1Kz4tCCg=')`,
167
+ backgroundRepeat: 'no-repeat',
168
+ backgroundSize: 'cover',
169
+ }}
170
+ ></div>
171
+ <div class="col-lg-12 mt-4 ml-3 d-flex flex-row justify-content-center">
172
+ <p
173
+ class={`${section_styles.maintext}` + ' '}
174
+ style={{
175
+ marginLeft: '120px',
176
+ }}
177
+ >
178
+ Mobile Apps
179
+ </p>
180
+ </div>
181
+ <div class="col-lg-12 d-flex flex-row align-items-center">
182
+ <div class={`${slidestyles.circle1}`}></div>
183
+ <p class={`${section_styles.subtext}` + ' m-0 '} style={{}}>
184
+ Lorem Ipsum is simply{' '}
185
+ </p>
186
+ </div>
187
+ </div>
188
+ <div class="col-lg-4 d-flex flex-column align-items-center justify-content-center">
189
+ <div
190
+ class={`${slidestyles.rotatedsquare}`}
191
+ style={{
192
+ backgroundColor: '#fdbf50',
193
+ }}
194
+ ></div>
195
+ <div
196
+ class={`${slidestyles.circle}`}
197
+ style={{
198
+ backgroundImage: `url('https://media.istockphoto.com/photos/hand-holding-mobile-phone-with-blank-white-full-screen-picture-id1212907374?k=20&m=1212907374&s=170667a&w=0&h=jf5uSAvouSRh8bm55IVwLsylPHxsvd_GAYH1Kz4tCCg=')`,
199
+ backgroundRepeat: 'no-repeat',
200
+ backgroundSize: 'cover',
201
+ }}
202
+ ></div>
203
+ <div class="col-lg-12 mt-4 ml-3 d-flex flex-row justify-content-center">
204
+ <p
205
+ class={`${section_styles.maintext}` + ' '}
206
+ style={{
207
+ marginLeft: '120px',
208
+ }}
209
+ >
210
+ Mobile Apps
211
+ </p>
212
+ </div>
213
+ <div class="col-lg-12 d-flex flex-row align-items-center">
214
+ <div class={`${slidestyles.circle1}`}></div>
215
+ <p class={`${section_styles.subtext}` + ' m-0 '}>Lorem Ipsum is simply </p>
216
+ </div>
217
+ </div>
218
+ <div class="col-lg-4 d-flex flex-column align-items-center justify-content-center">
219
+ <div
220
+ class={`${slidestyles.rotatedsquare}`}
221
+ style={{
222
+ backgroundColor: '#28996d',
223
+ }}
224
+ ></div>
225
+ <div
226
+ class={`${slidestyles.circle}`}
227
+ style={{
228
+ backgroundImage: `url('https://media.istockphoto.com/photos/hand-holding-mobile-phone-with-blank-white-full-screen-picture-id1212907374?k=20&m=1212907374&s=170667a&w=0&h=jf5uSAvouSRh8bm55IVwLsylPHxsvd_GAYH1Kz4tCCg=')`,
229
+ backgroundRepeat: 'no-repeat',
230
+ backgroundSize: 'cover',
231
+ }}
232
+ ></div>
233
+ <div class="col-lg-12 mt-4 ml-3 d-flex flex-row justify-content-center">
234
+ <p
235
+ class={`${section_styles.maintext}` + ' '}
236
+ style={{
237
+ marginLeft: '120px',
238
+ }}
239
+ >
240
+ Mobile Apps
241
+ </p>
242
+ </div>
243
+ <div class="col-lg-12 d-flex flex-row align-items-center">
244
+ <div class={`${slidestyles.circle1}`}></div>
245
+ <p class={`${section_styles.subtext}` + ' m-0 '}>Lorem Ipsum is simply </p>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ );
251
+ };
252
+ export default Slideshow_with_rotatedsquare;
@@ -0,0 +1,175 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ // import { LanguageContext } from '../../../../LanguageContext';
3
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
4
+ import { css } from 'glamor';
5
+ // import slidestyles from './Slideshow_with_squarebg.module.css';
6
+
7
+ import slidestyles from '../../../../styles/sections/Slideshow_with_squarebg.module.css';
8
+
9
+ import { serverbaselink } from '../../../../../Env';
10
+ // import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
11
+ import { IKImage } from 'imagekitio-react';
12
+
13
+ const Slideshow_with_squarebg = (props) => {
14
+ // const { lang, langdetect } = useContext(LanguageContext);
15
+ // const { fetch_inst_tabex_websitetemplatesQueryContext, sectionindexcontext, pageindexcontext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
16
+ const [sectionproperties, setsectionproperties] = useState('');
17
+ const [imagesarray, setimagesarray] = useState([]);
18
+ const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
19
+ const [cardsarray, setcardsarray] = useState([]);
20
+
21
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
22
+ const lang = props.actions.lang;
23
+ const langdetect = props.actions.langdetect;
24
+
25
+ useEffect(() => {
26
+ if (props.srcfrom == 'addsectionform') {
27
+ var secpropobj = {};
28
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
29
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
30
+ });
31
+ setsectionproperties({ ...secpropobj });
32
+ } else {
33
+ var secpropobj = {};
34
+
35
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
36
+ if (sectionitem.sectionid == props.sectionidprops) {
37
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
38
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
39
+ });
40
+ }
41
+ });
42
+ setsectionproperties({ ...secpropobj });
43
+ }
44
+ }, [StatePagePropertiesContext]);
45
+
46
+ useEffect(() => {
47
+ if (sectionproperties.length != 0) {
48
+ var temparr = [];
49
+ // if (sectionproperties.arrayofobjectimagesonly.length != 0) {
50
+ // var slideshowstylesarrayofobjsparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
51
+ // if (Array.isArray(slideshowstylesarrayofobjsparsed)) {
52
+ // slideshowstylesarrayofobjsparsed.forEach(function (arrayitem) {
53
+ // temparr.push(serverbaselink + arrayitem.imagepath);
54
+ // });
55
+ // setimagesarray([...temparr]);
56
+ // }
57
+ // }
58
+ }
59
+ }, [sectionproperties]);
60
+ useEffect(() => {
61
+ if (sectionproperties.length != 0) {
62
+ if (sectionproperties.bgsection_imagearrayofobjs != null) {
63
+ var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
64
+ if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
65
+ setcardsarray([...bgsection_imagearrayofobjsparsed]);
66
+ }
67
+ }
68
+ }
69
+ }, [sectionproperties]);
70
+ const section_styles = {
71
+ cards_sections: css({
72
+ // width: sectionproperties.width + 'vw',
73
+ // height: sectionproperties.height != 0 ? sectionproperties.height + 'vh' : 'auto',
74
+ marginTop: sectionproperties.marginTop + 'px',
75
+ marginBottom: sectionproperties.marginBottom + 'px',
76
+ paddingLeft: sectionproperties.paddingLeft + 'px',
77
+ paddingRight: sectionproperties.paddingRight + 'px',
78
+ paddingTop: sectionproperties.paddingTop + 'px',
79
+ paddingBottom: sectionproperties.paddingBottom + 'px',
80
+ background: sectionproperties.backgroundColor,
81
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
82
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
83
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
84
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
85
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
86
+ borderColor: sectionproperties.sectioncardbordercolor,
87
+ border: sectionproperties.sectioncardborderwidth + 'px solid',
88
+ }),
89
+ sectiontitlespan: css({
90
+ ':after': {
91
+ position: 'absolute',
92
+ content: 's',
93
+ fontSize: '0',
94
+ bottom: 0,
95
+ right: 0,
96
+ left: 0,
97
+ display: 'block',
98
+ height: '3px',
99
+ width: sectionproperties.slideshowText1_lineafterwidth + '%',
100
+ backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
101
+ },
102
+ }),
103
+ sectiontitlespan2: css({
104
+ ':after': {
105
+ position: 'absolute',
106
+ content: 's',
107
+ fontSize: '0',
108
+ bottom: 0,
109
+ right: 0,
110
+ left: 0,
111
+ display: 'block',
112
+ height: '100%',
113
+ width: sectionproperties.slideshowText1_lineafterwidth + 'px',
114
+ backgroundColor: sectionproperties.slideshowText1_lineafterbgcolor,
115
+ borderRadius: '5px',
116
+ },
117
+ }),
118
+ maintext: css({
119
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
120
+ color: sectionproperties.generaltext_fontColor,
121
+ textTransform: sectionproperties.generaltext_textTransform,
122
+ fontWeight: sectionproperties.generaltext_fontWeight,
123
+ opacity: 1,
124
+ transitionDelay: '0.3s',
125
+ }),
126
+ subtext: css({
127
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
128
+ color: sectionproperties.slideshowText1ContentColor,
129
+ textTransform: sectionproperties.slideshowText1ContentTextTransform,
130
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
131
+ opacity: 1,
132
+ transitionDelay: '0.3s',
133
+ }),
134
+ image: css({
135
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
136
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
137
+ borderTopLeftRadius: sectionproperties.image_borderTopLeftRadius + 'px',
138
+ borderTopRightRadius: sectionproperties.image_borderTopRightRadius + 'px',
139
+ }),
140
+ };
141
+
142
+ return (
143
+ <div class=" row m-0 d-flex w-100 align-items-center ">
144
+ <div class={`${slidestyles.squaregreen}`}>
145
+ <div class={`${slidestyles.squarewhite}`}></div>
146
+ </div>
147
+ <div class={`${slidestyles.sectioncont}` + ' row w-100 m-0 align-items-center'}>
148
+ <div class="col-lg-4">
149
+ <div
150
+ class={`${slidestyles.img_cont}`}
151
+ style={{
152
+ width: sectionproperties.image_Width + 'px',
153
+ height: sectionproperties.image_height + 'px',
154
+ }}
155
+ >
156
+ <img
157
+ class={section_styles.image}
158
+ src="https://media.istockphoto.com/photos/can-do-all-my-business-on-the-go-now-picture-id482474439?k=20&m=482474439&s=612x612&w=0&h=Yt1IH1EUwh37EajWO_XA7LKKFzi-wR014EiQh_81r-4="
159
+ />
160
+ </div>
161
+ </div>
162
+
163
+ <div class="col-lg-8">
164
+ <p class={`${section_styles.maintext}` + ' m-0 '}>Easy and perfect</p>
165
+ <p class={`${section_styles.maintext}`}>Solution For Your Apps</p>
166
+ <p class={`${section_styles.subtext}`}>
167
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer
168
+ took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries
169
+ </p>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ );
174
+ };
175
+ export default Slideshow_with_squarebg;
@@ -0,0 +1,154 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import BackgroundSlideshow from 'react-background-slideshow';
3
+ import { Slide } from 'react-slideshow-image';
4
+ // import generalstyles from '../../../Generalfiles/CSS_GENERAL/general.module.css';
5
+ // import { LanguageContext } from '../../../../../../LanguageContext';
6
+ // import { WebsiteDesignWorkPlaceContext } from '../../../../../WebsiteDesignWorkPlaceContext';
7
+ import { css } from 'glamor';
8
+ import { serverbaselink } from '../../../../../Env';
9
+ // import { LanguageContext } from '../../../../LanguageContext';
10
+ // import { TemplateRoutingContext } from '../../../../TemplateRoutingContext';
11
+ const Slideshowdifferentanimations = (props) => {
12
+ // const { lang, langdetect } = useContext(LanguageContext);
13
+ // const { StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
14
+ const [sectionproperties, setsectionproperties] = useState('');
15
+ const [imagesarray, setimagesarray] = useState([]);
16
+ // const { routingcountext, StaticPagesLinksContext } = useContext(TemplateRoutingContext);
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
+
24
+ useEffect(() => {
25
+ if (props.srcfrom == 'addsectionform') {
26
+ var secpropobj = {};
27
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
28
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
29
+ });
30
+ setsectionproperties({ ...secpropobj });
31
+ } else {
32
+ var secpropobj = {};
33
+
34
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
35
+ if (sectionitem.sectionid == props.sectionidprops) {
36
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
37
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
38
+ });
39
+ }
40
+ });
41
+ setsectionproperties({ ...secpropobj });
42
+ }
43
+ }, [StatePagePropertiesContext]);
44
+ useEffect(() => {
45
+ if (sectionproperties.length != 0 && sectionproperties.arrayofobjectimagesonly != undefined) {
46
+ var temparr = [];
47
+ var bg_arrayofobjsparsed = JSON.parse(sectionproperties?.arrayofobjectimagesonly);
48
+ if (Array.isArray(bg_arrayofobjsparsed)) {
49
+ bg_arrayofobjsparsed.forEach(function (arrayitem) {
50
+ temparr.push(serverbaselink + arrayitem.bgsection_image);
51
+ });
52
+ setimagesarray([...temparr]);
53
+ }
54
+ }
55
+ }, [sectionproperties]);
56
+ const Slideshowsettings = {
57
+ indicators: false,
58
+ arrows: false,
59
+ pauseOnHover: false,
60
+ };
61
+ const slideshow_styles = {
62
+ bgsideshowText: css({
63
+ position: 'absolute',
64
+ zIndex: 2,
65
+ top: 0,
66
+ bottom: 0,
67
+ left: 0,
68
+ right: 0,
69
+ margin: 'auto',
70
+ }),
71
+ slideshow_text1: css({
72
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
73
+ lineHeight: sectionproperties.slideshowText1ContentFontSize + 'px',
74
+ color: sectionproperties.slideshowText1ContentColor,
75
+ display: 'flex',
76
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight,
77
+ justifyContent: sectionproperties.text1centered == 'Centered' ? 'center' : 'start',
78
+ }),
79
+ slideshow_text2: css({
80
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
81
+ lineHeight: sectionproperties.slideshowText2ContentFontSize + 'px',
82
+ color: sectionproperties.slideshowText2ContentColor,
83
+ display: 'flex',
84
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
85
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
86
+ }),
87
+ slideshow_btn: css({
88
+ color: sectionproperties.generalbtn_textColor,
89
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
90
+ lineHeight: sectionproperties.generalbtn_fontsize + 'px',
91
+ textTransform: sectionproperties.generalbtn_texttransform,
92
+ height: sectionproperties.generalbtn_height + 'px',
93
+ width: sectionproperties.generalbtn_width + 'px',
94
+ background: 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_bgColoronhover,
103
+ color: sectionproperties.generalbtn_textColoronhover,
104
+ },
105
+ }),
106
+ innercontainer: css({
107
+ height: sectionproperties.height + 'vh',
108
+ }),
109
+ };
110
+
111
+ return (
112
+ <div class="row m-0 d-flex justify-content-center w-100 align-items-center pl-md-2 pr-md-2">
113
+ {sectionproperties.length != 0 && imagesarray.length != 0 && (
114
+ <div
115
+ class="col-lg-12 d-flex justify-content-center"
116
+ style={{ marginTop: sectionproperties.marginTop + 'px', width: sectionproperties.width + 'vw', marginBottom: sectionproperties.marginBottom + 'px' }}
117
+ >
118
+ <div class={`${slideshow_styles.innercontainer}` + ' w-md-100 h-md-500px '}>
119
+ <BackgroundSlideshow images={imagesarray} animationDelay={1000} />
120
+ <div class={`${slideshow_styles.bgsideshowText}` + ' d-flex align-items-center row m-0 w-100 '}>
121
+ <div class="col-lg-12 d-flex align-items-md-center">
122
+ <div class=" m-0 row w-100 d-flex ">
123
+ {sectionproperties.slideshowtext1_show == 'Show' && (
124
+ <p class={' col-lg-12 font-md-30 font-sm-15 ' + `${slideshow_styles.slideshow_text1}`}>{sectionproperties.slideshowText1Content}</p>
125
+ )}
126
+ {sectionproperties.slideshowtext2_show == 'Show' && (
127
+ <p class={' col-lg-12 font-md-30 font-sm-15 ' + `${slideshow_styles.slideshow_text2}`}>{sectionproperties.slideshowText2Content}</p>
128
+ )}
129
+
130
+ {sectionproperties.generalbtn_show == 'Show' && (
131
+ <div class={sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 d-flex justify-content-center ' : 'col-lg-12 d-flex justify-content-start '}>
132
+ <button
133
+ style={{
134
+ letterSpacing: langdetect == 'en' ? '1px' : 0,
135
+ }}
136
+ class={`${slideshow_styles.slideshow_btn}` + ' allcentered '}
137
+ onClick={() => {
138
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
139
+ }}
140
+ >
141
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.generalbtn_content_text_ar}{' '}
142
+ </button>
143
+ </div>
144
+ )}
145
+ </div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ )}
151
+ </div>
152
+ );
153
+ };
154
+ export default Slideshowdifferentanimations;