@iclips/ui 1.0.64 → 1.0.66
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49711,7 +49711,7 @@ const _c = I.forwardRef(
|
|
|
49711
49711
|
}, de = (G) => {
|
|
49712
49712
|
!d || h || m || !N || (G.preventDefault(), G.deltaY < 0 ? V() : G.deltaY > 0 && q());
|
|
49713
49713
|
};
|
|
49714
|
-
return I.useImperativeHandle(v, () => k.current), /* @__PURE__ */ b("div", { className: "relative
|
|
49714
|
+
return I.useImperativeHandle(v, () => k.current), /* @__PURE__ */ b("div", { className: "relative w-full", children: [
|
|
49715
49715
|
/* @__PURE__ */ l(
|
|
49716
49716
|
"input",
|
|
49717
49717
|
{
|
|
@@ -49720,7 +49720,7 @@ const _c = I.forwardRef(
|
|
|
49720
49720
|
inputMode: "decimal",
|
|
49721
49721
|
"data-slot": "input",
|
|
49722
49722
|
className: M(
|
|
49723
|
-
"file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border
|
|
49723
|
+
"file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input flex h-9 w-full min-w-0 rounded-md border pl-3 pr-11 py-1 text-base bg-input-background transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
|
49724
49724
|
"focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
|
|
49725
49725
|
"aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
|
|
49726
49726
|
"text-right tabular-nums",
|
|
@@ -49741,14 +49741,14 @@ const _c = I.forwardRef(
|
|
|
49741
49741
|
...g
|
|
49742
49742
|
}
|
|
49743
49743
|
),
|
|
49744
|
-
/* @__PURE__ */ b("div", { className: "absolute right-1 top-1/2 -translate-y-1/2 flex flex-col gap-
|
|
49744
|
+
/* @__PURE__ */ b("div", { className: "absolute right-1.5 top-1/2 -translate-y-1/2 flex flex-col gap-0.5", children: [
|
|
49745
49745
|
/* @__PURE__ */ l(
|
|
49746
49746
|
R,
|
|
49747
49747
|
{
|
|
49748
49748
|
type: "button",
|
|
49749
49749
|
variant: "ghost",
|
|
49750
49750
|
size: "icon",
|
|
49751
|
-
className: "h-
|
|
49751
|
+
className: "h-3.5 w-6 rounded-sm p-0 hover:bg-muted",
|
|
49752
49752
|
onClick: V,
|
|
49753
49753
|
disabled: h || m || S >= a,
|
|
49754
49754
|
tabIndex: -1,
|
|
@@ -49762,7 +49762,7 @@ const _c = I.forwardRef(
|
|
|
49762
49762
|
type: "button",
|
|
49763
49763
|
variant: "ghost",
|
|
49764
49764
|
size: "icon",
|
|
49765
|
-
className: "h-
|
|
49765
|
+
className: "h-3.5 w-6 rounded-sm p-0 hover:bg-muted",
|
|
49766
49766
|
onClick: q,
|
|
49767
49767
|
disabled: h || m || S <= i,
|
|
49768
49768
|
tabIndex: -1,
|