doo-boilerplate 0.1.14 → 0.1.15

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": "doo-boilerplate",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "CLI to scaffold Pila portal frontend projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,56 +11,56 @@
11
11
  --radius-lg: 0.5rem;
12
12
  --radius-xl: 0.75rem;
13
13
 
14
- /* Light mode — zinc neutrals + violet primary */
14
+ /* Light mode — violet-tinted neutrals for a cohesive palette */
15
15
  --color-background: hsl(0 0% 100%);
16
- --color-foreground: hsl(240 10% 3.9%);
16
+ --color-foreground: hsl(262 30% 10%);
17
17
  --color-card: hsl(0 0% 100%);
18
- --color-card-foreground: hsl(240 10% 3.9%);
18
+ --color-card-foreground: hsl(262 30% 10%);
19
19
  --color-popover: hsl(0 0% 100%);
20
- --color-popover-foreground: hsl(240 10% 3.9%);
20
+ --color-popover-foreground: hsl(262 30% 10%);
21
21
  --color-primary: hsl(262 83% 58%);
22
22
  --color-primary-foreground: hsl(0 0% 100%);
23
- --color-secondary: hsl(240 4.8% 95.9%);
24
- --color-secondary-foreground: hsl(240 5.9% 10%);
25
- --color-muted: hsl(240 4.8% 95.9%);
26
- --color-muted-foreground: hsl(240 3.8% 46.1%);
27
- --color-accent: hsl(240 4.8% 95.9%);
28
- --color-accent-foreground: hsl(240 5.9% 10%);
29
- --color-destructive: hsl(0 72.2% 50.6%);
23
+ --color-secondary: hsl(262 30% 96%);
24
+ --color-secondary-foreground: hsl(262 47% 12%);
25
+ --color-muted: hsl(262 30% 96%);
26
+ --color-muted-foreground: hsl(262 15% 47%);
27
+ --color-accent: hsl(262 30% 96%);
28
+ --color-accent-foreground: hsl(262 47% 12%);
29
+ --color-destructive: hsl(0 72% 51%);
30
30
  --color-destructive-foreground: hsl(0 0% 98%);
31
- --color-border: hsl(240 5.9% 90%);
32
- --color-input: hsl(240 5.9% 90%);
31
+ --color-border: hsl(262 25% 90%);
32
+ --color-input: hsl(262 25% 90%);
33
33
  --color-ring: hsl(262 83% 58%);
34
- --color-sidebar: hsl(0 0% 98%);
35
- --color-sidebar-foreground: hsl(240 5.3% 26.1%);
34
+ --color-sidebar: hsl(262 30% 98%);
35
+ --color-sidebar-foreground: hsl(262 20% 26%);
36
36
  --color-sidebar-primary: hsl(262 83% 58%);
37
- --color-sidebar-border: hsl(240 5.9% 90%);
37
+ --color-sidebar-border: hsl(262 25% 90%);
38
38
  }
39
39
 
