You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(resizable): add duration prop and CSS variable for animation customization
- Add `duration` prop (default 400ms) to control animation speed
- Add `--resizable-easing` CSS variable for theme-level easing control
- Document Tailwind arbitrary property syntax for inline easing
- Bump version to 1.2.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@neynar/ui",
3
-
"version": "1.2.0",
3
+
"version": "1.2.1",
4
4
"license": "MIT",
5
5
"author": "Neynar Inc.",
6
6
"description": "AI-first React component library for coding agents. LLM-optimized docs, sensible defaults, zero config. Built on shadcn patterns, Base UI, and Tailwind CSS v4.",
0 commit comments