tabexseriescomponents 0.0.634 → 0.0.636
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 +79 -4
- package/dist/index.esm.js +79 -4
- package/dist/index.umd.js +79 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -26255,6 +26255,23 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
26255
26255
|
}
|
|
26256
26256
|
}, [templateproperties_context]);
|
|
26257
26257
|
var header_cssstyles = {
|
|
26258
|
+
floatingbtn: glamor.css({
|
|
26259
|
+
width: sectionproperties.floatingbtnwidth + '%',
|
|
26260
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
26261
|
+
background: sectionproperties.floatingbtnbg,
|
|
26262
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
26263
|
+
color: sectionproperties.floatingbtncolor,
|
|
26264
|
+
borderRadius: 10,
|
|
26265
|
+
':hover': {
|
|
26266
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
26267
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
26268
|
+
transitions: '.3s',
|
|
26269
|
+
cursor: 'pointer'
|
|
26270
|
+
},
|
|
26271
|
+
'@media (max-width: 800px)': {
|
|
26272
|
+
width: '50%'
|
|
26273
|
+
}
|
|
26274
|
+
}),
|
|
26258
26275
|
upperHeaderSection: glamor.css({
|
|
26259
26276
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor,
|
|
26260
26277
|
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
@@ -26523,7 +26540,25 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
26523
26540
|
style: {
|
|
26524
26541
|
transform: langdetect == 'en' ? 'scaleX(-1)' : 'scaleX(1)'
|
|
26525
26542
|
}
|
|
26526
|
-
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26543
|
+
})))), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26544
|
+
style: {
|
|
26545
|
+
position: 'fixed',
|
|
26546
|
+
bottom: 15,
|
|
26547
|
+
right: 15,
|
|
26548
|
+
zIndex: 2000,
|
|
26549
|
+
transition: 'all 0.3s ease-out',
|
|
26550
|
+
width: '100%'
|
|
26551
|
+
},
|
|
26552
|
+
"class": "text-end"
|
|
26553
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26554
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
26555
|
+
style: {},
|
|
26556
|
+
onClick: function onClick() {
|
|
26557
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
26558
|
+
}
|
|
26559
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26560
|
+
"class": "m-0 p-0"
|
|
26561
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26527
26562
|
"class": "row m-0",
|
|
26528
26563
|
style: {
|
|
26529
26564
|
width: sectionproperties.header_width + 'vw'
|
|
@@ -33496,6 +33531,23 @@ var Modernheader = function Modernheader(props) {
|
|
|
33496
33531
|
}
|
|
33497
33532
|
}, [templateproperties_context]);
|
|
33498
33533
|
var header_cssstyles = {
|
|
33534
|
+
floatingbtn: glamor.css({
|
|
33535
|
+
width: sectionproperties.floatingbtnwidth + '%',
|
|
33536
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
33537
|
+
background: sectionproperties.floatingbtnbg,
|
|
33538
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
33539
|
+
color: sectionproperties.floatingbtncolor,
|
|
33540
|
+
borderRadius: 10,
|
|
33541
|
+
':hover': {
|
|
33542
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
33543
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
33544
|
+
transitions: '.3s',
|
|
33545
|
+
cursor: 'pointer'
|
|
33546
|
+
},
|
|
33547
|
+
'@media (max-width: 800px)': {
|
|
33548
|
+
width: '50%'
|
|
33549
|
+
}
|
|
33550
|
+
}),
|
|
33499
33551
|
wishlist_btn: glamor.css({
|
|
33500
33552
|
width: sectionproperties.favBtnWidth + 'px',
|
|
33501
33553
|
height: sectionproperties.favBtnHeight + 'px',
|
|
@@ -33755,7 +33807,25 @@ var Modernheader = function Modernheader(props) {
|
|
|
33755
33807
|
style: {
|
|
33756
33808
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
33757
33809
|
}
|
|
33758
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33810
|
+
}))), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33811
|
+
style: {
|
|
33812
|
+
position: 'fixed',
|
|
33813
|
+
bottom: 15,
|
|
33814
|
+
right: 15,
|
|
33815
|
+
zIndex: 2000,
|
|
33816
|
+
transition: 'all 0.3s ease-out',
|
|
33817
|
+
width: '100%'
|
|
33818
|
+
},
|
|
33819
|
+
"class": "text-end"
|
|
33820
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33821
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
33822
|
+
style: {},
|
|
33823
|
+
onClick: function onClick() {
|
|
33824
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
33825
|
+
}
|
|
33826
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33827
|
+
"class": "m-0 p-0"
|
|
33828
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33759
33829
|
"class": "row m-0 d-md-none",
|
|
33760
33830
|
style: {
|
|
33761
33831
|
position: sectionproperties.headerstyles_position,
|
|
@@ -47762,10 +47832,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
47762
47832
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
47763
47833
|
};
|
|
47764
47834
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
47765
|
-
"class": "row m-0 w-100 justify-content-center",
|
|
47835
|
+
"class": "row m-0 w-100 justify-content-center allcentered",
|
|
47766
47836
|
style: {
|
|
47767
47837
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
47768
47838
|
}
|
|
47839
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47840
|
+
"class": "row m-0 w-md-100",
|
|
47841
|
+
style: {
|
|
47842
|
+
width: sectionproperties.footerwidth + 'vw'
|
|
47843
|
+
}
|
|
47769
47844
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47770
47845
|
style: {
|
|
47771
47846
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
@@ -48020,7 +48095,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
48020
48095
|
color: sectionproperties.generaltext_fontColor,
|
|
48021
48096
|
fontWeight: sectionproperties.generaltext_fontWeight
|
|
48022
48097
|
}
|
|
48023
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
48098
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar))))));
|
|
48024
48099
|
};
|
|
48025
48100
|
|
|
48026
48101
|
function ownKeys$1q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.esm.js
CHANGED
|
@@ -26206,6 +26206,23 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
26206
26206
|
}
|
|
26207
26207
|
}, [templateproperties_context]);
|
|
26208
26208
|
var header_cssstyles = {
|
|
26209
|
+
floatingbtn: css({
|
|
26210
|
+
width: sectionproperties.floatingbtnwidth + '%',
|
|
26211
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
26212
|
+
background: sectionproperties.floatingbtnbg,
|
|
26213
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
26214
|
+
color: sectionproperties.floatingbtncolor,
|
|
26215
|
+
borderRadius: 10,
|
|
26216
|
+
':hover': {
|
|
26217
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
26218
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
26219
|
+
transitions: '.3s',
|
|
26220
|
+
cursor: 'pointer'
|
|
26221
|
+
},
|
|
26222
|
+
'@media (max-width: 800px)': {
|
|
26223
|
+
width: '50%'
|
|
26224
|
+
}
|
|
26225
|
+
}),
|
|
26209
26226
|
upperHeaderSection: css({
|
|
26210
26227
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor,
|
|
26211
26228
|
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
@@ -26474,7 +26491,25 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
26474
26491
|
style: {
|
|
26475
26492
|
transform: langdetect == 'en' ? 'scaleX(-1)' : 'scaleX(1)'
|
|
26476
26493
|
}
|
|
26477
|
-
})))), /*#__PURE__*/React.createElement("div", {
|
|
26494
|
+
})))), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
26495
|
+
style: {
|
|
26496
|
+
position: 'fixed',
|
|
26497
|
+
bottom: 15,
|
|
26498
|
+
right: 15,
|
|
26499
|
+
zIndex: 2000,
|
|
26500
|
+
transition: 'all 0.3s ease-out',
|
|
26501
|
+
width: '100%'
|
|
26502
|
+
},
|
|
26503
|
+
"class": "text-end"
|
|
26504
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
26505
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
26506
|
+
style: {},
|
|
26507
|
+
onClick: function onClick() {
|
|
26508
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
26509
|
+
}
|
|
26510
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
26511
|
+
"class": "m-0 p-0"
|
|
26512
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), /*#__PURE__*/React.createElement("div", {
|
|
26478
26513
|
"class": "row m-0",
|
|
26479
26514
|
style: {
|
|
26480
26515
|
width: sectionproperties.header_width + 'vw'
|
|
@@ -33447,6 +33482,23 @@ var Modernheader = function Modernheader(props) {
|
|
|
33447
33482
|
}
|
|
33448
33483
|
}, [templateproperties_context]);
|
|
33449
33484
|
var header_cssstyles = {
|
|
33485
|
+
floatingbtn: css({
|
|
33486
|
+
width: sectionproperties.floatingbtnwidth + '%',
|
|
33487
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
33488
|
+
background: sectionproperties.floatingbtnbg,
|
|
33489
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
33490
|
+
color: sectionproperties.floatingbtncolor,
|
|
33491
|
+
borderRadius: 10,
|
|
33492
|
+
':hover': {
|
|
33493
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
33494
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
33495
|
+
transitions: '.3s',
|
|
33496
|
+
cursor: 'pointer'
|
|
33497
|
+
},
|
|
33498
|
+
'@media (max-width: 800px)': {
|
|
33499
|
+
width: '50%'
|
|
33500
|
+
}
|
|
33501
|
+
}),
|
|
33450
33502
|
wishlist_btn: css({
|
|
33451
33503
|
width: sectionproperties.favBtnWidth + 'px',
|
|
33452
33504
|
height: sectionproperties.favBtnHeight + 'px',
|
|
@@ -33706,7 +33758,25 @@ var Modernheader = function Modernheader(props) {
|
|
|
33706
33758
|
style: {
|
|
33707
33759
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
33708
33760
|
}
|
|
33709
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
33761
|
+
}))), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
33762
|
+
style: {
|
|
33763
|
+
position: 'fixed',
|
|
33764
|
+
bottom: 15,
|
|
33765
|
+
right: 15,
|
|
33766
|
+
zIndex: 2000,
|
|
33767
|
+
transition: 'all 0.3s ease-out',
|
|
33768
|
+
width: '100%'
|
|
33769
|
+
},
|
|
33770
|
+
"class": "text-end"
|
|
33771
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33772
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
33773
|
+
style: {},
|
|
33774
|
+
onClick: function onClick() {
|
|
33775
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
33776
|
+
}
|
|
33777
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
33778
|
+
"class": "m-0 p-0"
|
|
33779
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), /*#__PURE__*/React.createElement("div", {
|
|
33710
33780
|
"class": "row m-0 d-md-none",
|
|
33711
33781
|
style: {
|
|
33712
33782
|
position: sectionproperties.headerstyles_position,
|
|
@@ -47713,10 +47783,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
47713
47783
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
47714
47784
|
};
|
|
47715
47785
|
return /*#__PURE__*/React.createElement("footer", {
|
|
47716
|
-
"class": "row m-0 w-100 justify-content-center",
|
|
47786
|
+
"class": "row m-0 w-100 justify-content-center allcentered",
|
|
47717
47787
|
style: {
|
|
47718
47788
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
47719
47789
|
}
|
|
47790
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
47791
|
+
"class": "row m-0 w-md-100",
|
|
47792
|
+
style: {
|
|
47793
|
+
width: sectionproperties.footerwidth + 'vw'
|
|
47794
|
+
}
|
|
47720
47795
|
}, /*#__PURE__*/React.createElement("div", {
|
|
47721
47796
|
style: {
|
|
47722
47797
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
@@ -47971,7 +48046,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
47971
48046
|
color: sectionproperties.generaltext_fontColor,
|
|
47972
48047
|
fontWeight: sectionproperties.generaltext_fontWeight
|
|
47973
48048
|
}
|
|
47974
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
48049
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar))))));
|
|
47975
48050
|
};
|
|
47976
48051
|
|
|
47977
48052
|
function ownKeys$1q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
package/dist/index.umd.js
CHANGED
|
@@ -26079,6 +26079,23 @@
|
|
|
26079
26079
|
}
|
|
26080
26080
|
}, [templateproperties_context]);
|
|
26081
26081
|
var header_cssstyles = {
|
|
26082
|
+
floatingbtn: glamor.css({
|
|
26083
|
+
width: sectionproperties.floatingbtnwidth + '%',
|
|
26084
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
26085
|
+
background: sectionproperties.floatingbtnbg,
|
|
26086
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
26087
|
+
color: sectionproperties.floatingbtncolor,
|
|
26088
|
+
borderRadius: 10,
|
|
26089
|
+
':hover': {
|
|
26090
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
26091
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
26092
|
+
transitions: '.3s',
|
|
26093
|
+
cursor: 'pointer'
|
|
26094
|
+
},
|
|
26095
|
+
'@media (max-width: 800px)': {
|
|
26096
|
+
width: '50%'
|
|
26097
|
+
}
|
|
26098
|
+
}),
|
|
26082
26099
|
upperHeaderSection: glamor.css({
|
|
26083
26100
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor,
|
|
26084
26101
|
paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
|
|
@@ -26347,7 +26364,25 @@
|
|
|
26347
26364
|
style: {
|
|
26348
26365
|
transform: langdetect == 'en' ? 'scaleX(-1)' : 'scaleX(1)'
|
|
26349
26366
|
}
|
|
26350
|
-
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26367
|
+
})))), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26368
|
+
style: {
|
|
26369
|
+
position: 'fixed',
|
|
26370
|
+
bottom: 15,
|
|
26371
|
+
right: 15,
|
|
26372
|
+
zIndex: 2000,
|
|
26373
|
+
transition: 'all 0.3s ease-out',
|
|
26374
|
+
width: '100%'
|
|
26375
|
+
},
|
|
26376
|
+
"class": "text-end"
|
|
26377
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26378
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
26379
|
+
style: {},
|
|
26380
|
+
onClick: function onClick() {
|
|
26381
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
26382
|
+
}
|
|
26383
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
26384
|
+
"class": "m-0 p-0"
|
|
26385
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26351
26386
|
"class": "row m-0",
|
|
26352
26387
|
style: {
|
|
26353
26388
|
width: sectionproperties.header_width + 'vw'
|
|
@@ -33320,6 +33355,23 @@
|
|
|
33320
33355
|
}
|
|
33321
33356
|
}, [templateproperties_context]);
|
|
33322
33357
|
var header_cssstyles = {
|
|
33358
|
+
floatingbtn: glamor.css({
|
|
33359
|
+
width: sectionproperties.floatingbtnwidth + '%',
|
|
33360
|
+
height: sectionproperties.floatingbtnheight + 'px',
|
|
33361
|
+
background: sectionproperties.floatingbtnbg,
|
|
33362
|
+
fontSize: sectionproperties.floatingbtnfontsize + 'px',
|
|
33363
|
+
color: sectionproperties.floatingbtncolor,
|
|
33364
|
+
borderRadius: 10,
|
|
33365
|
+
':hover': {
|
|
33366
|
+
color: sectionproperties.floatingbtncolorhover,
|
|
33367
|
+
backgroundColor: sectionproperties.floatingbtnbghover,
|
|
33368
|
+
transitions: '.3s',
|
|
33369
|
+
cursor: 'pointer'
|
|
33370
|
+
},
|
|
33371
|
+
'@media (max-width: 800px)': {
|
|
33372
|
+
width: '50%'
|
|
33373
|
+
}
|
|
33374
|
+
}),
|
|
33323
33375
|
wishlist_btn: glamor.css({
|
|
33324
33376
|
width: sectionproperties.favBtnWidth + 'px',
|
|
33325
33377
|
height: sectionproperties.favBtnHeight + 'px',
|
|
@@ -33579,7 +33631,25 @@
|
|
|
33579
33631
|
style: {
|
|
33580
33632
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
33581
33633
|
}
|
|
33582
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33634
|
+
}))), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33635
|
+
style: {
|
|
33636
|
+
position: 'fixed',
|
|
33637
|
+
bottom: 15,
|
|
33638
|
+
right: 15,
|
|
33639
|
+
zIndex: 2000,
|
|
33640
|
+
transition: 'all 0.3s ease-out',
|
|
33641
|
+
width: '100%'
|
|
33642
|
+
},
|
|
33643
|
+
"class": "text-end"
|
|
33644
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33645
|
+
"class": header_cssstyles.floatingbtn + ' allcentered ',
|
|
33646
|
+
style: {},
|
|
33647
|
+
onClick: function onClick() {
|
|
33648
|
+
routingcountext(sectionproperties.floatingbtnlink, false, '');
|
|
33649
|
+
}
|
|
33650
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
33651
|
+
"class": "m-0 p-0"
|
|
33652
|
+
}, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33583
33653
|
"class": "row m-0 d-md-none",
|
|
33584
33654
|
style: {
|
|
33585
33655
|
position: sectionproperties.headerstyles_position,
|
|
@@ -47586,10 +47656,15 @@
|
|
|
47586
47656
|
})), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.address_en)));
|
|
47587
47657
|
};
|
|
47588
47658
|
return /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
47589
|
-
"class": "row m-0 w-100 justify-content-center",
|
|
47659
|
+
"class": "row m-0 w-100 justify-content-center allcentered",
|
|
47590
47660
|
style: {
|
|
47591
47661
|
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
47592
47662
|
}
|
|
47663
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47664
|
+
"class": "row m-0 w-md-100",
|
|
47665
|
+
style: {
|
|
47666
|
+
width: sectionproperties.footerwidth + 'vw'
|
|
47667
|
+
}
|
|
47593
47668
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
47594
47669
|
style: {
|
|
47595
47670
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
@@ -47844,7 +47919,7 @@
|
|
|
47844
47919
|
color: sectionproperties.generaltext_fontColor,
|
|
47845
47920
|
fontWeight: sectionproperties.generaltext_fontWeight
|
|
47846
47921
|
}
|
|
47847
|
-
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
|
|
47922
|
+
}, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar))))));
|
|
47848
47923
|
};
|
|
47849
47924
|
|
|
47850
47925
|
function ownKeys$1q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|