@altimateai/ui-components 0.0.18 → 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 CHANGED
@@ -50045,7 +50045,7 @@ ${i}
50045
50045
  key: pi.DocGen
50046
50046
  },
50047
50047
  {
50048
- name: "Analyse Charts",
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 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";
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
- U as CommentUnresolvedIcon,
22
- g as CopyIcon,
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
- x as InfoCircleIcon,
37
- y as LoaderIcon,
38
- z as MoreIcon,
39
- E as PanelLeftIcon,
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
- P as RobotIcon,
43
- V as SearchIcon,
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
- W as ThumbsDownIcon,
49
- X as ThumbsUpIcon,
50
- j as UploadIcon,
51
- Y as UserIcon
49
+ X as ThumbsDownIcon,
50
+ Y as ThumbsUpIcon,
51
+ Z as UploadIcon,
52
+ j as UserIcon,
53
+ _ as WarningIcon
52
54
  };