deesse 0.1.14 → 0.1.15

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.
@@ -1,3 +1,4 @@
1
+ import { LucideIcon } from 'lucide-react';
1
2
  export type SidebarGroup = {
2
3
  label: string;
3
4
  collapsible: boolean;
@@ -12,6 +13,6 @@ export type SidebarSubmenu = {
12
13
  export type Page = {
13
14
  label: string;
14
15
  href: string;
15
- icon: React.ReactNode;
16
+ icon: LucideIcon;
16
17
  content: React.ReactNode;
17
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deesse",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "The fullstack web framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -59,6 +59,7 @@
59
59
  "drizzle-orm": "^0.45.0",
60
60
  "eslint": "^8.0.0",
61
61
  "jsdom": "^27.2.0",
62
+ "lucide-react": "^0.562.0",
62
63
  "react": "^19.2.3",
63
64
  "sinon": "^21.0.0",
64
65
  "typescript": "^5.0.0",