@hiver/connector-admin 0.0.10-beta.51 → 0.0.10-beta.54

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.
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/style.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,UAAU,CAG7D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAQ3D,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/style.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,UAAU,CAG7D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAS3D,CAAC"}
@@ -1,12 +1,10 @@
1
1
  import { IConnectorDetails } from '../../../../types/connector';
2
2
  interface ICustomConnectorCardItem {
3
3
  connector: IConnectorDetails;
4
- setModal?: (val: boolean) => void;
5
- setConnectorType?: (val: string) => void;
6
4
  isConfigSettingsPage?: boolean;
7
5
  isLoading?: boolean;
8
6
  isEdit?: boolean;
9
7
  }
10
- export declare const CustomConnectorCardItem: ({ connector, setModal, setConnectorType, isConfigSettingsPage, isEdit }: ICustomConnectorCardItem) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const CustomConnectorCardItem: ({ connector, isConfigSettingsPage, isEdit }: ICustomConnectorCardItem) => import("react/jsx-runtime").JSX.Element;
11
9
  export {};
12
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-item/index.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAiBtD,UAAU,wBAAwB;IAChC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,gBAAgB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,uBAAuB,4EAMjC,wBAAwB,4CA8H1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-item/index.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAWtD,UAAU,wBAAwB;IAChC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,uBAAuB,gDAIjC,wBAAwB,4CAmH1B,CAAC"}
@@ -1,8 +1,3 @@
1
1
  import { FC } from 'react';
2
- interface IProps {
3
- setModal?: (val: boolean) => void;
4
- setConnectorType?: (val: string) => void;
5
- }
6
- export declare const CustomConnectorCardList: FC<IProps>;
7
- export {};
2
+ export declare const CustomConnectorCardList: FC;
8
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAS3B,UAAU,MAAM;IACd,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,gBAAgB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,MAAM,CAsB9C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAS3B,eAAO,MAAM,uBAAuB,EAAE,EAcrC,CAAC"}
@@ -13,7 +13,6 @@ export declare const REQUEST_NEW_MODAL_BUTTON_TEXT: string;
13
13
  export declare const REQUEST_NEW_MODAL_SUBMITTED_TITLE: string;
14
14
  export declare const REQUEST_NEW_MODAL_SUBMITTED_DESCRIPTION: string;
15
15
  export declare const REQUEST_NEW_MODAL_SUBMITTED_BUTTON_TEXT: string;
16
- export declare const REQUEST_API_TEXT: string;
17
16
  export declare const ADD_CONNECTOR: string;
18
17
  export declare const EDIT_CONNECTOR: string;
19
18
  export declare const ENABLE: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/request-new-connector/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAyC,CAAC;AACrE,eAAO,MAAM,wBAAwB,EAAE,MAAqI,CAAC;AAC7K,eAAO,MAAM,WAAW,EAAE,MAAgC,CAAC;AAC3D,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AACvE,eAAO,MAAM,eAAe,EAAE,MAA8B,CAAC;AAC7D,eAAO,MAAM,uBAAuB,EAAE,MAAkC,CAAC;AACzE,eAAO,MAAM,aAAa,EAAE,MACyD,CAAC;AACtF,eAAO,MAAM,6BAA6B,EAAE,MAAwH,CAAC;AACrK,eAAO,MAAM,uBAAuB,EAAE,MAA2B,CAAC;AAClE,eAAO,MAAM,sCAAsC,EAAE,MAA6B,CAAC;AACnF,eAAO,MAAM,uCAAuC,EAAE,MAAuD,CAAC;AAC9G,eAAO,MAAM,6BAA6B,EAAE,MAAyB,CAAC;AACtE,eAAO,MAAM,iCAAiC,EAAE,MAA4B,CAAC;AAC7E,eAAO,MAAM,uCAAuC,EAAE,MAC2C,CAAC;AAClG,eAAO,MAAM,uCAAuC,EAAE,MAAe,CAAC;AACtE,eAAO,MAAM,gBAAgB,EAAE,MAA2B,CAAC;AAC3D,eAAO,MAAM,aAAa,EAAE,MAAwB,CAAC;AACrD,eAAO,MAAM,cAAc,EAAE,MAAyB,CAAC;AACvD,eAAO,MAAM,MAAM,EAAE,MAAiB,CAAC;AACvC,eAAO,MAAM,OAAO,EAAE,MAAkB,CAAC;AACzC,eAAO,MAAM,YAAY;;;CAGxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/request-new-connector/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAyC,CAAC;AACrE,eAAO,MAAM,wBAAwB,EAAE,MAAqI,CAAC;AAC7K,eAAO,MAAM,WAAW,EAAE,MAAgC,CAAC;AAC3D,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AACvE,eAAO,MAAM,eAAe,EAAE,MAA8B,CAAC;AAC7D,eAAO,MAAM,uBAAuB,EAAE,MAAkC,CAAC;AACzE,eAAO,MAAM,aAAa,EAAE,MACyD,CAAC;AACtF,eAAO,MAAM,6BAA6B,EAAE,MAAwH,CAAC;AACrK,eAAO,MAAM,uBAAuB,EAAE,MAA2B,CAAC;AAClE,eAAO,MAAM,sCAAsC,EAAE,MAA6B,CAAC;AACnF,eAAO,MAAM,uCAAuC,EAAE,MAAuD,CAAC;AAC9G,eAAO,MAAM,6BAA6B,EAAE,MAAyB,CAAC;AACtE,eAAO,MAAM,iCAAiC,EAAE,MAA4B,CAAC;AAC7E,eAAO,MAAM,uCAAuC,EAAE,MAC2C,CAAC;AAClG,eAAO,MAAM,uCAAuC,EAAE,MAAe,CAAC;AACtE,eAAO,MAAM,aAAa,EAAE,MAAwB,CAAC;AACrD,eAAO,MAAM,cAAc,EAAE,MAAyB,CAAC;AACvD,eAAO,MAAM,MAAM,EAAE,MAAiB,CAAC;AACvC,eAAO,MAAM,OAAO,EAAE,MAAkB,CAAC;AACzC,eAAO,MAAM,YAAY;;;CAGxB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { b2 as s, b3 as e } from "./index-BetkvhgK.js";
1
+ import { b2 as s, b3 as e } from "./index-DunlDO5s.js";
2
2
  const t = s.withTypes(), a = e.withTypes();
