@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.
@@ -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-primary text-primary focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50", t),
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",