@hiver/connector-admin 0.0.8-beta.1 → 0.0.8

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.
@@ -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, ar } from "./index-Cg0w12Ck.js";
1
+ import { an as a, ao as e, ap as o, aq as t } from "./index-g_hNAZie.js";
2
2
  export {
3
- ao as ConnectorsApp,
4
- ap as setAppConfig,
5
- aq as setAppUgId,
6
- ar as setAppUserId
3
+ a as ConnectorsApp,
4
+ e as setAppConfig,
5
+ o as setAppUgId,
6
+ t as setAppUserId
7
7
  };
8
- //# sourceMappingURL=index.es.js.map