@apexcura/ui-components 0.0.16-Beta53 → 0.0.16-Beta54

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
@@ -800,6 +800,7 @@ var Sidebar = (props) => {
800
800
  ) : null,
801
801
  children,
802
802
  label,
803
+ className: selectedIndex === key ? props.activeClassName : "",
803
804
  onClick: children ? void 0 : () => handleChange(item, key.toString())
804
805
  };
805
806
  }
package/dist/index.mjs CHANGED
@@ -729,6 +729,7 @@ var Sidebar = (props) => {
729
729
  ) : null,
730
730
  children,
731
731
  label,
732
+ className: selectedIndex === key ? props.activeClassName : "",
732
733
  onClick: children ? void 0 : () => handleChange(item, key.toString())
733
734
  };
734
735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.16-Beta53",
3
+ "version": "0.0.16-Beta54",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",