@thalamiq/ui 0.1.19 → 0.1.20

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.
@@ -51,7 +51,7 @@
51
51
  ------------------------------------------------------------ */
52
52
 
53
53
  /* Buttons, links, explicit user actions */
54
- --primary: oklch(0.52 0.16 255);
54
+ --primary: oklch(0.5 0.08 255);
55
55
  --primary-foreground: oklch(1 0 0);
56
56
 
57
57
  /* Secondary: ghost buttons, toggles, secondary CTAs */
@@ -141,7 +141,7 @@
141
141
  --muted: oklch(0.2 0.008 260);
142
142
  --muted-foreground: oklch(0.7 0.008 265);
143
143
 
144
- --primary: oklch(0.64 0.16 255);
144
+ --primary: oklch(0.58 0.08 255);
145
145
  --primary-foreground: oklch(0.16 0.01 265);
146
146
 
147
147
  --secondary: oklch(0.23 0.014 260);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thalamiq/ui",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",