imbric-theme 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ import {
15
15
  SidebarContent,
16
16
  } from "react-pro-sidebar"
17
17
 
18
- import styles from './Sidebar.module.css'
18
+ // import styles from './Sidebar.module.css'
19
19
  //import sidebar css from react-pro-sidebar module and our custom css
20
20
  // import "react-pro-sidebar/dist/css/styles.css"
21
21
 
@@ -309,4 +309,4 @@ Sidebar.defaultProps = {
309
309
  getStyles: () => { },
310
310
  }
311
311
 
312
- export default withStyles(styles)(Sidebar)
312
+ export default withStyles(subItems)(Sidebar)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",