@almadar/ui 5.122.14 → 5.124.0

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 (63) hide show
  1. package/dist/{TraitProvider-YkK6tXDw.d.cts → TraitProvider-Ch79cUcb.d.cts} +6 -1
  2. package/dist/{TraitProvider-YkK6tXDw.d.ts → TraitProvider-Ch79cUcb.d.ts} +6 -1
  3. package/dist/{UserContext-bziZwgFL.d.cts → UserContext-BKckAUv7.d.cts} +5 -5
  4. package/dist/{UserContext-bziZwgFL.d.ts → UserContext-BKckAUv7.d.ts} +5 -5
  5. package/dist/avl/index.cjs +354 -234
  6. package/dist/avl/index.js +356 -236
  7. package/dist/components/index.cjs +273 -198
  8. package/dist/components/index.d.cts +18 -12
  9. package/dist/components/index.d.ts +18 -12
  10. package/dist/components/index.js +273 -198
  11. package/dist/context/index.cjs +34 -66
  12. package/dist/context/index.d.cts +1 -1
  13. package/dist/context/index.d.ts +1 -1
  14. package/dist/context/index.js +34 -66
  15. package/dist/hooks/index.cjs +8 -0
  16. package/dist/hooks/index.js +8 -0
  17. package/dist/lib/drawable/three/index.cjs +6 -0
  18. package/dist/lib/drawable/three/index.js +6 -0
  19. package/dist/marketing/index.cjs +7 -0
  20. package/dist/marketing/index.js +7 -0
  21. package/dist/providers/index.cjs +343 -217
  22. package/dist/providers/index.d.cts +6 -6
  23. package/dist/providers/index.d.ts +6 -6
  24. package/dist/providers/index.js +343 -217
  25. package/dist/runtime/index.cjs +347 -227
  26. package/dist/runtime/index.d.cts +4 -2
  27. package/dist/runtime/index.d.ts +4 -2
  28. package/dist/runtime/index.js +349 -229
  29. package/package.json +8 -7
  30. package/themes/_contract.md +2 -0
  31. package/themes/almadar-website.css +3 -3
  32. package/themes/almadar.css +4 -4
  33. package/themes/bloomberg-dense.css +2 -2
  34. package/themes/clay.css +417 -0
  35. package/themes/corporate.css +411 -0
  36. package/themes/game-adventure.css +3 -3
  37. package/themes/game-rpg.css +2 -2
  38. package/themes/game-sci-fi.css +1 -1
  39. package/themes/game-ui-pack.css +2 -2
  40. package/themes/gazette.css +2 -2
  41. package/themes/glass.css +428 -0
  42. package/themes/index.css +9 -13
  43. package/themes/kiosk.css +5 -5
  44. package/themes/linear-clean.css +1 -1
  45. package/themes/minimalist.css +2 -2
  46. package/themes/neon.css +3 -3
  47. package/themes/notion-editorial.css +1 -1
  48. package/themes/prism.css +3 -3
  49. package/themes/retro.css +410 -0
  50. package/themes/terminal.css +1 -1
  51. package/themes/trait-wars.css +8 -8
  52. package/themes/wireframe.css +2 -2
  53. package/themes/arctic.css +0 -235
  54. package/themes/copper.css +0 -235
  55. package/themes/ember.css +0 -238
  56. package/themes/forest.css +0 -238
  57. package/themes/lavender.css +0 -233
  58. package/themes/midnight.css +0 -234
  59. package/themes/ocean.css +0 -238
  60. package/themes/rose.css +0 -233
  61. package/themes/sand.css +0 -234
  62. package/themes/slate.css +0 -233
  63. package/themes/sunset.css +0 -238