40
40
  .dark {
41
- --color-background: hsl(240 10% 3.9%);
41
+ --color-background: hsl(262 20% 5%);
42
42
  --color-foreground: hsl(0 0% 98%);
43
- --color-card: hsl(240 10% 3.9%);
43
+ --color-card: hsl(262 20% 5%);
44
44
  --color-card-foreground: hsl(0 0% 98%);
45
- --color-popover: hsl(240 10% 3.9%);
45
+ --color-popover: hsl(262 20% 7%);
46
46
  --color-popover-foreground: hsl(0 0% 98%);
47
- --color-primary: hsl(263 70% 65%);
47
+ --color-primary: hsl(262 70% 67%);
48
48
  --color-primary-foreground: hsl(0 0% 100%);
49
- --color-secondary: hsl(240 3.7% 15.9%);
49
+ --color-secondary: hsl(262 20% 15%);
50
50
  --color-secondary-foreground: hsl(0 0% 98%);
51
- --color-muted: hsl(240 3.7% 15.9%);
52
- --color-muted-foreground: hsl(240 5% 64.9%);
53
- --color-accent: hsl(240 3.7% 15.9%);
51
+ --color-muted: hsl(262 20% 15%);
52
+ --color-muted-foreground: hsl(262 12% 65%);
53
+ --color-accent: hsl(262 20% 15%);
54
54
  --color-accent-foreground: hsl(0 0% 98%);
55
- --color-destructive: hsl(0 62.8% 30.6%);
55
+ --color-destructive: hsl(0 63% 31%);
56
56
  --color-destructive-foreground: hsl(0 0% 98%);
57
- --color-border: hsl(240 3.7% 15.9%);
58
- --color-input: hsl(240 3.7% 15.9%);
59
- --color-ring: hsl(263 70% 65%);
60
- --color-sidebar: hsl(240 5.9% 10%);
61
- --color-sidebar-foreground: hsl(240 4.8% 95.9%);
62
- --color-sidebar-primary: hsl(263 70% 65%);
63
- --color-sidebar-border: hsl(240 3.7% 15.9%);
57
+ --color-border: hsl(262 20% 15%);
58
+ --color-input: hsl(262 20% 15%);
59
+ --color-ring: hsl(262 70% 67%);
60
+ --color-sidebar: hsl(262 25% 8%);
61
+ --color-sidebar-foreground: hsl(262 10% 80%);
62
+ --color-sidebar-primary: hsl(262 70% 67%);
63
+ --color-sidebar-border: hsl(262 20% 15%);
64
64
  }
65
65
 
66
66
  * {
@@ -11,64 +11,64 @@
11
11
  --radius-lg: 0.5rem;
12
12
  --radius-xl: 0.75rem;
13
13
 
14
- /* Light mode — zinc neutrals + violet primary */
14
+ /* Light mode — violet-tinted neutrals for a cohesive palette */
15
15
  --color-background: hsl(0 0% 100%);
16
- --color-foreground: hsl(240 10% 3.9%);
16
+ --color-foreground: hsl(262 30% 10%);
17
17
  --color-card: hsl(0 0% 100%);
18
- --color-card-foreground: hsl(240 10% 3.9%);
18
+ --color-card-foreground: hsl(262 30% 10%);
19
19
  --color-popover: hsl(0 0% 100%);
20
- --color-popover-foreground: hsl(240 10% 3.9%);
20
+ --color-popover-foreground: hsl(262 30% 10%);
21
21
  --color-primary: hsl(262 83% 58%);
22
22
  --color-primary-foreground: hsl(0 0% 100%);
23
- --color-secondary: hsl(240 4.8% 95.9%);
24
- --color-secondary-foreground: hsl(240 5.9% 10%);
25
- --color-muted: hsl(240 4.8% 95.9%);
26
- --color-muted-foreground: hsl(240 3.8% 46.1%);
27
- --color-accent: hsl(240 4.8% 95.9%);
28
- --color-accent-foreground: hsl(240 5.9% 10%);
29
- --color-destructive: hsl(0 72.2% 50.6%);
23
+ --color-secondary: hsl(262 30% 96%);
24
+ --color-secondary-foreground: hsl(262 47% 12%);
25
+ --color-muted: hsl(262 30% 96%);
26
+ --color-muted-foreground: hsl(262 15% 47%);
27
+ --color-accent: hsl(262 30% 96%);
28
+ --color-accent-foreground: hsl(262 47% 12%);
29
+ --color-destructive: hsl(0 72% 51%);
30
30
  --color-destructive-foreground: hsl(0 0% 98%);
31
- --color-border: hsl(240 5.9% 90%);
32
- --color-input: hsl(240 5.9% 90%);
31
+ --color-border: hsl(262 25% 90%);
32
+ --color-input: hsl(262 25% 90%);
33
33
  --color-ring: hsl(262 83% 58%);
34
- --color-sidebar: hsl(0 0% 98%);
35
- --color-sidebar-foreground: hsl(240 5.3% 26.1%);
34
+ --color-sidebar: hsl(262 30% 98%);
35
+ --color-sidebar-foreground: hsl(262 20% 26%);
36
36
  --color-sidebar-primary: hsl(262 83% 58%);
37
37
  --color-sidebar-primary-foreground: hsl(0 0% 100%);
38
- --color-sidebar-accent: hsl(240 4.8% 95.9%);
39
- --color-sidebar-accent-foreground: hsl(240 5.9% 10%);
40
- --color-sidebar-border: hsl(240 5.9% 90%);
38
+ --color-sidebar-accent: hsl(262 30% 96%);
39
+ --color-sidebar-accent-foreground: hsl(262 47% 12%);
40
+ --color-sidebar-border: hsl(262 25% 90%);
41
41
  --color-sidebar-ring: hsl(262 83% 58%);
42
42
  }
