@hiver/connector-admin 0.0.10-beta.51 → 0.0.10-beta.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/features/connector-library/components/custom-connector-card-item/index.d.ts +1 -3
- package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-card-list/index.d.ts +1 -6
- package/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -1
- package/features/request-new-connector/constants/index.d.ts +0 -1
- package/features/request-new-connector/constants/index.d.ts.map +1 -1
- package/{hooks-DYonfgcv.js → hooks-DEWCa5KC.js} +1 -1
- package/{index-Bg6r-b2V.js → index-BIXpLJ8K.js} +84 -93
- package/{index-B4eOjxbG.js → index-Bj9Y-MOv.js} +4 -4
- package/{index-DEqOnCKm.js → index-C4ReBQaK.js} +1 -1
- package/{index-DtbXXIxN.js → index-Cd2kUn2f.js} +2 -2
- package/{index-nHIEBZu6.js → index-CjAtV_zB.js} +828 -833
- package/{index-DQtkZhxb.js → index-D6RdEp3O.js} +1 -1
- package/{index-BetkvhgK.js → index-DSmcc1aw.js} +7 -7
- package/{index-DfB3BKpc.js → index-yi_jy2rT.js} +3 -3
- package/index.es.js +1 -1
- package/index.umd.js +142 -142
- package/package.json +1 -1
- package/{showMessage-d7VDbiKC.js → showMessage-EjXgmn0x.js} +1 -1
|
@@ -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,
|
|
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;
|
|
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
|
-
|
|
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,
|
|
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,
|
|
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,16 +1,16 @@
|
|
|
1
|
-
import { s as e, o as
|
|
2
|
-
import { useEffect as
|
|
3
|
-
import { E as
|
|
4
|
-
import { u as
|
|
5
|
-
import { C as b, s as
|
|
6
|
-
const
|
|
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-DSmcc1aw.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-CjAtV_zB.js";
|
|
4
|
+
import { u as j, a as l } from "./hooks-DEWCa5KC.js";
|
|
5
|
+
import { C as b, s as y, a as P, b as q, c as Z, d as z } from "./showMessage-EjXgmn0x.js";
|
|
6
|
+
const G = e("li")`
|
|
7
7
|
width: 252px;
|
|
8
8
|
height: 187px;
|
|
9
|
-
border: 1px solid ${
|
|
9
|
+
border: 1px solid ${n.palette.gray.gray6};
|
|
10
10
|
border-radius: 8px;
|
|
11
11
|
padding: 24px;
|
|
12
12
|
box-sizing: border-box;
|
|
13
|
-
`,
|
|
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
|
-
] },
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}, [
|
|
31
|
-
const
|
|
32
|
-
|
|
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(
|
|
35
|
-
const
|
|
36
|
-
return
|
|
37
|
-
/* @__PURE__ */ t.jsx(
|
|
38
|
-
/* @__PURE__ */ t.jsx(
|
|
39
|
-
/* @__PURE__ */ t.jsx(
|
|
40
|
-
] },
|
|
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
|
-
},
|
|
42
|
+
}, Q = e(R)`
|
|
43
43
|
width: 203px;
|
|
44
44
|
height: 161px;
|
|
45
|
-
`,
|
|
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
|
-
`,
|
|
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
|
-
`,
|
|
58
|
+
`, t2 = e(d)`
|
|
59
59
|
font-size: 18px;
|
|
60
60
|
line-height: 32px;
|
|
61
|
-
`,
|
|
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
|
-
`,
|
|
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
|
-
`,
|
|
72
|
+
`, r2 = e(g)`
|
|
73
73
|
height: 36px;
|
|
74
74
|
width: 201px;
|
|
75
75
|
text-transform: none;
|
|
76
|
-
color: ${
|
|
77
|
-
border: 1px solid ${
|
|
76
|
+
color: ${n.palette.gray.black};
|
|
77
|
+
border: 1px solid ${n.palette.gray.gray5};
|
|
78
78
|
white-space: pre;
|
|
79
|
-
background: ${
|
|
79
|
+
background: ${n.palette.gray.white};
|
|
80
80
|
box-shadow: none;
|
|
81
81
|
&:hover {
|
|
82
82
|
background-color: #e3e9ff !important;
|
|
83
|
-
color: ${
|
|
84
|
-
border: 1px solid ${
|
|
83
|
+
color: ${n.palette.purple.primary} !important;
|
|
84
|
+
border: 1px solid ${n.palette.purple.primary} !important;
|
|
85
85
|
}
|
|
86
|
-
`,
|
|
86
|
+
`, n2 = e(g)`
|
|
87
87
|
width: 253px;
|
|
88
88
|
height: 36px;
|
|
89
89
|
text-transform: none;
|
|
90
90
|
box-shadow: none;
|
|
91
|
-
color: ${
|
|
92
|
-
border: 1px solid ${
|
|
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
|
|
95
|
-
|
|
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
|
-
|
|
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(
|
|
105
|
-
/* @__PURE__ */ t.jsx(
|
|
106
|
-
/* @__PURE__ */ t.jsx(
|
|
107
|
-
/* @__PURE__ */ t.jsxs(
|
|
108
|
-
/* @__PURE__ */ t.jsx(
|
|
109
|
-
/* @__PURE__ */ t.jsx(
|
|
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(
|
|
112
|
+
/* @__PURE__ */ t.jsx(Q, { children: /* @__PURE__ */ t.jsx("img", { src: a2 }) })
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
115
|
);
|
|
116
|
-
},
|
|
117
|
-
const
|
|
118
|
-
return /* @__PURE__ */ t.jsx(k, { "data-testid": "connector-custom-card", children:
|
|
119
|
-
if (!(o != null && o[
|
|
120
|
-
const { id:
|
|
121
|
-
return
|
|
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
|
-
},
|
|
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
|
-
`,
|
|
126
|
+
`, k2 = e(w)`
|
|
136
127
|
align-items: center;
|
|
137
128
|
justify-content: space-between;
|
|
138
129
|
flex-direction: row;
|
|
139
|
-
`,
|
|
130
|
+
`, C2 = e(d)`
|
|
140
131
|
line-height: 28px;
|
|
141
132
|
font-size: 16px;
|
|
142
|
-
`,
|
|
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
|
-
`,
|
|
138
|
+
`, u2 = e(d)`
|
|
148
139
|
margin-bottom: 4px;
|
|
149
|
-
`,
|
|
140
|
+
`, x2 = e(d)`
|
|
150
141
|
margin-bottom: 20px;
|
|
151
|
-
`,
|
|
152
|
-
const
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}, [
|
|
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
|
-
|
|
158
|
-
},
|
|
159
|
-
|
|
148
|
+
r(u), p(!1);
|
|
149
|
+
}, H = (u) => {
|
|
150
|
+
p(u), r(!1);
|
|
160
151
|
};
|
|
161
|
-
return /* @__PURE__ */ t.jsxs(
|
|
162
|
-
/* @__PURE__ */ t.jsxs(
|
|
163
|
-
/* @__PURE__ */ t.jsx(
|
|
164
|
-
|
|
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(
|
|
167
|
-
|
|
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
|
-
|
|
170
|
-
/* @__PURE__ */ t.jsx(
|
|
171
|
-
/* @__PURE__ */ t.jsx(
|
|
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(
|
|
164
|
+
/* @__PURE__ */ t.jsx(Y, {})
|
|
174
165
|
] }),
|
|
175
166
|
/* @__PURE__ */ t.jsx(
|
|
176
|
-
|
|
167
|
+
W,
|
|
177
168
|
{
|
|
178
|
-
shown:
|
|
179
|
-
setShown:
|
|
180
|
-
isApi:
|
|
181
|
-
connectorType:
|
|
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
|
-
|
|
178
|
+
f2 as Dashboard
|
|
188
179
|
};
|
|
@@ -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-
|
|
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-DSmcc1aw.js";
|
|
2
2
|
import { useState as P, useEffect as D } from "react";
|
|
3
|
-
import { a as h, u as k } from "./hooks-
|
|
4
|
-
import { C, d as B, e as M, f as R, g as N, T as _ } from "./showMessage-
|
|
5
|
-
import { c as Z, b as W } from "./index-
|
|
3
|
+
import { a as h, u as k } from "./hooks-DEWCa5KC.js";
|
|
4
|
+
import { C, d as B, e as M, f as R, g as N, T as _ } from "./showMessage-EjXgmn0x.js";
|
|
5
|
+
import { c as Z, b as W } from "./index-CjAtV_zB.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"};
|
|
@@ -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-
|
|
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-DSmcc1aw.js";
|
|
2
2
|
import { useContext as X } from "react";
|
|
3
3
|
const W = g(C)`
|
|
4
4
|
width: 100%;
|
|
@@ -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-
|
|
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-DSmcc1aw.js";
|
|
2
2
|
import { useEffect as r } from "react";
|
|
3
|
-
import { u as m, a as c } from "./hooks-
|
|
3
|
+
import { u as m, a as c } from "./hooks-DEWCa5KC.js";
|
|
4
4
|
import { d as S, e as x } from "./selectors-BZXXKPzK.js";
|
|
5
5
|
const T = p(d)`
|
|
6
6
|
position: fixed;
|