@brainfish-ai/components 0.24.1 → 0.24.3
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/esm/chunks/{ChatSearch.CVOKmj3k.js → ChatSearch.DvpPvB5F.js} +2 -2
- package/dist/esm/chunks/{ChatSearch.CVOKmj3k.js.map → ChatSearch.DvpPvB5F.js.map} +1 -1
- package/dist/esm/chunks/{hooks.Dii4V-O3.js → hooks.r53voN37.js} +11 -3
- package/dist/esm/chunks/{hooks.Dii4V-O3.js.map → hooks.r53voN37.js.map} +1 -1
- package/dist/esm/chunks/{layout.qbMLkE1I.js → layout.Dx6MGe6T.js} +3 -3
- package/dist/esm/chunks/{layout.qbMLkE1I.js.map → layout.Dx6MGe6T.js.map} +1 -1
- package/dist/esm/chunks/{sidebar.BFzx4WQ0.js → sidebar.zsMK3xuM.js} +57 -49
- package/dist/esm/chunks/sidebar.zsMK3xuM.js.map +1 -0
- package/dist/esm/components/chat-search.js +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/layouts/full-layout.js +1 -1
- package/dist/esm/layouts/sidebar.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +2 -2
- package/dist/esm/chunks/sidebar.BFzx4WQ0.js.map +0 -1
|
@@ -29,7 +29,7 @@ import { C as Combobox } from './combobox.DNYCWyub.js';
|
|
|
29
29
|
import { T as TwoLevelCombobox } from './two-level-combobox.DsWPDcI6.js';
|
|
30
30
|
import { u as useBooleanFlagValue, F as FeatureFlagProvider } from './feature-flags.C57XMODn.js';
|
|
31
31
|
import { X as X$1 } from 'lucide-react';
|
|
32
|
-
import { l as loadConversation, c as createConversationId, a as uploadFileToApi, b as useAutocomplete, s as sendFeedbackReason, d as sendFeedback, e as searchApi, f as fetchAnswerStream, g as fetchFollowUpQuestions } from './hooks.
|
|
32
|
+
import { l as loadConversation, c as createConversationId, a as uploadFileToApi, b as useAutocomplete, s as sendFeedbackReason, d as sendFeedback, e as searchApi, f as fetchAnswerStream, g as fetchFollowUpQuestions } from './hooks.r53voN37.js';
|
|
33
33
|
import { ScrollArea } from '../components/ui/scroll-area.js';
|
|
34
34
|
|
|
35
35
|
import '../ChatSearch.css';function Suggestions({ suggestions, onQuestionClick, title = "Suggested questions" }) {
|
|
@@ -6667,4 +6667,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
6667
6667
|
ChatSearch.displayName = "ChatSearch";
|
|
6668
6668
|
|
|
6669
6669
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
6670
|
-
//# sourceMappingURL=ChatSearch.
|
|
6670
|
+
//# sourceMappingURL=ChatSearch.DvpPvB5F.js.map
|