@djangocfg/ui-nextjs 2.1.36 → 2.1.38

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": "@djangocfg/ui-nextjs",
3
- "version": "2.1.36",
3
+ "version": "2.1.38",
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,8 +58,8 @@
58
58
  "check": "tsc --noEmit"
59
59
  },
60
60
  "peerDependencies": {
61
- "@djangocfg/api": "^2.1.36",
62
- "@djangocfg/ui-core": "^2.1.36",
61
+ "@djangocfg/api": "^2.1.38",
62
+ "@djangocfg/ui-core": "^2.1.38",
63
63
  "@types/react": "^19.1.0",
64
64
  "@types/react-dom": "^19.1.0",
65
65
  "consola": "^3.4.2",
@@ -106,7 +106,7 @@
106
106
  "vidstack": "next"
107
107
  },
108
108
  "devDependencies": {
109
- "@djangocfg/typescript-config": "^2.1.36",
109
+ "@djangocfg/typescript-config": "^2.1.38",
110
110
  "@types/node": "^24.7.2",
111
111
  "eslint": "^9.37.0",
112
112
  "tailwindcss-animate": "1.0.7",
@@ -12,6 +12,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
12
12
  <Sonner
13
13
  theme={theme as ToasterProps["theme"]}
14
14
  className="toaster group"
15
+ richColors
15
16
  toastOptions={{
16
17
  classNames: {
17
18
  toast: