@hanzo/ui 3.8.3 → 3.8.5

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": "@hanzo/ui",
3
- "version": "3.8.3",
3
+ "version": "3.8.5",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -5,13 +5,13 @@ import { cva, type VariantProps } from "class-variance-authority"
5
5
  import { cn } from "../util"
6
6
 
7
7
  const variant = {
8
- primary: "bg-primary text-primary-fg hover:bg-primary-hover font-nav whitespace-nowrap not-typography",
9
- secondary: "bg-secondary text-secondary-fg hover:bg-secondary-hover font-nav whitespace-nowrap not-typography",
10
- outline: "text-foreground bg-background border border-muted-4 hover:bg-level-1 hover:text-accent hover:border-accent font-nav whitespace-nowrap not-typography",
11
- destructive: "bg-destructive text-destructive-fg font-sans whitespace-nowrap hover:bg-destructive-hover",
12
- ghost: "text-foreground hover:bg-level-1 hover:text-accent whitespace-nowrap font-sans ",
13
- link: "text-foreground hover:text-muted-1 font-sans ",
14
- linkFG: "text-foreground hover:text-muted-1 font-sans ", // marker to style nav as regular link
8
+ primary: "bg-primary text-primary-fg sm:hover:bg-primary-hover font-nav whitespace-nowrap not-typography",
9
+ secondary: "bg-secondary text-secondary-fg sm:hover:bg-secondary-hover font-nav whitespace-nowrap not-typography",
10
+ outline: "text-foreground bg-background border border-muted-4 sm:hover:bg-level-1 sm:hover:text-accent sm:hover:border-accent font-nav whitespace-nowrap not-typography",
11
+ destructive: "bg-destructive text-destructive-fg font-sans whitespace-nowrap sm:hover:bg-destructive-hover",
12
+ ghost: "text-foreground sm:hover:bg-level-1 sm:hover:text-accent whitespace-nowrap font-sans ",
13
+ link: "text-foreground sm:hover:text-muted-1 font-sans ",
14
+ linkFG: "text-foreground sm:hover:text-muted-1 font-sans ", // marker to style nav as regular link
15
15
  }
16
16
 
17
17
  const size = {