RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@fattureincloud/fic-design-system
Versions diffs
0.4.3 → 0.4.4
@fattureincloud/fic-design-system 0.4.3 → 0.4.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/CHANGELOG.md
+6
-0
package/dist/components/layout/sidebarItem/sidebarItem.stories.d.ts
+5
-1
package/dist/index.esm.js
+2
-2
package/dist/index.esm.js.map
+1
-1
package/dist/index.js
+1
-1
package/dist/index.js.map
+1
-1
package/package.json
+1
-1
package/CHANGELOG.md
CHANGED
Viewed
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v0.4.4 - 25/01/2022
4
+
5
+
### 🐛 Bug Fix
6
+
7
+
- Move SidebarItem Dropdown on the left in Safari
8
+
3
9
## v0.4.3 - 21/01/2022
4
10
5
11
### 🐛 Bug Fix
package/dist/components/layout/sidebarItem/sidebarItem.stories.d.ts
CHANGED
Viewed
@@ -1 +1,5 @@
1
-
export
{};
1
+
import
{
Meta, Story
}
from '@storybook/react'
;
2
+
import { SidebarItemProps } from './SidebarItem';
3
+
export declare const Template: Story<SidebarItemProps>;
4
+
declare const SidebarItemStory: Meta<SidebarItemProps>;
5
+
export default SidebarItemStory;
1
2
3
4
5
Next ›
Last »