@hiver/connector-admin 0.0.6 → 0.0.8-beta.0
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/Typography-B0pksnYc.js +190 -0
- package/Typography-B0pksnYc.js.map +1 -0
- package/features/connector-library/components/library-card-list/index.d.ts.map +1 -1
- package/features/connector-library/store/slice.d.ts.map +1 -1
- package/index-BKM5Gqeg.js +3948 -0
- package/index-BKM5Gqeg.js.map +1 -0
- package/index-BkF5gT0G.js +8 -0
- package/index-BkF5gT0G.js.map +1 -0
- package/index-Cg0w12Ck.js +36308 -0
- package/index-Cg0w12Ck.js.map +1 -0
- package/index-Df5OkDqQ.js +61 -0
- package/index-Df5OkDqQ.js.map +1 -0
- package/index-Dkx6PyMA.js +57 -0
- package/index-Dkx6PyMA.js.map +1 -0
- package/index-G3Hgu5xC.js +95 -0
- package/index-G3Hgu5xC.js.map +1 -0
- package/index-cz0aBfFX.js +3753 -0
- package/index-cz0aBfFX.js.map +1 -0
- package/index.es.js +6 -5
- package/index.es.js.map +1 -0
- package/index.umd.js +44383 -2158
- package/index.umd.js.map +1 -0
- package/package.json +1 -2
- package/Typography-CW9ecUn7.js +0 -174
- package/index-BaRBVtu0.js +0 -39
- package/index-C47HiJVp.js +0 -68
- package/index-CJMPXxRz.js +0 -52
- package/index-DTpk0Iib.js +0 -29155
- package/index-Dji7oatk.js +0 -3356
- package/index-DxrxS1sg.js +0 -5
- package/index-IXLZm0uz.js +0 -2954
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiver/connector-admin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8-beta.0",
|
|
4
4
|
"main": "index.es.js",
|
|
5
5
|
"module": "index.es.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"react-redux": "^9.1.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@connector/bifrost": "*",
|
|
16
15
|
"react": "^18.3.1",
|
|
17
16
|
"react-dom": "^18.3.1"
|
|
18
17
|
},
|
package/Typography-CW9ecUn7.js
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
import { g as B, f as W, s as j, h as f, _ as p, i as C, am as M, k as O, j as P, l as R, P as t, m as N } from "./index-DTpk0Iib.js";
|
|
2
|
-
import * as _ from "react";
|
|
3
|
-
function U(a) {
|
|
4
|
-
return B("MuiTypography", a);
|
|
5
|
-
}
|
|
6
|
-
W("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
7
|
-
const D = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"], E = (a) => {
|
|
8
|
-
const {
|
|
9
|
-
align: o,
|
|
10
|
-
gutterBottom: r,
|
|
11
|
-
noWrap: e,
|
|
12
|
-
paragraph: i,
|
|
13
|
-
variant: n,
|
|
14
|
-
classes: h
|
|
15
|
-
} = a, s = {
|
|
16
|
-
root: ["root", n, a.align !== "inherit" && `align${f(o)}`, r && "gutterBottom", e && "noWrap", i && "paragraph"]
|
|
17
|
-
};
|
|
18
|
-
return N(s, U, h);
|
|
19
|
-
}, L = j("span", {
|
|
20
|
-
name: "MuiTypography",
|
|
21
|
-
slot: "Root",
|
|
22
|
-
overridesResolver: (a, o) => {
|
|
23
|
-
const {
|
|
24
|
-
ownerState: r
|
|
25
|
-
} = a;
|
|
26
|
-
return [o.root, r.variant && o[r.variant], r.align !== "inherit" && o[`align${f(r.align)}`], r.noWrap && o.noWrap, r.gutterBottom && o.gutterBottom, r.paragraph && o.paragraph];
|
|
27
|
-
}
|
|
28
|
-
})(({
|
|
29
|
-
theme: a,
|
|
30
|
-
ownerState: o
|
|
31
|
-
}) => p({
|
|
32
|
-
margin: 0
|
|
33
|
-
}, o.variant === "inherit" && {
|
|
34
|
-
// Some elements, like <button> on Chrome have default font that doesn't inherit, reset this.
|
|
35
|
-
font: "inherit"
|
|
36
|
-
}, o.variant !== "inherit" && a.typography[o.variant], o.align !== "inherit" && {
|
|
37
|
-
textAlign: o.align
|
|
38
|
-
}, o.noWrap && {
|
|
39
|
-
overflow: "hidden",
|
|
40
|
-
textOverflow: "ellipsis",
|
|
41
|
-
whiteSpace: "nowrap"
|
|
42
|
-
}, o.gutterBottom && {
|
|
43
|
-
marginBottom: "0.35em"
|
|
44
|
-
}, o.paragraph && {
|
|
45
|
-
marginBottom: 16
|
|
46
|
-
})), u = {
|
|
47
|
-
h1: "h1",
|
|
48
|
-
h2: "h2",
|
|
49
|
-
h3: "h3",
|
|
50
|
-
h4: "h4",
|
|
51
|
-
h5: "h5",
|
|
52
|
-
h6: "h6",
|
|
53
|
-
subtitle1: "h6",
|
|
54
|
-
subtitle2: "h6",
|
|
55
|
-
body1: "p",
|
|
56
|
-
body2: "p",
|
|
57
|
-
inherit: "p"
|
|
58
|
-
}, V = {
|
|
59
|
-
primary: "primary.main",
|
|
60
|
-
textPrimary: "text.primary",
|
|
61
|
-
secondary: "secondary.main",
|
|
62
|
-
textSecondary: "text.secondary",
|
|
63
|
-
error: "error.main"
|
|
64
|
-
}, $ = (a) => V[a] || a, k = /* @__PURE__ */ _.forwardRef(function(o, r) {
|
|
65
|
-
const e = C({
|
|
66
|
-
props: o,
|
|
67
|
-
name: "MuiTypography"
|
|
68
|
-
}), i = $(e.color), n = M(p({}, e, {
|
|
69
|
-
color: i
|
|
70
|
-
})), {
|
|
71
|
-
align: h = "inherit",
|
|
72
|
-
className: s,
|
|
73
|
-
component: g,
|
|
74
|
-
gutterBottom: d = !1,
|
|
75
|
-
noWrap: b = !1,
|
|
76
|
-
paragraph: c = !1,
|
|
77
|
-
variant: l = "body1",
|
|
78
|
-
variantMapping: m = u
|
|
79
|
-
} = n, v = O(n, D), y = p({}, n, {
|
|
80
|
-
align: h,
|
|
81
|
-
color: i,
|
|
82
|
-
className: s,
|
|
83
|
-
component: g,
|
|
84
|
-
gutterBottom: d,
|
|
85
|
-
noWrap: b,
|
|
86
|
-
paragraph: c,
|
|
87
|
-
variant: l,
|
|
88
|
-
variantMapping: m
|
|
89
|
-
}), x = g || (c ? "p" : m[l] || u[l]) || "span", T = E(y);
|
|
90
|
-
return /* @__PURE__ */ P.jsx(L, p({
|
|
91
|
-
as: x,
|
|
92
|
-
ref: r,
|
|
93
|
-
ownerState: y,
|
|
94
|
-
className: R(T.root, s)
|
|
95
|
-
}, v));
|
|
96
|
-
});
|
|
97
|
-
process.env.NODE_ENV !== "production" && (k.propTypes = {
|
|
98
|
-
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
99
|
-
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
100
|
-
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
101
|
-
// └─────────────────────────────────────────────────────────────────────┘
|
|
102
|
-
/**
|
|
103
|
-
* Set the text-align on the component.
|
|
104
|
-
* @default 'inherit'
|
|
105
|
-
*/
|
|
106
|
-
align: t.oneOf(["center", "inherit", "justify", "left", "right"]),
|
|
107
|
-
/**
|
|
108
|
-
* The content of the component.
|
|
109
|
-
*/
|
|
110
|
-
children: t.node,
|
|
111
|
-
/**
|
|
112
|
-
* Override or extend the styles applied to the component.
|
|
113
|
-
*/
|
|
114
|
-
classes: t.object,
|
|
115
|
-
/**
|
|
116
|
-
* @ignore
|
|
117
|
-
*/
|
|
118
|
-
className: t.string,
|
|
119
|
-
/**
|
|
120
|
-
* The component used for the root node.
|
|
121
|
-
* Either a string to use a HTML element or a component.
|
|
122
|
-
*/
|
|
123
|
-
component: t.elementType,
|
|
124
|
-
/**
|
|
125
|
-
* If `true`, the text will have a bottom margin.
|
|
126
|
-
* @default false
|
|
127
|
-
*/
|
|
128
|
-
gutterBottom: t.bool,
|
|
129
|
-
/**
|
|
130
|
-
* If `true`, the text will not wrap, but instead will truncate with a text overflow ellipsis.
|
|
131
|
-
*
|
|
132
|
-
* Note that text overflow can only happen with block or inline-block level elements
|
|
133
|
-
* (the element needs to have a width in order to overflow).
|
|
134
|
-
* @default false
|
|
135
|
-
*/
|
|
136
|
-
noWrap: t.bool,
|
|
137
|
-
/**
|
|
138
|
-
* If `true`, the element will be a paragraph element.
|
|
139
|
-
* @default false
|
|
140
|
-
*/
|
|
141
|
-
paragraph: t.bool,
|
|
142
|
-
/**
|
|
143
|
-
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
144
|
-
*/
|
|
145
|
-
sx: t.oneOfType([t.arrayOf(t.oneOfType([t.func, t.object, t.bool])), t.func, t.object]),
|
|
146
|
-
/**
|
|
147
|
-
* Applies the theme typography styles.
|
|
148
|
-
* @default 'body1'
|
|
149
|
-
*/
|
|
150
|
-
variant: t.oneOfType([t.oneOf(["body1", "body2", "button", "caption", "h1", "h2", "h3", "h4", "h5", "h6", "inherit", "overline", "subtitle1", "subtitle2"]), t.string]),
|
|
151
|
-
/**
|
|
152
|
-
* The component maps the variant prop to a range of different HTML element types.
|
|
153
|
-
* For instance, subtitle1 to `<h6>`.
|
|
154
|
-
* If you wish to change that mapping, you can provide your own.
|
|
155
|
-
* Alternatively, you can use the `component` prop.
|
|
156
|
-
* @default {
|
|
157
|
-
* h1: 'h1',
|
|
158
|
-
* h2: 'h2',
|
|
159
|
-
* h3: 'h3',
|
|
160
|
-
* h4: 'h4',
|
|
161
|
-
* h5: 'h5',
|
|
162
|
-
* h6: 'h6',
|
|
163
|
-
* subtitle1: 'h6',
|
|
164
|
-
* subtitle2: 'h6',
|
|
165
|
-
* body1: 'p',
|
|
166
|
-
* body2: 'p',
|
|
167
|
-
* inherit: 'p',
|
|
168
|
-
* }
|
|
169
|
-
*/
|
|
170
|
-
variantMapping: t.object
|
|
171
|
-
});
|
|
172
|
-
export {
|
|
173
|
-
k as T
|
|
174
|
-
};
|
package/index-BaRBVtu0.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { s as e, S as n, K as s, j as r, B as p } from "./index-DTpk0Iib.js";
|
|
2
|
-
import { T as l } from "./Typography-CW9ecUn7.js";
|
|
3
|
-
const g = "Custom Connectors", m = "Salesforce API connector", x = "Settings", i = [g, m, x], h = e(n)`
|
|
4
|
-
margin-bottom: 36px;
|
|
5
|
-
.arrow {
|
|
6
|
-
border: solid ${s.palette.gray.gray3};
|
|
7
|
-
border-width: 0 2px 2px 0;
|
|
8
|
-
display: inline-block;
|
|
9
|
-
padding: 3px;
|
|
10
|
-
transform: rotate(-45deg);
|
|
11
|
-
-webkit-transform: rotate(-45deg);
|
|
12
|
-
height: 5px;
|
|
13
|
-
}
|
|
14
|
-
`, b = e(l)`
|
|
15
|
-
margin-right: 4px;
|
|
16
|
-
&.last {
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
}
|
|
19
|
-
`, u = e(n)`
|
|
20
|
-
width: 20px;
|
|
21
|
-
height: 20px;
|
|
22
|
-
margin-right: 4px;
|
|
23
|
-
padding-right: 6px;
|
|
24
|
-
`, C = () => /* @__PURE__ */ r.jsx(h, { direction: "row", alignItems: "center", "data-testid": "breadCrumbs", children: i.map((a, o) => {
|
|
25
|
-
const t = o === i.length - 1, c = t ? s.palette.gray.black : s.palette.gray.gray4, d = t ? "lastCrumb" : `crumb-${o}`;
|
|
26
|
-
return /* @__PURE__ */ r.jsxs(n, { direction: "row", alignItems: "center", children: [
|
|
27
|
-
/* @__PURE__ */ r.jsx(b, { className: t ? "last" : "", variant: "h3", color: c, "data-testid": d, children: a }),
|
|
28
|
-
t ? null : /* @__PURE__ */ r.jsx(u, { direction: "row", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ r.jsx("div", { className: "arrow" }) })
|
|
29
|
-
] }, a.replace(/\s/g, ""));
|
|
30
|
-
}) }), S = "auth component", j = () => /* @__PURE__ */ r.jsx("div", { children: S }), y = e(p)`
|
|
31
|
-
padding: 52px;
|
|
32
|
-
box-sizing: border-box;
|
|
33
|
-
`, A = () => /* @__PURE__ */ r.jsxs(y, { children: [
|
|
34
|
-
/* @__PURE__ */ r.jsx(C, {}),
|
|
35
|
-
/* @__PURE__ */ r.jsx(j, {})
|
|
36
|
-
] });
|
|
37
|
-
export {
|
|
38
|
-
A as Settings
|
|
39
|
-
};
|
package/index-C47HiJVp.js
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { s as c, S as n, I as b, K as f, j as t, Z as v, R as w, U as m, L as A } from "./index-DTpk0Iib.js";
|
|
2
|
-
import { C as g, a as r, t as I, b as S, v as y, w as T, x as P, T as k, r as B } from "./index-IXLZm0uz.js";
|
|
3
|
-
import { useRef as E } from "react";
|
|
4
|
-
import { T as p } from "./Typography-CW9ecUn7.js";
|
|
5
|
-
const Z = c(n)`
|
|
6
|
-
margin: 43px 48px 0 52px;
|
|
7
|
-
position: relative;
|
|
8
|
-
`, M = c(b)`
|
|
9
|
-
position: absolute;
|
|
10
|
-
left: -30px;
|
|
11
|
-
img {
|
|
12
|
-
width: 15px;
|
|
13
|
-
height: 15px;
|
|
14
|
-
margin: 3.5px 2.5px;
|
|
15
|
-
}
|
|
16
|
-
`, _ = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.86421%2015.9708C9.20287%2016.3941%209.13423%2017.0118%208.71091%2017.3505C8.28758%2017.6891%207.66987%2017.6205%207.33121%2017.1972L8.86421%2015.9708ZM2.94434%2010.1423L2.17784%2010.7555C1.89104%2010.397%201.89104%209.88757%202.17784%209.52907L2.94434%2010.1423ZM7.33121%203.08735C7.66987%202.66403%208.28758%202.59539%208.71091%202.93405C9.13423%203.27271%209.20287%203.89042%208.86421%204.31375L7.33121%203.08735ZM3.31243%2011.1852C2.77031%2011.1852%202.33084%2010.7457%202.33084%2010.2036C2.33084%209.66149%202.77031%209.22201%203.31243%209.22201L3.31243%2011.1852ZM17.0548%209.22201C17.5969%209.22201%2018.0364%209.66149%2018.0364%2010.2036C18.0364%2010.7457%2017.5969%2011.1852%2017.0548%2011.1852V9.22201ZM7.33121%2017.1972L2.17784%2010.7555L3.71083%209.52907L8.86421%2015.9708L7.33121%2017.1972ZM2.17784%209.52907L7.33121%203.08735L8.86421%204.31375L3.71083%2010.7555L2.17784%209.52907ZM3.31243%209.22201L17.0548%209.22201V11.1852L3.31243%2011.1852L3.31243%209.22201Z'%20fill='%236F7C90'/%3e%3c/svg%3e", R = c(n)`
|
|
17
|
-
margin-left: 32px;
|
|
18
|
-
`, N = "APIs in {{connector}} connector", D = "Following are the list of APIs that you will find in this connector", W = c(n)`
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: 72px;
|
|
21
|
-
gap: 12px;
|
|
22
|
-
padding: 16px;
|
|
23
|
-
border: 1px solid ${f.palette.gray.gray6};
|
|
24
|
-
border-radius: 8px;
|
|
25
|
-
box-sizing: border-box;
|
|
26
|
-
`, O = () => /* @__PURE__ */ t.jsx(n, { gap: "12px", children: Array(3).fill(0).map((e, s) => /* @__PURE__ */ t.jsxs(W, { children: [
|
|
27
|
-
/* @__PURE__ */ t.jsx(g, { variant: "rounded", width: "40%", height: "10px", animation: "wave" }),
|
|
28
|
-
/* @__PURE__ */ t.jsx(g, { variant: "rounded", width: "80%", height: "10px", animation: "wave" })
|
|
29
|
-
] }, s)) }), U = ({ isConfigSettingsPage: e, currentConnector: s }) => {
|
|
30
|
-
var h;
|
|
31
|
-
const { pathname: l } = v(), i = r(I), L = l === m.CARD_SETTINGS, a = r(S), o = E(), x = r(y), u = r(T);
|
|
32
|
-
if (!e)
|
|
33
|
-
return null;
|
|
34
|
-
e && s && (o.current = L && (a != null && a[s]) ? a == null ? void 0 : a[s] : i == null ? void 0 : i[s]);
|
|
35
|
-
const C = (x == null ? void 0 : x.apiList) ?? [], j = N.replace("{{connector}}", ((h = o == null ? void 0 : o.current) == null ? void 0 : h.name) ?? "");
|
|
36
|
-
return /* @__PURE__ */ t.jsxs(R, { children: [
|
|
37
|
-
/* @__PURE__ */ t.jsx(p, { variant: "h2", children: j }),
|
|
38
|
-
/* @__PURE__ */ t.jsx(p, { variant: "body1", marginBottom: "20px", children: D }),
|
|
39
|
-
u === w.LOADING ? /* @__PURE__ */ t.jsx(O, {}) : /* @__PURE__ */ t.jsx(n, { gap: "12px", children: C.map((d) => /* @__PURE__ */ t.jsxs(
|
|
40
|
-
n,
|
|
41
|
-
{
|
|
42
|
-
width: "100%",
|
|
43
|
-
height: "72px",
|
|
44
|
-
border: "1px solid #E0E0E0",
|
|
45
|
-
borderRadius: "5px",
|
|
46
|
-
padding: "12px",
|
|
47
|
-
gap: "10px",
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ t.jsx(p, { variant: "body1_medium", children: d.name }),
|
|
50
|
-
/* @__PURE__ */ t.jsx(p, { variant: "body2", children: d.description })
|
|
51
|
-
]
|
|
52
|
-
},
|
|
53
|
-
d.keyName
|
|
54
|
-
)) })
|
|
55
|
-
] });
|
|
56
|
-
}, H = () => {
|
|
57
|
-
const e = A(), s = r(P), l = (i) => {
|
|
58
|
-
i == null || i.stopPropagation(), e(m.BASEPATH);
|
|
59
|
-
};
|
|
60
|
-
return /* @__PURE__ */ t.jsxs(Z, { children: [
|
|
61
|
-
/* @__PURE__ */ t.jsx(k, { title: "Back", placement: "bottom", children: /* @__PURE__ */ t.jsx(M, { onClick: l, children: /* @__PURE__ */ t.jsx("img", { src: _ }) }) }),
|
|
62
|
-
/* @__PURE__ */ t.jsx(B, { isConfigSettingsPage: !0, currentConnector: s }),
|
|
63
|
-
/* @__PURE__ */ t.jsx(U, { isConfigSettingsPage: !0, currentConnector: s })
|
|
64
|
-
] });
|
|
65
|
-
};
|
|
66
|
-
export {
|
|
67
|
-
H as ConnectorConfig
|
|
68
|
-
};
|
package/index-CJMPXxRz.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { s as e, B as r, M as d, j as t, C as c, N as h, S as l, a as g, O as m } from "./index-DTpk0Iib.js";
|
|
2
|
-
import { useContext as b } from "react";
|
|
3
|
-
import { T as u } from "./Typography-CW9ecUn7.js";
|
|
4
|
-
const j = e(r)`
|
|
5
|
-
box-sizing: border-box;
|
|
6
|
-
padding: 35px 0 35px 35px;
|
|
7
|
-
`, f = e(r)`
|
|
8
|
-
padding-top: 17px;
|
|
9
|
-
box-sizing: border-box;
|
|
10
|
-
width: 178px;
|
|
11
|
-
border-right: 1px solid rgba(214, 221, 232, 1);
|
|
12
|
-
height: 100%;
|
|
13
|
-
`, C = e(u)`
|
|
14
|
-
font-size: 14px;
|
|
15
|
-
line-height: 24px;
|
|
16
|
-
`, O = e(r)`
|
|
17
|
-
display: flex;
|
|
18
|
-
flex-direction: column;
|
|
19
|
-
gap: 8px;
|
|
20
|
-
margin-top: 29px;
|
|
21
|
-
& a {
|
|
22
|
-
display: block;
|
|
23
|
-
height: 32px;
|
|
24
|
-
width: 162px;
|
|
25
|
-
padding: 4px 12px;
|
|
26
|
-
text-decoration: none;
|
|
27
|
-
color: #6f7c90;
|
|
28
|
-
font-size: 13px;
|
|
29
|
-
line-height: 24px;
|
|
30
|
-
&.active {
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
background-color: rgba(246, 248, 252, 1);
|
|
33
|
-
border-radius: 4px;
|
|
34
|
-
color: #343c45;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
`, S = ({ sidebarOptions: s = [] }) => {
|
|
38
|
-
const { currentSideBar: n } = b(d), a = () => /* @__PURE__ */ t.jsx(O, { children: s.map(({ id: o, value: i, route: p }) => {
|
|
39
|
-
const x = n === i;
|
|
40
|
-
return /* @__PURE__ */ t.jsx(h, { to: p, "data-testid": o, className: x ? "active" : "", children: i }, o);
|
|
41
|
-
}) });
|
|
42
|
-
return /* @__PURE__ */ t.jsx(j, { "data-testid": "sideBarParent", children: /* @__PURE__ */ t.jsxs(f, { children: [
|
|
43
|
-
/* @__PURE__ */ t.jsx(C, { variant: "h3", "data-testid": "custom-connector-heading", children: c }),
|
|
44
|
-
a()
|
|
45
|
-
] }) });
|
|
46
|
-
}, T = () => /* @__PURE__ */ t.jsxs(l, { direction: "row", alignItems: "stretch", sx: { minHeight: "100vh" }, children: [
|
|
47
|
-
/* @__PURE__ */ t.jsx(S, { sidebarOptions: g }),
|
|
48
|
-
/* @__PURE__ */ t.jsx(m, {})
|
|
49
|
-
] });
|
|
50
|
-
export {
|
|
51
|
-
T as ConnectorView
|
|
52
|
-
};
|