@papernote/ui 1.13.0 → 1.14.1

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.
@@ -54,6 +54,12 @@ export type { FormControlProps } from './FormControl';
54
54
  export { default as FilterBar } from './FilterBar';
55
55
  export type { FilterBarProps, FilterConfig } from './FilterBar';
56
56
 
57
+ export { default as FilterPills } from './FilterPills';
58
+ export type { FilterPillsProps, FilterPill } from './FilterPills';
59
+
60
+ export { default as LetterNav } from './LetterNav';
61
+ export type { LetterNavProps } from './LetterNav';
62
+
57
63
  export { default as StatCard } from './StatCard';
58
64
  export type { StatCardProps } from './StatCard';
59
65
  export { default as StatsGrid, StatItem } from './StatsGrid';