3
3
  export {
4
4
  a,
@@ -1,4 +1,4 @@
1
- import { s as g, b as C, B as I, M as r, j as A, m as v, T as B, n as t, p as u, H as d, q as e, r as s, t as w, v as b } from "./index-BetkvhgK.js";
1
+ import { s as g, b as C, B as I, M as r, j as A, m as v, T as B, n as t, p as u, H as d, q as e, r as s, t as w, v as b } from "./index-DunlDO5s.js";
2
2
  import { useContext as X } from "react";
3
3
  const W = g(C)`
4
4
  width: 100%;
@@ -1,4 +1,4 @@
1
- import { s as o, B as s, T as u, M as m, u as S, a as b, R as C, S as d, j as i, C as B, b as v, c as j, O as k } from "./index-BetkvhgK.js";
1
+ import { s as o, B as s, T as u, M as m, u as S, a as b, R as C, S as d, j as i, C as B, b as v, c as j, O as k } from "./index-DunlDO5s.js";
2
2
  import { useContext as E, useEffect as O } from "react";
3
3
  const T = o(s)`
4
4
  box-sizing: border-box;
@@ -1,8 +1,8 @@
1
- import { s as c, b as o, o as f, j as t, i as j, T as d, w as y, u as S, x as b, y as v, z as T, D as I, R as E, A } from "./index-BetkvhgK.js";
1
+ import { s as c, b as o, o as f, j as t, i as j, T as d, w as y, u as S, x as b, y as v, z as T, D as I, R as E, A } from "./index-DunlDO5s.js";
2
2
  import { useState as P, useEffect as D } from "react";
3
- import { a as h, u as k } from "./hooks-DYonfgcv.js";
4
- import { C, d as B, e as M, f as R, g as N, T as _ } from "./showMessage-d7VDbiKC.js";
5
- import { c as Z, b as W } from "./index-nHIEBZu6.js";
3
+ import { a as h, u as k } from "./hooks-Dg0zJKqa.js";
4
+ import { C, d as B, e as M, f as R, g as N, T as _ } from "./showMessage-87U3rSSA.js";
5
+ import { c as Z, b as W } from "./index-gqTc6gd3.js";
6
6
  const q = "{{connector}} features", O = "Following are the list of features that you will find in this connector", $ = "Request new API", z = c(o)`
7
7
  width: 100%;
8
8
  height: ${(s) => s.height ? s.height : "72px"};
@@ -23,18 +23,18 @@ const q = "{{connector}} features", O = "Following are the list of features that
23
23
  color: ${f.palette.purple.primary} !important;
24
24
  border: 1px solid ${f.palette.purple.primary} !important;
25
25
  }
26
- `, V = ({ connectorName: s, connectorType: a, apiList: x, isLoading: u = !1, isEdit: m = !1 }) => {
26
+ `, V = ({ connectorName: s, connectorType: a, apiList: x, isLoading: m = !1, isEdit: u = !1 }) => {
27
27
  const r = q.replace("{{connector}}", s ?? ""), [n, l] = P(!1), i = () => {
28
28
  l(!0);
29
29
  };
30
- return /* @__PURE__ */ t.jsx(U, { children: u ? /* @__PURE__ */ t.jsx(F, {}) : /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
30
+ return /* @__PURE__ */ t.jsx(U, { children: m ? /* @__PURE__ */ t.jsx(F, {}) : /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
31
31
  /* @__PURE__ */ t.jsx(Z, { shown: n, setShown: l, isApi: !0, connectorType: a }),
32
32
  /* @__PURE__ */ t.jsxs(o, { direction: "row", justifyContent: "space-between", children: [
33
33
  /* @__PURE__ */ t.jsxs("div", { children: [
34
34
  /* @__PURE__ */ t.jsx(d, { variant: "h2", children: r }),
35
35
  /* @__PURE__ */ t.jsx(d, { variant: "body1", marginBottom: "20px", children: O })
36
36
  ] }),
37
- m ? /* @__PURE__ */ t.jsx(
37
+ u ? /* @__PURE__ */ t.jsx(
38
38
  G,
39
39
  {
40
40
  color: "tertiary",
@@ -69,19 +69,20 @@ const q = "{{connector}} features", O = "Following are the list of features that
69
69
  `, J = c(y)`
70
70
  position: absolute;
71
71
  left: -36px;
72
+ margin: 3.5px 2.5px 3.5px 0;
72
73
  img {
73
74
  width: 18px;
74
75
  height: 18px;
75
- margin: 3.5px 2.5px 3.5px 0;
76
+ margin: 0;
76
77
  }
77
78
  `, st = () => {
78
- const s = S(), a = h(B), x = h(M), u = h(R), m = h(N), r = k(), { id: n = "" } = b(), [l] = v(), i = l.get("isEdit") === "true", p = (a == null ? void 0 : a[n]) || null;
79
+ const s = S(), a = h(B), x = h(M), m = h(R), u = h(N), r = k(), { id: n = "" } = b(), [l] = v(), i = l.get("isEdit") === "true", p = (a == null ? void 0 : a[n]) || null;
79
80
  D(() => {
80
81
  r(i ? T(n) : I(n));
81
82
  }, [i, r, n]);
82
83
  const L = (g) => {
83
84
  g == null || g.stopPropagation(), s(E.BASEPATH);
84
- }, e = i ? p : x, w = u === A.LOADING || m === A.LOADING;
85
+ }, e = i ? p : x, w = m === A.LOADING || u === A.LOADING;
85
86
  return /* @__PURE__ */ t.jsxs(Q, { "data-testid": "connector-config", children: [
86
87
  /* @__PURE__ */ t.jsx(_, { title: "Back", placement: "bottom", children: /* @__PURE__ */ t.jsx(J, { onClick: L, children: /* @__PURE__ */ t.jsx("img", { src: H }) }) }),
87
88
  e ? /* @__PURE__ */ t.jsx(W, { isConfigSettingsPage: !0, connector: e, isEdit: i }) : null,
@@ -1,16 +1,16 @@
1
- import { s as e, o as r, j as t, u as v, f as E, L as T, A, d as S, e as N, g as D, h as R, R as f, I, b as w, B as k, T as p, i as g, k as O, l as B } from "./index-BetkvhgK.js";
2
- import { useEffect as j, useState as x } from "react";
3
- import { E as V, a as $, R as y, C as U, b as W, c as P } from "./index-nHIEBZu6.js";
4
- import { u as Z, a as d } from "./hooks-DYonfgcv.js";
5
- import { C as b, s as F, a as q, b as z, c as H, d as G } from "./showMessage-d7VDbiKC.js";
6
- const X = e("li")`
1
+ import { s as e, o as n, j as t, u as _, f as v, L as E, A, d as T, e as S, g as N, h as D, R as M, I as R, b as w, B as k, T as d, i as g, k as I, l as O } from "./index-DunlDO5s.js";
2
+ import { useEffect as m, useState as x } from "react";
3
+ import { E as B, a as V, R as f, C as $, b as U, c as W } from "./index-gqTc6gd3.js";
4
+ import { u as j, a as l } from "./hooks-Dg0zJKqa.js";
5
+ import { C as b, s as y, a as P, b as q, c as Z, d as z } from "./showMessage-87U3rSSA.js";
6
+ const G = e("li")`
7
7
  width: 252px;
8
8
  height: 187px;
9
- border: 1px solid ${r.palette.gray.gray6};
9
+ border: 1px solid ${n.palette.gray.gray6};
10
10
  border-radius: 8px;
11
11
  padding: 24px;
12
12
  box-sizing: border-box;
13
- `, Y = () => /* @__PURE__ */ t.jsx(t.Fragment, { children: Array(4).fill(0).map((n, a) => /* @__PURE__ */ t.jsxs(X, { "data-testid": "connector-library-loading", children: [
13
+ `, X = () => /* @__PURE__ */ t.jsx(t.Fragment, { children: Array(4).fill(0).map((a, o) => /* @__PURE__ */ t.jsxs(G, { "data-testid": "connector-library-loading", children: [
14
14
  /* @__PURE__ */ t.jsx(b, { variant: "rounded", width: 53, height: 43, animation: "wave" }),
15
15
  /* @__PURE__ */ t.jsx(
16
16
  b,
@@ -23,26 +23,26 @@ const X = e("li")`
23
23
  }
24
24
  ),
25
25
  /* @__PURE__ */ t.jsx(b, { variant: "rectangular", width: 204, height: 40, animation: "wave" })
26
- ] }, a)) }), Q = () => {
27
- const n = v(), a = Z(), s = d(F), o = d(q), i = d(z);
28
- j(() => {
29
- a(E());
30
- }, [a]);
31
- const h = (c, l) => {
32
- c == null || c.stopPropagation(), n(`${f.BASEPATH}${f.API_VIEW}/${l}`);
26
+ ] }, o)) }), Y = () => {
27
+ const a = _(), o = j(), r = l(y), s = l(P), p = l(q);
28
+ m(() => {
29
+ o(v());
30
+ }, [o]);
31
+ const C = (i, c) => {
32
+ i == null || i.stopPropagation(), a(`${M.BASEPATH}${M.API_VIEW}/${c}`);
33
33
  };
34
- return /* @__PURE__ */ t.jsx(T, { "data-testid": "connector-library", component: "ul", children: i === A.LOADING ? /* @__PURE__ */ t.jsx(Y, {}) : /* @__PURE__ */ t.jsx(t.Fragment, { children: s.map((c) => {
35
- const l = o == null ? void 0 : o[c];
36
- return l ? /* @__PURE__ */ t.jsxs(S, { onClick: (C) => h(C, c), component: "li", children: [
37
- /* @__PURE__ */ t.jsx(N, { children: /* @__PURE__ */ t.jsx("img", { src: l.logo ?? "", alt: l.name }) }),
38
- /* @__PURE__ */ t.jsx(D, { variant: "h2", children: l.name }),
39
- /* @__PURE__ */ t.jsx(R, { variant: "body1", color: "rgba(108, 123, 148, 1)", children: l.description })
40
- ] }, c) : null;
34
+ return /* @__PURE__ */ t.jsx(E, { "data-testid": "connector-library", component: "ul", children: p === A.LOADING ? /* @__PURE__ */ t.jsx(X, {}) : /* @__PURE__ */ t.jsx(t.Fragment, { children: r.map((i) => {
35
+ const c = s == null ? void 0 : s[i];
36
+ return c ? /* @__PURE__ */ t.jsxs(T, { onClick: (h) => C(h, i), component: "li", children: [
37
+ /* @__PURE__ */ t.jsx(S, { children: /* @__PURE__ */ t.jsx("img", { src: c.logo ?? "", alt: c.name }) }),
38
+ /* @__PURE__ */ t.jsx(N, { variant: "h2", children: c.name }),
39
+ /* @__PURE__ */ t.jsx(D, { variant: "body1", color: "rgba(108, 123, 148, 1)", children: c.description })
40
+ ] }, i) : null;
41
41
  }) }) });
42
- }, J = e(I)`
42
+ }, Q = e(R)`
43
43
  width: 203px;
44
44
  height: 161px;
45
- `, K = e(w)`
45
+ `, J = e(w)`
46
46
  padding: 18px 30px;
47
47
  box-sizing: border-box;
48
48
  width: 873px;
@@ -50,139 +50,130 @@ const X = e("li")`
50
50
  border-radius: 12px;
51
51
  box-shadow: 0 0 10px 0 rgba(239, 241, 244, 1);
52
52
  margin-bottom: 32px;
53
- `, t2 = e(k)`
53
+ `, K = e(k)`
54
54
  padding: 12.3px 0 12.3px 0;
55
55
  box-sizing: border-box;
56
56
  width: 531px;
57
57
  height: 136px;
58
- `, e2 = e(p)`
58
+ `, t2 = e(d)`
59
59
  font-size: 18px;
60
60
  line-height: 32px;
61
- `, o2 = e(p)`
61
+ `, e2 = e(d)`
62
62
  font-size: 14px;
63
63
  line-height: 20px;
64
64
  margin-top: 4px;
65
65
  margin-bottom: 24px;
66
- `, r2 = e(w)`
66
+ `, o2 = e(w)`
67
67
  width: 466px;
68
68
  height: 36px;
69
69
  & .create-own__btn {
70
70
  pointer-events: none;
71
71
  }
72
- `, n2 = e(g)`
72
+ `, r2 = e(g)`
73
73
  height: 36px;
74
74
  width: 201px;
75
75
  text-transform: none;
76
- color: ${r.palette.gray.black};
77
- border: 1px solid ${r.palette.gray.gray5};
76
+ color: ${n.palette.gray.black};
77
+ border: 1px solid ${n.palette.gray.gray5};
78
78
  white-space: pre;
79
- background: ${r.palette.gray.white};
79
+ background: ${n.palette.gray.white};
80
80
  box-shadow: none;
81
81
  &:hover {
82
82
  background-color: #e3e9ff !important;
83
- color: ${r.palette.purple.primary} !important;
84
- border: 1px solid ${r.palette.purple.primary} !important;
83
+ color: ${n.palette.purple.primary} !important;
84
+ border: 1px solid ${n.palette.purple.primary} !important;
85
85
  }
86
- `, a2 = e(g)`
86
+ `, n2 = e(g)`
87
87
  width: 253px;
88
88
  height: 36px;
89
89
  text-transform: none;
90
90
  box-shadow: none;
91
- color: ${r.palette.gray.black};
92
- border: 1px solid ${r.palette.gray.gray5};
93
- `, s2 = "data:image/svg+xml,%3csvg%20width='203'%20height='161'%20viewBox='0%200%20203%20161'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M134.44%2040.6862H200.644V81.0609C200.644%2082.3432%20199.604%2083.3826%20198.322%2083.3826H136.761C135.479%2083.3826%20134.44%2082.3432%20134.44%2081.0609V40.6862Z'%20fill='%23FFF3D2'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M139.145%2051.9976H184.951'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2057.9141H163.002'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2054.479H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2054.479H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2054.479H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2060.3955H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2060.3955H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2060.3955H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2065.9312H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2065.9312H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2065.9312H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M152.887%2068.4111H169.873'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M173.5%2068.4111H182.47'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M187.623%2068.4111H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M152.887%2071.4648H169.873'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M173.5%2071.4648H182.47'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M187.623%2071.4648H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2074.7104H184.951'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2077.5732H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2077.5732H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2077.5732H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2048.0682L141.244%2047.0352V47.3343L139.476%2048.1817L141.244%2049.0264V49.3255L139.145%2048.2925V48.0682Z'%20fill='black'%20stroke='black'%20stroke-width='0.257969'%20stroke-miterlimit='10'/%3e%3cpath%20d='M142.58%2049.5166L143.823%2046.272H144.107L142.867%2049.5166H142.58Z'%20fill='black'%20stroke='black'%20stroke-width='0.257969'%20stroke-miterlimit='10'/%3e%3cpath%20d='M147.351%2048.298L145.252%2049.3255V49.0264L147.035%2048.1817L145.252%2047.3343V47.0352L147.351%2048.0626V48.298Z'%20fill='black'%20stroke='black'%20stroke-width='0.257969'%20stroke-miterlimit='10'/%3e%3cpath%20d='M134.44%2036.6129C134.44%2035.3306%20135.479%2034.2912%20136.761%2034.2912H198.322C199.604%2034.2912%20200.644%2035.3306%20200.644%2036.6129V41.8992H134.44V36.6129Z'%20fill='%23FFF3D2'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M84.8145%20109.638C86.1501%20109.161%20116.217%20103.239%20131.083%20100.337C131.083%20123.114%20142.173%20150.302%20142.173%20150.302C118.223%20149.149%2082.9326%20147.55%2080.6392%20150.035C80.5633%20150.532%2080.5215%20150.648%2080.5215%20150.302C80.5215%20150.208%2080.5613%20150.119%2080.6392%20150.035C81.1921%20146.416%2083.5564%20122.604%2084.8145%20109.638Z'%20fill='url(%23paint0_linear_825_75539)'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M76.3154%2088.9624C69.4521%2074.2578%2078.1207%2057.0011%2094.0146%2053.7281C107.786%2050.8921%20121.205%2059.9098%20123.781%2073.7324L130.06%20107.418L87.6866%20113.325L76.3154%2088.9624Z'%20fill='%23FDDDE3'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M103.673%20117.1L99.0852%2052.8911C118.429%2052.4444%20137.811%2071.5367%20146.627%2083.1324L178.149%20117.1L202.302%2068.9265C190.053%20126.275%20175.905%20122.981%20163.824%20124.792C155.458%20126.046%20147.891%20133.714%20140.155%20130.291C132.41%20126.863%20126.497%20118.236%20123.88%20112.707L103.673%20117.1Z'%20fill='url(%23paint1_linear_825_75539)'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M114.271%2083.252C118.069%2094.4661%20126.122%20117.402%20127.957%20119.432'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M88.8366%2059.1996L88.5032%2055.6683C90.8018%2054.0956%2095.157%2053.2487%2097.3347%2053.2487L97.6605%2058.51C97.7972%2060.7169%2096.2841%2062.6861%2094.1164%2063.1225C91.541%2063.641%2089.0835%2061.815%2088.8366%2059.1996Z'%20fill='%23FDF4FF'%20stroke='black'%20stroke-width='0.515937'/%3e%3ccircle%20cx='90.0554'%20cy='38.6592'%20r='12.0025'%20transform='rotate(-9.60054%2090.0554%2038.6592)'%20fill='%23FFFAED'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M117.281%2031.7576C118.056%2036.3379%20115.028%2040.6624%20110.527%2041.4237C106.027%2042.1849%20101.745%2039.0968%20100.971%2034.5165C100.196%2029.9362%20103.224%2025.6117%20107.724%2024.8505C112.224%2024.0892%20116.506%2027.1773%20117.281%2031.7576Z'%20fill='%23201F37'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M128.781%2031.0289C129.321%2034.2267%20127.168%2037.2574%20123.97%2037.7983C120.772%2038.3392%20117.741%2036.1854%20117.201%2032.9877C116.66%2029.7899%20118.813%2026.7592%20122.011%2026.2183C125.209%2025.6774%20128.24%2027.8312%20128.781%2031.0289Z'%20fill='%23201F37'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M97.4644%2029.099L97.4645%2029.0991L97.4646%2029.0991L97.4656%2029.0999C99.5687%2030.6855%20101.029%2032.5735%20101.624%2035.0232C102.206%2037.4236%20101.967%2040.396%20100.633%2044.2C97.0722%2042.5358%2095.3166%2039.089%2094.454%2035.981C94.0138%2034.3948%2093.8101%2032.9096%2093.7166%2031.8204C93.6699%2031.2762%2093.6508%2030.8317%2093.6433%2030.5241C93.6396%2030.3703%2093.6388%2030.2508%2093.6389%2030.1701C93.6389%2030.1298%2093.6392%2030.0992%2093.6395%2030.0789L93.6398%2030.0563L93.6399%2030.051L93.64%2030.0498L93.64%2030.0496L93.64%2030.0496L93.6527%2029.5251L93.2295%2029.8353C89.9675%2032.227%2086.3841%2033.2217%2083.6098%2033.6171C82.2235%2033.8147%2081.0421%2033.8622%2080.2084%2033.8604C79.7917%2033.8595%2079.4621%2033.8463%2079.2375%2033.8334C79.2049%2033.8315%2079.1744%2033.8296%2079.1463%2033.8278C79.297%2032.2501%2080.1017%2031.0286%2081.1387%2030.0646C82.2337%2029.0467%2083.5744%2028.3285%2084.6439%2027.7971L84.6439%2027.7971L84.6456%2027.7963C87.9792%2026.1097%2091.1784%2026.4316%2093.5559%2027.1816C94.7449%2027.5567%2095.725%2028.038%2096.4074%2028.4254C96.7484%2028.6189%2097.0144%2028.7887%2097.1944%2028.9095C97.2844%2028.9699%2097.3529%2029.0179%2097.3983%2029.0506C97.4211%2029.0669%2097.4381%2029.0794%2097.4491%2029.0876L97.4613%2029.0967L97.464%2029.0987L97.4644%2029.099Z'%20fill='%23201F37'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M49.7793%2025.6441C38.7904%2071.8993%2052.3973%20102.244%2076.0571%20110.591C68.28%20116.031%2051.457%20127.928%2048.6609%20135.993C13.8995%2097.0535%2013.2644%2059.5648%2016.3826%2040.2703C16.8253%2037.531%2017.8828%2037.3708%2018.5499%2035.7568C18.7278%2035.3264%2018.8812%2034.8795%2019.126%2034.4833C22.4046%2029.1798%2026.7689%2032.5735%2027.9472%2035.2739C31.8576%2029.5295%2037.1796%2032.3979%2039.3518%2034.5502C39.7174%2029.9047%2040.8543%2026.1622%2042.0702%2023.4391C43.5299%2020.1698%2048.1259%2017.3074%2049.5283%2020.6017C50.1803%2022.1334%2050.0744%2024.2096%2049.7793%2025.6441Z'%20fill='%23FFFAED'/%3e%3cpath%20d='M76.0571%20110.591L76.1429%20110.347L76.6162%20110.514L76.2049%20110.802L76.0571%20110.591ZM49.7793%2025.6441L50.0321%2025.6961L50.0302%2025.7037L49.7793%2025.6441ZM49.5283%2020.6017L49.2909%2020.7027L49.2909%2020.7027L49.5283%2020.6017ZM42.0702%2023.4391L41.8346%2023.3339L41.8346%2023.3339L42.0702%2023.4391ZM39.3518%2034.5502L39.609%2034.5704L39.5654%2035.1249L39.1703%2034.7334L39.3518%2034.5502ZM19.126%2034.4833L19.3455%2034.619L19.126%2034.4833ZM48.6609%20135.993L48.9046%20136.078L48.7608%20136.493L48.4684%20136.165L48.6609%20135.993ZM37.6395%2039.2931C37.6428%2039.1507%2037.7609%2039.0379%2037.9033%2039.0411C38.0458%2039.0444%2038.1586%2039.1625%2038.1553%2039.305L37.6395%2039.2931ZM30.1805%2048.8777L30.0769%2049.114L30.1805%2048.8777ZM27.3439%2046.3067L27.1067%2046.4081L27.3439%2046.3067ZM18.5499%2035.7568L18.7883%2035.8553L18.5499%2035.7568ZM16.3826%2040.2703L16.128%2040.2291L16.3826%2040.2703ZM26.5292%2042.2931C26.5926%2042.1655%2026.7474%2042.1134%2026.875%2042.1768C27.0026%2042.2401%2027.0547%2042.395%2026.9913%2042.5226L26.5292%2042.2931ZM75.9712%20110.834C52.1217%20102.421%2038.5283%2071.8867%2049.5283%2025.5845L50.0302%2025.7037C39.0526%2071.9119%2052.673%20102.068%2076.1429%20110.347L75.9712%20110.834ZM49.5266%2025.5921C49.8176%2024.1774%2049.9126%2022.1633%2049.2909%2020.7027L49.7656%2020.5006C50.448%2022.1036%2050.3311%2024.2417%2050.0319%2025.6961L49.5266%2025.5921ZM42.3057%2023.5442C41.1011%2026.242%2039.9721%2029.9558%2039.609%2034.5704L39.0947%2034.53C39.4627%2029.8535%2040.6074%2026.0823%2041.8346%2023.3339L42.3057%2023.5442ZM39.1703%2034.7334C38.1094%2033.6824%2036.2853%2032.4653%2034.2685%2032.2066C33.2651%2032.078%2032.2155%2032.1864%2031.1825%2032.6685C30.1489%2033.1508%2029.1168%2034.0142%2028.1604%2035.419L27.734%2035.1287C28.7328%2033.6614%2029.8323%2032.7292%2030.9643%2032.2009C32.0969%2031.6725%2033.2467%2031.5555%2034.3341%2031.6949C36.499%2031.9725%2038.422%2033.2658%2039.5334%2034.3669L39.1703%2034.7334ZM27.7108%2035.377C27.1446%2034.0794%2025.8087%2032.6188%2024.2462%2032.123C23.4736%2031.8778%2022.6487%2031.8688%2021.8245%2032.2263C20.997%2032.5853%2020.1458%2033.3243%2019.3455%2034.619L18.9066%2034.3477C19.7456%2032.9906%2020.6694%2032.165%2021.6192%2031.753C22.5721%2031.3396%2023.5268%2031.3534%2024.4023%2031.6312C26.1362%2032.1815%2027.5716%2033.768%2028.1836%2035.1707L27.7108%2035.377ZM48.4171%20135.909C49.1331%20133.844%2050.7363%20131.557%2052.8354%20129.214C54.9383%20126.868%2057.5562%20124.446%2060.3248%20122.11C65.8621%20117.439%2072.0208%20113.099%2075.9092%20110.379L76.2049%20110.802C72.3162%20113.522%2066.175%20117.851%2060.6575%20122.505C57.8987%20124.832%2055.3005%20127.236%2053.2196%20129.559C51.1349%20131.885%2049.5867%20134.11%2048.9046%20136.078L48.4171%20135.909ZM38.1553%2039.305C38.1378%2040.0649%2037.9191%2041.1752%2037.5382%2042.3741C37.1562%2043.5765%2036.6053%2044.886%2035.9123%2046.0449C35.2214%2047.2002%2034.3772%2048.2258%2033.4001%2048.8358C32.411%2049.4534%2031.2841%2049.6437%2030.0769%2049.114L30.2842%2048.6415C31.313%2049.0929%2032.2603%2048.9392%2033.1269%2048.3982C34.0055%2047.8496%2034.7985%2046.902%2035.4695%2045.7801C36.1383%2044.6618%2036.674%2043.3901%2037.0465%2042.2178C37.42%2041.042%2037.6236%2039.9842%2037.6395%2039.2931L38.1553%2039.305ZM27.1067%2046.4081C26.338%2044.611%2026.0684%2041.1708%2027.6984%2035.2059L28.196%2035.3419C26.5771%2041.2663%2026.8808%2044.568%2027.5811%2046.2052L27.1067%2046.4081ZM18.7883%2035.8553C18.4408%2036.6961%2017.9736%2037.1886%2017.5944%2037.738C17.2128%2038.2912%2016.8524%2038.9802%2016.6373%2040.3114L16.128%2040.2291C16.3555%2038.821%2016.7453%2038.0603%2017.1698%2037.445C17.5968%2036.8261%2017.9919%2036.4315%2018.3115%2035.6582L18.7883%2035.8553ZM16.6373%2040.3114C13.5288%2059.5457%2014.1539%2096.9511%2048.8533%20135.822L48.4684%20136.165C13.6451%2097.1559%2013%2059.5839%2016.128%2040.2291L16.6373%2040.3114ZM26.9913%2042.5226C26.491%2043.5304%2025.6794%2044.5018%2024.7179%2045.243C23.7573%2045.9834%2022.6296%2046.5071%2021.4932%2046.5923C20.3469%2046.6783%2019.2055%2046.316%2018.2494%2045.3113C17.3009%2044.3148%2016.55%2042.7033%2016.1286%2040.3151L16.6367%2040.2254C17.0484%2042.5584%2017.7705%2044.0598%2018.6231%2044.9556C19.4679%2045.8432%2020.4556%2046.1527%2021.4546%2046.0778C22.4635%2046.0021%2023.4975%2045.5323%2024.4029%2044.8343C25.3074%2044.1372%2026.0663%2043.2254%2026.5292%2042.2931L26.9913%2042.5226ZM30.0769%2049.114C28.8644%2048.5819%2027.6502%2047.6786%2027.1067%2046.4081L27.5811%2046.2052C28.0525%2047.3073%2029.1336%2048.1366%2030.2842%2048.6415L30.0769%2049.114ZM19.3455%2034.619C19.1151%2034.9915%2018.9746%2035.4048%2018.7883%2035.8553L18.3115%2035.6582C18.4811%2035.248%2018.6472%2034.7674%2018.9066%2034.3477L19.3455%2034.619ZM49.2909%2020.7027C48.9687%2019.9458%2048.4804%2019.571%2047.921%2019.4474C47.3462%2019.3204%2046.6553%2019.4498%2045.931%2019.7923C44.481%2020.4779%2043.0109%2021.9649%2042.3057%2023.5442L41.8346%2023.3339C42.5892%2021.644%2044.147%2020.0651%2045.7105%2019.3258C46.4929%2018.9559%2047.3052%2018.783%2048.0323%2018.9436C48.7746%2019.1077%2049.3867%2019.6104%2049.7656%2020.5006L49.2909%2020.7027Z'%20fill='black'/%3e%3cpath%20d='M32.5275%2052.5876L43.5219%2050.2106C43.7895%2046.8093%2043.1728%2039.782%2037.9496%2040.2355C36.5175%2040.1229%2033.0229%2041.5669%2032.5834%2047.1521L32.3449%2048.8216L32.5275%2052.5876Z'%20fill='%23FFFAED'/%3e%3cpath%20d='M53.2205%2087.8757L71.6226%2066.928C77.3128%2061.0075%2084.3419%2056.9964%2087.0536%2056.2732L92.1721%20116.617L82.6442%20118.312L82.6442%20108.326C62.3994%20136.111%2056.3502%20145.411%2035.5522%20140.528C14.7542%20135.645%2010.3629%2085.0332%2012.2412%2057.0124L50.881%2058.8137L53.2205%2087.8757Z'%20fill='url(%23paint2_linear_825_75539)'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M53.0977%2087.6064L56.7712%20118.157'%20stroke='%23252435'%20stroke-width='0.515937'/%3e%3cpath%20d='M198.796%2092.4902L129.953%2093.0343C128.558%2093.0453%20127.315%2093.9189%20126.833%2095.228L107.751%20147.003L191.044%20147.003L202.098%2096.5616C202.559%2094.4592%20200.948%2092.4731%20198.796%2092.4902Z'%20fill='%23201F37'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M82.668%20109.639V99.7412'%20stroke='black'%20stroke-width='0.515937'/%3e%3ccircle%20cx='162.072'%20cy='123.314'%20r='5.18087'%20fill='white'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M31.9336%2097.6216C33.0722%20102.221%2036.6299%20112.039%2041.7517%20114.518'%20stroke='black'%20stroke-width='0.515937'/%3e%3crect%20x='12.0771'%20y='8.11547'%20width='47.1998'%20height='31.286'%20transform='rotate(12.1011%2012.0771%208.11547)'%20fill='white'%20stroke='black'%20stroke-width='0.541546'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.2852%209.4458L32.3779%2029.4524L56.4037%2018.8982M7.29028%2037.8183L27.3233%2031.1968'%20stroke='black'%20stroke-width='0.541546'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M35.6855%2032.7266L50.4164%2047.2644'%20stroke='black'%20stroke-width='0.541546'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_825_75539'%20x1='111.347'%20y1='100.337'%20x2='111.347'%20y2='150.501'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236068DB'/%3e%3cstop%20offset='1'%20stop-color='%23BCC0FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_825_75539'%20x1='151.013'%20y1='56.6362'%20x2='145.396'%20y2='131.702'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFD361'/%3e%3cstop%20offset='1'%20stop-color='%23FFE8AC'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_825_75539'%20x1='54.6736'%20y1='53.8501'%20x2='48.0704'%20y2='142.087'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFD058'/%3e%3cstop%20offset='1'%20stop-color='%23FFE8AC'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", i2 = ({ setModalState: n }) => {
94
- const a = (s) => {
95
- s == null || s.stopPropagation(), n(!0);
91
+ color: ${n.palette.gray.black};
92
+ border: 1px solid ${n.palette.gray.gray5};
93
+ `, a2 = "data:image/svg+xml,%3csvg%20width='203'%20height='161'%20viewBox='0%200%20203%20161'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M134.44%2040.6862H200.644V81.0609C200.644%2082.3432%20199.604%2083.3826%20198.322%2083.3826H136.761C135.479%2083.3826%20134.44%2082.3432%20134.44%2081.0609V40.6862Z'%20fill='%23FFF3D2'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M139.145%2051.9976H184.951'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2057.9141H163.002'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2054.479H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2054.479H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2054.479H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2060.3955H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2060.3955H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2060.3955H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2065.9312H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2065.9312H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2065.9312H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M152.887%2068.4111H169.873'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M173.5%2068.4111H182.47'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M187.623%2068.4111H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M152.887%2071.4648H169.873'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M173.5%2071.4648H182.47'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M187.623%2071.4648H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2074.7104H184.951'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2077.5732H161.475'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M166.246%2077.5732H177.889'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M184.951%2077.5732H196.594'%20stroke='black'%20stroke-width='0.515937'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M139.145%2048.0682L141.244%2047.0352V47.3343L139.476%2048.1817L141.244%2049.0264V49.3255L139.145%2048.2925V48.0682Z'%20fill='black'%20stroke='black'%20stroke-width='0.257969'%20stroke-miterlimit='10'/%3e%3cpath%20d='M142.58%2049.5166L143.823%2046.272H144.107L142.867%2049.5166H142.58Z'%20fill='black'%20stroke='black'%20stroke-width='0.257969'%20stroke-miterlimit='10'/%3e%3cpath%20d='M147.351%2048.298L145.252%2049.3255V49.0264L147.035%2048.1817L145.252%2047.3343V47.0352L147.351%2048.0626V48.298Z'%20fill='black'%20stroke='black'%20stroke-width='0.257969'%20stroke-miterlimit='10'/%3e%3cpath%20d='M134.44%2036.6129C134.44%2035.3306%20135.479%2034.2912%20136.761%2034.2912H198.322C199.604%2034.2912%20200.644%2035.3306%20200.644%2036.6129V41.8992H134.44V36.6129Z'%20fill='%23FFF3D2'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M84.8145%20109.638C86.1501%20109.161%20116.217%20103.239%20131.083%20100.337C131.083%20123.114%20142.173%20150.302%20142.173%20150.302C118.223%20149.149%2082.9326%20147.55%2080.6392%20150.035C80.5633%20150.532%2080.5215%20150.648%2080.5215%20150.302C80.5215%20150.208%2080.5613%20150.119%2080.6392%20150.035C81.1921%20146.416%2083.5564%20122.604%2084.8145%20109.638Z'%20fill='url(%23paint0_linear_825_75539)'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M76.3154%2088.9624C69.4521%2074.2578%2078.1207%2057.0011%2094.0146%2053.7281C107.786%2050.8921%20121.205%2059.9098%20123.781%2073.7324L130.06%20107.418L87.6866%20113.325L76.3154%2088.9624Z'%20fill='%23FDDDE3'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M103.673%20117.1L99.0852%2052.8911C118.429%2052.4444%20137.811%2071.5367%20146.627%2083.1324L178.149%20117.1L202.302%2068.9265C190.053%20126.275%20175.905%20122.981%20163.824%20124.792C155.458%20126.046%20147.891%20133.714%20140.155%20130.291C132.41%20126.863%20126.497%20118.236%20123.88%20112.707L103.673%20117.1Z'%20fill='url(%23paint1_linear_825_75539)'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M114.271%2083.252C118.069%2094.4661%20126.122%20117.402%20127.957%20119.432'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M88.8366%2059.1996L88.5032%2055.6683C90.8018%2054.0956%2095.157%2053.2487%2097.3347%2053.2487L97.6605%2058.51C97.7972%2060.7169%2096.2841%2062.6861%2094.1164%2063.1225C91.541%2063.641%2089.0835%2061.815%2088.8366%2059.1996Z'%20fill='%23FDF4FF'%20stroke='black'%20stroke-width='0.515937'/%3e%3ccircle%20cx='90.0554'%20cy='38.6592'%20r='12.0025'%20transform='rotate(-9.60054%2090.0554%2038.6592)'%20fill='%23FFFAED'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M117.281%2031.7576C118.056%2036.3379%20115.028%2040.6624%20110.527%2041.4237C106.027%2042.1849%20101.745%2039.0968%20100.971%2034.5165C100.196%2029.9362%20103.224%2025.6117%20107.724%2024.8505C112.224%2024.0892%20116.506%2027.1773%20117.281%2031.7576Z'%20fill='%23201F37'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M128.781%2031.0289C129.321%2034.2267%20127.168%2037.2574%20123.97%2037.7983C120.772%2038.3392%20117.741%2036.1854%20117.201%2032.9877C116.66%2029.7899%20118.813%2026.7592%20122.011%2026.2183C125.209%2025.6774%20128.24%2027.8312%20128.781%2031.0289Z'%20fill='%23201F37'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M97.4644%2029.099L97.4645%2029.0991L97.4646%2029.0991L97.4656%2029.0999C99.5687%2030.6855%20101.029%2032.5735%20101.624%2035.0232C102.206%2037.4236%20101.967%2040.396%20100.633%2044.2C97.0722%2042.5358%2095.3166%2039.089%2094.454%2035.981C94.0138%2034.3948%2093.8101%2032.9096%2093.7166%2031.8204C93.6699%2031.2762%2093.6508%2030.8317%2093.6433%2030.5241C93.6396%2030.3703%2093.6388%2030.2508%2093.6389%2030.1701C93.6389%2030.1298%2093.6392%2030.0992%2093.6395%2030.0789L93.6398%2030.0563L93.6399%2030.051L93.64%2030.0498L93.64%2030.0496L93.64%2030.0496L93.6527%2029.5251L93.2295%2029.8353C89.9675%2032.227%2086.3841%2033.2217%2083.6098%2033.6171C82.2235%2033.8147%2081.0421%2033.8622%2080.2084%2033.8604C79.7917%2033.8595%2079.4621%2033.8463%2079.2375%2033.8334C79.2049%2033.8315%2079.1744%2033.8296%2079.1463%2033.8278C79.297%2032.2501%2080.1017%2031.0286%2081.1387%2030.0646C82.2337%2029.0467%2083.5744%2028.3285%2084.6439%2027.7971L84.6439%2027.7971L84.6456%2027.7963C87.9792%2026.1097%2091.1784%2026.4316%2093.5559%2027.1816C94.7449%2027.5567%2095.725%2028.038%2096.4074%2028.4254C96.7484%2028.6189%2097.0144%2028.7887%2097.1944%2028.9095C97.2844%2028.9699%2097.3529%2029.0179%2097.3983%2029.0506C97.4211%2029.0669%2097.4381%2029.0794%2097.4491%2029.0876L97.4613%2029.0967L97.464%2029.0987L97.4644%2029.099Z'%20fill='%23201F37'%20stroke='%23201F37'%20stroke-width='0.515937'/%3e%3cpath%20d='M49.7793%2025.6441C38.7904%2071.8993%2052.3973%20102.244%2076.0571%20110.591C68.28%20116.031%2051.457%20127.928%2048.6609%20135.993C13.8995%2097.0535%2013.2644%2059.5648%2016.3826%2040.2703C16.8253%2037.531%2017.8828%2037.3708%2018.5499%2035.7568C18.7278%2035.3264%2018.8812%2034.8795%2019.126%2034.4833C22.4046%2029.1798%2026.7689%2032.5735%2027.9472%2035.2739C31.8576%2029.5295%2037.1796%2032.3979%2039.3518%2034.5502C39.7174%2029.9047%2040.8543%2026.1622%2042.0702%2023.4391C43.5299%2020.1698%2048.1259%2017.3074%2049.5283%2020.6017C50.1803%2022.1334%2050.0744%2024.2096%2049.7793%2025.6441Z'%20fill='%23FFFAED'/%3e%3cpath%20d='M76.0571%20110.591L76.1429%20110.347L76.6162%20110.514L76.2049%20110.802L76.0571%20110.591ZM49.7793%2025.6441L50.0321%2025.6961L50.0302%2025.7037L49.7793%2025.6441ZM49.5283%2020.6017L49.2909%2020.7027L49.2909%2020.7027L49.5283%2020.6017ZM42.0702%2023.4391L41.8346%2023.3339L41.8346%2023.3339L42.0702%2023.4391ZM39.3518%2034.5502L39.609%2034.5704L39.5654%2035.1249L39.1703%2034.7334L39.3518%2034.5502ZM19.126%2034.4833L19.3455%2034.619L19.126%2034.4833ZM48.6609%20135.993L48.9046%20136.078L48.7608%20136.493L48.4684%20136.165L48.6609%20135.993ZM37.6395%2039.2931C37.6428%2039.1507%2037.7609%2039.0379%2037.9033%2039.0411C38.0458%2039.0444%2038.1586%2039.1625%2038.1553%2039.305L37.6395%2039.2931ZM30.1805%2048.8777L30.0769%2049.114L30.1805%2048.8777ZM27.3439%2046.3067L27.1067%2046.4081L27.3439%2046.3067ZM18.5499%2035.7568L18.7883%2035.8553L18.5499%2035.7568ZM16.3826%2040.2703L16.128%2040.2291L16.3826%2040.2703ZM26.5292%2042.2931C26.5926%2042.1655%2026.7474%2042.1134%2026.875%2042.1768C27.0026%2042.2401%2027.0547%2042.395%2026.9913%2042.5226L26.5292%2042.2931ZM75.9712%20110.834C52.1217%20102.421%2038.5283%2071.8867%2049.5283%2025.5845L50.0302%2025.7037C39.0526%2071.9119%2052.673%20102.068%2076.1429%20110.347L75.9712%20110.834ZM49.5266%2025.5921C49.8176%2024.1774%2049.9126%2022.1633%2049.2909%2020.7027L49.7656%2020.5006C50.448%2022.1036%2050.3311%2024.2417%2050.0319%2025.6961L49.5266%2025.5921ZM42.3057%2023.5442C41.1011%2026.242%2039.9721%2029.9558%2039.609%2034.5704L39.0947%2034.53C39.4627%2029.8535%2040.6074%2026.0823%2041.8346%2023.3339L42.3057%2023.5442ZM39.1703%2034.7334C38.1094%2033.6824%2036.2853%2032.4653%2034.2685%2032.2066C33.2651%2032.078%2032.2155%2032.1864%2031.1825%2032.6685C30.1489%2033.1508%2029.1168%2034.0142%2028.1604%2035.419L27.734%2035.1287C28.7328%2033.6614%2029.8323%2032.7292%2030.9643%2032.2009C32.0969%2031.6725%2033.2467%2031.5555%2034.3341%2031.6949C36.499%2031.9725%2038.422%2033.2658%2039.5334%2034.3669L39.1703%2034.7334ZM27.7108%2035.377C27.1446%2034.0794%2025.8087%2032.6188%2024.2462%2032.123C23.4736%2031.8778%2022.6487%2031.8688%2021.8245%2032.2263C20.997%2032.5853%2020.1458%2033.3243%2019.3455%2034.619L18.9066%2034.3477C19.7456%2032.9906%2020.6694%2032.165%2021.6192%2031.753C22.5721%2031.3396%2023.5268%2031.3534%2024.4023%2031.6312C26.1362%2032.1815%2027.5716%2033.768%2028.1836%2035.1707L27.7108%2035.377ZM48.4171%20135.909C49.1331%20133.844%2050.7363%20131.557%2052.8354%20129.214C54.9383%20126.868%2057.5562%20124.446%2060.3248%20122.11C65.8621%20117.439%2072.0208%20113.099%2075.9092%20110.379L76.2049%20110.802C72.3162%20113.522%2066.175%20117.851%2060.6575%20122.505C57.8987%20124.832%2055.3005%20127.236%2053.2196%20129.559C51.1349%20131.885%2049.5867%20134.11%2048.9046%20136.078L48.4171%20135.909ZM38.1553%2039.305C38.1378%2040.0649%2037.9191%2041.1752%2037.5382%2042.3741C37.1562%2043.5765%2036.6053%2044.886%2035.9123%2046.0449C35.2214%2047.2002%2034.3772%2048.2258%2033.4001%2048.8358C32.411%2049.4534%2031.2841%2049.6437%2030.0769%2049.114L30.2842%2048.6415C31.313%2049.0929%2032.2603%2048.9392%2033.1269%2048.3982C34.0055%2047.8496%2034.7985%2046.902%2035.4695%2045.7801C36.1383%2044.6618%2036.674%2043.3901%2037.0465%2042.2178C37.42%2041.042%2037.6236%2039.9842%2037.6395%2039.2931L38.1553%2039.305ZM27.1067%2046.4081C26.338%2044.611%2026.0684%2041.1708%2027.6984%2035.2059L28.196%2035.3419C26.5771%2041.2663%2026.8808%2044.568%2027.5811%2046.2052L27.1067%2046.4081ZM18.7883%2035.8553C18.4408%2036.6961%2017.9736%2037.1886%2017.5944%2037.738C17.2128%2038.2912%2016.8524%2038.9802%2016.6373%2040.3114L16.128%2040.2291C16.3555%2038.821%2016.7453%2038.0603%2017.1698%2037.445C17.5968%2036.8261%2017.9919%2036.4315%2018.3115%2035.6582L18.7883%2035.8553ZM16.6373%2040.3114C13.5288%2059.5457%2014.1539%2096.9511%2048.8533%20135.822L48.4684%20136.165C13.6451%2097.1559%2013%2059.5839%2016.128%2040.2291L16.6373%2040.3114ZM26.9913%2042.5226C26.491%2043.5304%2025.6794%2044.5018%2024.7179%2045.243C23.7573%2045.9834%2022.6296%2046.5071%2021.4932%2046.5923C20.3469%2046.6783%2019.2055%2046.316%2018.2494%2045.3113C17.3009%2044.3148%2016.55%2042.7033%2016.1286%2040.3151L16.6367%2040.2254C17.0484%2042.5584%2017.7705%2044.0598%2018.6231%2044.9556C19.4679%2045.8432%2020.4556%2046.1527%2021.4546%2046.0778C22.4635%2046.0021%2023.4975%2045.5323%2024.4029%2044.8343C25.3074%2044.1372%2026.0663%2043.2254%2026.5292%2042.2931L26.9913%2042.5226ZM30.0769%2049.114C28.8644%2048.5819%2027.6502%2047.6786%2027.1067%2046.4081L27.5811%2046.2052C28.0525%2047.3073%2029.1336%2048.1366%2030.2842%2048.6415L30.0769%2049.114ZM19.3455%2034.619C19.1151%2034.9915%2018.9746%2035.4048%2018.7883%2035.8553L18.3115%2035.6582C18.4811%2035.248%2018.6472%2034.7674%2018.9066%2034.3477L19.3455%2034.619ZM49.2909%2020.7027C48.9687%2019.9458%2048.4804%2019.571%2047.921%2019.4474C47.3462%2019.3204%2046.6553%2019.4498%2045.931%2019.7923C44.481%2020.4779%2043.0109%2021.9649%2042.3057%2023.5442L41.8346%2023.3339C42.5892%2021.644%2044.147%2020.0651%2045.7105%2019.3258C46.4929%2018.9559%2047.3052%2018.783%2048.0323%2018.9436C48.7746%2019.1077%2049.3867%2019.6104%2049.7656%2020.5006L49.2909%2020.7027Z'%20fill='black'/%3e%3cpath%20d='M32.5275%2052.5876L43.5219%2050.2106C43.7895%2046.8093%2043.1728%2039.782%2037.9496%2040.2355C36.5175%2040.1229%2033.0229%2041.5669%2032.5834%2047.1521L32.3449%2048.8216L32.5275%2052.5876Z'%20fill='%23FFFAED'/%3e%3cpath%20d='M53.2205%2087.8757L71.6226%2066.928C77.3128%2061.0075%2084.3419%2056.9964%2087.0536%2056.2732L92.1721%20116.617L82.6442%20118.312L82.6442%20108.326C62.3994%20136.111%2056.3502%20145.411%2035.5522%20140.528C14.7542%20135.645%2010.3629%2085.0332%2012.2412%2057.0124L50.881%2058.8137L53.2205%2087.8757Z'%20fill='url(%23paint2_linear_825_75539)'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M53.0977%2087.6064L56.7712%20118.157'%20stroke='%23252435'%20stroke-width='0.515937'/%3e%3cpath%20d='M198.796%2092.4902L129.953%2093.0343C128.558%2093.0453%20127.315%2093.9189%20126.833%2095.228L107.751%20147.003L191.044%20147.003L202.098%2096.5616C202.559%2094.4592%20200.948%2092.4731%20198.796%2092.4902Z'%20fill='%23201F37'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M82.668%20109.639V99.7412'%20stroke='black'%20stroke-width='0.515937'/%3e%3ccircle%20cx='162.072'%20cy='123.314'%20r='5.18087'%20fill='white'%20stroke='black'%20stroke-width='0.515937'/%3e%3cpath%20d='M31.9336%2097.6216C33.0722%20102.221%2036.6299%20112.039%2041.7517%20114.518'%20stroke='black'%20stroke-width='0.515937'/%3e%3crect%20x='12.0771'%20y='8.11547'%20width='47.1998'%20height='31.286'%20transform='rotate(12.1011%2012.0771%208.11547)'%20fill='white'%20stroke='black'%20stroke-width='0.541546'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.2852%209.4458L32.3779%2029.4524L56.4037%2018.8982M7.29028%2037.8183L27.3233%2031.1968'%20stroke='black'%20stroke-width='0.541546'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M35.6855%2032.7266L50.4164%2047.2644'%20stroke='black'%20stroke-width='0.541546'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_825_75539'%20x1='111.347'%20y1='100.337'%20x2='111.347'%20y2='150.501'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%236068DB'/%3e%3cstop%20offset='1'%20stop-color='%23BCC0FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_825_75539'%20x1='151.013'%20y1='56.6362'%20x2='145.396'%20y2='131.702'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFD361'/%3e%3cstop%20offset='1'%20stop-color='%23FFE8AC'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_825_75539'%20x1='54.6736'%20y1='53.8501'%20x2='48.0704'%20y2='142.087'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFD058'/%3e%3cstop%20offset='1'%20stop-color='%23FFE8AC'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e", s2 = ({ setModalState: a }) => {
94
+ const o = (r) => {
95
+ r == null || r.stopPropagation(), a(!0);
96
96
  };
97
97
  return /* @__PURE__ */ t.jsxs(
98
- K,
98
+ J,
99
99
  {
100
100
  direction: "row",
101
101
  justifyContent: "space-between",
102
102
  "data-testid": "connector-not-available-request-new",
103
103
  children: [
104
- /* @__PURE__ */ t.jsxs(t2, { children: [
105
- /* @__PURE__ */ t.jsx(e2, { variant: "h1", color: r.palette.gray.black, children: V }),
106
- /* @__PURE__ */ t.jsx(o2, { variant: "body1", color: r.palette.gray.gray2, children: $ }),
107
- /* @__PURE__ */ t.jsxs(r2, { direction: "row", justifyContent: "space-between", children: [
108
- /* @__PURE__ */ t.jsx(n2, { variant: "contained", onClick: a, children: y }),
109
- /* @__PURE__ */ t.jsx(a2, { variant: "outlined", className: "create-own__btn", children: U })
104
+ /* @__PURE__ */ t.jsxs(K, { children: [
105
+ /* @__PURE__ */ t.jsx(t2, { variant: "h1", color: n.palette.gray.black, children: B }),
106
+ /* @__PURE__ */ t.jsx(e2, { variant: "body1", color: n.palette.gray.gray2, children: V }),
107
+ /* @__PURE__ */ t.jsxs(o2, { direction: "row", justifyContent: "space-between", children: [
108
+ /* @__PURE__ */ t.jsx(r2, { variant: "contained", onClick: o, children: f }),
109
+ /* @__PURE__ */ t.jsx(n2, { variant: "outlined", className: "create-own__btn", children: $ })
110
110
  ] })
111
111
  ] }),
112
- /* @__PURE__ */ t.jsx(J, { children: /* @__PURE__ */ t.jsx("img", { src: s2 }) })
112
+ /* @__PURE__ */ t.jsx(Q, { children: /* @__PURE__ */ t.jsx("img", { src: a2 }) })
113
113
  ]
114
114
  }
115
115
  );
116
- }, c2 = ({ setModal: n, setConnectorType: a }) => {
117
- const s = d(H), o = d(G);
118
- return /* @__PURE__ */ t.jsx(k, { "data-testid": "connector-custom-card", children: s.map((i) => {
119
- if (!(o != null && o[i])) return null;
120
- const { id: h } = o[i];
121
- return h ? /* @__PURE__ */ t.jsx(
122
- W,
123
- {
124
- connector: o[i],
125
- setModal: n,
126
- setConnectorType: a,
127
- isConfigSettingsPage: !1
128
- },
129
- i
130
- ) : null;
116
+ }, i2 = () => {
117
+ const a = l(Z), o = l(z);
118
+ return /* @__PURE__ */ t.jsx(k, { "data-testid": "connector-custom-card", children: a.map((r) => {
119
+ if (!(o != null && o[r])) return null;
120
+ const { id: s } = o[r];
121
+ return s ? /* @__PURE__ */ t.jsx(U, { connector: o[r], isConfigSettingsPage: !1 }, r) : null;
131
122
  }) });
132
- }, l2 = "Custom Connectors", d2 = "Connectors help you get a better customer context and key actions right into your inbox", p2 = "Library", h2 = "Use these pre-built connectors to get started without any hassle. Authenticate and access them from the right panel of Hiver.", k2 = e(k)`
123
+ }, c2 = "Custom Connectors", l2 = "Connectors help you get a better customer context and key actions right into your inbox", d2 = "Library", p2 = "Use these pre-built connectors to get started without any hassle. Authenticate and access them from the right panel of Hiver.", h2 = e(k)`
133
124
  padding: 14px 0px 0 32px;
134
125
  box-sizing: border-box;
135
- `, C2 = e(w)`
126
+ `, k2 = e(w)`
136
127
  align-items: center;
137
128
  justify-content: space-between;
138
129
  flex-direction: row;
139
- `, L2 = e(p)`
130
+ `, C2 = e(d)`
140
131
  line-height: 28px;
141
132
  font-size: 16px;
142
- `, u2 = e(p)`
133
+ `, L2 = e(d)`
143
134
  font-size: 14px;
144
135
  line-height: 20px;
145
136
  margin-top: 7px;
146
137
  margin-bottom: 24px;
147
- `, x2 = e(p)`
138
+ `, u2 = e(d)`
148
139
  margin-bottom: 4px;
149
- `, b2 = e(p)`
140
+ `, x2 = e(d)`
150
141
  margin-bottom: 20px;
151
- `, j2 = () => {
152
- const n = Z(), [a, s] = x(!1), [o, i] = x(!1), [h, c] = x(""), l = d(H), C = d(F), M = !!l.length, _ = !!C.length;
153
- j(() => {
154
- n(O()), n(B());
155
- }, [n]);
142
+ `, f2 = () => {
143
+ const a = j(), [o, r] = x(!1), [s, p] = x(!1), [C] = x(""), i = l(Z), c = l(y), h = !!i.length, F = !!c.length;
144
+ m(() => {
145
+ a(I()), a(O());
146
+ }, [a]);
156
147
  const L = (u) => {
157
- s(u), i(!1);
158
- }, m = (u) => {
159
- i(u), s(!1);
148
+ r(u), p(!1);
149
+ }, H = (u) => {
150
+ p(u), r(!1);
160
151
  };
161
- return /* @__PURE__ */ t.jsxs(k2, { "data-testid": "connector-dashboard", children: [
162
- /* @__PURE__ */ t.jsxs(C2, { children: [
163
- /* @__PURE__ */ t.jsx(L2, { variant: "h2", children: l2 }),
164
- M ? /* @__PURE__ */ t.jsx(g, { "data-testid": "connector-available-request-new", onClick: () => L(!0), children: y }) : null
152
+ return /* @__PURE__ */ t.jsxs(h2, { "data-testid": "connector-dashboard", children: [
153
+ /* @__PURE__ */ t.jsxs(k2, { children: [
154
+ /* @__PURE__ */ t.jsx(C2, { variant: "h2", children: c2 }),
155
+ h ? /* @__PURE__ */ t.jsx(g, { "data-testid": "connector-available-request-new", onClick: () => L(!0), children: f }) : null
165
156
  ] }),
166
- /* @__PURE__ */ t.jsx(u2, { variant: "body1", color: "rgba(108, 123, 148, 1)", children: d2 }),
167
- M ? /* @__PURE__ */ t.jsx(c2, { setModal: m, setConnectorType: c }) : /* @__PURE__ */ t.jsx(i2, { setModalState: L }),
157
+ /* @__PURE__ */ t.jsx(L2, { variant: "body1", color: "rgba(108, 123, 148, 1)", children: l2 }),
158
+ h ? /* @__PURE__ */ t.jsx(i2, {}) : /* @__PURE__ */ t.jsx(s2, { setModalState: L }),
168
159
  /* @__PURE__ */ t.jsxs(k, { children: [
169
- _ ? /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
170
- /* @__PURE__ */ t.jsx(x2, { variant: "h2", children: p2 }),
171
- /* @__PURE__ */ t.jsx(b2, { variant: "body1", color: r.palette.gray.gray3, children: h2 })
160
+ F ? /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
161
+ /* @__PURE__ */ t.jsx(u2, { variant: "h2", children: d2 }),
162
+ /* @__PURE__ */ t.jsx(x2, { variant: "body1", color: n.palette.gray.gray3, children: p2 })
172
163
  ] }) : null,
173
- /* @__PURE__ */ t.jsx(Q, {})
164
+ /* @__PURE__ */ t.jsx(Y, {})
174
165
  ] }),
175
166
  /* @__PURE__ */ t.jsx(
176
- P,
167
+ W,
177
168
  {
178
- shown: o || a,
179
- setShown: o ? m : L,
180
- isApi: o,
181
- connectorType: h
169
+ shown: s || o,
170
+ setShown: s ? H : L,
171
+ isApi: s,
172
+ connectorType: C
182
173
  }
183
174
  )
184
175
  ] });
185
176
  };
186
177
  export {
187
- j2 as Dashboard
178
+ f2 as Dashboard
188
179
  };
@@ -30653,35 +30653,35 @@ const kk = (e) => ck(
30653
30653
  {
30654
30654
  path: qt.BASEPATH,
30655
30655
  lazy: async () => {
30656
- const { ConnectorView: t } = await import("./index-DQtkZhxb.js");
30656
+ const { ConnectorView: t } = await import("./index-BtST0UQ8.js");
30657
30657
  return { Component: t };
30658
30658
  },
30659
30659
  children: [
30660
30660
  {
30661
30661
  index: !0,
30662
30662
  lazy: async () => {
30663
- const { Dashboard: t } = await import("./index-Bg6r-b2V.js");
30663
+ const { Dashboard: t } = await import("./index-DeVod01x.js");
30664
30664
  return { Component: t };
30665
30665
  }
30666
30666
  },
30667
30667
  {
30668
30668
  path: qt.DASHBOARD,
30669
30669
  lazy: async () => {
30670
- const { Dashboard: t } = await import("./index-Bg6r-b2V.js");
30670
+ const { Dashboard: t } = await import("./index-DeVod01x.js");
30671
30671
  return { Component: t };
30672
30672
  }
30673
30673
  },
30674
30674
  {
30675
30675
  path: qt.AGENT,
30676
30676
  lazy: async () => {
30677
- const { Agent: t } = await import("./index-DEqOnCKm.js");
30677
+ const { Agent: t } = await import("./index-0z97zpjt.js");
30678
30678
  return { Component: t };
30679
30679
  }
30680
30680
  },
30681
30681
  {
30682
30682
  path: `${qt.API_VIEW}/:id`,
30683
30683
  lazy: async () => {
30684
- const { ConnectorConfig: t } = await import("./index-B4eOjxbG.js");
30684
+ const { ConnectorConfig: t } = await import("./index-D9UboAjF.js");
30685
30685
  return { Component: t };
30686
30686
  }
30687
30687
  }
@@ -30690,14 +30690,14 @@ const kk = (e) => ck(
30690
30690
  {
30691
30691
  path: `${qt.CONNECTOR_SETTINGS}/:id`,
30692
30692
  lazy: async () => {
30693
- const { Settings: t } = await import("./index-DfB3BKpc.js");
30693
+ const { Settings: t } = await import("./index-DyMxxsvc.js");
30694
30694
  return { Component: t };
30695
30695
  }
30696
30696
  },
30697
30697
  {
30698
30698
  path: qt.AUTH_SUCCESS,
30699
30699
  lazy: async () => {
30700
- const { AuthSuccess: t } = await import("./index-DtbXXIxN.js");
30700
+ const { AuthSuccess: t } = await import("./index-EiLWZnTL.js");
30701
30701
  return { Component: t };
30702
30702
  }
30703
30703
  }
@@ -1,9 +1,9 @@
1
- import { s as N, b as ue, o as je, T as pe, u as Ot, j as v, an as Sn, ao as y, ap as Mt, aq as ct, ar as Vn, B as j, as as Tn, w as Wn, at as Rn, au as Nn, av as Se, i as kt, aw as K, ax as Xn, ay as Zn, az as dt, aA as gt, aB as wn, A as ze, aC as Hn, x as Pn, y as Ln, aD as Dn, aE as On, z as Mn, D as kn, aF as Le, R as he, aG as Jn, aH as bt, aI as Yn, aJ as jn } from "./index-BetkvhgK.js";
1
+ import { s as N, b as ue, o as je, T as pe, u as Ot, j as v, an as Sn, ao as y, ap as Mt, aq as ct, ar as Vn, B as j, as as Tn, w as Wn, at as Rn, au as Nn, av as Se, i as kt, aw as K, ax as Xn, ay as Zn, az as dt, aA as gt, aB as wn, A as ze, aC as Hn, x as Pn, y as Ln, aD as Dn, aE as On, z as Mn, D as kn, aF as Le, R as he, aG as Jn, aH as bt, aI as Yn, aJ as jn } from "./index-DunlDO5s.js";
2
2
  import * as W from "react";
3
3
  import zn, { useState as J, useCallback as L, useLayoutEffect as Un, useRef as ee, useMemo as me, createContext as Qn, useContext as _n, Component as Kn, Fragment as Ue, useEffect as te, forwardRef as $n, useReducer as qn } from "react";
4
4
  import { createPortal as ei } from "react-dom";
5
- import { T as pt, C as It, d as ti, e as ni, f as ii, g as ui, j as mt, S as ai, l as ri } from "./showMessage-d7VDbiKC.js";
6
- import { u as et, a as ce } from "./hooks-DYonfgcv.js";
5
+ import { T as pt, C as It, d as ti, e as ni, f as ii, g as ui, j as mt, S as ai, l as ri } from "./showMessage-87U3rSSA.js";
6
+ import { u as et, a as ce } from "./hooks-Dg0zJKqa.js";
7
7
  import { s as oi, a as li, b as si, c as ci } from "./selectors-BZXXKPzK.js";
8
8
  const di = N(ue)`
9
9
  margin-bottom: 36px;
@@ -1,6 +1,6 @@
1
- import { s as p, B as d, a$ as f, b0 as A, b1 as h, A as u, aG as w, aH as l, j as e } from "./index-BetkvhgK.js";
1
+ import { s as p, B as d, a$ as f, b0 as A, b1 as h, A as u, aG as w, aH as l, j as e } from "./index-DunlDO5s.js";
2
2
  import { useEffect as r } from "react";
3
- import { u as m, a as c } from "./hooks-DYonfgcv.js";
3
+ import { u as m, a as c } from "./hooks-Dg0zJKqa.js";
4
4
  import { d as S, e as x } from "./selectors-BZXXKPzK.js";
5
5
  const T = p(d)`
6
6
  position: fixed;