@turingpaper/ui 0.0.20 → 0.0.21
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/button.mjs +1 -1
- package/dist/checkbox.mjs +1 -1
- package/dist/components/dropdown-menu.d.ts +1 -0
- package/dist/dropdown-menu.mjs +5 -4
- package/dist/input-group.mjs +1 -1
- package/dist/provider.mjs +1 -1
- package/dist/radio-group.mjs +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/radio-group.mjs
CHANGED
|
@@ -12,7 +12,7 @@ var a = t.forwardRef(({ className: t, ...i }, a) => /* @__PURE__ */ n(r.Root, {
|
|
|
12
12
|
a.displayName = r.Root.displayName;
|
|
13
13
|
var o = t.forwardRef(({ className: t, ...a }, o) => /* @__PURE__ */ n(r.Item, {
|
|
14
14
|
ref: o,
|
|
15
|
-
className: e("aspect-square h-4 w-4 rounded-full border border-
|
|
15
|
+
className: e("aspect-square h-4 w-4 rounded-full border border-input focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground", t),
|
|
16
16
|
...a,
|
|
17
17
|
children: /* @__PURE__ */ n(r.Indicator, {
|
|
18
18
|
className: "flex items-center justify-center",
|