@iclips/ui 1.0.65 → 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 +2 -2
- 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",
|