@saasflare/ui 3.1.0 → 3.1.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.
package/dist/index.js CHANGED
@@ -6532,6 +6532,7 @@ function ThemeModeToggle({
6532
6532
  chunkDNLCSV5M_js.Button,
6533
6533
  {
6534
6534
  variant: "ghost",
6535
+ intent: "neutral",
6535
6536
  size: showText ? "sm" : "icon",
6536
6537
  className: chunkD5LKWKG7_js.cn("cursor-pointer", className),
6537
6538
  onClick: toggleTheme,
package/dist/index.mjs CHANGED
@@ -6483,6 +6483,7 @@ function ThemeModeToggle({
6483
6483
  Button,
6484
6484
  {
6485
6485
  variant: "ghost",
6486
+ intent: "neutral",
6486
6487
  size: showText ? "sm" : "icon",
6487
6488
  className: cn("cursor-pointer", className),
6488
6489
  onClick: toggleTheme,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasflare/ui",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "The Next.js UI library — App Router-aware Radix primitives with Tailwind v4 and Motion, animated by default.",
package/styles/theme.css CHANGED
@@ -70,7 +70,7 @@
70
70
  --primary-foreground: oklch(1 0 0);
71
71
 
72
72
  /* ── Secondary / Accent / Muted (from neutral axis) ── */
73
- --secondary: oklch(0.965 var(--neutral-c) var(--neutral-h));
73
+ --secondary: oklch(0.92 calc(var(--neutral-c) * 1.5) var(--neutral-h));
74
74
  --secondary-foreground: oklch(0.24 calc(var(--neutral-c) * 2) var(--neutral-h));
75
75
 
76
76
  --accent: oklch(0.95 calc(var(--neutral-c) * 1.6) var(--neutral-h));