@djangocfg/layouts 2.1.228 → 2.1.229

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.228",
3
+ "version": "2.1.229",
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.228",
78
- "@djangocfg/centrifugo": "^2.1.228",
79
- "@djangocfg/i18n": "^2.1.228",
80
- "@djangocfg/monitor": "^2.1.228",
81
- "@djangocfg/debuger": "^2.1.228",
82
- "@djangocfg/ui-core": "^2.1.228",
83
- "@djangocfg/ui-nextjs": "^2.1.228",
84
- "@djangocfg/ui-tools": "^2.1.228",
77
+ "@djangocfg/api": "^2.1.229",
78
+ "@djangocfg/centrifugo": "^2.1.229",
79
+ "@djangocfg/i18n": "^2.1.229",
80
+ "@djangocfg/monitor": "^2.1.229",
81
+ "@djangocfg/debuger": "^2.1.229",
82
+ "@djangocfg/ui-core": "^2.1.229",
83
+ "@djangocfg/ui-nextjs": "^2.1.229",
84
+ "@djangocfg/ui-tools": "^2.1.229",
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.228",
113
- "@djangocfg/i18n": "^2.1.228",
114
- "@djangocfg/centrifugo": "^2.1.228",
115
- "@djangocfg/monitor": "^2.1.228",
116
- "@djangocfg/debuger": "^2.1.228",
117
- "@djangocfg/typescript-config": "^2.1.228",
118
- "@djangocfg/ui-core": "^2.1.228",
119
- "@djangocfg/ui-nextjs": "^2.1.228",
120
- "@djangocfg/ui-tools": "^2.1.228",
112
+ "@djangocfg/api": "^2.1.229",
113
+ "@djangocfg/i18n": "^2.1.229",
114
+ "@djangocfg/centrifugo": "^2.1.229",
115
+ "@djangocfg/monitor": "^2.1.229",
116
+ "@djangocfg/debuger": "^2.1.229",
117
+ "@djangocfg/typescript-config": "^2.1.229",
118
+ "@djangocfg/ui-core": "^2.1.229",
119
+ "@djangocfg/ui-nextjs": "^2.1.229",
120
+ "@djangocfg/ui-tools": "^2.1.229",
121
121
  "@types/node": "^24.7.2",
122
122
  "@types/react": "^19.1.0",
123
123
  "@types/react-dom": "^19.1.0",
@@ -69,3 +69,4 @@ export interface DebugConfig extends DebugButtonProps {
69
69
  /** Set false to disable the debug panel. Default: true */
70
70
  enabled?: boolean;
71
71
  }
72
+
@@ -11,5 +11,3 @@ export * from './Analytics';
11
11
  // MonitorProvider lives in @djangocfg/monitor/client — re-exported here for convenience
12
12
  export { MonitorProvider } from '@djangocfg/monitor/client';
13
13
  export type { MonitorProviderProps } from '@djangocfg/monitor/client';
14
-
15
-