tabexseriescomponents 0.2.1405 → 0.2.1407

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
@@ -57209,7 +57209,7 @@ var Footer4 = function Footer4(props) {
57209
57209
  style: {
57210
57210
  marginTop: sectionproperties.footer_mt + 'px'
57211
57211
  }
57212
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
57212
+ }, "// move to spo check all footer", /*#__PURE__*/React__default["default"].createElement("footer", {
57213
57213
  className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
57214
57214
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57215
57215
  className: "row w-100 m-0"
@@ -92536,6 +92536,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92536
92536
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92537
92537
  onClick: function onClick(e) {
92538
92538
  e.stopPropagation();
92539
+ // move to spo
92539
92540
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92540
92541
  }
92541
92542
  }, /*#__PURE__*/React__default["default"].createElement("span", {
@@ -99429,14 +99430,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
99429
99430
  fontSize: sectionproperties.pillfontSize + 'px',
99430
99431
  direction: 'ltr'
99431
99432
  }
99432
- }, '-' + parseFloat(Math.round(10.0 * ((parseInt(price) - parseInt(sale_price)) / parseInt(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
99433
+ }, '-' + parseFloat(Math.round(10.0 * ((parseFloat(price) - parseFloat(sale_price)) / parseFloat(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
99433
99434
  "class": "m-0 p-0 text-uppercase",
99434
99435
  style: {
99435
99436
  color: sectionproperties.pillcolor,
99436
99437
  fontSize: sectionproperties.pillfontSize + 'px',
99437
99438
  direction: 'ltr'
99438
99439
  }
99439
- }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseInt(price) - parseInt(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
99440
+ }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseFloat(price) - parseFloat(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
99440
99441
  };
99441
99442
  return /*#__PURE__*/React__default["default"].createElement("div", {
99442
99443
  "class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
package/dist/index.esm.js CHANGED
@@ -57158,7 +57158,7 @@ var Footer4 = function Footer4(props) {
57158
57158
  style: {
57159
57159
  marginTop: sectionproperties.footer_mt + 'px'
57160
57160
  }
57161
- }, /*#__PURE__*/React.createElement("footer", {
57161
+ }, "// move to spo check all footer", /*#__PURE__*/React.createElement("footer", {
57162
57162
  className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
57163
57163
  }, /*#__PURE__*/React.createElement("div", {
57164
57164
  className: "row w-100 m-0"
@@ -92485,6 +92485,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
92485
92485
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92486
92486
  onClick: function onClick(e) {
92487
92487
  e.stopPropagation();
92488
+ // move to spo
92488
92489
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92489
92490
  }
92490
92491
  }, /*#__PURE__*/React.createElement("span", {
@@ -99378,14 +99379,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
99378
99379
  fontSize: sectionproperties.pillfontSize + 'px',
99379
99380
  direction: 'ltr'
99380
99381
  }
99381
- }, '-' + parseFloat(Math.round(10.0 * ((parseInt(price) - parseInt(sale_price)) / parseInt(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React.createElement("p", {
99382
+ }, '-' + parseFloat(Math.round(10.0 * ((parseFloat(price) - parseFloat(sale_price)) / parseFloat(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React.createElement("p", {
99382
99383
  "class": "m-0 p-0 text-uppercase",
99383
99384
  style: {
99384
99385
  color: sectionproperties.pillcolor,
99385
99386
  fontSize: sectionproperties.pillfontSize + 'px',
99386
99387
  direction: 'ltr'
99387
99388
  }
99388
- }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseInt(price) - parseInt(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
99389
+ }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseFloat(price) - parseFloat(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
99389
99390
  };
99390
99391
  return /*#__PURE__*/React.createElement("div", {
99391
99392
  "class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
package/dist/index.umd.js CHANGED
@@ -57011,7 +57011,7 @@
57011
57011
  style: {
57012
57012
  marginTop: sectionproperties.footer_mt + 'px'
57013
57013
  }
57014
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
57014
+ }, "// move to spo check all footer", /*#__PURE__*/React__default["default"].createElement("footer", {
57015
57015
  className: "".concat(footerStyles.footerContainer) + ' pl-md-4 pr-md-4 pl-sm-4 pr-sm-4 px-2015-2 '
57016
57016
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57017
57017
  className: "row w-100 m-0"
@@ -92338,6 +92338,7 @@
92338
92338
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
92339
92339
  onClick: function onClick(e) {
92340
92340
  e.stopPropagation();
92341
+ // move to spo
92341
92342
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
92342
92343
  }
92343
92344
  }, /*#__PURE__*/React__default["default"].createElement("span", {
@@ -99231,14 +99232,14 @@
99231
99232
  fontSize: sectionproperties.pillfontSize + 'px',
99232
99233
  direction: 'ltr'
99233
99234
  }
99234
- }, '-' + parseFloat(Math.round(10.0 * ((parseInt(price) - parseInt(sale_price)) / parseInt(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
99235
+ }, '-' + parseFloat(Math.round(10.0 * ((parseFloat(price) - parseFloat(sale_price)) / parseFloat(price)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
99235
99236
  "class": "m-0 p-0 text-uppercase",
99236
99237
  style: {
99237
99238
  color: sectionproperties.pillcolor,
99238
99239
  fontSize: sectionproperties.pillfontSize + 'px',
99239
99240
  direction: 'ltr'
99240
99241
  }
99241
- }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseInt(price) - parseInt(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
99242
+ }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', " ", parseFloat(Math.round(parseFloat(price) - parseFloat(sale_price))).toFixed(0), ' ', langdetect == 'en' ? '' : item.currencyname));
99242
99243
  };
99243
99244
  return /*#__PURE__*/React__default["default"].createElement("div", {
99244
99245
  "class": authdetailsContext.instinfo.instid == '6978ef34b2564' && sectionproperties.shownameonhover == 'Yes' ? props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard) + ' h-100 ' : props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft == 0 && sectionproperties.card_marginRight == 0 ? "".concat(card_cssstyles.productcard) + ' w-100 ' : "".concat(card_cssstyles.productcard) + ' w-100 px-md-1 ' : " ".concat(card_cssstyles.productcard),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1405",
3
+ "version": "0.2.1407",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",