orcs-design-system 3.3.58 → 3.3.59

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.
@@ -119,9 +119,6 @@ const TabsAlt = _ref4 => {
119
119
  const showMoreTabsList = visibleTabsList.filter((_tab, i) => showMoreTabs.includes(i));
120
120
  const location = useLocation();
121
121
  const showMoreItemActive = showMoreTabsList.find(action => location.pathname.endsWith(action.path));
122
- console.log({
123
- visibleTabsList
124
- });
125
122
  return /*#__PURE__*/_jsx(TabsContainer, {
126
123
  children: /*#__PURE__*/_jsx(TabWrapper, {
127
124
  children: /*#__PURE__*/_jsxs(VisibleTabs, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orcs-design-system",
3
- "version": "3.3.58",
3
+ "version": "3.3.59",
4
4
  "engines": {
5
5
  "node": "20.12.2"
6
6
  },