@hybr1d-tech/charizard 0.6.72 → 0.6.73
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.
|
@@ -7,7 +7,7 @@ interface TaskCardsProps {
|
|
|
7
7
|
isLoading?: boolean;
|
|
8
8
|
isError?: boolean;
|
|
9
9
|
emptyText?: string;
|
|
10
|
-
menuItems: MenuItemV2[];
|
|
10
|
+
menuItems: MenuItemV2[][];
|
|
11
11
|
}
|
|
12
12
|
export declare function TaskCards({ headers, data, isLoading, isError, emptyText, menuItems, }: TaskCardsProps): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export {};
|
package/dist/hybr1d-ui.js
CHANGED
|
@@ -8943,11 +8943,11 @@ function b9({
|
|
|
8943
8943
|
isLoading: a = !1,
|
|
8944
8944
|
isError: o = !1,
|
|
8945
8945
|
emptyText: s = "No requests",
|
|
8946
|
-
menuItems: r = []
|
|
8946
|
+
menuItems: r = [[]]
|
|
8947
8947
|
}) {
|
|
8948
8948
|
return /* @__PURE__ */ n.jsx("div", { className: Wt.taskCardContainer, children: /* @__PURE__ */ n.jsxs("div", { className: Wt.taskCard, children: [
|
|
8949
8949
|
/* @__PURE__ */ n.jsx(x3, { headers: e }),
|
|
8950
|
-
a ? /* @__PURE__ */ n.jsx(ho, { containerStyle: { height: "164px" } }) : o ? /* @__PURE__ */ n.jsx(j3, {}) : t.length > 0 ? t.map((l, c) => /* @__PURE__ */ n.jsx(h3, { data: l, menuItems: r }, c)) : /* @__PURE__ */ n.jsx(N3, { emptyText: s })
|
|
8950
|
+
a ? /* @__PURE__ */ n.jsx(ho, { containerStyle: { height: "164px" } }) : o ? /* @__PURE__ */ n.jsx(j3, {}) : t.length > 0 ? t.map((l, c) => /* @__PURE__ */ n.jsx(h3, { data: l, menuItems: r[c] }, c)) : /* @__PURE__ */ n.jsx(N3, { emptyText: s })
|
|
8951
8951
|
] }) });
|
|
8952
8952
|
}
|
|
8953
8953
|
function j3() {
|
|
@@ -11312,7 +11312,7 @@ function j9({ alertType: e, actionType: t, header: a, body: o }) {
|
|
|
11312
11312
|
);
|
|
11313
11313
|
}
|
|
11314
11314
|
const Ln = {
|
|
11315
|
-
default: { bg: "var(--
|
|
11315
|
+
default: { bg: "var(--fill-selection)", color: "var(--p-p50)", icon: F6 },
|
|
11316
11316
|
positive: {
|
|
11317
11317
|
bg: "var(--status-success-s10)",
|
|
11318
11318
|
color: "var(--status-success-s70)",
|