tabexseriescomponents 0.0.170 → 0.0.172

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 CHANGED
@@ -239,8 +239,8 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
239
239
  // Static Pages
240
240
  orderhistory: 'Previous orders',
241
241
  policies: 'Policies',
242
- wishlist: 'Wishlist',
243
- mywishlist: 'My wishlist',
242
+ wishlist: 'Favorites',
243
+ mywishlist: 'My Favorites',
244
244
  accountinformation: 'Account information',
245
245
  account: 'Account',
246
246
  viewcart: 'View cart',
@@ -1089,7 +1089,7 @@ var Product_itemtype = function Product_itemtype(props) {
1089
1089
  }
1090
1090
  setitem(itemobj);
1091
1091
  settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
1092
- setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinfo/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
1092
+ setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
1093
1093
  }, [props.itemprops]);
1094
1094
  function stringIsEnglish(str) {
1095
1095
  var titlelang = 'English';
@@ -2287,7 +2287,7 @@ var Service_itemtype = function Service_itemtype(props) {
2287
2287
  }
2288
2288
  setitem(itemobj);
2289
2289
  settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
2290
- setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinfo/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
2290
+ setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
2291
2291
  }, [props.itemprops]);
2292
2292
  function stringIsEnglish(str) {
2293
2293
  var titlelang = 'English';
@@ -11138,7 +11138,10 @@ var Headerresponsive = function Headerresponsive(props) {
11138
11138
  return /*#__PURE__*/React__default["default"].createElement("div", {
11139
11139
  className: "row m-0 w-100"
11140
11140
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11141
- className: "col-lg-12 p-0 d-flex justify-content-start pl-3 pr-3"
11141
+ className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3",
11142
+ style: {
11143
+ paddingTop: index == 0 ? 5 : 0
11144
+ }
11142
11145
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11143
11146
  onClick: function onClick() {
11144
11147
  routingcountext(item.navigationroute, false, '');
@@ -11146,9 +11149,12 @@ var Headerresponsive = function Headerresponsive(props) {
11146
11149
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11147
11150
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
11148
11151
  }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
11149
- className: "col-lg-12 p-0"
11152
+ className: "col-lg-12"
11150
11153
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
11151
- className: "mt-3 mb-3"
11154
+ className: "mt-3 mb-3",
11155
+ style: {
11156
+ borderColor: sectionproperties.resp_header_separatorbg
11157
+ }
11152
11158
  })));
11153
11159
  }
