imbric-theme 0.2.5 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ import React from 'react'
3
3
  import 'minireset.css'
4
4
  import '../styles/globals.css'
5
5
  import '../styles/tokens.css'
6
+ import '../styles/sidebar.css'
6
7
 
7
8
  const getStyles = ({ __sb } = {}) => ({
8
9
  display: 'flex',
@@ -1,7 +1,3 @@
1
1
  .is-home {
2
2
  display: none;
3
- }
4
-
5
- .divider {
6
- height: auto;
7
3
  }
@@ -1,4 +1,3 @@
1
1
  export { default, Sidebar } from './Sidebar'
2
2
  export { subItems } from './constants'
3
3
  export { default as styles } from './Sidebar.module.css'
4
- export { default as SidebarCss } from './Sidebar.css'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.2.5",
3
+ "version": "0.2.8",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",