tabexseriescomponents 0.2.962 → 0.2.963

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
@@ -76384,6 +76384,7 @@ var Slideshowslide = function Slideshowslide(props) {
76384
76384
  _useState2 = _slicedToArray__default["default"](_useState, 2),
76385
76385
  sectionproperties = _useState2[0],
76386
76386
  setsectionproperties = _useState2[1];
76387
+ // const [sectionproperties, setsectionproperties] = useState('');
76387
76388
  var _useState3 = React.useState([]),
76388
76389
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
76389
76390
  bgimagearrayofobjs = _useState4[0],
@@ -87208,7 +87209,7 @@ var ServiceCard = function ServiceCard(props) {
87208
87209
  style: {
87209
87210
  textAlign: langdetect == 'en' ? 'left' : 'right'
87210
87211
  }
87211
- }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
87212
+ }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
87212
87213
  var _fitem$featureinfo;
87213
87214
  return /*#__PURE__*/React__default["default"].createElement("div", {
87214
87215
  "class": "text-start col-lg-12 p-0",
package/dist/index.esm.js CHANGED
@@ -76333,6 +76333,7 @@ var Slideshowslide = function Slideshowslide(props) {
76333
76333
  _useState2 = _slicedToArray(_useState, 2),
76334
76334
  sectionproperties = _useState2[0],
76335
76335
  setsectionproperties = _useState2[1];
76336
+ // const [sectionproperties, setsectionproperties] = useState('');
76336
76337
  var _useState3 = useState([]),
76337
76338
  _useState4 = _slicedToArray(_useState3, 2),
76338
76339
  bgimagearrayofobjs = _useState4[0],
@@ -87157,7 +87158,7 @@ var ServiceCard = function ServiceCard(props) {
87157
87158
  style: {
87158
87159
  textAlign: langdetect == 'en' ? 'left' : 'right'
87159
87160
  }
87160
- }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
87161
+ }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
87161
87162
  var _fitem$featureinfo;
87162
87163
  return /*#__PURE__*/React.createElement("div", {
87163
87164
  "class": "text-start col-lg-12 p-0",
package/dist/index.umd.js CHANGED
@@ -76193,6 +76193,7 @@
76193
76193
  _useState2 = _slicedToArray__default["default"](_useState, 2),
76194
76194
  sectionproperties = _useState2[0],
76195
76195
  setsectionproperties = _useState2[1];
76196
+ // const [sectionproperties, setsectionproperties] = useState('');
76196
76197
  var _useState3 = React.useState([]),
76197
76198
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
76198
76199
  bgimagearrayofobjs = _useState4[0],
@@ -87017,7 +87018,7 @@
87017
87018
  style: {
87018
87019
  textAlign: langdetect == 'en' ? 'left' : 'right'
87019
87020
  }
87020
- }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
87021
+ }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
87021
87022
  var _fitem$featureinfo;
87022
87023
  return /*#__PURE__*/React__default["default"].createElement("div", {
87023
87024
  "class": "text-start col-lg-12 p-0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.962",
3
+ "version": "0.2.963",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",