tabexseriescomponents 0.50.122 → 0.50.123
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 +122 -122
- package/dist/index.esm.js +122 -122
- package/dist/index.umd.js +122 -122
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -63975,7 +63975,7 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
63975
63975
|
function ownKeys$1p(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; }
|
|
63976
63976
|
function _objectSpread$1p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1p(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
63977
63977
|
var CollapsableSection = function CollapsableSection(props) {
|
|
63978
|
-
var _useState = React.useState(
|
|
63978
|
+
var _useState = React.useState(''),
|
|
63979
63979
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
63980
63980
|
sectionproperties = _useState2[0],
|
|
63981
63981
|
setsectionproperties = _useState2[1];
|
|
@@ -64022,13 +64022,13 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
64022
64022
|
}, [sectionproperties]);
|
|
64023
64023
|
var section_styles = _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
64024
64024
|
imgcontainer: glamor.css({
|
|
64025
|
-
|
|
64026
|
-
width:
|
|
64027
|
-
height:
|
|
64028
|
-
background:
|
|
64025
|
+
':before': {
|
|
64026
|
+
width: '100%',
|
|
64027
|
+
height: '100%',
|
|
64028
|
+
background: 'rgba(0,0,0,' + sectionproperties.cardbg_opacity + ')',
|
|
64029
64029
|
zIndex: 1,
|
|
64030
|
-
position:
|
|
64031
|
-
content:
|
|
64030
|
+
position: 'absolute',
|
|
64031
|
+
content: 's',
|
|
64032
64032
|
fontSize: 0,
|
|
64033
64033
|
left: 0,
|
|
64034
64034
|
right: 0,
|
|
@@ -64037,104 +64037,104 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
64037
64037
|
}
|
|
64038
64038
|
}),
|
|
64039
64039
|
sectiontitlespan: glamor.css({
|
|
64040
|
-
|
|
64041
|
-
width: sectionproperties.sectitle_lineafterwidth +
|
|
64040
|
+
':after': {
|
|
64041
|
+
width: sectionproperties.sectitle_lineafterwidth + '%',
|
|
64042
64042
|
backgroundColor: sectionproperties.linebgcolor
|
|
64043
64043
|
}
|
|
64044
64044
|
})
|
|
64045
64045
|
}, "sectiontitlespan", glamor.css({
|
|
64046
|
-
fontSize: sectionproperties.sectionTitleFontSize +
|
|
64047
|
-
|
|
64048
|
-
width: sectionproperties.sectitle_lineafterwidth +
|
|
64049
|
-
height:
|
|
64046
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
64047
|
+
':after': {
|
|
64048
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
64049
|
+
height: '100%',
|
|
64050
64050
|
backgroundColor: sectionproperties.linebgcolor
|
|
64051
64051
|
},
|
|
64052
|
-
|
|
64053
|
-
fontSize:
|
|
64052
|
+
'@media (max-width: 800px)': {
|
|
64053
|
+
fontSize: '20px'
|
|
64054
64054
|
}
|
|
64055
64055
|
})), "sectiontitlespan2", glamor.css({
|
|
64056
|
-
fontSize: sectionproperties.sectionTitleFontSize +
|
|
64057
|
-
|
|
64058
|
-
width: sectionproperties.sectitle_lineafterwidth +
|
|
64059
|
-
height:
|
|
64056
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
64057
|
+
':after': {
|
|
64058
|
+
width: sectionproperties.sectitle_lineafterwidth + 'px',
|
|
64059
|
+
height: '100%',
|
|
64060
64060
|
backgroundColor: sectionproperties.linebgcolor
|
|
64061
64061
|
},
|
|
64062
|
-
|
|
64063
|
-
fontSize:
|
|
64062
|
+
'@media (max-width: 800px)': {
|
|
64063
|
+
fontSize: '20px'
|
|
64064
64064
|
}
|
|
64065
64065
|
})), "accordion", glamor.css({
|
|
64066
|
-
|
|
64067
|
-
width:
|
|
64068
|
-
height:
|
|
64069
|
-
display:
|
|
64066
|
+
':before': {
|
|
64067
|
+
width: '0px',
|
|
64068
|
+
height: '0px',
|
|
64069
|
+
display: 'none'
|
|
64070
64070
|
},
|
|
64071
64071
|
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
64072
|
-
borderRadius: sectionproperties.reservation_borderradius +
|
|
64073
|
-
paddingTop: sectionproperties.reservation_padding_top +
|
|
64074
|
-
paddingBottom: sectionproperties.reservation_padding_bottom +
|
|
64075
|
-
paddingRight: langdetect !=
|
|
64076
|
-
paddingLeft: langdetect !=
|
|
64077
|
-
borderWidth: sectionproperties.innersectionborderWidth +
|
|
64072
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
64073
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
64074
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
64075
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
64076
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
64077
|
+
borderWidth: sectionproperties.innersectionborderWidth + 'px',
|
|
64078
64078
|
borderColor: sectionproperties.innersectionborderColor,
|
|
64079
|
-
borderStyle:
|
|
64080
|
-
width:
|
|
64081
|
-
transition:
|
|
64082
|
-
|
|
64079
|
+
borderStyle: 'solid',
|
|
64080
|
+
width: '100%',
|
|
64081
|
+
transition: '.3s',
|
|
64082
|
+
':hover': {
|
|
64083
64083
|
backgroundColor: sectionproperties.reservation_bgcoloronhover
|
|
64084
64084
|
}
|
|
64085
64085
|
})), "accordionheading", glamor.css({
|
|
64086
|
-
|
|
64087
|
-
width:
|
|
64088
|
-
height:
|
|
64089
|
-
display:
|
|
64086
|
+
':before': {
|
|
64087
|
+
width: '100px',
|
|
64088
|
+
height: '100px',
|
|
64089
|
+
display: 'none'
|
|
64090
64090
|
},
|
|
64091
|
-
|
|
64092
|
-
width:
|
|
64093
|
-
height:
|
|
64094
|
-
display:
|
|
64091
|
+
':after': {
|
|
64092
|
+
width: '0px',
|
|
64093
|
+
height: '0px',
|
|
64094
|
+
display: 'none'
|
|
64095
64095
|
}
|
|
64096
64096
|
})), "accordionbutton", glamor.css({
|
|
64097
|
-
|
|
64098
|
-
width:
|
|
64099
|
-
height:
|
|
64100
|
-
display:
|
|
64097
|
+
':before': {
|
|
64098
|
+
width: '0px',
|
|
64099
|
+
height: '0px',
|
|
64100
|
+
display: 'none'
|
|
64101
64101
|
}
|
|
64102
64102
|
})), "accordionicon", glamor.css({
|
|
64103
|
-
width: sectionproperties.iconcontainerwidth +
|
|
64104
|
-
height: sectionproperties.iconcontainerwidth +
|
|
64105
|
-
borderTopLeftRadius: sectionproperties.iconcontainerbordertl +
|
|
64106
|
-
borderTopRightRadius: sectionproperties.iconcontainerbordertr +
|
|
64107
|
-
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl +
|
|
64108
|
-
borderBottomRightRadius: sectionproperties.iconcontainerborderbr +
|
|
64103
|
+
width: sectionproperties.iconcontainerwidth + 'px',
|
|
64104
|
+
height: sectionproperties.iconcontainerwidth + 'px',
|
|
64105
|
+
borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
|
|
64106
|
+
borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
|
|
64107
|
+
borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
|
|
64108
|
+
borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
|
|
64109
64109
|
color: sectionproperties.iconcontainercolor,
|
|
64110
64110
|
backgroundColor: sectionproperties.iconcontainerbg,
|
|
64111
|
-
fontSize: sectionproperties.iconcontainer_iconfontsize +
|
|
64112
|
-
transition:
|
|
64113
|
-
|
|
64111
|
+
fontSize: sectionproperties.iconcontainer_iconfontsize + 'px',
|
|
64112
|
+
transition: '.3s',
|
|
64113
|
+
':hover': {
|
|
64114
64114
|
backgroundColor: sectionproperties.iconcontainerbgonhover,
|
|
64115
64115
|
color: sectionproperties.iconcontainercoloronhover
|
|
64116
64116
|
},
|
|
64117
|
-
|
|
64117
|
+
':hover .pname': {
|
|
64118
64118
|
color: sectionproperties.text1secondarycolor
|
|
64119
64119
|
}
|
|
64120
64120
|
})), "text1", glamor.css({
|
|
64121
64121
|
color: sectionproperties.slideshowText1ContentColor,
|
|
64122
|
-
fontSize: sectionproperties.slideshowText1ContentFontSize +
|
|
64122
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
64123
64123
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
64124
64124
|
textTransform: sectionproperties.slideshowText1ContentTextTransform,
|
|
64125
|
-
textAlign: langdetect !=
|
|
64126
|
-
transition:
|
|
64127
|
-
|
|
64125
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right',
|
|
64126
|
+
transition: '.3s',
|
|
64127
|
+
':hover': {
|
|
64128
64128
|
color: sectionproperties.text1secondarycolor
|
|
64129
64129
|
}
|
|
64130
64130
|
}));
|
|
64131
64131
|
var DescriptionContent = function DescriptionContent() {
|
|
64132
64132
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
64133
|
-
"class": sectionproperties.descFontFamily ==
|
|
64133
|
+
"class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
|
|
64134
64134
|
style: {
|
|
64135
64135
|
color: sectionproperties.prodCatColor,
|
|
64136
64136
|
fontWeight: sectionproperties.prodCatFontWeight,
|
|
64137
|
-
textAlign: sectionproperties.descriptionCentered ==
|
|
64137
|
+
textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
|
|
64138
64138
|
}
|
|
64139
64139
|
}, sectionproperties["descriptionContent".concat(langdetect.charAt(0).toUpperCase() + langdetect.slice(1))] || sectionproperties.descriptionContentEn);
|
|
64140
64140
|
};
|
|
@@ -64149,12 +64149,12 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
64149
64149
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
64150
64150
|
path: (_maincontainerarrayof = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof === void 0 ? void 0 : _maincontainerarrayof.back_bgimage,
|
|
64151
64151
|
style: {
|
|
64152
|
-
height:
|
|
64153
|
-
width:
|
|
64154
|
-
objectFit:
|
|
64152
|
+
height: '100%',
|
|
64153
|
+
width: '100%',
|
|
64154
|
+
objectFit: 'cover',
|
|
64155
64155
|
margin: 0,
|
|
64156
64156
|
padding: 0,
|
|
64157
|
-
position:
|
|
64157
|
+
position: 'absolute',
|
|
64158
64158
|
top: 0,
|
|
64159
64159
|
bottom: 0,
|
|
64160
64160
|
right: 0,
|
|
@@ -64164,42 +64164,42 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
64164
64164
|
"class": "col-lg-12 px-1025-1 pl-md-3 pr-md-3 pr-sm-2 pl-sm-2",
|
|
64165
64165
|
style: {
|
|
64166
64166
|
zIndex: 1,
|
|
64167
|
-
paddingLeft: sectionproperties.paddingLeft +
|
|
64168
|
-
paddingRight: sectionproperties.paddingRight +
|
|
64169
|
-
paddingTop: sectionproperties.paddingTop +
|
|
64170
|
-
paddingBottom: sectionproperties.paddingBottom +
|
|
64167
|
+
paddingLeft: sectionproperties.paddingLeft + 'px',
|
|
64168
|
+
paddingRight: sectionproperties.paddingRight + 'px',
|
|
64169
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
64170
|
+
paddingBottom: sectionproperties.paddingBottom + 'px'
|
|
64171
64171
|
}
|
|
64172
64172
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64173
64173
|
"class": "row m-0 w-100"
|
|
64174
|
-
}, sectionproperties.sectiontitleshow ==
|
|
64174
|
+
}, sectionproperties.sectiontitleshow == 'Show' && sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64175
64175
|
"class": "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
|
|
64176
64176
|
style: {
|
|
64177
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
64177
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
64178
64178
|
}
|
|
64179
64179
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64180
64180
|
"class": "".concat(generalstyles.sectiontitlecont),
|
|
64181
64181
|
style: {
|
|
64182
|
-
marginTop: sectionproperties.sectionTitleMarginTop +
|
|
64183
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom +
|
|
64182
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
64183
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
64184
64184
|
}
|
|
64185
64185
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
64186
|
-
"class": sectionproperties.sectiontitlefontfamily ==
|
|
64186
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_styles.sectiontitlespan) + ' QuicksandFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-0 pb-0 wordbreak ' : "".concat(section_styles.sectiontitlespan) + ' mb-0 pb-0 wordbreak ',
|
|
64187
64187
|
style: {
|
|
64188
64188
|
color: sectionproperties.sectionTitleColor,
|
|
64189
64189
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
64190
64190
|
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
64191
|
-
textAlign: langdetect !=
|
|
64191
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
64192
64192
|
}
|
|
64193
|
-
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.sectiontitleshow ==
|
|
64193
|
+
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.sectiontitleshow == 'Show' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64194
64194
|
"class": "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
|
|
64195
64195
|
style: {
|
|
64196
|
-
justifyContent: sectionproperties.sectiontitleposition ==
|
|
64196
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
64197
64197
|
}
|
|
64198
64198
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64199
64199
|
"class": "".concat(generalstyles.sectiontitlecont2),
|
|
64200
64200
|
style: {
|
|
64201
|
-
marginTop: sectionproperties.sectionTitleMarginTop +
|
|
64202
|
-
marginBottom: sectionproperties.sectionTitleMarginBottom +
|
|
64201
|
+
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
64202
|
+
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
64203
64203
|
}
|
|
64204
64204
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
64205
64205
|
"class": "".concat(section_styles.sectiontitlespan2),
|
|
@@ -64208,33 +64208,33 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
64208
64208
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
64209
64209
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
64210
64210
|
}
|
|
64211
|
-
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.prodCatShow ==
|
|
64212
|
-
"class":
|
|
64211
|
+
}, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64212
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-flex d-md-none align-items-center p-0 ',
|
|
64213
64213
|
style: {
|
|
64214
|
-
justifyContent: sectionproperties.descriptionCentered ==
|
|
64215
|
-
marginBottom: sectionproperties.descriptionMarginBottom +
|
|
64216
|
-
paddingLeft: langdetect !=
|
|
64217
|
-
paddingRight: langdetect !=
|
|
64218
|
-
fontSize: sectionproperties.prodCatFontSize +
|
|
64214
|
+
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
64215
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
64216
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
|
|
64217
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
|
|
64218
|
+
fontSize: sectionproperties.prodCatFontSize + 'px'
|
|
64219
64219
|
}
|
|
64220
|
-
}, DescriptionContent()), sectionproperties.prodCatShow ==
|
|
64221
|
-
"class":
|
|
64220
|
+
}, DescriptionContent()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64221
|
+
"class": ' col-lg-12 col-md-12 col-sm-12 d-none d-md-flex align-items-center p-0 ',
|
|
64222
64222
|
style: {
|
|
64223
|
-
justifyContent: sectionproperties.descriptionCentered ==
|
|
64224
|
-
marginBottom: sectionproperties.descriptionMarginBottom +
|
|
64225
|
-
paddingLeft: langdetect !=
|
|
64226
|
-
paddingRight: langdetect !=
|
|
64227
|
-
fontSize: sectionproperties.prodCatFontSizeResp +
|
|
64223
|
+
justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
|
|
64224
|
+
marginBottom: sectionproperties.descriptionMarginBottom + 'px',
|
|
64225
|
+
paddingLeft: langdetect != 'ar' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
|
|
64226
|
+
paddingRight: langdetect != 'ar' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
|
|
64227
|
+
fontSize: sectionproperties.prodCatFontSizeResp + 'px'
|
|
64228
64228
|
}
|
|
64229
64229
|
}, DescriptionContent()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64230
64230
|
"class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
|
|
64231
64231
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
64232
64232
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64233
|
-
className: section_styles.accordion +
|
|
64233
|
+
className: section_styles.accordion + ' mb-3 '
|
|
64234
64234
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
|
|
64235
64235
|
allowMultipleExpanded: true,
|
|
64236
64236
|
allowZeroExpanded: true,
|
|
64237
|
-
"class":
|
|
64237
|
+
"class": 'accordionnobefore'
|
|
64238
64238
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, {
|
|
64239
64239
|
"class": section_styles.accordionheading
|
|
64240
64240
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, {
|
|
@@ -64244,56 +64244,56 @@ var CollapsableSection = function CollapsableSection(props) {
|
|
|
64244
64244
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64245
64245
|
"class": "col-lg-8 col-md-8 col-sm-8 p-0 d-flex align-items-center justify-content-start"
|
|
64246
64246
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
64247
|
-
"class": sectionproperties.slideshowtext2_show ==
|
|
64248
|
-
},
|
|
64247
|
+
"class": sectionproperties.slideshowtext2_show == 'Show' ? section_styles.text1 + ' pname p-0 m-0 wordbreak ' : section_styles.text1 + ' pname p-0 m-0 wordbreak mt-auto mb-auto '
|
|
64248
|
+
}, cardinfoitem["cardobj_title".concat(langdetect)] || cardinfoitem.cardobj_title)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64249
64249
|
"class": "col-lg-4 col-md-4 col-sm-4 p-0 d-flex align-items-center justify-content-end"
|
|
64250
64250
|
}, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
|
|
64251
64251
|
if (state.expanded == true) {
|
|
64252
64252
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
64253
|
-
className: section_styles.accordionicon +
|
|
64253
|
+
className: section_styles.accordionicon + ' d-flex align-items-center justify-content-center '
|
|
64254
64254
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMinus.AiOutlineMinus, null));
|
|
64255
64255
|
} else {
|
|
64256
64256
|
return /*#__PURE__*/React__default["default"].createElement("i", {
|
|
64257
|
-
className: section_styles.accordionicon +
|
|
64257
|
+
className: section_styles.accordionicon + ' d-flex align-items-center justify-content-center '
|
|
64258
64258
|
}, /*#__PURE__*/React__default["default"].createElement(HiOutlinePlus.HiOutlinePlus, null));
|
|
64259
64259
|
}
|
|
64260
64260
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, null, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
64261
64261
|
className: "mt-2 mb-3"
|
|
64262
64262
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64263
|
-
className:
|
|
64264
|
-
}, sectionproperties.slideshowtext2_show ==
|
|
64263
|
+
className: ' row p-0 w-100 mb-3 m-auto '
|
|
64264
|
+
}, sectionproperties.slideshowtext2_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
64265
64265
|
"class": "m-0 wordbreak ",
|
|
64266
64266
|
style: {
|
|
64267
64267
|
color: sectionproperties.slideshowText2ContentColor,
|
|
64268
|
-
fontSize: sectionproperties.slideshowText2ContentFontSize +
|
|
64268
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
64269
64269
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
64270
64270
|
textTransform: sectionproperties.slideshowText2ContentTextTransform,
|
|
64271
|
-
textAlign: langdetect !=
|
|
64271
|
+
textAlign: langdetect != 'ar' ? 'left' : 'right'
|
|
64272
64272
|
}
|
|
64273
|
-
},
|
|
64273
|
+
}, cardinfoitem["cardobj_descrip".concat(langdetect)] || cardinfoitem.cardobj_descrip))))));
|
|
64274
64274
|
})))));
|
|
64275
64275
|
};
|
|
64276
64276
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64277
|
-
"class":
|
|
64277
|
+
"class": ' row ml-0 mr-0 align-items-center w-md-100 ',
|
|
64278
64278
|
style: {
|
|
64279
|
-
width: sectionproperties.width +
|
|
64280
|
-
marginTop: sectionproperties.marginTop +
|
|
64281
|
-
marginBottom: sectionproperties.marginBottom +
|
|
64282
|
-
background: sectionproperties.backgroundColortransparent ==
|
|
64283
|
-
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius +
|
|
64284
|
-
borderBottomRightRadius: sectionproperties.borderBottomRightRadius +
|
|
64285
|
-
borderTopLeftRadius: sectionproperties.borderTopLeftRadius +
|
|
64286
|
-
borderTopRightRadius: sectionproperties.borderTopRightRadius +
|
|
64287
|
-
boxShadow: sectionproperties.sectioncardshadow ==
|
|
64279
|
+
width: sectionproperties.width + 'vw',
|
|
64280
|
+
marginTop: sectionproperties.marginTop + 'px',
|
|
64281
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
64282
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
64283
|
+
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
64284
|
+
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
64285
|
+
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
64286
|
+
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
64287
|
+
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
64288
64288
|
// border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
64289
|
-
borderBottom: sectionproperties.sectioncardborderwidth +
|
|
64290
|
-
borderTop: sectionproperties.sectioncardborderwidth +
|
|
64291
|
-
position:
|
|
64289
|
+
borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
64290
|
+
borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
64291
|
+
position: 'relative'
|
|
64292
64292
|
}
|
|
64293
|
-
}, sectionproperties.showanimation ==
|
|
64293
|
+
}, sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64294
64294
|
"class": "row m-0 w-100",
|
|
64295
|
-
"data-aos":
|
|
64296
|
-
}, CollapsibleSectionContent()), sectionproperties.showanimation !=
|
|
64295
|
+
"data-aos": 'fade-up'
|
|
64296
|
+
}, CollapsibleSectionContent()), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
64297
64297
|
"class": "row m-0 w-100"
|
|
64298
64298
|
}, CollapsibleSectionContent()));
|
|
64299
64299
|
};
|