@marianmeres/collection-types 1.36.0 → 1.37.0
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.
- package/dist/navigation.d.ts +1 -1
- package/package.json +1 -1
package/dist/navigation.d.ts
CHANGED
|
@@ -95,7 +95,7 @@ export interface NavItemDef {
|
|
|
95
95
|
* Each area represents a distinct section of the application with its own
|
|
96
96
|
* routing pattern and navigation structure.
|
|
97
97
|
*/
|
|
98
|
-
export type AreaId = "cms" | "custom" | "customer" | "extra";
|
|
98
|
+
export type AreaId = "cms" | "custom" | "customer" | "extra" | "me";
|
|
99
99
|
/**
|
|
100
100
|
* Base nav item structure shared across all areas.
|
|
101
101
|
* Designed to support hierarchical navigation (groups, pages, tabs).
|