@@ -0,0 +1,428 @@
1
+ /**
2
+ * Glass Theme — "Glassmorphism"
3
+ *
4
+ * Frosted-glass surfaces in the Apple/macOS Big Sur lineage. Cards, surfaces,
5
+ * and muted fills are translucent rgba layers floating over a softly tinted
6
+ * background, edged by hairline luminous borders and lifted by soft layered
7
+ * shadows with a subtle colored glow. Large radii, light Inter weights, and
8
+ * springy slightly-slow motion give every interaction a glassy settle; the
9
+ * companion backdrop-filter rules at the bottom of the file supply the blur.
10
+ */
11
+
12
+ /* ==========================================================================
13
+ * LIGHT MODE
14
+ * ========================================================================== */
15
+ [data-theme="glass-light"] {
16
+ /* Shadows - Soft layered with a subtle indigo glow */
17
+ --shadow-main:
18
+ 0 4px 16px rgba(99, 102, 241, 0.1), 0 2px 6px rgba(15, 23, 42, 0.05);
19
+ --shadow-sm: 0 1px 6px rgba(99, 102, 241, 0.08);
20
+ --shadow-lg:
21
+ 0 12px 32px rgba(99, 102, 241, 0.14), 0 4px 12px rgba(15, 23, 42, 0.06);
22
+ --shadow-inner: inset 0 1px 4px rgba(99, 102, 241, 0.08);
23
+ --shadow-none: none;
24
+ --shadow-hover:
25
+ 0 12px 36px rgba(99, 102, 241, 0.2), 0 4px 12px rgba(139, 92, 246, 0.08);
26
+ --shadow-active: 0 2px 8px rgba(99, 102, 241, 0.12);
27
+
28
+ /* Border radius - Large, soft glass panes */
29
+ --radius-none: 0px;
30
+ --radius-sm: 10px;
31
+ --radius-md: 14px;
32
+ --radius-lg: 18px;
33
+ --radius-xl: 20px;
34
+ --radius-full: 9999px;
35
+
36
+ /* Border width - Hairline luminous edges */
37
+ --border-width: 1px;
38
+ --border-width-thin: 1px;
39
+ --border-width-thick: 2px;
40
+
41
+ /* Colors - Cool periwinkle light with translucent panes */
42
+ --color-primary: #5b5df0;
43
+ --color-primary-hover: #4f46e5;
44
+ --color-primary-foreground: #ffffff;
45
+
46
+ --color-secondary: rgba(255, 255, 255, 0.55);
47
+ --color-secondary-hover: rgba(255, 255, 255, 0.7);
48
+ --color-secondary-foreground: #3f3d56;
49
+
50
+ --color-accent: #8347f3;
51
+ --color-accent-foreground: #ffffff;
52
+
53
+ --color-muted: rgba(255, 255, 255, 0.5);
54
+ --color-muted-foreground: #5d6a7f;
55
+
56
+ --color-background: #eef1f8;
57
+ --color-foreground: #1e2235;
58
+ --color-card: rgba(255, 255, 255, 0.62);
59
+ --color-card-foreground: #1e2235;
60
+ --color-surface: rgba(255, 255, 255, 0.55);
61
+ --color-border: rgba(255, 255, 255, 0.65);
62
+ --color-input: rgba(99, 102, 241, 0.25);
63
+ --color-ring: #6366f1;
64
+
65
+ /* Semantic colors */
66
+ --color-error: #e11d48;
67
+ --color-error-foreground: #ffffff;
68
+ --color-success: #047857;
69
+ --color-success-foreground: #ffffff;
70
+ --color-warning: #d97706;
71
+ --color-warning-foreground: #000000;
72
+ --color-info: #0270ae;
73
+ --color-info-foreground: #ffffff;
74
+
75
+ /* Typography - Light, airy Inter */
76
+ --font-family:
77
+ "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
78
+ --font-weight-normal: 400;
79
+ --font-weight-medium: 500;
80
+ --font-weight-bold: 650;
81
+ --letter-spacing: -0.01em;
82
+ --line-height: 1.6;
83
+
84
+ /* Icon styling */
85
+ --icon-stroke-width: 1.5;
86
+ --icon-color: #6366f1;
87
+
88
+ /* Transitions - Springy, glassy settle */
89
+ --transition-fast: 120ms;
90
+ --transition-normal: 220ms;
91
+ --transition-slow: 320ms;
92
+ --transition-timing: cubic-bezier(0.34, 1.3, 0.64, 1);
93
+
94
+ /* Hover/Active transforms - Gentle lift, like a pane catching light */
95
+ --hover-scale: 1.01;
96
+ --hover-translate-y: -1px;
97
+ --hover-translate-x: 0;
98
+ --active-scale: 0.99;
99
+ --active-translate-y: 0;
100
+
101
+ /* Focus ring */
102
+ --focus-ring-width: 2px;
103
+ --focus-ring-offset: 2px;
104
+ --focus-ring-color: #6366f1;
105
+
106
+ /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
107
+ /* Density axis — spacing scale */
108
+ --space-0: 0px;
109
+ --space-1: 4px;
110
+ --space-2: 8px;
111
+ --space-3: 12px;
112
+ --space-4: 16px;
113
+ --space-5: 20px;
114
+ --space-6: 24px;
115
+ --space-7: 28px;
116
+ --space-8: 32px;
117
+ --space-9: 36px;
118
+ --space-10: 40px;
119
+ --space-11: 44px;
120
+ --space-12: 48px;
121
+ /* Density axis — per-element heights */
122
+ --button-height-sm: 32px;
123
+ --button-height-md: 40px;
124
+ --button-height-lg: 48px;
125
+ --input-height-sm: 32px;
126
+ --input-height-md: 40px;
127
+ --input-height-lg: 48px;
128
+ --row-height-compact: 36px;
129
+ --row-height-normal: 44px;
130
+ --row-height-spacious: 52px;
131
+ /* Density axis — per-element padding */
132
+ --card-padding-sm: 16px;
133
+ --card-padding-md: 20px;
134
+ --card-padding-lg: 28px;
135
+ --dialog-padding: 28px;
136
+ --section-gap: 40px;
137
+ /* Type axis — family triplet (aliases existing --font-family for backward compat) */
138
+ --font-family-display: var(--font-family);
139
+ --font-family-body: var(--font-family);
140
+ --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
141
+ /* Type axis — size scale */
142
+ --text-xs: 12px;
143
+ --leading-xs: 16px;
144
+ --text-sm: 14px;
145
+ --leading-sm: 20px;
146
+ --text-base: 16px;
147
+ --leading-base: 24px;
148
+ --text-lg: 18px;
149
+ --leading-lg: 28px;
150
+ --text-xl: 20px;
151
+ --leading-xl: 28px;
152
+ --text-2xl: 24px;
153
+ --leading-2xl: 32px;
154
+ --text-3xl: 30px;
155
+ --leading-3xl: 36px;
156
+ --text-4xl: 36px;
157
+ --leading-4xl: 40px;
158
+ --text-display-1: 48px;
159
+ --leading-display-1: 52px;
160
+ --text-display-2: 60px;
161
+ --leading-display-2: 64px;
162
+ /* Type axis — intent mapping */
163
+ --intent-heading-major-size: var(--text-2xl);
164
+ --intent-heading-major-weight: var(--font-weight-bold);
165
+ --intent-heading-major-leading: var(--leading-2xl);
166
+ --intent-heading-minor-size: var(--text-lg);
167
+ --intent-heading-minor-weight: var(--font-weight-medium);
168
+ --intent-heading-minor-leading: var(--leading-lg);
169
+ --intent-body-emphasis-size: var(--text-base);
170
+ --intent-body-emphasis-weight: var(--font-weight-medium);
171
+ --intent-body-emphasis-leading: var(--leading-base);
172
+ --intent-body-default-size: var(--text-sm);
173
+ --intent-body-default-weight: var(--font-weight-normal);
174
+ --intent-body-default-leading: var(--leading-sm);
175
+ --intent-body-quiet-size: var(--text-sm);
176
+ --intent-body-quiet-weight: var(--font-weight-normal);
177
+ --intent-body-quiet-leading: var(--leading-sm);
178
+ --intent-caption-size: var(--text-xs);
179
+ --intent-caption-weight: var(--font-weight-normal);
180
+ --intent-caption-leading: var(--leading-xs);
181
+ --intent-numeric-size: var(--text-sm);
182
+ --intent-numeric-weight: var(--font-weight-medium);
183
+ --intent-numeric-leading: var(--leading-sm);
184
+ /* Motion axis — duration palette */
185
+ --duration-instant: 0ms;
186
+ --duration-fast: var(--transition-fast);
187
+ --duration-normal: var(--transition-normal);
188
+ --duration-slow: var(--transition-slow);
189
+ --duration-dramatic: 800ms;
190
+ /* Motion axis — easing palette */
191
+ --easing-linear: linear;
192
+ --easing-standard: var(--transition-timing);
193
+ --easing-emphasized: cubic-bezier(0.22, 1, 0.36, 1);
194
+ --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
195
+ /* Iconography axis */
196
+ --icon-family: lucide;
197
+ --icon-default-size: 16px;
198
+ /* Elevation axis — per-layer mapping */
199
+ --elevation-card: var(--shadow-sm);
200
+ --elevation-popover: var(--shadow-main);
201
+ --elevation-dialog: var(--shadow-lg);
202
+ --elevation-toast: var(--shadow-main);
203
+ /* Geometry axis — radius rhythm with intent */
204
+ --radius-container: var(--radius-lg);
205
+ --radius-interactive: var(--radius-md);
206
+ --radius-pill: var(--radius-full);
207
+ /* Geometry axis — border-width rhythm */
208
+ --border-hairline: 1px;
209
+ --border-standard: var(--border-width);
210
+ --border-heavy: var(--border-width-thick);
211
+ }
212
+
213
+ /* ==========================================================================
214
+ * DARK MODE
215
+ * ========================================================================== */
216
+ [data-theme="glass-dark"] {
217
+ /* Shadows - Deep layered drops with an indigo/violet glow */
218
+ --shadow-main:
219
+ 0 4px 18px rgba(0, 0, 0, 0.45), 0 0 14px rgba(129, 140, 248, 0.12);
220
+ --shadow-sm:
221
+ 0 1px 6px rgba(0, 0, 0, 0.35), 0 0 8px rgba(129, 140, 248, 0.08);
222
+ --shadow-lg:
223
+ 0 14px 40px rgba(0, 0, 0, 0.55), 0 0 28px rgba(129, 140, 248, 0.16);
224
+ --shadow-inner:
225
+ inset 0 1px 4px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(129, 140, 248, 0.06);
226
+ --shadow-none: none;
227
+ --shadow-hover:
228
+ 0 14px 44px rgba(0, 0, 0, 0.6), 0 0 32px rgba(167, 139, 250, 0.22);
229
+ --shadow-active:
230
+ 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 10px rgba(129, 140, 248, 0.1);
231
+
232
+ /* Border radius - Large, soft glass panes */
233
+ --radius-none: 0px;
234
+ --radius-sm: 10px;
235
+ --radius-md: 14px;
236
+ --radius-lg: 18px;
237
+ --radius-xl: 20px;
238
+ --radius-full: 9999px;
239
+
240
+ /* Border width - Hairline luminous edges */
241
+ --border-width: 1px;
242
+ --border-width-thin: 1px;
243
+ --border-width-thick: 2px;
244
+
245
+ /* Colors - Deep indigo-slate with translucent panes */
246
+ --color-primary: #818cf8;
247
+ --color-primary-hover: #6b72f5;
248
+ --color-primary-foreground: #0b1020;
249
+
250
+ --color-secondary: rgba(30, 36, 66, 0.55);
251
+ --color-secondary-hover: rgba(38, 45, 80, 0.65);
252
+ --color-secondary-foreground: #e2e5f4;
253
+
254
+ --color-accent: #a78bfa;
255
+ --color-accent-foreground: #160b2e;
256
+
257
+ --color-muted: rgba(30, 36, 66, 0.55);
258
+ --color-muted-foreground: #8f96b8;
259
+
260
+ --color-background: #0b1020;
261
+ --color-foreground: #e7e9f5;
262
+ --color-card: rgba(22, 27, 51, 0.58);
263
+ --color-card-foreground: #e7e9f5;
264
+ --color-surface: rgba(30, 36, 66, 0.55);
265
+ --color-border: rgba(255, 255, 255, 0.14);
266
+ --color-input: rgba(255, 255, 255, 0.2);
267
+ --color-ring: #818cf8;
268
+
269
+ /* Semantic colors - Soft-bright for dark mode */
270
+ --color-error: #fb7185;
271
+ --color-error-foreground: #000000;
272
+ --color-success: #34d399;
273
+ --color-success-foreground: #000000;
274
+ --color-warning: #fbbf24;
275
+ --color-warning-foreground: #000000;
276
+ --color-info: #38bdf8;
277
+ --color-info-foreground: #000000;
278
+
279
+ /* Typography - Light, airy Inter */
280
+ --font-family:
281
+ "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
282
+ --font-weight-normal: 400;
283
+ --font-weight-medium: 500;
284
+ --font-weight-bold: 650;
285
+ --letter-spacing: -0.01em;
286
+ --line-height: 1.6;
287
+
288
+ /* Icon styling */
289
+ --icon-stroke-width: 1.5;
290
+ --icon-color: #818cf8;
291
+
292
+ /* Transitions - Springy, glassy settle */
293
+ --transition-fast: 120ms;
294
+ --transition-normal: 220ms;
295
+ --transition-slow: 320ms;
296
+ --transition-timing: cubic-bezier(0.34, 1.3, 0.64, 1);
297
+
298
+ /* Hover/Active transforms - Gentle lift, like a pane catching light */
299
+ --hover-scale: 1.01;
300
+ --hover-translate-y: -1px;
301
+ --hover-translate-x: 0;
302
+ --active-scale: 0.99;
303
+ --active-translate-y: 0;
304
+
305
+ /* Focus ring */
306
+ --focus-ring-width: 2px;
307
+ --focus-ring-offset: 2px;
308
+ --focus-ring-color: #818cf8;
309
+
310
+ /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
311
+ /* Density axis — spacing scale */
312
+ --space-0: 0px;
313
+ --space-1: 4px;
314
+ --space-2: 8px;
315
+ --space-3: 12px;
316
+ --space-4: 16px;
317
+ --space-5: 20px;
318
+ --space-6: 24px;
319
+ --space-7: 28px;
320
+ --space-8: 32px;
321
+ --space-9: 36px;
322
+ --space-10: 40px;
323
+ --space-11: 44px;
324
+ --space-12: 48px;
325
+ /* Density axis — per-element heights */
326
+ --button-height-sm: 32px;
327
+ --button-height-md: 40px;
328
+ --button-height-lg: 48px;
329
+ --input-height-sm: 32px;
330
+ --input-height-md: 40px;
331
+ --input-height-lg: 48px;
332
+ --row-height-compact: 36px;
333
+ --row-height-normal: 44px;
334
+ --row-height-spacious: 52px;
335
+ /* Density axis — per-element padding */
336
+ --card-padding-sm: 16px;
337
+ --card-padding-md: 20px;
338
+ --card-padding-lg: 28px;
339
+ --dialog-padding: 28px;
340
+ --section-gap: 40px;
341
+ /* Type axis — family triplet (aliases existing --font-family for backward compat) */
342
+ --font-family-display: var(--font-family);
343
+ --font-family-body: var(--font-family);
344
+ --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
345
+ /* Type axis — size scale */
346
+ --text-xs: 12px;
347
+ --leading-xs: 16px;
348
+ --text-sm: 14px;
349
+ --leading-sm: 20px;
350
+ --text-base: 16px;
351
+ --leading-base: 24px;
352
+ --text-lg: 18px;
353
+ --leading-lg: 28px;
354
+ --text-xl: 20px;
355
+ --leading-xl: 28px;
356
+ --text-2xl: 24px;
357
+ --leading-2xl: 32px;
358
+ --text-3xl: 30px;
359
+ --leading-3xl: 36px;
360
+ --text-4xl: 36px;
361
+ --leading-4xl: 40px;
362
+ --text-display-1: 48px;
363
+ --leading-display-1: 52px;
364
+ --text-display-2: 60px;
365
+ --leading-display-2: 64px;
366
+ /* Type axis — intent mapping */
367
+ --intent-heading-major-size: var(--text-2xl);
368
+ --intent-heading-major-weight: var(--font-weight-bold);
369
+ --intent-heading-major-leading: var(--leading-2xl);
370
+ --intent-heading-minor-size: var(--text-lg);
371
+ --intent-heading-minor-weight: var(--font-weight-medium);
372
+ --intent-heading-minor-leading: var(--leading-lg);
373
+ --intent-body-emphasis-size: var(--text-base);
374
+ --intent-body-emphasis-weight: var(--font-weight-medium);
375
+ --intent-body-emphasis-leading: var(--leading-base);
376
+ --intent-body-default-size: var(--text-sm);
377
+ --intent-body-default-weight: var(--font-weight-normal);
378
+ --intent-body-default-leading: var(--leading-sm);
379
+ --intent-body-quiet-size: var(--text-sm);
380
+ --intent-body-quiet-weight: var(--font-weight-normal);
381
+ --intent-body-quiet-leading: var(--leading-sm);
382
+ --intent-caption-size: var(--text-xs);
383
+ --intent-caption-weight: var(--font-weight-normal);
384
+ --intent-caption-leading: var(--leading-xs);
385
+ --intent-numeric-size: var(--text-sm);
386
+ --intent-numeric-weight: var(--font-weight-medium);
387
+ --intent-numeric-leading: var(--leading-sm);
388
+ /* Motion axis — duration palette */
389
+ --duration-instant: 0ms;
390
+ --duration-fast: var(--transition-fast);
391
+ --duration-normal: var(--transition-normal);
392
+ --duration-slow: var(--transition-slow);
393
+ --duration-dramatic: 800ms;
394
+ /* Motion axis — easing palette */
395
+ --easing-linear: linear;
396
+ --easing-standard: var(--transition-timing);
397
+ --easing-emphasized: cubic-bezier(0.22, 1, 0.36, 1);
398
+ --easing-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
399
+ /* Iconography axis */
400
+ --icon-family: lucide;
401
+ --icon-default-size: 16px;
402
+ /* Elevation axis — per-layer mapping */
403
+ --elevation-card: var(--shadow-sm);
404
+ --elevation-popover: var(--shadow-main);
405
+ --elevation-dialog: var(--shadow-lg);
406
+ --elevation-toast: var(--shadow-main);
407
+ /* Geometry axis — radius rhythm with intent */
408
+ --radius-container: var(--radius-lg);
409
+ --radius-interactive: var(--radius-md);
410
+ --radius-pill: var(--radius-full);
411
+ /* Geometry axis — border-width rhythm */
412
+ --border-hairline: 1px;
413
+ --border-standard: var(--border-width);
414
+ --border-heavy: var(--border-width-thick);
415
+ }
416
+
417
+ /* ==========================================================================
418
+ * SURFACE BLUR
419
+ * ========================================================================== */
420
+ /* Frosted backdrop for painted card/surface utilities */
421
+ [data-theme="glass-light"] .bg-card,
422
+ [data-theme="glass-light"] .bg-surface {
423
+ backdrop-filter: blur(14px) saturate(1.4);
424
+ }
425
+ [data-theme="glass-dark"] .bg-card,
426
+ [data-theme="glass-dark"] .bg-surface {
427
+ backdrop-filter: blur(18px) saturate(1.3);
428
+ }
package/themes/index.css CHANGED
@@ -8,10 +8,11 @@
8
8
  * IMPORTANT: @import must precede all other statements (Vite requirement).
