@turingpaper/ui 0.0.11 → 0.0.12

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/select.mjs CHANGED
@@ -8,7 +8,7 @@ const R = e.Root, C = e.Group, I = e.Value, h = s.forwardRef(({ className: o, ch
8
8
  {
9
9
  ref: d,
10
10
  className: l(
11
- "flex h-8 w-full items-center justify-between rounded-md border border-input bg-background px-2.5 py-1 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",
11
+ "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",
12
12
  o
13
13
  ),
14
14
  ...a,
@@ -77,7 +77,7 @@ const g = s.forwardRef(({ className: o, ...r }, a) => /* @__PURE__ */ t(
77
77
  e.Label,
78
78
  {
79
79
  ref: a,
80
- className: l("py-1 pl-8 pr-2 text-sm font-semibold", o),
80
+ className: l("py-1.5 pl-8 pr-2 text-sm font-semibold", o),
81
81
  ...r
82
82
  }
83
83
  ));
@@ -87,7 +87,7 @@ const w = s.forwardRef(({ className: o, children: r, ...a }, d) => /* @__PURE__
87
87
  {
88
88
  ref: d,
89
89
  className: l(
90
- "relative flex w-full cursor-default select-none items-center rounded-sm py-1 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
90
+ "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",
91
91
  o
92
92
  ),
93
93
  ...a,
package/dist/sheet.mjs CHANGED
@@ -17,7 +17,7 @@ const R = e.Root, T = e.Trigger, D = e.Close, p = e.Portal, d = r.forwardRef(({
17
17
  ));
18
18
  d.displayName = e.Overlay.displayName;
19
19
  const h = c(
20
- "fixed z-50 gap-3 bg-background p-4 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
20
+ "fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
21
21
  {
22
22
  variants: {
23
23
  side: {
@@ -57,7 +57,7 @@ const u = ({
57
57
  "div",
58
58
  {
59
59
  className: i(
60
- "flex flex-col space-y-1.5 text-center sm:text-left",
60
+ "flex flex-col space-y-2 text-center sm:text-left",
61
61
  t
62
62
  ),
63
63
  ...a