@djangocfg/layouts 2.1.151 → 2.1.153

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/layouts",
3
- "version": "2.1.151",
3
+ "version": "2.1.153",
4
4
  "description": "Simple, straightforward layout components for Next.js - import and use with props",
5
5
  "keywords": [
6
6
  "layouts",
@@ -74,12 +74,12 @@
74
74
  "check": "tsc --noEmit"
75
75
  },
76
76
  "peerDependencies": {
77
- "@djangocfg/api": "^2.1.151",
78
- "@djangocfg/centrifugo": "^2.1.151",
79
- "@djangocfg/i18n": "^2.1.151",
80
- "@djangocfg/ui-core": "^2.1.151",
81
- "@djangocfg/ui-nextjs": "^2.1.151",
82
- "@djangocfg/ui-tools": "^2.1.151",
77
+ "@djangocfg/api": "^2.1.153",
78
+ "@djangocfg/centrifugo": "^2.1.153",
79
+ "@djangocfg/i18n": "^2.1.153",
80
+ "@djangocfg/ui-core": "^2.1.153",
81
+ "@djangocfg/ui-nextjs": "^2.1.153",
82
+ "@djangocfg/ui-tools": "^2.1.153",
83
83
  "@hookform/resolvers": "^5.2.2",
84
84
  "consola": "^3.4.2",
85
85
  "lucide-react": "^0.545.0",
@@ -102,13 +102,13 @@
102
102
  "uuid": "^11.1.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@djangocfg/api": "^2.1.151",
106
- "@djangocfg/i18n": "^2.1.151",
107
- "@djangocfg/centrifugo": "^2.1.151",
108
- "@djangocfg/typescript-config": "^2.1.151",
109
- "@djangocfg/ui-core": "^2.1.151",
110
- "@djangocfg/ui-nextjs": "^2.1.151",
111
- "@djangocfg/ui-tools": "^2.1.151",
105
+ "@djangocfg/api": "^2.1.153",
106
+ "@djangocfg/i18n": "^2.1.153",
107
+ "@djangocfg/centrifugo": "^2.1.153",
108
+ "@djangocfg/typescript-config": "^2.1.153",
109
+ "@djangocfg/ui-core": "^2.1.153",
110
+ "@djangocfg/ui-nextjs": "^2.1.153",
111
+ "@djangocfg/ui-tools": "^2.1.153",
112
112
  "@types/node": "^24.7.2",
113
113
  "@types/react": "^19.1.0",
114
114
  "@types/react-dom": "^19.1.0",
@@ -64,7 +64,7 @@ function buildValidationDescription(
64
64
  */
65
65
  function buildCORSDescription(
66
66
  detail: CORSErrorDetail,
67
- config: Required<CORSErrorConfig>
67
+ _config: Required<CORSErrorConfig>
68
68
  ): React.ReactNode {
69
69
  const domain = extractDomain(detail.url);
70
70
 
@@ -44,7 +44,6 @@ import {
44
44
  import type {
45
45
  ErrorDetail,
46
46
  StoredError,
47
- ErrorTrackingConfig,
48
47
  ValidationErrorConfig,
49
48
  CORSErrorConfig,
50
49
  NetworkErrorConfig,
@@ -13,7 +13,8 @@ export interface ErrorContent {
13
13
  description: string;
14
14
  }
15
15
 
16
- type TranslationFn = (key: string, params?: Record<string, string | number>) => string;
16
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
17
+ type TranslationFn = (key: any, params?: Record<string, string | number>) => string;
17
18
 
18
19
  /**
19
20
  * Get standardized error content based on status code