@examplary/ui 1.61.0 → 1.62.0

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.
@@ -7,7 +7,7 @@ const buttonVariants = cva("inline-flex items-center select-none text-text dark:
7
7
  variants: {
8
8
  variant: {
9
9
  default: "bg-nav border border-black dark:bg-zinc-800 dark:border-white hover:shadow-light",
10
- primary: "bg-bright border border-black dark:bg-white dark:text-zinc-900 dark:border-white hover:shadow-light",
10
+ primary: "bg-bright border border-black text-black dark:bg-white dark:text-zinc-900 dark:border-white hover:shadow-light",
11
11
  secondary: "bg-bg hover:bg-accent",
12
12
  destructive: "bg-red-300 border border-black hover:shadow-light",
13
13
  white: "bg-white border border-border hover:border-black hover:shadow-light data-[state=open]:border-black",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@examplary/ui",
3
3
  "description": "UI components for the Examplary testing platform.",
4
4
  "packageManager": "yarn@4.5.3",
5
- "version": "1.61.0",
5
+ "version": "1.62.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "files": [