43
43
 
44
44
  .dark {
45
- --color-background: hsl(240 10% 3.9%);
45
+ --color-background: hsl(262 20% 5%);
46
46
  --color-foreground: hsl(0 0% 98%);
47
- --color-card: hsl(240 10% 3.9%);
47
+ --color-card: hsl(262 20% 5%);
48
48
  --color-card-foreground: hsl(0 0% 98%);
49
- --color-popover: hsl(240 10% 3.9%);
49
+ --color-popover: hsl(262 20% 7%);
50
50
  --color-popover-foreground: hsl(0 0% 98%);
51
- --color-primary: hsl(263 70% 65%);
51
+ --color-primary: hsl(262 70% 67%);
52
52
  --color-primary-foreground: hsl(0 0% 100%);
53
- --color-secondary: hsl(240 3.7% 15.9%);
53
+ --color-secondary: hsl(262 20% 15%);
54
54
  --color-secondary-foreground: hsl(0 0% 98%);
55
- --color-muted: hsl(240 3.7% 15.9%);
56
- --color-muted-foreground: hsl(240 5% 64.9%);
57
- --color-accent: hsl(240 3.7% 15.9%);
55
+ --color-muted: hsl(262 20% 15%);
56
+ --color-muted-foreground: hsl(262 12% 65%);
57
+ --color-accent: hsl(262 20% 15%);
58
58
  --color-accent-foreground: hsl(0 0% 98%);
59
- --color-destructive: hsl(0 62.8% 30.6%);
59
+ --color-destructive: hsl(0 63% 31%);
60
60
  --color-destructive-foreground: hsl(0 0% 98%);
61
- --color-border: hsl(240 3.7% 15.9%);
62
- --color-input: hsl(240 3.7% 15.9%);
63
- --color-ring: hsl(263 70% 65%);
64
- --color-sidebar: hsl(240 5.9% 10%);
65
- --color-sidebar-foreground: hsl(240 4.8% 95.9%);
66
- --color-sidebar-primary: hsl(263 70% 65%);
61
+ --color-border: hsl(262 20% 15%);
62
+ --color-input: hsl(262 20% 15%);
63
+ --color-ring: hsl(262 70% 67%);
64
+ --color-sidebar: hsl(262 25% 8%);
65
+ --color-sidebar-foreground: hsl(262 10% 80%);
66
+ --color-sidebar-primary: hsl(262 70% 67%);
67
67
  --color-sidebar-primary-foreground: hsl(0 0% 100%);
68
- --color-sidebar-accent: hsl(240 3.7% 15.9%);
69
- --color-sidebar-accent-foreground: hsl(240 4.8% 95.9%);
70
- --color-sidebar-border: hsl(240 3.7% 15.9%);
71
- --color-sidebar-ring: hsl(263 70% 65%);
68
+ --color-sidebar-accent: hsl(262 20% 15%);
69
+ --color-sidebar-accent-foreground: hsl(0 0% 98%);
70
+ --color-sidebar-border: hsl(262 20% 15%);
71
+ --color-sidebar-ring: hsl(262 70% 67%);
72
72
  }
73
73
 
74
74
  @layer base {