@tb-dev/vue-components 2.0.1 → 2.1.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/components/accordion/index.d.ts +1 -0
- package/dist/components/alert/index.d.ts +1 -0
- package/dist/components/alert-dialog/index.d.ts +1 -0
- package/dist/components/avatar/index.d.ts +1 -0
- package/dist/components/badge/index.d.ts +1 -0
- package/dist/components/button/index.d.ts +1 -0
- package/dist/components/button-icon/index.d.ts +1 -0
- package/dist/components/button-link/index.d.ts +1 -0
- package/dist/components/card/index.d.ts +1 -0
- package/dist/components/checkbox/index.d.ts +2 -1
- package/dist/components/combobox/index.d.ts +1 -0
- package/dist/components/context-menu/index.d.ts +1 -0
- package/dist/components/dialog/index.d.ts +2 -0
- package/dist/components/dropdown-menu/index.d.ts +1 -0
- package/dist/components/hover-card/index.d.ts +1 -0
- package/dist/components/input/index.d.ts +1 -0
- package/dist/components/input-number/index.d.ts +1 -0
- package/dist/components/input-text/index.d.ts +1 -0
- package/dist/components/label/index.d.ts +1 -0
- package/dist/components/link/index.d.ts +3 -2
- package/dist/components/loading/index.d.ts +1 -0
- package/dist/components/menubar/index.d.ts +1 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/popover/index.d.ts +1 -0
- package/dist/components/progress/index.d.ts +1 -0
- package/dist/components/radio-group/index.d.ts +1 -0
- package/dist/components/resizable/index.d.ts +1 -0
- package/dist/components/scroll-area/index.d.ts +1 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/separator/index.d.ts +1 -0
- package/dist/components/sheet/index.d.ts +1 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/slider/index.d.ts +1 -0
- package/dist/components/sonner/index.d.ts +1 -0
- package/dist/components/switch/index.d.ts +1 -0
- package/dist/components/table/index.d.ts +2 -1
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tags-input/index.d.ts +1 -0
- package/dist/components/textarea/index.d.ts +1 -0
- package/dist/components/toggle/index.d.ts +1 -0
- package/dist/components/tooltip/index.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +109 -109
- package/package.json +13 -13
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from '../__base/accordion';
|
|
2
|
+
export { Accordion as TbAccordion, AccordionContent as TbAccordionContent, AccordionItem as TbAccordionItem, AccordionTrigger as TbAccordionTrigger, } from '../__base/accordion';
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { Combobox, ComboboxAnchor, ComboboxCancel, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxItemIndicator, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxViewport, } from '../__base/combobox';
|
|
2
|
+
export { Combobox as TbCombobox, ComboboxAnchor as TbComboboxAnchor, ComboboxCancel as TbComboboxCancel, ComboboxEmpty as TbComboboxEmpty, ComboboxGroup as TbComboboxGroup, ComboboxInput as TbComboboxInput, ComboboxItem as TbComboboxItem, ComboboxItemIndicator as TbComboboxItemIndicator, ComboboxList as TbComboboxList, ComboboxSeparator as TbComboboxSeparator, ComboboxTrigger as TbComboboxTrigger, ComboboxViewport as TbComboboxViewport, } from '../__base/combobox';
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from '../__base/context-menu';
|
|
2
|
+
export { ContextMenu as TbContextMenu, ContextMenuCheckboxItem as TbContextMenuCheckboxItem, ContextMenuContent as TbContextMenuContent, ContextMenuGroup as TbContextMenuGroup, ContextMenuItem as TbContextMenuItem, ContextMenuLabel as TbContextMenuLabel, ContextMenuRadioGroup as TbContextMenuRadioGroup, ContextMenuRadioItem as TbContextMenuRadioItem, ContextMenuSeparator as TbContextMenuSeparator, ContextMenuShortcut as TbContextMenuShortcut, ContextMenuSub as TbContextMenuSub, ContextMenuSubContent as TbContextMenuSubContent, ContextMenuSubTrigger as TbContextMenuSubTrigger, ContextMenuTrigger as TbContextMenuTrigger, } from '../__base/context-menu';
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, } from '../__base/dropdown-menu';
|
|
2
|
+
export { DropdownMenu as TbDropdownMenu, DropdownMenuCheckboxItem as TbDropdownMenuCheckboxItem, DropdownMenuContent as TbDropdownMenuContent, DropdownMenuGroup as TbDropdownMenuGroup, DropdownMenuItem as TbDropdownMenuItem, DropdownMenuLabel as TbDropdownMenuLabel, DropdownMenuPortal as TbDropdownMenuPortal, DropdownMenuRadioGroup as TbDropdownMenuRadioGroup, DropdownMenuRadioItem as TbDropdownMenuRadioItem, DropdownMenuSeparator as TbDropdownMenuSeparator, DropdownMenuShortcut as TbDropdownMenuShortcut, DropdownMenuSub as TbDropdownMenuSub, DropdownMenuSubContent as TbDropdownMenuSubContent, DropdownMenuSubTrigger as TbDropdownMenuSubTrigger, DropdownMenuTrigger as TbDropdownMenuTrigger, } from '../__base/dropdown-menu';
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from '../__base/menubar';
|
|
2
|
+
export { Menubar as TbMenubar, MenubarCheckboxItem as TbMenubarCheckboxItem, MenubarContent as TbMenubarContent, MenubarGroup as TbMenubarGroup, MenubarItem as TbMenubarItem, MenubarLabel as TbMenubarLabel, MenubarMenu as TbMenubarMenu, MenubarRadioGroup as TbMenubarRadioGroup, MenubarRadioItem as TbMenubarRadioItem, MenubarSeparator as TbMenubarSeparator, MenubarShortcut as TbMenubarShortcut, MenubarSub as TbMenubarSub, MenubarSubContent as TbMenubarSubContent, MenubarSubTrigger as TbMenubarSubTrigger, MenubarTrigger as TbMenubarTrigger, } from '../__base/menubar';
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
export { PaginationList, PaginationListItem } from 'reka-ui';
|
|
2
|
+
export { PaginationList as TbPaginationList, PaginationListItem as TbPaginationListItem, } from 'reka-ui';
|
|
2
3
|
export { Pagination, PaginationContent, PaginationEllipsis, PaginationFirst, PaginationItem, PaginationLast, PaginationNext, PaginationPrevious, } from '../__base/pagination';
|
|
4
|
+
export { Pagination as TbPagination, PaginationContent as TbPaginationContent, PaginationEllipsis as TbPaginationEllipsis, PaginationFirst as TbPaginationFirst, PaginationItem as TbPaginationItem, PaginationLast as TbPaginationLast, PaginationNext as TbPaginationNext, PaginationPrevious as TbPaginationPrevious, } from '../__base/pagination';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { default as Select } from './Select.vue';
|
|
2
2
|
export type * from './types';
|
|
3
3
|
export { Select };
|
|
4
|
+
export { Select as TbSelect };
|
|
4
5
|
export { SelectGroup, SelectItem, SelectItemText, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, } from '../__base/select';
|
|
6
|
+
export { SelectGroup as TbSelectGroup, SelectItem as TbSelectItem, SelectItemText as TbSelectItemText, SelectLabel as TbSelectLabel, SelectScrollDownButton as TbSelectScrollDownButton, SelectScrollUpButton as TbSelectScrollUpButton, SelectSeparator as TbSelectSeparator, } from '../__base/select';
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, } from '../__base/sheet';
|
|
2
|
+
export { Sheet as TbSheet, SheetClose as TbSheetClose, SheetContent as TbSheetContent, SheetDescription as TbSheetDescription, SheetFooter as TbSheetFooter, SheetHeader as TbSheetHeader, SheetTitle as TbSheetTitle, SheetTrigger as TbSheetTrigger, } from '../__base/sheet';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { default as Sidebar } from './Sidebar.vue';
|
|
2
2
|
export type * from './types';
|
|
3
3
|
export { Sidebar };
|
|
4
|
+
export { Sidebar as TbSidebar };
|
|
4
5
|
export { SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar, } from '../__base/sidebar';
|
|
6
|
+
export { SidebarGroup as TbSidebarGroup, SidebarGroupAction as TbSidebarGroupAction, SidebarGroupContent as TbSidebarGroupContent, SidebarGroupLabel as TbSidebarGroupLabel, SidebarMenu as TbSidebarMenu, SidebarMenuAction as TbSidebarMenuAction, SidebarMenuBadge as TbSidebarMenuBadge, SidebarMenuButton as TbSidebarMenuButton, SidebarMenuItem as TbSidebarMenuItem, SidebarMenuSkeleton as TbSidebarMenuSkeleton, SidebarMenuSub as TbSidebarMenuSub, SidebarMenuSubButton as TbSidebarMenuSubButton, SidebarMenuSubItem as TbSidebarMenuSubItem, SidebarRail as TbSidebarRail, SidebarSeparator as TbSidebarSeparator, SidebarTrigger as TbSidebarTrigger, } from '../__base/sidebar';
|
|
@@ -2,4 +2,5 @@ import { default as Table } from './Table.vue';
|
|
|
2
2
|
import { default as TableLink } from './TableLink.vue';
|
|
3
3
|
export type * from './types';
|
|
4
4
|
export { Table, TableLink };
|
|
5
|
-
export {
|
|
5
|
+
export { Table as TbTable, TableLink as TbTableLink };
|
|
6
|
+
export { TableCell as TbTableCell, TableEmpty as TbTableEmpty, TableHead as TbTableHead, TableRow as TbTableRow, } from '../__base/table';
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export { TagsInput, TagsInputInput, TagsInputItem, TagsInputItemDelete, TagsInputItemText, } from '../__base/tags-input';
|
|
2
|
+
export { TagsInput as TbTagsInput, TagsInputInput as TbTagsInputInput, TagsInputItem as TbTagsInputItem, TagsInputItemDelete as TbTagsInputItemDelete, TagsInputItemText as TbTagsInputItemText, } from '../__base/tags-input';
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|