tabexseriescomponents 0.0.93 → 0.0.94
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 +2 -3
- package/dist/index.esm.js +2 -3
- package/dist/index.umd.js +2 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -36530,9 +36530,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
36530
36530
|
}
|
|
36531
36531
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
36532
36532
|
urlEndpoint: IKurlEndpoint,
|
|
36533
|
-
publicKey: IKpublicKey
|
|
36534
|
-
,
|
|
36535
|
-
path: item.image,
|
|
36533
|
+
publicKey: IKpublicKey,
|
|
36534
|
+
path: '/tr:w-300,h-300/' + item.image,
|
|
36536
36535
|
loading: "lazy",
|
|
36537
36536
|
style: {
|
|
36538
36537
|
height: '100%',
|
package/dist/index.esm.js
CHANGED
|
@@ -36487,9 +36487,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
36487
36487
|
}
|
|
36488
36488
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
36489
36489
|
urlEndpoint: IKurlEndpoint,
|
|
36490
|
-
publicKey: IKpublicKey
|
|
36491
|
-
,
|
|
36492
|
-
path: item.image,
|
|
36490
|
+
publicKey: IKpublicKey,
|
|
36491
|
+
path: '/tr:w-300,h-300/' + item.image,
|
|
36493
36492
|
loading: "lazy",
|
|
36494
36493
|
style: {
|
|
36495
36494
|
height: '100%',
|
package/dist/index.umd.js
CHANGED
|
@@ -36470,9 +36470,8 @@
|
|
|
36470
36470
|
}
|
|
36471
36471
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
36472
36472
|
urlEndpoint: IKurlEndpoint,
|
|
36473
|
-
publicKey: IKpublicKey
|
|
36474
|
-
,
|
|
36475
|
-
path: item.image,
|
|
36473
|
+
publicKey: IKpublicKey,
|
|
36474
|
+
path: '/tr:w-300,h-300/' + item.image,
|
|
36476
36475
|
loading: "lazy",
|
|
36477
36476
|
style: {
|
|
36478
36477
|
height: '100%',
|