@hybr1d-tech/charizard 0.6.100 → 0.6.102
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/hybr1d-ui.js +1 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -9246,7 +9246,7 @@ function B9({
|
|
|
9246
9246
|
const c = !!i, l = !a && !o && (!t || (t == null ? void 0 : t.length) === 0);
|
|
9247
9247
|
return /* @__PURE__ */ n.jsx("div", { className: fe.taskCardContainer, children: l ? /* @__PURE__ */ n.jsx(xh, { emptyText: s }) : /* @__PURE__ */ n.jsxs("div", { className: I(fe.taskCard, c && fe.taskCardPaginated), children: [
|
|
9248
9248
|
/* @__PURE__ */ n.jsx(B4, { headers: e }),
|
|
9249
|
-
a ? /* @__PURE__ */ n.jsx(la, { containerStyle: { height: "164px" } }) : o ? /* @__PURE__ */ n.jsx(bh, {}) : t.map((u, m) => /* @__PURE__ */ n.jsx(w4, { data: u, menuItems: r[m] }, m)),
|
|
9249
|
+
a ? /* @__PURE__ */ n.jsx(la, { containerStyle: { height: "164px" } }) : o ? /* @__PURE__ */ n.jsx(bh, {}) : t == null ? void 0 : t.map((u, m) => /* @__PURE__ */ n.jsx(w4, { data: u, menuItems: r[m] }, m)),
|
|
9250
9250
|
c && /* @__PURE__ */ n.jsx("div", { className: fe.pagination, children: /* @__PURE__ */ n.jsx(pa, { paginationConfig: i }) })
|
|
9251
9251
|
] }) });
|
|
9252
9252
|
}
|