9
9
  */
10
10
 
11
- /* Layer 1 skin axes — font families consumed by prism / gazette / terminal / atelier / kiosk.
11
+ /* Layer 1 skin axes — font families consumed by prism / gazette / terminal / atelier / kiosk,
12
+ * plus VT323 for retro's pixel display type.
12
13
  * Combined into a single Google Fonts request for fewer round-trips. font-display: swap
13
14
  * means body text renders immediately with the fallback chain while the web fonts load. */
14
- @import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;700;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&family=Manrope:wght@400;500;600;700;800&display=swap");
15
+ @import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@400;500;700;900&family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&family=Manrope:wght@400;500;600;700;800&family=VT323&display=swap");
15
16
 
16
17
  /* Shared base layer — atelier's typography + density at :root, inherited
17
18
  * by every theme that doesn't override. MUST come before per-theme
@@ -31,18 +32,7 @@
31
32
  @import "./game-rpg.css";
32
33
 
33
34
  /* Extended themes */
34
- @import "./ocean.css";
35
- @import "./forest.css";
36
- @import "./sunset.css";
37
- @import "./lavender.css";
38
- @import "./rose.css";
39
- @import "./slate.css";
40
- @import "./ember.css";
41
- @import "./midnight.css";
42
- @import "./sand.css";
43
35
  @import "./neon.css";
