kiban-design-system 1.0.260-alpha.0 → 1.0.262-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
|
@@ -18242,7 +18242,7 @@ const Item$3 = ({ label, isDisabled, icon, onClick, isActive: isActiveProp, subN
|
|
|
18242
18242
|
if (isActiveProp && subNavigationItems) {
|
|
18243
18243
|
setCurrentTierItems === null || setCurrentTierItems === void 0 ? void 0 : setCurrentTierItems(subNavigationItems || [], label);
|
|
18244
18244
|
}
|
|
18245
|
-
}, [
|
|
18245
|
+
}, [isActive]);
|
|
18246
18246
|
const labelMarkup = label ? (jsx(motion.span, Object.assign({ layout: true, animate: {
|
|
18247
18247
|
opacity: isCollapsed ? 0 : 1,
|
|
18248
18248
|
}, transition: {
|