@openconsole/shadcn 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles.css +11 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openconsole/shadcn",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
package/styles.css CHANGED
@@ -51,7 +51,8 @@
51
51
  --card-foreground: oklch(0.145 0 0);
52
52
  --popover: oklch(1 0 0);
53
53
  --popover-foreground: oklch(0.145 0 0);
54
- --primary: oklch(0.205 0 0);
54
+ /* 品牌主色 #17b3a3 (teal) */
55
+ --primary: oklch(0.7 0.12 183);
55
56
  --primary-foreground: oklch(0.985 0 0);
56
57
  --secondary: oklch(0.97 0 0);
57
58
  --secondary-foreground: oklch(0.205 0 0);
@@ -62,7 +63,7 @@
62
63
  --destructive: oklch(0.577 0.245 27.325);
63
64
  --border: oklch(0.922 0 0);
64
65
  --input: oklch(0.922 0 0);
65
- --ring: oklch(0.708 0 0);
66
+ --ring: oklch(0.7 0.12 183);
66
67
  --chart-1: oklch(0.646 0.222 41.116);
67
68
  --chart-2: oklch(0.6 0.118 184.704);
68
69
  --chart-3: oklch(0.398 0.07 227.392);
@@ -70,12 +71,12 @@
70
71
  --chart-5: oklch(0.769 0.188 70.08);
71
72
  --sidebar: oklch(0.985 0 0);
72
73
  --sidebar-foreground: oklch(0.145 0 0);
73
- --sidebar-primary: oklch(0.205 0 0);
74
+ --sidebar-primary: oklch(0.7 0.12 183);
74
75
  --sidebar-primary-foreground: oklch(0.985 0 0);
75
76
  --sidebar-accent: oklch(0.97 0 0);
76
77
  --sidebar-accent-foreground: oklch(0.205 0 0);
77
78
  --sidebar-border: oklch(0.922 0 0);
78
- --sidebar-ring: oklch(0.708 0 0);
79
+ --sidebar-ring: oklch(0.7 0.12 183);
79
80
  }
80
81
 
81
82
  .dark {
@@ -85,8 +86,9 @@
85
86
  --card-foreground: oklch(0.985 0 0);
86
87
  --popover: oklch(0.205 0 0);
87
88
  --popover-foreground: oklch(0.985 0 0);
88
- --primary: oklch(0.922 0 0);
89
- --primary-foreground: oklch(0.205 0 0);
89
+ /* 品牌主色 #17b3a3 (teal) —— 双模一致便于品牌识别 */
90
+ --primary: oklch(0.7 0.12 183);
91
+ --primary-foreground: oklch(0.985 0 0);
90
92
  --secondary: oklch(0.269 0 0);
91
93
  --secondary-foreground: oklch(0.985 0 0);
92
94
  --muted: oklch(0.269 0 0);
@@ -96,7 +98,7 @@
96
98
  --destructive: oklch(0.704 0.191 22.216);
97
99
  --border: oklch(1 0 0 / 10%);
98
100
  --input: oklch(1 0 0 / 15%);
99
- --ring: oklch(0.556 0 0);
101
+ --ring: oklch(0.7 0.12 183);
100
102
  --chart-1: oklch(0.488 0.243 264.376);
101
103
  --chart-2: oklch(0.696 0.17 162.48);
102
104
  --chart-3: oklch(0.769 0.188 70.08);
@@ -104,12 +106,12 @@
104
106
  --chart-5: oklch(0.645 0.246 16.439);
105
107
  --sidebar: oklch(0.205 0 0);
106
108
  --sidebar-foreground: oklch(0.985 0 0);
107
- --sidebar-primary: oklch(0.488 0.243 264.376);
109
+ --sidebar-primary: oklch(0.7 0.12 183);
108
110
  --sidebar-primary-foreground: oklch(0.985 0 0);
109
111
  --sidebar-accent: oklch(0.269 0 0);
110
112
  --sidebar-accent-foreground: oklch(0.985 0 0);
111
113
  --sidebar-border: oklch(1 0 0 / 10%);
112
- --sidebar-ring: oklch(0.556 0 0);
114
+ --sidebar-ring: oklch(0.7 0.12 183);
113
115
  }
114
116
 
115
117
  @layer base {