tabexseriescomponents 0.2.959 → 0.2.960

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
@@ -22729,6 +22729,7 @@ var CardsSection = function CardsSection(props) {
22729
22729
  var _arrayItem$features2;
22730
22730
  cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
22731
22731
  }
22732
+ cardobj.productfeaturesarray = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.features_a;
22732
22733
  cardobj.variants_w_options = variants_w_options;
22733
22734
  cardobj.feature_image_url = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 || (_arrayItem$features3 = _arrayItem$features3.featureinfo) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.feature_image_url;
22734
22735
  cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
@@ -87207,27 +87208,30 @@ var ServiceCard = function ServiceCard(props) {
87207
87208
  style: {
87208
87209
  textAlign: langdetect == 'en' ? 'left' : 'right'
87209
87210
  }
87210
- }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
87211
- "class": "text-start col-lg-12 p-0",
87212
- style: {
87213
- height: 40
87214
- }
87215
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
87216
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
87217
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
87218
- path: item === null || item === void 0 ? void 0 : item.feature_image_url,
87219
- loading: "lazy",
87220
- style: {
87221
- maxWidth: '50%',
87222
- maxHeight: '50%'
87223
- }
87224
- }), /*#__PURE__*/React__default["default"].createElement("div", {
87225
- "class": "text-capitalize mx-2",
87226
- style: {
87227
- color: sectionproperties.featurecolor,
87228
- fontSize: sectionproperties.featurefontsize
87229
- }
87230
- }, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')))))), /*#__PURE__*/React__default["default"].createElement("div", {
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
+ var _fitem$featureinfo;
87213
+ return /*#__PURE__*/React__default["default"].createElement("div", {
87214
+ "class": "text-start col-lg-12 p-0",
87215
+ style: {
87216
+ height: 40
87217
+ }
87218
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
87219
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
87220
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
87221
+ path: fitem === null || fitem === void 0 || (_fitem$featureinfo = fitem.featureinfo) === null || _fitem$featureinfo === void 0 ? void 0 : _fitem$featureinfo.feature_image_url,
87222
+ loading: "lazy",
87223
+ style: {
87224
+ maxWidth: '50%',
87225
+ maxHeight: '50%'
87226
+ }
87227
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
87228
+ "class": "text-capitalize mx-2",
87229
+ style: {
87230
+ color: sectionproperties.featurecolor,
87231
+ fontSize: sectionproperties.featurefontsize
87232
+ }
87233
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
87234
+ })))))), /*#__PURE__*/React__default["default"].createElement("div", {
87231
87235
  "class": "col-lg-12 p-0"
87232
87236
  }, /*#__PURE__*/React__default["default"].createElement("div", {
87233
87237
  "class": "row w-100 m-0 d-flex"
package/dist/index.esm.js CHANGED
@@ -22678,6 +22678,7 @@ var CardsSection = function CardsSection(props) {
22678
22678
  var _arrayItem$features2;
22679
22679
  cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
22680
22680
  }
22681
+ cardobj.productfeaturesarray = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.features_a;
22681
22682
  cardobj.variants_w_options = variants_w_options;
22682
22683
  cardobj.feature_image_url = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 || (_arrayItem$features3 = _arrayItem$features3.featureinfo) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.feature_image_url;
22683
22684
  cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
@@ -87156,27 +87157,30 @@ var ServiceCard = function ServiceCard(props) {
87156
87157
  style: {
87157
87158
  textAlign: langdetect == 'en' ? 'left' : 'right'
87158
87159
  }
87159
- }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && /*#__PURE__*/React.createElement("div", {
87160
- "class": "text-start col-lg-12 p-0",
87161
- style: {
87162
- height: 40
87163
- }
87164
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
87165
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
87166
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
87167
- path: item === null || item === void 0 ? void 0 : item.feature_image_url,
87168
- loading: "lazy",
87169
- style: {
87170
- maxWidth: '50%',
87171
- maxHeight: '50%'
87172
- }
87173
- }), /*#__PURE__*/React.createElement("div", {
87174
- "class": "text-capitalize mx-2",
87175
- style: {
87176
- color: sectionproperties.featurecolor,
87177
- fontSize: sectionproperties.featurefontsize
87178
- }
87179
- }, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')))))), /*#__PURE__*/React.createElement("div", {
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
+ var _fitem$featureinfo;
87162
+ return /*#__PURE__*/React.createElement("div", {
87163
+ "class": "text-start col-lg-12 p-0",
87164
+ style: {
87165
+ height: 40
87166
+ }
87167
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
87168
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
87169
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
87170
+ path: fitem === null || fitem === void 0 || (_fitem$featureinfo = fitem.featureinfo) === null || _fitem$featureinfo === void 0 ? void 0 : _fitem$featureinfo.feature_image_url,
87171
+ loading: "lazy",
87172
+ style: {
87173
+ maxWidth: '50%',
87174
+ maxHeight: '50%'
87175
+ }
87176
+ }), /*#__PURE__*/React.createElement("div", {
87177
+ "class": "text-capitalize mx-2",
87178
+ style: {
87179
+ color: sectionproperties.featurecolor,
87180
+ fontSize: sectionproperties.featurefontsize
87181
+ }
87182
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
87183
+ })))))), /*#__PURE__*/React.createElement("div", {
87180
87184
  "class": "col-lg-12 p-0"
87181
87185
  }, /*#__PURE__*/React.createElement("div", {
87182
87186
  "class": "row w-100 m-0 d-flex"
package/dist/index.umd.js CHANGED
@@ -22538,6 +22538,7 @@
22538
22538
  var _arrayItem$features2;
22539
22539
  cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
22540
22540
  }
22541
+ cardobj.productfeaturesarray = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.features_a;
22541
22542
  cardobj.variants_w_options = variants_w_options;
22542
22543
  cardobj.feature_image_url = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 || (_arrayItem$features3 = _arrayItem$features3.featureinfo) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.feature_image_url;
22543
22544
  cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
@@ -87016,27 +87017,30 @@
87016
87017
  style: {
87017
87018
  textAlign: langdetect == 'en' ? 'left' : 'right'
87018
87019
  }
87019
- }, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
87020
- "class": "text-start col-lg-12 p-0",
87021
- style: {
87022
- height: 40
87023
- }
87024
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
87025
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
87026
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
87027
- path: item === null || item === void 0 ? void 0 : item.feature_image_url,
87028
- loading: "lazy",
87029
- style: {
87030
- maxWidth: '50%',
87031
- maxHeight: '50%'
87032
- }
87033
- }), /*#__PURE__*/React__default["default"].createElement("div", {
87034
- "class": "text-capitalize mx-2",
87035
- style: {
87036
- color: sectionproperties.featurecolor,
87037
- fontSize: sectionproperties.featurefontsize
87038
- }
87039
- }, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')))))), /*#__PURE__*/React__default["default"].createElement("div", {
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
+ var _fitem$featureinfo;
87022
+ return /*#__PURE__*/React__default["default"].createElement("div", {
87023
+ "class": "text-start col-lg-12 p-0",
87024
+ style: {
87025
+ height: 40
87026
+ }
87027
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
87028
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
87029
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
87030
+ path: fitem === null || fitem === void 0 || (_fitem$featureinfo = fitem.featureinfo) === null || _fitem$featureinfo === void 0 ? void 0 : _fitem$featureinfo.feature_image_url,
87031
+ loading: "lazy",
87032
+ style: {
87033
+ maxWidth: '50%',
87034
+ maxHeight: '50%'
87035
+ }
87036
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
87037
+ "class": "text-capitalize mx-2",
87038
+ style: {
87039
+ color: sectionproperties.featurecolor,
87040
+ fontSize: sectionproperties.featurefontsize
87041
+ }
87042
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
87043
+ })))))), /*#__PURE__*/React__default["default"].createElement("div", {
87040
87044
  "class": "col-lg-12 p-0"
87041
87045
  }, /*#__PURE__*/React__default["default"].createElement("div", {
87042
87046
  "class": "row w-100 m-0 d-flex"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.959",
3
+ "version": "0.2.960",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",