create-cronus-app 0.7.0 → 0.7.1
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/README.md +4 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
- package/templates/dashboard/cronus-ui.json +1 -1
- package/templates/dashboard/package.json +3 -3
- package/templates/default/cronus-ui.json +1 -1
- package/templates/default/package.json +3 -3
- package/templates/marketing/cronus-ui.json +1 -1
- package/templates/marketing/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,9 +7,9 @@ npx create-cronus-app my-app --template saas
|
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
That is the gold path: a composed multi-page SaaS product — split login/signup,
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
Items and Team in a sidebar shell — built from validated registry blocks (the
|
|
11
|
+
generator's golden rule: pages only import and stack installed blocks). Catalog
|
|
12
|
+
demo pages (analytics, billing, settings) ship as files, not in the nav.
|
|
13
13
|
|
|
14
14
|
You get Next.js 16 (App Router) + React 19 + Tailwind v4 with
|
|
15
15
|
[`@cronus-ui/ui`](https://www.npmjs.com/package/@cronus-ui/ui), `@cronus-ui/tokens`,
|
|
@@ -122,7 +122,7 @@ my-app/
|
|
|
122
122
|
│ ├─ layout.tsx # <CronusUIProvider> + anti-flash <CronusThemeScript>
|
|
123
123
|
│ ├─ (bare)/login # split-variant sign-in
|
|
124
124
|
│ ├─ (bare)/signup
|
|
125
|
-
│ └─ (shell)/ #
|
|
125
|
+
│ └─ (shell)/ # Items (/) and Team in the nav; catalog demo pages off-nav
|
|
126
126
|
├─ components/blocks/ # installed registry blocks; pages only stack them
|
|
127
127
|
├─ cronus-ui.json # so `npx cronus-ui add` / add-page / compose work here
|
|
128
128
|
├─ next.config.mjs
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cronus-app",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Scaffold a Next.js + Cronus UI app: npx create-cronus-app my-app --template saas.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"prepublishOnly": "tsc -p tsconfig.json"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@cronus-ui/ai-kit": "0.7.
|
|
47
|
-
"cronus-ui": "0.7.
|
|
46
|
+
"@cronus-ui/ai-kit": "0.7.1",
|
|
47
|
+
"cronus-ui": "0.7.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "^22.10.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lib": "lib",
|
|
10
10
|
"blocks": "components/blocks"
|
|
11
11
|
},
|
|
12
|
-
"registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.7.
|
|
12
|
+
"registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.7.1/registry",
|
|
13
13
|
"theme": {
|
|
14
14
|
"name": "__THEME__",
|
|
15
15
|
"mode": "__MODE__"
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"start": "next start"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@cronus-ui/theme": "^0.7.
|
|
13
|
-
"@cronus-ui/tokens": "^0.7.
|
|
14
|
-
"@cronus-ui/ui": "^0.7.
|
|
12
|
+
"@cronus-ui/theme": "^0.7.1",
|
|
13
|
+
"@cronus-ui/tokens": "^0.7.1",
|
|
14
|
+
"@cronus-ui/ui": "^0.7.1",
|
|
15
15
|
"@tanstack/react-table": "^8.21.3",
|
|
16
16
|
"lucide-react": "^0.577.0",
|
|
17
17
|
"next": "16.2.10",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lib": "lib",
|
|
10
10
|
"blocks": "components/blocks"
|
|
11
11
|
},
|
|
12
|
-
"registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.7.
|
|
12
|
+
"registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.7.1/registry",
|
|
13
13
|
"theme": {
|
|
14
14
|
"name": "__THEME__",
|
|
15
15
|
"mode": "__MODE__"
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"start": "next start"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@cronus-ui/theme": "^0.7.
|
|
13
|
-
"@cronus-ui/tokens": "^0.7.
|
|
14
|
-
"@cronus-ui/ui": "^0.7.
|
|
12
|
+
"@cronus-ui/theme": "^0.7.1",
|
|
13
|
+
"@cronus-ui/tokens": "^0.7.1",
|
|
14
|
+
"@cronus-ui/ui": "^0.7.1",
|
|
15
15
|
"next": "16.2.10",
|
|
16
16
|
"react": "^19.2.0",
|
|
17
17
|
"react-dom": "^19.2.0"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lib": "lib",
|
|
10
10
|
"blocks": "components/blocks"
|
|
11
11
|
},
|
|
12
|
-
"registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.7.
|
|
12
|
+
"registry": "https://raw.githubusercontent.com/pedrogbraz/cronus-ui/v0.7.1/registry",
|
|
13
13
|
"theme": {
|
|
14
14
|
"name": "__THEME__",
|
|
15
15
|
"mode": "__MODE__"
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"start": "next start"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@cronus-ui/theme": "^0.7.
|
|
13
|
-
"@cronus-ui/tokens": "^0.7.
|
|
14
|
-
"@cronus-ui/ui": "^0.7.
|
|
12
|
+
"@cronus-ui/theme": "^0.7.1",
|
|
13
|
+
"@cronus-ui/tokens": "^0.7.1",
|
|
14
|
+
"@cronus-ui/ui": "^0.7.1",
|
|
15
15
|
"lucide-react": "^0.577.0",
|
|
16
16
|
"next": "16.2.10",
|
|
17
17
|
"react": "^19.2.0",
|