Skip to content

Commit ccba432

Browse files
committed
fix: export cn, add lucide-react to react package and update lockfile
1 parent ccd20d6 commit ccba432

3 files changed

Lines changed: 1275 additions & 6 deletions

File tree

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"eslint-plugin-storybook": "^10.2.13",
7979
"framer-motion": "^12.6.0",
8080
"jsdom": "^26.1.0",
81+
"lucide-react": "^0.564.0",
8182
"playwright": "^1.58.2",
8283
"react": "^19.2.0",
8384
"react-dom": "^19.2.0",

packages/react/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export { NavGroup } from "./NavGroup";
1313
export { NavItem } from "./NavItem";
1414
export { HeaderNav, HeaderNavItem } from "./HeaderNav";
1515
export { ScrollNav, ScrollNavItem } from "./ScrollNav";
16+
export { cn } from "./cn";
1617

1718
export type {
1819
HeaderBehavior,

0 commit comments

Comments
 (0)