@papernote/ui 1.11.5 → 1.12.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.
@@ -640,3 +640,9 @@ export {
640
640
  Responsive,
641
641
  } from '../context/MobileContext';
642
642
  export type { MobileContextValue, MobileProviderProps } from '../context/MobileContext';
643
+
644
+ // Chat & AI Components
645
+ export { default as ChatUI } from './ChatUI';
646
+ export type { ChatUIProps, ChatMessage } from './ChatUI';
647
+ export { default as InsightsPanelUI } from './InsightsPanelUI';
648
+ export type { InsightsPanelUIProps, AnalyticsInsight } from './InsightsPanelUI';