44
- @import "./arctic.css";
45
- @import "./copper.css";
46
36
 
47
37
  /* Layer 1 skin axes — truly-unique themes (see docs/Almadar_Std_Variations.md) */
48
38
  @import "./prism.css";
@@ -54,6 +44,12 @@
54
44
  @import "./notion-editorial.css";
55
45
  @import "./bloomberg-dense.css";
56
46
 
47
+ /* Personality themes — high-demand web styles (see themes/_contract.md) */
48
+ @import "./glass.css";
49
+ @import "./clay.css";
50
+ @import "./retro.css";
51
+ @import "./corporate.css";
52
+
57
53
  /**
58
54
  * Minimal element reset for @almadar/ui components.
59
55
  *
package/themes/kiosk.css CHANGED
@@ -43,7 +43,7 @@
43
43
  --color-secondary-hover: #ffe1dd;
44
44
  --color-secondary-foreground: #1a1a1a;
45
45
 
46
- --color-accent: #22c8be;
46
+ --color-accent: #0f766e;
47
47
  --color-accent-foreground: #ffffff;
48
48
 
49
49
  --color-muted: #f5f5f4;
@@ -59,13 +59,13 @@
59
59
  --color-ring: #ff5a4f;
60
60
 
61
61
  /* Semantic colors - Saturated, cheerful */
