@grasp-labs/ds-microfrontends-integration 0.24.1 → 0.24.2

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.
@@ -10,6 +10,11 @@ export type BaseItem = {
10
10
  */
11
11
  labelKey: string;
12
12
  icon: IconName;
13
+ /**
14
+ * Roles required to access this navigation item.
15
+ * When specified, the item should only be visible to users with at least one of the listed roles.
16
+ */
17
+ requiredRoles?: string[];
13
18
  };
14
19
  export type RouteConfig = BaseItem & {
15
20
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grasp-labs/ds-microfrontends-integration",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",