RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
imbric-theme
Versions diffs
0.2.4 → 0.2.7
Page 3
imbric-theme 0.2.4 → 0.2.7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/.storybook/preview.js
+1
-0
package/layout/Sidebar/Sidebar.js
+1
-1
package/layout/Sidebar/Sidebar.module.css
+746
-2
package/layout/Sidebar/index.js
+0
-1
package/package.json
+1
-1
package/styles/sidebar.css
+751
-0
package/layout/Sidebar/Sidebar.css
+0
-90
package/layout/Sidebar/index.js
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "imbric-theme",
3
-
"version": "0.2.
4
",
3
+
"version": "0.2.
7
",
4
4
"description": "Components library IMBRIC",
5
5
"private": false,
6
6
"main": "index.js",
« First
‹ Prev
1
2
3
4
5
Next ›
Last »