@brainfish-ai/components 0.23.0 → 0.23.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.C6RERao6.js → ChatSearch.DO8oQOlu.js} +4 -4
- package/dist/esm/chunks/ChatSearch.DO8oQOlu.js.map +1 -0
- package/dist/esm/components/chat-search.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
- package/dist/esm/chunks/ChatSearch.C6RERao6.js.map +0 -1
|
@@ -4,7 +4,7 @@ import rehypeRaw from 'rehype-raw';
|
|
|
4
4
|
import remarkGfm from 'remark-gfm';
|
|
5
5
|
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from '../components/ui/tooltip.js';
|
|
6
6
|
import { Button } from '../components/ui/button.js';
|
|
7
|
-
import { XCircle, X, Check, Copy, CaretDown, ArrowSquareOut, CaretRight, ArrowsVertical, Globe, LockSimple, MagnifyingGlass,
|
|
7
|
+
import { XCircle, X, Check, Copy, CaretDown, ArrowSquareOut, CaretRight, ArrowsVertical, Globe, LockSimple, MagnifyingGlass, Image, ArrowRight, ArrowLeft, ArrowsInSimple, ArrowsOutSimple } from '@phosphor-icons/react';
|
|
8
8
|
import { F as FormattedMessage, b as addPopupWidgetUtm, M as MemoizedReactMarkdown } from './FormattedMessage.DFWDPJoI.js';
|
|
9
9
|
import { appendErrors, useForm, Controller } from 'react-hook-form';
|
|
10
10
|
import { validateFieldsNatively, toNestErrors } from '@hookform/resolvers';
|
|
@@ -5257,7 +5257,7 @@ const PrimarySearch = React__default.forwardRef(
|
|
|
5257
5257
|
disabled: attachedFiles.length >= 5,
|
|
5258
5258
|
"aria-label": textConfig.attachImageText
|
|
5259
5259
|
},
|
|
5260
|
-
/* @__PURE__ */ React__default.createElement(
|
|
5260
|
+
/* @__PURE__ */ React__default.createElement(Image, { weight: "regular", className: "size-4 text-secondary-foreground" })
|
|
5261
5261
|
)), /* @__PURE__ */ React__default.createElement("div", { className: "flex gap-1", "data-name": "collections-dropdown" }, allowedRegions.length > 0 && collections.length > 0 ? (
|
|
5262
5262
|
// Two-level selection: Region -> Collection
|
|
5263
5263
|
/* @__PURE__ */ React__default.createElement(
|
|
@@ -5548,7 +5548,7 @@ const FollowUpSearchBar = React__default.forwardRef(
|
|
|
5548
5548
|
disabled: attachedFiles.length >= 5,
|
|
5549
5549
|
"aria-label": textConfig.attachImageText
|
|
5550
5550
|
},
|
|
5551
|
-
/* @__PURE__ */ React__default.createElement(
|
|
5551
|
+
/* @__PURE__ */ React__default.createElement(Image, { weight: "regular", className: "size-4 text-secondary-foreground" })
|
|
5552
5552
|
)), !enableFileAttachment && /* @__PURE__ */ React__default.createElement("div", { className: "size-6 flex flex-shrink-0 justify-center items-center" }, /* @__PURE__ */ React__default.createElement(MagnifyingGlass, { className: "size-5 text-secondary-foreground" })), /* @__PURE__ */ React__default.createElement(
|
|
5553
5553
|
Textarea,
|
|
5554
5554
|
{
|
|
@@ -6686,4 +6686,4 @@ const ChatSearch = forwardRef(({ featureFlags, ...props }, ref) => /* @__PURE__
|
|
|
6686
6686
|
ChatSearch.displayName = "ChatSearch";
|
|
6687
6687
|
|
|
6688
6688
|
export { ChatSearch as C, ChatSearchProvider as a, useIsChatSearchDirty as b, useChatSearch as u };
|
|
6689
|
-
//# sourceMappingURL=ChatSearch.
|
|
6689
|
+
//# sourceMappingURL=ChatSearch.DO8oQOlu.js.map
|