tabexseriescomponents 0.0.99 → 0.0.100

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
@@ -16609,7 +16609,7 @@ var Subheader = function Subheader(props) {
16609
16609
  props.actions.lang;
16610
16610
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
16611
16611
  var templatepropcontext = props.actions.templatepropcontext;
16612
- var history = props.actions.history;
16612
+ props.actions.history;
16613
16613
  var _useState = React.useState(false),
16614
16614
  _useState2 = _slicedToArray__default["default"](_useState, 2),
16615
16615
  showdownheadermenu = _useState2[0],
@@ -16718,7 +16718,8 @@ var Subheader = function Subheader(props) {
16718
16718
  var _props$subheaderprope4, _props$subheaderprope5;
16719
16719
  return /*#__PURE__*/React__default["default"].createElement("div", {
16720
16720
  onClick: function onClick() {
16721
- history.push(item.navigationroute);
16721
+ // history.push(item.navigationroute);
16722
+ routingcountext(item.navigationroute);
16722
16723
  },
16723
16724
  "class": "scrollhorizontalcard",
16724
16725
  style: {
package/dist/index.esm.js CHANGED
@@ -16566,7 +16566,7 @@ var Subheader = function Subheader(props) {
16566
16566
  props.actions.lang;
16567
16567
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
16568
16568
  var templatepropcontext = props.actions.templatepropcontext;
16569
- var history = props.actions.history;
16569
+ props.actions.history;
16570
16570
  var _useState = useState(false),
16571
16571
  _useState2 = _slicedToArray(_useState, 2),
16572
16572
  showdownheadermenu = _useState2[0],
@@ -16675,7 +16675,8 @@ var Subheader = function Subheader(props) {
16675
16675
  var _props$subheaderprope4, _props$subheaderprope5;
16676
16676
  return /*#__PURE__*/React.createElement("div", {
16677
16677
  onClick: function onClick() {
16678
- history.push(item.navigationroute);
16678
+ // history.push(item.navigationroute);
16679
+ routingcountext(item.navigationroute);
16679
16680
  },
16680
16681
  "class": "scrollhorizontalcard",
16681
16682
  style: {
package/dist/index.umd.js CHANGED
@@ -16549,7 +16549,7 @@
16549
16549
  props.actions.lang;
16550
16550
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
16551
16551
  var templatepropcontext = props.actions.templatepropcontext;
16552
- var history = props.actions.history;
16552
+ props.actions.history;
16553
16553
  var _useState = React.useState(false),
16554
16554
  _useState2 = _slicedToArray__default["default"](_useState, 2),
16555
16555
  showdownheadermenu = _useState2[0],
@@ -16658,7 +16658,8 @@
16658
16658
  var _props$subheaderprope4, _props$subheaderprope5;
16659
16659
  return /*#__PURE__*/React__default["default"].createElement("div", {
16660
16660
  onClick: function onClick() {
16661
- history.push(item.navigationroute);
16661
+ // history.push(item.navigationroute);
16662
+ routingcountext(item.navigationroute);
16662
16663
  },
16663
16664
  "class": "scrollhorizontalcard",
16664
16665
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {