@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.
package/CHANGELOG.md CHANGED
@@ -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
@@ -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;