@altimateai/ui-components 0.0.17 → 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 CHANGED
@@ -1,4 +1,4 @@
1
- import { j as U, E as t8, D as n8, s as r8, t as i8, u as a8, e as s8, d as o8, R as l8, M as u8, v as c8, w as h8, A as d8, x as f8, C as X1, y as Dp, z as p8, F as m8, l as g8, G as y8 } from "./index2.js";
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";
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
- fi as N,
5922
- gi as O,
5921
+ hi as N,
5922
+ fi as O,
5923
5923
  U as P,
5924
- pi as Q,
5924
+ gi as Q,
5925
5925
  Xn as R,
5926
5926
  ao as S,
5927
5927
  Tc as T,
5928
- mi as U,
5928
+ pi as U,
5929
5929
  Dr as V,
5930
- hi as W,
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, 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";
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
- b as CircleIcon,
17
- f as CloseIcon,
18
- p as CodeIcon,
16
+ p as CircleIcon,
17
+ b as CloseIcon,
18
+ f as CodeIcon,
19
19
  v as CommentAddIcon,
20
20
  D as CommentDiscussionIcon,
21
- g as CommentUnresolvedIcon,
22
- k as CopyIcon,
23
- u as DatabaseIcon,
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,
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
- 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,
44
- q as ShareIcon,
45
- J as SplitHorizontalIcon,
46
- K as ThinkingIcon,
47
- Q as ThumbsDownIcon,
48
- j as ThumbsUpIcon,
49
- W as UserIcon
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
  };