tabexseriescomponents 0.0.87 → 0.0.88

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
@@ -35552,8 +35552,9 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
35552
35552
  }
35553
35553
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
35554
35554
  urlEndpoint: IKurlEndpoint,
35555
- publicKey: IKpublicKey,
35556
- path: '/tr:w-300,h-300/' + item.image,
35555
+ publicKey: IKpublicKey // '/tr:w-300,h-300/' +
35556
+ ,
35557
+ path: item.image,
35557
35558
  loading: "lazy",
35558
35559
  style: {
35559
35560
  height: '100%',
package/dist/index.esm.js CHANGED
@@ -35509,8 +35509,9 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
35509
35509
  }
35510
35510
  }, /*#__PURE__*/React.createElement(IKImage, {
35511
35511
  urlEndpoint: IKurlEndpoint,
35512
- publicKey: IKpublicKey,
35513
- path: '/tr:w-300,h-300/' + item.image,
35512
+ publicKey: IKpublicKey // '/tr:w-300,h-300/' +
35513
+ ,
35514
+ path: item.image,
35514
35515
  loading: "lazy",
35515
35516
  style: {
35516
35517
  height: '100%',
package/dist/index.umd.js CHANGED
@@ -35492,8 +35492,9 @@
35492
35492
  }
35493
35493
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
35494
35494
  urlEndpoint: IKurlEndpoint,
35495
- publicKey: IKpublicKey,
35496
- path: '/tr:w-300,h-300/' + item.image,
35495
+ publicKey: IKpublicKey // '/tr:w-300,h-300/' +
35496
+ ,
35497
+ path: item.image,
35497
35498
  loading: "lazy",
35498
35499
  style: {
35499
35500
  height: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {