@abumble/design-system 0.0.35 → 0.0.38

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 (44) hide show
  1. package/dist/components/BackLink/BackLink.d.ts.map +1 -1
  2. package/dist/components/Banner/Banner.d.ts +9 -11
  3. package/dist/components/Banner/Banner.d.ts.map +1 -1
  4. package/dist/components/Banner/bannerType.d.ts +9 -0
  5. package/dist/components/Banner/bannerType.d.ts.map +1 -0
  6. package/dist/components/Banner/index.d.ts +2 -1
  7. package/dist/components/Banner/index.d.ts.map +1 -1
  8. package/dist/components/Banner.js +35 -25
  9. package/dist/components/Banner.js.map +1 -1
  10. package/dist/components/BannerHeader.js +1 -1
  11. package/dist/components/Carousel/Carousel.d.ts.map +1 -1
  12. package/dist/components/Carousel.js +36 -36
  13. package/dist/components/Carousel.js.map +1 -1
  14. package/dist/components/Dialog.js +1 -1
  15. package/dist/components/PageHeader.js +1 -1
  16. package/dist/components/Sheet.js +1 -1
  17. package/dist/components/Sidebar/Sidebar.d.ts +32 -32
  18. package/dist/components/Sidebar/Sidebar.d.ts.map +1 -1
  19. package/dist/components/Sidebar.js +109 -92
  20. package/dist/components/Sidebar.js.map +1 -1
  21. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
  22. package/dist/components/Tooltip.js +1 -1
  23. package/dist/components/UnderConstruction.js +1 -1
  24. package/dist/hooks/use-mobile.d.ts.map +1 -1
  25. package/dist/main.d.ts +1 -0
  26. package/dist/main.d.ts.map +1 -1
  27. package/dist/shared/BackLink.js +25 -19
  28. package/dist/shared/BackLink.js.map +1 -1
  29. package/dist/shared/Dialog.js +2 -2
  30. package/dist/shared/Empty.js +1 -1
  31. package/dist/shared/Empty.js.map +1 -1
  32. package/dist/shared/PageHeader.js +2 -2
  33. package/dist/shared/Sheet.js +11 -11
  34. package/dist/shared/Sheet.js.map +1 -1
  35. package/dist/shared/Skeleton.js +7 -7
  36. package/dist/shared/Skeleton.js.map +1 -1
  37. package/dist/shared/Tooltip.js +12 -12
  38. package/dist/shared/Tooltip.js.map +1 -1
  39. package/dist/shared/use-mobile.js +6 -4
  40. package/dist/shared/use-mobile.js.map +1 -1
  41. package/package.json +14 -11
  42. package/src/styles.css +14 -152
  43. package/src/themes/linen.css +261 -0
  44. package/src/themes/steel.css +261 -0
package/src/styles.css CHANGED
@@ -5,7 +5,6 @@
5
5
  @tailwind components;
6
6
  @tailwind utilities;
7
7
 
8
-
9
8
  @custom-variant dark (&:is(.dark *));
10
9
 
11
10
  @theme {
@@ -26,14 +25,12 @@
26
25
  }
27
26
 
