@underverse-ui/underverse 1.0.209 → 1.0.210
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15732,7 +15732,7 @@ var RadioButtonGroup = ({
|
|
|
15732
15732
|
sizeClasses2[size],
|
|
15733
15733
|
isSelected ? variantClasses3[variant].selected : variantClasses3[variant].base,
|
|
15734
15734
|
variant === "outline" && !isLast && "border-r border-border/50",
|
|
15735
|
-
variant === "default" && getBorderRadiusClass(resolvedBorderMode),
|
|
15735
|
+
(variant === "default" || variant === "primary") && getBorderRadiusClass(resolvedBorderMode),
|
|
15736
15736
|
fullWidth && "flex-1"
|
|
15737
15737
|
),
|
|
15738
15738
|
onClick: () => handleValueChange(item.value),
|