@iclips/ui 1.0.71 → 1.1.0

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.js CHANGED
@@ -49764,8 +49764,11 @@ const _c = I.forwardRef(
49764
49764
  return /* @__PURE__ */ v(
49765
49765
  "div",
49766
49766
  {
49767
- className: "absolute top-1/2 -translate-y-1/2 flex flex-col gap-[2px]",
49768
- style: { [w]: "2px" },
49767
+ className: M(
49768
+ "absolute flex flex-col gap-[2px] h-[calc(100%-4px)] justify-center z-10",
49769
+ w === "right" ? "right-2" : "left-2"
49770
+ ),
49771
+ style: { top: 2, bottom: 2 },
49769
49772
  children: [
49770
49773
  A,
49771
49774
  q
@@ -49833,8 +49836,8 @@ const _c = I.forwardRef(
49833
49836
  "focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",
49834
49837
  "aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
49835
49838
  "tabular-nums",
49836
- g && b === "vertical" && w === "right" && "pr-10 text-right",
49837
- g && b === "vertical" && w === "left" && "pl-10 text-left",
49839
+ g && b === "vertical" && w === "right" && "pr-12 text-right",
49840
+ g && b === "vertical" && w === "left" && "pl-12 text-left",
49838
49841
  g && b === "stacked" && "rounded-r-none border-r-0 text-right pr-3",
49839
49842
  !g && "text-right",
49840
49843
  t