@altimateai/ui-components 0.0.16 → 0.0.18
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 +4 -4
- package/dist/Tooltip.js +5 -5
- package/dist/assets/icons/index.d.ts +4 -0
- package/dist/assets/icons/index.js +33 -31
- package/dist/index.js +1 -1
- package/dist/index2.js +150 -148
- package/dist/lineage/index.js +2 -2
- package/dist/main.js +376 -375
- package/dist/shadcn/index.d.ts +9 -1
- package/dist/shadcn/index.js +2289 -2174
- 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";
|
|
@@ -50099,7 +50099,7 @@ ${i}
|
|
|
50099
50099
|
return t != null && t.formComponent ? /* @__PURE__ */ U.jsx(t.formComponent, { ...e }) : /* @__PURE__ */ U.jsx(are, { ...e });
|
|
50100
50100
|
};
|
|
50101
50101
|
export {
|
|
50102
|
-
|
|
50102
|
+
ma as $,
|
|
50103
50103
|
GT as A,
|
|
50104
50104
|
i2 as B,
|
|
50105
50105
|
Gre as C,
|
|
@@ -50126,9 +50126,9 @@ export {
|
|
|
50126
50126
|
nre as X,
|
|
50127
50127
|
XT as Y,
|
|
50128
50128
|
KT as Z,
|
|
50129
|
-
|
|
50129
|
+
$re as _,
|
|
50130
50130
|
WT as a,
|
|
50131
|
-
|
|
50131
|
+
yk as a0,
|
|
50132
50132
|
Zre as a1,
|
|
50133
50133
|
GW as a2,
|
|
50134
50134
|
Ih as a3,
|
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>>;
|
|
@@ -45,6 +46,7 @@ declare const SplitHorizontalIcon: FC<SVGProps<SVGSVGElement>>;
|
|
|
45
46
|
declare const ThinkingIcon: FC<SVGProps<SVGSVGElement>>;
|
|
46
47
|
declare const ThumbsDownIcon: FC<SVGProps<SVGSVGElement>>;
|
|
47
48
|
declare const ThumbsUpIcon: FC<SVGProps<SVGSVGElement>>;
|
|
49
|
+
declare const UploadIcon: FC<SVGProps<SVGSVGElement>>;
|
|
48
50
|
declare const UserIcon: FC<SVGProps<SVGSVGElement>>;
|
|
49
51
|
|
|
50
52
|
export {
|
|
@@ -73,6 +75,7 @@ export {
|
|
|
73
75
|
DeleteIcon,
|
|
74
76
|
DownloadIcon,
|
|
75
77
|
EditIcon,
|
|
78
|
+
FileIcon,
|
|
76
79
|
FileUploadIcon,
|
|
77
80
|
FilesIcon,
|
|
78
81
|
GitMergeIcon,
|
|
@@ -94,5 +97,6 @@ export {
|
|
|
94
97
|
ThinkingIcon,
|
|
95
98
|
ThumbsDownIcon,
|
|
96
99
|
ThumbsUpIcon,
|
|
100
|
+
UploadIcon,
|
|
97
101
|
UserIcon
|
|
98
102
|
};
|
|
@@ -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 U, w as g, 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 x, X as y, M as z, f as E, R as N, L as O, V as P, c as V, s as q, p as J, q as K, x as Q, u as W, t as X, i as j, W as Y } from "../../index2.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AddIcon,
|
|
4
4
|
a as ArrowLeftIcon,
|
|
@@ -13,38 +13,40 @@ 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
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
G as
|
|
30
|
-
L as
|
|
21
|
+
U as CommentUnresolvedIcon,
|
|
22
|
+
g 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
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
34
|
+
H as GripVerticalIcon,
|
|
35
|
+
M as HalfCircleIcon,
|
|
36
|
+
x as InfoCircleIcon,
|
|
37
|
+
y as LoaderIcon,
|
|
38
|
+
z as MoreIcon,
|
|
39
|
+
E as PanelLeftIcon,
|
|
40
|
+
N as RefreshIcon,
|
|
41
|
+
O as RemoveIcon,
|
|
42
|
+
P as RobotIcon,
|
|
43
|
+
V as SearchIcon,
|
|
44
|
+
q as SettingsIcon,
|
|
45
|
+
J as ShareIcon,
|
|
46
|
+
K as SplitHorizontalIcon,
|
|
47
|
+
Q as ThinkingIcon,
|
|
48
|
+
W as ThumbsDownIcon,
|
|
49
|
+
X as ThumbsUpIcon,
|
|
50
|
+
j as UploadIcon,
|
|
51
|
+
Y as UserIcon
|
|
50
52
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as e, i as r, h as s, C as t, D as n, L as i, T as m, m as d, l as p, k as C } from "./main.js";
|
|
2
2
|
import { Alert as l, Card as v, CardBody as T, CardFooter as u, CardImg as f, CardSubtitle as P, CardText as F, CardTitle as M, Col as k, Container as B, Fade as L, Form as g, FormFeedback as y, FormGroup as G, Input as I, InputGroup as S, Label as h, List as A, ListGroup as b, ListGroupItem as x, Modal as j, ModalBody as D, Nav as w, NavItem as H, NavLink as N, Offcanvas as O, OffcanvasBody as z, OffcanvasHeader as R, Popover as W, PopoverBody as X, PopoverHeader as Y, Row as Z, Spinner as _ } from "reactstrap";
|
|
3
3
|
import { A as q, C as E, I as J, S as K, T as Q } from "./redux-toolkit.modern.js";
|
|
4
|
-
import {
|
|
4
|
+
import { a0 as V, a4 as aa, Y as oa, P as ea, a3 as ra, a2 as sa, Z as ta, X as na, a7 as ia, a8 as ma, a6 as da, a5 as pa, _ as Ca, $ as ca, a1 as la, W as va } from "./CoachForm.js";
|
|
5
5
|
export {
|
|
6
6
|
l as Alert,
|
|
7
7
|
q as ApiHelper,
|