62
- --color-error: #ef4444;
62
+ --color-error: #b91c1c;
63
63
  --color-error-foreground: #ffffff;
64
- --color-success: #16a34a;
64
+ --color-success: #15803d;
65
65
  --color-success-foreground: #ffffff;
66
66
  --color-warning: #f59e0b;
67
67
  --color-warning-foreground: #1a1a1a;
68
- --color-info: #0ea5e9;
68
+ --color-info: #0369a1;
69
69
  --color-info-foreground: #ffffff;
70
70
 
71
71
  /* Typography - Chunky, rounded geometric */
@@ -241,7 +241,7 @@
241
241
  /* Colors - Deep navy background, coral primary, turquoise pop */
242
242
  --color-primary: #ff6b5e;
243
243
  --color-primary-hover: #ff8478;
244
- --color-primary-foreground: #ffffff;
244
+ --color-primary-foreground: #1a0606;
245
245
 
246
246
  --color-secondary: #1c2a44;
247
247
  --color-secondary-hover: #2a3a5c;
@@ -71,7 +71,7 @@
71
71
 
72
72
  --color-error: #d92d20;
73
73
  --color-error-foreground: #ffffff;
74
- --color-success: #079455;
74
+ --color-success: #067647;
75
75
  --color-success-foreground: #ffffff;
