tabexseriescomponents 0.2.1056 → 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)
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)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1056",
3
+ "version": "0.2.1057",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",