@djangocfg/ui-core 1.0.1 → 1.0.3
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 +3 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ Pure React UI library with 60+ components built on Radix UI + Tailwind CSS v4.
|
|
|
6
6
|
|
|
7
7
|
**Part of [DjangoCFG](https://djangocfg.com)** — modern Django framework for production-ready SaaS applications.
|
|
8
8
|
|
|
9
|
+
**[Live Demo & Props](https://djangocfg.com/demo/)**
|
|
10
|
+
|
|
9
11
|
## Install
|
|
10
12
|
|
|
11
13
|
```bash
|
|
@@ -132,4 +134,4 @@ These features require Next.js or browser storage APIs:
|
|
|
132
134
|
|
|
133
135
|
---
|
|
134
136
|
|
|
135
|
-
**[Full documentation & examples](https://djangocfg.com/demo/
|
|
137
|
+
**[Full documentation & examples](https://djangocfg.com/demo/)**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/ui-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Pure React UI component library without Next.js dependencies - for Electron, Vite, CRA apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ui-components",
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
"check": "tsc --noEmit"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
+
"@types/react": "^18.0.0 || ^19.0.0",
|
|
51
|
+
"@types/react-dom": "^18.0.0 || ^19.0.0",
|
|
50
52
|
"lucide-react": "^0.545.0",
|
|
51
53
|
"moment": "^2.30.1",
|
|
52
54
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -99,10 +101,8 @@
|
|
|
99
101
|
"@web3icons/react": "^4.0.26"
|
|
100
102
|
},
|
|
101
103
|
"devDependencies": {
|
|
102
|
-
"@djangocfg/typescript-config": "^1.4.
|
|
104
|
+
"@djangocfg/typescript-config": "^1.4.46",
|
|
103
105
|
"@types/node": "^24.7.2",
|
|
104
|
-
"@types/react": "19.2.2",
|
|
105
|
-
"@types/react-dom": "19.2.1",
|
|
106
106
|
"typescript": "^5.9.3"
|
|
107
107
|
},
|
|
108
108
|
"publishConfig": {
|