kiban-design-system 1.0.255-alpha.0 → 1.0.257-alpha.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.
package/dist/index.js CHANGED
@@ -18303,6 +18303,7 @@ const AlphaSideMenu = ({ children, collapsed, anchorComponent, collapseExpandIco
18303
18303
  }
18304
18304
  });
18305
18305
  const cssClassNames = cssClassName(COMPONENT_NAME$m, isCollapsed && 'isCollapsed');
18306
+ console.log('ALPHASIDE MENU', subNavigationTierItems);
18306
18307
  const handleSetCurrentTierItems = (items, title) => {
18307
18308
  if (!items.length) {
18308
18309
  setSubNavigationTierItems([]);