tabexseriescomponents 0.2.1331 → 0.2.1332

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
@@ -10148,19 +10148,10 @@ var Productinfo = function Productinfo(props) {
10148
10148
  }, /*#__PURE__*/React__default["default"].createElement("div", {
10149
10149
  "class": ' cursor-pointer w-100 '
10150
10150
  }, /*#__PURE__*/React__default["default"].createElement("div", {
10151
- "class": "".concat(productinfo_cssstyles.relatedProductImageCont, " ").concat(productinfo_cssstyles.relatedProductImageContvertical) + ' w-100 p-0 mb-2 '
10151
+ "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 h-md-auto '
10152
10152
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
10153
10153
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
10154
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
10155
- // path={
10156
- // '/tr:w-' +
10157
- // sectionproperties.relatedProductDimWidth +
10158
- // ',h-' +
10159
- // sectionproperties.galleryHeightDimension +
10160
- // '/' +
10161
- // item.productinfo.productmainimage
10162
- // }
10163
- ,
10154
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
10164
10155
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
10165
10156
  loading: "lazy",
10166
10157
  style: {
package/dist/index.esm.js CHANGED
@@ -10097,19 +10097,10 @@ var Productinfo = function Productinfo(props) {
10097
10097
  }, /*#__PURE__*/React.createElement("div", {
10098
10098
  "class": ' cursor-pointer w-100 '
10099
10099
  }, /*#__PURE__*/React.createElement("div", {
10100
- "class": "".concat(productinfo_cssstyles.relatedProductImageCont, " ").concat(productinfo_cssstyles.relatedProductImageContvertical) + ' w-100 p-0 mb-2 '
10100
+ "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 h-md-auto '
10101
10101
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
10102
10102
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
10103
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
10104
- // path={
10105
- // '/tr:w-' +
10106
- // sectionproperties.relatedProductDimWidth +
10107
- // ',h-' +
10108
- // sectionproperties.galleryHeightDimension +
10109
- // '/' +
10110
- // item.productinfo.productmainimage
10111
- // }
10112
- ,
10103
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
10113
10104
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
10114
10105
  loading: "lazy",
10115
10106
  style: {
package/dist/index.umd.js CHANGED
@@ -9954,19 +9954,10 @@
9954
9954
  }, /*#__PURE__*/React__default["default"].createElement("div", {
9955
9955
  "class": ' cursor-pointer w-100 '
9956
9956
  }, /*#__PURE__*/React__default["default"].createElement("div", {
9957
- "class": "".concat(productinfo_cssstyles.relatedProductImageCont, " ").concat(productinfo_cssstyles.relatedProductImageContvertical) + ' w-100 p-0 mb-2 '
9957
+ "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 h-md-auto '
9958
9958
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
9959
9959
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
9960
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
9961
- // path={
9962
- // '/tr:w-' +
9963
- // sectionproperties.relatedProductDimWidth +
9964
- // ',h-' +
9965
- // sectionproperties.galleryHeightDimension +
9966
- // '/' +
9967
- // item.productinfo.productmainimage
9968
- // }
9969
- ,
9960
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
9970
9961
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
9971
9962
  loading: "lazy",
9972
9963
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1331",
3
+ "version": "0.2.1332",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",