@warmio/design 1.5.0 → 1.5.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/theme.css +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmio/design",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Warm's public design contract: CSS tokens and Button/Logo primitives.",
5
5
  "license": "MIT",
6
6
  "type": "module",
package/theme.css CHANGED
@@ -295,7 +295,9 @@
295
295
  --logo-letter-spacing: 0.025em;
296
296
  --logo-gap: 0.5rem;
297
297
  --button-transition-property: color, background-color, box-shadow, border-color, transform;
298
- --button-transition-property-colors: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
298
+ --button-transition-property-colors:
299
+ color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
300
+ --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
299
301
  --button-width-full: 100%;
300
302
  --warm-surface-raised-dark: var(--input);
301
303
  --warm-surface-raised-hover-dark: var(--muted);
@@ -383,16 +385,15 @@
383
385
  }
384
386
  }
385
387
 
386
-
387
388
  /* ════════════════════════════════════════════════════════════════════════════
388
389
  DARK MODE
389
390
  Inverts lightness calculations for surfaces and adjusts brand brightness
390
391
  ════════════════════════════════════════════════════════════════════════════ */
391
392
  .dark {
392
393
  /* ─── Surfaces (dark backgrounds from neutral) ─── */
393
- --background: oklch(0.275 0 0);
394
+ --background: lab(7.31616 0.094689 -0.345469);
394
395
  --foreground: oklch(0.915 0 0);
395
- --card: oklch(0.295 0 0);
396
+ --card: lab(10.7293 0.100255 -0.363475);
396
397
  --card-gradient-start: oklch(0.325 0 0);
397
398
  --card-foreground: var(--foreground);
398
399
  --muted: var(--card);