@underverse-ui/underverse 1.0.207 → 1.0.209

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.207",
3
+ "version": "1.0.209",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 256,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -25262,6 +25262,11 @@ var RadioButtonGroup = ({
25262
25262
  container: "border border-border/50 overflow-hidden",
25263
25263
  base: "bg-background hover:bg-accent",
25264
25264
  selected: "bg-primary text-primary-foreground"
25265
+ },
25266
+ primary: {
25267
+ container: "bg-muted py-1 px-2",
25268
+ base: "bg-transparent hover:bg-background/50",
25269
+ selected: "bg-primary text-primary-foreground shadow-sm"
25265
25270
  }
25266
25271
  };
25267
25272
  const uniqueId = React47.useId();