@djangocfg/layouts 2.1.27 → 2.1.29

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.27",
3
+ "version": "2.1.29",
4
4
  "description": "Simple, straightforward layout components for Next.js - import and use with props",
5
5
  "keywords": [
6
6
  "layouts",
@@ -92,9 +92,9 @@
92
92
  "check": "tsc --noEmit"
93
93
  },
94
94
  "peerDependencies": {
95
- "@djangocfg/api": "^2.1.27",
96
- "@djangocfg/centrifugo": "^2.1.27",
97
- "@djangocfg/ui-nextjs": "^2.1.27",
95
+ "@djangocfg/api": "^2.1.29",
96
+ "@djangocfg/centrifugo": "^2.1.29",
97
+ "@djangocfg/ui-nextjs": "^2.1.29",
98
98
  "@hookform/resolvers": "^5.2.0",
99
99
  "consola": "^3.4.2",
100
100
  "lucide-react": "^0.545.0",
@@ -114,7 +114,7 @@
114
114
  "uuid": "^11.1.0"
115
115
  },
116
116
  "devDependencies": {
117
- "@djangocfg/typescript-config": "^2.1.27",
117
+ "@djangocfg/typescript-config": "^2.1.29",
118
118
  "@types/node": "^24.7.2",
119
119
  "@types/react": "^19.1.0",
120
120
  "@types/react-dom": "^19.1.0",
@@ -69,11 +69,6 @@ export function BaseApp({
69
69
  // ErrorBoundary is enabled by default
70
70
  const enableErrorBoundary = errorBoundary?.enabled !== false;
71
71
 
72
- // Debug: log mcpChat config
73
- if (typeof window !== 'undefined') {
74
- console.log('[BaseApp] mcpChat config:', mcpChat);
75
- }
76
-
77
72
  const content = (
78
73
  <ThemeProvider
79
74
  defaultTheme={theme?.defaultTheme || 'system'}