@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/api-reference.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -704,7 +704,7 @@ var Card = import_react2.default.forwardRef(
|
|
|
704
704
|
{
|
|
705
705
|
ref,
|
|
706
706
|
className: cn(
|
|
707
|
-
"group bg-card text-card-foreground transition-[transform,box-shadow,border-color,background-color] duration-300 ease-soft",
|
|
707
|
+
"group/card bg-card text-card-foreground transition-[transform,box-shadow,border-color,background-color] duration-300 ease-soft",
|
|
708
708
|
resolvedBorderMode ? getPanelBorderRadiusClass(resolvedBorderMode) : "rounded-2xl md:rounded-3xl max-md:rounded-xl",
|
|
709
709
|
"border border-border/50 shadow-sm backdrop-blur-sm",
|
|
710
710
|
hoverable && "md:hover:-translate-y-0.5 md:hover:border-primary/15 md:hover:shadow-md",
|
|
@@ -729,7 +729,7 @@ var Card = import_react2.default.forwardRef(
|
|
|
729
729
|
{
|
|
730
730
|
className: cn(
|
|
731
731
|
"pointer-events-none absolute inset-0 bg-linear-to-br from-primary/5 to-transparent opacity-0 transition-opacity duration-300",
|
|
732
|
-
"group-hover:opacity-100"
|
|
732
|
+
"group-hover/card:opacity-100"
|
|
733
733
|
)
|
|
734
734
|
}
|
|
735
735
|
),
|
|
@@ -739,7 +739,7 @@ var Card = import_react2.default.forwardRef(
|
|
|
739
739
|
{
|
|
740
740
|
className: cn(
|
|
741
741
|
"min-w-0 text-base md:text-lg font-semibold leading-tight tracking-tight wrap-anywhere transition-colors duration-200 max-md:text-sm",
|
|
742
|
-
hoverable && "group-hover:text-primary"
|
|
742
|
+
hoverable && "group-hover/card:text-primary"
|
|
743
743
|
),
|
|
744
744
|
children: title
|
|
745
745
|
}
|