@hiver/connector-admin 0.0.8-beta.1 → 0.0.9
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-BvoDUPsi.js +174 -0
- package/app/connectors/pages/settings/styles.d.ts.map +1 -1
- package/components/layouts/sidebar/styles.d.ts.map +1 -1
- package/components/ui/form-fields/index.d.ts +14 -0
- package/components/ui/form-fields/index.d.ts.map +1 -0
- package/components/ui/form-fields/styles.d.ts +7 -0
- package/components/ui/form-fields/styles.d.ts.map +1 -0
- package/components/ui/select/index.d.ts +3 -0
- package/components/ui/select/index.d.ts.map +1 -0
- package/constants/app-constants.d.ts +3 -0
- package/constants/app-constants.d.ts.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-0ckwA6Bt.js +3356 -0
- package/index-CPqWySPe.js +2954 -0
- package/index-CWnqz_7p.js +55 -0
- package/index-CihMwBsW.js +5 -0
- package/index-D5knnyWw.js +68 -0
- package/index-g_hNAZie.js +29155 -0
- package/index-xau7jZsj.js +40 -0
- package/index.es.js +5 -6
- package/index.umd.js +2171 -44392
- package/package.json +4 -6
- package/types/form.d.ts +36 -0
- package/types/form.d.ts.map +1 -0
- package/Typography-B0pksnYc.js +0 -190
- package/Typography-B0pksnYc.js.map +0 -1
- package/index-BKM5Gqeg.js +0 -3948
- package/index-BKM5Gqeg.js.map +0 -1
- package/index-BkF5gT0G.js +0 -8
- package/index-BkF5gT0G.js.map +0 -1
- package/index-Cg0w12Ck.js +0 -36308
- package/index-Cg0w12Ck.js.map +0 -1
- package/index-Df5OkDqQ.js +0 -61
- package/index-Df5OkDqQ.js.map +0 -1
- package/index-Dkx6PyMA.js +0 -57
- package/index-Dkx6PyMA.js.map +0 -1
- package/index-G3Hgu5xC.js +0 -95
- package/index-G3Hgu5xC.js.map +0 -1
- package/index-cz0aBfFX.js +0 -3753
- package/index-cz0aBfFX.js.map +0 -1
- package/index.es.js.map +0 -1
- package/index.umd.js.map +0 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { s as e, S as n, K as s, j as r, B as p } from "./index-g_hNAZie.js";
|
|
2
|
+
import { T as l } from "./Typography-BvoDUPsi.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
|
+
margin-left: 177px;
|
|
32
|
+
padding: 52px;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
`, A = () => /* @__PURE__ */ r.jsxs(y, { children: [
|
|
35
|
+
/* @__PURE__ */ r.jsx(C, {}),
|
|
36
|
+
/* @__PURE__ */ r.jsx(j, {})
|
|
37
|
+
] });
|
|
38
|
+
export {
|
|
39
|
+
A as Settings
|
|
40
|
+
};
|
package/index.es.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { ao, ap, aq
|
|
1
|
+
import { an as a, ao as e, ap as o, aq as t } from "./index-g_hNAZie.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
a as ConnectorsApp,
|
|
4
|
+
e as setAppConfig,
|
|
5
|
+
o as setAppUgId,
|
|
6
|
+
t as setAppUserId
|
|
7
7
|
};
|
|
8
|
-
//# sourceMappingURL=index.es.js.map
|