11154
11160
  }), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11161,9 +11167,12 @@ var Headerresponsive = function Headerresponsive(props) {
11161
11167
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11162
11168
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
11163
11169
  }, lang.orderhistory)), /*#__PURE__*/React__default["default"].createElement("div", {
11164
- className: "col-lg-12 p-0"
11170
+ className: "col-lg-12"
11165
11171
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
11166
- className: "mt-3 mb-3"
11172
+ className: "mt-3 mb-3",
11173
+ style: {
11174
+ borderColor: sectionproperties.resp_header_separatorbg
11175
+ }
11167
11176
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
11168
11177
  className: "row m-0 w-100"
11169
11178
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11174,9 +11183,12 @@ var Headerresponsive = function Headerresponsive(props) {
11174
11183
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11175
11184
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
11176
11185
  }, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
11177
- className: "col-lg-12 p-0"
11186
+ className: "col-lg-12"
11178
11187
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
11179
- className: "mt-3 mb-3"
11188
+ className: "mt-3 mb-3",
11189
+ style: {
11190
+ borderColor: sectionproperties.resp_header_separatorbg
11191
+ }
11180
11192
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
11181
11193
  className: "row m-0 w-100"
11182
11194
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11186,7 +11198,14 @@ var Headerresponsive = function Headerresponsive(props) {
11186
11198
  }
11187
11199
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11188
11200
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
11189
- }, lang.policies))))))), /*#__PURE__*/React__default["default"].createElement("div", {
11201
+ }, lang.policies)), /*#__PURE__*/React__default["default"].createElement("div", {
11202
+ className: "col-lg-12 p-0"
11203
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
11204
+ className: "mt-3",
11205
+ style: {
11206
+ borderColor: sectionproperties.resp_header_separatorbg
11207
+ }
11208
+ }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
11190
11209
  className: "col-lg-12 p-0 h-100",
11191
11210
  id: "subheader"
11192
11211
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -35338,8 +35357,8 @@ var Freetextsection = function Freetextsection(props) {
35338
35357
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
35339
35358
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
35340
35359
  paddingTop: sectionproperties.paddingTop + 'px',
35341
- paddingBottom: sectionproperties.paddingBottom + 'px'
35342
- // zIndex: 100,
35360
+ paddingBottom: sectionproperties.paddingBottom + 'px',
35361
+ zIndex: 100
35343
35362
  }
35344
35363
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35345
35364
  "class": "row m-0 w-100 mb-auto"
@@ -39878,7 +39897,7 @@ var Card23 = function Card23(props) {
39878
39897
  fontSize: '12px'
39879
39898
  }
39880
39899
  }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr))), /*#__PURE__*/React__default["default"].createElement("div", {
39881
- "class": "row m-0 w-100",
39900
+ "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? langdetect == 'en' ? 'row m-0 w-100 pl-sm-0 pr-sm-0' : ' row m-0 w-100' : ' row m-0 w-100',
39882
39901
  style: {
39883
39902
  paddingLeft: '10px',
39884
39903
  paddingRight: '10px',
@@ -39909,7 +39928,7 @@ var Card23 = function Card23(props) {
39909
39928
  "class": "row m-0 w-100 align-items-center mt-1 mb-1"
39910
39929
  }, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
39911
39930
  "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 '
39912
- }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), /*#__PURE__*/React__default["default"].createElement("span", {
39931
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("span", {
39913
39932
  "class": "".concat(cardsstyles2.productSalePricestyles)
39914
39933
  }, "/"), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
39915
39934
  "class": langdetect == 'en' ? "".concat(cardsstyles2.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ' : "".concat(cardsstyles2.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
package/dist/index.esm.js CHANGED
@@ -196,8 +196,8 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
196
196
  // Static Pages
197
197
  orderhistory: 'Previous orders',
198
198
  policies: 'Policies',
199
- wishlist: 'Wishlist',
200
- mywishlist: 'My wishlist',
199
+ wishlist: 'Favorites',
200
+ mywishlist: 'My Favorites',
201
201
  accountinformation: 'Account information',
202
202
  account: 'Account',
203
203
  viewcart: 'View cart',
@@ -1046,7 +1046,7 @@ var Product_itemtype = function Product_itemtype(props) {
1046
1046
  }
1047
1047
  setitem(itemobj);
1048
1048
  settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
1049
- setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinfo/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
1049
+ setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
1050
1050
  }, [props.itemprops]);
1051
1051
  function stringIsEnglish(str) {
1052
1052
  var titlelang = 'English';
@@ -2244,7 +2244,7 @@ var Service_itemtype = function Service_itemtype(props) {
2244
2244
  }
2245
2245
  setitem(itemobj);
2246
2246
  settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
2247
- setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinfo/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
2247
+ setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
2248
2248
  }, [props.itemprops]);
2249
2249
  function stringIsEnglish(str) {
2250
2250
  var titlelang = 'English';
@@ -11095,7 +11095,10 @@ var Headerresponsive = function Headerresponsive(props) {
11095
11095
  return /*#__PURE__*/React.createElement("div", {
11096
11096
  className: "row m-0 w-100"
11097
11097
  }, /*#__PURE__*/React.createElement("div", {
11098
- className: "col-lg-12 p-0 d-flex justify-content-start pl-3 pr-3"
11098
+ className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3",
11099
+ style: {
11100
+ paddingTop: index == 0 ? 5 : 0
11101
+ }
11099
11102
  }, /*#__PURE__*/React.createElement("div", {
11100
11103
  onClick: function onClick() {
11101
11104
  routingcountext(item.navigationroute, false, '');
@@ -11103,9 +11106,12 @@ var Headerresponsive = function Headerresponsive(props) {
11103
11106
  }, /*#__PURE__*/React.createElement("p", {
11104
11107
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
11105
11108
  }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React.createElement("div", {
11106
- className: "col-lg-12 p-0"
11109
+ className: "col-lg-12"
11107
11110
  }, /*#__PURE__*/React.createElement("hr", {
11108
- className: "mt-3 mb-3"
11111
+ className: "mt-3 mb-3",
11112
+ style: {
11113
+ borderColor: sectionproperties.resp_header_separatorbg
11114
+ }
11109
11115
  })));
11110
11116
  }
11111
11117
  }), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
@@ -11118,9 +11124,12 @@ var Headerresponsive = function Headerresponsive(props) {
11118
11124
  }, /*#__PURE__*/React.createElement("p", {
11119
11125
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
11120
11126
  }, lang.orderhistory)), /*#__PURE__*/React.createElement("div", {
11121
- className: "col-lg-12 p-0"
11127
+ className: "col-lg-12"
11122
11128
  }, /*#__PURE__*/React.createElement("hr", {
11123
- className: "mt-3 mb-3"
11129
+ className: "mt-3 mb-3",
11130
+ style: {
11131
+ borderColor: sectionproperties.resp_header_separatorbg
11132
+ }
11124
11133
  }))), /*#__PURE__*/React.createElement("div", {
11125
11134
  className: "row m-0 w-100"
11126
11135
  }, /*#__PURE__*/React.createElement("div", {
@@ -11131,9 +11140,12 @@ var Headerresponsive = function Headerresponsive(props) {
11131
11140
  }, /*#__PURE__*/React.createElement("p", {
11132
11141
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
11133
11142
  }, lang.wishlist)), /*#__PURE__*/React.createElement("div", {
11134
- className: "col-lg-12 p-0"
11143
+ className: "col-lg-12"
11135
11144
  }, /*#__PURE__*/React.createElement("hr", {
11136
- className: "mt-3 mb-3"
11145
+ className: "mt-3 mb-3",
11146
+ style: {
11147
+ borderColor: sectionproperties.resp_header_separatorbg
11148
+ }
11137
11149
  }))), /*#__PURE__*/React.createElement("div", {
11138
11150
  className: "row m-0 w-100"
11139
11151
  }, /*#__PURE__*/React.createElement("div", {
@@ -11143,7 +11155,14 @@ var Headerresponsive = function Headerresponsive(props) {
11143
11155
  }
11144
11156
  }, /*#__PURE__*/React.createElement("p", {
11145
11157
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
11146
- }, lang.policies))))))), /*#__PURE__*/React.createElement("div", {
11158
+ }, lang.policies)), /*#__PURE__*/React.createElement("div", {
11159
+ className: "col-lg-12 p-0"
11160
+ }, /*#__PURE__*/React.createElement("hr", {
11161
+ className: "mt-3",
11162
+ style: {
11163
+ borderColor: sectionproperties.resp_header_separatorbg
11164
+ }
11165
+ }))))))), /*#__PURE__*/React.createElement("div", {
11147
11166
  className: "col-lg-12 p-0 h-100",
11148
11167
  id: "subheader"
11149
11168
  }, /*#__PURE__*/React.createElement("div", {
@@ -35295,8 +35314,8 @@ var Freetextsection = function Freetextsection(props) {
35295
35314
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
35296
35315
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
35297
35316
  paddingTop: sectionproperties.paddingTop + 'px',
35298
- paddingBottom: sectionproperties.paddingBottom + 'px'
35299
- // zIndex: 100,
35317
+ paddingBottom: sectionproperties.paddingBottom + 'px',
35318
+ zIndex: 100
35300
35319
  }
35301
35320
  }, /*#__PURE__*/React.createElement("div", {
35302
35321
  "class": "row m-0 w-100 mb-auto"
@@ -39835,7 +39854,7 @@ var Card23 = function Card23(props) {
39835
39854
  fontSize: '12px'
39836
39855
  }
39837
39856
  }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr))), /*#__PURE__*/React.createElement("div", {
39838
- "class": "row m-0 w-100",
39857
+ "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? langdetect == 'en' ? 'row m-0 w-100 pl-sm-0 pr-sm-0' : ' row m-0 w-100' : ' row m-0 w-100',
39839
39858
  style: {
39840
39859
  paddingLeft: '10px',
39841
39860
  paddingRight: '10px',
@@ -39866,7 +39885,7 @@ var Card23 = function Card23(props) {
39866
39885
  "class": "row m-0 w-100 align-items-center mt-1 mb-1"
39867
39886
  }, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React.createElement("p", {
39868
39887
  "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 '
39869
- }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), /*#__PURE__*/React.createElement("span", {
39888
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("span", {
39870
39889
  "class": "".concat(cardsstyles2.productSalePricestyles)
39871
39890
  }, "/"), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("p", {
39872
39891
  "class": langdetect == 'en' ? "".concat(cardsstyles2.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ' : "".concat(cardsstyles2.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
package/dist/index.umd.js CHANGED
@@ -103,8 +103,8 @@
103
103
  // Static Pages
104
104
  orderhistory: 'Previous orders',
105
105
  policies: 'Policies',
106
- wishlist: 'Wishlist',
107
- mywishlist: 'My wishlist',
106
+ wishlist: 'Favorites',
107
+ mywishlist: 'My Favorites',
108
108
  accountinformation: 'Account information',
109
109
  account: 'Account',
110
110
  viewcart: 'View cart',
@@ -953,7 +953,7 @@
953
953
  }
954
954
  setitem(itemobj);
955
955
  settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
956
- setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinfo/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
956
+ setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
957
957
  }, [props.itemprops]);
958
958
  function stringIsEnglish(str) {
959
959
  var titlelang = 'English';
@@ -2151,7 +2151,7 @@
2151
2151
  }
2152
2152
  setitem(itemobj);
2153
2153
  settitle(fetchProductInfoQueryContext.data.data.productinfo.name_en);
2154
- setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinfo/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
2154
+ setshareUrl('https://' + authdetailsContext.instinfo.instcred.instexternaldomain + '/productinform/' + fetchProductInfoQueryContext.data.data.productinfo.productid);
2155
2155
  }, [props.itemprops]);
2156
2156
  function stringIsEnglish(str) {
2157
2157
  var titlelang = 'English';
@@ -11002,7 +11002,10 @@
11002
11002
  return /*#__PURE__*/React__default["default"].createElement("div", {
11003
11003
  className: "row m-0 w-100"
11004
11004
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11005
- className: "col-lg-12 p-0 d-flex justify-content-start pl-3 pr-3"
11005
+ className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3",
11006
+ style: {
11007
+ paddingTop: index == 0 ? 5 : 0
11008
+ }
11006
11009
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11007
11010
  onClick: function onClick() {
11008
11011
  routingcountext(item.navigationroute, false, '');
@@ -11010,9 +11013,12 @@
11010
11013
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11011
11014
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
11012
11015
  }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
11013
- className: "col-lg-12 p-0"
11016
+ className: "col-lg-12"
11014
11017
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
11015
- className: "mt-3 mb-3"
11018
+ className: "mt-3 mb-3",
11019
+ style: {
11020
+ borderColor: sectionproperties.resp_header_separatorbg
11021
+ }
11016
11022
  })));
11017
11023
  }
11018
11024
  }), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11025,9 +11031,12 @@
