@apexcura/ui-components 0.0.16-Beta55 → 0.0.16-Beta57

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
@@ -801,6 +801,7 @@ var Sidebar = (props) => {
801
801
  children,
802
802
  label,
803
803
  // className: selectedIndex === key ? props.activeClassName : "",
804
+ selectedKeys: [item.label],
804
805
  onClick: children ? void 0 : () => handleChange(item, key.toString())
805
806
  };
806
807
  }
@@ -821,14 +822,6 @@ var Sidebar = (props) => {
821
822
  return /* @__PURE__ */ import_react16.default.createElement(import_antd11.Layout, { style: { minHeight: "100vh" } }, /* @__PURE__ */ import_react16.default.createElement(
822
823
  Sider,
823
824
  {
824
- style: {
825
- overflow: "auto",
826
- height: "100vh",
827
- position: "fixed",
828
- left: 0,
829
- top: 0,
830
- bottom: 0
831
- },
832
825
  theme: "light",
833
826
  collapsible: true,
834
827
  collapsed,
package/dist/index.mjs CHANGED
@@ -730,6 +730,7 @@ var Sidebar = (props) => {
730
730
  children,
731
731
  label,
732
732
  // className: selectedIndex === key ? props.activeClassName : "",
733
+ selectedKeys: [item.label],
733
734
  onClick: children ? void 0 : () => handleChange(item, key.toString())
734
735
  };
735
736
  }
@@ -750,14 +751,6 @@ var Sidebar = (props) => {
750
751
  return /* @__PURE__ */ React15.createElement(Layout, { style: { minHeight: "100vh" } }, /* @__PURE__ */ React15.createElement(
751
752
  Sider,
752
753
  {
753
- style: {
754
- overflow: "auto",
755
- height: "100vh",
756
- position: "fixed",
757
- left: 0,
758
- top: 0,
759
- bottom: 0
760
- },
761
754
  theme: "light",
762
755
  collapsible: true,
763
756
  collapsed,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.16-Beta55",
3
+ "version": "0.0.16-Beta57",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",