tabexseriescomponents 0.2.1055 → 0.2.1057

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
@@ -49239,7 +49239,7 @@ var Footer1 = function Footer1(props) {
49239
49239
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
49240
49240
  logoarrayofobjects = _useState4[0],
49241
49241
  setlogoarrayofobjects = _useState4[1];
49242
- var history = props.actions.history;
49242
+ props.actions.history;
49243
49243
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
49244
49244
  var lang = props.actions.lang;
49245
49245
  var langdetect = props.actions.langdetect;
@@ -49478,7 +49478,7 @@ var Footer1 = function Footer1(props) {
49478
49478
  "class": "col-lg-12 p-0 d-flex justify-content-center"
49479
49479
  }, /*#__PURE__*/React__default["default"].createElement("div", {
49480
49480
  onClick: function onClick() {
49481
- history.push(item.navigationroute);
49481
+ routingcountext(item.navigationroute);
49482
49482
  }
49483
49483
  }, /*#__PURE__*/React__default["default"].createElement("p", {
49484
49484
  "class": "".concat(footerStyles.footertitlestyles)
@@ -83780,7 +83780,17 @@ var MenuCard = function MenuCard(props) {
83780
83780
  style: {
83781
83781
  textAlign: langdetect == 'en' ? 'left' : 'right'
83782
83782
  }
83783
- }, item.name)), sectionproperties.prodCatShow == 'Show' &&
83783
+ }, item.name)), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
83784
+ "class": "col-lg-12 p-0 "
83785
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
83786
+ "class": ' wordbreak wordbreak1 m-0 ',
83787
+ style: {
83788
+ textAlign: langdetect == 'en' ? 'left' : 'right',
83789
+ fontSize: sectionproperties.measurementunitfontsize,
83790
+ fontWeight: sectionproperties.measurementunitfontsize,
83791
+ color: sectionproperties.measurementunitcolor
83792
+ }
83793
+ }, item.measurmentunit)), sectionproperties.prodCatShow == 'Show' &&
83784
83794
  /*#__PURE__*/
83785
83795
  // <p
83786
83796
  // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
package/dist/index.esm.js CHANGED
@@ -49188,7 +49188,7 @@ var Footer1 = function Footer1(props) {
49188
49188
  _useState4 = _slicedToArray(_useState3, 2),
49189
49189
  logoarrayofobjects = _useState4[0],
49190
49190
  setlogoarrayofobjects = _useState4[1];
49191
- var history = props.actions.history;
49191
+ props.actions.history;
49192
49192
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
49193
49193
  var lang = props.actions.lang;
49194
49194
  var langdetect = props.actions.langdetect;
@@ -49427,7 +49427,7 @@ var Footer1 = function Footer1(props) {
49427
49427
  "class": "col-lg-12 p-0 d-flex justify-content-center"
49428
49428
  }, /*#__PURE__*/React.createElement("div", {
49429
49429
  onClick: function onClick() {
49430
- history.push(item.navigationroute);
49430
+ routingcountext(item.navigationroute);
49431
49431
  }
49432
49432
  }, /*#__PURE__*/React.createElement("p", {
49433
49433
  "class": "".concat(footerStyles.footertitlestyles)
@@ -83729,7 +83729,17 @@ var MenuCard = function MenuCard(props) {
83729
83729
  style: {
83730
83730
  textAlign: langdetect == 'en' ? 'left' : 'right'
83731
83731
  }
83732
- }, item.name)), sectionproperties.prodCatShow == 'Show' &&
83732
+ }, item.name)), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React.createElement("div", {
83733
+ "class": "col-lg-12 p-0 "
83734
+ }, /*#__PURE__*/React.createElement("p", {
83735
+ "class": ' wordbreak wordbreak1 m-0 ',
83736
+ style: {
83737
+ textAlign: langdetect == 'en' ? 'left' : 'right',
83738
+ fontSize: sectionproperties.measurementunitfontsize,
83739
+ fontWeight: sectionproperties.measurementunitfontsize,
83740
+ color: sectionproperties.measurementunitcolor
83741
+ }
83742
+ }, item.measurmentunit)), sectionproperties.prodCatShow == 'Show' &&
83733
83743
  /*#__PURE__*/
83734
83744
  // <p
83735
83745
  // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
package/dist/index.umd.js CHANGED
@@ -49047,7 +49047,7 @@
49047
49047
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
49048
49048
  logoarrayofobjects = _useState4[0],
49049
49049
  setlogoarrayofobjects = _useState4[1];
49050
- var history = props.actions.history;
49050
+ props.actions.history;
49051
49051
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
49052
49052
  var lang = props.actions.lang;
49053
49053
  var langdetect = props.actions.langdetect;
@@ -49286,7 +49286,7 @@
49286
49286
  "class": "col-lg-12 p-0 d-flex justify-content-center"
49287
49287
  }, /*#__PURE__*/React__default["default"].createElement("div", {
49288
49288
  onClick: function onClick() {
49289
- history.push(item.navigationroute);
49289
+ routingcountext(item.navigationroute);
49290
49290
  }
49291
49291
  }, /*#__PURE__*/React__default["default"].createElement("p", {
49292
49292
  "class": "".concat(footerStyles.footertitlestyles)
@@ -83588,7 +83588,17 @@
83588
83588
  style: {
83589
83589
  textAlign: langdetect == 'en' ? 'left' : 'right'
83590
83590
  }
83591
- }, item.name)), sectionproperties.prodCatShow == 'Show' &&
83591
+ }, item.name)), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
83592
+ "class": "col-lg-12 p-0 "
83593
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
83594
+ "class": ' wordbreak wordbreak1 m-0 ',
83595
+ style: {
83596
+ textAlign: langdetect == 'en' ? 'left' : 'right',
83597
+ fontSize: sectionproperties.measurementunitfontsize,
83598
+ fontWeight: sectionproperties.measurementunitfontsize,
83599
+ color: sectionproperties.measurementunitcolor
83600
+ }
83601
+ }, item.measurmentunit)), sectionproperties.prodCatShow == 'Show' &&
83592
83602
  /*#__PURE__*/
83593
83603
  // <p
83594
83604
  // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1055",
3
+ "version": "0.2.1057",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",