@hiver/connector-admin 4.11.0-oneClickAuto-beta.8 → 4.11.0-oneClickAuto-beta.10
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/index.es.js
CHANGED
|
@@ -17,7 +17,7 @@ import * as S from "react";
|
|
|
17
17
|
import Be, { useState as $, useRef as Ne, useSyncExternalStore as gb, useLayoutEffect as jc, useEffect as Ie, isValidElement as hi, cloneElement as Dg, createContext as jA, Suspense as nC, useContext as Ve, useMemo as we, useCallback as nt, memo as db, useReducer as rC, Fragment as nc, Component as Uc, forwardRef as Vc } from "react";
|
|
18
18
|
import * as Cb from "react-dom";
|
|
19
19
|
import Jh, { unstable_batchedUpdates as qs, createPortal as Gc, render as Eb, unmountComponentAtNode as fb } from "react-dom";
|
|
20
|
-
import { HiverProvider as AC, styled as T, Stack as H, Box as Ee, Typography as re, Skeleton as ti, theme as
|
|
20
|
+
import { HiverProvider as AC, styled as T, Stack as H, Box as Ee, Typography as re, Skeleton as ti, theme as ce, Icon as ni, CircularProgress as Hr, palette as Gt, Button as it, Tab as rc, Chip as Ss, Alert as pi, icons as Ct, Dialog as Hc, Tooltip as It, IconButton as Gn, brandIcons as Xh, tooltipClasses as Vr, Checkbox as uA, TextField as _s, Autocomplete as Vi, Tabs as oC, Grid as Wc, Switch as iC, DatePicker as Ib, DateTextField as Bb, InputAdornment as hb, ListSubheader as Og, InputBase as Kh, MenuItem as fi, FormControl as aC, Select as sC, Paper as pb, Popper as Qb, ClickAwayListener as mb, Accordion as qh, AccordionSummary as Zh, accordionSummaryClasses as $h, AccordionDetails as ep, Snackbar as tp, Link as np, ScopedCssBaseline as bb, DialogCloseButton as vb, MenuSearch as yb, MenuScrollable as xb, RadioGroup as wb, FormControlLabel as Tb, Radio as Sb } from "@hiver/hiver-ui-kit";
|
|
21
21
|
var $e = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
22
22
|
function zc(e) {
|
|
23
23
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -88,16 +88,16 @@ function Db() {
|
|
|
88
88
|
var h = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
89
89
|
function I(w) {
|
|
90
90
|
{
|
|
91
|
-
for (var Y = arguments.length,
|
|
92
|
-
|
|
93
|
-
p("error", w,
|
|
91
|
+
for (var Y = arguments.length, se = new Array(Y > 1 ? Y - 1 : 0), Qe = 1; Qe < Y; Qe++)
|
|
92
|
+
se[Qe - 1] = arguments[Qe];
|
|
93
|
+
p("error", w, se);
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
function p(w, Y,
|
|
96
|
+
function p(w, Y, se) {
|
|
97
97
|
{
|
|
98
98
|
var Qe = h.ReactDebugCurrentFrame, fe = Qe.getStackAddendum();
|
|
99
|
-
fe !== "" && (Y += "%s",
|
|
100
|
-
var Te =
|
|
99
|
+
fe !== "" && (Y += "%s", se = se.concat([fe]));
|
|
100
|
+
var Te = se.map(function(pe) {
|
|
101
101
|
return String(pe);
|
|
102
102
|
});
|
|
103
103
|
Te.unshift("Warning: " + Y), Function.prototype.apply.call(console[w], console, Te);
|
|
@@ -112,12 +112,12 @@ function Db() {
|
|
|
112
112
|
// with.
|
|
113
113
|
w.$$typeof === x || w.getModuleId !== void 0));
|
|
114
114
|
}
|
|
115
|
-
function _(w, Y,
|
|
115
|
+
function _(w, Y, se) {
|
|
116
116
|
var Qe = w.displayName;
|
|
117
117
|
if (Qe)
|
|
118
118
|
return Qe;
|
|
119
119
|
var fe = Y.displayName || Y.name || "";
|
|
120
|
-
return fe !== "" ?
|
|
120
|
+
return fe !== "" ? se + "(" + fe + ")" : se;
|
|
121
121
|
}
|
|
122
122
|
function L(w) {
|
|
123
123
|
return w.displayName || "Context";
|
|
@@ -149,8 +149,8 @@ function Db() {
|
|
|
149
149
|
var Y = w;
|
|
150
150
|
return L(Y) + ".Consumer";
|
|
151
151
|
case i:
|
|
152
|
-
var
|
|
153
|
-
return L(
|
|
152
|
+
var se = w;
|
|
153
|
+
return L(se._context) + ".Provider";
|
|
154
154
|
case s:
|
|
155
155
|
return _(w, w.render, "ForwardRef");
|
|
156
156
|
case g:
|
|
@@ -230,7 +230,7 @@ function Db() {
|
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
var oe = h.ReactCurrentDispatcher, Z;
|
|
233
|
-
function de(w, Y,
|
|
233
|
+
function de(w, Y, se) {
|
|
234
234
|
{
|
|
235
235
|
if (Z === void 0)
|
|
236
236
|
try {
|
|
@@ -252,9 +252,9 @@ function Db() {
|
|
|
252
252
|
if (!w || ee)
|
|
253
253
|
return "";
|
|
254
254
|
{
|
|
255
|
-
var
|
|
256
|
-
if (
|
|
257
|
-
return
|
|
255
|
+
var se = ue.get(w);
|
|
256
|
+
if (se !== void 0)
|
|
257
|
+
return se;
|
|
258
258
|
}
|
|
259
259
|
var Qe;
|
|
260
260
|
ee = !0;
|
|
@@ -319,14 +319,14 @@ function Db() {
|
|
|
319
319
|
var Pt = w ? w.displayName || w.name : "", pt = Pt ? de(Pt) : "";
|
|
320
320
|
return typeof w == "function" && ue.set(w, pt), pt;
|
|
321
321
|
}
|
|
322
|
-
function Xe(w, Y,
|
|
322
|
+
function Xe(w, Y, se) {
|
|
323
323
|
return z(w, !1);
|
|
324
324
|
}
|
|
325
325
|
function Oe(w) {
|
|
326
326
|
var Y = w.prototype;
|
|
327
327
|
return !!(Y && Y.isReactComponent);
|
|
328
328
|
}
|
|
329
|
-
function at(w, Y,
|
|
329
|
+
function at(w, Y, se) {
|
|
330
330
|
if (w == null)
|
|
331
331
|
return "";
|
|
332
332
|
if (typeof w == "function")
|
|
@@ -344,11 +344,11 @@ function Db() {
|
|
|
344
344
|
case s:
|
|
345
345
|
return Xe(w.render);
|
|
346
346
|
case g:
|
|
347
|
-
return at(w.type, Y,
|
|
347
|
+
return at(w.type, Y, se);
|
|
348
348
|
case E: {
|
|
349
349
|
var Qe = w, fe = Qe._payload, Te = Qe._init;
|
|
350
350
|
try {
|
|
351
|
-
return at(Te(fe), Y,
|
|
351
|
+
return at(Te(fe), Y, se);
|
|
352
352
|
} catch {
|
|
353
353
|
}
|
|
354
354
|
}
|
|
@@ -358,12 +358,12 @@ function Db() {
|
|
|
358
358
|
var Ft = Object.prototype.hasOwnProperty, mn = {}, Ht = h.ReactDebugCurrentFrame;
|
|
359
359
|
function on(w) {
|
|
360
360
|
if (w) {
|
|
361
|
-
var Y = w._owner,
|
|
362
|
-
Ht.setExtraStackFrame(
|
|
361
|
+
var Y = w._owner, se = at(w.type, w._source, Y ? Y.type : null);
|
|
362
|
+
Ht.setExtraStackFrame(se);
|
|
363
363
|
} else
|
|
364
364
|
Ht.setExtraStackFrame(null);
|
|
365
365
|
}
|
|
366
|
-
function xt(w, Y,
|
|
366
|
+
function xt(w, Y, se, Qe, fe) {
|
|
367
367
|
{
|
|
368
368
|
var Te = Function.call.bind(Ft);
|
|
369
369
|
for (var pe in w)
|
|
@@ -371,14 +371,14 @@ function Db() {
|
|
|
371
371
|
var he = void 0;
|
|
372
372
|
try {
|
|
373
373
|
if (typeof w[pe] != "function") {
|
|
374
|
-
var Ke = Error((Qe || "React class") + ": " +
|
|
374
|
+
var Ke = Error((Qe || "React class") + ": " + se + " type `" + pe + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof w[pe] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
375
375
|
throw Ke.name = "Invariant Violation", Ke;
|
|
376
376
|
}
|
|
377
|
-
he = w[pe](Y, pe, Qe,
|
|
377
|
+
he = w[pe](Y, pe, Qe, se, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
378
378
|
} catch (Ge) {
|
|
379
379
|
he = Ge;
|
|
380
380
|
}
|
|
381
|
-
he && !(he instanceof Error) && (on(fe), I("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Qe || "React class",
|
|
381
|
+
he && !(he instanceof Error) && (on(fe), I("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", Qe || "React class", se, pe, typeof he), on(null)), he instanceof Error && !(he.message in mn) && (mn[he.message] = !0, on(fe), I("Failed %s type: %s", se, he.message), on(null));
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
}
|
|
@@ -388,8 +388,8 @@ function Db() {
|
|
|
388
388
|
}
|
|
389
389
|
function VA(w) {
|
|
390
390
|
{
|
|
391
|
-
var Y = typeof Symbol == "function" && Symbol.toStringTag,
|
|
392
|
-
return
|
|
391
|
+
var Y = typeof Symbol == "function" && Symbol.toStringTag, se = Y && w[Symbol.toStringTag] || w.constructor.name || "Object";
|
|
392
|
+
return se;
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
function GA(w) {
|
|
@@ -431,40 +431,40 @@ function Db() {
|
|
|
431
431
|
}
|
|
432
432
|
function WA(w, Y) {
|
|
433
433
|
if (typeof w.ref == "string" && ln.current && Y && ln.current.stateNode !== Y) {
|
|
434
|
-
var
|
|
435
|
-
zt[
|
|
434
|
+
var se = V(ln.current.type);
|
|
435
|
+
zt[se] || (I('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', V(ln.current.type), w.ref), zt[se] = !0);
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
438
|
function Pn(w, Y) {
|
|
439
439
|
{
|
|
440
|
-
var
|
|
440
|
+
var se = function() {
|
|
441
441
|
Fn || (Fn = !0, I("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", Y));
|
|
442
442
|
};
|
|
443
|
-
|
|
444
|
-
get:
|
|
443
|
+
se.isReactWarning = !0, Object.defineProperty(w, "key", {
|
|
444
|
+
get: se,
|
|
445
445
|
configurable: !0
|
|
446
446
|
});
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
function xA(w, Y) {
|
|
450
450
|
{
|
|
451
|
-
var
|
|
451
|
+
var se = function() {
|
|
452
452
|
Nn || (Nn = !0, I("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", Y));
|
|
453
453
|
};
|
|
454
|
-
|
|
455
|
-
get:
|
|
454
|
+
se.isReactWarning = !0, Object.defineProperty(w, "ref", {
|
|
455
|
+
get: se,
|
|
456
456
|
configurable: !0
|
|
457
457
|
});
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
|
-
var Fe = function(w, Y,
|
|
460
|
+
var Fe = function(w, Y, se, Qe, fe, Te, pe) {
|
|
461
461
|
var he = {
|
|
462
462
|
// This tag allows us to uniquely identify this as a React Element
|
|
463
463
|
$$typeof: t,
|
|
464
464
|
// Built-in properties that belong on the element
|
|
465
465
|
type: w,
|
|
466
466
|
key: Y,
|
|
467
|
-
ref:
|
|
467
|
+
ref: se,
|
|
468
468
|
props: pe,
|
|
469
469
|
// Record the component responsible for creating this element.
|
|
470
470
|
_owner: Te
|
|
@@ -486,10 +486,10 @@ function Db() {
|
|
|
486
486
|
value: fe
|
|
487
487
|
}), Object.freeze && (Object.freeze(he.props), Object.freeze(he)), he;
|
|
488
488
|
};
|
|
489
|
-
function Dr(w, Y,
|
|
489
|
+
function Dr(w, Y, se, Qe, fe) {
|
|
490
490
|
{
|
|
491
491
|
var Te, pe = {}, he = null, Ke = null;
|
|
492
|
-
|
|
492
|
+
se !== void 0 && (Kn(se), he = "" + se), qr(Y) && (Kn(Y.key), he = "" + Y.key), yA(Y) && (Ke = Y.ref, WA(Y, fe));
|
|
493
493
|
for (Te in Y)
|
|
494
494
|
Ft.call(Y, Te) && !lr.hasOwnProperty(Te) && (pe[Te] = Y[Te]);
|
|
495
495
|
if (w && w.defaultProps) {
|
|
@@ -507,8 +507,8 @@ function Db() {
|
|
|
507
507
|
var br = h.ReactCurrentOwner, Yt = h.ReactDebugCurrentFrame;
|
|
508
508
|
function Bt(w) {
|
|
509
509
|
if (w) {
|
|
510
|
-
var Y = w._owner,
|
|
511
|
-
Yt.setExtraStackFrame(
|
|
510
|
+
var Y = w._owner, se = at(w.type, w._source, Y ? Y.type : null);
|
|
511
|
+
Yt.setExtraStackFrame(se);
|
|
512
512
|
} else
|
|
513
513
|
Yt.setExtraStackFrame(null);
|
|
514
514
|
}
|
|
@@ -537,10 +537,10 @@ Check the render method of \`` + w + "`.";
|
|
|
537
537
|
{
|
|
538
538
|
var Y = Xt();
|
|
539
539
|
if (!Y) {
|
|
540
|
-
var
|
|
541
|
-
|
|
540
|
+
var se = typeof w == "string" ? w : w.displayName || w.name;
|
|
541
|
+
se && (Y = `
|
|
542
542
|
|
|
543
|
-
Check the top-level render call using <` +
|
|
543
|
+
Check the top-level render call using <` + se + ">.");
|
|
544
544
|
}
|
|
545
545
|
return Y;
|
|
546
546
|
}
|
|
@@ -550,12 +550,12 @@ Check the top-level render call using <` + le + ">.");
|
|
|
550
550
|
if (!w._store || w._store.validated || w.key != null)
|
|
551
551
|
return;
|
|
552
552
|
w._store.validated = !0;
|
|
553
|
-
var
|
|
554
|
-
if (an[
|
|
553
|
+
var se = cn(Y);
|
|
554
|
+
if (an[se])
|
|
555
555
|
return;
|
|
556
|
-
an[
|
|
556
|
+
an[se] = !0;
|
|
557
557
|
var Qe = "";
|
|
558
|
-
w && w._owner && w._owner !== br.current && (Qe = " It was passed a child from " + V(w._owner.type) + "."), Bt(w), I('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',
|
|
558
|
+
w && w._owner && w._owner !== br.current && (Qe = " It was passed a child from " + V(w._owner.type) + "."), Bt(w), I('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', se, Qe), Bt(null);
|
|
559
559
|
}
|
|
560
560
|
}
|
|
561
561
|
function qn(w, Y) {
|
|
@@ -563,8 +563,8 @@ Check the top-level render call using <` + le + ">.");
|
|
|
563
563
|
if (typeof w != "object")
|
|
564
564
|
return;
|
|
565
565
|
if (Ln(w))
|
|
566
|
-
for (var
|
|
567
|
-
var Qe = w[
|
|
566
|
+
for (var se = 0; se < w.length; se++) {
|
|
567
|
+
var Qe = w[se];
|
|
568
568
|
Jt(Qe) && bn(Qe, Y);
|
|
569
569
|
}
|
|
570
570
|
else if (Jt(w))
|
|
@@ -582,18 +582,18 @@ Check the top-level render call using <` + le + ">.");
|
|
|
582
582
|
var Y = w.type;
|
|
583
583
|
if (Y == null || typeof Y == "string")
|
|
584
584
|
return;
|
|
585
|
-
var
|
|
585
|
+
var se;
|
|
586
586
|
if (typeof Y == "function")
|
|
587
|
-
|
|
587
|
+
se = Y.propTypes;
|
|
588
588
|
else if (typeof Y == "object" && (Y.$$typeof === s || // Note: Memo only checks outer props here.
|
|
589
589
|
// Inner props are checked in the reconciler.
|
|
590
590
|
Y.$$typeof === g))
|
|
591
|
-
|
|
591
|
+
se = Y.propTypes;
|
|
592
592
|
else
|
|
593
593
|
return;
|
|
594
|
-
if (
|
|
594
|
+
if (se) {
|
|
595
595
|
var Qe = V(Y);
|
|
596
|
-
xt(
|
|
596
|
+
xt(se, w.props, "prop", Qe, w);
|
|
597
597
|
} else if (Y.PropTypes !== void 0 && !Nt) {
|
|
598
598
|
Nt = !0;
|
|
599
599
|
var fe = V(Y);
|
|
@@ -604,8 +604,8 @@ Check the top-level render call using <` + le + ">.");
|
|
|
604
604
|
}
|
|
605
605
|
function Wt(w) {
|
|
606
606
|
{
|
|
607
|
-
for (var Y = Object.keys(w.props),
|
|
608
|
-
var Qe = Y[
|
|
607
|
+
for (var Y = Object.keys(w.props), se = 0; se < Y.length; se++) {
|
|
608
|
+
var Qe = Y[se];
|
|
609
609
|
if (Qe !== "children" && Qe !== "key") {
|
|
610
610
|
Bt(w), I("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Qe), Bt(null);
|
|
611
611
|
break;
|
|
@@ -615,7 +615,7 @@ Check the top-level render call using <` + le + ">.");
|
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
var cr = {};
|
|
618
|
-
function ur(w, Y,
|
|
618
|
+
function ur(w, Y, se, Qe, fe, Te) {
|
|
619
619
|
{
|
|
620
620
|
var pe = j(w);
|
|
621
621
|
if (!pe) {
|
|
@@ -626,7 +626,7 @@ Check the top-level render call using <` + le + ">.");
|
|
|
626
626
|
var Ge;
|
|
627
627
|
w === null ? Ge = "null" : Ln(w) ? Ge = "array" : w !== void 0 && w.$$typeof === t ? (Ge = "<" + (V(w.type) || "Unknown") + " />", he = " Did you accidentally export a JSX literal instead of a component?") : Ge = typeof w, I("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ge, he);
|
|
628
628
|
}
|
|
629
|
-
var qe = Dr(w, Y,
|
|
629
|
+
var qe = Dr(w, Y, se, fe, Te);
|
|
630
630
|
if (qe == null)
|
|
631
631
|
return qe;
|
|
632
632
|
if (pe) {
|
|
@@ -659,11 +659,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
659
659
|
return w === r ? Wt(qe) : un(qe), qe;
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
|
-
function kn(w, Y,
|
|
663
|
-
return ur(w, Y,
|
|
662
|
+
function kn(w, Y, se) {
|
|
663
|
+
return ur(w, Y, se, !0);
|
|
664
664
|
}
|
|
665
|
-
function F(w, Y,
|
|
666
|
-
return ur(w, Y,
|
|
665
|
+
function F(w, Y, se) {
|
|
666
|
+
return ur(w, Y, se, !1);
|
|
667
667
|
}
|
|
668
668
|
var G = F, K = kn;
|
|
669
669
|
ya.Fragment = r, ya.jsx = G, ya.jsxs = K;
|
|
@@ -9750,7 +9750,7 @@ function $4(e) {
|
|
|
9750
9750
|
historyAction: G
|
|
9751
9751
|
});
|
|
9752
9752
|
if (Y && w != null) {
|
|
9753
|
-
let
|
|
9753
|
+
let se = new Promise((Qe) => {
|
|
9754
9754
|
ue = Qe;
|
|
9755
9755
|
});
|
|
9756
9756
|
e.history.go(w * -1), Bt(Y, {
|
|
@@ -9762,7 +9762,7 @@ function $4(e) {
|
|
|
9762
9762
|
proceed: void 0,
|
|
9763
9763
|
reset: void 0,
|
|
9764
9764
|
location: K
|
|
9765
|
-
}),
|
|
9765
|
+
}), se.then(() => e.history.go(w));
|
|
9766
9766
|
},
|
|
9767
9767
|
reset() {
|
|
9768
9768
|
let Qe = new Map(b.blockers);
|
|
@@ -9792,8 +9792,8 @@ function $4(e) {
|
|
|
9792
9792
|
function Oe(F, G) {
|
|
9793
9793
|
G === void 0 && (G = {}), b = Kt({}, b, F);
|
|
9794
9794
|
let K = [], w = [];
|
|
9795
|
-
g.v7_fetcherPersist && b.fetchers.forEach((Y,
|
|
9796
|
-
Y.state === "idle" && (oe.has(
|
|
9795
|
+
g.v7_fetcherPersist && b.fetchers.forEach((Y, se) => {
|
|
9796
|
+
Y.state === "idle" && (oe.has(se) ? w.push(se) : K.push(se));
|
|
9797
9797
|
}), [...B].forEach((Y) => Y(b, {
|
|
9798
9798
|
deletedFetchers: w,
|
|
9799
9799
|
unstable_viewTransitionOpts: G.viewTransitionOpts,
|
|
@@ -9803,7 +9803,7 @@ function $4(e) {
|
|
|
9803
9803
|
function at(F, G, K) {
|
|
9804
9804
|
var w, Y;
|
|
9805
9805
|
let {
|
|
9806
|
-
flushSync:
|
|
9806
|
+
flushSync: se
|
|
9807
9807
|
} = K === void 0 ? {} : K, Qe = b.actionData != null && b.navigation.formMethod != null && Pr(b.navigation.formMethod) && b.navigation.state === "loading" && ((w = F.state) == null ? void 0 : w._isRedirect) !== !0, fe;
|
|
9808
9808
|
G.actionData ? Object.keys(G.actionData).length > 0 ? fe = G.actionData : fe = null : Qe ? fe = b.actionData : fe = null;
|
|
9809
9809
|
let Te = G.loaderData ? sI(b.loaderData, G.loaderData, G.matches || [], G.errors) : b.loaderData, pe = b.blockers;
|
|
@@ -9840,7 +9840,7 @@ function $4(e) {
|
|
|
9840
9840
|
blockers: pe
|
|
9841
9841
|
}), {
|
|
9842
9842
|
viewTransitionOpts: Ke,
|
|
9843
|
-
flushSync:
|
|
9843
|
+
flushSync: se === !0
|
|
9844
9844
|
}), x = dn.Pop, j = !1, L = !1, X = !1, Ae = !1, ge = [];
|
|
9845
9845
|
}
|
|
9846
9846
|
async function Ft(F, G) {
|
|
@@ -9851,7 +9851,7 @@ function $4(e) {
|
|
|
9851
9851
|
let K = fd(b.location, b.matches, s, g.v7_prependBasename, F, g.v7_relativeSplatPath, G == null ? void 0 : G.fromRouteId, G == null ? void 0 : G.relative), {
|
|
9852
9852
|
path: w,
|
|
9853
9853
|
submission: Y,
|
|
9854
|
-
error:
|
|
9854
|
+
error: se
|
|
9855
9855
|
} = nI(g.v7_normalizeFormMethod, !1, K, G), Qe = b.location, fe = Cs(b.location, w, G && G.state);
|
|
9856
9856
|
fe = Kt({}, fe, e.history.encodeLocation(fe));
|
|
9857
9857
|
let Te = G && G.replace != null ? G.replace : void 0, pe = dn.Push;
|
|
@@ -9886,7 +9886,7 @@ function $4(e) {
|
|
|
9886
9886
|
submission: Y,
|
|
9887
9887
|
// Send through the formData serialization error if we have one so we can
|
|
9888
9888
|
// render at the right error boundary after we match routes
|
|
9889
|
-
pendingError:
|
|
9889
|
+
pendingError: se,
|
|
9890
9890
|
preventScrollReset: he,
|
|
9891
9891
|
replace: G && G.replace,
|
|
9892
9892
|
enableViewTransition: G && G.unstable_viewTransition,
|
|
@@ -9912,8 +9912,8 @@ function $4(e) {
|
|
|
9912
9912
|
}
|
|
9913
9913
|
async function Ht(F, G, K) {
|
|
9914
9914
|
_ && _.abort(), _ = null, x = F, X = (K && K.startUninterruptedRevalidation) === !0, bn(b.location, b.matches), j = (K && K.preventScrollReset) === !0, L = (K && K.enableViewTransition) === !0;
|
|
9915
|
-
let w = a || i, Y = K && K.overrideNavigation,
|
|
9916
|
-
if (fe.active && fe.matches && (
|
|
9915
|
+
let w = a || i, Y = K && K.overrideNavigation, se = So(w, G, s), Qe = (K && K.flushSync) === !0, fe = un(se, w, G.pathname);
|
|
9916
|
+
if (fe.active && fe.matches && (se = fe.matches), !se) {
|
|
9917
9917
|
let {
|
|
9918
9918
|
error: Ze,
|
|
9919
9919
|
notFoundMatches: Pt,
|
|
@@ -9932,7 +9932,7 @@ function $4(e) {
|
|
|
9932
9932
|
}
|
|
9933
9933
|
if (b.initialized && !Ae && uT(b.location, G) && !(K && K.submission && Pr(K.submission.formMethod))) {
|
|
9934
9934
|
at(G, {
|
|
9935
|
-
matches:
|
|
9935
|
+
matches: se
|
|
9936
9936
|
}, {
|
|
9937
9937
|
flushSync: Qe
|
|
9938
9938
|
});
|
|
@@ -9941,12 +9941,12 @@ function $4(e) {
|
|
|
9941
9941
|
_ = new AbortController();
|
|
9942
9942
|
let Te = si(e.history, G, _.signal, K && K.submission), pe;
|
|
9943
9943
|
if (K && K.pendingError)
|
|
9944
|
-
pe = [Ii(
|
|
9944
|
+
pe = [Ii(se).route.id, {
|
|
9945
9945
|
type: kt.error,
|
|
9946
9946
|
error: K.pendingError
|
|
9947
9947
|
}];
|
|
9948
9948
|
else if (K && K.submission && Pr(K.submission.formMethod)) {
|
|
9949
|
-
let Ze = await on(Te, G, K.submission,
|
|
9949
|
+
let Ze = await on(Te, G, K.submission, se, fe.active, {
|
|
9950
9950
|
replace: K.replace,
|
|
9951
9951
|
flushSync: Qe
|
|
9952
9952
|
});
|
|
@@ -9965,28 +9965,28 @@ function $4(e) {
|
|
|
9965
9965
|
return;
|
|
9966
9966
|
}
|
|
9967
9967
|
}
|
|
9968
|
-
|
|
9968
|
+
se = Ze.matches || se, pe = Ze.pendingActionResult, Y = $u(G, K.submission), Qe = !1, fe.active = !1, Te = si(e.history, Te.url, Te.signal);
|
|
9969
9969
|
}
|
|
9970
9970
|
let {
|
|
9971
9971
|
shortCircuited: he,
|
|
9972
9972
|
matches: Ke,
|
|
9973
9973
|
loaderData: Ge,
|
|
9974
9974
|
errors: qe
|
|
9975
|
-
} = await xt(Te, G,
|
|
9975
|
+
} = await xt(Te, G, se, fe.active, Y, K && K.submission, K && K.fetcherSubmission, K && K.replace, K && K.initialHydration === !0, Qe, pe);
|
|
9976
9976
|
he || (_ = null, at(G, Kt({
|
|
9977
|
-
matches: Ke ||
|
|
9977
|
+
matches: Ke || se
|
|
9978
9978
|
}, lI(pe), {
|
|
9979
9979
|
loaderData: Ge,
|
|
9980
9980
|
errors: qe
|
|
9981
9981
|
})));
|
|
9982
9982
|
}
|
|
9983
|
-
async function on(F, G, K, w, Y,
|
|
9984
|
-
|
|
9983
|
+
async function on(F, G, K, w, Y, se) {
|
|
9984
|
+
se === void 0 && (se = {}), Fn();
|
|
9985
9985
|
let Qe = BT(G, K);
|
|
9986
9986
|
if (Oe({
|
|
9987
9987
|
navigation: Qe
|
|
9988
9988
|
}, {
|
|
9989
|
-
flushSync:
|
|
9989
|
+
flushSync: se.flushSync === !0
|
|
9990
9990
|
}), Y) {
|
|
9991
9991
|
let pe = await Wt(w, G.pathname, F.signal);
|
|
9992
9992
|
if (pe.type === "aborted")
|
|
@@ -10038,7 +10038,7 @@ function $4(e) {
|
|
|
10038
10038
|
};
|
|
10039
10039
|
if (Oo(fe)) {
|
|
10040
10040
|
let pe;
|
|
10041
|
-
return
|
|
10041
|
+
return se && se.replace != null ? pe = se.replace : pe = oI(fe.response.headers.get("Location"), new URL(F.url), s) === b.location.pathname + b.location.search, await Kn(F, fe, !0, {
|
|
10042
10042
|
submission: K,
|
|
10043
10043
|
replace: pe
|
|
10044
10044
|
}), {
|
|
@@ -10051,7 +10051,7 @@ function $4(e) {
|
|
|
10051
10051
|
});
|
|
10052
10052
|
if (gr(fe)) {
|
|
10053
10053
|
let pe = Ii(w, Te.route.id);
|
|
10054
|
-
return (
|
|
10054
|
+
return (se && se.replace) !== !0 && (x = dn.Push), {
|
|
10055
10055
|
matches: w,
|
|
10056
10056
|
pendingActionResult: [pe.route.id, fe]
|
|
10057
10057
|
};
|
|
@@ -10061,8 +10061,8 @@ function $4(e) {
|
|
|
10061
10061
|
pendingActionResult: [Te.route.id, fe]
|
|
10062
10062
|
};
|
|
10063
10063
|
}
|
|
10064
|
-
async function xt(F, G, K, w, Y,
|
|
10065
|
-
let Ke = Y || $u(G,
|
|
10064
|
+
async function xt(F, G, K, w, Y, se, Qe, fe, Te, pe, he) {
|
|
10065
|
+
let Ke = Y || $u(G, se), Ge = se || Qe || gI(Ke), qe = !X && (!g.v7_partialHydration || !Te);
|
|
10066
10066
|
if (w) {
|
|
10067
10067
|
if (qe) {
|
|
10068
10068
|
let ne = On(he);
|
|
@@ -10082,13 +10082,13 @@ function $4(e) {
|
|
|
10082
10082
|
if (W.type === "error") {
|
|
10083
10083
|
let {
|
|
10084
10084
|
boundaryId: ne,
|
|
10085
|
-
error:
|
|
10085
|
+
error: le
|
|
10086
10086
|
} = Xt(G.pathname, W);
|
|
10087
10087
|
return {
|
|
10088
10088
|
matches: W.partialMatches,
|
|
10089
10089
|
loaderData: {},
|
|
10090
10090
|
errors: {
|
|
10091
|
-
[ne]:
|
|
10091
|
+
[ne]: le
|
|
10092
10092
|
}
|
|
10093
10093
|
};
|
|
10094
10094
|
} else if (W.matches)
|
|
@@ -10096,11 +10096,11 @@ function $4(e) {
|
|
|
10096
10096
|
else {
|
|
10097
10097
|
let {
|
|
10098
10098
|
error: ne,
|
|
10099
|
-
notFoundMatches:
|
|
10099
|
+
notFoundMatches: le,
|
|
10100
10100
|
route: Ce
|
|
10101
10101
|
} = Jt(G.pathname);
|
|
10102
10102
|
return {
|
|
10103
|
-
matches:
|
|
10103
|
+
matches: le,
|
|
10104
10104
|
loaderData: {},
|
|
10105
10105
|
errors: {
|
|
10106
10106
|
[Ce.id]: ne
|
|
@@ -10169,16 +10169,16 @@ function $4(e) {
|
|
|
10169
10169
|
errors: yr
|
|
10170
10170
|
} = aI(b, K, Pt, Mn, he, pt, Zr, Z);
|
|
10171
10171
|
Z.forEach((W, ne) => {
|
|
10172
|
-
W.subscribe((
|
|
10173
|
-
(
|
|
10172
|
+
W.subscribe((le) => {
|
|
10173
|
+
(le || W.done) && Z.delete(ne);
|
|
10174
10174
|
});
|
|
10175
10175
|
}), g.v7_partialHydration && Te && b.errors && Object.entries(b.errors).filter((W) => {
|
|
10176
10176
|
let [ne] = W;
|
|
10177
|
-
return !Pt.some((
|
|
10177
|
+
return !Pt.some((le) => le.route.id === ne);
|
|
10178
10178
|
}).forEach((W) => {
|
|
10179
|
-
let [ne,
|
|
10179
|
+
let [ne, le] = W;
|
|
10180
10180
|
yr = Object.assign(yr || {}, {
|
|
10181
|
-
[ne]:
|
|
10181
|
+
[ne]: le
|
|
10182
10182
|
});
|
|
10183
10183
|
});
|
|
10184
10184
|
let ie = Fe(), N = Dr(O), te = ie || N || pt.length > 0;
|
|
@@ -10208,7 +10208,7 @@ function $4(e) {
|
|
|
10208
10208
|
if (r)
|
|
10209
10209
|
throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");
|
|
10210
10210
|
q.has(F) && Pn(F);
|
|
10211
|
-
let Y = (w && w.unstable_flushSync) === !0,
|
|
10211
|
+
let Y = (w && w.unstable_flushSync) === !0, se = a || i, Qe = fd(b.location, b.matches, s, g.v7_prependBasename, K, g.v7_relativeSplatPath, G, w == null ? void 0 : w.relative), fe = So(se, Qe, s), Te = un(fe, se, Qe);
|
|
10212
10212
|
if (Te.active && Te.matches && (fe = Te.matches), !fe) {
|
|
10213
10213
|
zt(F, G, Yn(404, {
|
|
10214
10214
|
pathname: Qe
|
|
@@ -10238,7 +10238,7 @@ function $4(e) {
|
|
|
10238
10238
|
path: pe
|
|
10239
10239
|
}), HA(F, G, pe, Ge, fe, Te.active, Y, he);
|
|
10240
10240
|
}
|
|
10241
|
-
async function GA(F, G, K, w, Y,
|
|
10241
|
+
async function GA(F, G, K, w, Y, se, Qe, fe) {
|
|
10242
10242
|
Fn(), U.delete(F);
|
|
10243
10243
|
function Te(Ce) {
|
|
10244
10244
|
if (!Ce.route.action && !Ce.route.lazy) {
|
|
@@ -10253,14 +10253,14 @@ function $4(e) {
|
|
|
10253
10253
|
}
|
|
10254
10254
|
return !1;
|
|
10255
10255
|
}
|
|
10256
|
-
if (!
|
|
10256
|
+
if (!se && Te(w))
|
|
10257
10257
|
return;
|
|
10258
10258
|
let pe = b.fetchers.get(F);
|
|
10259
10259
|
Nn(F, hT(fe, pe), {
|
|
10260
10260
|
flushSync: Qe
|
|
10261
10261
|
});
|
|
10262
10262
|
let he = new AbortController(), Ke = si(e.history, K, he.signal, fe);
|
|
10263
|
-
if (
|
|
10263
|
+
if (se) {
|
|
10264
10264
|
let Ce = await Wt(Y, K, Ke.signal);
|
|
10265
10265
|
if (Ce.type === "aborted")
|
|
10266
10266
|
return;
|
|
@@ -10342,7 +10342,7 @@ function $4(e) {
|
|
|
10342
10342
|
return k.add(W.key), Kn(pt, W.result, !1);
|
|
10343
10343
|
let {
|
|
10344
10344
|
loaderData: ne,
|
|
10345
|
-
errors:
|
|
10345
|
+
errors: le
|
|
10346
10346
|
} = aI(b, Mn, oi, N, void 0, yr, te, Z);
|
|
10347
10347
|
if (b.fetchers.has(F)) {
|
|
10348
10348
|
let Ce = KA(Ze.data);
|
|
@@ -10351,21 +10351,21 @@ function $4(e) {
|
|
|
10351
10351
|
Dr(Zr), b.navigation.state === "loading" && Zr > O ? (We(x, "Expected pending action"), _ && _.abort(), at(b.navigation.location, {
|
|
10352
10352
|
matches: Mn,
|
|
10353
10353
|
loaderData: ne,
|
|
10354
|
-
errors:
|
|
10354
|
+
errors: le,
|
|
10355
10355
|
fetchers: new Map(b.fetchers)
|
|
10356
10356
|
})) : (Oe({
|
|
10357
|
-
errors:
|
|
10358
|
-
loaderData: sI(b.loaderData, ne, Mn,
|
|
10357
|
+
errors: le,
|
|
10358
|
+
loaderData: sI(b.loaderData, ne, Mn, le),
|
|
10359
10359
|
fetchers: new Map(b.fetchers)
|
|
10360
10360
|
}), Ae = !1);
|
|
10361
10361
|
}
|
|
10362
|
-
async function HA(F, G, K, w, Y,
|
|
10362
|
+
async function HA(F, G, K, w, Y, se, Qe, fe) {
|
|
10363
10363
|
let Te = b.fetchers.get(F);
|
|
10364
10364
|
Nn(F, Ra(fe, Te ? Te.data : void 0), {
|
|
10365
10365
|
flushSync: Qe
|
|
10366
10366
|
});
|
|
10367
10367
|
let pe = new AbortController(), he = si(e.history, K, pe.signal);
|
|
10368
|
-
if (
|
|
10368
|
+
if (se) {
|
|
10369
10369
|
let Ze = await Wt(Y, K, he.signal);
|
|
10370
10370
|
if (Ze.type === "aborted")
|
|
10371
10371
|
return;
|
|
@@ -10413,7 +10413,7 @@ function $4(e) {
|
|
|
10413
10413
|
async function Kn(F, G, K, w) {
|
|
10414
10414
|
let {
|
|
10415
10415
|
submission: Y,
|
|
10416
|
-
fetcherSubmission:
|
|
10416
|
+
fetcherSubmission: se,
|
|
10417
10417
|
replace: Qe
|
|
10418
10418
|
} = w === void 0 ? {} : w;
|
|
10419
10419
|
G.response.headers.has("X-Remix-Revalidate") && (Ae = !0);
|
|
@@ -10443,8 +10443,8 @@ function $4(e) {
|
|
|
10443
10443
|
formAction: Ke,
|
|
10444
10444
|
formEncType: Ge
|
|
10445
10445
|
} = b.navigation;
|
|
10446
|
-
!Y && !
|
|
10447
|
-
let qe = Y ||
|
|
10446
|
+
!Y && !se && he && Ke && Ge && (Y = gI(b.navigation));
|
|
10447
|
+
let qe = Y || se;
|
|
10448
10448
|
if (K4.has(G.response.status) && qe && Pr(qe.formMethod))
|
|
10449
10449
|
await Ht(pe, Te, {
|
|
10450
10450
|
submission: Kt({}, qe, {
|
|
@@ -10459,17 +10459,17 @@ function $4(e) {
|
|
|
10459
10459
|
await Ht(pe, Te, {
|
|
10460
10460
|
overrideNavigation: Ze,
|
|
10461
10461
|
// Send fetcher submissions through for shouldRevalidate
|
|
10462
|
-
fetcherSubmission:
|
|
10462
|
+
fetcherSubmission: se,
|
|
10463
10463
|
// Preserve these flags across redirects
|
|
10464
10464
|
preventScrollReset: j,
|
|
10465
10465
|
enableViewTransition: K ? L : void 0
|
|
10466
10466
|
});
|
|
10467
10467
|
}
|
|
10468
10468
|
}
|
|
10469
|
-
async function ln(F, G, K, w, Y,
|
|
10469
|
+
async function ln(F, G, K, w, Y, se) {
|
|
10470
10470
|
let Qe, fe = {};
|
|
10471
10471
|
try {
|
|
10472
|
-
Qe = await iT(l, F, G, K, w, Y,
|
|
10472
|
+
Qe = await iT(l, F, G, K, w, Y, se, o, A);
|
|
10473
10473
|
} catch (Te) {
|
|
10474
10474
|
return w.forEach((pe) => {
|
|
10475
10475
|
fe[pe.route.id] = {
|
|
@@ -10490,7 +10490,7 @@ function $4(e) {
|
|
|
10490
10490
|
return fe;
|
|
10491
10491
|
}
|
|
10492
10492
|
async function lr(F, G, K, w, Y) {
|
|
10493
|
-
let
|
|
10493
|
+
let se = F.matches, Qe = ln("loader", F, Y, K, G, null), fe = Promise.all(w.map(async (he) => {
|
|
10494
10494
|
if (he.matches && he.match && he.controller) {
|
|
10495
10495
|
let Ge = (await ln("loader", F, si(e.history, he.path, he.controller.signal), [he.match], he.matches, he.key))[he.match.route.id];
|
|
10496
10496
|
return {
|
|
@@ -10506,7 +10506,7 @@ function $4(e) {
|
|
|
10506
10506
|
}
|
|
10507
10507
|
});
|
|
10508
10508
|
})), Te = await Qe, pe = (await fe).reduce((he, Ke) => Object.assign(he, Ke), {});
|
|
10509
|
-
return await Promise.all([fT(G, Te, Y.signal,
|
|
10509
|
+
return await Promise.all([fT(G, Te, Y.signal, se, F.loaderData), IT(G, pe, w)]), {
|
|
10510
10510
|
loaderResults: Te,
|
|
10511
10511
|
fetcherResults: pe
|
|
10512
10512
|
};
|
|
@@ -10603,13 +10603,13 @@ function $4(e) {
|
|
|
10603
10603
|
if (de.size === 0)
|
|
10604
10604
|
return;
|
|
10605
10605
|
de.size > 1 && pn(!1, "A router only supports one blocker at a time");
|
|
10606
|
-
let Y = Array.from(de.entries()), [
|
|
10606
|
+
let Y = Array.from(de.entries()), [se, Qe] = Y[Y.length - 1], fe = b.blockers.get(se);
|
|
10607
10607
|
if (!(fe && fe.state === "proceeding") && Qe({
|
|
10608
10608
|
currentLocation: G,
|
|
10609
10609
|
nextLocation: K,
|
|
10610
10610
|
historyAction: w
|
|
10611
10611
|
}))
|
|
10612
|
-
return
|
|
10612
|
+
return se;
|
|
10613
10613
|
}
|
|
10614
10614
|
function Jt(F) {
|
|
10615
10615
|
let G = Yn(404, {
|
|
@@ -10696,9 +10696,9 @@ function $4(e) {
|
|
|
10696
10696
|
async function Wt(F, G, K) {
|
|
10697
10697
|
let w = F;
|
|
10698
10698
|
for (; ; ) {
|
|
10699
|
-
let Y = a == null,
|
|
10699
|
+
let Y = a == null, se = a || i;
|
|
10700
10700
|
try {
|
|
10701
|
-
await rT(u, G, w,
|
|
10701
|
+
await rT(u, G, w, se, o, A, ee, K);
|
|
10702
10702
|
} catch (Te) {
|
|
10703
10703
|
return {
|
|
10704
10704
|
type: "error",
|
|
@@ -10712,13 +10712,13 @@ function $4(e) {
|
|
|
10712
10712
|
return {
|
|
10713
10713
|
type: "aborted"
|
|
10714
10714
|
};
|
|
10715
|
-
let Qe = So(
|
|
10715
|
+
let Qe = So(se, G, s);
|
|
10716
10716
|
if (Qe)
|
|
10717
10717
|
return cr(G, d), {
|
|
10718
10718
|
type: "success",
|
|
10719
10719
|
matches: Qe
|
|
10720
10720
|
};
|
|
10721
|
-
let fe = kl(
|
|
10721
|
+
let fe = kl(se, G, s, !0);
|
|
10722
10722
|
if (!fe || w.length === fe.length && w.every((Te, pe) => Te.route.id === fe[pe].route.id))
|
|
10723
10723
|
return cr(G, d), {
|
|
10724
10724
|
type: "success",
|
|
@@ -12713,7 +12713,7 @@ const QS = T(H)`
|
|
|
12713
12713
|
`, n5 = T("li")`
|
|
12714
12714
|
width: 252px;
|
|
12715
12715
|
height: 187px;
|
|
12716
|
-
border: 1px solid ${
|
|
12716
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
12717
12717
|
border-radius: 8px;
|
|
12718
12718
|
padding: 24px;
|
|
12719
12719
|
box-sizing: border-box;
|
|
@@ -12747,14 +12747,14 @@ const QS = T(H)`
|
|
|
12747
12747
|
cursor: pointer;
|
|
12748
12748
|
width: 252px;
|
|
12749
12749
|
height: 187px;
|
|
12750
|
-
border: 1px solid ${
|
|
12750
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
12751
12751
|
border-radius: 8px;
|
|
12752
12752
|
padding: 24px;
|
|
12753
12753
|
box-sizing: border-box;
|
|
12754
12754
|
flex: 1 1 100%;
|
|
12755
12755
|
max-width: 252px;
|
|
12756
12756
|
&:hover {
|
|
12757
|
-
box-shadow: 0px 2px 4px 0px ${
|
|
12757
|
+
box-shadow: 0px 2px 4px 0px ${ce.palette.gray.gray6};
|
|
12758
12758
|
}
|
|
12759
12759
|
`, i5 = T(ni)`
|
|
12760
12760
|
width: 43px;
|
|
@@ -12873,23 +12873,23 @@ const QS = T(H)`
|
|
|
12873
12873
|
height: 36px;
|
|
12874
12874
|
width: 201px;
|
|
12875
12875
|
text-transform: none;
|
|
12876
|
-
color: ${
|
|
12877
|
-
border: 1px solid ${
|
|
12876
|
+
color: ${ce.palette.gray.black};
|
|
12877
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
12878
12878
|
white-space: pre;
|
|
12879
|
-
background: ${
|
|
12879
|
+
background: ${ce.palette.gray.white};
|
|
12880
12880
|
box-shadow: none;
|
|
12881
12881
|
&:hover {
|
|
12882
12882
|
background-color: #e3e9ff !important;
|
|
12883
|
-
color: ${
|
|
12884
|
-
border: 1px solid ${
|
|
12883
|
+
color: ${ce.palette.purple.primary} !important;
|
|
12884
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
12885
12885
|
}
|
|
12886
12886
|
`, z5 = T(it)`
|
|
12887
12887
|
width: 253px;
|
|
12888
12888
|
height: 36px;
|
|
12889
12889
|
text-transform: none;
|
|
12890
12890
|
box-shadow: none;
|
|
12891
|
-
color: ${
|
|
12892
|
-
border: 1px solid ${
|
|
12891
|
+
color: ${ce.palette.gray.black};
|
|
12892
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
12893
12893
|
`, Y5 = ({ setModalState: e }) => {
|
|
12894
12894
|
const t = (n) => {
|
|
12895
12895
|
n == null || n.stopPropagation(), e(!0);
|
|
@@ -12902,8 +12902,8 @@ const QS = T(H)`
|
|
|
12902
12902
|
"data-testid": "connector-not-available-request-new",
|
|
12903
12903
|
children: [
|
|
12904
12904
|
/* @__PURE__ */ c.jsxs(U5, { children: [
|
|
12905
|
-
/* @__PURE__ */ c.jsx(V5, { variant: "h1", color:
|
|
12906
|
-
/* @__PURE__ */ c.jsx(G5, { variant: "body1", color:
|
|
12905
|
+
/* @__PURE__ */ c.jsx(V5, { variant: "h1", color: ce.palette.gray.black, children: PS }),
|
|
12906
|
+
/* @__PURE__ */ c.jsx(G5, { variant: "body1", color: ce.palette.gray.gray2, children: kS }),
|
|
12907
12907
|
/* @__PURE__ */ c.jsxs(H5, { direction: "row", justifyContent: "space-between", children: [
|
|
12908
12908
|
/* @__PURE__ */ c.jsx(W5, { variant: "contained", onClick: t, children: lQ }),
|
|
12909
12909
|
/* @__PURE__ */ c.jsx(z5, { variant: "outlined", className: "create-own__btn", children: MS })
|
|
@@ -12921,7 +12921,7 @@ const QS = T(H)`
|
|
|
12921
12921
|
gQ.displayName = "SingletonProvider";
|
|
12922
12922
|
const dQ = (e) => e.connectorLirary.connectorList, cu = (e) => e.connectorLirary.connectors, CQ = (e) => e.connectorLirary.connectorsApiStatus, J5 = (e) => e.connectorLirary.currentUpdatingConnectors, UC = (e) => e.connectorLirary.connectorDetailApiStatus, EQ = (e) => e.connectorLirary.emailInboxDetails, fQ = (e) => e.connectorLirary.rolesAndPermissions, X5 = (e) => e.connectorLirary.updateEnableConnectorsApiStatus, K5 = (e) => e.connectorLirary.cardCustomFields, q5 = (e) => e.connectorLirary.cardCustomFieldsApiStatus, Z5 = T(Ee)`
|
|
12923
12923
|
border-radius: 4px;
|
|
12924
|
-
border: 1px solid ${
|
|
12924
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
12925
12925
|
margin-bottom: 12px;
|
|
12926
12926
|
&.noBorder {
|
|
12927
12927
|
border: none;
|
|
@@ -12950,10 +12950,10 @@ const dQ = (e) => e.connectorLirary.connectorList, cu = (e) => e.connectorLirary
|
|
|
12950
12950
|
height: 70px;
|
|
12951
12951
|
}
|
|
12952
12952
|
&.connector-expanded {
|
|
12953
|
-
background: ${
|
|
12953
|
+
background: ${ce.palette.gray.gray6};
|
|
12954
12954
|
}
|
|
12955
12955
|
&:hover {
|
|
12956
|
-
background: ${
|
|
12956
|
+
background: ${ce.palette.gray.gray6};
|
|
12957
12957
|
}
|
|
12958
12958
|
&.connector-settings {
|
|
12959
12959
|
padding-left: 0;
|
|
@@ -13037,7 +13037,7 @@ const dQ = (e) => e.connectorLirary.connectorList, cu = (e) => e.connectorLirary
|
|
|
13037
13037
|
}
|
|
13038
13038
|
`, i9 = T(Ct.InfoOutlined)`
|
|
13039
13039
|
width: 16px;
|
|
13040
|
-
color: ${
|
|
13040
|
+
color: ${ce.palette.gray.gray3};
|
|
13041
13041
|
`, zi = "success", FA = "error", IQ = "info-dark", a9 = "Error in toggling connector state", s9 = "Connector disabled successfully", l9 = "data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_3354_177467'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='22'%20height='22'%3e%3crect%20width='22'%20height='22'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3354_177467)'%3e%3cpath%20d='M15.5827%2015.584C15.9646%2015.584%2016.2893%2015.4503%2016.5566%2015.1829C16.824%2014.9156%2016.9577%2014.5909%2016.9577%2014.209C16.9577%2013.827%2016.824%2013.5024%2016.5566%2013.235C16.2893%2012.9677%2015.9646%2012.834%2015.5827%2012.834C15.2007%2012.834%2014.8761%2012.9677%2014.6087%2013.235C14.3414%2013.5024%2014.2077%2013.827%2014.2077%2014.209C14.2077%2014.5909%2014.3414%2014.9156%2014.6087%2015.1829C14.8761%2015.4503%2015.2007%2015.584%2015.5827%2015.584ZM15.5827%2018.334C16.0563%2018.334%2016.4917%2018.2232%2016.8889%2018.0017C17.2862%2017.7802%2017.607%2017.4861%2017.8514%2017.1194C17.5153%2016.9208%2017.1563%2016.768%2016.7743%2016.6611C16.3924%2016.5541%2015.9952%2016.5007%2015.5827%2016.5007C15.1702%2016.5007%2014.773%2016.5541%2014.391%2016.6611C14.0091%2016.768%2013.65%2016.9208%2013.3139%2017.1194C13.5584%2017.4861%2013.8792%2017.7802%2014.2764%2018.0017C14.6737%2018.2232%2015.1091%2018.334%2015.5827%2018.334ZM10.9993%2020.1673C8.87574%2019.6326%207.12261%2018.4142%205.73997%2016.5121C4.35734%2014.61%203.66602%2012.4979%203.66602%2010.1757V4.58398L10.9993%201.83398L18.3327%204.58398V9.78607C18.0424%209.66385%2017.7445%209.55308%2017.4389%209.45378C17.1334%209.35447%2016.8202%209.2819%2016.4993%209.23607V5.86732L10.9993%203.80482L5.49935%205.86732V10.1757C5.49935%2010.8937%205.59484%2011.6118%205.78581%2012.3298C5.97678%2013.0479%206.24414%2013.7316%206.58789%2014.3809C6.93164%2015.0302%207.34796%2015.6298%207.83685%2016.1798C8.32574%2016.7298%208.8681%2017.1882%209.46393%2017.5548C9.63199%2018.0437%209.85352%2018.5097%2010.1285%2018.9527C10.4035%2019.3958%2010.7167%2019.793%2011.0681%2020.1444C11.0528%2020.1444%2011.0414%2020.1482%2011.0337%2020.1559C11.0261%2020.1635%2011.0146%2020.1673%2010.9993%2020.1673ZM15.5827%2020.1673C14.3146%2020.1673%2013.2337%2019.7204%2012.34%2018.8267C11.4462%2017.9329%2010.9993%2016.852%2010.9993%2015.584C10.9993%2014.3159%2011.4462%2013.235%2012.34%2012.3413C13.2337%2011.4475%2014.3146%2011.0007%2015.5827%2011.0007C16.8507%2011.0007%2017.9316%2011.4475%2018.8254%2012.3413C19.7191%2013.235%2020.166%2014.3159%2020.166%2015.584C20.166%2016.852%2019.7191%2017.9329%2018.8254%2018.8267C17.9316%2019.7204%2016.8507%2020.1673%2015.5827%2020.1673Z'%20fill='%233E4C5A'/%3e%3c/g%3e%3c/svg%3e", BQ = "data:image/svg+xml,%3csvg%20width='92'%20height='92'%20viewBox='0%200%2092%2092'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='46'%20cy='46'%20r='23'%20fill='%2336A40F'/%3e%3ccircle%20opacity='0.1'%20cx='45.5'%20cy='45.5'%20r='34.5'%20fill='%235AAA3D'/%3e%3ccircle%20opacity='0.1'%20cx='46'%20cy='46'%20r='46'%20fill='%232CAA00'/%3e%3cpath%20d='M37%2046L44%2053L58%2039'%20stroke='white'%20stroke-width='3'/%3e%3c/svg%3e", c9 = "Connector enabled", u9 = "Access and manage the information from the connector directly from Hiver’s right panel for seamless integration and easy reference.", g9 = "Got it", d9 = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_825_73646)'%3e%3cpath%20d='M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z'%20fill='%236F7C90'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_825_73646'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", VC = ({
|
|
13042
13042
|
shown: e,
|
|
13043
13043
|
setShown: t,
|
|
@@ -13073,8 +13073,8 @@ const dQ = (e) => e.connectorLirary.connectorList, cu = (e) => e.connectorLirary
|
|
|
13073
13073
|
`, E9 = T(it)`
|
|
13074
13074
|
&:hover {
|
|
13075
13075
|
background-color: #e3e9ff !important;
|
|
13076
|
-
color: ${
|
|
13077
|
-
border: 1px solid ${
|
|
13076
|
+
color: ${ce.palette.purple.primary} !important;
|
|
13077
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
13078
13078
|
}
|
|
13079
13079
|
`, f9 = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_HIVER_CDN_URL: "https://cdn.hiverhq.com/", VITE_MY_ENV_VAR: "Environment Variable from admin" }, I9 = ({ shown: e, connectorName: t, setShown: n }) => {
|
|
13080
13080
|
const { VITE_HIVER_CDN_URL: r } = f9, A = r + "connectors-module/assets/ConnectorsEnabled.gif", o = () => {
|
|
@@ -13173,7 +13173,7 @@ const y9 = T(Ee)`
|
|
|
13173
13173
|
box-shadow: 0px 4px 4px 0px #00000014;
|
|
13174
13174
|
`, w9 = T(re)`
|
|
13175
13175
|
margin-top: 9px;
|
|
13176
|
-
color: ${
|
|
13176
|
+
color: ${ce.palette.gray.gray3};
|
|
13177
13177
|
`, T9 = "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", S9 = () => /* @__PURE__ */ c.jsxs(y9, { children: [
|
|
13178
13178
|
/* @__PURE__ */ c.jsxs(H, { direction: "row", alignItems: "center", gap: 1, children: [
|
|
13179
13179
|
/* @__PURE__ */ c.jsx(x9, { direction: "row", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ c.jsx("img", { src: T9, alt: "visibility" }) }),
|
|
@@ -16248,8 +16248,8 @@ const f_ = T(H)`
|
|
|
16248
16248
|
`, T_ = T(it)`
|
|
16249
16249
|
&:hover {
|
|
16250
16250
|
background-color: #e3e9ff !important;
|
|
16251
|
-
color: ${
|
|
16252
|
-
border: 1px solid ${
|
|
16251
|
+
color: ${ce.palette.purple.primary} !important;
|
|
16252
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
16253
16253
|
}
|
|
16254
16254
|
`, Sd = T(VQ)`
|
|
16255
16255
|
& .MuiOutlinedInput-root {
|
|
@@ -16505,22 +16505,22 @@ const f_ = T(H)`
|
|
|
16505
16505
|
flex-direction: row;
|
|
16506
16506
|
justify-content: space-between;
|
|
16507
16507
|
padding: 16px;
|
|
16508
|
-
border-top: 1px solid ${
|
|
16508
|
+
border-top: 1px solid ${ce.palette.gray.gray5};
|
|
16509
16509
|
& .visibilityIcon path {
|
|
16510
|
-
fill: ${
|
|
16510
|
+
fill: ${ce.palette.gray.gray3};
|
|
16511
16511
|
}
|
|
16512
16512
|
& .hover__text {
|
|
16513
16513
|
margin-right: 20px;
|
|
16514
16514
|
visibility: hidden;
|
|
16515
|
-
color: ${
|
|
16515
|
+
color: ${ce.palette.gray.gray3};
|
|
16516
16516
|
}
|
|
16517
16517
|
&:hover {
|
|
16518
|
-
background: ${
|
|
16518
|
+
background: ${ce.palette.gray.gray6a};
|
|
16519
16519
|
& .hover__text {
|
|
16520
16520
|
visibility: visible;
|
|
16521
16521
|
}
|
|
16522
16522
|
& .visibilityIcon path {
|
|
16523
|
-
fill: ${
|
|
16523
|
+
fill: ${ce.palette.gray.gray1};
|
|
16524
16524
|
}
|
|
16525
16525
|
}
|
|
16526
16526
|
&.connector-settings {
|
|
@@ -16624,7 +16624,7 @@ const N_ = T(H)`
|
|
|
16624
16624
|
e,
|
|
16625
16625
|
" connector"
|
|
16626
16626
|
] }),
|
|
16627
|
-
/* @__PURE__ */ c.jsx(U_, { variant: "body2", color:
|
|
16627
|
+
/* @__PURE__ */ c.jsx(U_, { variant: "body2", color: ce.palette.gray.gray2, dangerouslySetInnerHTML: { __html: t } })
|
|
16628
16628
|
] }), G_ = T(({ className: e, ...t }) => /* @__PURE__ */ c.jsx(It, { ...t, classes: { popper: e } }))(() => ({
|
|
16629
16629
|
[`& .${Vr.tooltip}`]: {
|
|
16630
16630
|
backgroundColor: "#fff",
|
|
@@ -16691,7 +16691,7 @@ const N_ = T(H)`
|
|
|
16691
16691
|
gap: "4px",
|
|
16692
16692
|
hidden: t || !u || x || !g,
|
|
16693
16693
|
children: [
|
|
16694
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body2", color:
|
|
16694
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body2", color: ce.palette.gray.gray3, children: T5 }),
|
|
16695
16695
|
/* @__PURE__ */ c.jsx(
|
|
16696
16696
|
G_,
|
|
16697
16697
|
{
|
|
@@ -16731,7 +16731,7 @@ const N_ = T(H)`
|
|
|
16731
16731
|
)
|
|
16732
16732
|
] })
|
|
16733
16733
|
] }),
|
|
16734
|
-
t ? /* @__PURE__ */ c.jsx(re, { maxWidth: "577px", variant: "body1", color:
|
|
16734
|
+
t ? /* @__PURE__ */ c.jsx(re, { maxWidth: "577px", variant: "body1", color: ce.palette.gray.gray3, className: "connector-grid", children: s }) : null
|
|
16735
16735
|
] }),
|
|
16736
16736
|
_ ? /* @__PURE__ */ c.jsx(
|
|
16737
16737
|
j_,
|
|
@@ -16934,7 +16934,7 @@ const N_ = T(H)`
|
|
|
16934
16934
|
height: 60px;
|
|
16935
16935
|
gap: 12px;
|
|
16936
16936
|
padding: 16px;
|
|
16937
|
-
border: 1px solid ${
|
|
16937
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
16938
16938
|
border-radius: 8px;
|
|
16939
16939
|
box-sizing: border-box;
|
|
16940
16940
|
`, a8 = () => /* @__PURE__ */ c.jsx(H, { marginTop: "28px", gap: "12px", "data-testid": "loading", children: Array(3).fill(0).map((e, t) => /* @__PURE__ */ c.jsx(i8, { justifyContent: "center", children: /* @__PURE__ */ c.jsx(o8, { variant: "rounded", maxWidth: "862px", height: "10px", animation: "wave" }) }, t)) }), s8 = "Limited time offer", l8 = ":", c8 = "Expert setup assistance available! Book a 15 min call with our integration specialist.", u8 = "Schedule call", g8 = "Setup guide video", d8 = "Help Article", C8 = "Contact Support", E8 = "https://help.hiverhq.com/custom-connectors", f8 = "https://cdn.hiverhq.com/chat-support/hiver-chat.html", I8 = "https://calendar.app.google/V2cJcwKMV4ax9rpk9", og = "hiver_schedule_call_close_button_click", B8 = "Need help?", h8 = T(H)`
|
|
@@ -16976,13 +16976,13 @@ const N_ = T(H)`
|
|
|
16976
16976
|
`, Q8 = T(it)`
|
|
16977
16977
|
gap: 8px;
|
|
16978
16978
|
height: 28px;
|
|
16979
|
-
color: ${
|
|
16980
|
-
background-color: ${
|
|
16981
|
-
border: 1px solid ${
|
|
16979
|
+
color: ${ce.palette.gray.black};
|
|
16980
|
+
background-color: ${ce.palette.gray.white};
|
|
16981
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
16982
16982
|
&:hover {
|
|
16983
|
-
color: ${
|
|
16983
|
+
color: ${ce.palette.purple.primary};
|
|
16984
16984
|
background-color: #e3dfff;
|
|
16985
|
-
border: 1px solid ${
|
|
16985
|
+
border: 1px solid ${ce.palette.purple.primary};
|
|
16986
16986
|
box-shadow: none;
|
|
16987
16987
|
}
|
|
16988
16988
|
`, m8 = T(Ct.Close)`
|
|
@@ -17012,7 +17012,7 @@ const N_ = T(H)`
|
|
|
17012
17012
|
return l ? /* @__PURE__ */ c.jsxs(h8, { direction: "row", className: s, children: [
|
|
17013
17013
|
/* @__PURE__ */ c.jsxs(p8, { className: s, children: [
|
|
17014
17014
|
/* @__PURE__ */ c.jsxs("div", { children: [
|
|
17015
|
-
/* @__PURE__ */ c.jsx(re, { color:
|
|
17015
|
+
/* @__PURE__ */ c.jsx(re, { color: ce.palette.gray.black, variant: "body2_medium", children: s8 + (t ? l8 : "") }),
|
|
17016
17016
|
/* @__PURE__ */ c.jsx(re, { variant: "body2", children: c8 })
|
|
17017
17017
|
] }),
|
|
17018
17018
|
/* @__PURE__ */ c.jsxs(Q8, { onClick: g, variant: "outlined", size: "small", children: [
|
|
@@ -17054,7 +17054,7 @@ const N_ = T(H)`
|
|
|
17054
17054
|
/* @__PURE__ */ c.jsxs(Ee, { marginTop: "32px", children: [
|
|
17055
17055
|
u ? /* @__PURE__ */ c.jsxs(c.Fragment, { children: [
|
|
17056
17056
|
/* @__PURE__ */ c.jsx(r8, { variant: "h2", children: q_ }),
|
|
17057
|
-
/* @__PURE__ */ c.jsx(A8, { variant: "body1", color:
|
|
17057
|
+
/* @__PURE__ */ c.jsx(A8, { variant: "body1", color: ce.palette.gray.gray3, children: Z_ })
|
|
17058
17058
|
] }) : null,
|
|
17059
17059
|
/* @__PURE__ */ c.jsx(k5, {})
|
|
17060
17060
|
] }),
|
|
@@ -17153,7 +17153,7 @@ const N_ = T(H)`
|
|
|
17153
17153
|
height: ${(e) => e.height ? e.height : "72px"};
|
|
17154
17154
|
gap: 12px;
|
|
17155
17155
|
padding: 16px;
|
|
17156
|
-
border: 1px solid ${
|
|
17156
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
17157
17157
|
border-radius: 8px;
|
|
17158
17158
|
box-sizing: border-box;
|
|
17159
17159
|
`, N8 = () => /* @__PURE__ */ c.jsx(H, { marginTop: "28px", gap: "12px", children: Array(3).fill(0).map((e, t) => /* @__PURE__ */ c.jsxs(F8, { children: [
|
|
@@ -17165,8 +17165,8 @@ const N_ = T(H)`
|
|
|
17165
17165
|
height: 32px;
|
|
17166
17166
|
&:hover {
|
|
17167
17167
|
background-color: #e3e9ff !important;
|
|
17168
|
-
color: ${
|
|
17169
|
-
border: 1px solid ${
|
|
17168
|
+
color: ${ce.palette.purple.primary} !important;
|
|
17169
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
17170
17170
|
}
|
|
17171
17171
|
`, M8 = ({ connectorName: e, connectorType: t, apiList: n, isLoading: r = !1, isEdit: A = !1 }) => {
|
|
17172
17172
|
const { sendTrackingEvent: o } = Ve(Qn), i = D8.replace("{{connector}}", e ?? ""), [a, s] = $(!1), l = () => {
|
|
@@ -18067,10 +18067,10 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18067
18067
|
return N.forEach = function(W) {
|
|
18068
18068
|
for (var ne = 0; ne < this.keyOrder.length; ne++)
|
|
18069
18069
|
W(this.elements[this.keyOrder[ne]], this.keyOrder[ne]);
|
|
18070
|
-
}, N.set = function(W, ne,
|
|
18070
|
+
}, N.set = function(W, ne, le) {
|
|
18071
18071
|
if (!this.elements.hasOwnProperty(W))
|
|
18072
18072
|
this.keyOrder.push(W);
|
|
18073
|
-
else if (
|
|
18073
|
+
else if (le) {
|
|
18074
18074
|
var Ce = this.keyOrder.indexOf(W);
|
|
18075
18075
|
this.keyOrder.splice(Ce, 1), this.keyOrder.push(W);
|
|
18076
18076
|
}
|
|
@@ -18081,13 +18081,13 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18081
18081
|
if (v && ne instanceof Map || ne instanceof ie) {
|
|
18082
18082
|
var ve = this.elements.hasOwnProperty(W) ? this.elements[W] : new ie();
|
|
18083
18083
|
ne.forEach(function(Et, rt) {
|
|
18084
|
-
ve.set(rt, Et,
|
|
18084
|
+
ve.set(rt, Et, le);
|
|
18085
18085
|
}), this.elements[W] = ve;
|
|
18086
18086
|
return;
|
|
18087
18087
|
}
|
|
18088
18088
|
if (!Array.isArray(ne) && A(ne) === "object") {
|
|
18089
18089
|
for (var be = this.elements.hasOwnProperty(W) ? this.elements[W] : new ie(), ye = Object.keys(ne), Se = 0; Se < ye.length; Se += 1)
|
|
18090
|
-
be.set(ye[Se], ne[ye[Se]],
|
|
18090
|
+
be.set(ye[Se], ne[ye[Se]], le);
|
|
18091
18091
|
this.elements[W] = be;
|
|
18092
18092
|
return;
|
|
18093
18093
|
}
|
|
@@ -18103,8 +18103,8 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18103
18103
|
ne.set(be, ve, !0);
|
|
18104
18104
|
});
|
|
18105
18105
|
else
|
|
18106
|
-
for (var
|
|
18107
|
-
this.set(
|
|
18106
|
+
for (var le = Object.keys(W), Ce = 0; Ce < le.length; Ce++)
|
|
18107
|
+
this.set(le[Ce], W[le[Ce]], !0);
|
|
18108
18108
|
}, ie;
|
|
18109
18109
|
}();
|
|
18110
18110
|
function b(ie) {
|
|
@@ -18130,12 +18130,12 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18130
18130
|
value: !0
|
|
18131
18131
|
}), N.default = ne;
|
|
18132
18132
|
var te = W(_);
|
|
18133
|
-
function W(
|
|
18134
|
-
return
|
|
18133
|
+
function W(le) {
|
|
18134
|
+
return le && le.__esModule ? le : { default: le };
|
|
18135
18135
|
}
|
|
18136
|
-
function ne(
|
|
18137
|
-
if (
|
|
18138
|
-
for (var be = {}, ye =
|
|
18136
|
+
function ne(le, Ce, ve) {
|
|
18137
|
+
if (le.hasOwnProperty(Ce)) {
|
|
18138
|
+
for (var be = {}, ye = le[Ce], Se = (0, te.default)(Ce), Et = Object.keys(ve), rt = 0; rt < Et.length; rt++) {
|
|
18139
18139
|
var ht = Et[rt];
|
|
18140
18140
|
if (ht === Ce)
|
|
18141
18141
|
for (var Qt = 0; Qt < ye.length; Qt++)
|
|
@@ -18152,9 +18152,9 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18152
18152
|
Object.defineProperty(N, "__esModule", {
|
|
18153
18153
|
value: !0
|
|
18154
18154
|
}), N.default = te;
|
|
18155
|
-
function te(W, ne,
|
|
18155
|
+
function te(W, ne, le, Ce, ve) {
|
|
18156
18156
|
for (var be = 0, ye = W.length; be < ye; ++be) {
|
|
18157
|
-
var Se = W[be](ne,
|
|
18157
|
+
var Se = W[be](ne, le, Ce, ve);
|
|
18158
18158
|
if (Se)
|
|
18159
18159
|
return Se;
|
|
18160
18160
|
}
|
|
@@ -18165,15 +18165,15 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18165
18165
|
Object.defineProperty(N, "__esModule", {
|
|
18166
18166
|
value: !0
|
|
18167
18167
|
}), N.default = W;
|
|
18168
|
-
function te(ne,
|
|
18169
|
-
ne.indexOf(
|
|
18168
|
+
function te(ne, le) {
|
|
18169
|
+
ne.indexOf(le) === -1 && ne.push(le);
|
|
18170
18170
|
}
|
|
18171
|
-
function W(ne,
|
|
18172
|
-
if (Array.isArray(
|
|
18173
|
-
for (var Ce = 0, ve =
|
|
18174
|
-
te(ne,
|
|
18171
|
+
function W(ne, le) {
|
|
18172
|
+
if (Array.isArray(le))
|
|
18173
|
+
for (var Ce = 0, ve = le.length; Ce < ve; ++Ce)
|
|
18174
|
+
te(ne, le[Ce]);
|
|
18175
18175
|
else
|
|
18176
|
-
te(ne,
|
|
18176
|
+
te(ne, le);
|
|
18177
18177
|
}
|
|
18178
18178
|
});
|
|
18179
18179
|
b(D);
|
|
@@ -18190,7 +18190,7 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18190
18190
|
Object.defineProperty(N, "__esModule", {
|
|
18191
18191
|
value: !0
|
|
18192
18192
|
}), N.default = ve;
|
|
18193
|
-
var te = Ce(L), W = Ce(V), ne = Ce(D),
|
|
18193
|
+
var te = Ce(L), W = Ce(V), ne = Ce(D), le = Ce(X);
|
|
18194
18194
|
function Ce(be) {
|
|
18195
18195
|
return be && be.__esModule ? be : { default: be };
|
|
18196
18196
|
}
|
|
@@ -18199,7 +18199,7 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18199
18199
|
return function Et(rt) {
|
|
18200
18200
|
for (var ht in rt) {
|
|
18201
18201
|
var Qt = rt[ht];
|
|
18202
|
-
if ((0,
|
|
18202
|
+
if ((0, le.default)(Qt))
|
|
18203
18203
|
rt[ht] = Et(Qt);
|
|
18204
18204
|
else if (Array.isArray(Qt)) {
|
|
18205
18205
|
for (var Mt = [], gn = 0, Zn = Qt.length; gn < Zn; ++gn) {
|
|
@@ -18237,13 +18237,13 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18237
18237
|
var O = x(function(ie, N) {
|
|
18238
18238
|
Object.defineProperty(N, "__esModule", {
|
|
18239
18239
|
value: !0
|
|
18240
|
-
}), N.default =
|
|
18240
|
+
}), N.default = le;
|
|
18241
18241
|
var te = W(P);
|
|
18242
18242
|
function W(Ce) {
|
|
18243
18243
|
return Ce && Ce.__esModule ? Ce : { default: Ce };
|
|
18244
18244
|
}
|
|
18245
18245
|
var ne = ["-webkit-", "-moz-", ""];
|
|
18246
|
-
function
|
|
18246
|
+
function le(Ce, ve) {
|
|
18247
18247
|
if (typeof ve == "string" && !(0, te.default)(ve) && ve.indexOf("calc(") > -1)
|
|
18248
18248
|
return ne.map(function(be) {
|
|
18249
18249
|
return ve.replace(/calc\(/g, be + "calc(");
|
|
@@ -18252,13 +18252,13 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18252
18252
|
}), R = b(O), k = x(function(ie, N) {
|
|
18253
18253
|
Object.defineProperty(N, "__esModule", {
|
|
18254
18254
|
value: !0
|
|
18255
|
-
}), N.default =
|
|
18255
|
+
}), N.default = le;
|
|
18256
18256
|
var te = W(P);
|
|
18257
18257
|
function W(Ce) {
|
|
18258
18258
|
return Ce && Ce.__esModule ? Ce : { default: Ce };
|
|
18259
18259
|
}
|
|
18260
18260
|
var ne = ["-webkit-", ""];
|
|
18261
|
-
function
|
|
18261
|
+
function le(Ce, ve) {
|
|
18262
18262
|
if (typeof ve == "string" && !(0, te.default)(ve) && ve.indexOf("cross-fade(") > -1)
|
|
18263
18263
|
return ne.map(function(be) {
|
|
18264
18264
|
return ve.replace(/cross-fade\(/g, be + "cross-fade(");
|
|
@@ -18274,8 +18274,8 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18274
18274
|
grab: !0,
|
|
18275
18275
|
grabbing: !0
|
|
18276
18276
|
};
|
|
18277
|
-
function ne(
|
|
18278
|
-
if (
|
|
18277
|
+
function ne(le, Ce) {
|
|
18278
|
+
if (le === "cursor" && W.hasOwnProperty(Ce))
|
|
18279
18279
|
return te.map(function(ve) {
|
|
18280
18280
|
return ve + Ce;
|
|
18281
18281
|
});
|
|
@@ -18283,13 +18283,13 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18283
18283
|
}), oe = b(J), Z = x(function(ie, N) {
|
|
18284
18284
|
Object.defineProperty(N, "__esModule", {
|
|
18285
18285
|
value: !0
|
|
18286
|
-
}), N.default =
|
|
18286
|
+
}), N.default = le;
|
|
18287
18287
|
var te = W(P);
|
|
18288
18288
|
function W(Ce) {
|
|
18289
18289
|
return Ce && Ce.__esModule ? Ce : { default: Ce };
|
|
18290
18290
|
}
|
|
18291
18291
|
var ne = ["-webkit-", ""];
|
|
18292
|
-
function
|
|
18292
|
+
function le(Ce, ve) {
|
|
18293
18293
|
if (typeof ve == "string" && !(0, te.default)(ve) && ve.indexOf("filter(") > -1)
|
|
18294
18294
|
return ne.map(function(be) {
|
|
18295
18295
|
return ve.replace(/filter\(/g, be + "filter(");
|
|
@@ -18303,9 +18303,9 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18303
18303
|
flex: ["-webkit-box", "-moz-box", "-ms-flexbox", "-webkit-flex", "flex"],
|
|
18304
18304
|
"inline-flex": ["-webkit-inline-box", "-moz-inline-box", "-ms-inline-flexbox", "-webkit-inline-flex", "inline-flex"]
|
|
18305
18305
|
};
|
|
18306
|
-
function W(ne,
|
|
18307
|
-
if (ne === "display" && te.hasOwnProperty(
|
|
18308
|
-
return te[
|
|
18306
|
+
function W(ne, le) {
|
|
18307
|
+
if (ne === "display" && te.hasOwnProperty(le))
|
|
18308
|
+
return te[le];
|
|
18309
18309
|
}
|
|
18310
18310
|
}), ue = b(ee), je = x(function(ie, N) {
|
|
18311
18311
|
Object.defineProperty(N, "__esModule", {
|
|
@@ -18332,14 +18332,14 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18332
18332
|
initial: "0 1 auto",
|
|
18333
18333
|
none: "0 0 auto",
|
|
18334
18334
|
unset: "unset"
|
|
18335
|
-
},
|
|
18335
|
+
}, le = /^\d+(\.\d+)?$/;
|
|
18336
18336
|
function Ce(ve, be, ye) {
|
|
18337
18337
|
if (Object.prototype.hasOwnProperty.call(W, ve) && (ye[W[ve]] = te[be] || be), ve === "flex") {
|
|
18338
18338
|
if (Object.prototype.hasOwnProperty.call(ne, be)) {
|
|
18339
18339
|
ye.msFlex = ne[be];
|
|
18340
18340
|
return;
|
|
18341
18341
|
}
|
|
18342
|
-
if (
|
|
18342
|
+
if (le.test(be)) {
|
|
18343
18343
|
ye.msFlex = be + " 1 0%";
|
|
18344
18344
|
return;
|
|
18345
18345
|
}
|
|
@@ -18349,7 +18349,7 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18349
18349
|
ye.msFlex = "1 1 " + be;
|
|
18350
18350
|
return;
|
|
18351
18351
|
case 2:
|
|
18352
|
-
|
|
18352
|
+
le.test(Se[1]) ? ye.msFlex = Se[0] + " " + Se[1] + " 0%" : ye.msFlex = Se[0] + " 1 " + Se[1];
|
|
18353
18353
|
return;
|
|
18354
18354
|
default:
|
|
18355
18355
|
ye.msFlex = be;
|
|
@@ -18373,8 +18373,8 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18373
18373
|
flexWrap: "WebkitBoxLines",
|
|
18374
18374
|
flexGrow: "WebkitBoxFlex"
|
|
18375
18375
|
};
|
|
18376
|
-
function ne(
|
|
18377
|
-
|
|
18376
|
+
function ne(le, Ce, ve) {
|
|
18377
|
+
le === "flexDirection" && typeof Ce == "string" && (Ce.indexOf("column") > -1 ? ve.WebkitBoxOrient = "vertical" : ve.WebkitBoxOrient = "horizontal", Ce.indexOf("reverse") > -1 ? ve.WebkitBoxDirection = "reverse" : ve.WebkitBoxDirection = "normal"), W.hasOwnProperty(le) && (ve[W[le]] = te[Ce] || Ce);
|
|
18378
18378
|
}
|
|
18379
18379
|
}), Oe = b(Xe), at = x(function(ie, N) {
|
|
18380
18380
|
Object.defineProperty(N, "__esModule", {
|
|
@@ -18384,11 +18384,11 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18384
18384
|
function W(ve) {
|
|
18385
18385
|
return ve && ve.__esModule ? ve : { default: ve };
|
|
18386
18386
|
}
|
|
18387
|
-
var ne = ["-webkit-", "-moz-", ""],
|
|
18387
|
+
var ne = ["-webkit-", "-moz-", ""], le = /linear-gradient|radial-gradient|repeating-linear-gradient|repeating-radial-gradient/gi;
|
|
18388
18388
|
function Ce(ve, be) {
|
|
18389
|
-
if (typeof be == "string" && !(0, te.default)(be) &&
|
|
18389
|
+
if (typeof be == "string" && !(0, te.default)(be) && le.test(be))
|
|
18390
18390
|
return ne.map(function(ye) {
|
|
18391
|
-
return be.replace(
|
|
18391
|
+
return be.replace(le, function(Se) {
|
|
18392
18392
|
return ye + Se;
|
|
18393
18393
|
});
|
|
18394
18394
|
});
|
|
@@ -18426,7 +18426,7 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18426
18426
|
function W(be) {
|
|
18427
18427
|
return typeof be == "number" && !isNaN(be);
|
|
18428
18428
|
}
|
|
18429
|
-
var ne = ["center", "end", "start", "stretch"],
|
|
18429
|
+
var ne = ["center", "end", "start", "stretch"], le = {
|
|
18430
18430
|
"inline-grid": ["-ms-inline-grid", "inline-grid"],
|
|
18431
18431
|
grid: ["-ms-grid", "grid"]
|
|
18432
18432
|
}, Ce = {
|
|
@@ -18478,8 +18478,8 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18478
18478
|
}
|
|
18479
18479
|
};
|
|
18480
18480
|
function ve(be, ye, Se) {
|
|
18481
|
-
if (be === "display" && ye in
|
|
18482
|
-
return
|
|
18481
|
+
if (be === "display" && ye in le)
|
|
18482
|
+
return le[ye];
|
|
18483
18483
|
if (be in Ce) {
|
|
18484
18484
|
var Et = Ce[be];
|
|
18485
18485
|
Et(ye, Se);
|
|
@@ -18488,13 +18488,13 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18488
18488
|
}), Ht = b(mn), on = x(function(ie, N) {
|
|
18489
18489
|
Object.defineProperty(N, "__esModule", {
|
|
18490
18490
|
value: !0
|
|
18491
|
-
}), N.default =
|
|
18491
|
+
}), N.default = le;
|
|
18492
18492
|
var te = W(P);
|
|
18493
18493
|
function W(Ce) {
|
|
18494
18494
|
return Ce && Ce.__esModule ? Ce : { default: Ce };
|
|
18495
18495
|
}
|
|
18496
18496
|
var ne = ["-webkit-", ""];
|
|
18497
|
-
function
|
|
18497
|
+
function le(Ce, ve) {
|
|
18498
18498
|
if (typeof ve == "string" && !(0, te.default)(ve) && ve.indexOf("image-set(") > -1)
|
|
18499
18499
|
return ne.map(function(be) {
|
|
18500
18500
|
return ve.replace(/image-set\(/g, be + "image-set(");
|
|
@@ -18530,10 +18530,10 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18530
18530
|
borderInlineEndStyle: ["WebkitBorderEndStyle", "MozBorderEndStyle"],
|
|
18531
18531
|
borderInlineEndWidth: ["WebkitBorderEndWidth", "MozBorderEndWidth"]
|
|
18532
18532
|
};
|
|
18533
|
-
function W(ne,
|
|
18533
|
+
function W(ne, le, Ce) {
|
|
18534
18534
|
if (Object.prototype.hasOwnProperty.call(te, ne))
|
|
18535
18535
|
for (var ve = te[ne], be = 0, ye = ve.length; be < ye; ++be)
|
|
18536
|
-
Ce[ve[be]] =
|
|
18536
|
+
Ce[ve[be]] = le;
|
|
18537
18537
|
}
|
|
18538
18538
|
}), Ln = b(On), VA = x(function(ie, N) {
|
|
18539
18539
|
Object.defineProperty(N, "__esModule", {
|
|
@@ -18546,7 +18546,7 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18546
18546
|
}), GA = b(VA), HA = x(function(ie, N) {
|
|
18547
18547
|
Object.defineProperty(N, "__esModule", {
|
|
18548
18548
|
value: !0
|
|
18549
|
-
}), N.default =
|
|
18549
|
+
}), N.default = le;
|
|
18550
18550
|
var te = ["-webkit-", "-moz-", ""], W = {
|
|
18551
18551
|
maxHeight: !0,
|
|
18552
18552
|
maxWidth: !0,
|
|
@@ -18562,7 +18562,7 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18562
18562
|
"fit-content": !0,
|
|
18563
18563
|
"contain-floats": !0
|
|
18564
18564
|
};
|
|
18565
|
-
function
|
|
18565
|
+
function le(Ce, ve) {
|
|
18566
18566
|
if (W.hasOwnProperty(Ce) && ne.hasOwnProperty(ve))
|
|
18567
18567
|
return te.map(function(be) {
|
|
18568
18568
|
return be + ve;
|
|
@@ -18585,11 +18585,11 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18585
18585
|
value: !0
|
|
18586
18586
|
}), N.default = ne;
|
|
18587
18587
|
var te = W(qr);
|
|
18588
|
-
function W(
|
|
18589
|
-
return
|
|
18588
|
+
function W(le) {
|
|
18589
|
+
return le && le.__esModule ? le : { default: le };
|
|
18590
18590
|
}
|
|
18591
|
-
function ne(
|
|
18592
|
-
return (0, te.default)(
|
|
18591
|
+
function ne(le) {
|
|
18592
|
+
return (0, te.default)(le);
|
|
18593
18593
|
}
|
|
18594
18594
|
ie.exports = N.default;
|
|
18595
18595
|
});
|
|
@@ -18598,8 +18598,8 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18598
18598
|
Object.defineProperty(N, "__esModule", {
|
|
18599
18599
|
value: !0
|
|
18600
18600
|
}), N.default = ye;
|
|
18601
|
-
var te =
|
|
18602
|
-
function
|
|
18601
|
+
var te = le(WA), W = le(P), ne = le(_);
|
|
18602
|
+
function le(Se) {
|
|
18603
18603
|
return Se && Se.__esModule ? Se : { default: Se };
|
|
18604
18604
|
}
|
|
18605
18605
|
var Ce = {
|
|
@@ -18766,26 +18766,26 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18766
18766
|
var ne = W(te);
|
|
18767
18767
|
return ["".concat(N, "{").concat(ne.join(""), "}")];
|
|
18768
18768
|
}
|
|
18769
|
-
], an = function ie(N, te, W, ne,
|
|
18769
|
+
], an = function ie(N, te, W, ne, le) {
|
|
18770
18770
|
for (var Ce = new y(), ve = 0; ve < te.length; ve++)
|
|
18771
18771
|
Ce.addStyleType(te[ve]);
|
|
18772
18772
|
var be = new y(), ye = [];
|
|
18773
18773
|
Ce.forEach(function(Et, rt) {
|
|
18774
18774
|
var ht = W.some(function(Qt) {
|
|
18775
18775
|
var Mt = Qt(rt, N, function(gn) {
|
|
18776
|
-
return ie(gn, [Et], W, ne,
|
|
18776
|
+
return ie(gn, [Et], W, ne, le);
|
|
18777
18777
|
});
|
|
18778
18778
|
if (Mt != null)
|
|
18779
18779
|
return Array.isArray(Mt) ? ye.push.apply(ye, a(Mt)) : (console.warn("WARNING: Selector handlers should return an array of rules.Returning a string containing multiple rules is deprecated.", Qt), ye.push("@media all {".concat(Mt, "}"))), !0;
|
|
18780
18780
|
});
|
|
18781
18781
|
ht || be.set(rt, Et, !0);
|
|
18782
18782
|
});
|
|
18783
|
-
var Se = un(N, be, ne,
|
|
18783
|
+
var Se = un(N, be, ne, le, W);
|
|
18784
18784
|
return Se && ye.unshift(Se), ye;
|
|
18785
18785
|
}, cn = function(N, te, W) {
|
|
18786
18786
|
if (te)
|
|
18787
|
-
for (var ne = Object.keys(te),
|
|
18788
|
-
var Ce = ne[
|
|
18787
|
+
for (var ne = Object.keys(te), le = 0; le < ne.length; le++) {
|
|
18788
|
+
var Ce = ne[le];
|
|
18789
18789
|
N.has(Ce) && N.set(
|
|
18790
18790
|
Ce,
|
|
18791
18791
|
te[Ce](N.get(Ce), W),
|
|
@@ -18802,8 +18802,8 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18802
18802
|
);
|
|
18803
18803
|
}, qn = function(N, te) {
|
|
18804
18804
|
return N[te] = !0, N;
|
|
18805
|
-
}, un = function(N, te, W, ne,
|
|
18806
|
-
cn(te, W,
|
|
18805
|
+
}, un = function(N, te, W, ne, le) {
|
|
18806
|
+
cn(te, W, le);
|
|
18807
18807
|
var Ce = Object.keys(te.elements).reduce(qn, /* @__PURE__ */ Object.create(null)), ve = Xt(te.elements), be = Object.keys(ve);
|
|
18808
18808
|
if (be.length !== te.keyOrder.length) {
|
|
18809
18809
|
for (var ye = 0; ye < be.length; ye++)
|
|
@@ -18833,9 +18833,9 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18833
18833
|
var W = Wt.styleSheet || Wt.sheet;
|
|
18834
18834
|
if (W.insertRule) {
|
|
18835
18835
|
var ne = W.cssRules.length;
|
|
18836
|
-
N.forEach(function(
|
|
18836
|
+
N.forEach(function(le) {
|
|
18837
18837
|
try {
|
|
18838
|
-
W.insertRule(
|
|
18838
|
+
W.insertRule(le, ne), ne += 1;
|
|
18839
18839
|
} catch {
|
|
18840
18840
|
}
|
|
18841
18841
|
});
|
|
@@ -18876,15 +18876,15 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18876
18876
|
// `animation` instead of `animationName`.
|
|
18877
18877
|
animationName: function ie(N, te) {
|
|
18878
18878
|
if (Array.isArray(N))
|
|
18879
|
-
return N.map(function(
|
|
18880
|
-
return ie(
|
|
18879
|
+
return N.map(function(le) {
|
|
18880
|
+
return ie(le, te);
|
|
18881
18881
|
}).join(",");
|
|
18882
18882
|
if (A(N) === "object") {
|
|
18883
18883
|
var W = "keyframe_".concat(Q(N)), ne = "@keyframes ".concat(W, "{");
|
|
18884
|
-
return N instanceof y ? N.forEach(function(
|
|
18885
|
-
ne += an(Ce, [
|
|
18886
|
-
}) : Object.keys(N).forEach(function(
|
|
18887
|
-
ne += an(
|
|
18884
|
+
return N instanceof y ? N.forEach(function(le, Ce) {
|
|
18885
|
+
ne += an(Ce, [le], te, ur, !1).join("");
|
|
18886
|
+
}) : Object.keys(N).forEach(function(le) {
|
|
18887
|
+
ne += an(le, [N[le]], te, ur, !1).join("");
|
|
18888
18888
|
}), ne += "}", K(W, [ne]), W;
|
|
18889
18889
|
} else
|
|
18890
18890
|
return N;
|
|
@@ -18900,14 +18900,14 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18900
18900
|
(W = F).push.apply(W, a(te)), kn[N] = !0;
|
|
18901
18901
|
}
|
|
18902
18902
|
}, w = function(N, te, W, ne) {
|
|
18903
|
-
var
|
|
18903
|
+
var le = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : [];
|
|
18904
18904
|
if (!kn[N]) {
|
|
18905
|
-
var Ce = an(te, W,
|
|
18905
|
+
var Ce = an(te, W, le, ur, ne);
|
|
18906
18906
|
K(N, Ce);
|
|
18907
18907
|
}
|
|
18908
18908
|
}, Y = function() {
|
|
18909
18909
|
F = [], kn = {}, G = !1, Wt = null;
|
|
18910
|
-
},
|
|
18910
|
+
}, se = function(N) {
|
|
18911
18911
|
delete kn[N];
|
|
18912
18912
|
}, Qe = function() {
|
|
18913
18913
|
return F;
|
|
@@ -18933,21 +18933,21 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18933
18933
|
}, qe = function(N) {
|
|
18934
18934
|
return "_definition" in N && "_name" in N && "_len" in N;
|
|
18935
18935
|
}, Ze = function ie(N, te, W, ne) {
|
|
18936
|
-
for (var
|
|
18937
|
-
if (N[
|
|
18938
|
-
if (Array.isArray(N[
|
|
18939
|
-
ne += ie(N[
|
|
18940
|
-
else if (qe(N[
|
|
18941
|
-
te.push(N[
|
|
18936
|
+
for (var le = 0; le < N.length; le += 1)
|
|
18937
|
+
if (N[le])
|
|
18938
|
+
if (Array.isArray(N[le]))
|
|
18939
|
+
ne += ie(N[le], te, W, ne);
|
|
18940
|
+
else if (qe(N[le]))
|
|
18941
|
+
te.push(N[le]._name), W.push(N[le]._definition), ne += N[le]._len;
|
|
18942
18942
|
else
|
|
18943
18943
|
throw new Error("Invalid Style Definition: Styles should be defined using the StyleSheet.create method.");
|
|
18944
18944
|
return ne;
|
|
18945
18945
|
}, Pt = function(N, te, W) {
|
|
18946
|
-
var ne = [],
|
|
18946
|
+
var ne = [], le = [], Ce = Ze(te, ne, le, 0);
|
|
18947
18947
|
if (ne.length === 0)
|
|
18948
18948
|
return "";
|
|
18949
18949
|
var ve;
|
|
18950
|
-
return process.env.NODE_ENV === "production" ? ve = ne.length === 1 ? "_".concat(ne[0]) : "_".concat(p(ne.join())).concat((Ce % 36).toString(36)) : ve = ne.join("-o_O-"), w(ve, ".".concat(ve),
|
|
18950
|
+
return process.env.NODE_ENV === "production" ? ve = ne.length === 1 ? "_".concat(ne[0]) : "_".concat(p(ne.join())).concat((Ce % 36).toString(36)) : ve = ne.join("-o_O-"), w(ve, ".".concat(ve), le, N, W), ve;
|
|
18951
18951
|
}, pt = function(N, te) {
|
|
18952
18952
|
return "".concat(te, "_").concat(p(N));
|
|
18953
18953
|
}, en = function() {
|
|
@@ -18955,10 +18955,10 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
18955
18955
|
}, Mn = en(), Zr = {
|
|
18956
18956
|
create: function(N) {
|
|
18957
18957
|
for (var te = {}, W = Object.keys(N), ne = 0; ne < W.length; ne += 1) {
|
|
18958
|
-
var
|
|
18959
|
-
te[
|
|
18958
|
+
var le = W[ne], Ce = N[le], ve = JSON.stringify(Ce);
|
|
18959
|
+
te[le] = {
|
|
18960
18960
|
_len: ve.length,
|
|
18961
|
-
_name: Mn(ve,
|
|
18961
|
+
_name: Mn(ve, le),
|
|
18962
18962
|
_definition: Ce
|
|
18963
18963
|
};
|
|
18964
18964
|
}
|
|
@@ -19031,10 +19031,10 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
19031
19031
|
* instance of Aphrodite.
|
|
19032
19032
|
*/
|
|
19033
19033
|
extend: function(W) {
|
|
19034
|
-
var ne = W.map(function(
|
|
19035
|
-
return
|
|
19036
|
-
}).filter(function(
|
|
19037
|
-
return
|
|
19034
|
+
var ne = W.map(function(le) {
|
|
19035
|
+
return le.selectorHandler;
|
|
19036
|
+
}).filter(function(le) {
|
|
19037
|
+
return le;
|
|
19038
19038
|
});
|
|
19039
19039
|
return yr(ie, N.concat(ne));
|
|
19040
19040
|
}
|
|
@@ -19045,15 +19045,15 @@ const tR = /* @__PURE__ */ zc($Q);
|
|
|
19045
19045
|
Mn = W ? p : pt;
|
|
19046
19046
|
},
|
|
19047
19047
|
css: function() {
|
|
19048
|
-
for (var W = arguments.length, ne = new Array(W),
|
|
19049
|
-
ne[
|
|
19048
|
+
for (var W = arguments.length, ne = new Array(W), le = 0; le < W; le++)
|
|
19049
|
+
ne[le] = arguments[le];
|
|
19050
19050
|
return Pt(ie, ne, N);
|
|
19051
19051
|
},
|
|
19052
19052
|
flushToStyleTag: he,
|
|
19053
19053
|
injectAndGetClassName: Pt,
|
|
19054
19054
|
defaultSelectorHandlers: Sn,
|
|
19055
19055
|
reset: Y,
|
|
19056
|
-
resetInjectedStyle:
|
|
19056
|
+
resetInjectedStyle: se
|
|
19057
19057
|
};
|
|
19058
19058
|
}
|
|
19059
19059
|
e.makeExports = yr;
|
|
@@ -22472,15 +22472,15 @@ const KO = {
|
|
|
22472
22472
|
text-wrap: nowrap;
|
|
22473
22473
|
&:hover {
|
|
22474
22474
|
background-color: #e3e9ff !important;
|
|
22475
|
-
color: ${
|
|
22476
|
-
border: 1px solid ${
|
|
22475
|
+
color: ${ce.palette.purple.primary} !important;
|
|
22476
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
22477
22477
|
box-shadow: none;
|
|
22478
22478
|
}
|
|
22479
22479
|
`, o7 = T(Ct.InfoOutlined)`
|
|
22480
22480
|
flex-shrink: 0;
|
|
22481
22481
|
width: 22px;
|
|
22482
22482
|
height: 22px;
|
|
22483
|
-
color: ${
|
|
22483
|
+
color: ${ce.palette.gray.gray3};
|
|
22484
22484
|
`, i7 = ({ connectorName: e, onRequestClick: t }) => /* @__PURE__ */ c.jsxs(r7, { children: [
|
|
22485
22485
|
/* @__PURE__ */ c.jsx(o7, {}),
|
|
22486
22486
|
/* @__PURE__ */ c.jsx(re, { children: n7(e) }),
|
|
@@ -22619,7 +22619,7 @@ const KO = {
|
|
|
22619
22619
|
}, B7 = T(H)`
|
|
22620
22620
|
margin-bottom: 36px;
|
|
22621
22621
|
.arrow {
|
|
22622
|
-
border: solid ${
|
|
22622
|
+
border: solid ${ce.palette.gray.gray3};
|
|
22623
22623
|
border-width: 0 2px 2px 0;
|
|
22624
22624
|
display: inline-block;
|
|
22625
22625
|
padding: 3px;
|
|
@@ -22640,7 +22640,7 @@ const KO = {
|
|
|
22640
22640
|
r && t(r);
|
|
22641
22641
|
};
|
|
22642
22642
|
return /* @__PURE__ */ c.jsx(B7, { direction: "row", alignItems: "center", "data-testid": "breadCrumbs", children: e.map(({ name: r, route: A }, o) => {
|
|
22643
|
-
const i = o === e.length - 1, a = i ?
|
|
22643
|
+
const i = o === e.length - 1, a = i ? ce.palette.gray.black : ce.palette.gray.gray4, s = i ? "lastCrumb" : `crumb-${o}`;
|
|
22644
22644
|
return /* @__PURE__ */ c.jsxs(H, { direction: "row", alignItems: "center", children: [
|
|
22645
22645
|
/* @__PURE__ */ c.jsx(
|
|
22646
22646
|
h7,
|
|
@@ -26775,7 +26775,7 @@ const LP = T(Ee)`
|
|
|
26775
26775
|
font-weight: 400;
|
|
26776
26776
|
line-height: 19px;
|
|
26777
26777
|
letter-spacing: -0.005em;
|
|
26778
|
-
color: ${
|
|
26778
|
+
color: ${ce.palette.gray.black};
|
|
26779
26779
|
& > span {
|
|
26780
26780
|
max-width: 100%;
|
|
26781
26781
|
overflow-wrap: break-word;
|
|
@@ -26845,7 +26845,7 @@ const NP = T(Ee)`
|
|
|
26845
26845
|
...n,
|
|
26846
26846
|
...(A = e == null ? void 0 : e.menuPortal) == null ? void 0 : A.call(e, n, r),
|
|
26847
26847
|
zIndex: t,
|
|
26848
|
-
fontFamily:
|
|
26848
|
+
fontFamily: ce.typography.fontFamily,
|
|
26849
26849
|
fontSize: "13px"
|
|
26850
26850
|
};
|
|
26851
26851
|
}
|
|
@@ -27227,7 +27227,7 @@ const Ia = "table-cell-form-field", xu = "60px", wu = "24px", ZP = T(Ee)`
|
|
|
27227
27227
|
align-items: center;
|
|
27228
27228
|
column-gap: 20px;
|
|
27229
27229
|
min-height: 28px;
|
|
27230
|
-
color: ${
|
|
27230
|
+
color: ${ce.palette.gray.gray1};
|
|
27231
27231
|
font-weight: bold;
|
|
27232
27232
|
`, ik = T(Ib)`
|
|
27233
27233
|
&.${Ia} .MuiInputBase-root {
|
|
@@ -27541,7 +27541,7 @@ const Ek = {
|
|
|
27541
27541
|
{
|
|
27542
27542
|
variant: "body_sm_medium",
|
|
27543
27543
|
component: "label",
|
|
27544
|
-
color:
|
|
27544
|
+
color: ce.palette.gray.gray1,
|
|
27545
27545
|
className: "hiver__field--label",
|
|
27546
27546
|
...r,
|
|
27547
27547
|
children: [
|
|
@@ -27912,7 +27912,7 @@ const xk = T(Ee)`
|
|
|
27912
27912
|
`, JB = T(Ee)`
|
|
27913
27913
|
font-size: 12px;
|
|
27914
27914
|
font-weight: 400;
|
|
27915
|
-
font-family: ${
|
|
27915
|
+
font-family: ${ce.typography.fontFamily};
|
|
27916
27916
|
margin: 2px 14px 0px 0px;
|
|
27917
27917
|
text-align: left;
|
|
27918
27918
|
position: absolute;
|
|
@@ -27949,7 +27949,7 @@ const xk = T(Ee)`
|
|
|
27949
27949
|
}
|
|
27950
27950
|
`, Dk = T(H)`
|
|
27951
27951
|
position: relative;
|
|
27952
|
-
font-family: ${
|
|
27952
|
+
font-family: ${ce.typography.fontFamily};
|
|
27953
27953
|
&.expandable {
|
|
27954
27954
|
display: grid;
|
|
27955
27955
|
grid-template-columns: 1fr;
|
|
@@ -28508,12 +28508,12 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
28508
28508
|
}
|
|
28509
28509
|
}, rM = (e) => ({
|
|
28510
28510
|
fontSize: 14,
|
|
28511
|
-
lineHeight: "
|
|
28511
|
+
lineHeight: "20px",
|
|
28512
28512
|
minHeight: 36,
|
|
28513
|
-
py:
|
|
28514
|
-
pl:
|
|
28515
|
-
pr:
|
|
28516
|
-
mx:
|
|
28513
|
+
py: 1,
|
|
28514
|
+
pl: 2,
|
|
28515
|
+
pr: 2.5,
|
|
28516
|
+
mx: 0,
|
|
28517
28517
|
borderRadius: "4px",
|
|
28518
28518
|
color: "#343C45",
|
|
28519
28519
|
backgroundColor: e ? "#F6F8FC" : "transparent",
|
|
@@ -28570,7 +28570,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
28570
28570
|
setSearch: g
|
|
28571
28571
|
}) => {
|
|
28572
28572
|
const E = a && i.length === 0, B = r && l && !E && !t, f = /* @__PURE__ */ c.jsx(Og, { sx: $k, style: { top: u }, children: /* @__PURE__ */ c.jsxs(Ee, { sx: eM, children: [
|
|
28573
|
-
/* @__PURE__ */ c.jsx(Ct.Search, { sx: { fontSize: 18, color:
|
|
28573
|
+
/* @__PURE__ */ c.jsx(Ct.Search, { sx: { fontSize: 18, color: ce.palette.gray.gray3, flexShrink: 0 } }),
|
|
28574
28574
|
/* @__PURE__ */ c.jsx(
|
|
28575
28575
|
Kh,
|
|
28576
28576
|
{
|
|
@@ -28584,7 +28584,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
28584
28584
|
sx: tM
|
|
28585
28585
|
}
|
|
28586
28586
|
)
|
|
28587
|
-
] }) }), d = E ? /* @__PURE__ */ c.jsx(fi, { disabled: !0, sx: { justifyContent: "center", opacity: 1, minHeight: 120, cursor: "default" }, children: /* @__PURE__ */ c.jsx(Hr, { size: 24 }) }) : A.length === 0 ? /* @__PURE__ */ c.jsx(fi, { disabled: !0, value: n2, sx: { opacity: 1, color:
|
|
28587
|
+
] }) }), d = E ? /* @__PURE__ */ c.jsx(fi, { disabled: !0, sx: { justifyContent: "center", opacity: 1, minHeight: 120, cursor: "default" }, children: /* @__PURE__ */ c.jsx(Hr, { size: 24 }) }) : A.length === 0 ? /* @__PURE__ */ c.jsx(fi, { disabled: !0, value: n2, sx: { opacity: 1, color: ce.palette.gray.gray3 }, children: /* @__PURE__ */ c.jsx(re, { variant: "body2", fontSize: 14, children: "No results found" }) }) : A.map((h) => {
|
|
28588
28588
|
const I = String(h.value);
|
|
28589
28589
|
return /* @__PURE__ */ c.jsxs(fi, { value: I, sx: rM(I === e), children: [
|
|
28590
28590
|
/* @__PURE__ */ c.jsx("span", { children: h.label }),
|
|
@@ -28653,7 +28653,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
28653
28653
|
sx: nM,
|
|
28654
28654
|
onChange: m,
|
|
28655
28655
|
onClose: () => I(""),
|
|
28656
|
-
renderValue: () => t === "" ? /* @__PURE__ */ c.jsx(re, { component: "span", fontSize: 14, noWrap: !0, sx: { color:
|
|
28656
|
+
renderValue: () => t === "" ? /* @__PURE__ */ c.jsx(re, { component: "span", fontSize: 14, noWrap: !0, sx: { color: ce.palette.gray.gray4 }, children: n }) : /* @__PURE__ */ c.jsx(re, { component: "span", fontSize: 14, noWrap: !0, sx: { color: ce.palette.gray.gray1 }, children: Q }),
|
|
28657
28657
|
endAdornment: g ? /* @__PURE__ */ c.jsx(AM, { onClick: () => l() }) : null,
|
|
28658
28658
|
MenuProps: {
|
|
28659
28659
|
autoFocus: !1,
|
|
@@ -28760,7 +28760,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
28760
28760
|
paddingBottom: 1
|
|
28761
28761
|
}, dM = {
|
|
28762
28762
|
lineHeight: 1,
|
|
28763
|
-
padding: "12px",
|
|
28763
|
+
padding: "12px 12px 2px",
|
|
28764
28764
|
backgroundColor: "#FFFFFF",
|
|
28765
28765
|
position: "sticky",
|
|
28766
28766
|
top: 0,
|
|
@@ -28811,14 +28811,14 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
28811
28811
|
display: "grid",
|
|
28812
28812
|
gridTemplateColumns: "1fr 1fr",
|
|
28813
28813
|
alignItems: "center",
|
|
28814
|
-
backgroundColor: "#
|
|
28814
|
+
backgroundColor: "#F6F8FC",
|
|
28815
28815
|
borderRadius: "8px",
|
|
28816
28816
|
padding: "3px"
|
|
28817
28817
|
}, XB = (e) => ({
|
|
28818
28818
|
border: "none",
|
|
28819
28819
|
borderRadius: "8px",
|
|
28820
28820
|
backgroundColor: e ? "#FFFFFF" : "transparent",
|
|
28821
|
-
color: e ? "#
|
|
28821
|
+
color: e ? "#196fe0" : "#343C45",
|
|
28822
28822
|
lineHeight: "24px",
|
|
28823
28823
|
padding: "4px 12px",
|
|
28824
28824
|
cursor: "pointer"
|
|
@@ -29029,7 +29029,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
29029
29029
|
value: A,
|
|
29030
29030
|
onChange: g,
|
|
29031
29031
|
InputProps: {
|
|
29032
|
-
startAdornment: /* @__PURE__ */ c.jsx(RM, { children: /* @__PURE__ */ c.jsx(Ct.Search, { sx: { fontSize: 18, color:
|
|
29032
|
+
startAdornment: /* @__PURE__ */ c.jsx(RM, { children: /* @__PURE__ */ c.jsx(Ct.Search, { sx: { fontSize: 18, color: ce.palette.gray.gray3, flexShrink: 0 } }) })
|
|
29033
29033
|
},
|
|
29034
29034
|
placeholder: "Search variables",
|
|
29035
29035
|
variant: "outlined"
|
|
@@ -29274,16 +29274,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
29274
29274
|
type: "button",
|
|
29275
29275
|
sx: XB(f === "options"),
|
|
29276
29276
|
onClick: Ae("options"),
|
|
29277
|
-
children: /* @__PURE__ */ c.jsx(
|
|
29278
|
-
re,
|
|
29279
|
-
{
|
|
29280
|
-
variant: "caption",
|
|
29281
|
-
fontSize: 14,
|
|
29282
|
-
fontWeight: 500,
|
|
29283
|
-
color: f === "options" ? se.palette.gray.gray1 : se.palette.gray.gray3,
|
|
29284
|
-
children: "Options"
|
|
29285
|
-
}
|
|
29286
|
-
)
|
|
29277
|
+
children: /* @__PURE__ */ c.jsx(re, { variant: "caption", fontSize: 14, fontWeight: 400, color: "inherit", children: "Options" })
|
|
29287
29278
|
}
|
|
29288
29279
|
),
|
|
29289
29280
|
/* @__PURE__ */ c.jsx(
|
|
@@ -29293,16 +29284,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
29293
29284
|
type: "button",
|
|
29294
29285
|
sx: XB(f === "custom"),
|
|
29295
29286
|
onClick: Ae("custom"),
|
|
29296
|
-
children: /* @__PURE__ */ c.jsx(
|
|
29297
|
-
re,
|
|
29298
|
-
{
|
|
29299
|
-
variant: "caption",
|
|
29300
|
-
fontSize: 14,
|
|
29301
|
-
fontWeight: 500,
|
|
29302
|
-
color: f === "custom" ? se.palette.gray.gray1 : se.palette.gray.gray3,
|
|
29303
|
-
children: "Custom Object"
|
|
29304
|
-
}
|
|
29305
|
-
)
|
|
29287
|
+
children: /* @__PURE__ */ c.jsx(re, { variant: "caption", fontSize: 14, fontWeight: 400, color: "inherit", children: "Custom Object" })
|
|
29306
29288
|
}
|
|
29307
29289
|
)
|
|
29308
29290
|
] }) }),
|
|
@@ -29315,7 +29297,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
29315
29297
|
observerProps: b,
|
|
29316
29298
|
optionsProps: y,
|
|
29317
29299
|
setSearch: L,
|
|
29318
|
-
searchOffset:
|
|
29300
|
+
searchOffset: 52
|
|
29319
29301
|
}) : i.map((q) => {
|
|
29320
29302
|
const P = q.options.length > 0;
|
|
29321
29303
|
return /* @__PURE__ */ c.jsxs(
|
|
@@ -29374,7 +29356,7 @@ const Zd = (e) => !!e && typeof e == "object" && "value" in e && "label" in e, $
|
|
|
29374
29356
|
u((v) => ({ ...v, [e.name]: m })), E(() => {
|
|
29375
29357
|
g == null || g({ name: e.name, value: m, type: e.type });
|
|
29376
29358
|
});
|
|
29377
|
-
}, f = i[e.name], d = f ? /* @__PURE__ */ c.jsx(It, { title: f, placement: "bottom", children: /* @__PURE__ */ c.jsx(lM, { variant: "body2", fontSize: "13px", color:
|
|
29359
|
+
}, f = i[e.name], d = f ? /* @__PURE__ */ c.jsx(It, { title: f, placement: "bottom", children: /* @__PURE__ */ c.jsx(lM, { variant: "body2", fontSize: "13px", color: ce.palette.error.main, children: f }) }) : null, h = Array.isArray(o) && o.length > 0 ? /* @__PURE__ */ c.jsx(
|
|
29378
29360
|
PM,
|
|
29379
29361
|
{
|
|
29380
29362
|
customFields: o ?? [],
|
|
@@ -29542,7 +29524,7 @@ const i2 = ({
|
|
|
29542
29524
|
variables: A,
|
|
29543
29525
|
connectorLogo: o,
|
|
29544
29526
|
isSaving: i,
|
|
29545
|
-
title: a
|
|
29527
|
+
title: a,
|
|
29546
29528
|
isLoading: s = !1,
|
|
29547
29529
|
defaultValues: l,
|
|
29548
29530
|
customFields: u,
|
|
@@ -29590,11 +29572,8 @@ const i2 = ({
|
|
|
29590
29572
|
/* @__PURE__ */ c.jsxs(H, { direction: "row", alignItems: "center", gap: 2, children: [
|
|
29591
29573
|
/* @__PURE__ */ c.jsx(jM, {}),
|
|
29592
29574
|
/* @__PURE__ */ c.jsx(H, { gap: 0.5, flex: 1, minWidth: 0, children: /* @__PURE__ */ c.jsxs(H, { direction: "row", alignItems: "center", gap: 0.5, children: [
|
|
29593
|
-
/* @__PURE__ */ c.
|
|
29594
|
-
|
|
29595
|
-
a
|
|
29596
|
-
] }),
|
|
29597
|
-
/* @__PURE__ */ c.jsx(It, { title: "Assign default values to create fields", placement: "top", children: /* @__PURE__ */ c.jsx(Gn, { size: "small", "aria-label": "About mapping fields", sx: { padding: "4px" }, children: /* @__PURE__ */ c.jsx(Ct.InfoOutlined, { sx: { fontSize: 18, color: se.palette.gray.gray3 } }) }) })
|
|
29575
|
+
/* @__PURE__ */ c.jsx(re, { variant: "h6", fontSize: 18, fontWeight: 600, color: ce.palette.gray.gray1, children: a }),
|
|
29576
|
+
/* @__PURE__ */ c.jsx(It, { title: "Assign default values to create fields", placement: "top", children: /* @__PURE__ */ c.jsx(Gn, { size: "small", "aria-label": "About mapping fields", sx: { padding: "4px" }, children: /* @__PURE__ */ c.jsx(Ct.InfoOutlined, { sx: { fontSize: 18, color: ce.palette.gray.gray3 } }) }) })
|
|
29598
29577
|
] }) })
|
|
29599
29578
|
] }),
|
|
29600
29579
|
/* @__PURE__ */ c.jsx(It, { title: "Close", placement: "bottom", children: /* @__PURE__ */ c.jsx(Gn, { onClick: x, size: "small", "aria-label": "Close", children: /* @__PURE__ */ c.jsx(Ct.Close, { sx: { fontSize: 20 } }) }) })
|
|
@@ -29606,20 +29585,20 @@ const i2 = ({
|
|
|
29606
29585
|
direction: "row",
|
|
29607
29586
|
padding: "16px 24px",
|
|
29608
29587
|
sx: {
|
|
29609
|
-
backgroundColor:
|
|
29588
|
+
backgroundColor: ce.palette.gray.gray6a,
|
|
29610
29589
|
borderBottom: "1px solid #ECEFF6",
|
|
29611
29590
|
borderRadius: "8px 8px 0 0"
|
|
29612
29591
|
},
|
|
29613
29592
|
children: [
|
|
29614
29593
|
/* @__PURE__ */ c.jsx(VM, { src: o, alt: "Connector" }),
|
|
29615
|
-
/* @__PURE__ */ c.jsx(re, { variant: "caption", fontSize: 14, fontWeight: 600, color:
|
|
29594
|
+
/* @__PURE__ */ c.jsx(re, { variant: "caption", fontSize: 14, fontWeight: 600, color: ce.palette.gray.gray3, flex: 1, children: "Field" }),
|
|
29616
29595
|
/* @__PURE__ */ c.jsx(
|
|
29617
29596
|
re,
|
|
29618
29597
|
{
|
|
29619
29598
|
variant: "caption",
|
|
29620
29599
|
fontSize: 14,
|
|
29621
29600
|
fontWeight: 600,
|
|
29622
|
-
color:
|
|
29601
|
+
color: ce.palette.gray.gray3,
|
|
29623
29602
|
width: 320,
|
|
29624
29603
|
children: "Map to"
|
|
29625
29604
|
}
|
|
@@ -29642,7 +29621,7 @@ const i2 = ({
|
|
|
29642
29621
|
"&:last-child": { borderBottom: "none" }
|
|
29643
29622
|
},
|
|
29644
29623
|
children: [
|
|
29645
|
-
/* @__PURE__ */ c.jsx(KM, { children: /* @__PURE__ */ c.jsxs(re, { variant: "body2", fontSize: 14, color:
|
|
29624
|
+
/* @__PURE__ */ c.jsx(KM, { children: /* @__PURE__ */ c.jsxs(re, { variant: "body2", fontSize: 14, color: ce.palette.gray.gray2, children: [
|
|
29646
29625
|
V.label,
|
|
29647
29626
|
g && ((ge = V.validations) != null && ge.isRequired) ? /* @__PURE__ */ c.jsx(qM, {}) : null
|
|
29648
29627
|
] }) }),
|
|
@@ -29688,7 +29667,7 @@ const i2 = ({
|
|
|
29688
29667
|
color: "inherit",
|
|
29689
29668
|
onClick: j,
|
|
29690
29669
|
disabled: i,
|
|
29691
|
-
sx: { textTransform: "none", padding: "3px 12px !important", borderColor:
|
|
29670
|
+
sx: { textTransform: "none", padding: "3px 12px !important", borderColor: ce.palette.gray.gray5 },
|
|
29692
29671
|
children: "Cancel"
|
|
29693
29672
|
}
|
|
29694
29673
|
)
|
|
@@ -30561,7 +30540,7 @@ const cj = (e, t) => {
|
|
|
30561
30540
|
`, Fj = T(H)`
|
|
30562
30541
|
flex-shrink: 0;
|
|
30563
30542
|
`, Nj = T(re)`
|
|
30564
|
-
color: ${
|
|
30543
|
+
color: ${ce.palette.gray.black};
|
|
30565
30544
|
`, Pj = T(Ct.ChevronRightOutlined)`
|
|
30566
30545
|
height: 20px;
|
|
30567
30546
|
width: 20px;
|
|
@@ -30652,11 +30631,11 @@ const Uj = T(H)`
|
|
|
30652
30631
|
/* @__PURE__ */ c.jsxs(H, { marginBottom: "20px", children: [
|
|
30653
30632
|
/* @__PURE__ */ c.jsxs(H, { direction: "row", padding: "8px 0", gap: "4px", alignItems: "center", children: [
|
|
30654
30633
|
/* @__PURE__ */ c.jsx(Vj, {}),
|
|
30655
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body1_medium", color:
|
|
30634
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body1_medium", color: ce.palette.gray.black, children: R7 })
|
|
30656
30635
|
] }),
|
|
30657
30636
|
/* @__PURE__ */ c.jsx(re, { variant: "body2", children: D7 })
|
|
30658
30637
|
] }),
|
|
30659
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body2_medium", marginBottom: "8px", color:
|
|
30638
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body2_medium", marginBottom: "8px", color: ce.palette.gray.black, children: O7 }),
|
|
30660
30639
|
/* @__PURE__ */ c.jsx(Hj, { variant: "body2", dangerouslySetInnerHTML: { __html: e } }),
|
|
30661
30640
|
t ? /* @__PURE__ */ c.jsxs(Gj, { target: "_blank", underline: "none", href: t, children: [
|
|
30662
30641
|
/* @__PURE__ */ c.jsx(Wj, {}),
|
|
@@ -31016,7 +30995,7 @@ const Uj = T(H)`
|
|
|
31016
30995
|
line-height: 12px;
|
|
31017
30996
|
letter-spacing: 0.01px;
|
|
31018
30997
|
`, dU = T(re)`
|
|
31019
|
-
color: ${
|
|
30998
|
+
color: ${ce.palette.gray.gray2};
|
|
31020
30999
|
margin-top: 8px;
|
|
31021
31000
|
margin-bottom: 20px;
|
|
31022
31001
|
`, CU = T(it)`
|
|
@@ -31030,10 +31009,10 @@ const Uj = T(H)`
|
|
|
31030
31009
|
display: flex;
|
|
31031
31010
|
align-items: center;
|
|
31032
31011
|
margin-left: 12px;
|
|
31033
|
-
border: 1px solid ${
|
|
31012
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
31034
31013
|
color: black;
|
|
31035
31014
|
&:hover {
|
|
31036
|
-
border: 1px solid ${
|
|
31015
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
31037
31016
|
color: black;
|
|
31038
31017
|
background: white;
|
|
31039
31018
|
}
|
|
@@ -32691,8 +32670,8 @@ const Ja = {
|
|
|
32691
32670
|
background-color: white;
|
|
32692
32671
|
&:hover {
|
|
32693
32672
|
background-color: #e3e9ff !important;
|
|
32694
|
-
color: ${
|
|
32695
|
-
border: 1px solid ${
|
|
32673
|
+
color: ${ce.palette.purple.primary} !important;
|
|
32674
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
32696
32675
|
}
|
|
32697
32676
|
`, NG = T(lo)`
|
|
32698
32677
|
max-width: ${(e) => e.maxWidth ? e.maxWidth : null};
|
|
@@ -32701,7 +32680,7 @@ const Ja = {
|
|
|
32701
32680
|
height: 60px;
|
|
32702
32681
|
gap: 12px;
|
|
32703
32682
|
padding: 16px;
|
|
32704
|
-
border: 1px solid ${
|
|
32683
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
32705
32684
|
border-radius: 8px;
|
|
32706
32685
|
box-sizing: border-box;
|
|
32707
32686
|
`, Xa = () => /* @__PURE__ */ c.jsx(H, { marginTop: "28px", gap: "12px", "data-testid": "loading", flexDirection: "row", flexWrap: "wrap", children: Array(6).fill(0).map((e, t) => /* @__PURE__ */ c.jsx(PG, { justifyContent: "center", children: /* @__PURE__ */ c.jsx(NG, { variant: "rounded", maxWidth: "260px", height: "60px", animation: "wave" }) }, t)) }), R2 = (e) => e.connectorLirary.connectorList, vA = (e) => e.connectorLirary.connectors, DE = (e) => e.connectorLirary.connectorsApiStatus, D2 = (e) => e.connectorLirary.currentUpdatingConnectors, zs = (e) => e.connectorLirary.connectorDetailApiStatus, Ys = (e) => e.connectorLirary.rolesAndPermissions ?? [], OE = (e) => e.connectorLirary.updateEnableConnectorsApiStatus, LE = (e) => e.connectorLirary.cardCustomFields, kG = (e) => e.connectorLirary.cardCustomFieldsApiStatus, MG = (e) => e.connectorLirary.notAuthenticatedConnectors, jG = (e) => e.connectorLirary.requireUpgradeConnectors, UG = (e) => e.connectorLirary.enableCustomCardApiStatus, VG = (e) => e.connectorLirary.updateConnectorByIdApiStatus, gh = "Visibility not set", FE = "Configure visibility settings", GG = "Set the card visibility across shared mailboxes and roles to enable ${{connector}}", O2 = "Configure fields", HG = "Choose which fields your team can view in Hiver and which can be filled in when creating new ${{connector}} records.", dh = "Contact your admin to configure visibility", WG = "Select inbox(es)", zG = "Select the inbox(es)", YG = "Select the role", JG = "Select role", Ch = "inbox", XG = "roles", NE = "Close", Mc = "${{connector}}", L2 = "Visibility settings saved", KG = "Field visibility settings saved", PE = "Some error occured. Please contact support@hiverhq.com", qG = "Selecting any lower role will automatically select the roles above it", ZG = "Loading custom fields...", kE = "Save", Zi = "enabled", $i = "disabled", F2 = "Select atleast one field to save", _u = "New", $G = "Upgrade now", eH = "Authentication failed", tH = "More info about the current updates that will be there in this app", nH = "App's visibility & access", rH = "Set the card & field visibility across shared mailboxes and roles to enable the connector", AH = "Customer identity mapping", oH = "Choose how Hiver should identify customers when fetching data from connected apps.", iH = "Edit", aH = "Save", sH = "Matches with %s's", lH = "Customer identity mapping saved", cH = "Failed to save. Please try again.", uH = "Pre-fill fields", ME = T(Ee)`
|
|
@@ -33069,8 +33048,8 @@ const Ja = {
|
|
|
33069
33048
|
`, xH = T(it)`
|
|
33070
33049
|
&:hover {
|
|
33071
33050
|
background-color: #e3e9ff !important;
|
|
33072
|
-
color: ${
|
|
33073
|
-
border: 1px solid ${
|
|
33051
|
+
color: ${ce.palette.purple.primary} !important;
|
|
33052
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
33074
33053
|
}
|
|
33075
33054
|
`, wH = ({ handleClose: e }) => /* @__PURE__ */ c.jsx(H, { children: /* @__PURE__ */ c.jsxs(H, { padding: "30px", height: "100%", children: [
|
|
33076
33055
|
/* @__PURE__ */ c.jsx(H, { width: "378px", height: "100%", justifyContent: "center", children: /* @__PURE__ */ c.jsxs(H, { gap: "14px", children: [
|
|
@@ -33178,13 +33157,13 @@ const Ja = {
|
|
|
33178
33157
|
`, KH = T(it)`
|
|
33179
33158
|
gap: 8px;
|
|
33180
33159
|
height: 28px;
|
|
33181
|
-
color: ${
|
|
33182
|
-
background-color: ${
|
|
33183
|
-
border: 1px solid ${
|
|
33160
|
+
color: ${ce.palette.gray.black};
|
|
33161
|
+
background-color: ${ce.palette.gray.white};
|
|
33162
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
33184
33163
|
&:hover {
|
|
33185
|
-
color: ${
|
|
33164
|
+
color: ${ce.palette.purple.primary};
|
|
33186
33165
|
background-color: #e3dfff;
|
|
33187
|
-
border: 1px solid ${
|
|
33166
|
+
border: 1px solid ${ce.palette.purple.primary};
|
|
33188
33167
|
box-shadow: none;
|
|
33189
33168
|
}
|
|
33190
33169
|
`, qH = T(Ct.Close)`
|
|
@@ -33214,7 +33193,7 @@ const Ja = {
|
|
|
33214
33193
|
return l ? /* @__PURE__ */ c.jsxs(JH, { direction: "row", className: s, children: [
|
|
33215
33194
|
/* @__PURE__ */ c.jsxs(XH, { className: s, children: [
|
|
33216
33195
|
/* @__PURE__ */ c.jsxs("div", { children: [
|
|
33217
|
-
/* @__PURE__ */ c.jsx(re, { color:
|
|
33196
|
+
/* @__PURE__ */ c.jsx(re, { color: ce.palette.gray.black, variant: "body2_medium", children: PH + (t ? kH : "") }),
|
|
33218
33197
|
/* @__PURE__ */ c.jsx(re, { variant: "body2", children: MH })
|
|
33219
33198
|
] }),
|
|
33220
33199
|
/* @__PURE__ */ c.jsxs(KH, { onClick: g, variant: "outlined", size: "small", children: [
|
|
@@ -33234,11 +33213,11 @@ const Ja = {
|
|
|
33234
33213
|
transform: "translateX(-50%)"
|
|
33235
33214
|
},
|
|
33236
33215
|
"& .MuiPaper-root.MuiDialog-paper": {
|
|
33237
|
-
padding:
|
|
33216
|
+
padding: ce.spacing(2.5, 0),
|
|
33238
33217
|
width: "320px",
|
|
33239
33218
|
maxHeight: "480px",
|
|
33240
33219
|
margin: "unset",
|
|
33241
|
-
borderRadius:
|
|
33220
|
+
borderRadius: ce.spacing(),
|
|
33242
33221
|
gap: "unset",
|
|
33243
33222
|
height: "unset"
|
|
33244
33223
|
},
|
|
@@ -33264,8 +33243,8 @@ const Ja = {
|
|
|
33264
33243
|
{
|
|
33265
33244
|
style: {
|
|
33266
33245
|
margin: "unset",
|
|
33267
|
-
top:
|
|
33268
|
-
right:
|
|
33246
|
+
top: ce.spacing(1.5),
|
|
33247
|
+
right: ce.spacing(1.5)
|
|
33269
33248
|
},
|
|
33270
33249
|
onClick: a
|
|
33271
33250
|
}
|
|
@@ -33277,20 +33256,20 @@ const Ja = {
|
|
|
33277
33256
|
sx: {
|
|
33278
33257
|
display: "flex",
|
|
33279
33258
|
margin: "unset",
|
|
33280
|
-
height:
|
|
33259
|
+
height: ce.spacing(4.5),
|
|
33281
33260
|
alignItems: "center"
|
|
33282
33261
|
},
|
|
33283
33262
|
onChange: (g) => {
|
|
33284
33263
|
o(g.target.value);
|
|
33285
33264
|
},
|
|
33286
33265
|
children: [
|
|
33287
|
-
/* @__PURE__ */ c.jsx(Gn, { sx: { marginRight:
|
|
33266
|
+
/* @__PURE__ */ c.jsx(Gn, { sx: { marginRight: ce.spacing(0.5) }, children: /* @__PURE__ */ c.jsx(Ct.Search, {}) }),
|
|
33288
33267
|
/* @__PURE__ */ c.jsx(Kh, { placeholder: "Search" })
|
|
33289
33268
|
]
|
|
33290
33269
|
}
|
|
33291
33270
|
)
|
|
33292
33271
|
] }),
|
|
33293
|
-
/* @__PURE__ */ c.jsx(xb, { spacing: 0.5, sx: { maxHeight: "480px" }, children: u ? /* @__PURE__ */ c.jsx(re, { variant: "body2", sx: { padding:
|
|
33272
|
+
/* @__PURE__ */ c.jsx(xb, { spacing: 0.5, sx: { maxHeight: "480px" }, children: u ? /* @__PURE__ */ c.jsx(re, { variant: "body2", sx: { padding: ce.spacing(0, 2.5) }, children: r }) : l.map(s) })
|
|
33294
33273
|
] });
|
|
33295
33274
|
}, nW = () => {
|
|
33296
33275
|
const { nativeIntegrations: e, availableFeatures: t } = Ve(Ot), [n, r] = $(!1), [A, o] = $(null), [i, a] = $(!1), s = Tn();
|
|
@@ -33439,7 +33418,7 @@ const Ja = {
|
|
|
33439
33418
|
height: ${(e) => e.height ? e.height : "72px"};
|
|
33440
33419
|
gap: 12px;
|
|
33441
33420
|
padding: 16px;
|
|
33442
|
-
border: 1px solid ${
|
|
33421
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
33443
33422
|
border-radius: 8px;
|
|
33444
33423
|
box-sizing: border-box;
|
|
33445
33424
|
`, aW = () => /* @__PURE__ */ c.jsx(H, { marginTop: "28px", gap: "12px", children: Array(3).fill(0).map((e, t) => /* @__PURE__ */ c.jsxs(iW, { children: [
|
|
@@ -33451,8 +33430,8 @@ const Ja = {
|
|
|
33451
33430
|
height: 32px;
|
|
33452
33431
|
&:hover {
|
|
33453
33432
|
background-color: #e3e9ff !important;
|
|
33454
|
-
color: ${
|
|
33455
|
-
border: 1px solid ${
|
|
33433
|
+
color: ${ce.palette.purple.primary} !important;
|
|
33434
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
33456
33435
|
}
|
|
33457
33436
|
`, cW = ({ connectorName: e, connectorType: t, apiList: n, isLoading: r = !1, isEdit: A = !1 }) => {
|
|
33458
33437
|
const { sendTrackingEvent: o } = Ve(Ot), i = rW.replace("{{connector}}", e ?? ""), [a, s] = $(!1), { requestOptions: l, requestable: u } = JE({ isApi: !0, connectorType: t }), g = () => {
|
|
@@ -33504,7 +33483,7 @@ const Ja = {
|
|
|
33504
33483
|
] }) });
|
|
33505
33484
|
}, uW = T(Ee)`
|
|
33506
33485
|
border-radius: 4px;
|
|
33507
|
-
border: 1px solid ${
|
|
33486
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
33508
33487
|
margin-bottom: 12px;
|
|
33509
33488
|
&.noBorder {
|
|
33510
33489
|
border: none;
|
|
@@ -33530,10 +33509,10 @@ const Ja = {
|
|
|
33530
33509
|
height: 70px;
|
|
33531
33510
|
}
|
|
33532
33511
|
&.connector-expanded {
|
|
33533
|
-
background: ${
|
|
33512
|
+
background: ${ce.palette.gray.gray6};
|
|
33534
33513
|
}
|
|
33535
33514
|
&:hover {
|
|
33536
|
-
background: ${
|
|
33515
|
+
background: ${ce.palette.gray.gray6};
|
|
33537
33516
|
}
|
|
33538
33517
|
&.connector-settings {
|
|
33539
33518
|
padding-left: 0;
|
|
@@ -33615,7 +33594,7 @@ const Ja = {
|
|
|
33615
33594
|
}
|
|
33616
33595
|
`, hW = T(Ct.InfoOutlined)`
|
|
33617
33596
|
width: 16px;
|
|
33618
|
-
color: ${
|
|
33597
|
+
color: ${ce.palette.gray.gray3};
|
|
33619
33598
|
`, pW = "data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_3354_177467'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='22'%20height='22'%3e%3crect%20width='22'%20height='22'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3354_177467)'%3e%3cpath%20d='M15.5827%2015.584C15.9646%2015.584%2016.2893%2015.4503%2016.5566%2015.1829C16.824%2014.9156%2016.9577%2014.5909%2016.9577%2014.209C16.9577%2013.827%2016.824%2013.5024%2016.5566%2013.235C16.2893%2012.9677%2015.9646%2012.834%2015.5827%2012.834C15.2007%2012.834%2014.8761%2012.9677%2014.6087%2013.235C14.3414%2013.5024%2014.2077%2013.827%2014.2077%2014.209C14.2077%2014.5909%2014.3414%2014.9156%2014.6087%2015.1829C14.8761%2015.4503%2015.2007%2015.584%2015.5827%2015.584ZM15.5827%2018.334C16.0563%2018.334%2016.4917%2018.2232%2016.8889%2018.0017C17.2862%2017.7802%2017.607%2017.4861%2017.8514%2017.1194C17.5153%2016.9208%2017.1563%2016.768%2016.7743%2016.6611C16.3924%2016.5541%2015.9952%2016.5007%2015.5827%2016.5007C15.1702%2016.5007%2014.773%2016.5541%2014.391%2016.6611C14.0091%2016.768%2013.65%2016.9208%2013.3139%2017.1194C13.5584%2017.4861%2013.8792%2017.7802%2014.2764%2018.0017C14.6737%2018.2232%2015.1091%2018.334%2015.5827%2018.334ZM10.9993%2020.1673C8.87574%2019.6326%207.12261%2018.4142%205.73997%2016.5121C4.35734%2014.61%203.66602%2012.4979%203.66602%2010.1757V4.58398L10.9993%201.83398L18.3327%204.58398V9.78607C18.0424%209.66385%2017.7445%209.55308%2017.4389%209.45378C17.1334%209.35447%2016.8202%209.2819%2016.4993%209.23607V5.86732L10.9993%203.80482L5.49935%205.86732V10.1757C5.49935%2010.8937%205.59484%2011.6118%205.78581%2012.3298C5.97678%2013.0479%206.24414%2013.7316%206.58789%2014.3809C6.93164%2015.0302%207.34796%2015.6298%207.83685%2016.1798C8.32574%2016.7298%208.8681%2017.1882%209.46393%2017.5548C9.63199%2018.0437%209.85352%2018.5097%2010.1285%2018.9527C10.4035%2019.3958%2010.7167%2019.793%2011.0681%2020.1444C11.0528%2020.1444%2011.0414%2020.1482%2011.0337%2020.1559C11.0261%2020.1635%2011.0146%2020.1673%2010.9993%2020.1673ZM15.5827%2020.1673C14.3146%2020.1673%2013.2337%2019.7204%2012.34%2018.8267C11.4462%2017.9329%2010.9993%2016.852%2010.9993%2015.584C10.9993%2014.3159%2011.4462%2013.235%2012.34%2012.3413C13.2337%2011.4475%2014.3146%2011.0007%2015.5827%2011.0007C16.8507%2011.0007%2017.9316%2011.4475%2018.8254%2012.3413C19.7191%2013.235%2020.166%2014.3159%2020.166%2015.584C20.166%2016.852%2019.7191%2017.9329%2018.8254%2018.8267C17.9316%2019.7204%2016.8507%2020.1673%2015.5827%2020.1673Z'%20fill='%233E4C5A'/%3e%3c/g%3e%3c/svg%3e", QW = "App is Enabled", mW = "View and manage App data right from Hiver’s side panel for smooth workflows and quick access.", bW = "Got it", vW = T(Ee)`
|
|
33620
33599
|
.connector-enabled-img {
|
|
33621
33600
|
width: 562px;
|
|
@@ -33772,23 +33751,7 @@ const Ja = {
|
|
|
33772
33751
|
fields: p,
|
|
33773
33752
|
connectorLogo: r,
|
|
33774
33753
|
variables: A,
|
|
33775
|
-
|
|
33776
|
-
{
|
|
33777
|
-
name: "user_zip",
|
|
33778
|
-
id: "user_zip",
|
|
33779
|
-
options: [
|
|
33780
|
-
{
|
|
33781
|
-
value: "12345",
|
|
33782
|
-
label: "Testing"
|
|
33783
|
-
},
|
|
33784
|
-
{
|
|
33785
|
-
value: "67890",
|
|
33786
|
-
label: "Checking"
|
|
33787
|
-
}
|
|
33788
|
-
]
|
|
33789
|
-
}
|
|
33790
|
-
],
|
|
33791
|
-
title: a,
|
|
33754
|
+
title: `Pre-fill fields for ${a}`,
|
|
33792
33755
|
isLoading: s || C,
|
|
33793
33756
|
isSaving: I,
|
|
33794
33757
|
fetchOptions: m,
|
|
@@ -33878,7 +33841,7 @@ const Ja = {
|
|
|
33878
33841
|
box-shadow 0.15s ease;
|
|
33879
33842
|
|
|
33880
33843
|
&:focus-visible {
|
|
33881
|
-
outline: 2px solid ${
|
|
33844
|
+
outline: 2px solid ${ce.palette.purple.primary};
|
|
33882
33845
|
outline-offset: 2px;
|
|
33883
33846
|
}
|
|
33884
33847
|
`, GW = [ei.STANDARD, ei.CUSTOM], HW = ({ value: e, onTabClick: t }) => /* @__PURE__ */ c.jsx(UW, { role: "group", "aria-label": "Field type", children: GW.map((n) => {
|
|
@@ -34479,7 +34442,7 @@ const Ja = {
|
|
|
34479
34442
|
};
|
|
34480
34443
|
return /* @__PURE__ */ c.jsx(ME, { children: /* @__PURE__ */ c.jsxs(VE, { children: [
|
|
34481
34444
|
/* @__PURE__ */ c.jsx(re, { variant: "h2", children: FE }),
|
|
34482
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body2", marginBottom: "24px", color:
|
|
34445
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body2", marginBottom: "24px", color: ce.palette.gray.gray3, children: GG.replace(Mc, (f == null ? void 0 : f.name) ?? "") }),
|
|
34483
34446
|
/* @__PURE__ */ c.jsx("div", { style: { height: "100%" }, children: /* @__PURE__ */ c.jsx(
|
|
34484
34447
|
J2,
|
|
34485
34448
|
{
|
|
@@ -34564,7 +34527,7 @@ const Ja = {
|
|
|
34564
34527
|
};
|
|
34565
34528
|
return /* @__PURE__ */ c.jsx(ME, { children: /* @__PURE__ */ c.jsxs(VE, { style: { height: "max-content" }, children: [
|
|
34566
34529
|
/* @__PURE__ */ c.jsx(re, { variant: "h2", children: O2 }),
|
|
34567
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body2", marginBottom: "24px", color:
|
|
34530
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body2", marginBottom: "24px", color: ce.palette.gray.gray3, children: HG.replace(Mc, (d == null ? void 0 : d.name) ?? "") }),
|
|
34568
34531
|
/* @__PURE__ */ c.jsx(
|
|
34569
34532
|
z2,
|
|
34570
34533
|
{
|
|
@@ -34588,22 +34551,22 @@ const Ja = {
|
|
|
34588
34551
|
flex-direction: row;
|
|
34589
34552
|
justify-content: space-between;
|
|
34590
34553
|
padding: 16px;
|
|
34591
|
-
border-top: 1px solid ${
|
|
34554
|
+
border-top: 1px solid ${ce.palette.gray.gray5};
|
|
34592
34555
|
& .visibilityIcon path {
|
|
34593
|
-
fill: ${
|
|
34556
|
+
fill: ${ce.palette.gray.gray3};
|
|
34594
34557
|
}
|
|
34595
34558
|
& .hover__text {
|
|
34596
34559
|
margin-right: 20px;
|
|
34597
34560
|
visibility: hidden;
|
|
34598
|
-
color: ${
|
|
34561
|
+
color: ${ce.palette.gray.gray3};
|
|
34599
34562
|
}
|
|
34600
34563
|
&:hover {
|
|
34601
|
-
background: ${
|
|
34564
|
+
background: ${ce.palette.gray.gray6a};
|
|
34602
34565
|
& .hover__text {
|
|
34603
34566
|
visibility: visible;
|
|
34604
34567
|
}
|
|
34605
34568
|
& .visibilityIcon path {
|
|
34606
|
-
fill: ${
|
|
34569
|
+
fill: ${ce.palette.gray.gray1};
|
|
34607
34570
|
}
|
|
34608
34571
|
}
|
|
34609
34572
|
&.connector-settings {
|
|
@@ -34880,7 +34843,7 @@ const hh = T(Gn)`
|
|
|
34880
34843
|
e,
|
|
34881
34844
|
" app"
|
|
34882
34845
|
] }),
|
|
34883
|
-
/* @__PURE__ */ c.jsx(dz, { variant: "body2", color:
|
|
34846
|
+
/* @__PURE__ */ c.jsx(dz, { variant: "body2", color: ce.palette.gray.gray2, dangerouslySetInnerHTML: { __html: t } })
|
|
34884
34847
|
] }), Ez = T(({ className: e, ...t }) => /* @__PURE__ */ c.jsx(It, { ...t, classes: { popper: e } }))(() => ({
|
|
34885
34848
|
[`& .${Vr.tooltip}`]: {
|
|
34886
34849
|
backgroundColor: "#fff",
|
|
@@ -34947,7 +34910,7 @@ const hh = T(Gn)`
|
|
|
34947
34910
|
gap: "4px",
|
|
34948
34911
|
hidden: t || !u || x || !g,
|
|
34949
34912
|
children: [
|
|
34950
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body2", color:
|
|
34913
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body2", color: ce.palette.gray.gray3, children: tH }),
|
|
34951
34914
|
/* @__PURE__ */ c.jsx(
|
|
34952
34915
|
Ez,
|
|
34953
34916
|
{
|
|
@@ -34987,7 +34950,7 @@ const hh = T(Gn)`
|
|
|
34987
34950
|
)
|
|
34988
34951
|
] })
|
|
34989
34952
|
] }),
|
|
34990
|
-
t ? /* @__PURE__ */ c.jsx(re, { maxWidth: "577px", variant: "body1", color:
|
|
34953
|
+
t ? /* @__PURE__ */ c.jsx(re, { maxWidth: "577px", variant: "body1", color: ce.palette.gray.gray3, className: "connector-grid", children: s }) : null
|
|
34991
34954
|
] }),
|
|
34992
34955
|
_ ? /* @__PURE__ */ c.jsx(
|
|
34993
34956
|
K2,
|
|
@@ -35069,15 +35032,15 @@ const hh = T(Gn)`
|
|
|
35069
35032
|
text-wrap: nowrap;
|
|
35070
35033
|
&:hover {
|
|
35071
35034
|
background-color: #e3e9ff !important;
|
|
35072
|
-
color: ${
|
|
35073
|
-
border: 1px solid ${
|
|
35035
|
+
color: ${ce.palette.purple.primary} !important;
|
|
35036
|
+
border: 1px solid ${ce.palette.purple.primary} !important;
|
|
35074
35037
|
box-shadow: none;
|
|
35075
35038
|
}
|
|
35076
35039
|
`, xz = T(Ct.InfoOutlined)`
|
|
35077
35040
|
flex-shrink: 0;
|
|
35078
35041
|
width: 22px;
|
|
35079
35042
|
height: 22px;
|
|
35080
|
-
color: ${
|
|
35043
|
+
color: ${ce.palette.gray.gray3};
|
|
35081
35044
|
`, wz = ({ connectorName: e, onRequestClick: t }) => /* @__PURE__ */ c.jsxs(vz, { children: [
|
|
35082
35045
|
/* @__PURE__ */ c.jsx(xz, {}),
|
|
35083
35046
|
/* @__PURE__ */ c.jsx(re, { children: bz(e) }),
|
|
@@ -35223,7 +35186,7 @@ const hh = T(Gn)`
|
|
|
35223
35186
|
] });
|
|
35224
35187
|
}, kz = T(H)`
|
|
35225
35188
|
.arrow {
|
|
35226
|
-
border: solid ${
|
|
35189
|
+
border: solid ${ce.palette.gray.gray3};
|
|
35227
35190
|
border-width: 0 2px 2px 0;
|
|
35228
35191
|
display: inline-block;
|
|
35229
35192
|
padding: 3px;
|
|
@@ -35244,7 +35207,7 @@ const hh = T(Gn)`
|
|
|
35244
35207
|
r && t(r);
|
|
35245
35208
|
};
|
|
35246
35209
|
return /* @__PURE__ */ c.jsx(kz, { direction: "row", alignItems: "center", "data-testid": "breadCrumbs", children: e.map(({ name: r, route: A }, o) => {
|
|
35247
|
-
const i = o === e.length - 1, a = i ?
|
|
35210
|
+
const i = o === e.length - 1, a = i ? ce.palette.gray.black : ce.palette.gray.gray4, s = i ? "lastCrumb" : `crumb-${o}`;
|
|
35248
35211
|
return /* @__PURE__ */ c.jsxs(H, { direction: "row", alignItems: "center", children: [
|
|
35249
35212
|
/* @__PURE__ */ c.jsx(
|
|
35250
35213
|
Mz,
|
|
@@ -35261,13 +35224,13 @@ const hh = T(Gn)`
|
|
|
35261
35224
|
] }, r.replace(/\s/g, ""));
|
|
35262
35225
|
}) });
|
|
35263
35226
|
}, Uz = "Settings", Vz = "Setup", Gz = T(Ee)`
|
|
35264
|
-
background-color: ${({ active: e }) => e ?
|
|
35227
|
+
background-color: ${({ active: e }) => e ? ce.palette.green.primary : ce.palette.gray.gray4};
|
|
35265
35228
|
`, Hz = T(Ss)`
|
|
35266
|
-
background-color: ${({ active: e }) => e ? "#BBF0BB80" :
|
|
35267
|
-
color: ${({ active: e }) => e ?
|
|
35229
|
+
background-color: ${({ active: e }) => e ? "#BBF0BB80" : ce.palette.gray.gray6};
|
|
35230
|
+
color: ${({ active: e }) => e ? ce.palette.gray.gray3 : ce.palette.gray.gray4};
|
|
35268
35231
|
height: 36px;
|
|
35269
35232
|
&:hover {
|
|
35270
|
-
background-color: ${({ active: e }) => e ? "#BBF0BB80" :
|
|
35233
|
+
background-color: ${({ active: e }) => e ? "#BBF0BB80" : ce.palette.gray.gray6};
|
|
35271
35234
|
}
|
|
35272
35235
|
`, Wz = ({ active: e, label: t }) => /* @__PURE__ */ c.jsx(
|
|
35273
35236
|
Hz,
|
|
@@ -36175,7 +36138,7 @@ const TY = T(re)`
|
|
|
36175
36138
|
`, UY = T(H)`
|
|
36176
36139
|
flex-shrink: 0;
|
|
36177
36140
|
`, VY = T(re)`
|
|
36178
|
-
color: ${
|
|
36141
|
+
color: ${ce.palette.gray.black};
|
|
36179
36142
|
`, GY = T(Ct.ChevronRightOutlined)`
|
|
36180
36143
|
height: 20px;
|
|
36181
36144
|
width: 20px;
|
|
@@ -36265,11 +36228,11 @@ const YY = T(H)`
|
|
|
36265
36228
|
/* @__PURE__ */ c.jsxs(H, { marginBottom: "20px", children: [
|
|
36266
36229
|
/* @__PURE__ */ c.jsxs(H, { direction: "row", padding: "8px 0", gap: "4px", alignItems: "center", children: [
|
|
36267
36230
|
/* @__PURE__ */ c.jsx(JY, {}),
|
|
36268
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body1_medium", color:
|
|
36231
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body1_medium", color: ce.palette.gray.black, children: nY })
|
|
36269
36232
|
] }),
|
|
36270
36233
|
/* @__PURE__ */ c.jsx(re, { variant: "body2", children: rY })
|
|
36271
36234
|
] }),
|
|
36272
|
-
/* @__PURE__ */ c.jsx(re, { variant: "body2_medium", marginBottom: "8px", color:
|
|
36235
|
+
/* @__PURE__ */ c.jsx(re, { variant: "body2_medium", marginBottom: "8px", color: ce.palette.gray.black, children: AY }),
|
|
36273
36236
|
/* @__PURE__ */ c.jsx(KY, { variant: "body2", dangerouslySetInnerHTML: { __html: e } }),
|
|
36274
36237
|
t ? /* @__PURE__ */ c.jsxs(XY, { target: "_blank", underline: "none", href: t, children: [
|
|
36275
36238
|
/* @__PURE__ */ c.jsx(qY, {}),
|
|
@@ -36594,7 +36557,7 @@ const YY = T(H)`
|
|
|
36594
36557
|
{
|
|
36595
36558
|
variant: "text",
|
|
36596
36559
|
color: "primary",
|
|
36597
|
-
style: { color:
|
|
36560
|
+
style: { color: ce.palette.gray.gray3 },
|
|
36598
36561
|
disabled: n,
|
|
36599
36562
|
onClick: f,
|
|
36600
36563
|
children: "Cancel"
|
|
@@ -37228,7 +37191,7 @@ const mJ = ({
|
|
|
37228
37191
|
line-height: 12px;
|
|
37229
37192
|
letter-spacing: 0.01px;
|
|
37230
37193
|
`, eX = T(re)`
|
|
37231
|
-
color: ${
|
|
37194
|
+
color: ${ce.palette.gray.gray2};
|
|
37232
37195
|
margin-top: 8px;
|
|
37233
37196
|
margin-bottom: 20px;
|
|
37234
37197
|
`, tX = T(it)`
|
|
@@ -37242,10 +37205,10 @@ const mJ = ({
|
|
|
37242
37205
|
display: flex;
|
|
37243
37206
|
align-items: center;
|
|
37244
37207
|
margin-left: 12px;
|
|
37245
|
-
border: 1px solid ${
|
|
37208
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
37246
37209
|
color: black;
|
|
37247
37210
|
&:hover {
|
|
37248
|
-
border: 1px solid ${
|
|
37211
|
+
border: 1px solid ${ce.palette.gray.gray5};
|
|
37249
37212
|
color: black;
|
|
37250
37213
|
background: white;
|
|
37251
37214
|
}
|
|
@@ -37262,14 +37225,14 @@ T(Ee)`
|
|
|
37262
37225
|
cursor: pointer;
|
|
37263
37226
|
width: 252px;
|
|
37264
37227
|
height: 187px;
|
|
37265
|
-
border: 1px solid ${
|
|
37228
|
+
border: 1px solid ${ce.palette.gray.gray6};
|
|
37266
37229
|
border-radius: 8px;
|
|
37267
37230
|
padding: 24px;
|
|
37268
37231
|
box-sizing: border-box;
|
|
37269
37232
|
flex: 1 1 100%;
|
|
37270
37233
|
max-width: 252px;
|
|
37271
37234
|
&:hover {
|
|
37272
|
-
box-shadow: 0px 2px 4px 0px ${
|
|
37235
|
+
box-shadow: 0px 2px 4px 0px ${ce.palette.gray.gray6};
|
|
37273
37236
|
}
|
|
37274
37237
|
`;
|
|
37275
37238
|
T(ni)`
|
|
@@ -38300,7 +38263,7 @@ const rX = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%20
|
|
|
38300
38263
|
connectorLogo: B,
|
|
38301
38264
|
variables: r,
|
|
38302
38265
|
customFields: A,
|
|
38303
|
-
title: f
|
|
38266
|
+
title: `Create ${f}`,
|
|
38304
38267
|
isLoading: u || Q,
|
|
38305
38268
|
isSaving: v,
|
|
38306
38269
|
checkMandatory: !0,
|