@orsetra/shared-ui 1.0.2 → 1.0.3

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/lib/menu-utils.ts CHANGED
@@ -9,7 +9,6 @@
9
9
  * @returns Menu ID string
10
10
  */
11
11
  export function getMenuFromPath(pathname: string): string {
12
- // Routes pour Vue d'ensemble
13
12
  if (pathname === "/") {
14
13
  return "welcome"
15
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orsetra/shared-ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shared UI components for Orsetra platform",
5
5
  "main": "./index.ts",
6
6
  "types": "./index.ts",
@@ -40,6 +40,7 @@
40
40
  "next": "^14.0.0 || ^15.0.0"
41
41
  },
42
42
  "dependencies": {
43
+ "react-avatar": "^5.0.3",
43
44
  "clsx": "^2.1.1",
44
45
  "tailwind-merge": "^2.5.5",
45
46
  "class-variance-authority": "^0.7.1",