@parasutcom/fds 0.1.11 → 0.1.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/index.d.ts CHANGED
@@ -5,23 +5,15 @@ import { Checkbox as Checkbox_2 } from '@base-ui/react/checkbox';
5
5
  import { ClassProp } from 'class-variance-authority/types';
6
6
  import { ClassValue } from 'clsx';
7
7
  import { Collapsible as Collapsible_2 } from '@base-ui/react/collapsible';
8
- import { ColumnDef } from '@tanstack/react-table';
9
- import { ColumnFiltersState } from '@tanstack/react-table';
10
8
  import { Combobox as Combobox_2 } from '@base-ui/react';
11
9
  import { Command as Command_2 } from 'cmdk';
12
10
  import { DayButton } from 'react-day-picker';
13
11
  import { DayPicker } from 'react-day-picker';
14
12
  import { Dialog as Dialog_2 } from '@base-ui/react/dialog';
15
- import { flexRender } from '@tanstack/react-table';
16
- import { getCoreRowModel } from '@tanstack/react-table';
17
- import { getFilteredRowModel } from '@tanstack/react-table';
18
- import { getPaginationRowModel } from '@tanstack/react-table';
19
- import { getSortedRowModel } from '@tanstack/react-table';
20
13
  import { Input as Input_2 } from '@base-ui/react/input';
21
14
  import { JSX } from 'react/jsx-runtime';
22
15
  import { JSXElementConstructor } from 'react';
23
16
  import { Menu } from '@base-ui/react/menu';
24
- import { OnChangeFn } from '@tanstack/react-table';
25
17
  import { OTPInput } from 'input-otp';
26
18
  import { Progress as Progress_2 } from '@base-ui/react/progress';
27
19
  import { Radio } from '@base-ui/react/radio';
@@ -29,21 +21,15 @@ import { RadioGroup as RadioGroup_2 } from '@base-ui/react/radio-group';
29
21
  import * as React_2 from 'react';
30
22
  import { ReactElement } from 'react';
31
23
  import * as RechartsPrimitive from 'recharts';
32
- import { Row } from '@tanstack/react-table';
33
- import { RowSelectionState } from '@tanstack/react-table';
34
24
  import { Select as Select_2 } from '@base-ui/react/select';
35
25
  import { Separator as Separator_2 } from '@base-ui/react/separator';
36
- import { SortingState } from '@tanstack/react-table';
37
26
  import { Switch as Switch_2 } from '@base-ui/react/switch';
38
27
  import { Tabs as Tabs_2 } from '@base-ui/react/tabs';
39
- import { Table as TanStackTable } from '@tanstack/react-table';
40
28
  import { ToasterProps } from 'sonner';
41
29
  import { Toggle as Toggle_2 } from '@base-ui/react/toggle';
42
30
  import { Tooltip as Tooltip_2 } from '@base-ui/react/tooltip';
43
- import { useReactTable } from '@tanstack/react-table';
44
31
  import { useRender } from '@base-ui/react/use-render';
45
32
  import { VariantProps } from 'class-variance-authority';
46
- import { VisibilityState } from '@tanstack/react-table';
47
33
 
48
34
  export declare function Alert({ className, variant, ...props }: React_2.ComponentProps<'div'> & VariantProps<typeof alertVariants>): JSX.Element;
49
35
 
@@ -229,10 +215,6 @@ export declare function CollapsibleContent({ ...props }: Collapsible_2.Panel.Pro
229
215
 
230
216
  export declare function CollapsibleTrigger({ ...props }: Collapsible_2.Trigger.Props): JSX.Element;
231
217
 
232
- export { ColumnDef }
233
-
234
- export { ColumnFiltersState }
235
-
236
218
  export declare const Combobox: typeof Combobox_2.Root;
237
219
 
238
220
  export declare function ComboboxChip({ className, children, showRemove, ...props }: Combobox_2.Chip.Props & {
@@ -440,16 +422,6 @@ declare const fieldVariants: (props?: ({
440
422
  orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
441
423
  } & ClassProp) | undefined) => string;
442
424
 
443
- export { flexRender }
444
-
445
- export { getCoreRowModel }
446
-
447
- export { getFilteredRowModel }
448
-
449
- export { getPaginationRowModel }
450
-
451
- export { getSortedRowModel }
452
-
453
425
  export declare function IbanField({ value, onChange, showPrefix, error, placeholder, ...props }: IbanFieldProps): JSX.Element;
454
426
 
455
427
  export declare interface IbanFieldProps extends Omit<TextFieldProps, 'type' | 'value' | 'onChange' | 'prefix'> {
@@ -598,8 +570,6 @@ export declare interface NumericFieldProps extends Omit<React_2.ComponentPropsWi
598
570
  suffix?: React_2.ReactNode;
599
571
  }
600
572
 
601
- export { OnChangeFn }
602
-
603
573
  export declare function Pagination({ className, ...props }: React_2.ComponentProps<'nav'>): JSX.Element;
604
574
 
605
575
  export declare function PaginationContent({ className, ...props }: React_2.ComponentProps<'ul'>): JSX.Element;
@@ -632,10 +602,6 @@ export declare function RadioGroup({ className, ...props }: RadioGroup_2.Props):
632
602
 
633
603
  export declare function RadioGroupItem({ className, ...props }: Radio.Root.Props): JSX.Element;
634
604
 
635
- export { Row }
636
-
637
- export { RowSelectionState }
638
-
639
605
  export declare const Select: typeof Select_2.Root;
640
606
 
641
607
  export declare function SelectContent({ className, children, side, sideOffset, align, alignOffset, alignItemWithTrigger, ...props }: Select_2.Popup.Props & Pick<Select_2.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "alignItemWithTrigger">): JSX.Element;
@@ -760,8 +726,6 @@ export declare function SidebarTrigger({ className, onClick, ...props }: React_2
760
726
 
761
727
  export declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
762
728
 
763
- export { SortingState }
764
-
765
729
  export declare function Spinner({ className, ...props }: React.ComponentProps<"svg">): JSX.Element;
766
730
 
767
731
  export declare function Switch({ className, size, ...props }: Switch_2.Root.Props & {
@@ -796,8 +760,6 @@ export declare const tabsListVariants: (props?: ({
796
760
 
797
761
  export declare function TabsTrigger({ className, ...props }: Tabs_2.Tab.Props): JSX.Element;
798
762
 
799
- export { TanStackTable }
800
-
801
763
  export declare function TaxIdField({ id, name, value, onChange, onBlur, description, placeholder, error, isLoading, loadingText, autoFocus, }: TaxIdFieldProps): JSX.Element;
802
764
 
803
765
  declare interface TaxIdFieldProps {
@@ -851,10 +813,6 @@ export declare function useComboboxAnchor(): React_2.RefObject<HTMLDivElement |
851
813
 
852
814
  export declare function useIsMobile(): boolean;
853
815
 
854
- export { useReactTable }
855
-
856
816
  export declare function useSidebar(): SidebarContextProps;
857
817
 
858
- export { VisibilityState }
859
-
860
818
  export { }