@sesamehr/react-design-system 2.0.0-beta.1 → 2.0.0-beta.2
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.
|
@@ -4491,12 +4491,12 @@ const fv = W(
|
|
|
4491
4491
|
);
|
|
4492
4492
|
fv.displayName = "OxButton";
|
|
4493
4493
|
const pv = vt(
|
|
4494
|
-
"inline-flex items-center justify-center whitespace-nowrap font-normal transition-all cursor-pointer disabled:pointer-events-none disabled:opacity-50 active:opacity-60 [&_svg]:pointer-events-none shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-
|
|
4494
|
+
"inline-flex items-center justify-center whitespace-nowrap font-normal transition-all cursor-pointer disabled:pointer-events-none disabled:opacity-50 active:opacity-60 [&_svg]:pointer-events-none shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-error/20 dark:aria-invalid:ring-error/40 aria-invalid:border-error",
|
|
4495
4495
|
{
|
|
4496
4496
|
variants: {
|
|
4497
4497
|
variant: {
|
|
4498
4498
|
default: "bg-brand text-brand-foreground hover:bg-brand-hover",
|
|
4499
|
-
destructive: "bg-
|
|
4499
|
+
destructive: "bg-error text-error-foreground hover:bg-error/90 focus-visible:ring-error/20",
|
|
4500
4500
|
success: "bg-success text-success-foreground hover:bg-success/90 focus-visible:ring-success/20",
|
|
4501
4501
|
outline: "border border-border-default text-font-primary bg-transparent hover:bg-brand-100",
|
|
4502
4502
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
@@ -6804,7 +6804,7 @@ const hb = vt(
|
|
|
6804
6804
|
brand: "bg-brand text-brand-foreground hover:bg-brand-hover",
|
|
6805
6805
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
6806
6806
|
outline: "border border-border bg-background text-foreground hover:bg-accent",
|
|
6807
|
-
destructive: "bg-
|
|
6807
|
+
destructive: "bg-error text-error-foreground hover:bg-error/90"
|
|
6808
6808
|
}
|
|
6809
6809
|
},
|
|
6810
6810
|
defaultVariants: {
|
|
@@ -7617,7 +7617,7 @@ const hy = vt("", {
|
|
|
7617
7617
|
brand: "bg-brand/10 text-brand",
|
|
7618
7618
|
success: "bg-success/10 text-success",
|
|
7619
7619
|
warning: "bg-warning/10 text-warning",
|
|
7620
|
-
error: "bg-
|
|
7620
|
+
error: "bg-error/10 text-error"
|
|
7621
7621
|
}
|
|
7622
7622
|
},
|
|
7623
7623
|
defaultVariants: {
|
|
@@ -7713,7 +7713,7 @@ const Sy = vt(
|
|
|
7713
7713
|
paused: "border-warning text-font-warning",
|
|
7714
7714
|
completed: "border-chart-5 text-chart-5",
|
|
7715
7715
|
scheduled: "border-chart-2 text-chart-2",
|
|
7716
|
-
deleted: "border-
|
|
7716
|
+
deleted: "border-error text-error"
|
|
7717
7717
|
}
|
|
7718
7718
|
},
|
|
7719
7719
|
defaultVariants: {
|
|
@@ -7728,7 +7728,7 @@ const Sy = vt(
|
|
|
7728
7728
|
paused: "bg-warning",
|
|
7729
7729
|
completed: "bg-chart-5",
|
|
7730
7730
|
scheduled: "bg-chart-2",
|
|
7731
|
-
deleted: "bg-
|
|
7731
|
+
deleted: "bg-error"
|
|
7732
7732
|
}
|
|
7733
7733
|
},
|
|
7734
7734
|
defaultVariants: {
|