@underverse-ui/underverse 1.0.196 → 1.0.197
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/api-reference.json +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -507,7 +507,7 @@ var Card = React4.forwardRef(
|
|
|
507
507
|
{
|
|
508
508
|
ref,
|
|
509
509
|
className: cn(
|
|
510
|
-
"group bg-card text-card-foreground transition-[transform,box-shadow,border-color,background-color] duration-300 ease-soft",
|
|
510
|
+
"group/card bg-card text-card-foreground transition-[transform,box-shadow,border-color,background-color] duration-300 ease-soft",
|
|
511
511
|
resolvedBorderMode ? getPanelBorderRadiusClass(resolvedBorderMode) : "rounded-2xl md:rounded-3xl max-md:rounded-xl",
|
|
512
512
|
"border border-border/50 shadow-sm backdrop-blur-sm",
|
|
513
513
|
hoverable && "md:hover:-translate-y-0.5 md:hover:border-primary/15 md:hover:shadow-md",
|
|
@@ -532,7 +532,7 @@ var Card = React4.forwardRef(
|
|
|
532
532
|
{
|
|
533
533
|
className: cn(
|
|
534
534
|
"pointer-events-none absolute inset-0 bg-linear-to-br from-primary/5 to-transparent opacity-0 transition-opacity duration-300",
|
|
535
|
-
"group-hover:opacity-100"
|
|
535
|
+
"group-hover/card:opacity-100"
|
|
536
536
|
)
|
|
537
537
|
}
|
|
538
538
|
),
|
|
@@ -542,7 +542,7 @@ var Card = React4.forwardRef(
|
|
|
542
542
|
{
|
|
543
543
|
className: cn(
|
|
544
544
|
"min-w-0 text-base md:text-lg font-semibold leading-tight tracking-tight wrap-anywhere transition-colors duration-200 max-md:text-sm",
|
|
545
|
-
hoverable && "group-hover:text-primary"
|
|
545
|
+
hoverable && "group-hover/card:text-primary"
|
|
546
546
|
),
|
|
547
547
|
children: title
|
|
548
548
|
}
|