@altimateai/ui-components 0.0.18 → 0.0.20
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 +5 -1
- package/dist/assets/icons/index.js +15 -13
- package/dist/index2.js +72 -70
- package/dist/shadcn/index.d.ts +1 -1
- package/dist/shadcn/index.js +668 -648
- package/dist/storybook/Alert.stories.tsx +42 -2
- package/dist/storybook/drag-and-drop-file-upload.stories.tsx +1 -1
- package/package.json +1 -1
package/dist/CoachForm.js
CHANGED
|
@@ -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],
|
|
@@ -36,6 +36,7 @@ declare const InfoCircleIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
36
36
|
declare const LoaderIcon: FC<SVGProps<SVGSVGElement>>;
|
|
37
37
|
declare const MoreIcon: FC<SVGProps<SVGSVGElement>>;
|
|
38
38
|
declare const PanelLeftIcon: FC<SVGProps<SVGSVGElement>>;
|
|
39
|
+
declare const PassIcon: FC<SVGProps<SVGSVGElement>>;
|
|
39
40
|
declare const RefreshIcon: FC<SVGProps<SVGSVGElement>>;
|
|
40
41
|
declare const RemoveIcon: FC<SVGProps<SVGSVGElement>>;
|
|
41
42
|
declare const RobotIcon: FC<SVGProps<SVGSVGElement>>;
|
|
@@ -48,6 +49,7 @@ declare const ThumbsDownIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
48
49
|
declare const ThumbsUpIcon: FC<SVGProps<SVGSVGElement>>;
|
|
49
50
|
declare const UploadIcon: FC<SVGProps<SVGSVGElement>>;
|
|
50
51
|
declare const UserIcon: FC<SVGProps<SVGSVGElement>>;
|
|
52
|
+
declare const WarningIcon: FC<SVGProps<SVGSVGElement>>;
|
|
51
53
|
|
|
52
54
|
export {
|
|
53
55
|
AddIcon,
|
|
@@ -87,6 +89,7 @@ export {
|
|
|
87
89
|
LoaderIcon,
|
|
88
90
|
MoreIcon,
|
|
89
91
|
PanelLeftIcon,
|
|
92
|
+
PassIcon,
|
|
90
93
|
RefreshIcon,
|
|
91
94
|
RemoveIcon,
|
|
92
95
|
RobotIcon,
|
|
@@ -98,5 +101,6 @@ export {
|
|
|
98
101
|
ThumbsDownIcon,
|
|
99
102
|
ThumbsUpIcon,
|
|
100
103
|
UploadIcon,
|
|
101
|
-
UserIcon
|
|
104
|
+
UserIcon,
|
|
105
|
+
WarningIcon
|
|
102
106
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
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
|
|
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,
|
|
@@ -18,8 +18,8 @@ export {
|
|
|
18
18
|
f as CodeIcon,
|
|
19
19
|
v as CommentAddIcon,
|
|
20
20
|
D as CommentDiscussionIcon,
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
g as CommentUnresolvedIcon,
|
|
22
|
+
U as CopyIcon,
|
|
23
23
|
k as DatabaseIcon,
|
|
24
24
|
u as DbtIcon,
|
|
25
25
|
w as DeleteIcon,
|
|
@@ -33,20 +33,22 @@ export {
|
|
|
33
33
|
B as GlobeIcon,
|
|
34
34
|
H as GripVerticalIcon,
|
|
35
35
|
M as HalfCircleIcon,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
P as InfoCircleIcon,
|
|
37
|
+
x as LoaderIcon,
|
|
38
|
+
y as MoreIcon,
|
|
39
|
+
z as PanelLeftIcon,
|
|
40
|
+
E as PassIcon,
|
|
40
41
|
N as RefreshIcon,
|
|
41
42
|
O as RemoveIcon,
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
V as RobotIcon,
|
|
44
|
+
W as SearchIcon,
|
|
44
45
|
q as SettingsIcon,
|
|
45
46
|
J as ShareIcon,
|
|
46
47
|
K as SplitHorizontalIcon,
|
|
47
48
|
Q as ThinkingIcon,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
X as ThumbsDownIcon,
|
|
50
|
+
Y as ThumbsUpIcon,
|
|
51
|
+
Z as UploadIcon,
|
|
52
|
+
j as UserIcon,
|
|
53
|
+
_ as WarningIcon
|
|
52
54
|
};
|