@brainfish-ai/components 0.20.0-rc.1 → 0.20.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.
- package/dist/esm/chunks/{ChatSearch.DOH90EUx.js → ChatSearch.DBiDqJZy.js} +2 -2
- package/dist/esm/chunks/{ChatSearch.DOH90EUx.js.map → ChatSearch.DBiDqJZy.js.map} +1 -1
- package/dist/esm/chunks/{hooks.B9tkXVNJ.js → hooks.CKojclfe.js} +2 -2
- package/dist/esm/chunks/{hooks.B9tkXVNJ.js.map → hooks.CKojclfe.js.map} +1 -1
- package/dist/esm/chunks/{sidebar.7vnjQH2L.js → sidebar.NrHnIkbU.js} +2 -2
- package/dist/esm/chunks/{sidebar.7vnjQH2L.js.map → sidebar.NrHnIkbU.js.map} +1 -1
- package/dist/esm/components/chat-search.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/layouts/full-layout.js +407 -0
- package/dist/esm/layouts/full-layout.js.map +1 -0
- package/dist/esm/layouts/sidebar.js +1 -1
- package/dist/full-layout.d.ts +155 -0
- package/dist/layouts/full-layout.d.ts +4 -0
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ import { getCountry } from 'countries-and-timezones';
|
|
|
27
27
|
import { Switch } from '../components/ui/switch.js';
|
|
28
28
|
import { C as Combobox } from './combobox.DNYCWyub.js';
|
|
29
29
|
import { T as TwoLevelCombobox } from './two-level-combobox.DsWPDcI6.js';
|
|
30
|
-
import { l as loadConversation, c as createConversationId, a as useAutocomplete, s as sendFeedbackReason, b as sendFeedback, d as searchApi, f as fetchAnswerStream, e as fetchFollowUpQuestions } from './hooks.
|
|
30
|
+
import { l as loadConversation, c as createConversationId, a as useAutocomplete, s as sendFeedbackReason, b as sendFeedback, d as searchApi, f as fetchAnswerStream, e as fetchFollowUpQuestions } from './hooks.CKojclfe.js';
|
|
31
31
|
import { ScrollArea } from '../components/ui/scroll-area.js';
|
|
32
32
|
|
|
33
33
|
import '../ChatSearch.css';function Suggestions({ suggestions, onQuestionClick, title = "Suggested questions" }) {
|
|
@@ -6341,4 +6341,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
6341
6341
|
ChatSearch.displayName = "ChatSearch";
|
|
6342
6342
|
|
|
6343
6343
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
6344
|
-
//# sourceMappingURL=ChatSearch.
|
|
6344
|
+
//# sourceMappingURL=ChatSearch.DBiDqJZy.js.map
|