@hybr1d-tech/charizard 0.6.92 → 0.6.95
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 +10 -7
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -8864,7 +8864,7 @@ function S3(e) {
|
|
|
8864
8864
|
return "cancelled";
|
|
8865
8865
|
case "Declined":
|
|
8866
8866
|
return "declined";
|
|
8867
|
-
case "Pending
|
|
8867
|
+
case "Pending second approval":
|
|
8868
8868
|
return "pending_second_approver";
|
|
8869
8869
|
case "Approved":
|
|
8870
8870
|
return "approved";
|
|
@@ -11463,12 +11463,15 @@ function q9({ alertType: e, actionType: t, header: a, body: o }) {
|
|
|
11463
11463
|
}
|
|
11464
11464
|
)
|
|
11465
11465
|
] }),
|
|
11466
|
-
t === "show-more" &&
|
|
11467
|
-
|
|
11468
|
-
/* @__PURE__ */ n.
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
|
|
11466
|
+
t === "show-more" && l && /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
|
|
11467
|
+
/* @__PURE__ */ n.jsx("div", { className: I(_t.dividerSection, { [_t.open]: l }), children: /* @__PURE__ */ n.jsx("div", { className: _t.divider }) }),
|
|
11468
|
+
/* @__PURE__ */ n.jsxs("div", { className: I(_t.alertDropDownBody, { [_t.open]: l }), children: [
|
|
11469
|
+
/* @__PURE__ */ n.jsx("div", {}),
|
|
11470
|
+
/* @__PURE__ */ n.jsx("div", { children: o }),
|
|
11471
|
+
/* @__PURE__ */ n.jsx("div", {})
|
|
11472
|
+
] })
|
|
11473
|
+
] }),
|
|
11474
|
+
t === "close" && o && /* @__PURE__ */ n.jsxs("div", { className: _t.alertBody, children: [
|
|
11472
11475
|
/* @__PURE__ */ n.jsx("div", {}),
|
|
11473
11476
|
/* @__PURE__ */ n.jsx("div", { children: o }),
|
|
11474
11477
|
/* @__PURE__ */ n.jsx("div", {})
|