@altimateai/ui-components 0.0.10-beta.6 → 0.0.13
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 +7281 -7313
- package/dist/Label.js +36 -11
- package/dist/NativeSelect.js +1694 -1489
- package/dist/Tooltip.js +1731 -1580
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/chatbotV2/index.js +14 -15
- package/dist/flowchart-elk-definition-170a3958.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +17 -17
- package/dist/is_dark.js +1 -1
- package/dist/lineage/index.d.ts +12 -1
- package/dist/lineage/index.js +2328 -2321
- package/dist/main.js +1 -1
- package/dist/mindmap-definition-44684416.js +1 -1
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.d.ts +1 -1
- package/dist/shadcn/index.js +1760 -1776
- package/dist/timeline-definition-8e5a9bc6.js +1 -1
- package/dist/{types-DGhFybfM.d.ts → types-MLsaGOQh.d.ts} +1 -14
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Card as vt, CardBody as an, CardTitle as un, FormGroup as Pt, Input as Ft, FormFeedback as Kn, Collapse as Gn, Alert as ln, Col as Zn, CardImg as Qn, CardSubtitle as Jn, CardText as er, Row as tr } from "reactstrap";
|
|
2
2
|
import { g as mt, a as cn, A as ve, C as nr, I as Ie, u as dn, S as se, T as rr, b as or } from "./redux-toolkit.modern.js";
|
|
3
|
-
import {
|
|
3
|
+
import { P as fn, T as lt, V as ir, W as sr, X as ar, Y as ur, Z as lr, _ as cr, $ as tt, a0 as dr, a1 as fr } from "./CoachForm.js";
|
|
4
4
|
import { j as v, A as pn, i as pr, k as gr, b as hr, C as vr, D as mr, E as Er, e as yr, d as br } from "./index2.js";
|
|
5
5
|
import * as te from "react";
|
|
6
6
|
import Z, { createContext as _e, useReducer as gn, useCallback as we, useMemo as fe, useContext as be, useLayoutEffect as Cr, useEffect as le, useRef as Se, useId as hn, useInsertionEffect as Sr, Children as De, isValidElement as _r, useState as re, lazy as Ar } from "react";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { O as Zy, m as Dn, n as fa, s as Qy, o as Jy, q as jy } from "./CoachForm.js";
|
|
2
2
|
import { c as za, g as Vu, s as Cn } from "./redux-toolkit.modern.js";
|
|
3
3
|
import { i as em } from "./is_dark.js";
|
|
4
4
|
var Uu = { exports: {} };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as C } from "./index2.js";
|
|
2
|
-
import { X as kt, E as on,
|
|
2
|
+
import { X as kt, E as on, a as yt } from "./Tooltip.js";
|
|
3
3
|
import { createContext as wt, Component as vt, createElement as nn, isValidElement as St, useState as q, useRef as xt, forwardRef as zt, useCallback as At, useEffect as _t } from "react";
|
|
4
4
|
import { Tooltip as Mt, Card as Ct, CardTitle as Ht, CardBody as Ot } from "reactstrap";
|
|
5
5
|
import { Prism as Tt } from "react-syntax-highlighter";
|
package/dist/shadcn/index.d.ts
CHANGED
|
@@ -460,7 +460,7 @@ declare const BreadcrumbEllipsis: {
|
|
|
460
460
|
|
|
461
461
|
declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
|
|
462
462
|
|
|
463
|
-
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues
|
|
463
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
464
464
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
|
|
465
465
|
declare const useFormField: () => {
|
|
466
466
|
invalid: boolean;
|