@ztwoint/z-ui 0.1.102 → 0.1.104

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.
@@ -4,10 +4,10 @@ import { createPortal as N } from "react-dom";
4
4
  import { cn as u } from "../../../../lib/utils.js";
5
5
  import { useColumnItemDragAndDrop as v } from "./column-item.hook.js";
6
6
  import { Button as y } from "../../../button/button.js";
7
- import { Minus as w } from "../../../assets/icons/minus.js";
7
+ import k from "../../../assets/icons/x.js";
8
8
  import { parseColumnLabel as p } from "./column-item.util.js";
9
9
  import g from "../../../assets/icons/drag-handle.js";
10
- import { Z2Tooltip as k } from "../../../tooltip/tooltip.js";
10
+ import { Z2Tooltip as w } from "../../../tooltip/tooltip.js";
11
11
  const L = {
12
12
  "is-dragging": "opacity-40",
13
13
  "is-dragging-over": "bg-background-neutral-medium"
@@ -23,7 +23,7 @@ const L = {
23
23
  return n(), window.addEventListener("resize", n), () => window.removeEventListener("resize", n);
24
24
  }, [t]);
25
25
  const a = /* @__PURE__ */ e("span", { ref: i, className: u("truncate min-w-0", s), children: t });
26
- return o && r ? /* @__PURE__ */ e(k, { message: r, side: "top", children: a }) : a;
26
+ return o && r ? /* @__PURE__ */ e(w, { message: r, side: "top", children: a }) : a;
27
27
  }, T = ({
28
28
  edge: t,
29
29
  isFirstElement: s = !1
@@ -79,7 +79,7 @@ const S = ({
79
79
  ref: m,
80
80
  className: u(
81
81
  "flex items-center gap-2 p-1 pl-3 bg-background-neutral-default transition-colors",
82
- o ? "cursor-default opacity-60" : "cursor-grab hover:bg-background-neutral-medium",
82
+ o ? "cursor-default" : "cursor-grab hover:bg-background-neutral-medium",
83
83
  L[a.type] ?? ""
84
84
  ),
85
85
  children: [
@@ -111,7 +111,7 @@ const S = ({
111
111
  variant: "ghost",
112
112
  shade: "neutral",
113
113
  size: "medium",
114
- leftIcon: /* @__PURE__ */ e(w, { className: "w-4 h-4" })
114
+ leftIcon: /* @__PURE__ */ e(k, { className: "w-4 h-4" })
115
115
  }
116
116
  ) })
117
117
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztwoint/z-ui",
3
- "version": "0.1.102",
3
+ "version": "0.1.104",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",