@eintrek/erp-shell 0.1.30 → 0.1.31

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.
@@ -4,6 +4,9 @@ export interface NavUserSystemLink {
4
4
  label: string;
5
5
  href: string;
6
6
  icon?: ReactNode;
7
+ /** Marks the app the user is currently in — shown with a dot, like the
8
+ * active language/theme. */
9
+ active?: boolean;
7
10
  }
8
11
  export interface NavUserProps {
9
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eintrek/erp-shell",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Shared frontend platform for ERP apps — HTTP client, providers, navigation, hooks.",