@turingpaper/ui 0.0.20 → 0.0.22

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",
package/dist/select.mjs CHANGED
@@ -30,13 +30,13 @@ var p = t.forwardRef(({ className: t, ...r }, a) => /* @__PURE__ */ n(i.ScrollDo
30
30
  p.displayName = i.ScrollDownButton.displayName;
31
31
  var m = t.forwardRef(({ className: t, children: a, position: o = "popper", ...s }, c) => /* @__PURE__ */ n(i.Portal, { children: /* @__PURE__ */ r(i.Content, {
32
32
  ref: c,
33
- className: e("relative z-50 max-h-72 min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-xl border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-select-content-transform-origin]", o === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1", t),
33
+ className: e("relative z-50 max-h-72 min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-xl border bg-popover p-4 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-select-content-transform-origin]", o === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1", t),
34
34
  position: o,
35
35
  ...s,
36
36
  children: [
37
37
  /* @__PURE__ */ n(f, {}),
38
38
  /* @__PURE__ */ n(i.Viewport, {
39
- className: e("p-1", o === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
39
+ className: e(o === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),
40
40
  children: a
41
41
  }),
42
42
  /* @__PURE__ */ n(p, {})