28
27
  @layer base {
29
-
30
28
  button:not(:disabled),
31
- [role="button"]:not(:disabled) {
29
+ [role='button']:not(:disabled) {
32
30
  cursor: pointer;
33
31
  }
34
32
  }
35
33
 
36
-
37
34
  @keyframes rumble {
38
35
  0% {
39
36
  transform: translateY(0) rotate(0deg);
@@ -57,7 +54,6 @@
57
54
  }
58
55
 
59
56
  @keyframes slide-right-return {
60
-
61
57
  0% {
62
58
  transform: translateX(-50%) scaleX(1);
63
59
  }
@@ -107,15 +103,15 @@
107
103
  }
108
104
 
109
105
  .sidebar-text {
110
- @apply text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded px-2 text-xs font-medium
106
+ @apply text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded px-2 text-xs font-medium;
111
107
  }
112
108
 
113
109
  .code {
114
- @apply text-sm px-1 bg-background rounded border-container
110
+ @apply text-sm px-1 bg-background rounded border-container;
115
111
  }
116
112
 
117
113
  .sidebar {
118
- @apply text-sidebar-foreground
114
+ @apply text-sidebar-foreground;
119
115
  }
120
116
 
121
117
  .header {
@@ -123,19 +119,19 @@
123
119
  }
124
120
 
125
121
  .sub-heading {
126
- @apply mt-8 mb-1 font-semibold text-gray-900
122
+ @apply mt-8 mb-1 font-semibold text-gray-900;
127
123
  }
128
124
 
129
125
  .p-text {
130
- @apply leading-relaxed text-gray-900
126
+ @apply leading-relaxed text-gray-900;
131
127
  }
132
128
 
133
129
  .text-link {
134
- @apply text-blue-600 hover:text-blue-800 visited:text-blue-900
130
+ @apply text-blue-600 hover:text-blue-800 visited:text-blue-900;
135
131
  }
136
132
 
137
133
  .nav-link {
138
- @apply relative block px-3 py-2 transition text-gray-700 hover:text-gray-950
134
+ @apply relative block px-3 py-2 transition text-gray-700 hover:text-gray-950;
139
135
  }
140
136
 
141
137
  .nav-link:hover,
@@ -158,141 +154,7 @@ code {
158
154
  source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
159
155
  }
160
156
 
161
- :root {
162
- /* --- Light Theme (Linen & Slate - Minimal Warmth) --- */
163
- --background: oklch(0.992 0.003 85);
164
- /* Clean Linen White */
165
- --foreground: oklch(0.2 0.01 85);
166
-
167
- /* Surfaces (Tables, Cards, Buttons) - Frosted White */
168
- --card: oklch(1 0 0 / 0.75);
169
- --card-foreground: oklch(0.2 0.01 85);
170
-
171
- --popover: oklch(1 0 0);
172
- --popover-foreground: oklch(0.2 0.01 85);
173
-
174
- /* Primary: Deep Warm Charcoal (Neutral & High Contrast) */
175
- --primary: oklch(0.18 0.01 85);
176
- --primary-foreground: oklch(1 0 0);
177
-
178
- /* Button/Surface Colors: Pure White */
179
- --secondary: oklch(1 0 0);
180
- --secondary-foreground: oklch(0.18 0.01 85);
181
-
182
- --muted: oklch(1 0 0);
183
- --muted-foreground: oklch(0.5 0.01 85);
184
-
185
- --accent: oklch(1 0 0);
186
- --accent-foreground: oklch(0.18 0.01 85);
187
-
188
- --destructive: oklch(0.55 0.15 25);
189
- --destructive-foreground: oklch(1 0 0);
190
-
191
- --border: oklch(0.94 0.005 85);
192
- --input: oklch(0.94 0.005 85);
193
- --ring: oklch(0.18 0.01 85 / 0.1);
194
-
195
- --radius: 0.6rem;
196
-
197
- /* Sidebar (Soft White) */
198
- --sidebar: oklch(0.995 0.002 85);
199
- --sidebar-foreground: oklch(0.2 0.01 85);
200
- --sidebar-primary: oklch(0.18 0.01 85);
201
- --sidebar-primary-foreground: oklch(1 0 0);
202
- --sidebar-accent: oklch(0.97 0.01 85);
203
- /* Slightly darker for active/hover state */
204
- --sidebar-accent-foreground: oklch(0.18 0.01 85);
205
- --sidebar-border: oklch(0.95 0.005 85);
206
-
207
- /* Banners (Refined) */
208
- --banner-info: oklch(0.94 0.02 240);
209
- --banner-info-foreground: oklch(0.4 0.1 240);
210
- --banner-info-border: oklch(0.85 0.05 240);
211
- --banner-note: oklch(0.94 0.02 160);
212
- --banner-note-foreground: oklch(0.35 0.1 160);
213
- --banner-note-border: oklch(0.85 0.05 160);
214
- --banner-warning: oklch(0.95 0.03 80);
215
- --banner-warning-foreground: oklch(0.45 0.1 60);
216
- --banner-warning-border: oklch(0.88 0.05 70);
217
- --banner-alert: oklch(0.95 0.03 25);
218
- --banner-alert-foreground: oklch(0.45 0.12 25);
219
- --banner-alert-border: oklch(0.88 0.08 25);
220
-
221
- /* Interactive Elements */
222
- --badge-success: oklch(0.4 0.1 160);
223
- --badge-success-foreground: oklch(1 0 0);
224
- --checkbox-checked: oklch(0.15 0.01 60);
225
- --checkbox-checked-foreground: oklch(1 0 0);
226
- --checkbox-unchecked-bg: oklch(1 0 0);
227
- --checkbox-unchecked-border: oklch(0.88 0.01 60);
228
- }
229
-
230
- .dark {
231
- /* --- Dark Theme (Modern Slate & Glow) --- */
232
- --background: oklch(0.18 0.015 260);
233
- --foreground: oklch(0.985 0 0);
234
-
235
- /* Card Elevation: Brighter than background */
236
- --card: oklch(0.23 0.02 260 / 0.75);
237
- --card-foreground: oklch(0.985 0 0);
238
-
239
- --popover: oklch(0.21 0.015 260);
240
- --popover-foreground: oklch(0.985 0 0);
241
-
242
- /* Primary: Electric Cyan Glow */
243
- --primary: oklch(0.9 0.1 220);
244
- --primary-foreground: oklch(0.18 0.015 260);
245
-
246
- --secondary: oklch(0.28 0.02 260);
247
- --secondary-foreground: oklch(0.9 0.1 220);
248
-
249
- --muted: oklch(0.28 0.02 260);
250
- --muted-foreground: oklch(0.705 0.015 260);
251
-
252
- --accent: oklch(0.28 0.02 260);
253
- --accent-foreground: oklch(0.9 0.1 220);
254
-
255
- --destructive: oklch(0.45 0.15 25);
256
- --destructive-foreground: oklch(0.985 0 0);
257
-
258
- --border: oklch(0.32 0.02 260);
259
- --input: oklch(0.32 0.02 260);
260
- --ring: oklch(0.9 0.1 220 / 0.3);
261
-
262
- /* Sidebar (Dark) */
263
- --sidebar: oklch(0.21 0.015 260);
264
- --sidebar-foreground: oklch(0.985 0 0);
265
- --sidebar-primary: oklch(0.9 0.1 220);
266
- --sidebar-primary-foreground: oklch(0.18 0.015 260);
267
- --sidebar-accent: oklch(0.28 0.02 260);
268
- --sidebar-accent-foreground: oklch(0.985 0 0);
269
- --sidebar-border: oklch(0.32 0.02 260);
270
-
271
- /* Banners (Dark - Desaturated) */
272
- --banner-info: oklch(0.274 0.079 260);
273
- --banner-info-foreground: oklch(0.925 0.033 260);
274
- --banner-info-border: oklch(0.488 0.2 260);
275
- --banner-note: oklch(0.266 0.065 152);
276
- --banner-note-foreground: oklch(0.962 0.044 156);
277
- --banner-note-border: oklch(0.45 0.1 152);
278
- --banner-warning: oklch(0.304 0.063 73);
279
- --banner-warning-foreground: oklch(0.969 0.071 103);
280
- --banner-warning-border: oklch(0.48 0.1 73);
281
- --banner-alert: oklch(0.293 0.084 27);
282
- --banner-alert-foreground: oklch(0.969 0.071 27);
283
- --banner-alert-border: oklch(0.45 0.12 27);
284
-
285
- /* Interactive Elements (Dark) */
286
- --badge-success: oklch(0.48 0.15 150);
287
- --badge-success-foreground: oklch(1 0 0);
288
- --checkbox-checked: oklch(0.9 0.1 220);
289
- --checkbox-checked-foreground: oklch(0.18 0.015 260);
290
- --checkbox-unchecked-bg: oklch(0.25 0.01 260);
291
- --checkbox-unchecked-border: oklch(0.4 0.01 260);
292
- }
293
-
294
-
295
- /* Banner: colors from styles.css tokens; type → info=blue, note=green, warning=yellow, alert=red */
157
+ /* Banner: colors from theme tokens; type → info=blue, note=green, warning=yellow, alert=red */
296
158
  [data-banner-type] {
297
159
  border-left-width: 4px;
298
160
  border-left-style: solid;
@@ -300,25 +162,25 @@ code {
300
162
  padding: 0.75rem;
301
163
  }
302
164
 
303
- [data-banner-type="info"] {
165
+ [data-banner-type='info'] {
304
166
  background: var(--banner-info);
305
167
  color: var(--banner-info-foreground);
306
168
  border-left-color: var(--banner-info-border);
307
169
  }
308
170
 
309
- [data-banner-type="note"] {
171
+ [data-banner-type='note'] {
310
172
  background: var(--banner-note);
311
173
  color: var(--banner-note-foreground);
312
174
  border-left-color: var(--banner-note-border);
313
175
  }
314
176
 
315
- [data-banner-type="warning"] {
177
+ [data-banner-type='warning'] {
316
178
  background: var(--banner-warning);
317
179
  color: var(--banner-warning-foreground);
318
180
  border-left-color: var(--banner-warning-border);
319
181
  }
320
182
 
321
- [data-banner-type="alert"] {
183
+ [data-banner-type='alert'] {
322
184
  background: var(--banner-alert);
323
185
  color: var(--banner-alert-foreground);
324
186
  border-left-color: var(--banner-alert-border);
@@ -371,4 +233,4 @@ code {
371
233
  body {
372
234
  @apply bg-background text-foreground;
373
235
  }
374
- }
236
+ }
@@ -0,0 +1,261 @@
1
+ :root {
2
+ /* --- Light Theme (Linen & Slate - Minimal Warmth) --- */
3
+ --background: oklch(0.992 0.003 85);
4
+ --foreground: oklch(0.2 0.01 85);
5
+
6
+ /* Surfaces (Tables, Cards, Buttons) - Frosted White */
7
+ --card: oklch(1 0 0 / 0.75);
8
+ --card-foreground: oklch(0.2 0.01 85);
9
+
10
+ --popover: oklch(1 0 0);
11
+ --popover-foreground: oklch(0.2 0.01 85);
12
+
13
+ /* Primary: Deep Warm Charcoal (Neutral & High Contrast) */
14
+ --primary: oklch(0.18 0.01 85);
15
+ --primary-foreground: oklch(1 0 0);
16
+
17
+ /* Button/Surface Colors: Pure White */
18
+ --secondary: oklch(1 0 0);
19
+ --secondary-foreground: oklch(0.18 0.01 85);
20
+
21
+ --muted: oklch(1 0 0);
22
+ --muted-foreground: oklch(0.5 0.01 85);
23
+
24
+ --accent: oklch(1 0 0);
25
+ --accent-foreground: oklch(0.18 0.01 85);
26
+
27
+ --destructive: oklch(0.55 0.15 25);
28
+ --destructive-foreground: oklch(1 0 0);
29
+
30
+ --border: oklch(0.94 0.005 85);
31
+ --input: oklch(0.94 0.005 85);
32
+ --ring: oklch(0.18 0.01 85 / 0.1);
33
+
34
+ --radius: 0.6rem;
35
+
36
+ /* Sidebar (Soft White) */
37
+ --sidebar: oklch(0.995 0.002 85);
38
+ --sidebar-foreground: oklch(0.2 0.01 85);
39
+ --sidebar-primary: oklch(0.18 0.01 85);
40
+ --sidebar-primary-foreground: oklch(1 0 0);
41
+ --sidebar-accent: oklch(0.97 0.01 85);
42
+ --sidebar-accent-foreground: oklch(0.18 0.01 85);
43
+ --sidebar-border: oklch(0.95 0.005 85);
44
+
45
+ /* Banners */
46
+ --banner-info: oklch(0.94 0.02 240);
47
+ --banner-info-foreground: oklch(0.4 0.1 240);
48
+ --banner-info-border: oklch(0.85 0.05 240);
49
+ --banner-note: oklch(0.94 0.02 160);
50
+ --banner-note-foreground: oklch(0.35 0.1 160);
51
+ --banner-note-border: oklch(0.85 0.05 160);
52
+ --banner-warning: oklch(0.95 0.03 80);
53
+ --banner-warning-foreground: oklch(0.45 0.1 60);
54
+ --banner-warning-border: oklch(0.88 0.05 70);
55
+ --banner-alert: oklch(0.95 0.03 25);
56
+ --banner-alert-foreground: oklch(0.45 0.12 25);
57
+ --banner-alert-border: oklch(0.88 0.08 25);
58
+
59
+ /* Interactive Elements */
60
+ --badge-success: oklch(0.4 0.1 160);
61
+ --badge-success-foreground: oklch(1 0 0);
62
+ --checkbox-checked: oklch(0.15 0.01 60);
63
+ --checkbox-checked-foreground: oklch(1 0 0);
64
+ --checkbox-unchecked-bg: oklch(1 0 0);
65
+ --checkbox-unchecked-border: oklch(0.88 0.01 60);
66
+ }
67
+
68
+ [data-theme="linen"] {
69
+ /* --- Light Theme (Linen & Slate - Minimal Warmth) --- */
70
+ --background: oklch(0.992 0.003 85);
71
+ --foreground: oklch(0.2 0.01 85);
72
+
73
+ /* Surfaces (Tables, Cards, Buttons) - Frosted White */
74
+ --card: oklch(1 0 0 / 0.75);
75
+ --card-foreground: oklch(0.2 0.01 85);
76
+
77
+ --popover: oklch(1 0 0);
78
+ --popover-foreground: oklch(0.2 0.01 85);
79
+
80
+ /* Primary: Deep Warm Charcoal (Neutral & High Contrast) */
81
+ --primary: oklch(0.18 0.01 85);
82
+ --primary-foreground: oklch(1 0 0);
83
+
84
+ /* Button/Surface Colors: Pure White */
85
+ --secondary: oklch(1 0 0);
86
+ --secondary-foreground: oklch(0.18 0.01 85);
87
+
88
+ --muted: oklch(1 0 0);
89
+ --muted-foreground: oklch(0.5 0.01 85);
90
+
91
+ --accent: oklch(1 0 0);
92
+ --accent-foreground: oklch(0.18 0.01 85);
93
+
94
+ --destructive: oklch(0.55 0.15 25);
95
+ --destructive-foreground: oklch(1 0 0);
96
+
97
+ --border: oklch(0.94 0.005 85);
98
+ --input: oklch(0.94 0.005 85);
99
+ --ring: oklch(0.18 0.01 85 / 0.1);
100
+
101
+ --radius: 0.6rem;
102
+
103
+ /* Sidebar (Soft White) */
104
+ --sidebar: oklch(0.995 0.002 85);
105
+ --sidebar-foreground: oklch(0.2 0.01 85);
106
+ --sidebar-primary: oklch(0.18 0.01 85);
107
+ --sidebar-primary-foreground: oklch(1 0 0);
108
+ --sidebar-accent: oklch(0.97 0.01 85);
109
+ --sidebar-accent-foreground: oklch(0.18 0.01 85);
110
+ --sidebar-border: oklch(0.95 0.005 85);
111
+
112
+ /* Banners */
113
+ --banner-info: oklch(0.94 0.02 240);
114
+ --banner-info-foreground: oklch(0.4 0.1 240);
115
+ --banner-info-border: oklch(0.85 0.05 240);
116
+ --banner-note: oklch(0.94 0.02 160);
117
+ --banner-note-foreground: oklch(0.35 0.1 160);
118
+ --banner-note-border: oklch(0.85 0.05 160);
119
+ --banner-warning: oklch(0.95 0.03 80);
120
+ --banner-warning-foreground: oklch(0.45 0.1 60);
121
+ --banner-warning-border: oklch(0.88 0.05 70);
122
+ --banner-alert: oklch(0.95 0.03 25);
123
+ --banner-alert-foreground: oklch(0.45 0.12 25);
124
+ --banner-alert-border: oklch(0.88 0.08 25);
125
+
126
+ /* Interactive Elements */
127
+ --badge-success: oklch(0.4 0.1 160);
128
+ --badge-success-foreground: oklch(1 0 0);
129
+ --checkbox-checked: oklch(0.15 0.01 60);
130
+ --checkbox-checked-foreground: oklch(1 0 0);
131
+ --checkbox-unchecked-bg: oklch(1 0 0);
132
+ --checkbox-unchecked-border: oklch(0.88 0.01 60);
133
+ }
134
+
135
+ .dark {
136
+ /* --- Dark Theme (Warm Charcoal - Candlelit) --- */
137
+ --background: oklch(0.14 0.01 80);
138
+ --foreground: oklch(0.93 0.01 85);
139
+
140
+ /* Card Elevation: Warm lifted surface */
141
+ --card: oklch(0.19 0.012 80 / 0.75);
142
+ --card-foreground: oklch(0.93 0.01 85);
143
+
144
+ --popover: oklch(0.17 0.01 80);
145
+ --popover-foreground: oklch(0.93 0.01 85);
146
+
147
+ /* Primary: Warm Sand/Cream */
148
+ --primary: oklch(0.86 0.05 85);
149
+ --primary-foreground: oklch(0.14 0.01 80);
150
+
151
+ --secondary: oklch(0.24 0.01 80);
152
+ --secondary-foreground: oklch(0.86 0.05 85);
153
+
154
+ --muted: oklch(0.24 0.01 80);
155
+ --muted-foreground: oklch(0.60 0.01 85);
156
+
157
+ --accent: oklch(0.24 0.01 80);
158
+ --accent-foreground: oklch(0.86 0.05 85);
159
+
160
+ --destructive: oklch(0.48 0.15 25);
161
+ --destructive-foreground: oklch(0.93 0.01 85);
162
+
163
+ --border: oklch(0.28 0.01 80);
164
+ --input: oklch(0.28 0.01 80);
165
+ --ring: oklch(0.86 0.05 85 / 0.3);
166
+
167
+ /* Sidebar (Warm Dark) */
168
+ --sidebar: oklch(0.17 0.01 80);
169
+ --sidebar-foreground: oklch(0.93 0.01 85);
170
+ --sidebar-primary: oklch(0.86 0.05 85);
171
+ --sidebar-primary-foreground: oklch(0.14 0.01 80);
172
+ --sidebar-accent: oklch(0.23 0.01 80);
173
+ --sidebar-accent-foreground: oklch(0.93 0.01 85);
174
+ --sidebar-border: oklch(0.28 0.01 80);
175
+
176
+ /* Banners (Warm Dark) */
177
+ --banner-info: oklch(0.22 0.04 230);
178
+ --banner-info-foreground: oklch(0.88 0.05 230);
179
+ --banner-info-border: oklch(0.48 0.16 235);
180
+ --banner-note: oklch(0.22 0.04 155);
181
+ --banner-note-foreground: oklch(0.88 0.06 155);
182
+ --banner-note-border: oklch(0.44 0.1 155);
183
+ --banner-warning: oklch(0.26 0.06 70);
184
+ --banner-warning-foreground: oklch(0.92 0.1 80);
185
+ --banner-warning-border: oklch(0.65 0.2 75);
186
+ --banner-alert: oklch(0.23 0.05 25);
187
+ --banner-alert-foreground: oklch(0.9 0.06 25);
188
+ --banner-alert-border: oklch(0.44 0.14 25);
189
+
190
+ /* Interactive Elements (Warm Dark) */
191
+ --badge-success: oklch(0.44 0.12 150);
192
+ --badge-success-foreground: oklch(0.93 0.01 85);
193
+ --checkbox-checked: oklch(0.86 0.05 85);
194
+ --checkbox-checked-foreground: oklch(0.14 0.01 80);
195
+ --checkbox-unchecked-bg: oklch(0.22 0.01 80);
196
+ --checkbox-unchecked-border: oklch(0.35 0.01 80);
197
+ }
198
+
199
+ [data-theme="linen"].dark {
200
+ /* --- Dark Theme (Warm Charcoal - Candlelit) --- */
201
+ --background: oklch(0.14 0.01 80);
202
+ --foreground: oklch(0.93 0.01 85);
203
+
204
+ /* Card Elevation: Warm lifted surface */
205
+ --card: oklch(0.19 0.012 80 / 0.75);
206
+ --card-foreground: oklch(0.93 0.01 85);
207
+
208
+ --popover: oklch(0.17 0.01 80);
209
+ --popover-foreground: oklch(0.93 0.01 85);
210
+
211
+ /* Primary: Warm Sand/Cream */
212
+ --primary: oklch(0.86 0.05 85);
213
+ --primary-foreground: oklch(0.14 0.01 80);
214
+
215
+ --secondary: oklch(0.24 0.01 80);
216
+ --secondary-foreground: oklch(0.86 0.05 85);
217
+
218
+ --muted: oklch(0.24 0.01 80);
219
+ --muted-foreground: oklch(0.60 0.01 85);
220
+
221
+ --accent: oklch(0.24 0.01 80);
222
+ --accent-foreground: oklch(0.86 0.05 85);
223
+
224
+ --destructive: oklch(0.48 0.15 25);
225
+ --destructive-foreground: oklch(0.93 0.01 85);
226
+
227
+ --border: oklch(0.28 0.01 80);
228
+ --input: oklch(0.28 0.01 80);
229
+ --ring: oklch(0.86 0.05 85 / 0.3);
230
+
231
+ /* Sidebar (Warm Dark) */
232
+ --sidebar: oklch(0.17 0.01 80);
233
+ --sidebar-foreground: oklch(0.93 0.01 85);
234
+ --sidebar-primary: oklch(0.86 0.05 85);
235
+ --sidebar-primary-foreground: oklch(0.14 0.01 80);
236
+ --sidebar-accent: oklch(0.23 0.01 80);
237
+ --sidebar-accent-foreground: oklch(0.93 0.01 85);
238
+ --sidebar-border: oklch(0.28 0.01 80);
239
+
240
+ /* Banners (Warm Dark) */
241
+ --banner-info: oklch(0.22 0.04 230);
242
+ --banner-info-foreground: oklch(0.88 0.05 230);
243
+ --banner-info-border: oklch(0.48 0.16 235);
244
+ --banner-note: oklch(0.22 0.04 155);
245
+ --banner-note-foreground: oklch(0.88 0.06 155);
246
+ --banner-note-border: oklch(0.44 0.1 155);
247
+ --banner-warning: oklch(0.26 0.06 70);
248
+ --banner-warning-foreground: oklch(0.92 0.1 80);
249
+ --banner-warning-border: oklch(0.65 0.2 75);
250
+ --banner-alert: oklch(0.23 0.05 25);
251
+ --banner-alert-foreground: oklch(0.9 0.06 25);
252
+ --banner-alert-border: oklch(0.44 0.14 25);
253
+
254
+ /* Interactive Elements (Warm Dark) */
255
+ --badge-success: oklch(0.44 0.12 150);
256
+ --badge-success-foreground: oklch(0.93 0.01 85);
257
+ --checkbox-checked: oklch(0.86 0.05 85);
258
+ --checkbox-checked-foreground: oklch(0.14 0.01 80);
259
+ --checkbox-unchecked-bg: oklch(0.22 0.01 80);
260
+ --checkbox-unchecked-border: oklch(0.35 0.01 80);
261
+ }