tabexseriescomponents 0.0.65 → 0.0.67
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.
- package/dist/index.cjs.js +22892 -14865
- package/dist/index.esm.js +22897 -14871
- package/dist/index.umd.js +21722 -13696
- package/package.json +1 -1
- package/{srcOLD → src1-10}/Contexts/LanguageContext.jsx +0 -0
- package/{srcOLD → src1-10}/Contexts/ProductsCardsSectionContext.jsx +0 -0
- package/{srcOLD → src1-10}/StylesJS/Customstyles.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -19
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -8
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +45 -72
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/MenuCard/MenuCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -17
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +1 -14
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -11
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +3 -15
- package/{srcOLD → src1-10}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +1 -11
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer1/Footer1.jsx +26 -26
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer2/Footer2.jsx +24 -25
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer3/Footer3.jsx +14 -6
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer4/Footer4.jsx +11 -12
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer5/Footer5.jsx +81 -88
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer6/Footer6.jsx +39 -48
- package/{srcOLD → src1-10}/TabexComponents/Footer/Footer7/Footer7.jsx +58 -61
- package/{srcOLD → src1-10}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +27 -34
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +97 -99
- package/{srcOLD → src1-10}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +74 -80
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header4/Header4.jsx +77 -95
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header6/Header6.jsx +73 -76
- package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +93 -137
- package/{srcOLD → src1-10}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +85 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +3 -23
- package/{srcOLD → src1-10}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +116 -114
- package/{srcOLD → src1-10}/TabexComponents/Headers/Modernheader/Modernheader.jsx +100 -92
- package/{srcOLD → src1-10}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +110 -98
- package/{srcOLD → src1-10}/TabexComponents/Headers/Subheader/Subheader.jsx +10 -22
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -9
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -7
- package/{srcOLD → src1-10}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
- package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +7 -75
- package/{srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js → src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx} +82 -92
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
- package/{srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js → src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx} +34 -74
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -8
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
- package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
- package/{srcOLD → src1-10}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +92 -53
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -15
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
- package/{srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js → src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx} +110 -40
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -14
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -5
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +0 -50
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -16
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -12
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -10
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
- package/{srcOLD → src1-10}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -23
- package/{srcOLD → src1-10}/assets/images/cod.png +0 -0
- package/{srcOLD → src1-10}/assets/images/egyptflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/fawry.png +0 -0
- package/{srcOLD → src1-10}/assets/images/payment.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paymob.png +0 -0
- package/{srcOLD → src1-10}/assets/images/paypal.png +0 -0
- package/{srcOLD → src1-10}/assets/images/shoppingcart.png +0 -0
- package/{srcOLD → src1-10}/assets/images/usflag.png +0 -0
- package/{srcOLD → src1-10}/assets/images/visa.png +0 -0
- package/{srcOLD → src1-10}/assets/images/whatsapp.png +0 -0
- package/{srcOLD → src1-10}/button.jsx +0 -0
- package/{srcOLD → src1-10}/index.jsx +6 -2
- package/{srcOLD → src1-10}/styles/Home.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorcycard_fullimage.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Categorycard_withshapes.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productcard_with_circularbg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycard3.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/categorycardwithtext.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_animatedbuttons.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productcard_with_textonhover.module.css +0 -0
- package/{srcOLD → src1-10}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/bootstrap.css +68 -73
- package/{srcOLD → src1-10}/styles/general/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/general/editorbardropdown.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/form.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/general.module.css +152 -0
- package/{srcOLD → src1-10}/styles/general/image-gallery.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-accessible-accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/react-phone-input-2.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/scrollbtn.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/slick.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/tabs.module.css +0 -0
- package/{srcOLD → src1-10}/styles/general/workplaceeditor.module.css +0 -0
- package/{srcOLD → src1-10}/styles/globals.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Allinoneheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header7.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/Sideheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/classicheaderstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header4.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header5.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header6.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/header_contactinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerresturant.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/headerstyles.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/modernheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/headers/subheader.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage1.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Section_with_rightbgcont.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
- package/{srcOLD → src1-10}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/accordion.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/cart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/dropdown.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/filter.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/login.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/productinfo.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/shop.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/signup.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/staticroutersidenav.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/viewcart.module.css +0 -0
- package/{srcOLD → src1-10}/styles/staticpages/wishlist.module.css +0 -0
- package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +0 -882
- package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +0 -228
- package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -784
- package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -284
- package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -414
- package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +0 -175
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useEffect, useState, useContext } from 'react';
|
|
2
|
-
// import { useHistory
|
|
2
|
+
// import { useHistory } from 'react-router-dom';
|
|
3
3
|
import Dropdown from 'react-bootstrap/Dropdown';
|
|
4
4
|
// import '../../Generalfiles/CSS_GENERAL/dropdown.css';
|
|
5
5
|
|
|
@@ -36,7 +36,6 @@ import Headerresponsive from '../Headerresponsive/Headerresponsive.jsx';
|
|
|
36
36
|
import Subheader from '../Subheader/Subheader.jsx';
|
|
37
37
|
|
|
38
38
|
const Modernheader = (props) => {
|
|
39
|
-
// let history = useHistory();
|
|
40
39
|
// const { lang, setlang, langdetect } = useContext(LanguageContext);
|
|
41
40
|
// const { fetch_inst_tabex_websitetemplatesQueryContext, StatePagePropertiesContext } = useContext(WebsiteDesignWorkPlaceContext);
|
|
42
41
|
// const {
|
|
@@ -65,7 +64,7 @@ const Modernheader = (props) => {
|
|
|
65
64
|
const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
|
|
66
65
|
const routingcountext = props.actions.routingcountext;
|
|
67
66
|
const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
68
|
-
const history = props.actions.
|
|
67
|
+
const history = props.actions.history;
|
|
69
68
|
const actions = props.actions;
|
|
70
69
|
// const fetch_inst_tabex_websitetemplatesQueryContext = props.fetch_inst_tabex_websitetemplatesQueryContext;
|
|
71
70
|
useEffect(() => {
|
|
@@ -305,9 +304,9 @@ const Modernheader = (props) => {
|
|
|
305
304
|
}
|
|
306
305
|
}, [templateproperties_context]);
|
|
307
306
|
return (
|
|
308
|
-
<div
|
|
307
|
+
<div className={`${headerstyles.header_container}` + ' row m-0 w-100 d-flex justify-content-center '} style={{ position: 'relative' }}>
|
|
309
308
|
<div
|
|
310
|
-
|
|
309
|
+
className="row m-0 d-md-none"
|
|
311
310
|
style={{
|
|
312
311
|
position: sectionproperties.headerstyles_position,
|
|
313
312
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
@@ -315,29 +314,29 @@ const Modernheader = (props) => {
|
|
|
315
314
|
width: sectionproperties.header_width + 'vw',
|
|
316
315
|
}}
|
|
317
316
|
>
|
|
318
|
-
<div
|
|
319
|
-
<div
|
|
320
|
-
<div
|
|
321
|
-
<div
|
|
317
|
+
<div className="row m-0 w-100">
|
|
318
|
+
<div className={`${header_cssstyles.top_bar}` + ' row m-0 w-100 d-flex align-items-center '}>
|
|
319
|
+
<div className="col-lg-4 col-md-6 col-sm-12 allcentered p-0" style={{}}>
|
|
320
|
+
<div className={header_cssstyles.searchbarcont}>
|
|
322
321
|
<input
|
|
323
322
|
type="text"
|
|
324
323
|
placeholder={lang.searchproducts}
|
|
325
|
-
|
|
324
|
+
className={`${header_cssstyles.searchbarcont_input}`}
|
|
326
325
|
onChange={(event) => {
|
|
327
326
|
setSearchHeaderInputContext(event.target.value);
|
|
328
327
|
}}
|
|
329
328
|
/>
|
|
330
|
-
<span
|
|
331
|
-
<i
|
|
329
|
+
<span className={header_cssstyles.searchbar_icon_cont + ' m-0 pr-0 '}>
|
|
330
|
+
<i className="h-100 allcentered">
|
|
332
331
|
<BsSearch size={sectionproperties.searchbaricon_fontsize} />
|
|
333
332
|
</i>
|
|
334
333
|
</span>
|
|
335
334
|
<Searchlist actions={actions} sectionpropertiesprops={sectionproperties} srcfromprops={'fullheader'} />
|
|
336
335
|
</div>
|
|
337
336
|
</div>
|
|
338
|
-
<div
|
|
337
|
+
<div className="col-lg-4 col-md-6 col-sm-12 allcentered p-0">
|
|
339
338
|
<div
|
|
340
|
-
|
|
339
|
+
className={`${header_cssstyles.header_logo}` + ' allcentered '}
|
|
341
340
|
style={{ cursor: 'pointer' }}
|
|
342
341
|
onClick={() => {
|
|
343
342
|
routingcountext('home');
|
|
@@ -354,32 +353,32 @@ const Modernheader = (props) => {
|
|
|
354
353
|
/>
|
|
355
354
|
</div>
|
|
356
355
|
</div>
|
|
357
|
-
<div
|
|
356
|
+
<div className="col-lg-4 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end">
|
|
358
357
|
<div style={{ marginRight: langdetect == 'en' ? '30px' : 0, marginLeft: langdetect == 'en' ? 0 : '30px' }}>
|
|
359
358
|
<Dropdown>
|
|
360
359
|
<Dropdown.Toggle>
|
|
361
360
|
{!authdetailsContext.loggedin && (
|
|
362
|
-
<div
|
|
363
|
-
<i
|
|
361
|
+
<div className={` ${header_cssstyles.user_btn}` + ' d-flex align-items-center justify-content-center '} sytle={{ position: 'relative' }}>
|
|
362
|
+
<i className={' h-100 d-flex align-items-center '}>
|
|
364
363
|
<BiUser size={sectionproperties.userBtnTextfontsize} />
|
|
365
364
|
</i>
|
|
366
365
|
</div>
|
|
367
366
|
)}
|
|
368
367
|
{authdetailsContext.loggedin && (
|
|
369
|
-
<div
|
|
370
|
-
<div
|
|
371
|
-
<i
|
|
368
|
+
<div className={header_cssstyles.userBtnLoggedinContainer + ' allcentered '} sytle={{ position: 'relative' }}>
|
|
369
|
+
<div className={header_cssstyles.loggedinuserbtn + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '}>
|
|
370
|
+
<i className={' h-100 allcentered '}>
|
|
372
371
|
<BiUser size={sectionproperties.loggedinusericonfontsize} />
|
|
373
372
|
</i>
|
|
374
373
|
</div>
|
|
375
374
|
<div
|
|
376
|
-
|
|
375
|
+
className="m-0 p-0 loggedinuserbtn flex-column"
|
|
377
376
|
style={{
|
|
378
377
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
379
378
|
}}
|
|
380
379
|
>
|
|
381
380
|
<p
|
|
382
|
-
|
|
381
|
+
className="m-0 p-0"
|
|
383
382
|
style={{
|
|
384
383
|
color: sectionproperties.greetingtextcolor,
|
|
385
384
|
fontSize: sectionproperties.greetingtextfontsize + 'px',
|
|
@@ -391,7 +390,7 @@ const Modernheader = (props) => {
|
|
|
391
390
|
{langdetect == 'en' ? ',' : '،'}
|
|
392
391
|
</p>
|
|
393
392
|
<p
|
|
394
|
-
|
|
393
|
+
className={header_cssstyles.loggedinusername + ' loggedinuserbtn m-0 p-0 text-overflow '}
|
|
395
394
|
style={{
|
|
396
395
|
maxWidth: '90px',
|
|
397
396
|
}}
|
|
@@ -409,9 +408,9 @@ const Modernheader = (props) => {
|
|
|
409
408
|
routingcountext(StaticPagesLinksContext.Login);
|
|
410
409
|
}}
|
|
411
410
|
>
|
|
412
|
-
<div
|
|
413
|
-
<p
|
|
414
|
-
<AiOutlineLogin
|
|
411
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
|
|
412
|
+
<p className={' d-flex align-items-center m-0 p-0 '}>
|
|
413
|
+
<AiOutlineLogin className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
415
414
|
<span>{lang.login}</span>
|
|
416
415
|
</p>
|
|
417
416
|
</div>
|
|
@@ -422,10 +421,10 @@ const Modernheader = (props) => {
|
|
|
422
421
|
routingcountext(StaticPagesLinksContext.Signup);
|
|
423
422
|
}}
|
|
424
423
|
>
|
|
425
|
-
<div
|
|
426
|
-
<p
|
|
427
|
-
<AiOutlineUserAdd
|
|
428
|
-
<span
|
|
424
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
|
|
425
|
+
<p className={' d-flex align-items-center m-0 p-0 '}>
|
|
426
|
+
<AiOutlineUserAdd className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
427
|
+
<span className="text-transform-none">{lang.signup}</span>
|
|
429
428
|
</p>
|
|
430
429
|
</div>
|
|
431
430
|
</Dropdown.Item>
|
|
@@ -438,16 +437,16 @@ const Modernheader = (props) => {
|
|
|
438
437
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
439
438
|
}}
|
|
440
439
|
>
|
|
441
|
-
<div
|
|
442
|
-
<i
|
|
443
|
-
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag
|
|
444
|
-
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag
|
|
445
|
-
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag
|
|
446
|
-
{sectionproperties.carticonstyle == 'Shopping bag 4' && <BsHandbag
|
|
447
|
-
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart
|
|
448
|
-
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdOutlineShoppingCart
|
|
440
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
441
|
+
<i className="h-100 allcentered">
|
|
442
|
+
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
443
|
+
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
444
|
+
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
445
|
+
{sectionproperties.carticonstyle == 'Shopping bag 4' && <BsHandbag className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
446
|
+
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
447
|
+
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdOutlineShoppingCart className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
449
448
|
</i>
|
|
450
|
-
<p
|
|
449
|
+
<p className={' allcenetered m-0 p-0 '}>{lang.orderhistory}</p>
|
|
451
450
|
</div>
|
|
452
451
|
</Dropdown.Item>
|
|
453
452
|
<Dropdown.Divider></Dropdown.Divider>
|
|
@@ -456,12 +455,12 @@ const Modernheader = (props) => {
|
|
|
456
455
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
457
456
|
}}
|
|
458
457
|
>
|
|
459
|
-
<div
|
|
460
|
-
<i
|
|
461
|
-
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart
|
|
462
|
-
{sectionproperties.faviconshape == 'Star Shape' && <AiFillStar
|
|
458
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
459
|
+
<i className="h-100 allcentered">
|
|
460
|
+
{sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
461
|
+
{sectionproperties.faviconshape == 'Star Shape' && <AiFillStar className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
|
|
463
462
|
</i>
|
|
464
|
-
<p
|
|
463
|
+
<p className={' allcenetered m-0 p-0 '}>{lang.wishlist}</p>
|
|
465
464
|
</div>
|
|
466
465
|
</Dropdown.Item>
|
|
467
466
|
<Dropdown.Divider></Dropdown.Divider>
|
|
@@ -470,11 +469,11 @@ const Modernheader = (props) => {
|
|
|
470
469
|
routingcountext(StaticPagesLinksContext.Policies);
|
|
471
470
|
}}
|
|
472
471
|
>
|
|
473
|
-
<div
|
|
474
|
-
<i
|
|
475
|
-
<MdOutlinePolicy
|
|
472
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
|
|
473
|
+
<i className="h-100 allcentered">
|
|
474
|
+
<MdOutlinePolicy className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
476
475
|
</i>
|
|
477
|
-
<p
|
|
476
|
+
<p className={' allcenetered m-0 p-0 '}>{lang.policies}</p>
|
|
478
477
|
</div>
|
|
479
478
|
</Dropdown.Item>
|
|
480
479
|
<Dropdown.Divider></Dropdown.Divider>
|
|
@@ -483,11 +482,11 @@ const Modernheader = (props) => {
|
|
|
483
482
|
LogoutMutationContext.mutate();
|
|
484
483
|
}}
|
|
485
484
|
>
|
|
486
|
-
<div
|
|
487
|
-
<i
|
|
488
|
-
<BiLogOutCircle
|
|
485
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
|
|
486
|
+
<i className="h-100 allcentered">
|
|
487
|
+
<BiLogOutCircle className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
|
|
489
488
|
</i>
|
|
490
|
-
<p
|
|
489
|
+
<p className={' allcenetered m-0 p-0 '}>{lang.logout}</p>
|
|
491
490
|
</div>
|
|
492
491
|
</Dropdown.Item>
|
|
493
492
|
</Dropdown.Menu>
|
|
@@ -495,14 +494,14 @@ const Modernheader = (props) => {
|
|
|
495
494
|
</Dropdown>
|
|
496
495
|
</div>
|
|
497
496
|
<div
|
|
498
|
-
|
|
497
|
+
className={`${header_cssstyles.wishlist_btn} ${headerstyles.header_menu}` + ' cursor-pointer allcentered '}
|
|
499
498
|
onClick={() => {
|
|
500
499
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
501
500
|
}}
|
|
502
501
|
style={{ marginRight: langdetect == 'en' ? '30px' : 0, marginLeft: langdetect == 'en' ? 0 : '30px' }}
|
|
503
502
|
>
|
|
504
|
-
<span
|
|
505
|
-
<i
|
|
503
|
+
<span className={`${headerstyles.nav_link} ` + ' pr-0 '} style={{ position: 'relative' }}>
|
|
504
|
+
<i className="allcentered">
|
|
506
505
|
{sectionproperties.faviconshape == 'Heart Shape' && (
|
|
507
506
|
<FaRegHeart
|
|
508
507
|
style={{
|
|
@@ -519,7 +518,7 @@ const Modernheader = (props) => {
|
|
|
519
518
|
)}
|
|
520
519
|
</i>
|
|
521
520
|
<div
|
|
522
|
-
|
|
521
|
+
className={`${headerstyles.badge_counter_header_notifications} ${header_cssstyles.badge_counter_header_notifications}`}
|
|
523
522
|
style={{
|
|
524
523
|
top: sectionproperties.wishlistbadgetop + 'px',
|
|
525
524
|
right: sectionproperties.wishlistbadgeright + 'px',
|
|
@@ -530,7 +529,7 @@ const Modernheader = (props) => {
|
|
|
530
529
|
</span>
|
|
531
530
|
</div>
|
|
532
531
|
<div
|
|
533
|
-
|
|
532
|
+
className={`${headerstyles.header_menu} ${header_cssstyles.cart_btn}` + ' cursor-pointer allcentered '}
|
|
534
533
|
onClick={() => {
|
|
535
534
|
setsidecartnavshowcontext(true);
|
|
536
535
|
}}
|
|
@@ -539,13 +538,13 @@ const Modernheader = (props) => {
|
|
|
539
538
|
marginLeft: langdetect == 'en' ? 0 : '30px',
|
|
540
539
|
}}
|
|
541
540
|
>
|
|
542
|
-
<span
|
|
543
|
-
<i
|
|
544
|
-
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag
|
|
545
|
-
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag
|
|
546
|
-
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag
|
|
547
|
-
{sectionproperties.carticonstyle == 'Shopping bag 4' && <BsHandbag
|
|
548
|
-
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart
|
|
541
|
+
<span className={`${headerstyles.nav_link}` + ' pr-0 '} style={{ position: 'relative' }}>
|
|
542
|
+
<i className={' allcentered '}>
|
|
543
|
+
{sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag className="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
544
|
+
{sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag className="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
545
|
+
{sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag className="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
546
|
+
{sectionproperties.carticonstyle == 'Shopping bag 4' && <BsHandbag className="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
547
|
+
{sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart className="" size={sectionproperties.cartBtn_iconFontSize} />}
|
|
549
548
|
{sectionproperties.carticonstyle == 'Shopping cart 2' && <MdOutlineShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
|
|
550
549
|
</i>
|
|
551
550
|
<div
|
|
@@ -565,51 +564,51 @@ const Modernheader = (props) => {
|
|
|
565
564
|
</div>
|
|
566
565
|
</span>
|
|
567
566
|
</div>
|
|
568
|
-
<div
|
|
567
|
+
<div className={langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'}>
|
|
569
568
|
<Dropdown>
|
|
570
569
|
<Dropdown.Toggle>
|
|
571
|
-
<li
|
|
570
|
+
<li className={`${headerstyles.header_menu}` + ' allcentered '}>
|
|
572
571
|
{langdetect == 'en' && (
|
|
573
|
-
<div
|
|
572
|
+
<div className={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
|
|
574
573
|
<img src={egyptflag} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
|
|
575
|
-
<div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }}
|
|
576
|
-
<p
|
|
574
|
+
<div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }} className="ml-2 mr-2"></div>
|
|
575
|
+
<p className="m-0 p-0">ع</p>
|
|
577
576
|
</div>
|
|
578
577
|
)}
|
|
579
578
|
{langdetect == 'ar' && (
|
|
580
|
-
<div
|
|
579
|
+
<div className={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
|
|
581
580
|
<img src={usflag} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
|
|
582
|
-
<div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }}
|
|
583
|
-
<p
|
|
581
|
+
<div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }} className="ml-2 mr-2"></div>
|
|
582
|
+
<p className="m-0 p-0">En</p>
|
|
584
583
|
</div>
|
|
585
584
|
)}
|
|
586
585
|
</li>
|
|
587
586
|
</Dropdown.Toggle>
|
|
588
587
|
<Dropdown.Menu>
|
|
589
588
|
<Dropdown.Item
|
|
590
|
-
|
|
589
|
+
className={`${header_cssstyles.dropdownitem}`}
|
|
591
590
|
onClick={() => {
|
|
592
591
|
setlang('ar');
|
|
593
592
|
}}
|
|
594
593
|
>
|
|
595
|
-
<div
|
|
596
|
-
<p
|
|
594
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
|
|
595
|
+
<p className={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
|
|
597
596
|
<img src={egyptflag} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
|
|
598
|
-
<span
|
|
597
|
+
<span className="ml-2 mr-2">{lang.arabic}</span>
|
|
599
598
|
</p>
|
|
600
599
|
</div>
|
|
601
600
|
</Dropdown.Item>
|
|
602
601
|
<Dropdown.Divider></Dropdown.Divider>
|
|
603
602
|
<Dropdown.Item
|
|
604
|
-
|
|
603
|
+
className={`${header_cssstyles.dropdownitem}`}
|
|
605
604
|
onClick={() => {
|
|
606
605
|
setlang('en');
|
|
607
606
|
}}
|
|
608
607
|
>
|
|
609
|
-
<div
|
|
610
|
-
<p
|
|
608
|
+
<div className={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
|
|
609
|
+
<p className={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
|
|
611
610
|
<img src={usflag} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
|
|
612
|
-
<span
|
|
611
|
+
<span className="ml-2 mr-2">{lang.english}</span>
|
|
613
612
|
</p>
|
|
614
613
|
</div>
|
|
615
614
|
</Dropdown.Item>
|
|
@@ -619,15 +618,20 @@ const Modernheader = (props) => {
|
|
|
619
618
|
</div>
|
|
620
619
|
</div>
|
|
621
620
|
{sectionproperties.showlowerheadersection == 'Show' && (
|
|
622
|
-
<div
|
|
623
|
-
<div
|
|
621
|
+
<div className="col-lg-12 allcentered p-0">
|
|
622
|
+
<div className={header_cssstyles.header_divider}></div>
|
|
624
623
|
</div>
|
|
625
624
|
)}
|
|
626
625
|
{sectionproperties.showlowerheadersection == 'Show' && (
|
|
627
|
-
<div
|
|
628
|
-
<div
|
|
626
|
+
<div className={`${header_cssstyles.navbar_nav} ` + ' row w-100 m-0 d-flex align-items-center '}>
|
|
627
|
+
<div
|
|
628
|
+
className="col-lg-12 col-md-12 justify-content-center align-items-center m-auto"
|
|
629
|
+
style={{
|
|
630
|
+
display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'block' : 'flex',
|
|
631
|
+
}}
|
|
632
|
+
>
|
|
629
633
|
<nav
|
|
630
|
-
|
|
634
|
+
className={headerstyles.navbar}
|
|
631
635
|
style={{
|
|
632
636
|
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
633
637
|
}}
|
|
@@ -645,9 +649,13 @@ const Modernheader = (props) => {
|
|
|
645
649
|
}
|
|
646
650
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
647
651
|
return (
|
|
648
|
-
<div
|
|
652
|
+
<div
|
|
653
|
+
onClick={() => {
|
|
654
|
+
history.push(item.navigationroute);
|
|
655
|
+
}}
|
|
656
|
+
>
|
|
649
657
|
<li
|
|
650
|
-
|
|
658
|
+
className={`${headerstyles.topbar_item_container}` + ' nav-item '}
|
|
651
659
|
onClick={() => {
|
|
652
660
|
templatepropcontext.pagesnprop.forEach(function (pageitem, pageindex) {
|
|
653
661
|
pageitem.isselected = false;
|
|
@@ -655,8 +663,8 @@ const Modernheader = (props) => {
|
|
|
655
663
|
templatepropcontext.pagesnprop[index].isselected = true;
|
|
656
664
|
}}
|
|
657
665
|
>
|
|
658
|
-
<div
|
|
659
|
-
<span
|
|
666
|
+
<div className={`${headerstyles.topbar_item} ${header_cssstyles.topbar_item} ${header_cssstyles.nav_link} ${activeclass} ${activeclass2}`}>
|
|
667
|
+
<span className={`${headerstyles.topbar_item_text} ${header_cssstyles.topbar_item_text} ${activeclass3}`}>
|
|
660
668
|
{langdetect == 'en' ? item.pagename : item.pagename_ar}
|
|
661
669
|
</span>
|
|
662
670
|
</div>
|
|
@@ -669,6 +677,7 @@ const Modernheader = (props) => {
|
|
|
669
677
|
</nav>
|
|
670
678
|
{sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && (
|
|
671
679
|
<Subheader
|
|
680
|
+
actions={actions}
|
|
672
681
|
sectionpropertiesprops={sectionproperties}
|
|
673
682
|
subheaderpropertiesprops={{
|
|
674
683
|
subheaderpositionprops: 'in nav',
|
|
@@ -676,16 +685,16 @@ const Modernheader = (props) => {
|
|
|
676
685
|
paddingRightprops: '30px',
|
|
677
686
|
subheadercontentpositionprops: 'center',
|
|
678
687
|
}}
|
|
679
|
-
actions={actions}
|
|
680
688
|
/>
|
|
681
689
|
)}
|
|
682
690
|
</div>
|
|
683
691
|
</div>
|
|
684
692
|
)}
|
|
685
693
|
</div>
|
|
686
|
-
<div
|
|
694
|
+
<div className="col-lg-12 p-0">
|
|
687
695
|
{sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && (
|
|
688
696
|
<Subheader
|
|
697
|
+
actions={actions}
|
|
689
698
|
sectionpropertiesprops={sectionproperties}
|
|
690
699
|
subheaderpropertiesprops={{
|
|
691
700
|
subheaderpositionprops: 'Full Width',
|
|
@@ -693,7 +702,6 @@ const Modernheader = (props) => {
|
|
|
693
702
|
paddingRightprops: '30px',
|
|
694
703
|
subheadercontentpositionprops: 'center',
|
|
695
704
|
}}
|
|
696
|
-
actions={actions}
|
|
697
705
|
/>
|
|
698
706
|
)}
|
|
699
707
|
</div>
|