@djangocfg/ui-core 1.0.1 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +6 -6
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/ui/)**
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.1",
3
+ "version": "1.0.5",
4
4
  "description": "Pure React UI component library without Next.js dependencies - for Electron, Vite, CRA apps",
5
5
  "keywords": [
6
6
  "ui-components",
@@ -82,6 +82,7 @@
82
82
  "@radix-ui/react-toggle": "^1.1.10",
83
83
  "@radix-ui/react-toggle-group": "^1.1.11",
84
84
  "@radix-ui/react-tooltip": "^1.2.8",
85
+ "@web3icons/react": "^4.0.26",
85
86
  "class-variance-authority": "^0.7.1",
86
87
  "clsx": "^2.1.1",
87
88
  "cmdk": "1.1.1",
@@ -95,14 +96,13 @@
95
96
  "recharts": "2.15.4",
96
97
  "sonner": "2.0.7",
97
98
  "tailwind-merge": "^3.3.1",
98
- "vaul": "1.1.2",
99
- "@web3icons/react": "^4.0.26"
99
+ "vaul": "1.1.2"
100
100
  },
101
101
  "devDependencies": {
102
- "@djangocfg/typescript-config": "^1.4.45",
102
+ "@djangocfg/typescript-config": "^1.4.47",
103
103
  "@types/node": "^24.7.2",
104
- "@types/react": "19.2.2",
105
- "@types/react-dom": "19.2.1",
104
+ "@types/react": "^19.2.7",
105
+ "@types/react-dom": "^19.2.3",
106
106
  "typescript": "^5.9.3"
107
107
  },
108
108
  "publishConfig": {