@brainfish-ai/components 0.13.10-rc.2 → 0.13.11
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.D9grNp6B.js → ChatSearch.D_p1A_71.js} +2 -2
- package/dist/esm/chunks/{ChatSearch.D9grNp6B.js.map → ChatSearch.D_p1A_71.js.map} +1 -1
- package/dist/esm/chunks/{FormattedMessage.C4n1XZcN.js → FormattedMessage.C2GfFraq.js} +2 -2
- package/dist/esm/chunks/{FormattedMessage.C4n1XZcN.js.map → FormattedMessage.C2GfFraq.js.map} +1 -1
- package/dist/esm/components/chat-search.js +1 -1
- package/dist/esm/components/markdown.js +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/stats.html +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { motion, AnimatePresence } from 'framer-motion';
|
|
|
3
3
|
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from '../components/ui/tooltip.js';
|
|
4
4
|
import { Button } from '../components/ui/button.js';
|
|
5
5
|
import { XCircle, Check, Copy, CaretDown, ArrowSquareOut, CaretRight, ArrowsVertical, ArrowDown, MagnifyingGlass, X, CheckCircle, Circle, Image, ArrowRight, ArrowLeft, ArrowsInSimple, ArrowsOutSimple } from '@phosphor-icons/react';
|
|
6
|
-
import { g as getDefaultExportFromCjs, F as FormattedMessage, c as addPopupWidgetUtm } from './FormattedMessage.
|
|
6
|
+
import { g as getDefaultExportFromCjs, F as FormattedMessage, c as addPopupWidgetUtm } from './FormattedMessage.C2GfFraq.js';
|
|
7
7
|
import { appendErrors, useForm, Controller } from 'react-hook-form';
|
|
8
8
|
import { validateFieldsNatively, toNestErrors } from '@hookform/resolvers';
|
|
9
9
|
import require$$0 from 'ajv';
|
|
@@ -6023,4 +6023,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
6023
6023
|
ChatSearch.displayName = "ChatSearch";
|
|
6024
6024
|
|
|
6025
6025
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
6026
|
-
//# sourceMappingURL=ChatSearch.
|
|
6026
|
+
//# sourceMappingURL=ChatSearch.D_p1A_71.js.map
|