tabexseriescomponents 0.0.138 → 0.0.140

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
@@ -1049,7 +1049,7 @@ var Product_itemtype = function Product_itemtype(props) {
1049
1049
  var variantindexcompleted = props.actions.variantindexcompleted;
1050
1050
  var ProductInfoObj = props.actions.ProductInfoObj;
1051
1051
  var NotificationManager = props.actions.NotificationManager;
1052
- var relatedproducts = props.actions.relatedproducts;
1052
+ props.actions.relatedproducts;
1053
1053
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
1054
1054
  var _useState = React.useState(false),
1055
1055
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -1536,7 +1536,7 @@ var Product_itemtype = function Product_itemtype(props) {
1536
1536
  color: sectionproperties.icontextcolor,
1537
1537
  fontWeight: sectionproperties.icontextfontweight
1538
1538
  }
1539
- }, lang.trustedshipping))))))), relatedproducts()), /*#__PURE__*/React__default["default"].createElement("div", {
1539
+ }, lang.trustedshipping)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
1540
1540
  className: "col-lg-3 pl-2 pr-2"
1541
1541
  }, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React__default["default"].createElement("div", {
1542
1542
  className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
@@ -9640,7 +9640,7 @@ var Searchlist$1 = function Searchlist(props) {
9640
9640
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
9641
9641
  urlEndpoint: IKurlEndpoint,
9642
9642
  publicKey: IKpublicKey,
9643
- path: '/tr:w-300,h-300/' + item.defaultimagepath,
9643
+ path: '/tr:w-' + sectionproperties.searchlistimagetr_w + ',h-' + sectionproperties.searchlistimagetr_h + '/' + item.defaultimagepath,
9644
9644
  loading: "lazy",
9645
9645
  style: {
9646
9646
  height: '100%',
@@ -10436,7 +10436,8 @@ var Headerresponsive = function Headerresponsive(props) {
10436
10436
  }, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10437
10437
  style: {
10438
10438
  position: 'relative'
10439
- }
10439
+ },
10440
+ "class": "d-flex align-items-center"
10440
10441
  }, /*#__PURE__*/React__default["default"].createElement("button", {
10441
10442
  className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center ml-1 p-0 ',
10442
10443
  onClick: function onClick() {
package/dist/index.esm.js CHANGED
@@ -1006,7 +1006,7 @@ var Product_itemtype = function Product_itemtype(props) {
1006
1006
  var variantindexcompleted = props.actions.variantindexcompleted;
1007
1007
  var ProductInfoObj = props.actions.ProductInfoObj;
1008
1008
  var NotificationManager = props.actions.NotificationManager;
1009
- var relatedproducts = props.actions.relatedproducts;
1009
+ props.actions.relatedproducts;
1010
1010
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
1011
1011
  var _useState = useState(false),
1012
1012
  _useState2 = _slicedToArray(_useState, 2),
@@ -1493,7 +1493,7 @@ var Product_itemtype = function Product_itemtype(props) {
1493
1493
  color: sectionproperties.icontextcolor,
1494
1494
  fontWeight: sectionproperties.icontextfontweight
1495
1495
  }
1496
- }, lang.trustedshipping))))))), relatedproducts()), /*#__PURE__*/React.createElement("div", {
1496
+ }, lang.trustedshipping)))))))), /*#__PURE__*/React.createElement("div", {
1497
1497
  className: "col-lg-3 pl-2 pr-2"
1498
1498
  }, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React.createElement("div", {
1499
1499
  className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
@@ -9597,7 +9597,7 @@ var Searchlist$1 = function Searchlist(props) {
9597
9597
  }, /*#__PURE__*/React.createElement(IKImage, {
9598
9598
  urlEndpoint: IKurlEndpoint,
9599
9599
  publicKey: IKpublicKey,
9600
- path: '/tr:w-300,h-300/' + item.defaultimagepath,
9600
+ path: '/tr:w-' + sectionproperties.searchlistimagetr_w + ',h-' + sectionproperties.searchlistimagetr_h + '/' + item.defaultimagepath,
9601
9601
  loading: "lazy",
9602
9602
  style: {
9603
9603
  height: '100%',
@@ -10393,7 +10393,8 @@ var Headerresponsive = function Headerresponsive(props) {
10393
10393
  }, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
10394
10394
  style: {
10395
10395
  position: 'relative'
10396
- }
10396
+ },
10397
+ "class": "d-flex align-items-center"
10397
10398
  }, /*#__PURE__*/React.createElement("button", {
10398
10399
  className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center ml-1 p-0 ',
10399
10400
  onClick: function onClick() {
package/dist/index.umd.js CHANGED
@@ -917,7 +917,7 @@
917
917
  var variantindexcompleted = props.actions.variantindexcompleted;
918
918
  var ProductInfoObj = props.actions.ProductInfoObj;
919
919
  var NotificationManager = props.actions.NotificationManager;
920
- var relatedproducts = props.actions.relatedproducts;
920
+ props.actions.relatedproducts;
921
921
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
922
922
  var _useState = React.useState(false),
923
923
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -1404,7 +1404,7 @@
1404
1404
  color: sectionproperties.icontextcolor,
1405
1405
  fontWeight: sectionproperties.icontextfontweight
1406
1406
  }
1407
- }, lang.trustedshipping))))))), relatedproducts()), /*#__PURE__*/React__default["default"].createElement("div", {
1407
+ }, lang.trustedshipping)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
1408
1408
  className: "col-lg-3 pl-2 pr-2"
1409
1409
  }, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React__default["default"].createElement("div", {
1410
1410
  className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
@@ -9508,7 +9508,7 @@
9508
9508
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
9509
9509
  urlEndpoint: IKurlEndpoint,
9510
9510
  publicKey: IKpublicKey,
9511
- path: '/tr:w-300,h-300/' + item.defaultimagepath,
9511
+ path: '/tr:w-' + sectionproperties.searchlistimagetr_w + ',h-' + sectionproperties.searchlistimagetr_h + '/' + item.defaultimagepath,
9512
9512
  loading: "lazy",
9513
9513
  style: {
9514
9514
  height: '100%',
@@ -10304,7 +10304,8 @@
10304
10304
  }, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
10305
10305
  style: {
10306
10306
  position: 'relative'
10307
- }
10307
+ },
10308
+ "class": "d-flex align-items-center"
10308
10309
  }, /*#__PURE__*/React__default["default"].createElement("button", {
10309
10310
  className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center ml-1 p-0 ',
10310
10311
  onClick: function onClick() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.138",
3
+ "version": "0.0.140",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {