@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/api-reference.json +1 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
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();
|