create-vitnode-app 1.2.0-canary.21 → 1.2.0-canary.23
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
@custom-variant dark (&:is(.dark *));
|
|
9
9
|
|
|
10
10
|
:root:not(.dark) {
|
|
11
|
-
--background: oklch(
|
|
11
|
+
--background: oklch(0.98 0 0);
|
|
12
12
|
--foreground: oklch(0.145 0 0);
|
|
13
13
|
--card: oklch(1 0 0);
|
|
14
14
|
--card-foreground: oklch(0.145 0 0);
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
--secondary: oklch(0.96 0 0);
|
|
20
20
|
--secondary-foreground: oklch(0.205 0 0);
|
|
21
21
|
--muted: oklch(0.97 0 0);
|
|
22
|
-
--muted-foreground: oklch(0.
|
|
22
|
+
--muted-foreground: oklch(0.45 0 0);
|
|
23
23
|
--accent: oklch(0.95 0 0);
|
|
24
24
|
--accent-foreground: oklch(0.205 0 0);
|
|
25
25
|
--destructive: oklch(0.577 0.245 27.325);
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
--chart-3: oklch(0.398 0.07 227.392);
|
|
33
33
|
--chart-4: oklch(0.828 0.189 84.429);
|
|
34
34
|
--chart-5: oklch(0.769 0.188 70.08);
|
|
35
|
-
--sidebar:
|
|
35
|
+
--sidebar: var(--card);
|
|
36
36
|
--sidebar-foreground: oklch(0.145 0 0);
|
|
37
|
-
--sidebar-primary:
|
|
38
|
-
--sidebar-primary-foreground:
|
|
39
|
-
--sidebar-accent: oklch(0.
|
|
37
|
+
--sidebar-primary: var(--primary);
|
|
38
|
+
--sidebar-primary-foreground: var(--primary-foreground);
|
|
39
|
+
--sidebar-accent: oklch(0.975 0 0);
|
|
40
40
|
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
41
41
|
--sidebar-border: oklch(0.902 0 0);
|
|
42
42
|
--sidebar-ring: oklch(0.708 0 0);
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
--secondary: oklch(0.24 0.01 240);
|
|
55
55
|
--secondary-foreground: oklch(0.98 0.005 240);
|
|
56
56
|
--muted: oklch(0.22 0.01 240);
|
|
57
|
-
--muted-foreground: oklch(0.
|
|
57
|
+
--muted-foreground: oklch(0.7 0 0);
|
|
58
58
|
--accent: oklch(0.28 0.015 240);
|
|
59
59
|
--destructive: oklch(0.704 0.191 22.216);
|
|
60
60
|
--border: oklch(0.269 0.005 240);
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
--chart-3: oklch(0.769 0.188 70.08);
|
|
66
66
|
--chart-4: oklch(0.627 0.265 303.9);
|
|
67
67
|
--chart-5: oklch(0.645 0.246 16.439);
|
|
68
|
-
--sidebar:
|
|
68
|
+
--sidebar: var(--card);
|
|
69
69
|
--sidebar-foreground: oklch(0.98 0.005 240);
|
|
70
|
-
--sidebar-primary:
|
|
71
|
-
--sidebar-primary-foreground:
|
|
72
|
-
--sidebar-accent: oklch(0.
|
|
70
|
+
--sidebar-primary: var(--primary);
|
|
71
|
+
--sidebar-primary-foreground: var(--primary-foreground);
|
|
72
|
+
--sidebar-accent: oklch(0.22 0.005 240);
|
|
73
73
|
--sidebar-accent-foreground: oklch(0.98 0.005 240);
|
|
74
74
|
--sidebar-border: oklch(0.269 0.005 240);
|
|
75
75
|
--sidebar-ring: oklch(0.51 0.16 262.61);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vitnode-app",
|
|
3
|
-
"version": "1.2.0-canary.
|
|
3
|
+
"version": "1.2.0-canary.23",
|
|
4
4
|
"description": "Create a new VitNode app in seconds.",
|
|
5
5
|
"author": "VitNode Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
35
35
|
"eslint": "^9.28.0",
|
|
36
36
|
"typescript": "^5.8.3",
|
|
37
|
-
"@vitnode/eslint-config": "1.2.0-canary.
|
|
37
|
+
"@vitnode/eslint-config": "1.2.0-canary.23"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build:scripts": "tsc && node dist/src/prepare/prepare.js",
|