@trycompai/design-system 1.0.42 → 1.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycompai/design-system",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "Design system for Comp AI - shadcn-style components with Tailwind CSS",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -19,7 +19,7 @@ const buttonVariants = cva(
19
19
  'hover:bg-accent hover:text-foreground dark:hover:bg-accent/50 aria-expanded:bg-accent aria-expanded:text-foreground',
20
20
  destructive:
21
21
  'bg-destructive/10 text-destructive hover:bg-destructive/15 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 focus-visible:border-destructive/40 dark:bg-destructive/20 dark:hover:bg-destructive/30',
22
- link: 'text-primary underline-offset-4 hover:underline',
22
+ link: 'text-primary underline-offset-4 hover:underline px-0',
23
23
  },
24
24
  width: {
25
25
  auto: '',
@@ -63,8 +63,8 @@ function PageHeader({ title, actions, breadcrumbs, backHref, backLabel = 'Back',
63
63
  ) : null}
64
64
 
65
65
  {/* Main header row */}
66
- <div className="flex items-center justify-between gap-4 min-w-0">
67
- <div className="min-w-0 flex-1 truncate">
66
+ <div className="flex flex-wrap items-center justify-between gap-x-4 gap-y-2 min-w-0">
67
+ <div className="min-w-0">
68
68
  <Heading level="1">{title}</Heading>
69
69
  </div>
70
70
  {resolvedActions && (
@@ -126,8 +126,8 @@
126
126
  --card-foreground: oklch(0.985 0 0);
127
127
  --popover: oklch(0.205 0 0);
128
128
  --popover-foreground: oklch(0.985 0 0);
129
- --primary: oklch(0.696 0.17 162.48);
130
- --primary-foreground: oklch(0.262 0.051 172.552);
129
+ --primary: oklch(0.3797 0.077172 167.6784);
130
+ --primary-foreground: oklch(0.979 0.021 166.113);
131
131
  --secondary: oklch(0.274 0.006 286.033);
132
132
  --secondary-foreground: oklch(0.985 0 0);
133
133
  --muted: oklch(0.18 0 0);
@@ -148,8 +148,8 @@
148
148
  --chart-5: oklch(0.508 0.118 165.612);
149
149
  --sidebar: oklch(0.205 0 0);
150
150
  --sidebar-foreground: oklch(0.985 0 0);
151
- --sidebar-primary: oklch(0.696 0.17 162.48);
152
- --sidebar-primary-foreground: oklch(0.262 0.051 172.552);
151
+ --sidebar-primary: oklch(0.3797 0.077172 167.6784);
152
+ --sidebar-primary-foreground: oklch(0.979 0.021 166.113);
153
153
  --sidebar-accent: oklch(0.22 0 0);
154
154
  --sidebar-accent-foreground: oklch(0.985 0 0);
155
155
  --sidebar-border: oklch(0.28 0 0);