@djangocfg/ui-nextjs 1.4.45 → 1.4.47
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/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Next.js UI library extending `@djangocfg/ui-core` with 70+ components built on R
|
|
|
4
4
|
|
|
5
5
|
**Part of [DjangoCFG](https://djangocfg.com)** — modern Django framework for production-ready SaaS applications.
|
|
6
6
|
|
|
7
|
-
**[Live Demo & Props](https://djangocfg.com/demo/
|
|
7
|
+
**[Live Demo & Props](https://djangocfg.com/demo/)**
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|
|
@@ -149,4 +149,4 @@ function App({ children }) {
|
|
|
149
149
|
|
|
150
150
|
---
|
|
151
151
|
|
|
152
|
-
**[Full documentation & examples](https://djangocfg.com/demo/
|
|
152
|
+
**[Full documentation & examples](https://djangocfg.com/demo/)**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ui-nextjs",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.47",
|
|
4
4
|
"description": "Next.js UI component library with Radix UI primitives, Tailwind CSS styling, charts, and form components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui-components",
|
|
@@ -58,7 +58,10 @@
|
|
|
58
58
|
"check": "tsc --noEmit"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@djangocfg/api": "^1.4.
|
|
61
|
+
"@djangocfg/api": "^1.4.46",
|
|
62
|
+
"@djangocfg/ui-core": "^1.0.2",
|
|
63
|
+
"@types/react": "^19.0.0",
|
|
64
|
+
"@types/react-dom": "^19.0.0",
|
|
62
65
|
"lucide-react": "^0.545.0",
|
|
63
66
|
"moment": "^2.30.1",
|
|
64
67
|
"next": "^15.5.7",
|
|
@@ -70,7 +73,6 @@
|
|
|
70
73
|
"consola": "^3.4.2"
|
|
71
74
|
},
|
|
72
75
|
"dependencies": {
|
|
73
|
-
"@djangocfg/ui-core": "^1.0.1",
|
|
74
76
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
75
77
|
"@radix-ui/react-menubar": "^1.1.16",
|
|
76
78
|
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
@@ -96,10 +98,8 @@
|
|
|
96
98
|
"vidstack": "next"
|
|
97
99
|
},
|
|
98
100
|
"devDependencies": {
|
|
99
|
-
"@djangocfg/typescript-config": "^1.4.
|
|
101
|
+
"@djangocfg/typescript-config": "^1.4.46",
|
|
100
102
|
"@types/node": "^24.7.2",
|
|
101
|
-
"@types/react": "19.2.2",
|
|
102
|
-
"@types/react-dom": "19.2.1",
|
|
103
103
|
"eslint": "^9.37.0",
|
|
104
104
|
"tailwindcss-animate": "1.0.7",
|
|
105
105
|
"typescript": "^5.9.3"
|