suis 1.8.0 → 1.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,6 @@ export interface SuisNavigationGroupItem extends SuisNavigationItem {
3
3
  }
4
4
  export interface SuisNavigationItem {
5
5
  label: string;
6
- link: string;
6
+ link?: string;
7
7
  [key: string]: any;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suis",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "main": "src/index.ts",
5
5
  "author": "Karol Jaskółka",
6
6
  "description": "Angular 16+ Component Library",