tabexseriescomponents 0.0.124 → 0.0.125
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 +14 -9
- package/dist/index.esm.js +14 -9
- package/dist/index.umd.js +14 -9
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -35719,7 +35719,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35719
35719
|
style: {
|
|
35720
35720
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35721
35721
|
width: '100%',
|
|
35722
|
-
height:
|
|
35722
|
+
height: 'auto',
|
|
35723
35723
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
35724
35724
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
35725
35725
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
@@ -35730,7 +35730,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35730
35730
|
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35731
35731
|
style: {
|
|
35732
35732
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35733
|
-
objectFit: '
|
|
35733
|
+
objectFit: 'contain',
|
|
35734
35734
|
margin: 0,
|
|
35735
35735
|
padding: 0,
|
|
35736
35736
|
width: '100%',
|
|
@@ -37346,7 +37346,7 @@ var Card20 = function Card20(props) {
|
|
|
37346
37346
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
37347
37347
|
size: sectionproperties.favBtnIconfontsize
|
|
37348
37348
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
37349
|
-
"class": "row m-0 w-100",
|
|
37349
|
+
"class": "row m-0 w-100 pl-sm-2 pr-sm-2",
|
|
37350
37350
|
style: {
|
|
37351
37351
|
paddingLeft: '10px',
|
|
37352
37352
|
paddingRight: '10px',
|
|
@@ -38064,12 +38064,13 @@ var Card23 = function Card23(props) {
|
|
|
38064
38064
|
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
38065
38065
|
color: sectionproperties.cartBtnTextcolor,
|
|
38066
38066
|
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
38067
|
-
textTransform: sectionproperties.cartBtnTexttransform,
|
|
38068
38067
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
38069
38068
|
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
38069
|
+
transition: '.3s',
|
|
38070
38070
|
':hover': {
|
|
38071
38071
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
38072
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
38072
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
38073
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
38073
38074
|
}
|
|
38074
38075
|
}),
|
|
38075
38076
|
iconsContainer: glamor.css({
|
|
@@ -38090,6 +38091,10 @@ var Card23 = function Card23(props) {
|
|
|
38090
38091
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
38091
38092
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
38092
38093
|
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
38094
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
38095
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
38096
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
38097
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
38093
38098
|
':hover .iconsContainer': {
|
|
38094
38099
|
opacity: 1,
|
|
38095
38100
|
transition: 'all, 0.4s',
|
|
@@ -38192,8 +38197,8 @@ var Card23 = function Card23(props) {
|
|
|
38192
38197
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38193
38198
|
"class": "row m-0 w-100",
|
|
38194
38199
|
style: {
|
|
38195
|
-
paddingLeft: '
|
|
38196
|
-
paddingRight: '
|
|
38200
|
+
paddingLeft: '10px',
|
|
38201
|
+
paddingRight: '10px',
|
|
38197
38202
|
paddingTop: '10px',
|
|
38198
38203
|
paddingBottom: '10px'
|
|
38199
38204
|
}
|
|
@@ -38210,9 +38215,9 @@ var Card23 = function Card23(props) {
|
|
|
38210
38215
|
onClick: function onClick() {
|
|
38211
38216
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
38212
38217
|
},
|
|
38213
|
-
"class": "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 '
|
|
38218
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 '
|
|
38214
38219
|
}, item.name))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38215
|
-
"class": "row m-0 w-100 align-items-center mt-1 mb-
|
|
38220
|
+
"class": "row m-0 w-100 align-items-center mt-1 mb-1"
|
|
38216
38221
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
38217
38222
|
"class": langdetect == 'en' ? "".concat(cardsstyles2.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(cardsstyles2.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
38218
38223
|
}, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
package/dist/index.esm.js
CHANGED
|
@@ -35676,7 +35676,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35676
35676
|
style: {
|
|
35677
35677
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35678
35678
|
width: '100%',
|
|
35679
|
-
height:
|
|
35679
|
+
height: 'auto',
|
|
35680
35680
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
35681
35681
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
35682
35682
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
@@ -35687,7 +35687,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35687
35687
|
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35688
35688
|
style: {
|
|
35689
35689
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35690
|
-
objectFit: '
|
|
35690
|
+
objectFit: 'contain',
|
|
35691
35691
|
margin: 0,
|
|
35692
35692
|
padding: 0,
|
|
35693
35693
|
width: '100%',
|
|
@@ -37303,7 +37303,7 @@ var Card20 = function Card20(props) {
|
|
|
37303
37303
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
37304
37304
|
size: sectionproperties.favBtnIconfontsize
|
|
37305
37305
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
37306
|
-
"class": "row m-0 w-100",
|
|
37306
|
+
"class": "row m-0 w-100 pl-sm-2 pr-sm-2",
|
|
37307
37307
|
style: {
|
|
37308
37308
|
paddingLeft: '10px',
|
|
37309
37309
|
paddingRight: '10px',
|
|
@@ -38021,12 +38021,13 @@ var Card23 = function Card23(props) {
|
|
|
38021
38021
|
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
38022
38022
|
color: sectionproperties.cartBtnTextcolor,
|
|
38023
38023
|
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
38024
|
-
textTransform: sectionproperties.cartBtnTexttransform,
|
|
38025
38024
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
38026
38025
|
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
38026
|
+
transition: '.3s',
|
|
38027
38027
|
':hover': {
|
|
38028
38028
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
38029
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
38029
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
38030
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
38030
38031
|
}
|
|
38031
38032
|
}),
|
|
38032
38033
|
iconsContainer: css({
|
|
@@ -38047,6 +38048,10 @@ var Card23 = function Card23(props) {
|
|
|
38047
38048
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
38048
38049
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
38049
38050
|
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
38051
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
38052
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
38053
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
38054
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
38050
38055
|
':hover .iconsContainer': {
|
|
38051
38056
|
opacity: 1,
|
|
38052
38057
|
transition: 'all, 0.4s',
|
|
@@ -38149,8 +38154,8 @@ var Card23 = function Card23(props) {
|
|
|
38149
38154
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
38150
38155
|
"class": "row m-0 w-100",
|
|
38151
38156
|
style: {
|
|
38152
|
-
paddingLeft: '
|
|
38153
|
-
paddingRight: '
|
|
38157
|
+
paddingLeft: '10px',
|
|
38158
|
+
paddingRight: '10px',
|
|
38154
38159
|
paddingTop: '10px',
|
|
38155
38160
|
paddingBottom: '10px'
|
|
38156
38161
|
}
|
|
@@ -38167,9 +38172,9 @@ var Card23 = function Card23(props) {
|
|
|
38167
38172
|
onClick: function onClick() {
|
|
38168
38173
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
38169
38174
|
},
|
|
38170
|
-
"class": "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 '
|
|
38175
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 '
|
|
38171
38176
|
}, item.name))), /*#__PURE__*/React.createElement("div", {
|
|
38172
|
-
"class": "row m-0 w-100 align-items-center mt-1 mb-
|
|
38177
|
+
"class": "row m-0 w-100 align-items-center mt-1 mb-1"
|
|
38173
38178
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
38174
38179
|
"class": langdetect == 'en' ? "".concat(cardsstyles2.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(cardsstyles2.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
38175
38180
|
}, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("p", {
|
package/dist/index.umd.js
CHANGED
|
@@ -35588,7 +35588,7 @@
|
|
|
35588
35588
|
style: {
|
|
35589
35589
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35590
35590
|
width: '100%',
|
|
35591
|
-
height:
|
|
35591
|
+
height: 'auto',
|
|
35592
35592
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
35593
35593
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
35594
35594
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
@@ -35599,7 +35599,7 @@
|
|
|
35599
35599
|
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35600
35600
|
style: {
|
|
35601
35601
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35602
|
-
objectFit: '
|
|
35602
|
+
objectFit: 'contain',
|
|
35603
35603
|
margin: 0,
|
|
35604
35604
|
padding: 0,
|
|
35605
35605
|
width: '100%',
|
|
@@ -37215,7 +37215,7 @@
|
|
|
37215
37215
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
37216
37216
|
size: sectionproperties.favBtnIconfontsize
|
|
37217
37217
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
37218
|
-
"class": "row m-0 w-100",
|
|
37218
|
+
"class": "row m-0 w-100 pl-sm-2 pr-sm-2",
|
|
37219
37219
|
style: {
|
|
37220
37220
|
paddingLeft: '10px',
|
|
37221
37221
|
paddingRight: '10px',
|
|
@@ -37933,12 +37933,13 @@
|
|
|
37933
37933
|
borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
|
|
37934
37934
|
color: sectionproperties.cartBtnTextcolor,
|
|
37935
37935
|
fontSize: sectionproperties.cartBtnTextfontsize + 'px',
|
|
37936
|
-
textTransform: sectionproperties.cartBtnTexttransform,
|
|
37937
37936
|
fontWeight: sectionproperties.cartBtnTextfontweight,
|
|
37938
37937
|
border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
|
|
37938
|
+
transition: '.3s',
|
|
37939
37939
|
':hover': {
|
|
37940
37940
|
background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
|
|
37941
|
-
color: sectionproperties.cartBtnTextcoloronhover
|
|
37941
|
+
color: sectionproperties.cartBtnTextcoloronhover,
|
|
37942
|
+
borderColor: sectionproperties.cartBtnTextcoloronhover
|
|
37942
37943
|
}
|
|
37943
37944
|
}),
|
|
37944
37945
|
iconsContainer: glamor.css({
|
|
@@ -37959,6 +37960,10 @@
|
|
|
37959
37960
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
37960
37961
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
37961
37962
|
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
37963
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
37964
|
+
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
37965
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
37966
|
+
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
37962
37967
|
':hover .iconsContainer': {
|
|
37963
37968
|
opacity: 1,
|
|
37964
37969
|
transition: 'all, 0.4s',
|
|
@@ -38061,8 +38066,8 @@
|
|
|
38061
38066
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38062
38067
|
"class": "row m-0 w-100",
|
|
38063
38068
|
style: {
|
|
38064
|
-
paddingLeft: '
|
|
38065
|
-
paddingRight: '
|
|
38069
|
+
paddingLeft: '10px',
|
|
38070
|
+
paddingRight: '10px',
|
|
38066
38071
|
paddingTop: '10px',
|
|
38067
38072
|
paddingBottom: '10px'
|
|
38068
38073
|
}
|
|
@@ -38079,9 +38084,9 @@
|
|
|
38079
38084
|
onClick: function onClick() {
|
|
38080
38085
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
38081
38086
|
},
|
|
38082
|
-
"class": "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 '
|
|
38087
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 '
|
|
38083
38088
|
}, item.name))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38084
|
-
"class": "row m-0 w-100 align-items-center mt-1 mb-
|
|
38089
|
+
"class": "row m-0 w-100 align-items-center mt-1 mb-1"
|
|
38085
38090
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
38086
38091
|
"class": langdetect == 'en' ? "".concat(cardsstyles2.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(cardsstyles2.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
|
|
38087
38092
|
}, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|