tabexseriescomponents 0.0.138 → 0.0.139

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
@@ -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
@@ -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
@@ -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.139",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {