tabexseriescomponents 0.0.123 → 0.0.124

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
@@ -38125,7 +38125,7 @@ var Card23 = function Card23(props) {
38125
38125
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
38126
38126
  urlEndpoint: IKurlEndpoint,
38127
38127
  publicKey: IKpublicKey,
38128
- path: '/tr:w-300,h-300/' + item.image,
38128
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
38129
38129
  style: {
38130
38130
  width: '100%',
38131
38131
  height: '100%',
package/dist/index.esm.js CHANGED
@@ -38082,7 +38082,7 @@ var Card23 = function Card23(props) {
38082
38082
  }, /*#__PURE__*/React.createElement(IKImage, {
38083
38083
  urlEndpoint: IKurlEndpoint,
38084
38084
  publicKey: IKpublicKey,
38085
- path: '/tr:w-300,h-300/' + item.image,
38085
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
38086
38086
  style: {
38087
38087
  width: '100%',
38088
38088
  height: '100%',
package/dist/index.umd.js CHANGED
@@ -37994,7 +37994,7 @@
37994
37994
  }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
37995
37995
  urlEndpoint: IKurlEndpoint,
37996
37996
  publicKey: IKpublicKey,
37997
- path: '/tr:w-300,h-300/' + item.image,
37997
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
37998
37998
  style: {
37999
37999
  width: '100%',
38000
38000
  height: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.123",
3
+ "version": "0.0.124",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {