@orsetra/shared-ui 1.0.52 → 1.0.53

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.
@@ -50,7 +50,7 @@ export const menuItems: MainMenuItem[] = [
50
50
  icon: <Settings className="h-6 w-6" />
51
51
  },
52
52
  {
53
- id: "access-manager",
53
+ id: "access",
54
54
  label: "Access Manager",
55
55
  icon: <Shield className="h-6 w-6" />
56
56
  },
@@ -63,6 +63,6 @@ export const menuLabels: Record<string, string> = {
63
63
  "runtime": "Runtime",
64
64
  "monitoring": "Monitoring",
65
65
  "api-manager": "API Manager",
66
- "access-manager": "Access Manager",
66
+ "access": "Access Manager",
67
67
  }
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",