@djangocfg/layouts 2.1.238 → 2.1.240

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.238",
3
+ "version": "2.1.240",
4
4
  "description": "Simple, straightforward layout components for Next.js - import and use with props",
5
5
  "keywords": [
6
6
  "layouts",
@@ -74,14 +74,14 @@
74
74
  "check": "tsc --noEmit"
75
75
  },
76
76
  "peerDependencies": {
77
- "@djangocfg/api": "^2.1.238",
78
- "@djangocfg/centrifugo": "^2.1.238",
79
- "@djangocfg/i18n": "^2.1.238",
80
- "@djangocfg/monitor": "^2.1.238",
81
- "@djangocfg/debuger": "^2.1.238",
82
- "@djangocfg/ui-core": "^2.1.238",
83
- "@djangocfg/ui-nextjs": "^2.1.238",
84
- "@djangocfg/ui-tools": "^2.1.238",
77
+ "@djangocfg/api": "^2.1.240",
78
+ "@djangocfg/centrifugo": "^2.1.240",
79
+ "@djangocfg/i18n": "^2.1.240",
80
+ "@djangocfg/monitor": "^2.1.240",
81
+ "@djangocfg/debuger": "^2.1.240",
82
+ "@djangocfg/ui-core": "^2.1.240",
83
+ "@djangocfg/ui-nextjs": "^2.1.240",
84
+ "@djangocfg/ui-tools": "^2.1.240",
85
85
  "@hookform/resolvers": "^5.2.2",
86
86
  "consola": "^3.4.2",
87
87
  "lucide-react": "^0.545.0",
@@ -109,15 +109,15 @@
109
109
  "uuid": "^11.1.0"
110
110
  },
111
111
  "devDependencies": {
112
- "@djangocfg/api": "^2.1.238",
113
- "@djangocfg/i18n": "^2.1.238",
114
- "@djangocfg/centrifugo": "^2.1.238",
115
- "@djangocfg/monitor": "^2.1.238",
116
- "@djangocfg/debuger": "^2.1.238",
117
- "@djangocfg/typescript-config": "^2.1.238",
118
- "@djangocfg/ui-core": "^2.1.238",
119
- "@djangocfg/ui-nextjs": "^2.1.238",
120
- "@djangocfg/ui-tools": "^2.1.238",
112
+ "@djangocfg/api": "^2.1.240",
113
+ "@djangocfg/i18n": "^2.1.240",
114
+ "@djangocfg/centrifugo": "^2.1.240",
115
+ "@djangocfg/monitor": "^2.1.240",
116
+ "@djangocfg/debuger": "^2.1.240",
117
+ "@djangocfg/typescript-config": "^2.1.240",
118
+ "@djangocfg/ui-core": "^2.1.240",
119
+ "@djangocfg/ui-nextjs": "^2.1.240",
120
+ "@djangocfg/ui-tools": "^2.1.240",
121
121
  "@types/node": "^24.7.2",
122
122
  "@types/react": "^19.1.0",
123
123
  "@types/react-dom": "^19.1.0",
@@ -92,7 +92,7 @@ export function BaseApp({
92
92
  const enableErrorBoundary = errorBoundary?.enabled !== false;
93
93
 
94
94
  // Check if PWA Install is enabled
95
- const pwaInstallEnabled = pwaInstall?.enabled !== false;
95
+ const pwaInstallEnabled = pwaInstall?.enabled === true;
96
96
  const showInstallHint = pwaInstallEnabled && pwaInstall?.showInstallHint !== false;
97
97
 
98
98
  // Centrifugo configuration