76
76
  --color-warning: #b54708;
77
77
  --color-warning-foreground: #ffffff;
@@ -46,7 +46,7 @@
46
46
  --color-accent-foreground: #fafafa;
47
47
 
48
48
  --color-muted: #f4f4f5;
49
- --color-muted-foreground: #71717a;
49
+ --color-muted-foreground: #65656e;
50
50
 
51
51
  --color-background: #f8fafc;
52
52
  --color-foreground: #18181b;
@@ -60,7 +60,7 @@
60
60
  /* Semantic colors */
61
61
  --color-error: #dc2626;
62
62
  --color-error-foreground: #ffffff;
63
- --color-success: #16a34a;
63
+ --color-success: #15803d;
64
64
  --color-success-foreground: #ffffff;
65
65
  --color-warning: #ca8a04;
66
66
  --color-warning-foreground: #000000;
package/themes/neon.css CHANGED
@@ -45,11 +45,11 @@
45
45
  --color-secondary-hover: #99f6e4;
46
46
  --color-secondary-foreground: #134e4a;
47
47
 
48
- --color-accent: #ec4899;
48
+ --color-accent: #be185d;
49
49
  --color-accent-foreground: #ffffff;
50
50
 
51
51
  --color-muted: #ccfbf1;
52
- --color-muted-foreground: #64748b;
52
+ --color-muted-foreground: #475569;
53
53
 
