@guillotinaweb/react-gmi 0.32.3 → 0.33.0

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.
@@ -9100,7 +9100,8 @@
9100
9100
  currentTab = _ref2.currentTab,
9101
9101
  rightToolbar = _ref2.rightToolbar,
9102
9102
  _ref2$fallback = _ref2.fallback,
9103
- fallback = _ref2$fallback === void 0 ? FallbackTab : _ref2$fallback;
9103
+ fallback = _ref2$fallback === void 0 ? FallbackTab : _ref2$fallback,
9104
+ restProps = _objectWithoutPropertiesLoose(_ref2, ["tabs", "currentTab", "rightToolbar", "fallback"]);
9104
9105
 
9105
9106
  var _useLocation = useLocation(),
9106
9107
  location = _useLocation[0],
@@ -9129,6 +9130,7 @@
9129
9130
  });
9130
9131
  };
9131
9132
 
9133
+ console.log('restProps', restProps);
9132
9134
  return jsxRuntime.jsxs("div", {
9133
9135
  className: "container",
9134
9136
  children: [jsxRuntime.jsxs("div", {
@@ -9158,9 +9160,9 @@
9158
9160
  })]
9159
9161
  }), jsxRuntime.jsx("div", {
9160
9162
  className: "container",
9161
- children: jsxRuntime.jsx(CurrentComp, {
9163
+ children: jsxRuntime.jsx(CurrentComp, _extends({
9162
9164
  title: current
9163
- })
9165
+ }, restProps))
9164
9166
  })]
9165
9167
  });
9166
9168
  }