11025
11031
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11026
11032
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
11027
11033
  }, lang.orderhistory)), /*#__PURE__*/React__default["default"].createElement("div", {
11028
- className: "col-lg-12 p-0"
11034
+ className: "col-lg-12"
11029
11035
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
11030
- className: "mt-3 mb-3"
11036
+ className: "mt-3 mb-3",
11037
+ style: {
11038
+ borderColor: sectionproperties.resp_header_separatorbg
11039
+ }
11031
11040
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
11032
11041
  className: "row m-0 w-100"
11033
11042
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11038,9 +11047,12 @@
11038
11047
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11039
11048
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
11040
11049
  }, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
11041
- className: "col-lg-12 p-0"
11050
+ className: "col-lg-12"
11042
11051
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
11043
- className: "mt-3 mb-3"
11052
+ className: "mt-3 mb-3",
11053
+ style: {
11054
+ borderColor: sectionproperties.resp_header_separatorbg
11055
+ }
11044
11056
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
11045
11057
  className: "row m-0 w-100"
11046
11058
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11050,7 +11062,14 @@
11050
11062
  }
11051
11063
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11052
11064
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
11053
- }, lang.policies))))))), /*#__PURE__*/React__default["default"].createElement("div", {
11065
+ }, lang.policies)), /*#__PURE__*/React__default["default"].createElement("div", {
11066
+ className: "col-lg-12 p-0"
11067
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
11068
+ className: "mt-3",
11069
+ style: {
11070
+ borderColor: sectionproperties.resp_header_separatorbg
11071
+ }
11072
+ }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
11054
11073
  className: "col-lg-12 p-0 h-100",
11055
11074
  id: "subheader"
11056
11075
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -35202,8 +35221,8 @@
35202
35221
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
35203
35222
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
35204
35223
  paddingTop: sectionproperties.paddingTop + 'px',
35205
- paddingBottom: sectionproperties.paddingBottom + 'px'
35206
- // zIndex: 100,
35224
+ paddingBottom: sectionproperties.paddingBottom + 'px',
35225
+ zIndex: 100
35207
35226
  }
