@djangocfg/ui-nextjs 2.1.1 → 2.1.2

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 (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/ui-nextjs",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
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,7 @@
58
58
  "check": "tsc --noEmit"
59
59
  },
60
60
  "peerDependencies": {
61
- "@djangocfg/api": "^2.1.1",
61
+ "@djangocfg/api": "^2.1.2",
62
62
  "@djangocfg/ui-core": "^1.0.4",
63
63
  "@types/react": "^19.1.0",
64
64
  "@types/react-dom": "^19.1.0",
@@ -73,6 +73,9 @@
73
73
  "consola": "^3.4.2"
74
74
  },
75
75
  "dependencies": {
76
+ "class-variance-authority": "^0.7.1",
77
+ "libphonenumber-js": "^1.12.24",
78
+ "sonner": "2.0.7",
76
79
  "@radix-ui/react-dropdown-menu": "^2.1.16",
77
80
  "@radix-ui/react-menubar": "^1.1.16",
78
81
  "@radix-ui/react-navigation-menu": "^1.2.14",
@@ -99,7 +102,7 @@
99
102
  "vidstack": "next"
100
103
  },
101
104
  "devDependencies": {
102
- "@djangocfg/typescript-config": "^2.1.1",
105
+ "@djangocfg/typescript-config": "^2.1.2",
103
106
  "@types/node": "^24.7.2",
104
107
  "eslint": "^9.37.0",
105
108
  "tailwindcss-animate": "1.0.7",