@altimateai/ui-components 0.0.32-beta.1 → 0.0.32
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 +7412 -7370
- package/dist/Form.js +2089 -2211
- package/dist/Stack.js +15 -15
- package/dist/chatbotV2/index.d.ts +3 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/lineage/index.js +247 -247
- package/dist/main.js +145 -145
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.d.ts +2 -3
- package/dist/shadcn/index.js +2488 -2377
- package/dist/{types-ASb67e-j.d.ts → types-C8914kq2.d.ts} +4 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as P } from "./index2.js";
|
|
2
|
-
import {
|
|
2
|
+
import { a1 as pt, Q as en, U as mt, _ as kt, Z as yt, X as wt } from "./Stack.js";
|
|
3
3
|
import { Prism as vt } from "react-syntax-highlighter";
|
|
4
4
|
import { useState as Q, useCallback as St, useEffect as xt } from "react";
|
|
5
5
|
import './redux-toolkit.css';var ls = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
package/dist/shadcn/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { b as buttonVariants } from '../Button-C4jhPGlR.js';
|
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import { DayPicker, DayButton, DateRange } from 'react-day-picker';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
|
-
import { ComponentProps, HTMLAttributes, AriaRole, ReactNode,
|
|
6
|
+
import { ComponentProps, HTMLAttributes, AriaRole, ReactNode, SelectHTMLAttributes } from 'react';
|
|
7
7
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
8
8
|
import * as SheetPrimitive from '@radix-ui/react-dialog';
|
|
9
9
|
import { DialogProps } from '@radix-ui/react-dialog';
|
|
@@ -398,9 +398,8 @@ interface Props {
|
|
|
398
398
|
multiSelect?: boolean;
|
|
399
399
|
showApplyButton?: boolean;
|
|
400
400
|
showClearButton?: boolean;
|
|
401
|
-
popoverContentProps?: Omit<ComponentPropsWithoutRef<typeof PopoverContent>, "children">;
|
|
402
401
|
}
|
|
403
|
-
declare const Combobox: ({ options, value, onChange, placeholder, showOnlyPlaceholder, searchPlaceholder, buttonProps, id, icon, multiSelect, showApplyButton, showClearButton,
|
|
402
|
+
declare const Combobox: ({ options, value, onChange, placeholder, showOnlyPlaceholder, searchPlaceholder, buttonProps, id, icon, multiSelect, showApplyButton, showClearButton, }: Props) => react_jsx_runtime.JSX.Element;
|
|
404
403
|
|
|
405
404
|
declare const selectVariants: (props?: ({
|
|
406
405
|
variant?: "default" | "destructive" | "outline" | "success" | "secondary" | "ghost" | null | undefined;
|