@turingpaper/ui 0.0.17 → 0.0.19

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.
@@ -5,7 +5,7 @@ import { RadioGroup as r } from "radix-ui";
5
5
  import { Circle as i } from "lucide-react";
6
6
  //#region src/components/radio-group.tsx
7
7
  var a = t.forwardRef(({ className: t, ...i }, a) => /* @__PURE__ */ n(r.Root, {
8
- className: e("grid gap-2", t),
8
+ className: e("grid gap-3", t),
9
9
  ...i,
10
10
  ref: a
11
11
  }));
package/dist/select.mjs CHANGED
@@ -6,7 +6,7 @@ import { Check as a, ChevronDown as o, ChevronUp as s } from "lucide-react";
6
6
  //#region src/components/select.tsx
7
7
  var c = i.Root, l = i.Group, u = i.Value, d = t.forwardRef(({ className: t, children: a, ...s }, c) => /* @__PURE__ */ r(i.Trigger, {
8
8
  ref: c,
9
- className: e("flex h-10 w-full items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm data-[placeholder]:text-muted-foreground focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1", t),
9
+ className: e("flex h-9 w-full items-center justify-between gap-1.5 rounded-lg border border-input bg-background px-3 py-2 text-sm data-[placeholder]:text-muted-foreground focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1", t),
10
10
  ...s,
11
11
  children: [a, /* @__PURE__ */ n(i.Icon, {
12
12
  asChild: !0,
@@ -30,7 +30,7 @@ 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-md 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-lg 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),
34
34
  position: o,
35
35
  ...s,
36
36
  children: [
@@ -51,7 +51,7 @@ var h = t.forwardRef(({ className: t, ...r }, a) => /* @__PURE__ */ n(i.Label, {
51
51
  h.displayName = i.Label.displayName;
52
52
  var g = t.forwardRef(({ className: t, children: o, ...s }, c) => /* @__PURE__ */ r(i.Item, {
53
53
  ref: c,
54
- className: e("relative flex w-full cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", t),
54
+ className: e("relative flex w-full cursor-default select-none items-center rounded-md py-2 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50", t),
55
55
  ...s,
56
56
  children: [/* @__PURE__ */ n("span", {
57
57
  className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center",
package/dist/sheet.mjs CHANGED
@@ -24,7 +24,7 @@ var f = a("fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out d
24
24
  className: e(f({ side: t }), a),
25
25
  ...c,
26
26
  children: [s, /* @__PURE__ */ r(i.Close, {
27
- className: "absolute right-4 top-4 rounded-sm opacity-70 transition-opacity hover:opacity-100 focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:pointer-events-none data-[state=open]:bg-secondary",
27
+ className: "absolute right-4 top-4 rounded-md opacity-70 transition-opacity hover:opacity-100 focus-visible:outline-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:pointer-events-none data-[state=open]:bg-secondary",
28
28
  children: [/* @__PURE__ */ n(o, { className: "h-4 w-4" }), /* @__PURE__ */ n("span", {
29
29
  className: "sr-only",
30
30
  children: "Close"
package/dist/skeleton.mjs CHANGED
@@ -3,7 +3,7 @@ import { jsx as t } from "react/jsx-runtime";
3
3
  //#region src/components/skeleton.tsx
4
4
  function n({ className: n, ...r }) {
5
5
  return /* @__PURE__ */ t("div", {
6
- className: e("animate-pulse rounded-md bg-muted", n),
6
+ className: e("animate-pulse rounded-lg bg-muted", n),
7
7
  ...r
8
8
  });
9
9
  }