@papernote/ui 1.9.2 → 1.10.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.
@@ -217,8 +217,8 @@ export type { CompactStatProps, CompactStatTrend } from './CompactStat';
217
217
  export { default as Breadcrumbs, useBreadcrumbReset } from './Breadcrumbs';
218
218
  export type { BreadcrumbsProps, BreadcrumbItem, BreadcrumbNavigationState } from './Breadcrumbs';
219
219
 
220
- export { default as Tabs } from './Tabs';
221
- export type { TabsProps, Tab } from './Tabs';
220
+ export { default as Tabs, TabsRoot, TabsList, TabsTrigger, TabsContent } from './Tabs';
221
+ export type { TabsProps, Tab, TabsRootProps, TabsListProps, TabsTriggerProps, TabsContentProps } from './Tabs';
222
222
 
223
223
  export { default as Pagination } from './Pagination';
224
224
  export type { PaginationProps } from './Pagination';