@hiver/connector-admin 1.2.0 → 1.2.1
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/features/connector-library/components/visibility-modal/style.d.ts +1 -1
- package/features/connector-library/components/visibility-modal/style.d.ts.map +1 -1
- package/index.es.js +128 -129
- package/index.umd.js +6 -7
- package/package.json +1 -1
- package/testing/mocks/handlers/update-connector.d.ts.map +1 -1
package/index.es.js
CHANGED
|
@@ -306,7 +306,7 @@ function x4() {
|
|
|
306
306
|
var ze = O ? O.displayName || O.name : "", ke = ze ? CA(ze) : "";
|
|
307
307
|
return typeof O == "function" && hA.set(O, ke), ke;
|
|
308
308
|
}
|
|
309
|
-
function
|
|
309
|
+
function yA(O, G, AA) {
|
|
310
310
|
return Y(O, !1);
|
|
311
311
|
}
|
|
312
312
|
function nA(O) {
|
|
@@ -329,7 +329,7 @@ function x4() {
|
|
|
329
329
|
if (typeof O == "object")
|
|
330
330
|
switch (O.$$typeof) {
|
|
331
331
|
case i:
|
|
332
|
-
return
|
|
332
|
+
return yA(O.render);
|
|
333
333
|
case I:
|
|
334
334
|
return fA(O.type, G, AA);
|
|
335
335
|
case Q: {
|
|
@@ -1479,8 +1479,8 @@ function i6() {
|
|
|
1479
1479
|
}
|
|
1480
1480
|
function m(Y) {
|
|
1481
1481
|
if (typeof Y == "object" && Y !== null) {
|
|
1482
|
-
var
|
|
1483
|
-
switch (
|
|
1482
|
+
var yA = Y.$$typeof;
|
|
1483
|
+
switch (yA) {
|
|
1484
1484
|
case e:
|
|
1485
1485
|
var nA = Y.type;
|
|
1486
1486
|
switch (nA) {
|
|
@@ -1501,11 +1501,11 @@ function i6() {
|
|
|
1501
1501
|
case g:
|
|
1502
1502
|
return fA;
|
|
1503
1503
|
default:
|
|
1504
|
-
return
|
|
1504
|
+
return yA;
|
|
1505
1505
|
}
|
|
1506
1506
|
}
|
|
1507
1507
|
case t:
|
|
1508
|
-
return
|
|
1508
|
+
return yA;
|
|
1509
1509
|
}
|
|
1510
1510
|
}
|
|
1511
1511
|
}
|
|
@@ -1730,11 +1730,11 @@ function I6() {
|
|
|
1730
1730
|
);
|
|
1731
1731
|
throw Y.name = "Invariant Violation", Y;
|
|
1732
1732
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
1733
|
-
var
|
|
1734
|
-
!oA[
|
|
1733
|
+
var yA = CA + ":" + IA;
|
|
1734
|
+
!oA[yA] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
1735
1735
|
gA < 3 && (o(
|
|
1736
1736
|
"You are manually calling a React.PropTypes validation function for the `" + hA + "` prop on `" + CA + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
1737
|
-
), oA[
|
|
1737
|
+
), oA[yA] = !0, gA++);
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
1740
|
return sA[IA] == null ? iA ? sA[IA] === null ? new l("The " + BA + " `" + hA + "` is marked as required " + ("in `" + CA + "`, but its value is `null`.")) : new l("The " + BA + " `" + hA + "` is marked as required in " + ("`" + CA + "`, but its value is `undefined`.")) : null : R(sA, IA, CA, BA, hA);
|
|
@@ -1819,8 +1819,8 @@ function I6() {
|
|
|
1819
1819
|
if (c(IA, R[CA]))
|
|
1820
1820
|
return null;
|
|
1821
1821
|
var BA = JSON.stringify(R, function(mA, Y) {
|
|
1822
|
-
var
|
|
1823
|
-
return
|
|
1822
|
+
var yA = J(Y);
|
|
1823
|
+
return yA === "symbol" ? String(Y) : Y;
|
|
1824
1824
|
});
|
|
1825
1825
|
return new l("Invalid " + iA + " `" + sA + "` of value `" + String(IA) + "` " + ("supplied to `" + eA + "`, expected one of " + BA + "."));
|
|
1826
1826
|
}
|
|
@@ -1860,8 +1860,8 @@ function I6() {
|
|
|
1860
1860
|
return null;
|
|
1861
1861
|
Y.data && n(Y.data, "expectedType") && BA.push(Y.data.expectedType);
|
|
1862
1862
|
}
|
|
1863
|
-
var
|
|
1864
|
-
return new l("Invalid " + IA + " `" + CA + "` supplied to " + ("`" + sA + "`" +
|
|
1863
|
+
var yA = BA.length > 0 ? ", expected one of type [" + BA.join(", ") + "]" : "";
|
|
1864
|
+
return new l("Invalid " + IA + " `" + CA + "` supplied to " + ("`" + sA + "`" + yA + "."));
|
|
1865
1865
|
}
|
|
1866
1866
|
return B(aA);
|
|
1867
1867
|
}
|
|
@@ -2271,10 +2271,10 @@ function v6() {
|
|
|
2271
2271
|
function Y(nA) {
|
|
2272
2272
|
return f(nA) === s;
|
|
2273
2273
|
}
|
|
2274
|
-
function
|
|
2274
|
+
function yA(nA) {
|
|
2275
2275
|
return f(nA) === E;
|
|
2276
2276
|
}
|
|
2277
|
-
ye.ContextConsumer = v, ye.ContextProvider = w, ye.Element = y, ye.ForwardRef = D, ye.Fragment = T, ye.Lazy = L, ye.Memo = N, ye.Portal = j, ye.Profiler = M, ye.StrictMode = z, ye.Suspense = V, ye.SuspenseList = J, ye.isAsyncMode = R, ye.isConcurrentMode = oA, ye.isContextConsumer = gA, ye.isContextProvider = aA, ye.isElement = eA, ye.isForwardRef = iA, ye.isFragment = sA, ye.isLazy = IA, ye.isMemo = CA, ye.isPortal = BA, ye.isProfiler = hA, ye.isStrictMode = mA, ye.isSuspense = Y, ye.isSuspenseList =
|
|
2277
|
+
ye.ContextConsumer = v, ye.ContextProvider = w, ye.Element = y, ye.ForwardRef = D, ye.Fragment = T, ye.Lazy = L, ye.Memo = N, ye.Portal = j, ye.Profiler = M, ye.StrictMode = z, ye.Suspense = V, ye.SuspenseList = J, ye.isAsyncMode = R, ye.isConcurrentMode = oA, ye.isContextConsumer = gA, ye.isContextProvider = aA, ye.isElement = eA, ye.isForwardRef = iA, ye.isFragment = sA, ye.isLazy = IA, ye.isMemo = CA, ye.isPortal = BA, ye.isProfiler = hA, ye.isStrictMode = mA, ye.isSuspense = Y, ye.isSuspenseList = yA, ye.isValidElementType = m, ye.typeOf = f;
|
|
2278
2278
|
}()), ye;
|
|
2279
2279
|
}
|
|
2280
2280
|
process.env.NODE_ENV === "production" ? ws.exports = m6() : ws.exports = v6();
|
|
@@ -3496,8 +3496,8 @@ function T5() {
|
|
|
3496
3496
|
}
|
|
3497
3497
|
function m(Y) {
|
|
3498
3498
|
if (typeof Y == "object" && Y !== null) {
|
|
3499
|
-
var
|
|
3500
|
-
switch (
|
|
3499
|
+
var yA = Y.$$typeof;
|
|
3500
|
+
switch (yA) {
|
|
3501
3501
|
case e:
|
|
3502
3502
|
var nA = Y.type;
|
|
3503
3503
|
switch (nA) {
|
|
@@ -3518,11 +3518,11 @@ function T5() {
|
|
|
3518
3518
|
case g:
|
|
3519
3519
|
return fA;
|
|
3520
3520
|
default:
|
|
3521
|
-
return
|
|
3521
|
+
return yA;
|
|
3522
3522
|
}
|
|
3523
3523
|
}
|
|
3524
3524
|
case t:
|
|
3525
|
-
return
|
|
3525
|
+
return yA;
|
|
3526
3526
|
}
|
|
3527
3527
|
}
|
|
3528
3528
|
}
|
|
@@ -7953,7 +7953,7 @@ const Em = GA("MuiButtonBase", ["root", "disabled", "focusVisible"]), Im = ["act
|
|
|
7953
7953
|
function BA(dA, zA, Fe = I) {
|
|
7954
7954
|
return Lt((Ze) => (zA && zA(Ze), !Fe && Z.current && Z.current[dA](Ze), !0));
|
|
7955
7955
|
}
|
|
7956
|
-
const hA = BA("start", v), mA = BA("stop", B), Y = BA("stop", u),
|
|
7956
|
+
const hA = BA("start", v), mA = BA("stop", B), Y = BA("stop", u), yA = BA("stop", y), nA = BA("stop", (dA) => {
|
|
7957
7957
|
eA && dA.preventDefault(), w && w(dA);
|
|
7958
7958
|
}), fA = BA("start", L), uA = BA("stop", D), Me = BA("stop", T), xA = BA("stop", (dA) => {
|
|
7959
7959
|
gA(dA), R.current === !1 && iA(!1), c && c(dA);
|
|
@@ -8002,7 +8002,7 @@ const Em = GA("MuiButtonBase", ["root", "disabled", "focusVisible"]), Im = ["act
|
|
|
8002
8002
|
onKeyUp: Ce,
|
|
8003
8003
|
onMouseDown: hA,
|
|
8004
8004
|
onMouseLeave: nA,
|
|
8005
|
-
onMouseUp:
|
|
8005
|
+
onMouseUp: yA,
|
|
8006
8006
|
onDragLeave: Y,
|
|
8007
8007
|
onTouchEnd: uA,
|
|
8008
8008
|
onTouchMove: Me,
|
|
@@ -8936,7 +8936,7 @@ function Rm(A) {
|
|
|
8936
8936
|
}
|
|
8937
8937
|
return k;
|
|
8938
8938
|
};
|
|
8939
|
-
const sA = x.useRef(!1), IA = x.useRef(!0), CA = x.useRef(null), BA = x.useRef(null), [hA, mA] = x.useState(null), [Y,
|
|
8939
|
+
const sA = x.useRef(!1), IA = x.useRef(!0), CA = x.useRef(null), BA = x.useRef(null), [hA, mA] = x.useState(null), [Y, yA] = x.useState(-1), nA = r ? 0 : -1, fA = x.useRef(nA), [uA, Me] = A2({
|
|
8940
8940
|
controlled: aA,
|
|
8941
8941
|
default: E,
|
|
8942
8942
|
name: s
|
|
@@ -8990,7 +8990,7 @@ function Rm(A) {
|
|
|
8990
8990
|
H === -1 ? CA.current.focus() : hA.querySelector(`[data-tag-index="${H}"]`).focus();
|
|
8991
8991
|
});
|
|
8992
8992
|
x.useEffect(() => {
|
|
8993
|
-
N && Y > uA.length - 1 && (
|
|
8993
|
+
N && Y > uA.length - 1 && (yA(-1), Ze(-1));
|
|
8994
8994
|
}, [uA, N, Y, Ze]);
|
|
8995
8995
|
function At(H, k) {
|
|
8996
8996
|
if (!BA.current || H < 0 || H >= dA.length)
|
|
@@ -9171,11 +9171,11 @@ function Rm(A) {
|
|
|
9171
9171
|
return;
|
|
9172
9172
|
xA === "" && xt(H, "toggleInput");
|
|
9173
9173
|
let q = Y;
|
|
9174
|
-
Y === -1 ? xA === "" && k === "previous" && (q = uA.length - 1) : (q += k === "next" ? 1 : -1, q < 0 && (q = 0), q === uA.length && (q = -1)), q = Nt(q, k),
|
|
9174
|
+
Y === -1 ? xA === "" && k === "previous" && (q = uA.length - 1) : (q += k === "next" ? 1 : -1, q < 0 && (q = 0), q === uA.length && (q = -1)), q = Nt(q, k), yA(q), Ze(q);
|
|
9175
9175
|
}, Nn = (H) => {
|
|
9176
9176
|
sA.current = !0, Ee(""), V && V(H, "", "clear"), qe(H, N ? [] : null, "clear");
|
|
9177
9177
|
}, _n = (H) => (k) => {
|
|
9178
|
-
if (H.onKeyDown && H.onKeyDown(k), !k.defaultMuiPrevented && (Y !== -1 && ["ArrowLeft", "ArrowRight"].indexOf(k.key) === -1 && (
|
|
9178
|
+
if (H.onKeyDown && H.onKeyDown(k), !k.defaultMuiPrevented && (Y !== -1 && ["ArrowLeft", "ArrowRight"].indexOf(k.key) === -1 && (yA(-1), Ze(-1)), k.which !== 229))
|
|
9179
9179
|
switch (k.key) {
|
|
9180
9180
|
case "Home":
|
|
9181
9181
|
MA && w && (k.preventDefault(), LA({
|
|
@@ -10135,7 +10135,7 @@ function Sv(A) {
|
|
|
10135
10135
|
var j, M = m === "y" ? Zt : qt, z = m === "y" ? Pn : Fn, V = m === "y" ? "height" : "width", J = v[m], Z = J + B[M], $ = J - B[z], R = d ? -y[V] / 2 : 0, oA = h === bo ? w[V] : y[V], gA = h === bo ? -y[V] : -w[V], aA = e.elements.arrow, eA = d && aA ? aE(aA) : {
|
|
10136
10136
|
width: 0,
|
|
10137
10137
|
height: 0
|
|
10138
|
-
}, iA = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : au(), sA = iA[M], IA = iA[z], CA = u0(0, w[V], eA[V]), BA = p ? w[V] / 2 - R - CA - sA - T.mainAxis : oA - CA - sA - T.mainAxis, hA = p ? -w[V] / 2 + R + CA + IA + T.mainAxis : gA + CA + IA + T.mainAxis, mA = e.elements.arrow && og(e.elements.arrow), Y = mA ? m === "y" ? mA.clientTop || 0 : mA.clientLeft || 0 : 0,
|
|
10138
|
+
}, iA = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : au(), sA = iA[M], IA = iA[z], CA = u0(0, w[V], eA[V]), BA = p ? w[V] / 2 - R - CA - sA - T.mainAxis : oA - CA - sA - T.mainAxis, hA = p ? -w[V] / 2 + R + CA + IA + T.mainAxis : gA + CA + IA + T.mainAxis, mA = e.elements.arrow && og(e.elements.arrow), Y = mA ? m === "y" ? mA.clientTop || 0 : mA.clientLeft || 0 : 0, yA = (j = L == null ? void 0 : L[m]) != null ? j : 0, nA = J + BA - yA - Y, fA = J + hA - yA, uA = u0(d ? MC(Z, nA) : Z, J, d ? L2($, fA) : $);
|
|
10139
10139
|
v[m] = uA, N[m] = uA - J;
|
|
10140
10140
|
}
|
|
10141
10141
|
if (a) {
|
|
@@ -11849,9 +11849,9 @@ const Vt = GA("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
|
|
|
11849
11849
|
Y.focused = mA ? mA.focused : BA, x.useEffect(() => {
|
|
11850
11850
|
!mA && Q && BA && (hA(!1), y && y());
|
|
11851
11851
|
}, [mA, Q, BA, y]);
|
|
11852
|
-
const
|
|
11853
|
-
kC(MA) ?
|
|
11854
|
-
}, [
|
|
11852
|
+
const yA = mA && mA.onFilled, nA = mA && mA.onEmpty, fA = x.useCallback((MA) => {
|
|
11853
|
+
kC(MA) ? yA && yA() : nA && nA();
|
|
11854
|
+
}, [yA, nA]);
|
|
11855
11855
|
jn(() => {
|
|
11856
11856
|
iA && fA({
|
|
11857
11857
|
value: eA
|
|
@@ -12614,7 +12614,7 @@ const Pb = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "Chip
|
|
|
12614
12614
|
PopperComponent: hA = gg,
|
|
12615
12615
|
popupIcon: mA = _I || (_I = /* @__PURE__ */ b.jsx(cu, {})),
|
|
12616
12616
|
readOnly: Y = !1,
|
|
12617
|
-
renderGroup:
|
|
12617
|
+
renderGroup: yA,
|
|
12618
12618
|
renderInput: nA,
|
|
12619
12619
|
renderOption: fA,
|
|
12620
12620
|
renderTags: uA,
|
|
@@ -12689,7 +12689,7 @@ const Pb = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "Chip
|
|
|
12689
12689
|
children: z(W)
|
|
12690
12690
|
}, st.length)));
|
|
12691
12691
|
}
|
|
12692
|
-
const on =
|
|
12692
|
+
const on = yA || ((W) => /* @__PURE__ */ b.jsxs("li", {
|
|
12693
12693
|
children: [/* @__PURE__ */ b.jsx(zb, {
|
|
12694
12694
|
className: fe.groupLabel,
|
|
12695
12695
|
ownerState: Ve,
|
|
@@ -15523,10 +15523,10 @@ const aw = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
15523
15523
|
}), iA = iw(eA), sA = {};
|
|
15524
15524
|
if (c.props.tabIndex === void 0 && (sA.tabIndex = "-1"), aA) {
|
|
15525
15525
|
const {
|
|
15526
|
-
onEnter:
|
|
15526
|
+
onEnter: yA,
|
|
15527
15527
|
onExited: nA
|
|
15528
15528
|
} = $();
|
|
15529
|
-
sA.onEnter =
|
|
15529
|
+
sA.onEnter = yA, sA.onExited = nA;
|
|
15530
15530
|
}
|
|
15531
15531
|
const IA = (n = (r = M == null ? void 0 : M.root) != null ? r : u.Root) != null ? n : sw, CA = (o = (g = M == null ? void 0 : M.backdrop) != null ? g : u.Backdrop) != null ? o : E, BA = (a = j == null ? void 0 : j.root) != null ? a : h.root, hA = (i = j == null ? void 0 : j.backdrop) != null ? i : h.backdrop, mA = o2({
|
|
15532
15532
|
elementType: IA,
|
|
@@ -15543,9 +15543,9 @@ const aw = ["BackdropComponent", "BackdropProps", "classes", "className", "close
|
|
|
15543
15543
|
elementType: CA,
|
|
15544
15544
|
externalSlotProps: hA,
|
|
15545
15545
|
additionalProps: I,
|
|
15546
|
-
getSlotProps: (
|
|
15546
|
+
getSlotProps: (yA) => Z(P({}, yA, {
|
|
15547
15547
|
onClick: (nA) => {
|
|
15548
|
-
L && L(nA),
|
|
15548
|
+
L && L(nA), yA != null && yA.onClick && yA.onClick(nA);
|
|
15549
15549
|
}
|
|
15550
15550
|
})),
|
|
15551
15551
|
className: TA(hA == null ? void 0 : hA.className, I == null ? void 0 : I.className, iA == null ? void 0 : iA.backdrop),
|
|
@@ -16702,7 +16702,7 @@ process.env.NODE_ENV !== "production" && (vu.propTypes = {
|
|
|
16702
16702
|
*/
|
|
16703
16703
|
variant: C.oneOf(["filled", "outlined", "standard"])
|
|
16704
16704
|
});
|
|
16705
|
-
const
|
|
16705
|
+
const bA = Uh({
|
|
16706
16706
|
createStyledComponent: U("div", {
|
|
16707
16707
|
name: "MuiStack",
|
|
16708
16708
|
slot: "Root",
|
|
@@ -16713,7 +16713,7 @@ const yA = Uh({
|
|
|
16713
16713
|
name: "MuiStack"
|
|
16714
16714
|
})
|
|
16715
16715
|
});
|
|
16716
|
-
process.env.NODE_ENV !== "production" && (
|
|
16716
|
+
process.env.NODE_ENV !== "production" && (bA.propTypes = {
|
|
16717
16717
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
16718
16718
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
16719
16719
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -18666,7 +18666,7 @@ const dx = (A) => {
|
|
|
18666
18666
|
}), V = dx(z), J = x.useCallback(() => {
|
|
18667
18667
|
if (I === "anchorPosition")
|
|
18668
18668
|
return process.env.NODE_ENV !== "production" && (E || console.error('MUI: You need to provide a `anchorPosition` prop when using <Popover anchorReference="anchorPosition" />.')), E;
|
|
18669
|
-
const
|
|
18669
|
+
const yA = eC(i), nA = yA && yA.nodeType === 1 ? yA : ht(j.current).body, fA = nA.getBoundingClientRect();
|
|
18670
18670
|
if (process.env.NODE_ENV !== "production") {
|
|
18671
18671
|
const uA = nA.getBoundingClientRect();
|
|
18672
18672
|
process.env.NODE_ENV !== "test" && uA.top === 0 && uA.left === 0 && uA.right === 0 && uA.bottom === 0 && console.warn(["MUI: The `anchorEl` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
|
|
@@ -18676,13 +18676,13 @@ const dx = (A) => {
|
|
|
18676
18676
|
top: fA.top + sB(fA, s.vertical),
|
|
18677
18677
|
left: fA.left + EB(fA, s.horizontal)
|
|
18678
18678
|
};
|
|
18679
|
-
}, [i, s.horizontal, s.vertical, E, I]), Z = x.useCallback((
|
|
18680
|
-
vertical: sB(
|
|
18681
|
-
horizontal: EB(
|
|
18682
|
-
}), [f.horizontal, f.vertical]), $ = x.useCallback((
|
|
18679
|
+
}, [i, s.horizontal, s.vertical, E, I]), Z = x.useCallback((yA) => ({
|
|
18680
|
+
vertical: sB(yA, f.vertical),
|
|
18681
|
+
horizontal: EB(yA, f.horizontal)
|
|
18682
|
+
}), [f.horizontal, f.vertical]), $ = x.useCallback((yA) => {
|
|
18683
18683
|
const nA = {
|
|
18684
|
-
width:
|
|
18685
|
-
height:
|
|
18684
|
+
width: yA.offsetWidth,
|
|
18685
|
+
height: yA.offsetHeight
|
|
18686
18686
|
}, fA = Z(nA);
|
|
18687
18687
|
if (I === "none")
|
|
18688
18688
|
return {
|
|
@@ -18714,15 +18714,15 @@ const dx = (A) => {
|
|
|
18714
18714
|
transformOrigin: IB(fA)
|
|
18715
18715
|
};
|
|
18716
18716
|
}, [i, I, J, Z, B]), [R, oA] = x.useState(u), gA = x.useCallback(() => {
|
|
18717
|
-
const
|
|
18718
|
-
if (!
|
|
18717
|
+
const yA = j.current;
|
|
18718
|
+
if (!yA)
|
|
18719
18719
|
return;
|
|
18720
|
-
const nA = $(
|
|
18721
|
-
nA.top !== null && (
|
|
18720
|
+
const nA = $(yA);
|
|
18721
|
+
nA.top !== null && (yA.style.top = nA.top), nA.left !== null && (yA.style.left = nA.left), yA.style.transformOrigin = nA.transformOrigin, oA(!0);
|
|
18722
18722
|
}, [$]);
|
|
18723
18723
|
x.useEffect(() => (D && window.addEventListener("scroll", gA), () => window.removeEventListener("scroll", gA)), [i, D, gA]);
|
|
18724
|
-
const aA = (
|
|
18725
|
-
y && y(
|
|
18724
|
+
const aA = (yA, nA) => {
|
|
18725
|
+
y && y(yA, nA), gA();
|
|
18726
18726
|
}, eA = () => {
|
|
18727
18727
|
oA(!1);
|
|
18728
18728
|
};
|
|
@@ -18735,11 +18735,11 @@ const dx = (A) => {
|
|
|
18735
18735
|
} : null, [u, gA]), x.useEffect(() => {
|
|
18736
18736
|
if (!u)
|
|
18737
18737
|
return;
|
|
18738
|
-
const
|
|
18738
|
+
const yA = L1(() => {
|
|
18739
18739
|
gA();
|
|
18740
18740
|
}), nA = r2(i);
|
|
18741
|
-
return nA.addEventListener("resize",
|
|
18742
|
-
|
|
18741
|
+
return nA.addEventListener("resize", yA), () => {
|
|
18742
|
+
yA.clear(), nA.removeEventListener("resize", yA);
|
|
18743
18743
|
};
|
|
18744
18744
|
}, [i, u, gA]);
|
|
18745
18745
|
let iA = w;
|
|
@@ -20074,7 +20074,7 @@ const _x = (A) => {
|
|
|
20074
20074
|
}, [u]);
|
|
20075
20075
|
const Y = (wA, LA) => {
|
|
20076
20076
|
wA ? D && D(LA) : w && w(LA), sA || (CA(a ? null : mA.clientWidth), oA(wA));
|
|
20077
|
-
},
|
|
20077
|
+
}, yA = (wA) => {
|
|
20078
20078
|
wA.button === 0 && (wA.preventDefault(), aA.current.focus(), Y(!0, wA));
|
|
20079
20079
|
}, nA = (wA) => {
|
|
20080
20080
|
Y(!1, wA);
|
|
@@ -20183,7 +20183,7 @@ const _x = (A) => {
|
|
|
20183
20183
|
"aria-labelledby": [u, dA].filter(Boolean).join(" ") || void 0,
|
|
20184
20184
|
"aria-describedby": r,
|
|
20185
20185
|
onKeyDown: xA,
|
|
20186
|
-
onMouseDown: Q || L ? null :
|
|
20186
|
+
onMouseDown: Q || L ? null : yA,
|
|
20187
20187
|
onBlur: oe,
|
|
20188
20188
|
onFocus: y
|
|
20189
20189
|
}, j, {
|
|
@@ -21485,7 +21485,7 @@ const kr = /* @__PURE__ */ x.forwardRef(function(e, t) {
|
|
|
21485
21485
|
slots: hA = {},
|
|
21486
21486
|
title: mA,
|
|
21487
21487
|
TransitionComponent: Y = Do,
|
|
21488
|
-
TransitionProps:
|
|
21488
|
+
TransitionProps: yA
|
|
21489
21489
|
} = v, nA = pA(v, vD), fA = /* @__PURE__ */ x.isValidElement(y) ? y : /* @__PURE__ */ b.jsx("span", {
|
|
21490
21490
|
children: y
|
|
21491
21491
|
}), uA = Z2(), Me = qc(), [xA, Ee] = x.useState(), [oe, _A] = x.useState(null), ge = x.useRef(!1), Ce = M || $, $A = y2(), Ne = y2(), ue = y2(), de = y2(), [MA, dA] = A2({
|
|
@@ -21607,7 +21607,7 @@ const kr = /* @__PURE__ */ x.forwardRef(function(e, t) {
|
|
|
21607
21607
|
touch: ge.current
|
|
21608
21608
|
}), K = yD(X), O = (n = (r = hA.popper) != null ? r : D.Popper) != null ? n : wD, G = (o = (g = (a = hA.transition) != null ? a : D.Transition) != null ? g : Y) != null ? o : Do, AA = (i = (s = hA.tooltip) != null ? s : D.Tooltip) != null ? i : xD, H = (E = (I = hA.arrow) != null ? I : D.Arrow) != null ? E : DD, k = Eo(O, P({}, CA, (Q = BA.popper) != null ? Q : T.popper, {
|
|
21609
21609
|
className: TA(K.popper, CA == null ? void 0 : CA.className, (d = (c = BA.popper) != null ? c : T.popper) == null ? void 0 : d.className)
|
|
21610
|
-
}), X), q = Eo(G, P({},
|
|
21610
|
+
}), X), q = Eo(G, P({}, yA, (l = BA.transition) != null ? l : T.transition), X), W = Eo(AA, P({}, (B = BA.tooltip) != null ? B : T.tooltip, {
|
|
21611
21611
|
className: TA(K.tooltip, (u = (h = BA.tooltip) != null ? h : T.tooltip) == null ? void 0 : u.className)
|
|
21612
21612
|
}), X), _ = Eo(H, P({}, (p = BA.arrow) != null ? p : T.arrow, {
|
|
21613
21613
|
className: TA(K.arrow, (m = (f = BA.arrow) != null ? f : T.arrow) == null ? void 0 : m.className)
|
|
@@ -25259,14 +25259,14 @@ function zn() {
|
|
|
25259
25259
|
return A;
|
|
25260
25260
|
}, zn.apply(this, arguments);
|
|
25261
25261
|
}
|
|
25262
|
-
const ZO = U(jA)(({ size: A = 40 }) => ({ display: "inline-flex", position: "relative", "& .MuiCircularProgress-withLabel-label": { alignItems: "center", justifyContent: "center", position: "absolute", top: 0, right: 0, bottom: 0, left: 0, fontSize: A, "& .MuiCircularProgress-withLabel-labelTypography": { fontSize: "0.3em" } } })), Hd = ({ label: A, ...e }) => A == null ? F.createElement(Vs, e) : F.createElement(ZO, zn({ className: "MuiCircularProgress-withLabel", label: A }, e), F.createElement(Vs, e), F.createElement(
|
|
25262
|
+
const ZO = U(jA)(({ size: A = 40 }) => ({ display: "inline-flex", position: "relative", "& .MuiCircularProgress-withLabel-label": { alignItems: "center", justifyContent: "center", position: "absolute", top: 0, right: 0, bottom: 0, left: 0, fontSize: A, "& .MuiCircularProgress-withLabel-labelTypography": { fontSize: "0.3em" } } })), Hd = ({ label: A, ...e }) => A == null ? F.createElement(Vs, e) : F.createElement(ZO, zn({ className: "MuiCircularProgress-withLabel", label: A }, e), F.createElement(Vs, e), F.createElement(bA, { className: "MuiCircularProgress-withLabel-label" }, F.createElement(WA, { className: "MuiCircularProgress-withLabel-labelTypography", variant: "caption", component: "div", color: "gray.gray3" }, A))), qO = U(wt)(({ theme: A }) => ({ ...A.typography.h4, color: A.palette.gray.gray1, borderColor: A.palette.gray.gray4, height: A.spacing(4.5), display: "flex", letterSpacing: "0.5px", borderRadius: A.shape.borderRadius, "& .MuiButton-startIcon .MuiSvgIcon-root": { height: A.spacing(2), width: A.spacing(2) }, "&:not(.MuiButton-disableElevation) .MuiButton-startIcon": { color: A.palette.gray.gray2 }, "&:not(.MuiButton-disableElevation) .MuiButton-endIcon": { color: A.palette.gray.gray2 }, "&:hover": { backgroundColor: A.palette.gray.gray7, color: A.palette.gray.gray1, borderColor: A.palette.gray.gray4, boxShadow: "none" } }));
|
|
25263
25263
|
qO.defaultProps = { className: "MuiDateButton", variant: "text" };
|
|
25264
25264
|
const KO = U(yE)(({ theme: A }) => ({ "& .MuiOutlinedInput-root": { gap: A.spacing(1.25), minWidth: "198px", minHeight: "36px", border: `1px solid ${A.palette.gray.gray5}`, borderRadius: A.shape.borderRadius, padding: A.spacing(), "& .MuiOutlinedInput-input": { ...A.typography.body2, color: A.palette.gray.black }, "& .MuiOutlinedInput-notchedOutline": { border: 0 }, "& .MuiInputAdornment-root": { marginRight: A.spacing(-1), padding: A.spacing(), "& .MuiSvgIcon-root": { height: A.spacing(2.25), width: "auto" }, "&:not(.Mui-disabled) .MuiSvgIcon-root": { color: A.palette.gray.gray4 } }, "&:hover": { border: `1px solid ${A.palette.gray.gray3}` }, "&:focus-within": { border: `1px solid ${A.palette.blue.primary}` }, "&.Mui-error": { border: `1px solid ${A.palette.red.primary}` } } }));
|
|
25265
25265
|
KO.defaultProps = { className: "MuiDateTextField", variant: "outlined" };
|
|
25266
25266
|
const JO = U(Yn)(({ theme: A }) => ({ position: "absolute", top: A.spacing(2), right: A.spacing(2), padding: A.spacing() }));
|
|
25267
25267
|
JO.defaultProps = { "aria-label": "close", size: "medium", children: F.createElement(zu, null) };
|
|
25268
|
-
U(
|
|
25269
|
-
const _O = U(
|
|
25268
|
+
U(bA)(({ theme: A }) => ({ flexDirection: "row", alignItems: "center", "& .MuiLinearProgress-withLabel-progress": { width: "100%", marginRight: A.spacing() }, "& .MuiLinearProgress-withLabel-label": { minWidth: 35 } }));
|
|
25269
|
+
const _O = U(bA)(({ theme: A }) => ({ flex: "1 1 auto", overflow: "auto", maxHeight: "176px" }));
|
|
25270
25270
|
_O.defaultProps = { className: "MuiMenuScrollable" };
|
|
25271
25271
|
const $O = U(jA)(({ theme: A }) => ({ flex: "0 0 auto", padding: A.spacing(1.5, 1.5, 0.5, 1.5), gap: A.spacing(1.5), display: "flex", flexDirection: "row", justifyContent: "flex-end", alignItems: "center", "& .MuiButton-textPrimary": { color: A.palette.gray.gray3 } }));
|
|
25272
25272
|
$O.defaultProps = { className: "MuiMenuButton" };
|
|
@@ -25280,7 +25280,7 @@ const jd = (A) => F.createElement(C2, zn({ viewBox: "0 0 26 26" }, A), F.createE
|
|
|
25280
25280
|
}, [n]), I = bt((Q) => {
|
|
25281
25281
|
r == null || r(Q, "close");
|
|
25282
25282
|
}, [r]);
|
|
25283
|
-
return A = F.createElement(
|
|
25283
|
+
return A = F.createElement(bA, { direction: "row", alignItems: "center", gap: 1 }, F.createElement(jd, null), A), s || !n && !r || (s = F.createElement(bA, { direction: "row", alignItems: "center", gap: 1 }, n && F.createElement(wt, { variant: "text", size: "small", color: "inherit", onClick: E }, t), r && F.createElement(Yn, { color: "inherit", size: "small", onClick: I }, F.createElement(kc, null)))), F.createElement(Xu, zn({}, i, { onClose: r }), o ?? F.createElement("div", null, F.createElement(eL, { className: g ? `MuiSnackbarSeverity-${g} ${(a == null ? void 0 : a.className) ?? ""}` : a == null ? void 0 : a.className, elevation: 5, action: s, onUndo: n, onClose: r, undoText: t, message: A, severity: g })));
|
|
25284
25284
|
}, ne = ({ children: A, ...e }) => F.createElement(C2, zn({ viewBox: "0 0 20 20", sx: { fill: "none" } }, e), A), nL = (A) => F.createElement(ne, A, F.createElement("path", { d: "M3.73348 12.3706C3.44396 10.4886 3.15443 8.60668 2.8649 6.72472C2.80069 6.30753 3.27537 6.023 3.61302 6.27626C4.51507 6.9528 5.41706 7.62928 6.31911 8.30582C6.61611 8.52857 7.03925 8.45608 7.24515 8.14718L9.49803 4.76784C9.7361 4.41072 10.2608 4.41072 10.4989 4.76784L12.7518 8.14718C12.9577 8.45608 13.3808 8.52852 13.6778 8.30582C14.5798 7.62928 15.4818 6.9528 16.3839 6.27626C16.7215 6.023 17.1962 6.30753 17.1321 6.72472C16.8425 8.60668 16.553 10.4886 16.2635 12.3706H3.73348Z", fill: "url(#paint0_linear_8832_2658)" }), F.createElement("path", { d: "M15.6103 15.5037H4.3869C4.02612 15.5037 3.73364 15.2112 3.73364 14.8504V13.4154H16.2636V14.8504C16.2636 15.2112 15.9711 15.5037 15.6103 15.5037Z", fill: "url(#paint1_linear_8832_2658)" }), F.createElement("defs", null, F.createElement("linearGradient", { id: "paint0_linear_8832_2658", x1: "16.4996", y1: "4.5", x2: "10.1789", y2: "15.5461", gradientUnits: "userSpaceOnUse" }, F.createElement("stop", { stopColor: "#FAB400" }), F.createElement("stop", { offset: "1", stopColor: "#EFA20D" })), F.createElement("linearGradient", { id: "paint1_linear_8832_2658", x1: "15.7035", y1: "13.4154", x2: "15.0499", y2: "17.1928", gradientUnits: "userSpaceOnUse" }, F.createElement("stop", { stopColor: "#FAB400" }), F.createElement("stop", { offset: "1", stopColor: "#EFA20D" })))), rL = D1(({ icon: A, limit: e, onChange: t, onBlur: n, onFocus: r, alwaysShowLimit: o = !1, ...g }, a) => {
|
|
25285
25285
|
const [i, s] = ie(!1), [E, I] = ie(g.value || "");
|
|
25286
25286
|
return F.createElement(yE, zn({}, g, { ref: a, onFocus: (Q) => {
|
|
@@ -25289,7 +25289,7 @@ const jd = (A) => F.createElement(C2, zn({ viewBox: "0 0 26 26" }, A), F.createE
|
|
|
25289
25289
|
s(!1), typeof n == "function" && n(Q);
|
|
25290
25290
|
}, onChange: (Q) => {
|
|
25291
25291
|
I(Q.target.value), typeof t == "function" && t(Q);
|
|
25292
|
-
}, inputProps: { maxLength: e, ...g.inputProps }, label: g.label ? F.createElement(
|
|
25292
|
+
}, inputProps: { maxLength: e, ...g.inputProps }, label: g.label ? F.createElement(bA, { className: "MuiFormLabel-withIcon", direction: "row", alignItems: "center", gap: 1 }, A, F.createElement("span", null, g.label)) : A, helperText: F.createElement(bA, { direction: "row", justifyContent: "space-between", alignItems: "center", gap: 1 }, F.createElement("span", null, g.helperText), e ? (i || o) && `${E.length}/${e}` : null) }));
|
|
25293
25293
|
}), oL = U(wt)(({ theme: A }) => ({ ...A.typography.h4, color: A.palette.gray.gray1, borderColor: A.palette.gray.gray4, height: A.spacing(4.5), display: "flex", letterSpacing: "0.5px", borderRadius: A.shape.borderRadius, "& .MuiButton-startIcon .MuiSvgIcon-root": { height: A.spacing(2), width: A.spacing(2) }, "&:not(.MuiButton-disableElevation) .MuiButton-startIcon": { color: A.palette.gray.gray2 }, "&:not(.MuiButton-disableElevation) .MuiButton-endIcon": { color: A.palette.gray.gray2 }, "&:hover": { backgroundColor: A.palette.gray.gray7, color: A.palette.gray.gray1, borderColor: A.palette.gray.gray4, boxShadow: "none" } }));
|
|
25294
25294
|
oL.defaultProps = { className: "MuiTimeButton", variant: "text" };
|
|
25295
25295
|
const mn = ({ children: A, ...e }) => F.createElement(C2, zn({ viewBox: "0 0 20 20", sx: { fill: "none" } }, e), A), u2 = ({ children: A, ...e }) => F.createElement(C2, zn({ viewBox: "0 0 20 20", sx: { fill: "none" } }, e), A);
|
|
@@ -34156,7 +34156,7 @@ function AR(A) {
|
|
|
34156
34156
|
function Y() {
|
|
34157
34157
|
Q && Q(), M && M(), d.clear(), L && L.abort(), y.fetchers.forEach((S, X) => At(X)), y.blockers.forEach((S, X) => xt(X));
|
|
34158
34158
|
}
|
|
34159
|
-
function
|
|
34159
|
+
function yA(S) {
|
|
34160
34160
|
return d.add(S), () => d.delete(S);
|
|
34161
34161
|
}
|
|
34162
34162
|
function nA(S, X) {
|
|
@@ -35128,7 +35128,7 @@ function AR(A) {
|
|
|
35128
35128
|
return e;
|
|
35129
35129
|
},
|
|
35130
35130
|
initialize: mA,
|
|
35131
|
-
subscribe:
|
|
35131
|
+
subscribe: yA,
|
|
35132
35132
|
enableScrollRestoration: Nn,
|
|
35133
35133
|
navigate: uA,
|
|
35134
35134
|
fetch: Ce,
|
|
@@ -36970,12 +36970,12 @@ function vH(A, e) {
|
|
|
36970
36970
|
let o = Wn(t.currentLocation.pathname, n) || t.currentLocation.pathname, g = Wn(t.nextLocation.pathname, n) || t.nextLocation.pathname;
|
|
36971
36971
|
return na(r.pathname, g) != null || na(r.pathname, o) != null;
|
|
36972
36972
|
}
|
|
36973
|
-
const bH = U(
|
|
36973
|
+
const bH = U(bA)`
|
|
36974
36974
|
width: 100%;
|
|
36975
36975
|
height: 100%;
|
|
36976
36976
|
align-items: center;
|
|
36977
36977
|
justify-content: center;
|
|
36978
|
-
`, yH = U(
|
|
36978
|
+
`, yH = U(bA)`
|
|
36979
36979
|
height: 380px;
|
|
36980
36980
|
border-radius: 10px;
|
|
36981
36981
|
overflow: hidden;
|
|
@@ -37003,7 +37003,7 @@ const bH = U(yA)`
|
|
|
37003
37003
|
width: 476px;
|
|
37004
37004
|
height: 267px;
|
|
37005
37005
|
}
|
|
37006
|
-
`, DH = U(
|
|
37006
|
+
`, DH = U(bA)`
|
|
37007
37007
|
width: 92px;
|
|
37008
37008
|
height: 20px;
|
|
37009
37009
|
background: #fab400;
|
|
@@ -37030,7 +37030,7 @@ const bH = U(yA)`
|
|
|
37030
37030
|
] }),
|
|
37031
37031
|
/* @__PURE__ */ b.jsx(xH, { children: /* @__PURE__ */ b.jsx("img", { src: LH, alt: "agent-view" }) })
|
|
37032
37032
|
] }) });
|
|
37033
|
-
}, NH = U(
|
|
37033
|
+
}, NH = U(bA)`
|
|
37034
37034
|
box-sizing: border-box;
|
|
37035
37035
|
min-height: 100%;
|
|
37036
37036
|
padding: 0;
|
|
@@ -37155,7 +37155,7 @@ const bH = U(yA)`
|
|
|
37155
37155
|
}, aj = U(za)`
|
|
37156
37156
|
width: 203px;
|
|
37157
37157
|
height: 161px;
|
|
37158
|
-
`, ij = U(
|
|
37158
|
+
`, ij = U(bA)`
|
|
37159
37159
|
padding: 18px 30px;
|
|
37160
37160
|
box-sizing: border-box;
|
|
37161
37161
|
width: 873px;
|
|
@@ -37176,7 +37176,7 @@ const bH = U(yA)`
|
|
|
37176
37176
|
line-height: 20px;
|
|
37177
37177
|
margin-top: 4px;
|
|
37178
37178
|
margin-bottom: 24px;
|
|
37179
|
-
`, Bj = U(
|
|
37179
|
+
`, Bj = U(bA)`
|
|
37180
37180
|
width: 466px;
|
|
37181
37181
|
height: 36px;
|
|
37182
37182
|
& .create-own__btn {
|
|
@@ -37293,12 +37293,12 @@ const x9 = (A) => A.connectorLirary.connectorList, di = (A) => A.connectorLirary
|
|
|
37293
37293
|
height: 100%;
|
|
37294
37294
|
display: flex;
|
|
37295
37295
|
align-items: center;
|
|
37296
|
-
`, yj = U(
|
|
37296
|
+
`, yj = U(bA)`
|
|
37297
37297
|
align-items: center;
|
|
37298
37298
|
flex-direction: row;
|
|
37299
37299
|
`, wj = U(Vu)`
|
|
37300
37300
|
margin-left: 10px;
|
|
37301
|
-
`, xj = U(
|
|
37301
|
+
`, xj = U(bA)`
|
|
37302
37302
|
flex-direction: row;
|
|
37303
37303
|
align-items: center;
|
|
37304
37304
|
justify-content: center;
|
|
@@ -37367,7 +37367,7 @@ const x9 = (A) => A.connectorLirary.connectorList, di = (A) => A.connectorLirary
|
|
|
37367
37367
|
...r
|
|
37368
37368
|
}
|
|
37369
37369
|
},
|
|
37370
|
-
children: /* @__PURE__ */ b.jsxs(
|
|
37370
|
+
children: /* @__PURE__ */ b.jsxs(bA, { direction: "row", children: [
|
|
37371
37371
|
n && /* @__PURE__ */ b.jsx(jA, { position: "absolute", right: 10, top: 10, children: /* @__PURE__ */ b.jsx(kr, { title: "Close", placement: "bottom", children: /* @__PURE__ */ b.jsx(Yn, { onClick: () => e(!1), "data-testid": "close-modal", children: /* @__PURE__ */ b.jsx("img", { src: Uj }) }) }) }),
|
|
37372
37372
|
t
|
|
37373
37373
|
] })
|
|
@@ -37388,15 +37388,15 @@ const x9 = (A) => A.connectorLirary.connectorList, di = (A) => A.connectorLirary
|
|
|
37388
37388
|
t(!1);
|
|
37389
37389
|
}, g = `${e} ${Mj}`;
|
|
37390
37390
|
return /* @__PURE__ */ b.jsxs(p3, { shown: A, setShown: t, children: [
|
|
37391
|
-
/* @__PURE__ */ b.jsx(
|
|
37392
|
-
/* @__PURE__ */ b.jsx(
|
|
37391
|
+
/* @__PURE__ */ b.jsx(bA, { children: /* @__PURE__ */ b.jsxs(bA, { padding: "30px", height: "100%", children: [
|
|
37392
|
+
/* @__PURE__ */ b.jsx(bA, { width: "378px", height: "100%", justifyContent: "center", children: /* @__PURE__ */ b.jsxs(bA, { gap: "14px", children: [
|
|
37393
37393
|
/* @__PURE__ */ b.jsx("img", { src: P9, alt: "checkmark", width: 92, height: 92 }),
|
|
37394
|
-
/* @__PURE__ */ b.jsxs(
|
|
37394
|
+
/* @__PURE__ */ b.jsxs(bA, { gap: "4px", children: [
|
|
37395
37395
|
/* @__PURE__ */ b.jsx(WA, { variant: "h2", children: g }),
|
|
37396
37396
|
/* @__PURE__ */ b.jsx(WA, { variant: "body2", children: Nj })
|
|
37397
37397
|
] })
|
|
37398
37398
|
] }) }),
|
|
37399
|
-
/* @__PURE__ */ b.jsx(
|
|
37399
|
+
/* @__PURE__ */ b.jsx(bA, { alignItems: "flex-end", children: /* @__PURE__ */ b.jsx(Rj, { onClick: o, variant: "outlined", color: "tertiary", size: "medium", children: kj }) })
|
|
37400
37400
|
] }) }),
|
|
37401
37401
|
/* @__PURE__ */ b.jsx(Sj, { children: /* @__PURE__ */ b.jsx("img", { className: "connector-enabled-img", src: r, alt: "Connector enabled" }) })
|
|
37402
37402
|
] });
|
|
@@ -37412,7 +37412,7 @@ const x9 = (A) => A.connectorLirary.connectorList, di = (A) => A.connectorLirary
|
|
|
37412
37412
|
width: "26px",
|
|
37413
37413
|
color: "#FFFFFF",
|
|
37414
37414
|
marginRight: "4px"
|
|
37415
|
-
})), Yj = U(
|
|
37415
|
+
})), Yj = U(bA)`
|
|
37416
37416
|
flex-direction: row;
|
|
37417
37417
|
padding: 0 10px;
|
|
37418
37418
|
img {
|
|
@@ -37472,7 +37472,7 @@ const qj = "Visibility not set", Kj = "Configure visibility settings", Jj = "Con
|
|
|
37472
37472
|
padding: 16px 12px;
|
|
37473
37473
|
color: black;
|
|
37474
37474
|
box-sizing: border-box;
|
|
37475
|
-
`, lX = U(
|
|
37475
|
+
`, lX = U(bA)`
|
|
37476
37476
|
width: 28px;
|
|
37477
37477
|
height: 28px;
|
|
37478
37478
|
padding: 4px 0px 0px 0px;
|
|
@@ -37482,7 +37482,7 @@ const qj = "Visibility not set", Kj = "Configure visibility settings", Jj = "Con
|
|
|
37482
37482
|
margin-top: 9px;
|
|
37483
37483
|
color: ${te.palette.gray.gray3};
|
|
37484
37484
|
`, cX = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3297_163628)'%3e%3cpath%20d='M9.99967%205.41667C13.158%205.41667%2015.9747%207.19167%2017.3497%2010C15.9747%2012.8083%2013.1663%2014.5833%209.99967%2014.5833C6.83301%2014.5833%204.02467%2012.8083%202.64967%2010C4.02467%207.19167%206.84134%205.41667%209.99967%205.41667ZM9.99967%203.75C5.83301%203.75%202.27467%206.34167%200.833008%2010C2.27467%2013.6583%205.83301%2016.25%209.99967%2016.25C14.1663%2016.25%2017.7247%2013.6583%2019.1663%2010C17.7247%206.34167%2014.1663%203.75%209.99967%203.75ZM9.99967%207.91667C11.1497%207.91667%2012.083%208.85%2012.083%2010C12.083%2011.15%2011.1497%2012.0833%209.99967%2012.0833C8.84967%2012.0833%207.91634%2011.15%207.91634%2010C7.91634%208.85%208.84967%207.91667%209.99967%207.91667ZM9.99967%206.25C7.93301%206.25%206.24967%207.93333%206.24967%2010C6.24967%2012.0667%207.93301%2013.75%209.99967%2013.75C12.0663%2013.75%2013.7497%2012.0667%2013.7497%2010C13.7497%207.93333%2012.0663%206.25%209.99967%206.25Z'%20fill='%233E4C5A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3297_163628'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", uX = () => /* @__PURE__ */ b.jsxs(BX, { children: [
|
|
37485
|
-
/* @__PURE__ */ b.jsxs(
|
|
37485
|
+
/* @__PURE__ */ b.jsxs(bA, { direction: "row", alignItems: "center", gap: 1, children: [
|
|
37486
37486
|
/* @__PURE__ */ b.jsx(lX, { direction: "row", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ b.jsx("img", { src: cX, alt: "visibility" }) }),
|
|
37487
37487
|
/* @__PURE__ */ b.jsx(WA, { variant: "h2", children: oX })
|
|
37488
37488
|
] }),
|
|
@@ -37655,7 +37655,7 @@ const fX = U(({ className: A, ...e }) => /* @__PURE__ */ b.jsx(kr, { ...e, class
|
|
|
37655
37655
|
}
|
|
37656
37656
|
) });
|
|
37657
37657
|
}, TX = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3803_129233)'%3e%3cpath%20d='M7.3335%204.66683H8.66683V6.00016H7.3335V4.66683ZM7.3335%207.3335H8.66683V11.3335H7.3335V7.3335ZM8.00016%201.3335C4.32016%201.3335%201.3335%204.32016%201.3335%208.00016C1.3335%2011.6802%204.32016%2014.6668%208.00016%2014.6668C11.6802%2014.6668%2014.6668%2011.6802%2014.6668%208.00016C14.6668%204.32016%2011.6802%201.3335%208.00016%201.3335ZM8.00016%2013.3335C5.06016%2013.3335%202.66683%2010.9402%202.66683%208.00016C2.66683%205.06016%205.06016%202.66683%208.00016%202.66683C10.9402%202.66683%2013.3335%205.06016%2013.3335%208.00016C13.3335%2010.9402%2010.9402%2013.3335%208.00016%2013.3335Z'%20fill='%236F7C90'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3803_129233'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", PX = U(jA)`
|
|
37658
|
-
height: 394px;
|
|
37658
|
+
min-height: 394px;
|
|
37659
37659
|
width: 523px;
|
|
37660
37660
|
padding: 32px;
|
|
37661
37661
|
box-sizing: border-box;
|
|
@@ -37665,18 +37665,17 @@ const fX = U(({ className: A, ...e }) => /* @__PURE__ */ b.jsx(kr, { ...e, class
|
|
|
37665
37665
|
margin-bottom: 16px;
|
|
37666
37666
|
`, OX = U(WA)`
|
|
37667
37667
|
letter-spacing: 0.5px;
|
|
37668
|
-
`, LX = U(
|
|
37668
|
+
`, LX = U(bA)`
|
|
37669
37669
|
flex-direction: row;
|
|
37670
37670
|
gap: 12px;
|
|
37671
37671
|
justify-content: end;
|
|
37672
37672
|
align-items: center;
|
|
37673
|
-
|
|
37674
|
-
|
|
37675
|
-
right: 0;
|
|
37673
|
+
flex-grow: 1;
|
|
37674
|
+
align-items: end;
|
|
37676
37675
|
`, MX = U(Hd)`
|
|
37677
37676
|
color: ${cA.gray.white};
|
|
37678
|
-
`, NX = U(
|
|
37679
|
-
|
|
37677
|
+
`, NX = U(bA)`
|
|
37678
|
+
flex-direction: column;
|
|
37680
37679
|
height: 100%;
|
|
37681
37680
|
`, kX = U(wt)`
|
|
37682
37681
|
width: 152px;
|
|
@@ -37684,7 +37683,7 @@ const fX = U(({ className: A, ...e }) => /* @__PURE__ */ b.jsx(kr, { ...e, class
|
|
|
37684
37683
|
font-size: 13px;
|
|
37685
37684
|
`, UX = U(wt)`
|
|
37686
37685
|
height: 32px;
|
|
37687
|
-
`, SX = U(
|
|
37686
|
+
`, SX = U(bA)`
|
|
37688
37687
|
flex-direction: row;
|
|
37689
37688
|
align-items: center;
|
|
37690
37689
|
gap: 11px;
|
|
@@ -37816,7 +37815,7 @@ U(WA)`
|
|
|
37816
37815
|
display: flex;
|
|
37817
37816
|
align-items: center;
|
|
37818
37817
|
`;
|
|
37819
|
-
const jX = U(
|
|
37818
|
+
const jX = U(bA)`
|
|
37820
37819
|
align-items: center;
|
|
37821
37820
|
flex-direction: row;
|
|
37822
37821
|
`, XX = U(jA)`
|
|
@@ -37844,7 +37843,7 @@ const jX = U(yA)`
|
|
|
37844
37843
|
/* @__PURE__ */ b.jsx(kr, { title: a ? Kj : Jj, placement: "bottom", children: /* @__PURE__ */ b.jsx(VX, { className: "visibilityIcon", onClick: s, disabled: !a, children: c ? /* @__PURE__ */ b.jsx(mX, {}) : /* @__PURE__ */ b.jsx(vX, {}) }) })
|
|
37845
37844
|
] })
|
|
37846
37845
|
] }),
|
|
37847
|
-
/* @__PURE__ */ b.jsx(p3, { shown: n, setShown: i, customPaperProps: { overflow: "
|
|
37846
|
+
/* @__PURE__ */ b.jsx(p3, { shown: n, setShown: i, customPaperProps: { overflow: "inherit" }, children: /* @__PURE__ */ b.jsx(
|
|
37848
37847
|
RX,
|
|
37849
37848
|
{
|
|
37850
37849
|
roles: Q,
|
|
@@ -37911,8 +37910,8 @@ const jX = U(yA)`
|
|
|
37911
37910
|
}
|
|
37912
37911
|
),
|
|
37913
37912
|
/* @__PURE__ */ b.jsxs(vj, { "data-testid": o, className: "connector-grid", onClick: (T) => m(T, o), children: [
|
|
37914
|
-
/* @__PURE__ */ b.jsxs(
|
|
37915
|
-
/* @__PURE__ */ b.jsxs(
|
|
37913
|
+
/* @__PURE__ */ b.jsxs(bA, { className: D, width: "100%", children: [
|
|
37914
|
+
/* @__PURE__ */ b.jsxs(bA, { flexDirection: "row", alignItems: "center", children: [
|
|
37916
37915
|
e ? /* @__PURE__ */ b.jsx("img", { src: a ?? "", className: "logoIcon", width: "28xp", height: "28px", alt: g }) : null,
|
|
37917
37916
|
/* @__PURE__ */ b.jsx(bj, { variant: n ? "body1_medium" : "h2", children: g }),
|
|
37918
37917
|
!e && v ? /* @__PURE__ */ b.jsx(Pj, { severity: "error", children: "Authentication failed" }) : null
|
|
@@ -37980,9 +37979,9 @@ const jX = U(yA)`
|
|
|
37980
37979
|
a(
|
|
37981
37980
|
g ? $e.REQUEST_NEW_FEATURE_SHOWN : $e.REQUEST_NEW_CONNECTOR_SHOWN
|
|
37982
37981
|
);
|
|
37983
|
-
}, [a, g]), /* @__PURE__ */ b.jsx(
|
|
37984
|
-
/* @__PURE__ */ b.jsx(
|
|
37985
|
-
/* @__PURE__ */ b.jsxs(
|
|
37982
|
+
}, [a, g]), /* @__PURE__ */ b.jsx(bA, { "data-testid": "request-panel", children: /* @__PURE__ */ b.jsxs(bA, { padding: "30px", height: "100%", children: [
|
|
37983
|
+
/* @__PURE__ */ b.jsx(bA, { width: "440px", height: "100%", children: /* @__PURE__ */ b.jsxs(bA, { gap: "14px", children: [
|
|
37984
|
+
/* @__PURE__ */ b.jsxs(bA, { gap: "4px", marginBottom: "36px", children: [
|
|
37986
37985
|
/* @__PURE__ */ b.jsx(WA, { variant: "h2", children: g ? HH : jH }),
|
|
37987
37986
|
/* @__PURE__ */ b.jsx(WA, { variant: "body2", children: g ? y9 : XH })
|
|
37988
37987
|
] }),
|
|
@@ -38026,7 +38025,7 @@ const jX = U(yA)`
|
|
|
38026
38025
|
}
|
|
38027
38026
|
)
|
|
38028
38027
|
] }) }),
|
|
38029
|
-
/* @__PURE__ */ b.jsx(
|
|
38028
|
+
/* @__PURE__ */ b.jsx(bA, { alignItems: "flex-end", children: /* @__PURE__ */ b.jsx(
|
|
38030
38029
|
wt,
|
|
38031
38030
|
{
|
|
38032
38031
|
"data-testid": "submit-request-button",
|
|
@@ -38039,15 +38038,15 @@ const jX = U(yA)`
|
|
|
38039
38038
|
}
|
|
38040
38039
|
) })
|
|
38041
38040
|
] }) });
|
|
38042
|
-
}, JX = ({ handleClose: A }) => /* @__PURE__ */ b.jsx(
|
|
38043
|
-
/* @__PURE__ */ b.jsx(
|
|
38041
|
+
}, JX = ({ handleClose: A }) => /* @__PURE__ */ b.jsx(bA, { children: /* @__PURE__ */ b.jsxs(bA, { padding: "30px", height: "100%", children: [
|
|
38042
|
+
/* @__PURE__ */ b.jsx(bA, { width: "378px", height: "100%", justifyContent: "center", children: /* @__PURE__ */ b.jsxs(bA, { gap: "14px", children: [
|
|
38044
38043
|
/* @__PURE__ */ b.jsx("img", { src: P9, alt: "checkmark", width: 92, height: 92 }),
|
|
38045
|
-
/* @__PURE__ */ b.jsxs(
|
|
38044
|
+
/* @__PURE__ */ b.jsxs(bA, { gap: "4px", children: [
|
|
38046
38045
|
/* @__PURE__ */ b.jsx(WA, { variant: "h2", children: GH }),
|
|
38047
38046
|
/* @__PURE__ */ b.jsx(WA, { variant: "body2", children: ZH })
|
|
38048
38047
|
] })
|
|
38049
38048
|
] }) }),
|
|
38050
|
-
/* @__PURE__ */ b.jsx(
|
|
38049
|
+
/* @__PURE__ */ b.jsx(bA, { alignItems: "flex-end", children: /* @__PURE__ */ b.jsx(yX, { onClick: A, variant: "outlined", color: "tertiary", size: "medium", children: qH }) })
|
|
38051
38050
|
] }) }), M9 = ({
|
|
38052
38051
|
shown: A,
|
|
38053
38052
|
setShown: e,
|
|
@@ -38113,7 +38112,7 @@ const jX = U(yA)`
|
|
|
38113
38112
|
}, _X = "Custom Connectors", $X = "Connectors help you get a better customer context and key actions right into your inbox", AV = "Library", eV = "Use these pre-built connectors to get started without any hassle. Authenticate and access them from the right panel of Hiver.", tV = U(jA)`
|
|
38114
38113
|
padding: 14px 0px 0 32px;
|
|
38115
38114
|
box-sizing: border-box;
|
|
38116
|
-
`, nV = U(
|
|
38115
|
+
`, nV = U(bA)`
|
|
38117
38116
|
align-items: center;
|
|
38118
38117
|
justify-content: space-between;
|
|
38119
38118
|
flex-direction: row;
|
|
@@ -38131,7 +38130,7 @@ const jX = U(yA)`
|
|
|
38131
38130
|
margin-bottom: 20px;
|
|
38132
38131
|
`, aV = U(Sn)`
|
|
38133
38132
|
max-width: ${(A) => A.maxWidth ? A.maxWidth : null};
|
|
38134
|
-
`, iV = U(
|
|
38133
|
+
`, iV = U(bA)`
|
|
38135
38134
|
width: 100%;
|
|
38136
38135
|
height: 60px;
|
|
38137
38136
|
gap: 12px;
|
|
@@ -38139,7 +38138,7 @@ const jX = U(yA)`
|
|
|
38139
38138
|
border: 1px solid ${te.palette.gray.gray6};
|
|
38140
38139
|
border-radius: 8px;
|
|
38141
38140
|
box-sizing: border-box;
|
|
38142
|
-
`, sV = () => /* @__PURE__ */ b.jsx(
|
|
38141
|
+
`, sV = () => /* @__PURE__ */ b.jsx(bA, { marginTop: "28px", gap: "12px", "data-testid": "loading", children: Array(3).fill(0).map((A, e) => /* @__PURE__ */ b.jsx(iV, { justifyContent: "center", children: /* @__PURE__ */ b.jsx(aV, { variant: "rounded", maxWidth: "862px", height: "10px", animation: "wave" }) }, e)) }), $l = () => {
|
|
38143
38142
|
const A = ur(), { baseUrls: e } = yt(Ht), [t, n] = ie(!1), [r, o] = ie(!1), g = Be(x9), a = Be(Jf), i = Be(D9), s = !!g.length, E = !!a.length, { sendTrackingEvent: I } = yt(Ht), Q = i === PA.LOADING;
|
|
38144
38143
|
We(() => {
|
|
38145
38144
|
A(sC(e.v2Url)), A(IC(e.v2Url)), A(BC()), A(cC());
|
|
@@ -38235,7 +38234,7 @@ const jX = U(yA)`
|
|
|
38235
38234
|
/* @__PURE__ */ b.jsx(BV, { variant: "h3", "data-testid": "custom-connector-heading", children: c1 }),
|
|
38236
38235
|
a()
|
|
38237
38236
|
] }) });
|
|
38238
|
-
}, cV = U(
|
|
38237
|
+
}, cV = U(bA)`
|
|
38239
38238
|
flex-direction: row;
|
|
38240
38239
|
align-items: stretch;
|
|
38241
38240
|
min-height: 100%;
|
|
@@ -38248,7 +38247,7 @@ const jX = U(yA)`
|
|
|
38248
38247
|
/* @__PURE__ */ b.jsx(uV, { children: /* @__PURE__ */ b.jsx(HR, {}) })
|
|
38249
38248
|
] }), fV = "{{connector}} features", pV = "Following are the list of features that you will find in this connector", hV = "Request new feature", AQ = U(Sn)`
|
|
38250
38249
|
max-width: ${(A) => A.maxWidth ? A.maxWidth : null};
|
|
38251
|
-
`, mV = U(
|
|
38250
|
+
`, mV = U(bA)`
|
|
38252
38251
|
width: 100%;
|
|
38253
38252
|
height: ${(A) => A.height ? A.height : "72px"};
|
|
38254
38253
|
gap: 12px;
|
|
@@ -38256,10 +38255,10 @@ const jX = U(yA)`
|
|
|
38256
38255
|
border: 1px solid ${te.palette.gray.gray6};
|
|
38257
38256
|
border-radius: 8px;
|
|
38258
38257
|
box-sizing: border-box;
|
|
38259
|
-
`, vV = () => /* @__PURE__ */ b.jsx(
|
|
38258
|
+
`, vV = () => /* @__PURE__ */ b.jsx(bA, { marginTop: "28px", gap: "12px", children: Array(3).fill(0).map((A, e) => /* @__PURE__ */ b.jsxs(mV, { children: [
|
|
38260
38259
|
/* @__PURE__ */ b.jsx(AQ, { variant: "rounded", height: "10px", animation: "wave", maxWidth: "862px" }),
|
|
38261
38260
|
/* @__PURE__ */ b.jsx(AQ, { variant: "rounded", height: "10px", animation: "wave", maxWidth: "862px" })
|
|
38262
|
-
] }, e)) }), bV = U(
|
|
38261
|
+
] }, e)) }), bV = U(bA)`
|
|
38263
38262
|
width: 100%;
|
|
38264
38263
|
`, yV = U(wt)`
|
|
38265
38264
|
height: 32px;
|
|
@@ -38274,7 +38273,7 @@ const jX = U(yA)`
|
|
|
38274
38273
|
};
|
|
38275
38274
|
return /* @__PURE__ */ b.jsx(bV, { children: n ? /* @__PURE__ */ b.jsx(vV, {}) : /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
38276
38275
|
/* @__PURE__ */ b.jsx(M9, { shown: a, setShown: i, isApi: !0, connectorType: e }),
|
|
38277
|
-
/* @__PURE__ */ b.jsxs(
|
|
38276
|
+
/* @__PURE__ */ b.jsxs(bA, { direction: "row", justifyContent: "space-between", marginTop: "28px", children: [
|
|
38278
38277
|
/* @__PURE__ */ b.jsxs("div", { children: [
|
|
38279
38278
|
/* @__PURE__ */ b.jsx(WA, { variant: "h2", children: g }),
|
|
38280
38279
|
/* @__PURE__ */ b.jsx(WA, { variant: "body1", marginBottom: "20px", children: pV })
|
|
@@ -38291,8 +38290,8 @@ const jX = U(yA)`
|
|
|
38291
38290
|
}
|
|
38292
38291
|
) : null
|
|
38293
38292
|
] }),
|
|
38294
|
-
/* @__PURE__ */ b.jsx(
|
|
38295
|
-
|
|
38293
|
+
/* @__PURE__ */ b.jsx(bA, { gap: "12px", children: t.map((E) => /* @__PURE__ */ b.jsxs(
|
|
38294
|
+
bA,
|
|
38296
38295
|
{
|
|
38297
38296
|
width: "100%",
|
|
38298
38297
|
height: "72px",
|
|
@@ -38308,7 +38307,7 @@ const jX = U(yA)`
|
|
|
38308
38307
|
E.keyName
|
|
38309
38308
|
)) })
|
|
38310
38309
|
] }) });
|
|
38311
|
-
}, xV = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.86421%2015.9708C9.20287%2016.3941%209.13423%2017.0118%208.71091%2017.3505C8.28758%2017.6891%207.66987%2017.6205%207.33121%2017.1972L8.86421%2015.9708ZM2.94434%2010.1423L2.17784%2010.7555C1.89104%2010.397%201.89104%209.88757%202.17784%209.52907L2.94434%2010.1423ZM7.33121%203.08735C7.66987%202.66403%208.28758%202.59539%208.71091%202.93405C9.13423%203.27271%209.20287%203.89042%208.86421%204.31375L7.33121%203.08735ZM3.31243%2011.1852C2.77031%2011.1852%202.33084%2010.7457%202.33084%2010.2036C2.33084%209.66149%202.77031%209.22201%203.31243%209.22201L3.31243%2011.1852ZM17.0548%209.22201C17.5969%209.22201%2018.0364%209.66149%2018.0364%2010.2036C18.0364%2010.7457%2017.5969%2011.1852%2017.0548%2011.1852V9.22201ZM7.33121%2017.1972L2.17784%2010.7555L3.71083%209.52907L8.86421%2015.9708L7.33121%2017.1972ZM2.17784%209.52907L7.33121%203.08735L8.86421%204.31375L3.71083%2010.7555L2.17784%209.52907ZM3.31243%209.22201L17.0548%209.22201V11.1852L3.31243%2011.1852L3.31243%209.22201Z'%20fill='%236F7C90'/%3e%3c/svg%3e", DV = U(
|
|
38310
|
+
}, xV = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.86421%2015.9708C9.20287%2016.3941%209.13423%2017.0118%208.71091%2017.3505C8.28758%2017.6891%207.66987%2017.6205%207.33121%2017.1972L8.86421%2015.9708ZM2.94434%2010.1423L2.17784%2010.7555C1.89104%2010.397%201.89104%209.88757%202.17784%209.52907L2.94434%2010.1423ZM7.33121%203.08735C7.66987%202.66403%208.28758%202.59539%208.71091%202.93405C9.13423%203.27271%209.20287%203.89042%208.86421%204.31375L7.33121%203.08735ZM3.31243%2011.1852C2.77031%2011.1852%202.33084%2010.7457%202.33084%2010.2036C2.33084%209.66149%202.77031%209.22201%203.31243%209.22201L3.31243%2011.1852ZM17.0548%209.22201C17.5969%209.22201%2018.0364%209.66149%2018.0364%2010.2036C18.0364%2010.7457%2017.5969%2011.1852%2017.0548%2011.1852V9.22201ZM7.33121%2017.1972L2.17784%2010.7555L3.71083%209.52907L8.86421%2015.9708L7.33121%2017.1972ZM2.17784%209.52907L7.33121%203.08735L8.86421%204.31375L3.71083%2010.7555L2.17784%209.52907ZM3.31243%209.22201L17.0548%209.22201V11.1852L3.31243%2011.1852L3.31243%209.22201Z'%20fill='%236F7C90'/%3e%3c/svg%3e", DV = U(bA)`
|
|
38312
38311
|
margin: 9px 0 0 52px;
|
|
38313
38312
|
position: relative;
|
|
38314
38313
|
`, TV = U(Yn)`
|
|
@@ -38342,7 +38341,7 @@ const jX = U(yA)`
|
|
|
38342
38341
|
}
|
|
38343
38342
|
)
|
|
38344
38343
|
] });
|
|
38345
|
-
}, FV = U(
|
|
38344
|
+
}, FV = U(bA)`
|
|
38346
38345
|
margin-bottom: 36px;
|
|
38347
38346
|
.arrow {
|
|
38348
38347
|
border: solid ${te.palette.gray.gray3};
|
|
@@ -38356,7 +38355,7 @@ const jX = U(yA)`
|
|
|
38356
38355
|
`, OV = U(WA)`
|
|
38357
38356
|
margin-right: 4px;
|
|
38358
38357
|
cursor: pointer;
|
|
38359
|
-
`, LV = U(
|
|
38358
|
+
`, LV = U(bA)`
|
|
38360
38359
|
width: 20px;
|
|
38361
38360
|
height: 20px;
|
|
38362
38361
|
margin-right: 4px;
|
|
@@ -38367,7 +38366,7 @@ const jX = U(yA)`
|
|
|
38367
38366
|
};
|
|
38368
38367
|
return /* @__PURE__ */ b.jsx(FV, { direction: "row", alignItems: "center", "data-testid": "breadCrumbs", children: A.map(({ name: n, route: r }, o) => {
|
|
38369
38368
|
const g = o === A.length - 1, a = g ? te.palette.gray.black : te.palette.gray.gray4, i = g ? "lastCrumb" : `crumb-${o}`;
|
|
38370
|
-
return /* @__PURE__ */ b.jsxs(
|
|
38369
|
+
return /* @__PURE__ */ b.jsxs(bA, { direction: "row", alignItems: "center", children: [
|
|
38371
38370
|
/* @__PURE__ */ b.jsx(
|
|
38372
38371
|
OV,
|
|
38373
38372
|
{
|
|
@@ -41210,11 +41209,11 @@ var s4 = function(e) {
|
|
|
41210
41209
|
var V = function(aA, eA) {
|
|
41211
41210
|
var iA = aA.type, sA = aA.data, IA = aA.isDisabled, CA = aA.isSelected, BA = aA.label, hA = aA.value, mA = l === sA, Y = IA ? void 0 : function() {
|
|
41212
41211
|
return r.onOptionHover(sA);
|
|
41213
|
-
},
|
|
41212
|
+
}, yA = IA ? void 0 : function() {
|
|
41214
41213
|
return r.selectOption(sA);
|
|
41215
41214
|
}, nA = "".concat(r.getElementId("option"), "-").concat(eA), fA = {
|
|
41216
41215
|
id: nA,
|
|
41217
|
-
onClick:
|
|
41216
|
+
onClick: yA,
|
|
41218
41217
|
onMouseMove: Y,
|
|
41219
41218
|
onMouseOver: Y,
|
|
41220
41219
|
tabIndex: -1,
|
|
@@ -41566,7 +41565,7 @@ const FY = (A) => /* @__PURE__ */ b.jsx(A4.DropdownIndicator, { ...A, children:
|
|
|
41566
41565
|
}, v = (w, y) => {
|
|
41567
41566
|
s == null || s(w, y), w && !d && c(!0), w && typeof w == "object" && "value" in w && d && a && h(w.value);
|
|
41568
41567
|
};
|
|
41569
|
-
return /* @__PURE__ */ b.jsxs(
|
|
41568
|
+
return /* @__PURE__ */ b.jsxs(bA, { spacing: 1, useFlexGap: !0, children: [
|
|
41570
41569
|
r ? /* @__PURE__ */ b.jsx(WA, { variant: "h4", component: "label", htmlFor: n, children: `${r}${e != null && e.isRequired || Q ? "*" : ""}` }) : null,
|
|
41571
41570
|
/* @__PURE__ */ b.jsxs(NY, { children: [
|
|
41572
41571
|
/* @__PURE__ */ b.jsx(kr, { title: A.toolTipTitle, arrow: !0, placement: "right-end", disableHoverListener: !0, children: A.type === "select" ? /* @__PURE__ */ b.jsx(MY, { children: /* @__PURE__ */ b.jsx(
|
|
@@ -41595,7 +41594,7 @@ const FY = (A) => /* @__PURE__ */ b.jsx(A4.DropdownIndicator, { ...A, children:
|
|
|
41595
41594
|
m()
|
|
41596
41595
|
] })
|
|
41597
41596
|
] });
|
|
41598
|
-
}, kY = U(
|
|
41597
|
+
}, kY = U(bA)`
|
|
41599
41598
|
& .authform__section-title {
|
|
41600
41599
|
margin-top: 32px;
|
|
41601
41600
|
margin-bottom: -12px;
|
|
@@ -41611,7 +41610,7 @@ const FY = (A) => /* @__PURE__ */ b.jsx(A4.DropdownIndicator, { ...A, children:
|
|
|
41611
41610
|
onValidationError: a
|
|
41612
41611
|
}) => /* @__PURE__ */ b.jsx(kY, { spacing: 3, children: A.map(({ id: i, title: s, formFields: E }) => /* @__PURE__ */ b.jsxs(F.Fragment, { children: [
|
|
41613
41612
|
s ? /* @__PURE__ */ b.jsx(WA, { variant: "h3", className: "authform__section-title", children: s }) : null,
|
|
41614
|
-
/* @__PURE__ */ b.jsx(
|
|
41613
|
+
/* @__PURE__ */ b.jsx(bA, { useFlexGap: !0, spacing: 3, children: E.map((I) => r && typeof r == "object" && I.name in r && r[I.name] === !1 ? null : /* @__PURE__ */ b.jsx(
|
|
41615
41614
|
I4,
|
|
41616
41615
|
{
|
|
41617
41616
|
value: o == null ? void 0 : o[I.name],
|
|
@@ -41968,7 +41967,7 @@ const XY = (A, e) => {
|
|
|
41968
41967
|
}
|
|
41969
41968
|
}
|
|
41970
41969
|
return A;
|
|
41971
|
-
}, ZY = U(
|
|
41970
|
+
}, ZY = U(bA)`
|
|
41972
41971
|
margin-bottom: 16px;
|
|
41973
41972
|
& .MuiPaper-elevation {
|
|
41974
41973
|
height: 30px;
|
|
@@ -41981,7 +41980,7 @@ const XY = (A, e) => {
|
|
|
41981
41980
|
line-height: 32px;
|
|
41982
41981
|
`, KY = U(WA)`
|
|
41983
41982
|
color: #6f7c90;
|
|
41984
|
-
`, JY = U(
|
|
41983
|
+
`, JY = U(bA)`
|
|
41985
41984
|
margin-top: 28px;
|
|
41986
41985
|
max-height: 420px;
|
|
41987
41986
|
padding-right: 65px;
|
|
@@ -41998,11 +41997,11 @@ const XY = (A, e) => {
|
|
|
41998
41997
|
}
|
|
41999
41998
|
`, _Y = U(jA)`
|
|
42000
41999
|
width: 504px;
|
|
42001
|
-
`, $Y = U(
|
|
42000
|
+
`, $Y = U(bA)`
|
|
42002
42001
|
margin-top: 32px;
|
|
42003
42002
|
margin-bottom: 13px;
|
|
42004
42003
|
gap: 16px;
|
|
42005
|
-
`, AG = "data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1446_32274)'%3e%3cpath%20d='M14.6663%200.916687H3.66634C2.65801%200.916687%201.83301%201.74169%201.83301%202.75002V15.5834H3.66634V2.75002H14.6663V0.916687ZM17.4163%204.58335H7.33301C6.32467%204.58335%205.49967%205.40835%205.49967%206.41669V19.25C5.49967%2020.2584%206.32467%2021.0834%207.33301%2021.0834H17.4163C18.4247%2021.0834%2019.2497%2020.2584%2019.2497%2019.25V6.41669C19.2497%205.40835%2018.4247%204.58335%2017.4163%204.58335ZM17.4163%2019.25H7.33301V6.41669H17.4163V19.25Z'%20fill='%236F7C90'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1446_32274'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", eG = "Custom Connectors", Q4 = "Settings", tG = () => /* @__PURE__ */ b.jsxs(
|
|
42004
|
+
`, AG = "data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1446_32274)'%3e%3cpath%20d='M14.6663%200.916687H3.66634C2.65801%200.916687%201.83301%201.74169%201.83301%202.75002V15.5834H3.66634V2.75002H14.6663V0.916687ZM17.4163%204.58335H7.33301C6.32467%204.58335%205.49967%205.40835%205.49967%206.41669V19.25C5.49967%2020.2584%206.32467%2021.0834%207.33301%2021.0834H17.4163C18.4247%2021.0834%2019.2497%2020.2584%2019.2497%2019.25V6.41669C19.2497%205.40835%2018.4247%204.58335%2017.4163%204.58335ZM17.4163%2019.25H7.33301V6.41669H17.4163V19.25Z'%20fill='%236F7C90'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1446_32274'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", eG = "Custom Connectors", Q4 = "Settings", tG = () => /* @__PURE__ */ b.jsxs(bA, { gap: "24px", marginTop: "28px", paddingRight: "65px", children: [
|
|
42006
42005
|
/* @__PURE__ */ b.jsxs("div", { children: [
|
|
42007
42006
|
/* @__PURE__ */ b.jsx(Sn, { variant: "rounded", width: 100, height: 24, animation: "wave", margin: "12px 0px 10px 0px" }),
|
|
42008
42007
|
/* @__PURE__ */ b.jsx(Sn, { variant: "rounded", height: 40, animation: "wave", margin: "12px 0px 10px 0px" })
|
|
@@ -42223,7 +42222,7 @@ const XY = (A, e) => {
|
|
|
42223
42222
|
}
|
|
42224
42223
|
)
|
|
42225
42224
|
] });
|
|
42226
|
-
}, dG = U(
|
|
42225
|
+
}, dG = U(bA)`
|
|
42227
42226
|
padding: 17px 52px 0 0;
|
|
42228
42227
|
box-sizing: border-box;
|
|
42229
42228
|
display: flex;
|
|
@@ -42375,7 +42374,7 @@ const XY = (A, e) => {
|
|
|
42375
42374
|
padding: 43px 0px 0 35px;
|
|
42376
42375
|
box-sizing: border-box;
|
|
42377
42376
|
width: 100%;
|
|
42378
|
-
`, c4 = U(
|
|
42377
|
+
`, c4 = U(bA)`
|
|
42379
42378
|
align-items: center;
|
|
42380
42379
|
flex-direction: row;
|
|
42381
42380
|
`, yG = U(c4)`
|
|
@@ -42383,12 +42382,12 @@ const XY = (A, e) => {
|
|
|
42383
42382
|
a {
|
|
42384
42383
|
cursor: pointer;
|
|
42385
42384
|
}
|
|
42386
|
-
`, wG = U(
|
|
42385
|
+
`, wG = U(bA)`
|
|
42387
42386
|
align-items: center;
|
|
42388
42387
|
justify-content: space-between;
|
|
42389
42388
|
flex-direction: row;
|
|
42390
42389
|
margin-bottom: 111px;
|
|
42391
|
-
`, xG = U(
|
|
42390
|
+
`, xG = U(bA)`
|
|
42392
42391
|
align-items: center;
|
|
42393
42392
|
justify-content: space-between;
|
|
42394
42393
|
flex-direction: row;
|
|
@@ -42401,7 +42400,7 @@ const XY = (A, e) => {
|
|
|
42401
42400
|
width: 434px;
|
|
42402
42401
|
height: 380px;
|
|
42403
42402
|
background-color: rgba(246, 248, 252, 1);
|
|
42404
|
-
`, TG = U(
|
|
42403
|
+
`, TG = U(bA)`
|
|
42405
42404
|
background-color: #e5eeff;
|
|
42406
42405
|
width: 434px;
|
|
42407
42406
|
justify-content: center;
|
|
@@ -42409,7 +42408,7 @@ const XY = (A, e) => {
|
|
|
42409
42408
|
padding: 28px 93px 0 94px;
|
|
42410
42409
|
box-sizing: border-box;
|
|
42411
42410
|
max-height: 380px;
|
|
42412
|
-
`, PG = U(
|
|
42411
|
+
`, PG = U(bA)`
|
|
42413
42412
|
flex-direction: row;
|
|
42414
42413
|
background-color: #fbb401;
|
|
42415
42414
|
padding: 4px 8px;
|