@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
34 lines (33 loc) • 4.73 kB
text/typescript
export { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps } from './alert-dialog/index.cjs';
export { Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarProps } from './avatar/index.cjs';
export { Badge, BadgeButton, BadgeButtonProps, BadgeDot, BadgeDotProps, BadgeProps, BadgeVariant } from './badge/index.cjs';
export { Button, ButtonProps, ButtonSizeType, ButtonVariantType } from './button/index.cjs';
export { Card, CardAction, CardActionProps, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardProps, CardTitle, CardTitleProps } from './card/index.cjs';
export { Checkbox, CheckboxProps } from './checkbox/index.cjs';
export { Dialog, DialogClose, DialogCloseProps, DialogContent, DialogContentProps, DialogContentWidth, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogProps, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps } from './dialog/index.cjs';
export { Field, FieldContent, FieldContentProps, FieldDescription, FieldDescriptionProps, FieldError, FieldErrorProps, FieldGroup, FieldGroupProps, FieldLabel, FieldLabelProps, FieldLegend, FieldLegendProps, FieldProps, FieldSeparator, FieldSeparatorProps, FieldSet, FieldSetProps, FieldTitle, FieldTitleProps } from './field/index.cjs';
export { Header, HeaderProps } from './header/index.cjs';
export { Input, InputProps } from './input/index.cjs';
export { Item, ItemActions, ItemActionsProps, ItemContent, ItemContentProps, ItemDescription, ItemDescriptionProps, ItemFooter, ItemFooterProps, ItemGroup, ItemGroupProps, ItemHeader, ItemHeaderProps, ItemMedia, ItemMediaProps, ItemMediaVariantType, ItemProps, ItemSeparator, ItemSeparatorProps, ItemSizeType, ItemTitle, ItemTitleProps, ItemVariantType } from './item/index.cjs';
export { Label, LabelProps } from './label/index.cjs';
export { Progress, ProgressProps } from './progress/index.cjs';
export { Select, SelectContent, SelectContentProps, SelectGroup, SelectGroupProps, SelectItem, SelectItemProps, SelectLabel, SelectLabelProps, SelectProps, SelectSeparator, SelectSeparatorProps } from './select/index.cjs';
export { Separator, SeparatorProps } from './separator/index.cjs';
export { Sheet, SheetClose, SheetCloseProps, SheetContent, SheetContentProps, SheetContentSide, SheetDescription, SheetDescriptionProps, SheetFooter, SheetFooterProps, SheetHeader, SheetHeaderProps, SheetProps, SheetTitle, SheetTitleProps, SheetTrigger, SheetTriggerProps } from './sheet/index.cjs';
export { Spinner, SpinnerProps } from './spinner/index.cjs';
export { StepIndicators, Stepper, StepperActivationMode, StepperContent, StepperContentProps, StepperDataState, StepperDescription, StepperDescriptionProps, StepperFocusIntent, StepperIndicator, StepperIndicatorProps, StepperItem, StepperItemProps, StepperNav, StepperNavProps, StepperNavigationDirection, StepperNextTrigger, StepperNextTriggerProps, StepperOrientation, StepperPanel, StepperPanelProps, StepperPrevTrigger, StepperPrevTriggerProps, StepperProps, StepperTitle, StepperTitleProps, StepperTrigger, StepperTriggerElement, StepperTriggerProps, useStepperContext, useStepperFocusContext, useStepperItemContext } from './stepper/index.cjs';
export { Textarea, TextareaProps } from './textarea/index.cjs';
export { Toaster, ToasterProps } from './toaster/index.cjs';
export { Tooltip, TooltipProps, TooltipProvider, TooltipProviderProps } from './tooltip/index.cjs';
export { RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps } from './radio-group/index.cjs';
export { ColorSwatch, ColorSwatchProps, ColorSwatchSize } from './color-swatch/index.cjs';
export { ScrollArea, ScrollAreaProps, ScrollBar, ScrollBarProps } from './scroll-area/index.cjs';
export { Alert, AlertDescription, AlertDescriptionProps, AlertProps, AlertTitle, AlertTitleProps, AlertVariant } from './alert/index.cjs';
export { Empty, EmptyContent, EmptyContentProps, EmptyDescription, EmptyDescriptionProps, EmptyHeader, EmptyHeaderProps, EmptyMedia, EmptyMediaProps, EmptyProps, EmptyTitle, EmptyTitleProps } from './empty/index.cjs';
export { toast } from 'sonner';
import 'react';
import 'radix-ui';
import 'react/jsx-runtime';
import 'class-variance-authority';
import 'class-variance-authority/types';
import '../contexts/index.cjs';