@arcfusionz/arc-primitive-ui 0.3.0 → 0.3.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.
@@ -7,7 +7,7 @@ import { Button } from "@base-ui/react/button";
7
7
  const baseClasses = "inline-flex w-fit shrink-0 items-center justify-center whitespace-nowrap rounded-md border border-transparent font-sans font-medium tabular-nums transition-colors duration-150 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-ring [&_svg]:pointer-events-none [&_svg]:shrink-0";
8
8
  const appearanceClasses = {
9
9
  solid: {
10
- neutral: "bg-foreground text-background [a&]:hover:bg-slate-700 [button&]:hover:bg-slate-700",
10
+ neutral: "bg-slate-700 text-background [a&]:hover:bg-slate-800 [button&]:hover:bg-slate-800",
11
11
  primary: "bg-primary text-primary-foreground [a&]:hover:bg-primary-700 [button&]:hover:bg-primary-700",
12
12
  success: "bg-success-700 text-success-foreground [a&]:hover:bg-success-800 [button&]:hover:bg-success-800",
13
13
  warning: "bg-warning text-warning-950 [a&]:hover:bg-warning-500 [button&]:hover:bg-warning-500",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcfusionz/arc-primitive-ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "ArcFusion primitive UI components",
5
5
  "license": "MIT",
6
6
  "type": "module",