@parasutcom/fds 0.1.10 → 0.1.11
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.d.ts +4 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,8 +35,8 @@ import { Select as Select_2 } from '@base-ui/react/select';
|
|
|
35
35
|
import { Separator as Separator_2 } from '@base-ui/react/separator';
|
|
36
36
|
import { SortingState } from '@tanstack/react-table';
|
|
37
37
|
import { Switch as Switch_2 } from '@base-ui/react/switch';
|
|
38
|
-
import { Table } from '@tanstack/react-table';
|
|
39
38
|
import { Tabs as Tabs_2 } from '@base-ui/react/tabs';
|
|
39
|
+
import { Table as TanStackTable } from '@tanstack/react-table';
|
|
40
40
|
import { ToasterProps } from 'sonner';
|
|
41
41
|
import { Toggle as Toggle_2 } from '@base-ui/react/toggle';
|
|
42
42
|
import { Tooltip as Tooltip_2 } from '@base-ui/react/tooltip';
|
|
@@ -768,7 +768,7 @@ export declare function Switch({ className, size, ...props }: Switch_2.Root.Prop
|
|
|
768
768
|
size?: "sm" | "default";
|
|
769
769
|
}): JSX.Element;
|
|
770
770
|
|
|
771
|
-
export
|
|
771
|
+
export declare function Table({ className, ...props }: React_2.ComponentProps<"table">): JSX.Element;
|
|
772
772
|
|
|
773
773
|
export declare function TableBody({ className, ...props }: React_2.ComponentProps<"tbody">): JSX.Element;
|
|
774
774
|
|
|
@@ -796,6 +796,8 @@ export declare const tabsListVariants: (props?: ({
|
|
|
796
796
|
|
|
797
797
|
export declare function TabsTrigger({ className, ...props }: Tabs_2.Tab.Props): JSX.Element;
|
|
798
798
|
|
|
799
|
+
export { TanStackTable }
|
|
800
|
+
|
|
799
801
|
export declare function TaxIdField({ id, name, value, onChange, onBlur, description, placeholder, error, isLoading, loadingText, autoFocus, }: TaxIdFieldProps): JSX.Element;
|
|
800
802
|
|
|
801
803
|
declare interface TaxIdFieldProps {
|