@nextlyhq/ui 0.0.2-alpha.50 → 0.0.2-alpha.52

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": "@nextlyhq/ui",
3
- "version": "0.0.2-alpha.50",
3
+ "version": "0.0.2-alpha.52",
4
4
  "description": "Nextly UI — Reusable React component library for Nextly plugins and custom admin UIs",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -86,9 +86,9 @@
86
86
  "typescript": "^5.9.3",
87
87
  "vite-tsconfig-paths": "^5.1.4",
88
88
  "vitest": "^4.1.0",
89
- "@nextlyhq/admin-css": "0.0.2-alpha.50",
90
- "@nextlyhq/eslint-config": "0.0.2-alpha.50",
91
- "@nextlyhq/tsconfig": "0.0.2-alpha.50"
89
+ "@nextlyhq/admin-css": "0.0.2-alpha.52",
90
+ "@nextlyhq/eslint-config": "0.0.2-alpha.52",
91
+ "@nextlyhq/tsconfig": "0.0.2-alpha.52"
92
92
  },
93
93
  "dependencies": {
94
94
  "@radix-ui/react-accordion": "^1.2.12",
@@ -96,6 +96,7 @@
96
96
  "@radix-ui/react-avatar": "^1.1.11",
97
97
  "@radix-ui/react-checkbox": "^1.3.3",
98
98
  "@radix-ui/react-collapsible": "^1.1.12",
99
+ "@radix-ui/react-context-menu": "^2.3.7",
99
100
  "@radix-ui/react-dialog": "^1.1.15",
100
101
  "@radix-ui/react-dropdown-menu": "^2.1.16",
101
102
  "@radix-ui/react-label": "^2.1.8",
@@ -110,6 +111,7 @@
110
111
  "class-variance-authority": "^0.7.1",
111
112
  "clsx": "^2.1.1",
112
113
  "cmdk": "^1.1.1",
114
+ "react-resizable-panels": "^4.12.2",
113
115
  "sonner": "^2.0.7",
114
116
  "tailwind-merge": "^3.4.0"
115
117
  },