@altimateai/ui-components 0.0.17 → 0.0.19
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 +2 -2
- package/dist/Tooltip.js +5 -5
- package/dist/assets/icons/index.d.ts +9 -1
- package/dist/assets/icons/index.js +31 -27
- package/dist/index2.js +173 -169
- package/dist/lineage/index.js +2 -2
- package/dist/main.js +82 -82
- package/dist/shadcn/index.d.ts +10 -2
- package/dist/shadcn/index.js +2208 -2073
- package/dist/storybook/Alert.stories.tsx +42 -2
- package/dist/storybook/drag-and-drop-file-upload.stories.tsx +99 -0
- package/package.json +1 -1
package/dist/CoachForm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as U, E as t8, D as n8,
|
|
1
|
+
import { j as U, E as t8, D as n8, t as r8, u as i8, v as a8, e as s8, d as o8, R as l8, M as u8, w as c8, x as h8, A as d8, y as f8, C as X1, z as Dp, G as p8, J as m8, m as g8, K as y8 } from "./index2.js";
|
|
2
2
|
import { useFormikContext as Sy, Form as wy, Field as K1, Formik as Ly, useFormik as b8 } from "formik";
|
|
3
3
|
import { Badge as _8, FormGroup as vl, Input as Al, FormFeedback as Sc, Alert as Af, Card as Sf, CardBody as wf, CardFooter as Iy, Label as x8, CardTitle as E8, Spinner as T8 } from "reactstrap";
|
|
4
4
|
import { E as Dt, T as tc, H as k8, M as mi, y as C8, z as v8, G as A8 } from "./Tooltip.js";
|
|
@@ -50045,7 +50045,7 @@ ${i}
|
|
|
50045
50045
|
key: pi.DocGen
|
|
50046
50046
|
},
|
|
50047
50047
|
{
|
|
50048
|
-
name: "
|
|
50048
|
+
name: "Chart Analyzer",
|
|
50049
50049
|
avatar: za,
|
|
50050
50050
|
description: "Coach AI to analyze charts, find insights and answer your specific questions",
|
|
50051
50051
|
availability: [ma.SAAS],
|
package/dist/Tooltip.js
CHANGED
|
@@ -5918,16 +5918,16 @@ export {
|
|
|
5918
5918
|
bc as K,
|
|
5919
5919
|
Hr as L,
|
|
5920
5920
|
di as M,
|
|
5921
|
-
|
|
5922
|
-
|
|
5921
|
+
hi as N,
|
|
5922
|
+
fi as O,
|
|
5923
5923
|
U as P,
|
|
5924
|
-
|
|
5924
|
+
gi as Q,
|
|
5925
5925
|
Xn as R,
|
|
5926
5926
|
ao as S,
|
|
5927
5927
|
Tc as T,
|
|
5928
|
-
|
|
5928
|
+
pi as U,
|
|
5929
5929
|
Dr as V,
|
|
5930
|
-
|
|
5930
|
+
mi as W,
|
|
5931
5931
|
Lc as X,
|
|
5932
5932
|
G as a,
|
|
5933
5933
|
mo as b,
|
|
@@ -24,6 +24,7 @@ declare const DbtIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
24
24
|
declare const DeleteIcon: FC<SVGProps<SVGSVGElement>>;
|
|
25
25
|
declare const DownloadIcon: FC<SVGProps<SVGSVGElement>>;
|
|
26
26
|
declare const EditIcon: FC<SVGProps<SVGSVGElement>>;
|
|
27
|
+
declare const FileIcon: FC<SVGProps<SVGSVGElement>>;
|
|
27
28
|
declare const FileUploadIcon: FC<SVGProps<SVGSVGElement>>;
|
|
28
29
|
declare const FilesIcon: FC<SVGProps<SVGSVGElement>>;
|
|
29
30
|
declare const GitMergeIcon: FC<SVGProps<SVGSVGElement>>;
|
|
@@ -35,6 +36,7 @@ declare const InfoCircleIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
35
36
|
declare const LoaderIcon: FC<SVGProps<SVGSVGElement>>;
|
|
36
37
|
declare const MoreIcon: FC<SVGProps<SVGSVGElement>>;
|
|
37
38
|
declare const PanelLeftIcon: FC<SVGProps<SVGSVGElement>>;
|
|
39
|
+
declare const PassIcon: FC<SVGProps<SVGSVGElement>>;
|
|
38
40
|
declare const RefreshIcon: FC<SVGProps<SVGSVGElement>>;
|
|
39
41
|
declare const RemoveIcon: FC<SVGProps<SVGSVGElement>>;
|
|
40
42
|
declare const RobotIcon: FC<SVGProps<SVGSVGElement>>;
|
|
@@ -45,7 +47,9 @@ declare const SplitHorizontalIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
45
47
|
declare const ThinkingIcon: FC<SVGProps<SVGSVGElement>>;
|
|
46
48
|
declare const ThumbsDownIcon: FC<SVGProps<SVGSVGElement>>;
|
|
47
49
|
declare const ThumbsUpIcon: FC<SVGProps<SVGSVGElement>>;
|
|
50
|
+
declare const UploadIcon: FC<SVGProps<SVGSVGElement>>;
|
|
48
51
|
declare const UserIcon: FC<SVGProps<SVGSVGElement>>;
|
|
52
|
+
declare const WarningIcon: FC<SVGProps<SVGSVGElement>>;
|
|
49
53
|
|
|
50
54
|
export {
|
|
51
55
|
AddIcon,
|
|
@@ -73,6 +77,7 @@ export {
|
|
|
73
77
|
DeleteIcon,
|
|
74
78
|
DownloadIcon,
|
|
75
79
|
EditIcon,
|
|
80
|
+
FileIcon,
|
|
76
81
|
FileUploadIcon,
|
|
77
82
|
FilesIcon,
|
|
78
83
|
GitMergeIcon,
|
|
@@ -84,6 +89,7 @@ export {
|
|
|
84
89
|
LoaderIcon,
|
|
85
90
|
MoreIcon,
|
|
86
91
|
PanelLeftIcon,
|
|
92
|
+
PassIcon,
|
|
87
93
|
RefreshIcon,
|
|
88
94
|
RemoveIcon,
|
|
89
95
|
RobotIcon,
|
|
@@ -94,5 +100,7 @@ export {
|
|
|
94
100
|
ThinkingIcon,
|
|
95
101
|
ThumbsDownIcon,
|
|
96
102
|
ThumbsUpIcon,
|
|
97
|
-
|
|
103
|
+
UploadIcon,
|
|
104
|
+
UserIcon,
|
|
105
|
+
WarningIcon
|
|
98
106
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s,
|
|
1
|
+
import { A as s, K as a, z as c, l as I, n as e, B as r, r as t, b as i, U as l, d as C, g as h, a as d, e as m, S as p, C as b, m as f, Q as v, T as D, k as g, w as U, G as k, o as u, D as w, v as A, E as R, F as S, y as G, P as L, J as F, O as T, N as B, h as H, H as M, I as P, Z as x, M as y, f as z, V as E, R as N, L as O, X as V, c as W, s as q, p as J, q as K, x as Q, u as X, t as Y, i as Z, Y as j, W as _ } from "../../index2.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AddIcon,
|
|
4
4
|
a as ArrowLeftIcon,
|
|
@@ -13,38 +13,42 @@ export {
|
|
|
13
13
|
h as ChevronLeftIcon,
|
|
14
14
|
d as ChevronRightIcon,
|
|
15
15
|
m as ChevronUpIcon,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
p as CircleIcon,
|
|
17
|
+
b as CloseIcon,
|
|
18
|
+
f as CodeIcon,
|
|
19
19
|
v as CommentAddIcon,
|
|
20
20
|
D as CommentDiscussionIcon,
|
|
21
21
|
g as CommentUnresolvedIcon,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
G as
|
|
30
|
-
L as
|
|
22
|
+
U as CopyIcon,
|
|
23
|
+
k as DatabaseIcon,
|
|
24
|
+
u as DbtIcon,
|
|
25
|
+
w as DeleteIcon,
|
|
26
|
+
A as DownloadIcon,
|
|
27
|
+
R as EditIcon,
|
|
28
|
+
S as FileIcon,
|
|
29
|
+
G as FileUploadIcon,
|
|
30
|
+
L as FilesIcon,
|
|
31
|
+
F as GitMergeIcon,
|
|
31
32
|
T as GithubIcon,
|
|
32
33
|
B as GlobeIcon,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
H as GripVerticalIcon,
|
|
35
|
+
M as HalfCircleIcon,
|
|
36
|
+
P as InfoCircleIcon,
|
|
36
37
|
x as LoaderIcon,
|
|
37
38
|
y as MoreIcon,
|
|
38
39
|
z as PanelLeftIcon,
|
|
39
|
-
E as
|
|
40
|
-
N as
|
|
41
|
-
O as
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
q as
|
|
45
|
-
J as
|
|
46
|
-
K as
|
|
47
|
-
Q as
|
|
48
|
-
|
|
49
|
-
|
|
40
|
+
E as PassIcon,
|
|
41
|
+
N as RefreshIcon,
|
|
42
|
+
O as RemoveIcon,
|
|
43
|
+
V as RobotIcon,
|
|
44
|
+
W as SearchIcon,
|
|
45
|
+
q as SettingsIcon,
|
|
46
|
+
J as ShareIcon,
|
|
47
|
+
K as SplitHorizontalIcon,
|
|
48
|
+
Q as ThinkingIcon,
|
|
49
|
+
X as ThumbsDownIcon,
|
|
50
|
+
Y as ThumbsUpIcon,
|
|
51
|
+
Z as UploadIcon,
|
|
52
|
+
j as UserIcon,
|
|
53
|
+
_ as WarningIcon
|
|
50
54
|
};
|