35208
35227
  }, /*#__PURE__*/React__default["default"].createElement("div", {
35209
35228
  "class": "row m-0 w-100 mb-auto"
@@ -39742,7 +39761,7 @@
39742
39761
  fontSize: '12px'
39743
39762
  }
39744
39763
  }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr))), /*#__PURE__*/React__default["default"].createElement("div", {
39745
- "class": "row m-0 w-100",
39764
+ "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? langdetect == 'en' ? 'row m-0 w-100 pl-sm-0 pr-sm-0' : ' row m-0 w-100' : ' row m-0 w-100',
39746
39765
  style: {
39747
39766
  paddingLeft: '10px',
39748
39767
  paddingRight: '10px',
@@ -39773,7 +39792,7 @@
39773
39792
  "class": "row m-0 w-100 align-items-center mt-1 mb-1"
39774
39793
  }, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
39775
39794
  "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 '
39776
- }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), /*#__PURE__*/React__default["default"].createElement("span", {
39795
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("span", {
39777
39796
  "class": "".concat(cardsstyles2.productSalePricestyles)
39778
39797
  }, "/"), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
39779
39798
  "class": langdetect == 'en' ? "".concat(cardsstyles2.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ' : "".concat(cardsstyles2.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right '
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.170",
3
+ "version": "0.0.172",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {