@orsetra/shared-ui 1.5.15 → 1.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,7 @@ export interface ApiMainMenuItem {
69
69
  id: string
70
70
  label: string
71
71
  icon: string
72
- href?: string
72
+ href: string
73
73
  }
74
74
 
75
75
  export interface ApiSubMenuItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.5.15",
3
+ "version": "1.5.16",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",