@bookers/ui 0.5.2 → 0.6.0
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 +3 -3
- package/dist/index.js +2767 -2658
- package/dist/index.umd.cjs +54 -39
- package/dist/styles.css +1 -1
- package/package.json +4 -2
package/dist/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as SelectPrimitive from '@radix-ui/react-select';
|
|
|
31
31
|
import { SortingState } from '@tanstack/react-table';
|
|
32
32
|
import { Table as Table_2 } from '@tanstack/react-table';
|
|
33
33
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
34
|
-
import { toast } from 'sonner';
|
|
34
|
+
import { toast as toast_2 } from 'sonner';
|
|
35
35
|
import { ToasterProps } from 'sonner';
|
|
36
36
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
37
37
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -873,10 +873,10 @@ export declare const textareaVariants: (props?: ({
|
|
|
873
873
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
874
874
|
} & ClassProp) | undefined) => string;
|
|
875
875
|
|
|
876
|
-
export
|
|
876
|
+
export declare const toast: typeof toast_2;
|
|
877
877
|
|
|
878
878
|
export declare const Toaster: {
|
|
879
|
-
({ toastOptions, ...props }: ToasterProps): JSX.Element;
|
|
879
|
+
({ toastOptions, richColors, closeButton, position, ...props }: ToasterProps): JSX.Element;
|
|
880
880
|
displayName: string;
|
|
881
881
|
};
|
|
882
882
|
|