@fluid-app/ui-primitives 0.1.11 → 0.1.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-app/ui-primitives",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Shared shadcn UI primitives for the Fluid platform",
5
5
  "files": [
6
6
  "dist",
@@ -54,7 +54,7 @@
54
54
  "tailwindcss": "^4.1.8",
55
55
  "tsdown": "^0.21.0",
56
56
  "typescript": "^5",
57
- "zod": "^4.0.0",
57
+ "zod": "4.3.5",
58
58
  "@fluid-app/typescript-config": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {
@@ -62,7 +62,7 @@
62
62
  "react": ">=18.0.0",
63
63
  "react-hook-form": ">=7.0.0",
64
64
  "sonner": ">=2.0.0",
65
- "zod": "^4.0.0"
65
+ "zod": "4.3.5"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
68
  "@hookform/resolvers": {
package/src/index.ts CHANGED
@@ -147,6 +147,8 @@ export {
147
147
 
148
148
  export { RadioGroup, RadioGroupItem } from "./components/RadioGroup";
149
149
 
150
+ export { ScrollArea, ScrollBar } from "./components/ScrollArea";
151
+
150
152
  export {
151
153
  Select,
152
154
  SelectContent,