@ztwoint/z-ui 0.1.103 → 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.
@@ -3,11 +3,11 @@ import { useRef as x, useState as h, useEffect as b } from "react";
3
3
  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
- import { Button as w } from "../../../button/button.js";
7
- import { Minus as y } from "../../../assets/icons/minus.js";
6
+ import { Button as y } from "../../../button/button.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
@@ -105,13 +105,13 @@ const S = ({
105
105
  )
106
106
  ] }),
107
107
  /* @__PURE__ */ e("div", { className: "ml-auto flex items-center gap-3", children: i ? i(t, r) : /* @__PURE__ */ e(
108
- w,
108
+ y,
109
109
  {
110
110
  onClick: () => r == null ? void 0 : r(t.id),
111
111
  variant: "ghost",
112
112
  shade: "neutral",
113
113
  size: "medium",
114
- leftIcon: /* @__PURE__ */ e(y, { 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.103",
3
+ "version": "0.1.104",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",