@altimateai/ui-components 0.0.10-beta.8 → 0.0.14
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/dist/CoachForm.js +1 -1
- package/dist/assets/icons/index.d.ts +2 -0
- package/dist/assets/icons/index.js +29 -28
- package/dist/index2.js +105 -104
- package/dist/lineage/index.d.ts +12 -1
- package/dist/lineage/index.js +2247 -2237
- package/package.json +1 -1
package/dist/CoachForm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as U, E as nk, D as rk,
|
|
1
|
+
import { j as U, E as nk, D as rk, s as ik, t as ak, u as sk, e as ok, d as lk, R as uk, M as ck, v as hk, w as dk, A as fk, x as pk, C as X1, y as Dp, z as mk, F as gk, l as yk, G as bk } from "./index2.js";
|
|
2
2
|
import { useFormikContext as wy, Form as Ly, Field as K1, Formik as Iy, useFormik as _k } from "formik";
|
|
3
3
|
import { Badge as xk, FormGroup as Cl, Input as vl, FormFeedback as Ac, Alert as Af, Card as Sf, CardBody as wf, CardFooter as Ny, Label as Ek, CardTitle as Tk, Spinner as kk } from "reactstrap";
|
|
4
4
|
import { E as Dt, T as ec, H as Ck, M as mi, y as vk, z as Ak, G as Sk } from "./Tooltip.js";
|
|
@@ -20,6 +20,7 @@ declare const CommentDiscussionIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
20
20
|
declare const CommentUnresolvedIcon: FC<SVGProps<SVGSVGElement>>;
|
|
21
21
|
declare const CopyIcon: FC<SVGProps<SVGSVGElement>>;
|
|
22
22
|
declare const DatabaseIcon: FC<SVGProps<SVGSVGElement>>;
|
|
23
|
+
declare const DbtIcon: FC<SVGProps<SVGSVGElement>>;
|
|
23
24
|
declare const DeleteIcon: FC<SVGProps<SVGSVGElement>>;
|
|
24
25
|
declare const DownloadIcon: FC<SVGProps<SVGSVGElement>>;
|
|
25
26
|
declare const EditIcon: FC<SVGProps<SVGSVGElement>>;
|
|
@@ -68,6 +69,7 @@ export {
|
|
|
68
69
|
CommentUnresolvedIcon,
|
|
69
70
|
CopyIcon,
|
|
70
71
|
DatabaseIcon,
|
|
72
|
+
DbtIcon,
|
|
71
73
|
DeleteIcon,
|
|
72
74
|
DownloadIcon,
|
|
73
75
|
EditIcon,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { A as s,
|
|
1
|
+
import { A as s, G as a, y as c, k as I, m as e, B as r, q as t, b as i, Q as l, d as C, g as h, a as d, e as m, S as b, C as f, l as p, O as v, P as D, i as g, v as k, z as u, n as w, D as A, u as R, E as S, x as U, N as G, F as L, L as T, K as B, h as F, H, I as M, V as x, M as y, f as z, R as E, J as N, T as O, c as P, r as V, o as q, p as J, w as K, t as Q, s as j, U as W } from "../../index2.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AddIcon,
|
|
4
4
|
a as ArrowLeftIcon,
|
|
5
5
|
c as ArrowRightIcon,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
I as AskIcon,
|
|
7
|
+
e as BoltIcon,
|
|
8
8
|
r as BracketsIcon,
|
|
9
9
|
t as CaseSensitiveIcon,
|
|
10
10
|
i as CheckNoOutlineIcon,
|
|
@@ -13,37 +13,38 @@ export {
|
|
|
13
13
|
h as ChevronLeftIcon,
|
|
14
14
|
d as ChevronRightIcon,
|
|
15
15
|
m as ChevronUpIcon,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
b as CircleIcon,
|
|
17
|
+
f as CloseIcon,
|
|
18
|
+
p as CodeIcon,
|
|
19
|
+
v as CommentAddIcon,
|
|
20
20
|
D as CommentDiscussionIcon,
|
|
21
21
|
g as CommentUnresolvedIcon,
|
|
22
22
|
k as CopyIcon,
|
|
23
23
|
u as DatabaseIcon,
|
|
24
|
-
w as
|
|
25
|
-
A as
|
|
26
|
-
R as
|
|
27
|
-
S as
|
|
28
|
-
U as
|
|
29
|
-
G as
|
|
30
|
-
L as
|
|
31
|
-
T as
|
|
32
|
-
B as
|
|
33
|
-
F as
|
|
34
|
-
H as
|
|
35
|
-
M as
|
|
36
|
-
x as
|
|
37
|
-
y as
|
|
38
|
-
z as
|
|
39
|
-
E as
|
|
40
|
-
N as
|
|
41
|
-
O as
|
|
42
|
-
P as
|
|
24
|
+
w as DbtIcon,
|
|
25
|
+
A as DeleteIcon,
|
|
26
|
+
R as DownloadIcon,
|
|
27
|
+
S as EditIcon,
|
|
28
|
+
U as FileUploadIcon,
|
|
29
|
+
G as FilesIcon,
|
|
30
|
+
L as GitMergeIcon,
|
|
31
|
+
T as GithubIcon,
|
|
32
|
+
B as GlobeIcon,
|
|
33
|
+
F as GripVerticalIcon,
|
|
34
|
+
H as HalfCircleIcon,
|
|
35
|
+
M as InfoCircleIcon,
|
|
36
|
+
x as LoaderIcon,
|
|
37
|
+
y as MoreIcon,
|
|
38
|
+
z as PanelLeftIcon,
|
|
39
|
+
E as RefreshIcon,
|
|
40
|
+
N as RemoveIcon,
|
|
41
|
+
O as RobotIcon,
|
|
42
|
+
P as SearchIcon,
|
|
43
|
+
V as SettingsIcon,
|
|
43
44
|
q as ShareIcon,
|
|
44
45
|
J as SplitHorizontalIcon,
|
|
45
46
|
K as ThinkingIcon,
|
|
46
47
|
Q as ThumbsDownIcon,
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
j as ThumbsUpIcon,
|
|
49
|
+
W as UserIcon
|
|
49
50
|
};
|