@hybr1d-tech/charizard 2.3.30 → 2.3.31
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 +52 -52
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -11,7 +11,7 @@ import { useMachine as b0, normalizeProps as f0, Portal as A2 } from "@zag-js/re
|
|
|
11
11
|
import * as s3 from "@zag-js/tooltip";
|
|
12
12
|
import * as r3 from "@zag-js/dialog";
|
|
13
13
|
import * as c1 from "@zag-js/popover";
|
|
14
|
-
import t6, { components as
|
|
14
|
+
import t6, { components as l2 } from "react-select";
|
|
15
15
|
import { createPortal as a6 } from "react-dom";
|
|
16
16
|
import * as n1 from "@zag-js/radio-group";
|
|
17
17
|
import { Tooltip as le } from "react-tooltip";
|
|
@@ -1514,7 +1514,7 @@ function z3({
|
|
|
1514
1514
|
}
|
|
1515
1515
|
z3.displayName = x0.INPUT_LABEL;
|
|
1516
1516
|
z3.id = x0.INPUT_LABEL;
|
|
1517
|
-
const Fl = "_backdrop_7yg3k_1", Bl = "_container_7yg3k_16", Ll = "_contentWrapper_7yg3k_30", Gl = "_sm_7yg3k_39", kl = "_md_7yg3k_43", Pl = "_fullScreen_7yg3k_47", Dl = "_content_7yg3k_30", Hl = "_header_7yg3k_58", Tl = "_showBorder_7yg3k_75", Ol = "_closeIconSpan_7yg3k_79", Zl = "_closeIcon_7yg3k_79", Xl = "_body_7yg3k_93", Wl = "_footer_7yg3k_103", $l = "_btnsContainer_7yg3k_119", Yl = "_buttonLabel_7yg3k_127",
|
|
1517
|
+
const Fl = "_backdrop_7yg3k_1", Bl = "_container_7yg3k_16", Ll = "_contentWrapper_7yg3k_30", Gl = "_sm_7yg3k_39", kl = "_md_7yg3k_43", Pl = "_fullScreen_7yg3k_47", Dl = "_content_7yg3k_30", Hl = "_header_7yg3k_58", Tl = "_showBorder_7yg3k_75", Ol = "_closeIconSpan_7yg3k_79", Zl = "_closeIcon_7yg3k_79", Xl = "_body_7yg3k_93", Wl = "_footer_7yg3k_103", $l = "_btnsContainer_7yg3k_119", Yl = "_buttonLabel_7yg3k_127", K0 = {
|
|
1518
1518
|
backdrop: Fl,
|
|
1519
1519
|
container: Bl,
|
|
1520
1520
|
contentWrapper: Ll,
|
|
@@ -1532,7 +1532,7 @@ const Fl = "_backdrop_7yg3k_1", Bl = "_container_7yg3k_16", Ll = "_contentWrappe
|
|
|
1532
1532
|
buttonLabel: Yl
|
|
1533
1533
|
};
|
|
1534
1534
|
function Jl({ api: e }) {
|
|
1535
|
-
return /* @__PURE__ */ a.jsx("div", { ...e?.getBackdropProps(), className:
|
|
1535
|
+
return /* @__PURE__ */ a.jsx("div", { ...e?.getBackdropProps(), className: K0.backdrop });
|
|
1536
1536
|
}
|
|
1537
1537
|
function zg({
|
|
1538
1538
|
isOpen: e,
|
|
@@ -1563,17 +1563,17 @@ function zg({
|
|
|
1563
1563
|
] });
|
|
1564
1564
|
}
|
|
1565
1565
|
function Ag({ children: e, api: l, customStyles: c = {} }) {
|
|
1566
|
-
return /* @__PURE__ */ a.jsx("div", { ...l.getDescriptionProps(), className:
|
|
1566
|
+
return /* @__PURE__ */ a.jsx("div", { ...l.getDescriptionProps(), className: K0.body, style: c, children: e });
|
|
1567
1567
|
}
|
|
1568
1568
|
function wg({ children: e, api: l, size: c = "md" }) {
|
|
1569
1569
|
const n = f.Children.toArray(e).map((t) => f.cloneElement(t, {
|
|
1570
1570
|
...t.props,
|
|
1571
1571
|
api: l
|
|
1572
1572
|
}));
|
|
1573
|
-
return /* @__PURE__ */ a.jsx("div", { ...l?.containerProps, className:
|
|
1573
|
+
return /* @__PURE__ */ a.jsx("div", { ...l?.containerProps, className: K0.container, children: /* @__PURE__ */ a.jsx("div", { className: b(K0.contentWrapper, K0[c]), children: /* @__PURE__ */ a.jsx("div", { ...l?.getContentProps(), className: K0.content, children: n }) }) });
|
|
1574
1574
|
}
|
|
1575
1575
|
function Ng({ children: e, api: l, buttons: c, showBorder: n = !0 }) {
|
|
1576
|
-
return /* @__PURE__ */ a.jsx("div", { className: b(
|
|
1576
|
+
return /* @__PURE__ */ a.jsx("div", { className: b(K0.footer, { [K0.showBorder]: n }), children: e || /* @__PURE__ */ a.jsx("div", { className: K0.btnsContainer, children: c.map((t, s) => /* @__PURE__ */ a.jsx(
|
|
1577
1577
|
l0,
|
|
1578
1578
|
{
|
|
1579
1579
|
disabled: t.disabled,
|
|
@@ -1582,7 +1582,7 @@ function Ng({ children: e, api: l, buttons: c, showBorder: n = !0 }) {
|
|
|
1582
1582
|
await t.onClick(), l?.setOpen(!1);
|
|
1583
1583
|
},
|
|
1584
1584
|
size: t.btnSize,
|
|
1585
|
-
children: t.isLoading ? t.loadingText : /* @__PURE__ */ a.jsxs("div", { className:
|
|
1585
|
+
children: t.isLoading ? t.loadingText : /* @__PURE__ */ a.jsxs("div", { className: K0.buttonLabel, children: [
|
|
1586
1586
|
t.icon && /* @__PURE__ */ a.jsx("div", { children: /* @__PURE__ */ a.jsx(
|
|
1587
1587
|
R,
|
|
1588
1588
|
{
|
|
@@ -1610,7 +1610,7 @@ function jg({
|
|
|
1610
1610
|
"div",
|
|
1611
1611
|
{
|
|
1612
1612
|
...l?.getTitleProps(),
|
|
1613
|
-
className: b(
|
|
1613
|
+
className: b(K0.header, { [K0.showBorder]: n }),
|
|
1614
1614
|
children: [
|
|
1615
1615
|
/* @__PURE__ */ a.jsx("div", { children: e }),
|
|
1616
1616
|
c && /* @__PURE__ */ a.jsx(
|
|
@@ -1624,8 +1624,8 @@ function jg({
|
|
|
1624
1624
|
R,
|
|
1625
1625
|
{
|
|
1626
1626
|
path: c2,
|
|
1627
|
-
svgClassName:
|
|
1628
|
-
spanClassName:
|
|
1627
|
+
svgClassName: K0.closeIcon,
|
|
1628
|
+
spanClassName: K0.closeIconSpan
|
|
1629
1629
|
}
|
|
1630
1630
|
)
|
|
1631
1631
|
}
|
|
@@ -1917,7 +1917,7 @@ const mt = "_selectContainer_9l7og_1", ht = "_errorMsg_9l7og_6", pt = "_multiLab
|
|
|
1917
1917
|
cursor: n ? void 0 : "pointer"
|
|
1918
1918
|
})
|
|
1919
1919
|
}), q4 = (e) => /* @__PURE__ */ a.jsxs(
|
|
1920
|
-
|
|
1920
|
+
l2.Option,
|
|
1921
1921
|
{
|
|
1922
1922
|
...e,
|
|
1923
1923
|
className: b({ [A0.subLabelContainer]: e.data.subLabel }, A0.optionContainer),
|
|
@@ -1936,7 +1936,7 @@ const mt = "_selectContainer_9l7og_1", ht = "_errorMsg_9l7og_6", pt = "_multiLab
|
|
|
1936
1936
|
e.data.subLabel && /* @__PURE__ */ a.jsx("div", { className: b(A0.subLabel), children: e.data.subLabel })
|
|
1937
1937
|
]
|
|
1938
1938
|
}
|
|
1939
|
-
), b4 = (e) => /* @__PURE__ */ a.jsx(
|
|
1939
|
+
), b4 = (e) => /* @__PURE__ */ a.jsx(l2.MultiValueLabel, { ...e, children: /* @__PURE__ */ a.jsxs("div", { className: A0.multiLabelContainer, children: [
|
|
1940
1940
|
e.data.profileImgUrl && /* @__PURE__ */ a.jsx(
|
|
1941
1941
|
"img",
|
|
1942
1942
|
{
|
|
@@ -1946,7 +1946,7 @@ const mt = "_selectContainer_9l7og_1", ht = "_errorMsg_9l7og_6", pt = "_multiLab
|
|
|
1946
1946
|
}
|
|
1947
1947
|
),
|
|
1948
1948
|
/* @__PURE__ */ a.jsx("div", { className: b(A0.label), children: /* @__PURE__ */ a.jsx("span", { children: e.data.label }) })
|
|
1949
|
-
] }) }), C4 = (e) => /* @__PURE__ */ a.jsx(
|
|
1949
|
+
] }) }), C4 = (e) => /* @__PURE__ */ a.jsx(l2.MultiValueRemove, { ...e, children: /* @__PURE__ */ a.jsx(R, { path: c2, spanClassName: A0.closeSpan }) }), x4 = (e) => /* @__PURE__ */ a.jsx(l2.ClearIndicator, { ...e, children: /* @__PURE__ */ a.jsx(R, { path: c2, spanClassName: A0.closeSpan }) }), I4 = (e) => /* @__PURE__ */ a.jsx(l2.DropdownIndicator, { ...e, children: /* @__PURE__ */ a.jsx(R, { path: $2, spanClassName: A0.downArrowSpan }) }), _4 = (e) => /* @__PURE__ */ a.jsx(l2.SingleValue, { ...e, children: /* @__PURE__ */ a.jsxs("div", { className: A0.singleValueContainer, children: [
|
|
1950
1950
|
e.data.profileImgUrl && /* @__PURE__ */ a.jsx(
|
|
1951
1951
|
"img",
|
|
1952
1952
|
{
|
|
@@ -2252,7 +2252,7 @@ function T1(e, l) {
|
|
|
2252
2252
|
function Dt(e, l) {
|
|
2253
2253
|
return e.map(l).join("");
|
|
2254
2254
|
}
|
|
2255
|
-
var w3 = 1, s1 = 1, V6 = 0,
|
|
2255
|
+
var w3 = 1, s1 = 1, V6 = 0, e2 = 0, z0 = 0, i1 = "";
|
|
2256
2256
|
function N3(e, l, c, n, t, s, r) {
|
|
2257
2257
|
return { value: e, root: l, parent: c, type: n, props: t, children: s, line: w3, column: s1, length: r, return: "" };
|
|
2258
2258
|
}
|
|
@@ -2263,16 +2263,16 @@ function Ht() {
|
|
|
2263
2263
|
return z0;
|
|
2264
2264
|
}
|
|
2265
2265
|
function Tt() {
|
|
2266
|
-
return z0 =
|
|
2266
|
+
return z0 = e2 > 0 ? B0(i1, --e2) : 0, s1--, z0 === 10 && (s1 = 1, w3--), z0;
|
|
2267
2267
|
}
|
|
2268
2268
|
function a2() {
|
|
2269
|
-
return z0 =
|
|
2269
|
+
return z0 = e2 < V6 ? B0(i1, e2++) : 0, s1++, z0 === 10 && (s1 = 1, w3++), z0;
|
|
2270
2270
|
}
|
|
2271
2271
|
function g2() {
|
|
2272
|
-
return B0(i1,
|
|
2272
|
+
return B0(i1, e2);
|
|
2273
2273
|
}
|
|
2274
2274
|
function e3() {
|
|
2275
|
-
return
|
|
2275
|
+
return e2;
|
|
2276
2276
|
}
|
|
2277
2277
|
function B1(e, l) {
|
|
2278
2278
|
return j1(i1, e, l);
|
|
@@ -2316,13 +2316,13 @@ function S1(e) {
|
|
|
2316
2316
|
return 0;
|
|
2317
2317
|
}
|
|
2318
2318
|
function F6(e) {
|
|
2319
|
-
return w3 = s1 = 1, V6 = p2(i1 = e),
|
|
2319
|
+
return w3 = s1 = 1, V6 = p2(i1 = e), e2 = 0, [];
|
|
2320
2320
|
}
|
|
2321
2321
|
function B6(e) {
|
|
2322
2322
|
return i1 = "", e;
|
|
2323
2323
|
}
|
|
2324
2324
|
function l3(e) {
|
|
2325
|
-
return R6(B1(
|
|
2325
|
+
return R6(B1(e2 - 1, t4(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
2326
2326
|
}
|
|
2327
2327
|
function Ot(e) {
|
|
2328
2328
|
for (; (z0 = g2()) && z0 < 33; )
|
|
@@ -2339,7 +2339,7 @@ function t4(e) {
|
|
|
2339
2339
|
switch (z0) {
|
|
2340
2340
|
// ] ) " '
|
|
2341
2341
|
case e:
|
|
2342
|
-
return
|
|
2342
|
+
return e2;
|
|
2343
2343
|
// " '
|
|
2344
2344
|
case 34:
|
|
2345
2345
|
case 39:
|
|
@@ -2354,18 +2354,18 @@ function t4(e) {
|
|
|
2354
2354
|
a2();
|
|
2355
2355
|
break;
|
|
2356
2356
|
}
|
|
2357
|
-
return
|
|
2357
|
+
return e2;
|
|
2358
2358
|
}
|
|
2359
2359
|
function Xt(e, l) {
|
|
2360
2360
|
for (; a2() && e + z0 !== 57; )
|
|
2361
2361
|
if (e + z0 === 84 && g2() === 47)
|
|
2362
2362
|
break;
|
|
2363
|
-
return "/*" + B1(l,
|
|
2363
|
+
return "/*" + B1(l, e2 - 1) + "*" + A3(e === 47 ? e : a2());
|
|
2364
2364
|
}
|
|
2365
2365
|
function Wt(e) {
|
|
2366
2366
|
for (; !S1(g2()); )
|
|
2367
2367
|
a2();
|
|
2368
|
-
return B1(e,
|
|
2368
|
+
return B1(e, e2);
|
|
2369
2369
|
}
|
|
2370
2370
|
function $t(e) {
|
|
2371
2371
|
return B6(t3("", null, null, null, [""], e = F6(e), 0, [0], e));
|
|
@@ -2531,13 +2531,13 @@ function Kt(e) {
|
|
|
2531
2531
|
var e9 = function(l, c, n) {
|
|
2532
2532
|
for (var t = 0, s = 0; t = s, s = g2(), t === 38 && s === 12 && (c[n] = 1), !S1(s); )
|
|
2533
2533
|
a2();
|
|
2534
|
-
return B1(l,
|
|
2534
|
+
return B1(l, e2);
|
|
2535
2535
|
}, l9 = function(l, c) {
|
|
2536
2536
|
var n = -1, t = 44;
|
|
2537
2537
|
do
|
|
2538
2538
|
switch (S1(t)) {
|
|
2539
2539
|
case 0:
|
|
2540
|
-
t === 38 && g2() === 12 && (c[n] = 1), l[n] += e9(
|
|
2540
|
+
t === 38 && g2() === 12 && (c[n] = 1), l[n] += e9(e2 - 1, c, n);
|
|
2541
2541
|
break;
|
|
2542
2542
|
case 2:
|
|
2543
2543
|
l[n] += l3(t);
|
|
@@ -8017,7 +8017,7 @@ const jo = "_tabs_hb1nk_1", So = "_tabBar_hb1nk_9", Eo = "_tab_hb1nk_1", Mo = "_
|
|
|
8017
8017
|
fileIcon: Yo,
|
|
8018
8018
|
pointerCard: Jo
|
|
8019
8019
|
};
|
|
8020
|
-
var
|
|
8020
|
+
var U0 = /* @__PURE__ */ ((e) => (e.PENDING = "pending", e.PENDING_SECOND_APPROVER = "pending_second_approver", e.PENDING_CANCELLATION = "pending_cancellation", e.APPROVED = "approved", e.CLOSED = "closed", e.DECLINED = "declined", e.CANCELLED = "cancelled", e))(U0 || {});
|
|
8021
8021
|
function Uo(e) {
|
|
8022
8022
|
switch (e) {
|
|
8023
8023
|
case "pending":
|
|
@@ -8138,13 +8138,13 @@ function B5(e) {
|
|
|
8138
8138
|
const t = Array.from(n);
|
|
8139
8139
|
return t.length === 0 ? "" : t.length === 1 ? `${t[0]} only` : `${t.slice(0, -1).join(", ")} and ${t[t.length - 1]}`;
|
|
8140
8140
|
}
|
|
8141
|
-
var
|
|
8142
|
-
const ii = [
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
|
|
8146
|
-
|
|
8147
|
-
|
|
8141
|
+
var Q0 = /* @__PURE__ */ ((e) => (e.PROFILE = "profile", e.LEAVE = "leave", e.ATTENDANCE = "attendance", e.HOLIDAY_CALENDAR = "holiday-calendar", e.IT_REQUEST = "it-request", e.IT_SUPPORT = "it_support", e.WORKFLOW = "workflow", e.DEVICES = "devices", e))(Q0 || {});
|
|
8142
|
+
const ii = [Q0.PROFILE], ui = [
|
|
8143
|
+
Q0.PROFILE,
|
|
8144
|
+
Q0.ATTENDANCE,
|
|
8145
|
+
Q0.IT_REQUEST,
|
|
8146
|
+
Q0.WORKFLOW,
|
|
8147
|
+
Q0.DEVICES
|
|
8148
8148
|
];
|
|
8149
8149
|
function di({
|
|
8150
8150
|
data: e,
|
|
@@ -8153,9 +8153,9 @@ function di({
|
|
|
8153
8153
|
}) {
|
|
8154
8154
|
const n = f.useRef(null), t = c6(), s = te(), o = (() => {
|
|
8155
8155
|
switch (e.module_reference) {
|
|
8156
|
-
case
|
|
8156
|
+
case Q0.DEVICES:
|
|
8157
8157
|
return c?.hasDeviceAccess ?? !0;
|
|
8158
|
-
case
|
|
8158
|
+
case Q0.LEAVE:
|
|
8159
8159
|
return c?.hasLeaveAccess ?? !0;
|
|
8160
8160
|
default:
|
|
8161
8161
|
return !0;
|
|
@@ -8247,13 +8247,13 @@ const mi = {
|
|
|
8247
8247
|
reimbursement: W0.DEFAULT,
|
|
8248
8248
|
document: W0.HIGHLIGHT
|
|
8249
8249
|
}, hi = {
|
|
8250
|
-
[
|
|
8251
|
-
[
|
|
8252
|
-
[
|
|
8253
|
-
[
|
|
8254
|
-
[
|
|
8255
|
-
[
|
|
8256
|
-
[
|
|
8250
|
+
[U0.PENDING]: W0.WARNING,
|
|
8251
|
+
[U0.DECLINED]: W0.NEGATIVE,
|
|
8252
|
+
[U0.PENDING_SECOND_APPROVER]: W0.WARNING,
|
|
8253
|
+
[U0.PENDING_CANCELLATION]: W0.WARNING,
|
|
8254
|
+
[U0.APPROVED]: W0.POSITIVE,
|
|
8255
|
+
[U0.CANCELLED]: W0.NEGATIVE,
|
|
8256
|
+
[U0.CLOSED]: W0.NEUTRAL
|
|
8257
8257
|
};
|
|
8258
8258
|
function pi(e, l, c, n, t) {
|
|
8259
8259
|
return [
|
|
@@ -8277,7 +8277,7 @@ function pi(e, l, c, n, t) {
|
|
|
8277
8277
|
});
|
|
8278
8278
|
},
|
|
8279
8279
|
iconSrc: Vo,
|
|
8280
|
-
hidden: e.module_reference ===
|
|
8280
|
+
hidden: e.module_reference === Q0.LEAVE && !e.task_details_id || ii.includes(e.module_reference) || e.module_reference === Q0.DEVICES && !t?.hasDeviceAccess || e.module_reference === Q0.LEAVE && !t?.hasLeaveAccess
|
|
8281
8281
|
},
|
|
8282
8282
|
{
|
|
8283
8283
|
label: "Cancel request",
|
|
@@ -8293,7 +8293,7 @@ function pi(e, l, c, n, t) {
|
|
|
8293
8293
|
iconSrc: r4,
|
|
8294
8294
|
customStyles: { color: "var(--status-error-e50)" },
|
|
8295
8295
|
customSvgClassName: y0.logoutIcon,
|
|
8296
|
-
hidden: e.module_reference ===
|
|
8296
|
+
hidden: e.module_reference === Q0.LEAVE && !e.task_details_id || ui.includes(e.module_reference) || e.status === U0.CANCELLED || e.module_reference === Q0.IT_SUPPORT && e.status === U0.CLOSED || e.status === U0.DECLINED || e.status === U0.PENDING_CANCELLATION || e.module_reference === "leave" && xe(e?.leaveFrom) && !(e.status === U0.PENDING || e.status === U0.PENDING_SECOND_APPROVER)
|
|
8297
8297
|
}
|
|
8298
8298
|
].filter((s) => !s.hidden);
|
|
8299
8299
|
}
|
|
@@ -9396,11 +9396,11 @@ const Pd = "_dateRangePicker_i1isr_1", Dd = "_popoverContent_i1isr_9", Hd = "_qu
|
|
|
9396
9396
|
var D0 = /* @__PURE__ */ ((e) => (e.DEFAULT = "default", e.USERS = "users", e.CHECKBOX = "checkbox", e.TAGS = "tags", e))(D0 || {});
|
|
9397
9397
|
const N7 = (e) => {
|
|
9398
9398
|
const { isDisabled: l, selectProps: c } = e;
|
|
9399
|
-
return l || c.isLoading ? null : /* @__PURE__ */ a.jsx(
|
|
9400
|
-
}, j7 = (e) => /* @__PURE__ */ a.jsx(L4, { size: 14, ...e }), S7 = (e) => /* @__PURE__ */ a.jsx(
|
|
9399
|
+
return l || c.isLoading ? null : /* @__PURE__ */ a.jsx(l2.DropdownIndicator, { ...e, children: /* @__PURE__ */ a.jsx(R, { path: N1, spanClassName: U.dropdownIcon }) });
|
|
9400
|
+
}, j7 = (e) => /* @__PURE__ */ a.jsx(L4, { size: 14, ...e }), S7 = (e) => /* @__PURE__ */ a.jsx(l2.IndicatorsContainer, { ...e }), E7 = (e) => /* @__PURE__ */ a.jsx(l2.Menu, { ...e, children: e.selectProps.isLoading ? /* @__PURE__ */ a.jsx("div", { className: U.loadingMessage, children: "Loading options..." }) : e.children }), M7 = (e) => {
|
|
9401
9401
|
const { data: l, isSelected: c, isMulti: n, selectProps: t } = e, s = t["data-variant"], r = t["data-divider"], { label: o, subLabel: i, profileImgUrl: u, icon: m, color: d } = l, { darkerColor: p, lighterColor: h } = q6(o);
|
|
9402
9402
|
return /* @__PURE__ */ a.jsxs(
|
|
9403
|
-
|
|
9403
|
+
l2.Option,
|
|
9404
9404
|
{
|
|
9405
9405
|
...e,
|
|
9406
9406
|
className: b(U.optionContainer, r && U.divider),
|
|
@@ -9439,7 +9439,7 @@ const N7 = (e) => {
|
|
|
9439
9439
|
);
|
|
9440
9440
|
}, R7 = (e) => {
|
|
9441
9441
|
const { data: l } = e, { label: c, profileImgUrl: n, icon: t } = l;
|
|
9442
|
-
return /* @__PURE__ */ a.jsx(
|
|
9442
|
+
return /* @__PURE__ */ a.jsx(l2.SingleValue, { ...e, children: /* @__PURE__ */ a.jsxs("div", { className: b(U.option, U.selectedOption), children: [
|
|
9443
9443
|
n && /* @__PURE__ */ a.jsx(z2, { src: n, alt: c, className: U.profileImg }),
|
|
9444
9444
|
t && /* @__PURE__ */ a.jsx(z2, { src: t, alt: c, className: U.profileImg }),
|
|
9445
9445
|
/* @__PURE__ */ a.jsx("div", { className: U.labelContainer, children: /* @__PURE__ */ a.jsx("span", { className: U.label, children: c }) })
|
|
@@ -9456,7 +9456,7 @@ const N7 = (e) => {
|
|
|
9456
9456
|
o && (i === D0.USERS || t) && U.userOptionValue
|
|
9457
9457
|
),
|
|
9458
9458
|
style: o && (i === D0.TAGS || i === D0.USERS) ? { backgroundColor: r ? o6(r) : m } : {},
|
|
9459
|
-
children: /* @__PURE__ */ a.jsxs(
|
|
9459
|
+
children: /* @__PURE__ */ a.jsxs(l2.MultiValue, { ...e, children: [
|
|
9460
9460
|
t && /* @__PURE__ */ a.jsx(z2, { src: t, alt: n, className: U.profileImg }),
|
|
9461
9461
|
i === D0.USERS && !t && /* @__PURE__ */ a.jsx("div", { className: U.initials, children: h6(n) }),
|
|
9462
9462
|
s && /* @__PURE__ */ a.jsx(z2, { src: s, alt: n, className: U.profileImg }),
|
|
@@ -9471,9 +9471,9 @@ const N7 = (e) => {
|
|
|
9471
9471
|
] })
|
|
9472
9472
|
}
|
|
9473
9473
|
);
|
|
9474
|
-
}, F7 = (e) => /* @__PURE__ */ a.jsx(
|
|
9474
|
+
}, F7 = (e) => /* @__PURE__ */ a.jsx(l2.MultiValueRemove, { ...e, children: /* @__PURE__ */ a.jsx(R, { path: c2, spanClassName: U.removeIcon }) }), B7 = (e) => {
|
|
9475
9475
|
const { isMulti: l } = e;
|
|
9476
|
-
return l ? null : /* @__PURE__ */ a.jsx(
|
|
9476
|
+
return l ? null : /* @__PURE__ */ a.jsx(l2.ClearIndicator, { ...e, children: /* @__PURE__ */ a.jsx(R, { path: c2, spanClassName: U.clearIcon }) });
|
|
9477
9477
|
};
|
|
9478
9478
|
function L7(e) {
|
|
9479
9479
|
const {
|