@tidecloak/create-nextjs 0.12.15 → 0.12.22

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": "@tidecloak/create-nextjs",
3
- "version": "0.12.15",
3
+ "version": "0.12.22",
4
4
  "type": "module",
5
5
  "description": "Scaffold a TideCloak-ready Next.js app with optional IAM setup and working auth - start building instantly with a live example",
6
6
  "bin": {
@@ -95,7 +95,7 @@ const cardStyle = {
95
95
  borderRadius: '8px',
96
96
  boxShadow: '0 4px 12px rgba(0,0,0,0.1)',
97
97
  textAlign: 'center',
98
- maxWidth: '360px',
98
+ maxWidth: '660px',
99
99
  width: '100%',
100
100
  }
101
101
 
@@ -109,3 +109,4 @@ const buttonStyle = {
109
109
  color: '#fff',
110
110
  cursor: 'pointer',
111
111
  }
112
+
@@ -12,6 +12,6 @@
12
12
  "next": "14.x",
13
13
  "react": "18.x",
14
14
  "react-dom": "18.x",
15
- "@tidecloak/nextjs": "^0.12.15"
15
+ "@tidecloak/nextjs": "^0.12.22"
16
16
  }
17
17
  }
@@ -95,7 +95,7 @@ const cardStyle: React.CSSProperties = {
95
95
  borderRadius: '8px',
96
96
  boxShadow: '0 4px 12px rgba(0,0,0,0.1)',
97
97
  textAlign: 'center',
98
- maxWidth: '360px',
98
+ maxWidth: '660px',
99
99
  width: '100%',
100
100
  }
101
101
 
@@ -109,3 +109,4 @@ const buttonStyle: React.CSSProperties = {
109
109
  color: '#fff',
110
110
  cursor: 'pointer',
111
111
  }
112
+
@@ -12,7 +12,7 @@
12
12
  "next": "14.x",
13
13
  "react": "18.x",
14
14
  "react-dom": "18.x",
15
- "@tidecloak/nextjs": "^0.12.15"
15
+ "@tidecloak/nextjs": "^0.12.22"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "24.0.13",