@underverse-ui/underverse 1.0.207 → 1.0.208

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/dist/index.js CHANGED
@@ -15704,6 +15704,11 @@ var RadioButtonGroup = ({
15704
15704
  container: "border border-border/50 overflow-hidden",
15705
15705
  base: "bg-background hover:bg-accent",
15706
15706
  selected: "bg-primary text-primary-foreground"
15707
+ },
15708
+ primary: {
15709
+ container: "bg-muted py-1 px-2",
15710
+ base: "bg-transparent hover:bg-background/50",
15711
+ selected: "bg-primary text-primary-foreground shadow-sm"
15707
15712
  }
15708
15713
  };
15709
15714
  const uniqueId = React36.useId();