@hanzo/ui 3.8.26 → 3.8.27

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.26",
3
+ "version": "3.8.27",
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/",
@@ -12,6 +12,7 @@ const variant = {
12
12
  ghost: "text-foreground sm:hover:bg-level-1 sm:hover:text-accent whitespace-nowrap font-sans ",
13
13
  link: "text-foreground sm:hover:text-muted-1 font-sans ",
14
14
  linkFG: "text-foreground sm:hover:text-muted-1 font-sans ", // marker to style nav as regular link
15
+ linkMuted: "text-muted-1 sm:hover:text-foreground font-sans ",
15
16
  }
16
17
 
17
18
  const size = {