@xyhp915/slack-base-ui 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/libs/index.js +6 -6
  2. package/package.json +2 -2
package/libs/index.js CHANGED
@@ -450,7 +450,7 @@ function Qm(e, t = {}) {
450
450
  function Jm(e) {
451
451
  return Array.isArray(e) ? Um(e) : an(void 0, e);
452
452
  }
453
- const eg = /* @__PURE__ */ Symbol.for("react.lazy"), tg = /^[A-Z][A-Za-z0-9$]*$/, ng = /[a-z]/;
453
+ const eg = Symbol.for("react.lazy"), tg = /^[A-Z][A-Za-z0-9$]*$/, ng = /[a-z]/;
454
454
  function og(e, t, n, o) {
455
455
  if (t) {
456
456
  if (typeof t == "function")
@@ -5496,7 +5496,7 @@ function Ra(e, t = {}) {
5496
5496
  }), B.addEventListener("mousemove", x.handler), x.handler(T);
5497
5497
  return;
5498
5498
  }
5499
- (x.pointerType !== "touch" || !Ce(n.select("floatingElement"), T.relatedTarget)) && k(T);
5499
+ (x.pointerType === "touch" ? !Ce(n.select("floatingElement"), T.relatedTarget) : !0) && k(T);
5500
5500
  }
5501
5501
  return c ? Qt(Le(V, "mousemove", O, {
5502
5502
  once: !0
@@ -6902,7 +6902,7 @@ function Ao(e, t) {
6902
6902
  } = t, {
6903
6903
  registerFieldControl: i
6904
6904
  } = _t(), a = u.useRef(null);
6905
- a.current || (a.current = /* @__PURE__ */ Symbol()), ie(() => {
6905
+ a.current || (a.current = Symbol()), ie(() => {
6906
6906
  const d = a.current;
6907
6907
  if (!(!d || !n))
6908
6908
  return i(d, {
@@ -6953,7 +6953,7 @@ function ro(e = {}) {
6953
6953
  } = e, {
6954
6954
  controlId: r,
6955
6955
  registerControlId: s
6956
- } = wn(), i = lt(t), a = n ? r : void 0, d = st(() => /* @__PURE__ */ Symbol("labelable-control")), l = u.useRef(!1), c = u.useRef(t != null), f = se(() => {
6956
+ } = wn(), i = lt(t), a = n ? r : void 0, d = st(() => Symbol("labelable-control")), l = u.useRef(!1), c = u.useRef(t != null), f = se(() => {
6957
6957
  !l.current || s === je || (l.current = !1, s(d.current, void 0));
6958
6958
  });
6959
6959
  return ie(() => {
@@ -7034,7 +7034,7 @@ function gx(e = {}) {
7034
7034
  };
7035
7035
  return iu.set(n, s), s;
7036
7036
  }
7037
- const hx = gx, ef = /* @__PURE__ */ Symbol("none"), jn = {
7037
+ const hx = gx, ef = Symbol("none"), jn = {
7038
7038
  value: ef,
7039
7039
  index: -1
7040
7040
  };
@@ -9061,7 +9061,7 @@ const Bx = "data-parent", ff = /* @__PURE__ */ u.forwardRef(function(t, n) {
9061
9061
  indeterminate: te = c,
9062
9062
  onCheckedChange: fe,
9063
9063
  ...be
9064
- } = ce, ee = G?.value, me = G?.setValue, z = G?.defaultValue, q = u.useRef(null), D = st(() => /* @__PURE__ */ Symbol("checkbox-control")), W = u.useRef(!1), {
9064
+ } = ce, ee = G?.value, me = G?.setValue, z = G?.defaultValue, q = u.useRef(null), D = st(() => Symbol("checkbox-control")), W = u.useRef(!1), {
9065
9065
  getButtonProps: re,
9066
9066
  buttonRef: xe
9067
9067
  } = ht({
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@xyhp915/slack-base-ui",
3
3
  "main": "libs/index.js",
4
4
  "types": "libs/index.d.ts",
5
- "version": "0.1.1",
5
+ "version": "0.1.2",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "dev": "vite",
@@ -34,6 +34,6 @@
34
34
  "tailwindcss": "^4.1.18",
35
35
  "typescript": "~5.9.3",
36
36
  "typescript-eslint": "^8.46.4",
37
- "vite": "7.3.2"
37
+ "vite": "7.2.7"
38
38
  }
39
39
  }