@djangocfg/layouts 2.1.184 → 2.1.186

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.184",
3
+ "version": "2.1.186",
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.184",
78
- "@djangocfg/centrifugo": "^2.1.184",
79
- "@djangocfg/i18n": "^2.1.184",
80
- "@djangocfg/ui-core": "^2.1.184",
81
- "@djangocfg/ui-nextjs": "^2.1.184",
82
- "@djangocfg/ui-tools": "^2.1.184",
77
+ "@djangocfg/api": "^2.1.186",
78
+ "@djangocfg/centrifugo": "^2.1.186",
79
+ "@djangocfg/i18n": "^2.1.186",
80
+ "@djangocfg/ui-core": "^2.1.186",
81
+ "@djangocfg/ui-nextjs": "^2.1.186",
82
+ "@djangocfg/ui-tools": "^2.1.186",
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.184",
106
- "@djangocfg/i18n": "^2.1.184",
107
- "@djangocfg/centrifugo": "^2.1.184",
108
- "@djangocfg/typescript-config": "^2.1.184",
109
- "@djangocfg/ui-core": "^2.1.184",
110
- "@djangocfg/ui-nextjs": "^2.1.184",
111
- "@djangocfg/ui-tools": "^2.1.184",
105
+ "@djangocfg/api": "^2.1.186",
106
+ "@djangocfg/i18n": "^2.1.186",
107
+ "@djangocfg/centrifugo": "^2.1.186",
108
+ "@djangocfg/typescript-config": "^2.1.186",
109
+ "@djangocfg/ui-core": "^2.1.186",
110
+ "@djangocfg/ui-nextjs": "^2.1.186",
111
+ "@djangocfg/ui-tools": "^2.1.186",
112
112
  "@types/node": "^24.7.2",
113
113
  "@types/react": "^19.1.0",
114
114
  "@types/react-dom": "^19.1.0",
@@ -141,6 +141,7 @@ export const IdentifierStep: React.FC = () => {
141
141
  disabled={isLoading}
142
142
  required
143
143
  autoFocus
144
+ autoComplete="off"
144
145
  className="auth-input"
145
146
  />
146
147
  )}