@altimateai/ui-components 0.0.10-beta.5 → 0.0.10-beta.8
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/Label.js +36 -11
- package/dist/NativeSelect.js +1694 -1489
- package/dist/Tooltip.js +1731 -1580
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.d.ts +1 -1
- package/dist/shadcn/index.js +1760 -1776
- package/package.json +1 -1
|
@@ -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;
|