@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.
Files changed (43) hide show
  1. package/Typography-BvoDUPsi.js +174 -0
  2. package/app/connectors/pages/settings/styles.d.ts.map +1 -1
  3. package/components/layouts/sidebar/styles.d.ts.map +1 -1
  4. package/components/ui/form-fields/index.d.ts +14 -0
  5. package/components/ui/form-fields/index.d.ts.map +1 -0
  6. package/components/ui/form-fields/styles.d.ts +7 -0
  7. package/components/ui/form-fields/styles.d.ts.map +1 -0
  8. package/components/ui/select/index.d.ts +3 -0
  9. package/components/ui/select/index.d.ts.map +1 -0
  10. package/constants/app-constants.d.ts +3 -0
  11. package/constants/app-constants.d.ts.map +1 -0
  12. package/features/connector-library/components/library-card-list/index.d.ts.map +1 -1
  13. package/features/connector-library/store/slice.d.ts.map +1 -1
  14. package/index-0ckwA6Bt.js +3356 -0
  15. package/index-CPqWySPe.js +2954 -0
  16. package/index-CWnqz_7p.js +55 -0
  17. package/index-CihMwBsW.js +5 -0
  18. package/index-D5knnyWw.js +68 -0
  19. package/index-g_hNAZie.js +29155 -0
  20. package/index-xau7jZsj.js +40 -0
  21. package/index.es.js +5 -6
  22. package/index.umd.js +2171 -44392
  23. package/package.json +4 -6
  24. package/types/form.d.ts +36 -0
  25. package/types/form.d.ts.map +1 -0
  26. package/Typography-B0pksnYc.js +0 -190
  27. package/Typography-B0pksnYc.js.map +0 -1
  28. package/index-BKM5Gqeg.js +0 -3948
  29. package/index-BKM5Gqeg.js.map +0 -1
  30. package/index-BkF5gT0G.js +0 -8
  31. package/index-BkF5gT0G.js.map +0 -1
  32. package/index-Cg0w12Ck.js +0 -36308
  33. package/index-Cg0w12Ck.js.map +0 -1
  34. package/index-Df5OkDqQ.js +0 -61
  35. package/index-Df5OkDqQ.js.map +0 -1
  36. package/index-Dkx6PyMA.js +0 -57
  37. package/index-Dkx6PyMA.js.map +0 -1
  38. package/index-G3Hgu5xC.js +0 -95
  39. package/index-G3Hgu5xC.js.map +0 -1
  40. package/index-cz0aBfFX.js +0 -3753
  41. package/index-cz0aBfFX.js.map +0 -1
  42. package/index.es.js.map +0 -1
  43. 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, 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