@inspirare/design-system 0.0.16 → 0.0.18
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 -0
- package/dist/index.js +14409 -6656
- package/package.json +1 -1
- package/src/components/ui/sonner.tsx +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
|
49
49
|
import { Slot } from '@radix-ui/react-slot';
|
|
50
50
|
import { Switch as Switch_2 } from 'radix-ui';
|
|
51
51
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
52
|
+
import { toast } from 'sonner';
|
|
52
53
|
import { ToasterProps } from 'sonner';
|
|
53
54
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
54
55
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
@@ -947,6 +948,8 @@ declare interface ThemeToggleProps {
|
|
|
947
948
|
showLabel?: boolean;
|
|
948
949
|
}
|
|
949
950
|
|
|
951
|
+
export { toast }
|
|
952
|
+
|
|
950
953
|
export declare const Toaster: ({ ...props }: ToasterProps) => JSX_2.Element;
|
|
951
954
|
|
|
952
955
|
export declare function Toggle({ className, variant, size, ...props }: React_2.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): React_2.JSX.Element;
|