@cmdniels/uikit 1.0.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/LICENSE +21 -0
- package/README.md +149 -0
- package/out/cn.d.ts +2 -0
- package/out/cn.js +5 -0
- package/out/components/accordion/Accordion.d.ts +2 -0
- package/out/components/accordion/Accordion.js +19 -0
- package/out/components/accordion/AccordionContent.d.ts +2 -0
- package/out/components/accordion/AccordionContent.js +19 -0
- package/out/components/accordion/AccordionItem.d.ts +2 -0
- package/out/components/accordion/AccordionItem.js +19 -0
- package/out/components/accordion/AccordionTrigger.d.ts +2 -0
- package/out/components/accordion/AccordionTrigger.js +20 -0
- package/out/components/alert/Alert.d.ts +4 -0
- package/out/components/alert/Alert.js +18 -0
- package/out/components/alert/AlertAction.d.ts +2 -0
- package/out/components/alert/AlertAction.js +17 -0
- package/out/components/alert/AlertDescription.d.ts +2 -0
- package/out/components/alert/AlertDescription.js +17 -0
- package/out/components/alert/AlertTitle.d.ts +2 -0
- package/out/components/alert/AlertTitle.js +17 -0
- package/out/components/alert/alertVariants.d.ts +3 -0
- package/out/components/alert/alertVariants.js +12 -0
- package/out/components/alert-dialog/AlertDialog.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialog.js +18 -0
- package/out/components/alert-dialog/AlertDialogAction.d.ts +3 -0
- package/out/components/alert-dialog/AlertDialogAction.js +18 -0
- package/out/components/alert-dialog/AlertDialogCancel.d.ts +4 -0
- package/out/components/alert-dialog/AlertDialogCancel.js +20 -0
- package/out/components/alert-dialog/AlertDialogContent.d.ts +4 -0
- package/out/components/alert-dialog/AlertDialogContent.js +21 -0
- package/out/components/alert-dialog/AlertDialogDescription.d.ts +3 -0
- package/out/components/alert-dialog/AlertDialogDescription.js +19 -0
- package/out/components/alert-dialog/AlertDialogFooter.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialogFooter.js +17 -0
- package/out/components/alert-dialog/AlertDialogHeader.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialogHeader.js +17 -0
- package/out/components/alert-dialog/AlertDialogMedia.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialogMedia.js +17 -0
- package/out/components/alert-dialog/AlertDialogOverlay.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialogOverlay.js +19 -0
- package/out/components/alert-dialog/AlertDialogPortal.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialogPortal.js +18 -0
- package/out/components/alert-dialog/AlertDialogTitle.d.ts +3 -0
- package/out/components/alert-dialog/AlertDialogTitle.js +19 -0
- package/out/components/alert-dialog/AlertDialogTrigger.d.ts +2 -0
- package/out/components/alert-dialog/AlertDialogTrigger.js +18 -0
- package/out/components/aspect-ratio/AspectRatio.d.ts +4 -0
- package/out/components/aspect-ratio/AspectRatio.js +19 -0
- package/out/components/badge/Badge.d.ts +4 -0
- package/out/components/badge/Badge.js +29 -0
- package/out/components/badge/badgeVariants.d.ts +3 -0
- package/out/components/badge/badgeVariants.js +16 -0
- package/out/components/button/Button.d.ts +4 -0
- package/out/components/button/Button.js +19 -0
- package/out/components/button/buttonVariants.d.ts +4 -0
- package/out/components/button/buttonVariants.js +28 -0
- package/out/components/button-group/ButtonGroup.d.ts +4 -0
- package/out/components/button-group/ButtonGroup.js +18 -0
- package/out/components/button-group/ButtonGroupSeparator.d.ts +3 -0
- package/out/components/button-group/ButtonGroupSeparator.js +18 -0
- package/out/components/button-group/ButtonGroupText.d.ts +2 -0
- package/out/components/button-group/ButtonGroupText.js +27 -0
- package/out/components/button-group/buttonGroupVariants.d.ts +4 -0
- package/out/components/button-group/buttonGroupVariants.js +13 -0
- package/out/components/calendar/Calendar.d.ts +6 -0
- package/out/components/calendar/Calendar.js +43 -0
- package/out/components/calendar/CalendarDayButton.d.ts +3 -0
- package/out/components/calendar/CalendarDayButton.js +29 -0
- package/out/components/card/Card.d.ts +4 -0
- package/out/components/card/Card.js +17 -0
- package/out/components/card/CardAction.d.ts +2 -0
- package/out/components/card/CardAction.js +17 -0
- package/out/components/card/CardContent.d.ts +2 -0
- package/out/components/card/CardContent.js +17 -0
- package/out/components/card/CardDescription.d.ts +2 -0
- package/out/components/card/CardDescription.js +17 -0
- package/out/components/card/CardFooter.d.ts +2 -0
- package/out/components/card/CardFooter.js +17 -0
- package/out/components/card/CardHeader.d.ts +2 -0
- package/out/components/card/CardHeader.js +17 -0
- package/out/components/card/CardTitle.d.ts +2 -0
- package/out/components/card/CardTitle.js +17 -0
- package/out/components/checkbox/Checkbox.d.ts +2 -0
- package/out/components/checkbox/Checkbox.js +20 -0
- package/out/components/combobox/Combobox.d.ts +3 -0
- package/out/components/combobox/Combobox.js +4 -0
- package/out/components/combobox/ComboboxChip.d.ts +4 -0
- package/out/components/combobox/ComboboxChip.js +21 -0
- package/out/components/combobox/ComboboxChips.d.ts +3 -0
- package/out/components/combobox/ComboboxChips.js +19 -0
- package/out/components/combobox/ComboboxChipsInput.d.ts +2 -0
- package/out/components/combobox/ComboboxChipsInput.js +19 -0
- package/out/components/combobox/ComboboxClear.d.ts +2 -0
- package/out/components/combobox/ComboboxClear.js +21 -0
- package/out/components/combobox/ComboboxCollection.d.ts +2 -0
- package/out/components/combobox/ComboboxCollection.js +18 -0
- package/out/components/combobox/ComboboxContent.d.ts +2 -0
- package/out/components/combobox/ComboboxContent.js +19 -0
- package/out/components/combobox/ComboboxEmpty.d.ts +2 -0
- package/out/components/combobox/ComboboxEmpty.js +19 -0
- package/out/components/combobox/ComboboxGroup.d.ts +2 -0
- package/out/components/combobox/ComboboxGroup.js +19 -0
- package/out/components/combobox/ComboboxInput.d.ts +5 -0
- package/out/components/combobox/ComboboxInput.js +25 -0
- package/out/components/combobox/ComboboxItem.d.ts +2 -0
- package/out/components/combobox/ComboboxItem.js +20 -0
- package/out/components/combobox/ComboboxLabel.d.ts +2 -0
- package/out/components/combobox/ComboboxLabel.js +19 -0
- package/out/components/combobox/ComboboxList.d.ts +2 -0
- package/out/components/combobox/ComboboxList.js +19 -0
- package/out/components/combobox/ComboboxSeparator.d.ts +2 -0
- package/out/components/combobox/ComboboxSeparator.js +19 -0
- package/out/components/combobox/ComboboxTrigger.d.ts +2 -0
- package/out/components/combobox/ComboboxTrigger.js +20 -0
- package/out/components/combobox/ComboboxValue.d.ts +2 -0
- package/out/components/combobox/ComboboxValue.js +18 -0
- package/out/components/combobox/useComboboxAnchor.d.ts +1 -0
- package/out/components/combobox/useComboboxAnchor.js +4 -0
- package/out/components/context-menu/ContextMenu.d.ts +2 -0
- package/out/components/context-menu/ContextMenu.js +18 -0
- package/out/components/context-menu/ContextMenuCheckboxItem.d.ts +2 -0
- package/out/components/context-menu/ContextMenuCheckboxItem.js +20 -0
- package/out/components/context-menu/ContextMenuContent.d.ts +2 -0
- package/out/components/context-menu/ContextMenuContent.js +19 -0
- package/out/components/context-menu/ContextMenuGroup.d.ts +2 -0
- package/out/components/context-menu/ContextMenuGroup.js +18 -0
- package/out/components/context-menu/ContextMenuItem.d.ts +5 -0
- package/out/components/context-menu/ContextMenuItem.js +19 -0
- package/out/components/context-menu/ContextMenuLabel.d.ts +4 -0
- package/out/components/context-menu/ContextMenuLabel.js +19 -0
- package/out/components/context-menu/ContextMenuPortal.d.ts +2 -0
- package/out/components/context-menu/ContextMenuPortal.js +18 -0
- package/out/components/context-menu/ContextMenuRadioGroup.d.ts +2 -0
- package/out/components/context-menu/ContextMenuRadioGroup.js +18 -0
- package/out/components/context-menu/ContextMenuRadioItem.d.ts +2 -0
- package/out/components/context-menu/ContextMenuRadioItem.js +20 -0
- package/out/components/context-menu/ContextMenuSeparator.d.ts +2 -0
- package/out/components/context-menu/ContextMenuSeparator.js +19 -0
- package/out/components/context-menu/ContextMenuShortcut.d.ts +2 -0
- package/out/components/context-menu/ContextMenuShortcut.js +18 -0
- package/out/components/context-menu/ContextMenuSub.d.ts +2 -0
- package/out/components/context-menu/ContextMenuSub.js +18 -0
- package/out/components/context-menu/ContextMenuSubContent.d.ts +3 -0
- package/out/components/context-menu/ContextMenuSubContent.js +18 -0
- package/out/components/context-menu/ContextMenuSubTrigger.d.ts +4 -0
- package/out/components/context-menu/ContextMenuSubTrigger.js +20 -0
- package/out/components/context-menu/ContextMenuTrigger.d.ts +2 -0
- package/out/components/context-menu/ContextMenuTrigger.js +19 -0
- package/out/components/copy-input/CopyInput.d.ts +3 -0
- package/out/components/copy-input/CopyInput.js +32 -0
- package/out/components/date-picker/DatePicker.d.ts +5 -0
- package/out/components/date-picker/DatePicker.js +57 -0
- package/out/components/dropdown-menu/DropdownMenu.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenu.js +18 -0
- package/out/components/dropdown-menu/DropdownMenuCheckboxItem.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuCheckboxItem.js +20 -0
- package/out/components/dropdown-menu/DropdownMenuContent.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuContent.js +19 -0
- package/out/components/dropdown-menu/DropdownMenuGroup.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuGroup.js +18 -0
- package/out/components/dropdown-menu/DropdownMenuItem.d.ts +5 -0
- package/out/components/dropdown-menu/DropdownMenuItem.js +19 -0
- package/out/components/dropdown-menu/DropdownMenuLabel.d.ts +4 -0
- package/out/components/dropdown-menu/DropdownMenuLabel.js +19 -0
- package/out/components/dropdown-menu/DropdownMenuPortal.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuPortal.js +18 -0
- package/out/components/dropdown-menu/DropdownMenuRadioGroup.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuRadioGroup.js +18 -0
- package/out/components/dropdown-menu/DropdownMenuRadioItem.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuRadioItem.js +20 -0
- package/out/components/dropdown-menu/DropdownMenuSeparator.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuSeparator.js +19 -0
- package/out/components/dropdown-menu/DropdownMenuShortcut.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuShortcut.js +18 -0
- package/out/components/dropdown-menu/DropdownMenuSub.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuSub.js +18 -0
- package/out/components/dropdown-menu/DropdownMenuSubContent.d.ts +3 -0
- package/out/components/dropdown-menu/DropdownMenuSubContent.js +19 -0
- package/out/components/dropdown-menu/DropdownMenuSubTrigger.d.ts +4 -0
- package/out/components/dropdown-menu/DropdownMenuSubTrigger.js +20 -0
- package/out/components/dropdown-menu/DropdownMenuTrigger.d.ts +2 -0
- package/out/components/dropdown-menu/DropdownMenuTrigger.js +18 -0
- package/out/components/error/Error.d.ts +4 -0
- package/out/components/error/Error.js +15 -0
- package/out/components/field/Field.d.ts +4 -0
- package/out/components/field/Field.js +19 -0
- package/out/components/field/FieldContent.d.ts +2 -0
- package/out/components/field/FieldContent.js +18 -0
- package/out/components/field/FieldDescription.d.ts +2 -0
- package/out/components/field/FieldDescription.js +18 -0
- package/out/components/field/FieldError.d.ts +6 -0
- package/out/components/field/FieldError.js +36 -0
- package/out/components/field/FieldGroup.d.ts +2 -0
- package/out/components/field/FieldGroup.js +18 -0
- package/out/components/field/FieldLabel.d.ts +3 -0
- package/out/components/field/FieldLabel.js +19 -0
- package/out/components/field/FieldLegend.d.ts +4 -0
- package/out/components/field/FieldLegend.js +18 -0
- package/out/components/field/FieldSeparator.d.ts +4 -0
- package/out/components/field/FieldSeparator.js +19 -0
- package/out/components/field/FieldSet.d.ts +2 -0
- package/out/components/field/FieldSet.js +18 -0
- package/out/components/field/FieldTitle.d.ts +2 -0
- package/out/components/field/FieldTitle.js +18 -0
- package/out/components/field/fieldVariants.d.ts +4 -0
- package/out/components/field/fieldVariants.js +14 -0
- package/out/components/file-dropzone/FileDropzone.d.ts +7 -0
- package/out/components/file-dropzone/FileDropzone.js +40 -0
- package/out/components/input/Input.d.ts +2 -0
- package/out/components/input/Input.js +18 -0
- package/out/components/input-group/InputGroup.d.ts +2 -0
- package/out/components/input-group/InputGroup.js +18 -0
- package/out/components/input-group/InputGroupAddon.d.ts +4 -0
- package/out/components/input-group/InputGroupAddon.js +25 -0
- package/out/components/input-group/InputGroupButton.d.ts +7 -0
- package/out/components/input-group/InputGroupButton.js +20 -0
- package/out/components/input-group/InputGroupInput.d.ts +2 -0
- package/out/components/input-group/InputGroupInput.js +19 -0
- package/out/components/input-group/InputGroupText.d.ts +2 -0
- package/out/components/input-group/InputGroupText.js +18 -0
- package/out/components/input-group/InputGroupTextarea.d.ts +2 -0
- package/out/components/input-group/InputGroupTextarea.js +19 -0
- package/out/components/input-group/inputGroupAddonVariants.d.ts +4 -0
- package/out/components/input-group/inputGroupAddonVariants.js +15 -0
- package/out/components/input-group/inputGroupButtonVariants.d.ts +4 -0
- package/out/components/input-group/inputGroupButtonVariants.js +15 -0
- package/out/components/item/Item.d.ts +5 -0
- package/out/components/item/Item.js +31 -0
- package/out/components/item/ItemActions.d.ts +3 -0
- package/out/components/item/ItemActions.js +18 -0
- package/out/components/item/ItemContent.d.ts +3 -0
- package/out/components/item/ItemContent.js +18 -0
- package/out/components/item/ItemDescription.d.ts +3 -0
- package/out/components/item/ItemDescription.js +18 -0
- package/out/components/item/ItemFooter.d.ts +3 -0
- package/out/components/item/ItemFooter.js +18 -0
- package/out/components/item/ItemGroup.d.ts +3 -0
- package/out/components/item/ItemGroup.js +18 -0
- package/out/components/item/ItemHeader.d.ts +3 -0
- package/out/components/item/ItemHeader.js +18 -0
- package/out/components/item/ItemMedia.d.ts +5 -0
- package/out/components/item/ItemMedia.js +19 -0
- package/out/components/item/ItemSeparator.d.ts +4 -0
- package/out/components/item/ItemSeparator.js +19 -0
- package/out/components/item/ItemTitle.d.ts +3 -0
- package/out/components/item/ItemTitle.js +18 -0
- package/out/components/item/itemMediaVariants.d.ts +4 -0
- package/out/components/item/itemMediaVariants.js +14 -0
- package/out/components/item/itemVariants.d.ts +5 -0
- package/out/components/item/itemVariants.js +20 -0
- package/out/components/label/Label.d.ts +2 -0
- package/out/components/label/Label.js +18 -0
- package/out/components/link-input/LinkInput.d.ts +3 -0
- package/out/components/link-input/LinkInput.js +41 -0
- package/out/components/popover/Popover.d.ts +2 -0
- package/out/components/popover/Popover.js +18 -0
- package/out/components/popover/PopoverContent.d.ts +2 -0
- package/out/components/popover/PopoverContent.js +19 -0
- package/out/components/popover/PopoverDescription.d.ts +2 -0
- package/out/components/popover/PopoverDescription.js +19 -0
- package/out/components/popover/PopoverHeader.d.ts +2 -0
- package/out/components/popover/PopoverHeader.js +17 -0
- package/out/components/popover/PopoverTitle.d.ts +2 -0
- package/out/components/popover/PopoverTitle.js +19 -0
- package/out/components/popover/PopoverTrigger.d.ts +2 -0
- package/out/components/popover/PopoverTrigger.js +18 -0
- package/out/components/select/Select.d.ts +3 -0
- package/out/components/select/Select.js +4 -0
- package/out/components/select/SelectContent.d.ts +2 -0
- package/out/components/select/SelectContent.js +21 -0
- package/out/components/select/SelectGroup.d.ts +2 -0
- package/out/components/select/SelectGroup.js +19 -0
- package/out/components/select/SelectItem.d.ts +2 -0
- package/out/components/select/SelectItem.js +20 -0
- package/out/components/select/SelectLabel.d.ts +2 -0
- package/out/components/select/SelectLabel.js +19 -0
- package/out/components/select/SelectScrollDownButton.d.ts +3 -0
- package/out/components/select/SelectScrollDownButton.js +20 -0
- package/out/components/select/SelectScrollUpButton.d.ts +3 -0
- package/out/components/select/SelectScrollUpButton.js +20 -0
- package/out/components/select/SelectSeparator.d.ts +2 -0
- package/out/components/select/SelectSeparator.js +19 -0
- package/out/components/select/SelectTrigger.d.ts +4 -0
- package/out/components/select/SelectTrigger.js +20 -0
- package/out/components/select/SelectValue.d.ts +2 -0
- package/out/components/select/SelectValue.js +19 -0
- package/out/components/separator/Separator.d.ts +2 -0
- package/out/components/separator/Separator.js +19 -0
- package/out/components/skeleton/Skeleton.d.ts +2 -0
- package/out/components/skeleton/Skeleton.js +17 -0
- package/out/components/sonner/Toaster.d.ts +2 -0
- package/out/components/sonner/Toaster.js +37 -0
- package/out/components/sortable/Sortable.d.ts +48 -0
- package/out/components/sortable/Sortable.js +263 -0
- package/out/components/switch/Switch.d.ts +4 -0
- package/out/components/switch/Switch.js +19 -0
- package/out/components/table/Table.d.ts +2 -0
- package/out/components/table/Table.js +18 -0
- package/out/components/table/TableBody.d.ts +2 -0
- package/out/components/table/TableBody.js +18 -0
- package/out/components/table/TableCaption.d.ts +2 -0
- package/out/components/table/TableCaption.js +18 -0
- package/out/components/table/TableCell.d.ts +2 -0
- package/out/components/table/TableCell.js +18 -0
- package/out/components/table/TableFooter.d.ts +2 -0
- package/out/components/table/TableFooter.js +18 -0
- package/out/components/table/TableHead.d.ts +2 -0
- package/out/components/table/TableHead.js +18 -0
- package/out/components/table/TableHeader.d.ts +2 -0
- package/out/components/table/TableHeader.js +18 -0
- package/out/components/table/TableRow.d.ts +2 -0
- package/out/components/table/TableRow.js +18 -0
- package/out/components/textarea/Textarea.d.ts +2 -0
- package/out/components/textarea/Textarea.js +17 -0
- package/out/components/toggle/Toggle.d.ts +4 -0
- package/out/components/toggle/Toggle.js +20 -0
- package/out/components/toggle/toggleVariants.d.ts +4 -0
- package/out/components/toggle/toggleVariants.js +18 -0
- package/out/components/tooltip/Tooltip.d.ts +3 -0
- package/out/components/tooltip/Tooltip.js +20 -0
- package/out/components/tooltip/TooltipContent.d.ts +3 -0
- package/out/components/tooltip/TooltipContent.js +20 -0
- package/out/components/tooltip/TooltipProvider.d.ts +3 -0
- package/out/components/tooltip/TooltipProvider.js +19 -0
- package/out/components/tooltip/TooltipTrigger.d.ts +3 -0
- package/out/components/tooltip/TooltipTrigger.js +19 -0
- package/out/components/typography/TypographyA.d.ts +2 -0
- package/out/components/typography/TypographyA.js +20 -0
- package/out/components/typography/TypographyBlockquote.d.ts +2 -0
- package/out/components/typography/TypographyBlockquote.js +20 -0
- package/out/components/typography/TypographyFigure.d.ts +2 -0
- package/out/components/typography/TypographyFigure.js +20 -0
- package/out/components/typography/TypographyFigureCaption.d.ts +2 -0
- package/out/components/typography/TypographyFigureCaption.js +20 -0
- package/out/components/typography/TypographyH1.d.ts +2 -0
- package/out/components/typography/TypographyH1.js +20 -0
- package/out/components/typography/TypographyH2.d.ts +2 -0
- package/out/components/typography/TypographyH2.js +20 -0
- package/out/components/typography/TypographyH3.d.ts +2 -0
- package/out/components/typography/TypographyH3.js +20 -0
- package/out/components/typography/TypographyH4.d.ts +2 -0
- package/out/components/typography/TypographyH4.js +20 -0
- package/out/components/typography/TypographyH5.d.ts +2 -0
- package/out/components/typography/TypographyH5.js +20 -0
- package/out/components/typography/TypographyH6.d.ts +2 -0
- package/out/components/typography/TypographyH6.js +20 -0
- package/out/components/typography/TypographyHr.d.ts +2 -0
- package/out/components/typography/TypographyHr.js +19 -0
- package/out/components/typography/TypographyImage.d.ts +2 -0
- package/out/components/typography/TypographyImage.js +21 -0
- package/out/components/typography/TypographyImg.d.ts +23 -0
- package/out/components/typography/TypographyImg.js +21 -0
- package/out/components/typography/TypographyInlineCode.d.ts +2 -0
- package/out/components/typography/TypographyInlineCode.js +25 -0
- package/out/components/typography/TypographyLi.d.ts +2 -0
- package/out/components/typography/TypographyLi.js +20 -0
- package/out/components/typography/TypographyLink.d.ts +4 -0
- package/out/components/typography/TypographyLink.js +21 -0
- package/out/components/typography/TypographyList.d.ts +2 -0
- package/out/components/typography/TypographyList.js +20 -0
- package/out/components/typography/TypographyOl.d.ts +2 -0
- package/out/components/typography/TypographyOl.js +20 -0
- package/out/components/typography/TypographyP.d.ts +2 -0
- package/out/components/typography/TypographyP.js +20 -0
- package/out/components/typography/TypographyPre.d.ts +2 -0
- package/out/components/typography/TypographyPre.js +20 -0
- package/out/components/typography/TypographyStrong.d.ts +3 -0
- package/out/components/typography/TypographyStrong.js +20 -0
- package/out/components/typography/TypographyTable.d.ts +2 -0
- package/out/components/typography/TypographyTable.js +20 -0
- package/out/components/typography/TypographyTd.d.ts +2 -0
- package/out/components/typography/TypographyTd.js +20 -0
- package/out/components/typography/TypographyTh.d.ts +2 -0
- package/out/components/typography/TypographyTh.js +20 -0
- package/out/components/typography/TypographyTr.d.ts +2 -0
- package/out/components/typography/TypographyTr.js +20 -0
- package/out/index.d.ts +176 -0
- package/out/index.js +211 -0
- package/package.json +77 -0
- package/tailwind.css +144 -0
package/out/index.d.ts
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
export { default as Accordion } from "./components/accordion/Accordion";
|
|
2
|
+
export { default as AccordionContent } from "./components/accordion/AccordionContent";
|
|
3
|
+
export { default as AccordionItem } from "./components/accordion/AccordionItem";
|
|
4
|
+
export { default as AccordionTrigger } from "./components/accordion/AccordionTrigger";
|
|
5
|
+
export { default as Alert } from "./components/alert/Alert";
|
|
6
|
+
export { default as AlertAction } from "./components/alert/AlertAction";
|
|
7
|
+
export { default as AlertDescription } from "./components/alert/AlertDescription";
|
|
8
|
+
export { default as AlertTitle } from "./components/alert/AlertTitle";
|
|
9
|
+
export { default as AlertDialog } from "./components/alert-dialog/AlertDialog";
|
|
10
|
+
export { default as AlertDialogAction } from "./components/alert-dialog/AlertDialogAction";
|
|
11
|
+
export { default as AlertDialogCancel } from "./components/alert-dialog/AlertDialogCancel";
|
|
12
|
+
export { default as AlertDialogContent } from "./components/alert-dialog/AlertDialogContent";
|
|
13
|
+
export { default as AlertDialogDescription } from "./components/alert-dialog/AlertDialogDescription";
|
|
14
|
+
export { default as AlertDialogFooter } from "./components/alert-dialog/AlertDialogFooter";
|
|
15
|
+
export { default as AlertDialogHeader } from "./components/alert-dialog/AlertDialogHeader";
|
|
16
|
+
export { default as AlertDialogMedia } from "./components/alert-dialog/AlertDialogMedia";
|
|
17
|
+
export { default as AlertDialogOverlay } from "./components/alert-dialog/AlertDialogOverlay";
|
|
18
|
+
export { default as AlertDialogPortal } from "./components/alert-dialog/AlertDialogPortal";
|
|
19
|
+
export { default as AlertDialogTitle } from "./components/alert-dialog/AlertDialogTitle";
|
|
20
|
+
export { default as AlertDialogTrigger } from "./components/alert-dialog/AlertDialogTrigger";
|
|
21
|
+
export { default as AspectRatio } from "./components/aspect-ratio/AspectRatio";
|
|
22
|
+
export { default as Badge } from "./components/badge/Badge";
|
|
23
|
+
export { default as Button } from "./components/button/Button";
|
|
24
|
+
export { default as ButtonGroup } from "./components/button-group/ButtonGroup";
|
|
25
|
+
export { default as ButtonGroupSeparator } from "./components/button-group/ButtonGroupSeparator";
|
|
26
|
+
export { default as ButtonGroupText } from "./components/button-group/ButtonGroupText";
|
|
27
|
+
export { default as Calendar } from "./components/calendar/Calendar";
|
|
28
|
+
export { default as CalendarDayButton } from "./components/calendar/CalendarDayButton";
|
|
29
|
+
export { default as Card } from "./components/card/Card";
|
|
30
|
+
export { default as CardAction } from "./components/card/CardAction";
|
|
31
|
+
export { default as CardContent } from "./components/card/CardContent";
|
|
32
|
+
export { default as CardDescription } from "./components/card/CardDescription";
|
|
33
|
+
export { default as CardFooter } from "./components/card/CardFooter";
|
|
34
|
+
export { default as CardHeader } from "./components/card/CardHeader";
|
|
35
|
+
export { default as CardTitle } from "./components/card/CardTitle";
|
|
36
|
+
export { default as Checkbox } from "./components/checkbox/Checkbox";
|
|
37
|
+
export { default as Combobox } from "./components/combobox/Combobox";
|
|
38
|
+
export { default as ComboboxChip } from "./components/combobox/ComboboxChip";
|
|
39
|
+
export { default as ComboboxChips } from "./components/combobox/ComboboxChips";
|
|
40
|
+
export { default as ComboboxChipsInput } from "./components/combobox/ComboboxChipsInput";
|
|
41
|
+
export { default as ComboboxClear } from "./components/combobox/ComboboxClear";
|
|
42
|
+
export { default as ComboboxCollection } from "./components/combobox/ComboboxCollection";
|
|
43
|
+
export { default as ComboboxContent } from "./components/combobox/ComboboxContent";
|
|
44
|
+
export { default as ComboboxEmpty } from "./components/combobox/ComboboxEmpty";
|
|
45
|
+
export { default as ComboboxGroup } from "./components/combobox/ComboboxGroup";
|
|
46
|
+
export { default as ComboboxInput } from "./components/combobox/ComboboxInput";
|
|
47
|
+
export { default as ComboboxItem } from "./components/combobox/ComboboxItem";
|
|
48
|
+
export { default as ComboboxLabel } from "./components/combobox/ComboboxLabel";
|
|
49
|
+
export { default as ComboboxList } from "./components/combobox/ComboboxList";
|
|
50
|
+
export { default as ComboboxSeparator } from "./components/combobox/ComboboxSeparator";
|
|
51
|
+
export { default as ComboboxTrigger } from "./components/combobox/ComboboxTrigger";
|
|
52
|
+
export { default as ComboboxValue } from "./components/combobox/ComboboxValue";
|
|
53
|
+
export { default as useComboboxAnchor } from "./components/combobox/useComboboxAnchor";
|
|
54
|
+
export { default as ContextMenu } from "./components/context-menu/ContextMenu";
|
|
55
|
+
export { default as ContextMenuCheckboxItem } from "./components/context-menu/ContextMenuCheckboxItem";
|
|
56
|
+
export { default as ContextMenuContent } from "./components/context-menu/ContextMenuContent";
|
|
57
|
+
export { default as ContextMenuGroup } from "./components/context-menu/ContextMenuGroup";
|
|
58
|
+
export { default as ContextMenuItem } from "./components/context-menu/ContextMenuItem";
|
|
59
|
+
export { default as ContextMenuLabel } from "./components/context-menu/ContextMenuLabel";
|
|
60
|
+
export { default as ContextMenuPortal } from "./components/context-menu/ContextMenuPortal";
|
|
61
|
+
export { default as ContextMenuRadioGroup } from "./components/context-menu/ContextMenuRadioGroup";
|
|
62
|
+
export { default as ContextMenuRadioItem } from "./components/context-menu/ContextMenuRadioItem";
|
|
63
|
+
export { default as ContextMenuSeparator } from "./components/context-menu/ContextMenuSeparator";
|
|
64
|
+
export { default as ContextMenuShortcut } from "./components/context-menu/ContextMenuShortcut";
|
|
65
|
+
export { default as ContextMenuSub } from "./components/context-menu/ContextMenuSub";
|
|
66
|
+
export { default as ContextMenuSubContent } from "./components/context-menu/ContextMenuSubContent";
|
|
67
|
+
export { default as ContextMenuSubTrigger } from "./components/context-menu/ContextMenuSubTrigger";
|
|
68
|
+
export { default as ContextMenuTrigger } from "./components/context-menu/ContextMenuTrigger";
|
|
69
|
+
export { default as CopyInput } from "./components/copy-input/CopyInput";
|
|
70
|
+
export { default as DatePicker } from "./components/date-picker/DatePicker";
|
|
71
|
+
export { default as DropdownMenu } from "./components/dropdown-menu/DropdownMenu";
|
|
72
|
+
export { default as DropdownMenuCheckboxItem } from "./components/dropdown-menu/DropdownMenuCheckboxItem";
|
|
73
|
+
export { default as DropdownMenuContent } from "./components/dropdown-menu/DropdownMenuContent";
|
|
74
|
+
export { default as DropdownMenuGroup } from "./components/dropdown-menu/DropdownMenuGroup";
|
|
75
|
+
export { default as DropdownMenuItem } from "./components/dropdown-menu/DropdownMenuItem";
|
|
76
|
+
export { default as DropdownMenuLabel } from "./components/dropdown-menu/DropdownMenuLabel";
|
|
77
|
+
export { default as DropdownMenuPortal } from "./components/dropdown-menu/DropdownMenuPortal";
|
|
78
|
+
export { default as DropdownMenuRadioGroup } from "./components/dropdown-menu/DropdownMenuRadioGroup";
|
|
79
|
+
export { default as DropdownMenuRadioItem } from "./components/dropdown-menu/DropdownMenuRadioItem";
|
|
80
|
+
export { default as DropdownMenuSeparator } from "./components/dropdown-menu/DropdownMenuSeparator";
|
|
81
|
+
export { default as DropdownMenuShortcut } from "./components/dropdown-menu/DropdownMenuShortcut";
|
|
82
|
+
export { default as DropdownMenuSub } from "./components/dropdown-menu/DropdownMenuSub";
|
|
83
|
+
export { default as DropdownMenuSubContent } from "./components/dropdown-menu/DropdownMenuSubContent";
|
|
84
|
+
export { default as DropdownMenuSubTrigger } from "./components/dropdown-menu/DropdownMenuSubTrigger";
|
|
85
|
+
export { default as DropdownMenuTrigger } from "./components/dropdown-menu/DropdownMenuTrigger";
|
|
86
|
+
export { default as Error } from "./components/error/Error";
|
|
87
|
+
export { default as Field } from "./components/field/Field";
|
|
88
|
+
export { default as FieldContent } from "./components/field/FieldContent";
|
|
89
|
+
export { default as FieldDescription } from "./components/field/FieldDescription";
|
|
90
|
+
export { default as FieldError } from "./components/field/FieldError";
|
|
91
|
+
export { default as FieldGroup } from "./components/field/FieldGroup";
|
|
92
|
+
export { default as FieldLabel } from "./components/field/FieldLabel";
|
|
93
|
+
export { default as FieldLegend } from "./components/field/FieldLegend";
|
|
94
|
+
export { default as FieldSeparator } from "./components/field/FieldSeparator";
|
|
95
|
+
export { default as FieldSet } from "./components/field/FieldSet";
|
|
96
|
+
export { default as FieldTitle } from "./components/field/FieldTitle";
|
|
97
|
+
export { default as FileDropzone } from "./components/file-dropzone/FileDropzone";
|
|
98
|
+
export { default as Input } from "./components/input/Input";
|
|
99
|
+
export { default as InputGroup } from "./components/input-group/InputGroup";
|
|
100
|
+
export { default as InputGroupAddon } from "./components/input-group/InputGroupAddon";
|
|
101
|
+
export { default as InputGroupButton } from "./components/input-group/InputGroupButton";
|
|
102
|
+
export { default as InputGroupInput } from "./components/input-group/InputGroupInput";
|
|
103
|
+
export { default as InputGroupText } from "./components/input-group/InputGroupText";
|
|
104
|
+
export { default as InputGroupTextarea } from "./components/input-group/InputGroupTextarea";
|
|
105
|
+
export { default as Item } from "./components/item/Item";
|
|
106
|
+
export { default as ItemActions } from "./components/item/ItemActions";
|
|
107
|
+
export { default as ItemContent } from "./components/item/ItemContent";
|
|
108
|
+
export { default as ItemDescription } from "./components/item/ItemDescription";
|
|
109
|
+
export { default as ItemFooter } from "./components/item/ItemFooter";
|
|
110
|
+
export { default as ItemGroup } from "./components/item/ItemGroup";
|
|
111
|
+
export { default as ItemHeader } from "./components/item/ItemHeader";
|
|
112
|
+
export { default as ItemMedia } from "./components/item/ItemMedia";
|
|
113
|
+
export { default as ItemSeparator } from "./components/item/ItemSeparator";
|
|
114
|
+
export { default as ItemTitle } from "./components/item/ItemTitle";
|
|
115
|
+
export { default as Label } from "./components/label/Label";
|
|
116
|
+
export { default as LinkInput } from "./components/link-input/LinkInput";
|
|
117
|
+
export { default as Popover } from "./components/popover/Popover";
|
|
118
|
+
export { default as PopoverContent } from "./components/popover/PopoverContent";
|
|
119
|
+
export { default as PopoverDescription } from "./components/popover/PopoverDescription";
|
|
120
|
+
export { default as PopoverHeader } from "./components/popover/PopoverHeader";
|
|
121
|
+
export { default as PopoverTitle } from "./components/popover/PopoverTitle";
|
|
122
|
+
export { default as PopoverTrigger } from "./components/popover/PopoverTrigger";
|
|
123
|
+
export { default as Select } from "./components/select/Select";
|
|
124
|
+
export { default as SelectContent } from "./components/select/SelectContent";
|
|
125
|
+
export { default as SelectGroup } from "./components/select/SelectGroup";
|
|
126
|
+
export { default as SelectItem } from "./components/select/SelectItem";
|
|
127
|
+
export { default as SelectLabel } from "./components/select/SelectLabel";
|
|
128
|
+
export { default as SelectScrollDownButton } from "./components/select/SelectScrollDownButton";
|
|
129
|
+
export { default as SelectScrollUpButton } from "./components/select/SelectScrollUpButton";
|
|
130
|
+
export { default as SelectSeparator } from "./components/select/SelectSeparator";
|
|
131
|
+
export { default as SelectTrigger } from "./components/select/SelectTrigger";
|
|
132
|
+
export { default as SelectValue } from "./components/select/SelectValue";
|
|
133
|
+
export { default as Separator } from "./components/separator/Separator";
|
|
134
|
+
export { default as Skeleton } from "./components/skeleton/Skeleton";
|
|
135
|
+
export { default as Toaster } from "./components/sonner/Toaster";
|
|
136
|
+
export * from "./components/sortable/Sortable";
|
|
137
|
+
export { default as Switch } from "./components/switch/Switch";
|
|
138
|
+
export { default as Table } from "./components/table/Table";
|
|
139
|
+
export { default as TableBody } from "./components/table/TableBody";
|
|
140
|
+
export { default as TableCaption } from "./components/table/TableCaption";
|
|
141
|
+
export { default as TableCell } from "./components/table/TableCell";
|
|
142
|
+
export { default as TableFooter } from "./components/table/TableFooter";
|
|
143
|
+
export { default as TableHead } from "./components/table/TableHead";
|
|
144
|
+
export { default as TableHeader } from "./components/table/TableHeader";
|
|
145
|
+
export { default as TableRow } from "./components/table/TableRow";
|
|
146
|
+
export { default as Textarea } from "./components/textarea/Textarea";
|
|
147
|
+
export { default as Toggle } from "./components/toggle/Toggle";
|
|
148
|
+
export { default as Tooltip } from "./components/tooltip/Tooltip";
|
|
149
|
+
export { default as TooltipContent } from "./components/tooltip/TooltipContent";
|
|
150
|
+
export { default as TooltipProvider } from "./components/tooltip/TooltipProvider";
|
|
151
|
+
export { default as TooltipTrigger } from "./components/tooltip/TooltipTrigger";
|
|
152
|
+
export { default as TypographyA } from "./components/typography/TypographyA";
|
|
153
|
+
export { default as TypographyBlockquote } from "./components/typography/TypographyBlockquote";
|
|
154
|
+
export { default as TypographyFigure } from "./components/typography/TypographyFigure";
|
|
155
|
+
export { default as TypographyFigureCaption } from "./components/typography/TypographyFigureCaption";
|
|
156
|
+
export { default as TypographyH1 } from "./components/typography/TypographyH1";
|
|
157
|
+
export { default as TypographyH2 } from "./components/typography/TypographyH2";
|
|
158
|
+
export { default as TypographyH3 } from "./components/typography/TypographyH3";
|
|
159
|
+
export { default as TypographyH4 } from "./components/typography/TypographyH4";
|
|
160
|
+
export { default as TypographyH5 } from "./components/typography/TypographyH5";
|
|
161
|
+
export { default as TypographyH6 } from "./components/typography/TypographyH6";
|
|
162
|
+
export { default as TypographyHr } from "./components/typography/TypographyHr";
|
|
163
|
+
export { default as TypographyImage } from "./components/typography/TypographyImage";
|
|
164
|
+
export { default as TypographyImg } from "./components/typography/TypographyImg";
|
|
165
|
+
export { default as TypographyInlineCode } from "./components/typography/TypographyInlineCode";
|
|
166
|
+
export { default as TypographyLi } from "./components/typography/TypographyLi";
|
|
167
|
+
export { default as TypographyLink } from "./components/typography/TypographyLink";
|
|
168
|
+
export { default as TypographyList } from "./components/typography/TypographyList";
|
|
169
|
+
export { default as TypographyOl } from "./components/typography/TypographyOl";
|
|
170
|
+
export { default as TypographyP } from "./components/typography/TypographyP";
|
|
171
|
+
export { default as TypographyPre } from "./components/typography/TypographyPre";
|
|
172
|
+
export { default as TypographyStrong } from "./components/typography/TypographyStrong";
|
|
173
|
+
export { default as TypographyTable } from "./components/typography/TypographyTable";
|
|
174
|
+
export { default as TypographyTd } from "./components/typography/TypographyTd";
|
|
175
|
+
export { default as TypographyTh } from "./components/typography/TypographyTh";
|
|
176
|
+
export { default as TypographyTr } from "./components/typography/TypographyTr";
|
package/out/index.js
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
// Accordion
|
|
2
|
+
export { default as Accordion } from "./components/accordion/Accordion";
|
|
3
|
+
export { default as AccordionContent } from "./components/accordion/AccordionContent";
|
|
4
|
+
export { default as AccordionItem } from "./components/accordion/AccordionItem";
|
|
5
|
+
export { default as AccordionTrigger } from "./components/accordion/AccordionTrigger";
|
|
6
|
+
// Alert
|
|
7
|
+
export { default as Alert } from "./components/alert/Alert";
|
|
8
|
+
export { default as AlertAction } from "./components/alert/AlertAction";
|
|
9
|
+
export { default as AlertDescription } from "./components/alert/AlertDescription";
|
|
10
|
+
export { default as AlertTitle } from "./components/alert/AlertTitle";
|
|
11
|
+
// Alert Dialog
|
|
12
|
+
export { default as AlertDialog } from "./components/alert-dialog/AlertDialog";
|
|
13
|
+
export { default as AlertDialogAction } from "./components/alert-dialog/AlertDialogAction";
|
|
14
|
+
export { default as AlertDialogCancel } from "./components/alert-dialog/AlertDialogCancel";
|
|
15
|
+
export { default as AlertDialogContent } from "./components/alert-dialog/AlertDialogContent";
|
|
16
|
+
export { default as AlertDialogDescription } from "./components/alert-dialog/AlertDialogDescription";
|
|
17
|
+
export { default as AlertDialogFooter } from "./components/alert-dialog/AlertDialogFooter";
|
|
18
|
+
export { default as AlertDialogHeader } from "./components/alert-dialog/AlertDialogHeader";
|
|
19
|
+
export { default as AlertDialogMedia } from "./components/alert-dialog/AlertDialogMedia";
|
|
20
|
+
export { default as AlertDialogOverlay } from "./components/alert-dialog/AlertDialogOverlay";
|
|
21
|
+
export { default as AlertDialogPortal } from "./components/alert-dialog/AlertDialogPortal";
|
|
22
|
+
export { default as AlertDialogTitle } from "./components/alert-dialog/AlertDialogTitle";
|
|
23
|
+
export { default as AlertDialogTrigger } from "./components/alert-dialog/AlertDialogTrigger";
|
|
24
|
+
// Aspect Ratio
|
|
25
|
+
export { default as AspectRatio } from "./components/aspect-ratio/AspectRatio";
|
|
26
|
+
// Badge
|
|
27
|
+
export { default as Badge } from "./components/badge/Badge";
|
|
28
|
+
// Button
|
|
29
|
+
export { default as Button } from "./components/button/Button";
|
|
30
|
+
// Button Group
|
|
31
|
+
export { default as ButtonGroup } from "./components/button-group/ButtonGroup";
|
|
32
|
+
export { default as ButtonGroupSeparator } from "./components/button-group/ButtonGroupSeparator";
|
|
33
|
+
export { default as ButtonGroupText } from "./components/button-group/ButtonGroupText";
|
|
34
|
+
// Calendar
|
|
35
|
+
export { default as Calendar } from "./components/calendar/Calendar";
|
|
36
|
+
export { default as CalendarDayButton } from "./components/calendar/CalendarDayButton";
|
|
37
|
+
// Card
|
|
38
|
+
export { default as Card } from "./components/card/Card";
|
|
39
|
+
export { default as CardAction } from "./components/card/CardAction";
|
|
40
|
+
export { default as CardContent } from "./components/card/CardContent";
|
|
41
|
+
export { default as CardDescription } from "./components/card/CardDescription";
|
|
42
|
+
export { default as CardFooter } from "./components/card/CardFooter";
|
|
43
|
+
export { default as CardHeader } from "./components/card/CardHeader";
|
|
44
|
+
export { default as CardTitle } from "./components/card/CardTitle";
|
|
45
|
+
// Checkbox
|
|
46
|
+
export { default as Checkbox } from "./components/checkbox/Checkbox";
|
|
47
|
+
// Combobox
|
|
48
|
+
export { default as Combobox } from "./components/combobox/Combobox";
|
|
49
|
+
export { default as ComboboxChip } from "./components/combobox/ComboboxChip";
|
|
50
|
+
export { default as ComboboxChips } from "./components/combobox/ComboboxChips";
|
|
51
|
+
export { default as ComboboxChipsInput } from "./components/combobox/ComboboxChipsInput";
|
|
52
|
+
export { default as ComboboxClear } from "./components/combobox/ComboboxClear";
|
|
53
|
+
export { default as ComboboxCollection } from "./components/combobox/ComboboxCollection";
|
|
54
|
+
export { default as ComboboxContent } from "./components/combobox/ComboboxContent";
|
|
55
|
+
export { default as ComboboxEmpty } from "./components/combobox/ComboboxEmpty";
|
|
56
|
+
export { default as ComboboxGroup } from "./components/combobox/ComboboxGroup";
|
|
57
|
+
export { default as ComboboxInput } from "./components/combobox/ComboboxInput";
|
|
58
|
+
export { default as ComboboxItem } from "./components/combobox/ComboboxItem";
|
|
59
|
+
export { default as ComboboxLabel } from "./components/combobox/ComboboxLabel";
|
|
60
|
+
export { default as ComboboxList } from "./components/combobox/ComboboxList";
|
|
61
|
+
export { default as ComboboxSeparator } from "./components/combobox/ComboboxSeparator";
|
|
62
|
+
export { default as ComboboxTrigger } from "./components/combobox/ComboboxTrigger";
|
|
63
|
+
export { default as ComboboxValue } from "./components/combobox/ComboboxValue";
|
|
64
|
+
export { default as useComboboxAnchor } from "./components/combobox/useComboboxAnchor";
|
|
65
|
+
// Context Menu
|
|
66
|
+
export { default as ContextMenu } from "./components/context-menu/ContextMenu";
|
|
67
|
+
export { default as ContextMenuCheckboxItem } from "./components/context-menu/ContextMenuCheckboxItem";
|
|
68
|
+
export { default as ContextMenuContent } from "./components/context-menu/ContextMenuContent";
|
|
69
|
+
export { default as ContextMenuGroup } from "./components/context-menu/ContextMenuGroup";
|
|
70
|
+
export { default as ContextMenuItem } from "./components/context-menu/ContextMenuItem";
|
|
71
|
+
export { default as ContextMenuLabel } from "./components/context-menu/ContextMenuLabel";
|
|
72
|
+
export { default as ContextMenuPortal } from "./components/context-menu/ContextMenuPortal";
|
|
73
|
+
export { default as ContextMenuRadioGroup } from "./components/context-menu/ContextMenuRadioGroup";
|
|
74
|
+
export { default as ContextMenuRadioItem } from "./components/context-menu/ContextMenuRadioItem";
|
|
75
|
+
export { default as ContextMenuSeparator } from "./components/context-menu/ContextMenuSeparator";
|
|
76
|
+
export { default as ContextMenuShortcut } from "./components/context-menu/ContextMenuShortcut";
|
|
77
|
+
export { default as ContextMenuSub } from "./components/context-menu/ContextMenuSub";
|
|
78
|
+
export { default as ContextMenuSubContent } from "./components/context-menu/ContextMenuSubContent";
|
|
79
|
+
export { default as ContextMenuSubTrigger } from "./components/context-menu/ContextMenuSubTrigger";
|
|
80
|
+
export { default as ContextMenuTrigger } from "./components/context-menu/ContextMenuTrigger";
|
|
81
|
+
// Copy Input
|
|
82
|
+
export { default as CopyInput } from "./components/copy-input/CopyInput";
|
|
83
|
+
// Date Picker
|
|
84
|
+
export { default as DatePicker } from "./components/date-picker/DatePicker";
|
|
85
|
+
// Dropdown Menu
|
|
86
|
+
export { default as DropdownMenu } from "./components/dropdown-menu/DropdownMenu";
|
|
87
|
+
export { default as DropdownMenuCheckboxItem } from "./components/dropdown-menu/DropdownMenuCheckboxItem";
|
|
88
|
+
export { default as DropdownMenuContent } from "./components/dropdown-menu/DropdownMenuContent";
|
|
89
|
+
export { default as DropdownMenuGroup } from "./components/dropdown-menu/DropdownMenuGroup";
|
|
90
|
+
export { default as DropdownMenuItem } from "./components/dropdown-menu/DropdownMenuItem";
|
|
91
|
+
export { default as DropdownMenuLabel } from "./components/dropdown-menu/DropdownMenuLabel";
|
|
92
|
+
export { default as DropdownMenuPortal } from "./components/dropdown-menu/DropdownMenuPortal";
|
|
93
|
+
export { default as DropdownMenuRadioGroup } from "./components/dropdown-menu/DropdownMenuRadioGroup";
|
|
94
|
+
export { default as DropdownMenuRadioItem } from "./components/dropdown-menu/DropdownMenuRadioItem";
|
|
95
|
+
export { default as DropdownMenuSeparator } from "./components/dropdown-menu/DropdownMenuSeparator";
|
|
96
|
+
export { default as DropdownMenuShortcut } from "./components/dropdown-menu/DropdownMenuShortcut";
|
|
97
|
+
export { default as DropdownMenuSub } from "./components/dropdown-menu/DropdownMenuSub";
|
|
98
|
+
export { default as DropdownMenuSubContent } from "./components/dropdown-menu/DropdownMenuSubContent";
|
|
99
|
+
export { default as DropdownMenuSubTrigger } from "./components/dropdown-menu/DropdownMenuSubTrigger";
|
|
100
|
+
export { default as DropdownMenuTrigger } from "./components/dropdown-menu/DropdownMenuTrigger";
|
|
101
|
+
// Error
|
|
102
|
+
export { default as Error } from "./components/error/Error";
|
|
103
|
+
// Field
|
|
104
|
+
export { default as Field } from "./components/field/Field";
|
|
105
|
+
export { default as FieldContent } from "./components/field/FieldContent";
|
|
106
|
+
export { default as FieldDescription } from "./components/field/FieldDescription";
|
|
107
|
+
export { default as FieldError } from "./components/field/FieldError";
|
|
108
|
+
export { default as FieldGroup } from "./components/field/FieldGroup";
|
|
109
|
+
export { default as FieldLabel } from "./components/field/FieldLabel";
|
|
110
|
+
export { default as FieldLegend } from "./components/field/FieldLegend";
|
|
111
|
+
export { default as FieldSeparator } from "./components/field/FieldSeparator";
|
|
112
|
+
export { default as FieldSet } from "./components/field/FieldSet";
|
|
113
|
+
export { default as FieldTitle } from "./components/field/FieldTitle";
|
|
114
|
+
// File Dropzone
|
|
115
|
+
export { default as FileDropzone } from "./components/file-dropzone/FileDropzone";
|
|
116
|
+
// Input
|
|
117
|
+
export { default as Input } from "./components/input/Input";
|
|
118
|
+
// Input Group
|
|
119
|
+
export { default as InputGroup } from "./components/input-group/InputGroup";
|
|
120
|
+
export { default as InputGroupAddon } from "./components/input-group/InputGroupAddon";
|
|
121
|
+
export { default as InputGroupButton } from "./components/input-group/InputGroupButton";
|
|
122
|
+
export { default as InputGroupInput } from "./components/input-group/InputGroupInput";
|
|
123
|
+
export { default as InputGroupText } from "./components/input-group/InputGroupText";
|
|
124
|
+
export { default as InputGroupTextarea } from "./components/input-group/InputGroupTextarea";
|
|
125
|
+
// Item
|
|
126
|
+
export { default as Item } from "./components/item/Item";
|
|
127
|
+
export { default as ItemActions } from "./components/item/ItemActions";
|
|
128
|
+
export { default as ItemContent } from "./components/item/ItemContent";
|
|
129
|
+
export { default as ItemDescription } from "./components/item/ItemDescription";
|
|
130
|
+
export { default as ItemFooter } from "./components/item/ItemFooter";
|
|
131
|
+
export { default as ItemGroup } from "./components/item/ItemGroup";
|
|
132
|
+
export { default as ItemHeader } from "./components/item/ItemHeader";
|
|
133
|
+
export { default as ItemMedia } from "./components/item/ItemMedia";
|
|
134
|
+
export { default as ItemSeparator } from "./components/item/ItemSeparator";
|
|
135
|
+
export { default as ItemTitle } from "./components/item/ItemTitle";
|
|
136
|
+
// Label
|
|
137
|
+
export { default as Label } from "./components/label/Label";
|
|
138
|
+
// Link Input
|
|
139
|
+
export { default as LinkInput } from "./components/link-input/LinkInput";
|
|
140
|
+
// Popover
|
|
141
|
+
export { default as Popover } from "./components/popover/Popover";
|
|
142
|
+
export { default as PopoverContent } from "./components/popover/PopoverContent";
|
|
143
|
+
export { default as PopoverDescription } from "./components/popover/PopoverDescription";
|
|
144
|
+
export { default as PopoverHeader } from "./components/popover/PopoverHeader";
|
|
145
|
+
export { default as PopoverTitle } from "./components/popover/PopoverTitle";
|
|
146
|
+
export { default as PopoverTrigger } from "./components/popover/PopoverTrigger";
|
|
147
|
+
// Select
|
|
148
|
+
export { default as Select } from "./components/select/Select";
|
|
149
|
+
export { default as SelectContent } from "./components/select/SelectContent";
|
|
150
|
+
export { default as SelectGroup } from "./components/select/SelectGroup";
|
|
151
|
+
export { default as SelectItem } from "./components/select/SelectItem";
|
|
152
|
+
export { default as SelectLabel } from "./components/select/SelectLabel";
|
|
153
|
+
export { default as SelectScrollDownButton } from "./components/select/SelectScrollDownButton";
|
|
154
|
+
export { default as SelectScrollUpButton } from "./components/select/SelectScrollUpButton";
|
|
155
|
+
export { default as SelectSeparator } from "./components/select/SelectSeparator";
|
|
156
|
+
export { default as SelectTrigger } from "./components/select/SelectTrigger";
|
|
157
|
+
export { default as SelectValue } from "./components/select/SelectValue";
|
|
158
|
+
// Separator
|
|
159
|
+
export { default as Separator } from "./components/separator/Separator";
|
|
160
|
+
// Skeleton
|
|
161
|
+
export { default as Skeleton } from "./components/skeleton/Skeleton";
|
|
162
|
+
// Sonner
|
|
163
|
+
export { default as Toaster } from "./components/sonner/Toaster";
|
|
164
|
+
// Sortable
|
|
165
|
+
export * from "./components/sortable/Sortable";
|
|
166
|
+
// Switch
|
|
167
|
+
export { default as Switch } from "./components/switch/Switch";
|
|
168
|
+
// Table
|
|
169
|
+
export { default as Table } from "./components/table/Table";
|
|
170
|
+
export { default as TableBody } from "./components/table/TableBody";
|
|
171
|
+
export { default as TableCaption } from "./components/table/TableCaption";
|
|
172
|
+
export { default as TableCell } from "./components/table/TableCell";
|
|
173
|
+
export { default as TableFooter } from "./components/table/TableFooter";
|
|
174
|
+
export { default as TableHead } from "./components/table/TableHead";
|
|
175
|
+
export { default as TableHeader } from "./components/table/TableHeader";
|
|
176
|
+
export { default as TableRow } from "./components/table/TableRow";
|
|
177
|
+
// Textarea
|
|
178
|
+
export { default as Textarea } from "./components/textarea/Textarea";
|
|
179
|
+
// Toggle
|
|
180
|
+
export { default as Toggle } from "./components/toggle/Toggle";
|
|
181
|
+
// Tooltip
|
|
182
|
+
export { default as Tooltip } from "./components/tooltip/Tooltip";
|
|
183
|
+
export { default as TooltipContent } from "./components/tooltip/TooltipContent";
|
|
184
|
+
export { default as TooltipProvider } from "./components/tooltip/TooltipProvider";
|
|
185
|
+
export { default as TooltipTrigger } from "./components/tooltip/TooltipTrigger";
|
|
186
|
+
// Typography
|
|
187
|
+
export { default as TypographyA } from "./components/typography/TypographyA";
|
|
188
|
+
export { default as TypographyBlockquote } from "./components/typography/TypographyBlockquote";
|
|
189
|
+
export { default as TypographyFigure } from "./components/typography/TypographyFigure";
|
|
190
|
+
export { default as TypographyFigureCaption } from "./components/typography/TypographyFigureCaption";
|
|
191
|
+
export { default as TypographyH1 } from "./components/typography/TypographyH1";
|
|
192
|
+
export { default as TypographyH2 } from "./components/typography/TypographyH2";
|
|
193
|
+
export { default as TypographyH3 } from "./components/typography/TypographyH3";
|
|
194
|
+
export { default as TypographyH4 } from "./components/typography/TypographyH4";
|
|
195
|
+
export { default as TypographyH5 } from "./components/typography/TypographyH5";
|
|
196
|
+
export { default as TypographyH6 } from "./components/typography/TypographyH6";
|
|
197
|
+
export { default as TypographyHr } from "./components/typography/TypographyHr";
|
|
198
|
+
export { default as TypographyImage } from "./components/typography/TypographyImage";
|
|
199
|
+
export { default as TypographyImg } from "./components/typography/TypographyImg";
|
|
200
|
+
export { default as TypographyInlineCode } from "./components/typography/TypographyInlineCode";
|
|
201
|
+
export { default as TypographyLi } from "./components/typography/TypographyLi";
|
|
202
|
+
export { default as TypographyLink } from "./components/typography/TypographyLink";
|
|
203
|
+
export { default as TypographyList } from "./components/typography/TypographyList";
|
|
204
|
+
export { default as TypographyOl } from "./components/typography/TypographyOl";
|
|
205
|
+
export { default as TypographyP } from "./components/typography/TypographyP";
|
|
206
|
+
export { default as TypographyPre } from "./components/typography/TypographyPre";
|
|
207
|
+
export { default as TypographyStrong } from "./components/typography/TypographyStrong";
|
|
208
|
+
export { default as TypographyTable } from "./components/typography/TypographyTable";
|
|
209
|
+
export { default as TypographyTd } from "./components/typography/TypographyTd";
|
|
210
|
+
export { default as TypographyTh } from "./components/typography/TypographyTh";
|
|
211
|
+
export { default as TypographyTr } from "./components/typography/TypographyTr";
|
package/package.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cmdniels/uikit",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./out/index.js",
|
|
8
|
+
"types": "./out/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./out/index.d.ts",
|
|
12
|
+
"import": "./out/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./cn": {
|
|
15
|
+
"types": "./out/cn.d.ts",
|
|
16
|
+
"import": "./out/cn.js"
|
|
17
|
+
},
|
|
18
|
+
"./tailwind.css": "./tailwind.css"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"out",
|
|
22
|
+
"tailwind.css",
|
|
23
|
+
"README.md",
|
|
24
|
+
"LICENSE"
|
|
25
|
+
],
|
|
26
|
+
"sideEffects": false,
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"next": "^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
29
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
30
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@base-ui/react": "^1.0.0",
|
|
34
|
+
"@dnd-kit/core": "^6.3.1",
|
|
35
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
36
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
37
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
38
|
+
"@tabler/icons-react": "^3.35.0",
|
|
39
|
+
"@tailwindcss/postcss": "^4",
|
|
40
|
+
"class-variance-authority": "^0.7.1",
|
|
41
|
+
"clsx": "^2.1.1",
|
|
42
|
+
"date-fns": "^4.1.0",
|
|
43
|
+
"motion": "^12.23.26",
|
|
44
|
+
"next-themes": "^0.4.6",
|
|
45
|
+
"react-day-picker": "^9.12.0",
|
|
46
|
+
"sonner": "^2.0.7",
|
|
47
|
+
"tailwind-merge": "^3.4.0",
|
|
48
|
+
"tailwindcss": "^4",
|
|
49
|
+
"tw-animate-css": "^1.4.0"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@cmdniels/eslint-config": "1.0.0",
|
|
53
|
+
"@ladle/react": "^5.1.1",
|
|
54
|
+
"@types/node": "24.10.1",
|
|
55
|
+
"@types/react": "^19.2.7",
|
|
56
|
+
"@types/react-dom": "^19.2.3",
|
|
57
|
+
"eslint": "9.39.1",
|
|
58
|
+
"next": "^16.0.10",
|
|
59
|
+
"prettier": "~3.7.4",
|
|
60
|
+
"react": "19.2.1",
|
|
61
|
+
"react-dom": "19.2.1",
|
|
62
|
+
"shadcn": "^3.6.1",
|
|
63
|
+
"tsc-alias": "^1.8.16",
|
|
64
|
+
"typescript": "^5",
|
|
65
|
+
"vite": "^5.4.21"
|
|
66
|
+
},
|
|
67
|
+
"scripts": {
|
|
68
|
+
"format": "prettier --write .",
|
|
69
|
+
"lint": "eslint .",
|
|
70
|
+
"lint:fix": "eslint --fix .",
|
|
71
|
+
"fix": "pnpm lint:fix && pnpm format",
|
|
72
|
+
"dev": "ladle serve",
|
|
73
|
+
"build:docs": "ladle build",
|
|
74
|
+
"preview": "ladle preview",
|
|
75
|
+
"build": "rm -rf out && tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json"
|
|
76
|
+
}
|
|
77
|
+
}
|
package/tailwind.css
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
@import "tailwindcss";
|
|
2
|
+
@import "tw-animate-css";
|
|
3
|
+
|
|
4
|
+
@custom-variant dark (&:is(.dark *));
|
|
5
|
+
|
|
6
|
+
@theme inline {
|
|
7
|
+
--color-background: var(--background);
|
|
8
|
+
--color-foreground: var(--foreground);
|
|
9
|
+
--font-sans: var(--font-sans);
|
|
10
|
+
--font-mono: var(--font-geist-mono);
|
|
11
|
+
--color-sidebar-ring: var(--sidebar-ring);
|
|
12
|
+
--color-sidebar-border: var(--sidebar-border);
|
|
13
|
+
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
14
|
+
--color-sidebar-accent: var(--sidebar-accent);
|
|
15
|
+
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
16
|
+
--color-sidebar-primary: var(--sidebar-primary);
|
|
17
|
+
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
18
|
+
--color-sidebar: var(--sidebar);
|
|
19
|
+
--color-chart-5: var(--chart-5);
|
|
20
|
+
--color-chart-4: var(--chart-4);
|
|
21
|
+
--color-chart-3: var(--chart-3);
|
|
22
|
+
--color-chart-2: var(--chart-2);
|
|
23
|
+
--color-chart-1: var(--chart-1);
|
|
24
|
+
--color-ring: var(--ring);
|
|
25
|
+
--color-input: var(--input);
|
|
26
|
+
--color-border: var(--border);
|
|
27
|
+
--color-destructive: var(--destructive);
|
|
28
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
29
|
+
--color-accent: var(--accent);
|
|
30
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
31
|
+
--color-muted: var(--muted);
|
|
32
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
33
|
+
--color-secondary: var(--secondary);
|
|
34
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
35
|
+
--color-primary: var(--primary);
|
|
36
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
37
|
+
--color-popover: var(--popover);
|
|
38
|
+
--color-card-foreground: var(--card-foreground);
|
|
39
|
+
--color-card: var(--card);
|
|
40
|
+
--radius-sm: calc(var(--radius) - 4px);
|
|
41
|
+
--radius-md: calc(var(--radius) - 2px);
|
|
42
|
+
--radius-lg: var(--radius);
|
|
43
|
+
--radius-xl: calc(var(--radius) + 4px);
|
|
44
|
+
--radius-2xl: calc(var(--radius) + 8px);
|
|
45
|
+
--radius-3xl: calc(var(--radius) + 12px);
|
|
46
|
+
--radius-4xl: calc(var(--radius) + 16px);
|
|
47
|
+
|
|
48
|
+
@keyframes accordion-down {
|
|
49
|
+
from {
|
|
50
|
+
height: 0;
|
|
51
|
+
}
|
|
52
|
+
to {
|
|
53
|
+
height: var(--radix-accordion-content-height, var(--accordion-panel-height, auto));
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@keyframes accordion-up {
|
|
58
|
+
from {
|
|
59
|
+
height: var(--radix-accordion-content-height, var(--accordion-panel-height, auto));
|
|
60
|
+
}
|
|
61
|
+
to {
|
|
62
|
+
height: 0;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@layer base {
|
|
68
|
+
* {
|
|
69
|
+
@apply border-border outline-ring/50;
|
|
70
|
+
}
|
|
71
|
+
body {
|
|
72
|
+
@apply bg-background text-foreground;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/* Shadcn Classes */
|
|
77
|
+
@custom-variant data-open {
|
|
78
|
+
&:where([data-state="open"]),
|
|
79
|
+
&:where([data-open]:not([data-open="false"])) {
|
|
80
|
+
@slot;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@custom-variant data-closed {
|
|
85
|
+
&:where([data-state="closed"]),
|
|
86
|
+
&:where([data-closed]:not([data-closed="false"])) {
|
|
87
|
+
@slot;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@custom-variant data-checked {
|
|
92
|
+
&:where([data-state="checked"]),
|
|
93
|
+
&:where([data-checked]:not([data-checked="false"])) {
|
|
94
|
+
@slot;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@custom-variant data-unchecked {
|
|
99
|
+
&:where([data-state="unchecked"]),
|
|
100
|
+
&:where([data-unchecked]:not([data-unchecked="false"])) {
|
|
101
|
+
@slot;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@custom-variant data-selected {
|
|
106
|
+
&:where([data-selected="true"]) {
|
|
107
|
+
@slot;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@custom-variant data-disabled {
|
|
112
|
+
&:where([data-disabled="true"]),
|
|
113
|
+
&:where([data-disabled]:not([data-disabled="false"])) {
|
|
114
|
+
@slot;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@custom-variant data-active {
|
|
119
|
+
&:where([data-state="active"]),
|
|
120
|
+
&:where([data-active]:not([data-active="false"])) {
|
|
121
|
+
@slot;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@custom-variant data-horizontal {
|
|
126
|
+
&:where([data-orientation="horizontal"]) {
|
|
127
|
+
@slot;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@custom-variant data-vertical {
|
|
132
|
+
&:where([data-orientation="vertical"]) {
|
|
133
|
+
@slot;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@utility scrollbar-hidden {
|
|
138
|
+
-ms-overflow-style: none;
|
|
139
|
+
scrollbar-width: none;
|
|
140
|
+
|
|
141
|
+
&::-webkit-scrollbar {
|
|
142
|
+
display: none;
|
|
143
|
+
}
|
|
144
|
+
}
|