54
54
  --color-background: #f0fdfa;
55
55
  --color-foreground: #134e4a;
@@ -63,7 +63,7 @@
63
63
  /* Semantic colors */
64
64
  --color-error: #dc2626;
65
65
  --color-error-foreground: #ffffff;
66
- --color-success: #16a34a;
66
+ --color-success: #15803d;
67
67
  --color-success-foreground: #ffffff;
68
68
  --color-warning: #ca8a04;
69
69
  --color-warning-foreground: #000000;
@@ -47,7 +47,7 @@
47
47
  --color-secondary-hover: #ebe7dc;
48
48
  --color-secondary-foreground: #191919;
49
49
 
50
- --color-accent: #ff6b35;
50
+ --color-accent: #d13f0a;
51
51
  --color-accent-foreground: #fefdf9;
52
52
 
53
53
  --color-muted: #f4f1ea;
package/themes/prism.css CHANGED
@@ -44,7 +44,7 @@
44
44
  --color-accent-foreground: #1a2e05;
45
45
 
46
46
  --color-muted: #f1f5f9;
47
- --color-muted-foreground: #64748b;
47
+ --color-muted-foreground: #59677c;
48
48
 
49
49
  --color-background: #fafafa;
50
50
  --color-foreground: #0f172a;
@@ -58,9 +58,9 @@
58
58
  /* Semantic colors */
59
59
  --color-error: #dc2626;
60
60
  --color-error-foreground: #ffffff;
61
- --color-success: #16a34a;
61
+ --color-success: #15803d;
62
62
  --color-success-foreground: #ffffff;
63
- --color-warning: #d97706;
63
+ --color-warning: #b45309;
64
64
  --color-warning-foreground: #ffffff;
65
65
  --color-info: #2563eb;
66
66
  --color-info-foreground: #ffffff;