imbric-theme 0.2.5 → 0.2.6

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.
@@ -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",