@altimateai/ui-components 0.0.6-beta.3 → 0.0.7

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/index.js CHANGED
@@ -1,11 +1,11 @@
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
- import { Alert as l, Card as v, CardBody as T, CardFooter as u, CardImg as f, CardSubtitle as F, CardText as M, CardTitle as P, 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 O, NavItem as w, NavLink as H, Offcanvas as N, OffcanvasBody as z, OffcanvasHeader as R, Popover as V, PopoverBody as W, PopoverHeader as X, Row as Y, Spinner as _ } from "reactstrap";
3
- import { A as q, C as E, I as J, S as K, T as Q } from "./redux-toolkit.modern.js";
4
- import { _ as Z, a4 as aa, X as oa, O as ea, a3 as ra, a2 as sa, Y as ta, W as na, a7 as ia, a8 as ma, a6 as da, a5 as pa, $ as Ca, a0 as ca, a1 as la, V as va } from "./CoachForm.js";
2
+ import { Alert as l, Card as v, CardBody as T, CardFooter as u, CardImg as f, CardSubtitle as F, CardText as M, CardTitle as P, 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 O, NavItem as w, NavLink as H, Offcanvas as N, OffcanvasBody as z, OffcanvasHeader as R, Popover as V, PopoverBody as W, PopoverHeader as X, Row as Y, Spinner as Z } from "reactstrap";
3
+ import { A as $, C as q, I as E, S as J, T as K } from "./redux-toolkit.modern.js";
4
+ import { Z as U, a3 as aa, X as oa, O as ea, a2 as ra, a1 as sa, Y as ta, W as na, a6 as ia, a7 as ma, a5 as da, a4 as pa, _ as Ca, $ as ca, a0 as la, V as va } from "./CoachForm.js";
5
5
  export {
6
6
  l as Alert,
7
- q as ApiHelper,
8
- Z as Badge,
7
+ $ as ApiHelper,
8
+ U as Badge,
9
9
  v as Card,
10
10
  T as CardBody,
11
11
  u as CardFooter,
@@ -15,7 +15,7 @@ export {
15
15
  P as CardTitle,
16
16
  aa as CoachForm,
17
17
  e as CoachFormButton,
18
- E as CodeBlock,
18
+ q as CodeBlock,
19
19
  k as Col,
20
20
  B as Container,
21
21
  oa as ContentCategory,
@@ -27,7 +27,7 @@ export {
27
27
  g as Form,
28
28
  y as FormFeedback,
29
29
  G as FormGroup,
30
- J as IconButton,
30
+ E as IconButton,
31
31
  I as Input,
32
32
  S as InputGroup,
33
33
  h as Label,
@@ -55,8 +55,8 @@ export {
55
55
  ma as ProjectGovernorCheckSchema,
56
56
  da as ProjectGovernorCheckTypes,
57
57
  Y as Row,
58
- _ as Spinner,
59
- K as Stack,
58
+ Z as Spinner,
59
+ J as Stack,
60
60
  pa as TaskLabels,
61
61
  Ca as TeamMateActionType,
62
62
  ca as TeamMateAvailability,
@@ -64,7 +64,7 @@ export {
64
64
  d as TeamMates,
65
65
  la as TeamMatesConfig,
66
66
  p as TeammateActions,
67
- Q as Tooltip,
67
+ K as Tooltip,
68
68
  va as learningSchema,
69
69
  C as useTeamMateContext
70
70
  };
@@ -81,6 +81,14 @@ interface ExposureMetaData {
81
81
  metrics?: unknown[];
82
82
  meta?: Record<string, unknown>;
83
83
  }
84
+ interface SnowflakeStageMetadata {
85
+ rk: string;
86
+ name: string;
87
+ stage_url: string;
88
+ stage_region: string;
89
+ stage_type: string;
90
+ stage_owner: string;
91
+ }
84
92
  interface ViewsCodeModalArgs {
85
93
  table: string;
86
94
  column: string;
@@ -202,4 +210,4 @@ declare const ViewsTypeBadge: ({ viewsType }: {
202
210
  viewsType: string;
203
211
  }) => react_jsx_runtime.JSX.Element;
204
212
 
205
- export { CLL, CllEvents, type CollectColumn, type Column, type ColumnLineage, type ColumnMeta, type Columns, type Confidence, type Details, type ExportFinalLineageArgs, type ExposureMetaData, _default as Lineage, type LineageRef, type ModalArgs, NodeIcon, type OpNodeArgs, type SelectedColumn, type StaticLineage, type StaticLineageDetails, type Table, type TableMeta, type ViewsCodeModalArgs, ViewsTypeBadge };
213
+ export { CLL, CllEvents, type CollectColumn, type Column, type ColumnLineage, type ColumnMeta, type Columns, type Confidence, type Details, type ExportFinalLineageArgs, type ExposureMetaData, _default as Lineage, type LineageRef, type ModalArgs, NodeIcon, type OpNodeArgs, type SelectedColumn, type SnowflakeStageMetadata, type StaticLineage, type StaticLineageDetails, type Table, type TableMeta, type ViewsCodeModalArgs, ViewsTypeBadge };