cecomponent 2.0.52 → 2.0.54

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.
@@ -40661,10 +40661,7 @@ const CESkeletonTable = ({ columns: e, rows: t }) => /* @__PURE__ */ jsxRuntimeE
40661
40661
  /* @__PURE__ */ new Set()
40662
40662
  ), [ct, it] = useState(null), [ut, ot] = useState(!1), [yt, rt] = useState(""), [At, wt] = useState(null), [Tt, Rt] = useState("contains"), [kt, xt] = useState(""), [Je, ht] = useState({}), [ft, at] = useState(0), [mt, Mt] = useState(
40663
40663
  z ?? 10
40664
- ), [Ge, vt] = useState(/* @__PURE__ */ new Set()), [pt, Ot] = useState(""), [Bt, It] = useState(!1), [lt, _t] = useState(/* @__PURE__ */ new Set()), [bt, Z] = useState([]), ae = useMemo(() => {
40665
- const se = (n ?? []).map((pe) => pe.id).join("|");
40666
- return `ce-grid:${typeof e == "string" ? e : "grid"}:${se}`;
40667
- }, [n, e]), [te, ne] = useState(null), oe = useRef(null), le = useRef(null), ge = useRef(null), we = useRef(null), [ve, _e] = useState(/* @__PURE__ */ new Set()), [me, Oe] = useState([]), [$e, Ve] = useState(!1), [je, Be] = useState(!1), [He, tt] = useState(null), [Qe, dt] = useState(!1), [Dt, Et] = useState(!0), jt = useRef([]), gt = useRef(void 0), $t = useRef(!1);
40664
+ ), [Ge, vt] = useState(/* @__PURE__ */ new Set()), [pt, Ot] = useState(""), [Bt, It] = useState(!1), [lt, _t] = useState(/* @__PURE__ */ new Set()), [bt, Z] = useState([]), ae = useMemo(() => `ce-grid:${typeof e == "string" ? e : "grid"}`, [e]), [te, ne] = useState(null), oe = useRef(null), le = useRef(null), ge = useRef(null), we = useRef(null), [ve, _e] = useState(/* @__PURE__ */ new Set()), [me, Oe] = useState([]), [$e, Ve] = useState(!1), [je, Be] = useState(!1), [He, tt] = useState(null), [Qe, dt] = useState(!1), [Dt, Et] = useState(!0), jt = useRef([]), gt = useRef(void 0), $t = useRef(!1);
40668
40665
  useEffect(() => {
40669
40666
  z != null && z > 0 && (Mt(z), at(0));
40670
40667
  }, [z]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cecomponent",
3
3
  "description": "A React component library for building modern UIs for Cleanearth",
4
- "version": "2.0.52",
4
+ "version": "2.0.54",
5
5
  "main": "dist/ce-component-lib.js",
6
6
  "module": "dist/ce-component-lib.mjs",
7
7
  "types": "dist/idex.d.ts",