@djangocfg/ui-nextjs 2.1.156 → 2.1.158

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.156",
3
+ "version": "2.1.158",
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",
@@ -80,9 +80,9 @@
80
80
  "check": "tsc --noEmit"
81
81
  },
82
82
  "peerDependencies": {
83
- "@djangocfg/api": "^2.1.156",
84
- "@djangocfg/ui-core": "^2.1.156",
85
- "@djangocfg/ui-tools": "^2.1.156",
83
+ "@djangocfg/api": "^2.1.158",
84
+ "@djangocfg/ui-core": "^2.1.158",
85
+ "@djangocfg/ui-tools": "^2.1.158",
86
86
  "@types/react": "^19.1.0",
87
87
  "@types/react-dom": "^19.1.0",
88
88
  "consola": "^3.4.2",
@@ -104,7 +104,7 @@
104
104
  "react-chartjs-2": "^5.3.0"
105
105
  },
106
106
  "devDependencies": {
107
- "@djangocfg/typescript-config": "^2.1.156",
107
+ "@djangocfg/typescript-config": "^2.1.158",
108
108
  "@radix-ui/react-dropdown-menu": "^2.1.16",
109
109
  "@radix-ui/react-slot": "^1.2.4",
110
110
  "@types/node": "^24.7.2",
@@ -69,7 +69,7 @@ export const SSRPagination: React.FC<SSRPaginationProps> = ({
69
69
  );
70
70
 
71
71
  // actualHasNextPage kept for clarity, even though it equals hasNextPage
72
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
72
+ // @ts-ignore reserved for future use
73
73
  const _actualHasNextPage = hasNextPage;
74
74
 
75
75
  // Generate URL for a specific page