@brainfish-ai/components 0.3.9 → 0.3.10
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/index.css +1 -1
- package/dist/esm/index.css.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
- package/stats.html +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -544,7 +544,7 @@ interface SimpleSelectProps {
|
|
|
544
544
|
disabled?: boolean;
|
|
545
545
|
className?: string;
|
|
546
546
|
}
|
|
547
|
-
declare function
|
|
547
|
+
declare function SimpleSelect({ options, value, onChange, placeholder, disabled, className, }: SimpleSelectProps): React$1.JSX.Element;
|
|
548
548
|
|
|
549
549
|
interface DatePickerProps {
|
|
550
550
|
date: Date | undefined;
|
|
@@ -554,4 +554,4 @@ interface DatePickerProps {
|
|
|
554
554
|
}
|
|
555
555
|
declare function DatePicker({ date, setDate, className, placeholder }: DatePickerProps): React$1.JSX.Element;
|
|
556
556
|
|
|
557
|
-
export { type Answer, BrainfishColors, Button, type ButtonProps, ChatSearch, type ChatSearchHandle, type ChatSearchProps, ChatSearchProvider, type ChatSearchState, CodeBlock, Collapsible, CollapsibleContent, CollapsibleTrigger, type Collection, DatePicker, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FormattedMessage, Input, Label, MemoizedReactMarkdown, MermaidDiagram, type Props, ScrollArea, ScrollBar,
|
|
557
|
+
export { type Answer, BrainfishColors, Button, type ButtonProps, ChatSearch, type ChatSearchHandle, type ChatSearchProps, ChatSearchProvider, type ChatSearchState, CodeBlock, Collapsible, CollapsibleContent, CollapsibleTrigger, type Collection, DatePicker, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FormattedMessage, Input, Label, MemoizedReactMarkdown, MermaidDiagram, type Props, ScrollArea, ScrollBar, type SelectOption, SimpleSelect, type SimpleSelectProps, Switch, Textarea, Tooltip, TooltipContent, type TooltipContentProps, TooltipProvider, TooltipTrigger, ZoomableImage, buttonVariants, customColor, useChatSearch, useIsChatSearchDirty };
|
package/package.json
CHANGED
package/stats.html
CHANGED
|
@@ -4929,7 +4929,7 @@ var drawChart = (function (exports) {
|
|
|
4929
4929
|
</script>
|
|
4930
4930
|
<script>
|
|
4931
4931
|
/*<!--*/
|
|
4932
|
-
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"colors","children":[{"uid":"edab9a59-1","name":"customColor.ts"},{"uid":"edab9a59-3","name":"dark.ts"},{"uid":"edab9a59-5","name":"primary.ts"},{"uid":"edab9a59-7","name":"orange.ts"},{"uid":"edab9a59-9","name":"yellow.ts"},{"uid":"edab9a59-11","name":"green.ts"},{"uid":"edab9a59-13","name":"blue.ts"},{"uid":"edab9a59-15","name":"purple.ts"},{"uid":"edab9a59-17","name":"pink.ts"},{"uid":"edab9a59-19","name":"red.ts"},{"uid":"edab9a59-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"edab9a59-25","name":"utils.ts"},{"uid":"edab9a59-95","name":"fetchClient.ts"},{"uid":"edab9a59-97","name":"api.ts"},{"uid":"edab9a59-135","name":"feature-flags.tsx"},{"uid":"edab9a59-137","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"edab9a59-27","name":"tooltip.tsx"},{"uid":"edab9a59-33","name":"button.tsx"},{"uid":"edab9a59-37","name":"input.tsx"},{"uid":"edab9a59-39","name":"label.tsx"},{"uid":"edab9a59-81","name":"collapsible.tsx"},{"uid":"edab9a59-113","name":"icon.tsx"},{"uid":"edab9a59-121","name":"dropdown-menu.tsx"},{"uid":"edab9a59-127","name":"textarea.tsx"},{"uid":"edab9a59-139","name":"scroll-area.tsx"},{"uid":"edab9a59-143","name":"switch.tsx"},{"uid":"edab9a59-145","name":"select.tsx"},{"uid":"edab9a59-149","name":"calendar.tsx"},{"uid":"edab9a59-151","name":"popover.tsx"}]},{"name":"chat-search","children":[{"uid":"edab9a59-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"edab9a59-41","name":"ActionInputForm.tsx"},{"uid":"edab9a59-43","name":"ActionButtons.tsx"},{"uid":"edab9a59-75","name":"MarkdownText.tsx"},{"uid":"edab9a59-79","name":"utils.ts"}]},{"uid":"edab9a59-77","name":"AnswerBlock.tsx"},{"name":"hooks","children":[{"uid":"edab9a59-85","name":"useAnswerList.ts"},{"uid":"edab9a59-87","name":"useConversationId.ts"},{"uid":"edab9a59-91","name":"useIsChatSearchDirty.ts"},{"uid":"edab9a59-93","name":"useScrollManager.ts"},{"uid":"edab9a59-99","name":"useConversationLoader.ts"},{"uid":"edab9a59-101","name":"useSubscriptionManager.ts"},{"uid":"edab9a59-103","name":"useDarkMode.ts"},{"uid":"edab9a59-105","name":"useAccessibleColor.ts"}]},{"uid":"edab9a59-89","name":"ChatSearchContext.tsx"},{"uid":"edab9a59-109","name":"SearchResults.tsx"},{"uid":"edab9a59-111","name":"FollowUpQuestions.tsx"},{"uid":"edab9a59-115","name":"NextBestActions.tsx"},{"uid":"edab9a59-117","name":"TimelineNavigation.tsx"},{"uid":"edab9a59-119","name":"ScrollToBottomArrow.tsx"},{"uid":"edab9a59-123","name":"PrimarySearch.tsx"},{"uid":"edab9a59-125","name":"FollowUpSearchBar.module.css"},{"uid":"edab9a59-129","name":"FollowUpSearchBar.tsx"},{"uid":"edab9a59-131","name":"Header.tsx"},{"uid":"edab9a59-133","name":"text-config.ts"},{"uid":"edab9a59-141","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"edab9a59-45","name":"codeblock.ts"},{"uid":"edab9a59-71","name":"stripNewLines.ts"}]},{"uid":"edab9a59-47","name":"CodeBlock.tsx"},{"uid":"edab9a59-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"edab9a59-51","name":"Loom.tsx"},{"uid":"edab9a59-53","name":"Supademo.tsx"},{"uid":"edab9a59-55","name":"Typeform.tsx"},{"uid":"edab9a59-57","name":"Vimeo.tsx"},{"uid":"edab9a59-59","name":"Wistia.tsx"},{"uid":"edab9a59-61","name":"Youtube.tsx"},{"uid":"edab9a59-63","name":"index.tsx"}]},{"uid":"edab9a59-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"edab9a59-67","name":"MermaidDiagram.tsx"},{"uid":"edab9a59-69","name":"ZoomableImage.tsx"},{"uid":"edab9a59-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"edab9a59-83"},{"name":"generating-star/generating-star.tsx","uid":"edab9a59-107"},{"name":"select/select.tsx","uid":"edab9a59-147"},{"name":"date-picker/date-picker.tsx","uid":"edab9a59-153"}]},{"uid":"edab9a59-155","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"edab9a59-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"edab9a59-29"},{"name":"react-slot/dist/index.mjs","uid":"edab9a59-31"}]}]}]}],"isRoot":true},"nodeParts":{"edab9a59-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-0"},"edab9a59-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-2"},"edab9a59-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-4"},"edab9a59-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-6"},"edab9a59-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-8"},"edab9a59-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-10"},"edab9a59-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-12"},"edab9a59-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-14"},"edab9a59-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-16"},"edab9a59-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-18"},"edab9a59-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-20"},"edab9a59-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-22"},"edab9a59-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-24"},"edab9a59-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-26"},"edab9a59-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-28"},"edab9a59-31":{"renderedLength":3014,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-30"},"edab9a59-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-32"},"edab9a59-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-34"},"edab9a59-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-36"},"edab9a59-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-38"},"edab9a59-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-40"},"edab9a59-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-42"},"edab9a59-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-44"},"edab9a59-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-46"},"edab9a59-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-48"},"edab9a59-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-50"},"edab9a59-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-52"},"edab9a59-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-54"},"edab9a59-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-56"},"edab9a59-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-58"},"edab9a59-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-60"},"edab9a59-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-62"},"edab9a59-65":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-64"},"edab9a59-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-66"},"edab9a59-69":{"renderedLength":4088,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-68"},"edab9a59-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-70"},"edab9a59-73":{"renderedLength":8796,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-72"},"edab9a59-75":{"renderedLength":1021,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-74"},"edab9a59-77":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-76"},"edab9a59-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-78"},"edab9a59-81":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-80"},"edab9a59-83":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-82"},"edab9a59-85":{"renderedLength":8610,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-84"},"edab9a59-87":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-86"},"edab9a59-89":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-88"},"edab9a59-91":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-90"},"edab9a59-93":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-92"},"edab9a59-95":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-94"},"edab9a59-97":{"renderedLength":3860,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-96"},"edab9a59-99":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-98"},"edab9a59-101":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-100"},"edab9a59-103":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-102"},"edab9a59-105":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-104"},"edab9a59-107":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-106"},"edab9a59-109":{"renderedLength":6454,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-108"},"edab9a59-111":{"renderedLength":1207,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-110"},"edab9a59-113":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-112"},"edab9a59-115":{"renderedLength":3759,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-114"},"edab9a59-117":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-116"},"edab9a59-119":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-118"},"edab9a59-121":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-120"},"edab9a59-123":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-122"},"edab9a59-125":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-124"},"edab9a59-127":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-126"},"edab9a59-129":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-128"},"edab9a59-131":{"renderedLength":2164,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-130"},"edab9a59-133":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-132"},"edab9a59-135":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-134"},"edab9a59-137":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-136"},"edab9a59-139":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-138"},"edab9a59-141":{"renderedLength":27643,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-140"},"edab9a59-143":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-142"},"edab9a59-145":{"renderedLength":3680,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-144"},"edab9a59-147":{"renderedLength":669,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-146"},"edab9a59-149":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-148"},"edab9a59-151":{"renderedLength":983,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-150"},"edab9a59-153":{"renderedLength":711,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-152"},"edab9a59-155":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"edab9a59-154"}},"nodeMetas":{"edab9a59-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"edab9a59-1"},"imported":[],"importedBy":[{"uid":"edab9a59-20"},{"uid":"edab9a59-4"}]},"edab9a59-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"edab9a59-3"},"imported":[],"importedBy":[{"uid":"edab9a59-20"},{"uid":"edab9a59-4"}]},"edab9a59-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"edab9a59-5"},"imported":[{"uid":"edab9a59-0"},{"uid":"edab9a59-2"}],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"edab9a59-7"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"edab9a59-9"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"edab9a59-11"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"edab9a59-13"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"edab9a59-15"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"edab9a59-17"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"edab9a59-19"},"imported":[],"importedBy":[{"uid":"edab9a59-20"}]},"edab9a59-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"edab9a59-21"},"imported":[{"uid":"edab9a59-4"},{"uid":"edab9a59-2"},{"uid":"edab9a59-6"},{"uid":"edab9a59-8"},{"uid":"edab9a59-10"},{"uid":"edab9a59-12"},{"uid":"edab9a59-14"},{"uid":"edab9a59-16"},{"uid":"edab9a59-18"},{"uid":"edab9a59-0"}],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"edab9a59-23"},"imported":[],"importedBy":[{"uid":"edab9a59-32"},{"uid":"edab9a59-80"},{"uid":"edab9a59-120"},{"uid":"edab9a59-142"},{"uid":"edab9a59-26"},{"uid":"edab9a59-126"},{"uid":"edab9a59-138"},{"uid":"edab9a59-38"},{"uid":"edab9a59-36"},{"uid":"edab9a59-140"},{"uid":"edab9a59-46"},{"uid":"edab9a59-72"},{"uid":"edab9a59-66"},{"uid":"edab9a59-108"},{"uid":"edab9a59-130"},{"uid":"edab9a59-136"},{"uid":"edab9a59-96"},{"uid":"edab9a59-112"},{"uid":"edab9a59-144"},{"uid":"edab9a59-148"},{"uid":"edab9a59-150"},{"uid":"edab9a59-94"},{"uid":"edab9a59-106"}]},"edab9a59-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"edab9a59-25"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-181"},{"uid":"edab9a59-182"}],"importedBy":[{"uid":"edab9a59-32"},{"uid":"edab9a59-120"},{"uid":"edab9a59-142"},{"uid":"edab9a59-26"},{"uid":"edab9a59-126"},{"uid":"edab9a59-138"},{"uid":"edab9a59-38"},{"uid":"edab9a59-36"},{"uid":"edab9a59-140"},{"uid":"edab9a59-72"},{"uid":"edab9a59-146"},{"uid":"edab9a59-152"},{"uid":"edab9a59-116"},{"uid":"edab9a59-122"},{"uid":"edab9a59-128"},{"uid":"edab9a59-130"},{"uid":"edab9a59-144"},{"uid":"edab9a59-148"},{"uid":"edab9a59-150"},{"uid":"edab9a59-98"},{"uid":"edab9a59-104"},{"uid":"edab9a59-40"},{"uid":"edab9a59-106"}]},"edab9a59-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"edab9a59-27"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-167"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-34"},{"uid":"edab9a59-108"},{"uid":"edab9a59-116"},{"uid":"edab9a59-82"}]},"edab9a59-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"edab9a59-29"},"imported":[{"uid":"edab9a59-161"}],"importedBy":[{"uid":"edab9a59-30"}]},"edab9a59-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"edab9a59-31"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-28"},{"uid":"edab9a59-180"}],"importedBy":[{"uid":"edab9a59-32"}]},"edab9a59-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"edab9a59-33"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-30"},{"uid":"edab9a59-162"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-46"},{"uid":"edab9a59-152"},{"uid":"edab9a59-34"},{"uid":"edab9a59-108"},{"uid":"edab9a59-110"},{"uid":"edab9a59-114"},{"uid":"edab9a59-118"},{"uid":"edab9a59-122"},{"uid":"edab9a59-128"},{"uid":"edab9a59-130"},{"uid":"edab9a59-40"},{"uid":"edab9a59-82"}]},"edab9a59-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"edab9a59-35"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-26"},{"uid":"edab9a59-32"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"edab9a59-37"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-40"}]},"edab9a59-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"edab9a59-39"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-169"},{"uid":"edab9a59-162"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-40"}]},"edab9a59-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"edab9a59-41"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-195"},{"uid":"edab9a59-196"},{"uid":"edab9a59-172"},{"uid":"edab9a59-32"},{"uid":"edab9a59-36"},{"uid":"edab9a59-38"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-76"}]},"edab9a59-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"edab9a59-43"},"imported":[],"importedBy":[{"uid":"edab9a59-76"}]},"edab9a59-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"edab9a59-45"},"imported":[],"importedBy":[{"uid":"edab9a59-46"}]},"edab9a59-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"edab9a59-47"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-172"},{"uid":"edab9a59-173"},{"uid":"edab9a59-174"},{"uid":"edab9a59-32"},{"uid":"edab9a59-44"}],"importedBy":[{"uid":"edab9a59-158"},{"uid":"edab9a59-72"}]},"edab9a59-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"edab9a59-49"},"imported":[{"uid":"edab9a59-161"}],"importedBy":[{"uid":"edab9a59-158"},{"uid":"edab9a59-50"},{"uid":"edab9a59-52"},{"uid":"edab9a59-54"},{"uid":"edab9a59-56"},{"uid":"edab9a59-58"},{"uid":"edab9a59-60"}]},"edab9a59-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"edab9a59-51"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-48"}],"importedBy":[{"uid":"edab9a59-62"}]},"edab9a59-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"edab9a59-53"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-48"}],"importedBy":[{"uid":"edab9a59-62"}]},"edab9a59-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"edab9a59-55"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-48"}],"importedBy":[{"uid":"edab9a59-62"}]},"edab9a59-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"edab9a59-57"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-48"}],"importedBy":[{"uid":"edab9a59-62"}]},"edab9a59-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"edab9a59-59"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-48"}],"importedBy":[{"uid":"edab9a59-62"}]},"edab9a59-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"edab9a59-61"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-48"}],"importedBy":[{"uid":"edab9a59-62"}]},"edab9a59-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"edab9a59-63"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-50"},{"uid":"edab9a59-52"},{"uid":"edab9a59-54"},{"uid":"edab9a59-56"},{"uid":"edab9a59-58"},{"uid":"edab9a59-60"}],"importedBy":[{"uid":"edab9a59-72"}]},"edab9a59-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"edab9a59-65"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-178"}],"importedBy":[{"uid":"edab9a59-158"},{"uid":"edab9a59-72"}]},"edab9a59-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"edab9a59-67"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-179"}],"importedBy":[{"uid":"edab9a59-158"},{"uid":"edab9a59-72"}]},"edab9a59-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"edab9a59-69"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-170"},{"uid":"edab9a59-172"}],"importedBy":[{"uid":"edab9a59-158"},{"uid":"edab9a59-72"}]},"edab9a59-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"edab9a59-71"},"imported":[],"importedBy":[{"uid":"edab9a59-72"}]},"edab9a59-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"edab9a59-73"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-175"},{"uid":"edab9a59-176"},{"uid":"edab9a59-177"},{"uid":"edab9a59-46"},{"uid":"edab9a59-62"},{"uid":"edab9a59-64"},{"uid":"edab9a59-66"},{"uid":"edab9a59-68"},{"uid":"edab9a59-70"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-158"},{"uid":"edab9a59-74"}]},"edab9a59-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"edab9a59-75"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-72"}],"importedBy":[{"uid":"edab9a59-76"}]},"edab9a59-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"edab9a59-77"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-40"},{"uid":"edab9a59-42"},{"uid":"edab9a59-74"}],"importedBy":[{"uid":"edab9a59-108"}]},"edab9a59-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"edab9a59-79"},"imported":[{"uid":"edab9a59-189"}],"importedBy":[{"uid":"edab9a59-140"},{"uid":"edab9a59-108"},{"uid":"edab9a59-84"},{"uid":"edab9a59-98"}]},"edab9a59-80":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"edab9a59-81"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-163"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-108"}]},"edab9a59-82":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"edab9a59-83"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-172"},{"uid":"edab9a59-170"},{"uid":"edab9a59-32"},{"uid":"edab9a59-26"}],"importedBy":[{"uid":"edab9a59-186"}]},"edab9a59-84":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"edab9a59-85"},"imported":[{"uid":"edab9a59-189"},{"uid":"edab9a59-190"},{"uid":"edab9a59-78"}],"importedBy":[{"uid":"edab9a59-140"},{"uid":"edab9a59-88"},{"uid":"edab9a59-98"}]},"edab9a59-86":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"edab9a59-87"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-191"}],"importedBy":[{"uid":"edab9a59-88"}]},"edab9a59-88":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"edab9a59-89"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-84"},{"uid":"edab9a59-86"}],"importedBy":[{"uid":"edab9a59-157"},{"uid":"edab9a59-140"},{"uid":"edab9a59-90"},{"uid":"edab9a59-130"},{"uid":"edab9a59-188"},{"uid":"edab9a59-98"},{"uid":"edab9a59-100"}]},"edab9a59-90":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"edab9a59-91"},"imported":[{"uid":"edab9a59-88"}],"importedBy":[{"uid":"edab9a59-157"},{"uid":"edab9a59-130"},{"uid":"edab9a59-171"}]},"edab9a59-92":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"edab9a59-93"},"imported":[],"importedBy":[{"uid":"edab9a59-171"}]},"edab9a59-94":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"edab9a59-95"},"imported":[{"uid":"edab9a59-22"}],"importedBy":[{"uid":"edab9a59-96"}]},"edab9a59-96":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"edab9a59-97"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-189"},{"uid":"edab9a59-94"}],"importedBy":[{"uid":"edab9a59-140"},{"uid":"edab9a59-136"},{"uid":"edab9a59-98"}]},"edab9a59-98":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"edab9a59-99"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-191"},{"uid":"edab9a59-88"},{"uid":"edab9a59-84"},{"uid":"edab9a59-78"},{"uid":"edab9a59-24"},{"uid":"edab9a59-96"}],"importedBy":[{"uid":"edab9a59-171"}]},"edab9a59-100":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"edab9a59-101"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-88"}],"importedBy":[{"uid":"edab9a59-171"}]},"edab9a59-102":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"edab9a59-103"},"imported":[{"uid":"edab9a59-161"}],"importedBy":[{"uid":"edab9a59-171"},{"uid":"edab9a59-104"}]},"edab9a59-104":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"edab9a59-105"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-24"},{"uid":"edab9a59-102"}],"importedBy":[{"uid":"edab9a59-171"}]},"edab9a59-106":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"edab9a59-107"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-24"},{"uid":"edab9a59-161"},{"uid":"edab9a59-171"}],"importedBy":[{"uid":"edab9a59-187"}]},"edab9a59-108":{"id":"/src/components/chat-search/SearchResults.tsx","moduleParts":{"index.js":"edab9a59-109"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-172"},{"uid":"edab9a59-32"},{"uid":"edab9a59-76"},{"uid":"edab9a59-78"},{"uid":"edab9a59-80"},{"uid":"edab9a59-186"},{"uid":"edab9a59-187"},{"uid":"edab9a59-26"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-110":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"edab9a59-111"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-170"},{"uid":"edab9a59-172"},{"uid":"edab9a59-32"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-112":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"edab9a59-113"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-172","dynamic":true}],"importedBy":[{"uid":"edab9a59-140"},{"uid":"edab9a59-114"}]},"edab9a59-114":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"edab9a59-115"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-170"},{"uid":"edab9a59-112"},{"uid":"edab9a59-32"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-116":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"edab9a59-117"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-172"},{"uid":"edab9a59-170"},{"uid":"edab9a59-26"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-118":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"edab9a59-119"},"imported":[{"uid":"edab9a59-172"},{"uid":"edab9a59-161"},{"uid":"edab9a59-32"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-120":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"edab9a59-121"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-164"},{"uid":"edab9a59-24"},{"uid":"edab9a59-165"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-122"}]},"edab9a59-122":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"edab9a59-123"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-170"},{"uid":"edab9a59-172"},{"uid":"edab9a59-32"},{"uid":"edab9a59-120"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-124":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"edab9a59-125"},"imported":[],"importedBy":[{"uid":"edab9a59-128"}]},"edab9a59-126":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"edab9a59-127"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-128"}]},"edab9a59-128":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"edab9a59-129"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-172"},{"uid":"edab9a59-170"},{"uid":"edab9a59-124"},{"uid":"edab9a59-32"},{"uid":"edab9a59-126"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-130":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"edab9a59-131"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-170"},{"uid":"edab9a59-172"},{"uid":"edab9a59-32"},{"uid":"edab9a59-90"},{"uid":"edab9a59-88"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-132":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"edab9a59-133"},"imported":[],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-134":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"edab9a59-135"},"imported":[{"uid":"edab9a59-161"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-136":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"edab9a59-137"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-96"}],"importedBy":[{"uid":"edab9a59-140"}]},"edab9a59-138":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"edab9a59-139"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-168"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"},{"uid":"edab9a59-140"}]},"edab9a59-140":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"edab9a59-141"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-170"},{"uid":"edab9a59-34"},{"uid":"edab9a59-108"},{"uid":"edab9a59-110"},{"uid":"edab9a59-114"},{"uid":"edab9a59-116"},{"uid":"edab9a59-118"},{"uid":"edab9a59-122"},{"uid":"edab9a59-128"},{"uid":"edab9a59-130"},{"uid":"edab9a59-132"},{"uid":"edab9a59-88"},{"uid":"edab9a59-171"},{"uid":"edab9a59-84"},{"uid":"edab9a59-78"},{"uid":"edab9a59-134"},{"uid":"edab9a59-24"},{"uid":"edab9a59-136"},{"uid":"edab9a59-96"},{"uid":"edab9a59-138"},{"uid":"edab9a59-112"}],"importedBy":[{"uid":"edab9a59-157"}]},"edab9a59-142":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"edab9a59-143"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-166"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-144":{"id":"/src/components/ui/select.tsx","moduleParts":{"index.js":"edab9a59-145"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-192"},{"uid":"edab9a59-172"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-146"}]},"edab9a59-146":{"id":"/src/components/select/select.tsx","moduleParts":{"index.js":"edab9a59-147"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-24"},{"uid":"edab9a59-144"}],"importedBy":[{"uid":"edab9a59-159"}]},"edab9a59-148":{"id":"/src/components/ui/calendar.tsx","moduleParts":{"index.js":"edab9a59-149"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-193"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-152"}]},"edab9a59-150":{"id":"/src/components/ui/popover.tsx","moduleParts":{"index.js":"edab9a59-151"},"imported":[{"uid":"edab9a59-22"},{"uid":"edab9a59-161"},{"uid":"edab9a59-194"},{"uid":"edab9a59-24"}],"importedBy":[{"uid":"edab9a59-152"}]},"edab9a59-152":{"id":"/src/components/date-picker/date-picker.tsx","moduleParts":{"index.js":"edab9a59-153"},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-183"},{"uid":"edab9a59-172"},{"uid":"edab9a59-24"},{"uid":"edab9a59-32"},{"uid":"edab9a59-148"},{"uid":"edab9a59-150"},{"uid":"edab9a59-184"},{"uid":"edab9a59-185"}],"importedBy":[{"uid":"edab9a59-160"}]},"edab9a59-154":{"id":"/src/index.ts","moduleParts":{"index.js":"edab9a59-155"},"imported":[{"uid":"edab9a59-156"},{"uid":"edab9a59-20"},{"uid":"edab9a59-157"},{"uid":"edab9a59-158"},{"uid":"edab9a59-32"},{"uid":"edab9a59-80"},{"uid":"edab9a59-120"},{"uid":"edab9a59-142"},{"uid":"edab9a59-26"},{"uid":"edab9a59-126"},{"uid":"edab9a59-138"},{"uid":"edab9a59-38"},{"uid":"edab9a59-36"},{"uid":"edab9a59-159"},{"uid":"edab9a59-160"}],"importedBy":[],"isEntry":true},"edab9a59-156":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-157":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"edab9a59-140"},{"uid":"edab9a59-88"},{"uid":"edab9a59-90"}],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-158":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"edab9a59-46"},{"uid":"edab9a59-72"},{"uid":"edab9a59-48"},{"uid":"edab9a59-64"},{"uid":"edab9a59-66"},{"uid":"edab9a59-68"}],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-159":{"id":"/src/components/select/index.ts","moduleParts":{},"imported":[{"uid":"edab9a59-146"}],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-160":{"id":"/src/components/date-picker/index.tsx","moduleParts":{},"imported":[{"uid":"edab9a59-152"}],"importedBy":[{"uid":"edab9a59-154"}]},"edab9a59-161":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-32"},{"uid":"edab9a59-80"},{"uid":"edab9a59-120"},{"uid":"edab9a59-142"},{"uid":"edab9a59-26"},{"uid":"edab9a59-126"},{"uid":"edab9a59-138"},{"uid":"edab9a59-38"},{"uid":"edab9a59-36"},{"uid":"edab9a59-140"},{"uid":"edab9a59-88"},{"uid":"edab9a59-46"},{"uid":"edab9a59-72"},{"uid":"edab9a59-48"},{"uid":"edab9a59-64"},{"uid":"edab9a59-66"},{"uid":"edab9a59-68"},{"uid":"edab9a59-30"},{"uid":"edab9a59-24"},{"uid":"edab9a59-146"},{"uid":"edab9a59-152"},{"uid":"edab9a59-34"},{"uid":"edab9a59-108"},{"uid":"edab9a59-110"},{"uid":"edab9a59-114"},{"uid":"edab9a59-116"},{"uid":"edab9a59-118"},{"uid":"edab9a59-122"},{"uid":"edab9a59-128"},{"uid":"edab9a59-130"},{"uid":"edab9a59-134"},{"uid":"edab9a59-136"},{"uid":"edab9a59-112"},{"uid":"edab9a59-86"},{"uid":"edab9a59-62"},{"uid":"edab9a59-28"},{"uid":"edab9a59-144"},{"uid":"edab9a59-148"},{"uid":"edab9a59-150"},{"uid":"edab9a59-76"},{"uid":"edab9a59-188"},{"uid":"edab9a59-98"},{"uid":"edab9a59-100"},{"uid":"edab9a59-102"},{"uid":"edab9a59-104"},{"uid":"edab9a59-50"},{"uid":"edab9a59-52"},{"uid":"edab9a59-54"},{"uid":"edab9a59-56"},{"uid":"edab9a59-58"},{"uid":"edab9a59-60"},{"uid":"edab9a59-40"},{"uid":"edab9a59-74"},{"uid":"edab9a59-82"},{"uid":"edab9a59-106"}],"isExternal":true},"edab9a59-162":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-32"},{"uid":"edab9a59-38"}],"isExternal":true},"edab9a59-163":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-80"}],"isExternal":true},"edab9a59-164":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-120"}],"isExternal":true},"edab9a59-165":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-120"}],"isExternal":true},"edab9a59-166":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-142"}],"isExternal":true},"edab9a59-167":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-26"}],"isExternal":true},"edab9a59-168":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-138"}],"isExternal":true},"edab9a59-169":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-38"}],"isExternal":true},"edab9a59-170":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-140"},{"uid":"edab9a59-68"},{"uid":"edab9a59-110"},{"uid":"edab9a59-114"},{"uid":"edab9a59-116"},{"uid":"edab9a59-122"},{"uid":"edab9a59-128"},{"uid":"edab9a59-130"},{"uid":"edab9a59-82"}],"isExternal":true},"edab9a59-171":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"edab9a59-90"},{"uid":"edab9a59-92"},{"uid":"edab9a59-188"},{"uid":"edab9a59-98"},{"uid":"edab9a59-100"},{"uid":"edab9a59-102"},{"uid":"edab9a59-104"}],"importedBy":[{"uid":"edab9a59-140"},{"uid":"edab9a59-106"}]},"edab9a59-172":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-46"},{"uid":"edab9a59-68"},{"uid":"edab9a59-152"},{"uid":"edab9a59-108"},{"uid":"edab9a59-110"},{"uid":"edab9a59-116"},{"uid":"edab9a59-118"},{"uid":"edab9a59-122"},{"uid":"edab9a59-128"},{"uid":"edab9a59-130"},{"uid":"edab9a59-112"},{"uid":"edab9a59-144"},{"uid":"edab9a59-40"},{"uid":"edab9a59-82"}],"isExternal":true},"edab9a59-173":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-46"}],"isExternal":true},"edab9a59-174":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-46"}],"isExternal":true},"edab9a59-175":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-72"}],"isExternal":true},"edab9a59-176":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-72"}],"isExternal":true},"edab9a59-177":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-72"}],"isExternal":true},"edab9a59-178":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-64"}],"isExternal":true},"edab9a59-179":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-66"}],"isExternal":true},"edab9a59-180":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-30"}],"isExternal":true},"edab9a59-181":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-24"}],"isExternal":true},"edab9a59-182":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-24"}],"isExternal":true},"edab9a59-183":{"id":"date-fns","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-152"}],"isExternal":true},"edab9a59-184":{"id":"react-day-picker/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-152"}],"isExternal":true},"edab9a59-185":{"id":"/src/components/ui/calendar.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-152"}]},"edab9a59-186":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"edab9a59-82"}],"importedBy":[{"uid":"edab9a59-108"}]},"edab9a59-187":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"edab9a59-106"}],"importedBy":[{"uid":"edab9a59-108"}]},"edab9a59-188":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"edab9a59-161"},{"uid":"edab9a59-88"}],"importedBy":[{"uid":"edab9a59-171"}]},"edab9a59-189":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-84"},{"uid":"edab9a59-78"},{"uid":"edab9a59-96"}],"isExternal":true},"edab9a59-190":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-84"}],"isExternal":true},"edab9a59-191":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-86"},{"uid":"edab9a59-98"}],"isExternal":true},"edab9a59-192":{"id":"@radix-ui/react-select","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-144"}],"isExternal":true},"edab9a59-193":{"id":"react-day-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-148"}],"isExternal":true},"edab9a59-194":{"id":"@radix-ui/react-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-150"}],"isExternal":true},"edab9a59-195":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-40"}],"isExternal":true},"edab9a59-196":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"edab9a59-40"}],"isExternal":true}},"env":{"rollup":"4.3.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4932
|
+
const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.js","children":[{"name":"src","children":[{"name":"colors","children":[{"uid":"931c5147-1","name":"customColor.ts"},{"uid":"931c5147-3","name":"dark.ts"},{"uid":"931c5147-5","name":"primary.ts"},{"uid":"931c5147-7","name":"orange.ts"},{"uid":"931c5147-9","name":"yellow.ts"},{"uid":"931c5147-11","name":"green.ts"},{"uid":"931c5147-13","name":"blue.ts"},{"uid":"931c5147-15","name":"purple.ts"},{"uid":"931c5147-17","name":"pink.ts"},{"uid":"931c5147-19","name":"red.ts"},{"uid":"931c5147-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"931c5147-25","name":"utils.ts"},{"uid":"931c5147-95","name":"fetchClient.ts"},{"uid":"931c5147-97","name":"api.ts"},{"uid":"931c5147-135","name":"feature-flags.tsx"},{"uid":"931c5147-137","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"931c5147-27","name":"tooltip.tsx"},{"uid":"931c5147-33","name":"button.tsx"},{"uid":"931c5147-37","name":"input.tsx"},{"uid":"931c5147-39","name":"label.tsx"},{"uid":"931c5147-81","name":"collapsible.tsx"},{"uid":"931c5147-113","name":"icon.tsx"},{"uid":"931c5147-121","name":"dropdown-menu.tsx"},{"uid":"931c5147-127","name":"textarea.tsx"},{"uid":"931c5147-139","name":"scroll-area.tsx"},{"uid":"931c5147-143","name":"switch.tsx"},{"uid":"931c5147-145","name":"select.tsx"},{"uid":"931c5147-149","name":"calendar.tsx"},{"uid":"931c5147-151","name":"popover.tsx"}]},{"name":"chat-search","children":[{"uid":"931c5147-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"931c5147-41","name":"ActionInputForm.tsx"},{"uid":"931c5147-43","name":"ActionButtons.tsx"},{"uid":"931c5147-75","name":"MarkdownText.tsx"},{"uid":"931c5147-79","name":"utils.ts"}]},{"uid":"931c5147-77","name":"AnswerBlock.tsx"},{"name":"hooks","children":[{"uid":"931c5147-85","name":"useAnswerList.ts"},{"uid":"931c5147-87","name":"useConversationId.ts"},{"uid":"931c5147-91","name":"useIsChatSearchDirty.ts"},{"uid":"931c5147-93","name":"useScrollManager.ts"},{"uid":"931c5147-99","name":"useConversationLoader.ts"},{"uid":"931c5147-101","name":"useSubscriptionManager.ts"},{"uid":"931c5147-103","name":"useDarkMode.ts"},{"uid":"931c5147-105","name":"useAccessibleColor.ts"}]},{"uid":"931c5147-89","name":"ChatSearchContext.tsx"},{"uid":"931c5147-109","name":"SearchResults.tsx"},{"uid":"931c5147-111","name":"FollowUpQuestions.tsx"},{"uid":"931c5147-115","name":"NextBestActions.tsx"},{"uid":"931c5147-117","name":"TimelineNavigation.tsx"},{"uid":"931c5147-119","name":"ScrollToBottomArrow.tsx"},{"uid":"931c5147-123","name":"PrimarySearch.tsx"},{"uid":"931c5147-125","name":"FollowUpSearchBar.module.css"},{"uid":"931c5147-129","name":"FollowUpSearchBar.tsx"},{"uid":"931c5147-131","name":"Header.tsx"},{"uid":"931c5147-133","name":"text-config.ts"},{"uid":"931c5147-141","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"931c5147-45","name":"codeblock.ts"},{"uid":"931c5147-71","name":"stripNewLines.ts"}]},{"uid":"931c5147-47","name":"CodeBlock.tsx"},{"uid":"931c5147-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"931c5147-51","name":"Loom.tsx"},{"uid":"931c5147-53","name":"Supademo.tsx"},{"uid":"931c5147-55","name":"Typeform.tsx"},{"uid":"931c5147-57","name":"Vimeo.tsx"},{"uid":"931c5147-59","name":"Wistia.tsx"},{"uid":"931c5147-61","name":"Youtube.tsx"},{"uid":"931c5147-63","name":"index.tsx"}]},{"uid":"931c5147-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"931c5147-67","name":"MermaidDiagram.tsx"},{"uid":"931c5147-69","name":"ZoomableImage.tsx"},{"uid":"931c5147-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"931c5147-83"},{"name":"generating-star/generating-star.tsx","uid":"931c5147-107"},{"name":"select/simpleSelect.tsx","uid":"931c5147-147"},{"name":"date-picker/date-picker.tsx","uid":"931c5147-153"}]},{"uid":"931c5147-155","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"931c5147-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"931c5147-29"},{"name":"react-slot/dist/index.mjs","uid":"931c5147-31"}]}]}]}],"isRoot":true},"nodeParts":{"931c5147-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-0"},"931c5147-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-2"},"931c5147-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-4"},"931c5147-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-6"},"931c5147-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-8"},"931c5147-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-10"},"931c5147-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-12"},"931c5147-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-14"},"931c5147-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-16"},"931c5147-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-18"},"931c5147-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-20"},"931c5147-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-22"},"931c5147-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-24"},"931c5147-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-26"},"931c5147-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-28"},"931c5147-31":{"renderedLength":3014,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-30"},"931c5147-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-32"},"931c5147-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-34"},"931c5147-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-36"},"931c5147-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-38"},"931c5147-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-40"},"931c5147-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-42"},"931c5147-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-44"},"931c5147-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-46"},"931c5147-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-48"},"931c5147-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-50"},"931c5147-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-52"},"931c5147-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-54"},"931c5147-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-56"},"931c5147-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-58"},"931c5147-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-60"},"931c5147-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-62"},"931c5147-65":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-64"},"931c5147-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-66"},"931c5147-69":{"renderedLength":4088,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-68"},"931c5147-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-70"},"931c5147-73":{"renderedLength":8796,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-72"},"931c5147-75":{"renderedLength":1021,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-74"},"931c5147-77":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-76"},"931c5147-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-78"},"931c5147-81":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-80"},"931c5147-83":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-82"},"931c5147-85":{"renderedLength":8610,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-84"},"931c5147-87":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-86"},"931c5147-89":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-88"},"931c5147-91":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-90"},"931c5147-93":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-92"},"931c5147-95":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-94"},"931c5147-97":{"renderedLength":3860,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-96"},"931c5147-99":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-98"},"931c5147-101":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-100"},"931c5147-103":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-102"},"931c5147-105":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-104"},"931c5147-107":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-106"},"931c5147-109":{"renderedLength":6454,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-108"},"931c5147-111":{"renderedLength":1207,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-110"},"931c5147-113":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-112"},"931c5147-115":{"renderedLength":3759,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-114"},"931c5147-117":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-116"},"931c5147-119":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-118"},"931c5147-121":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-120"},"931c5147-123":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-122"},"931c5147-125":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-124"},"931c5147-127":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-126"},"931c5147-129":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-128"},"931c5147-131":{"renderedLength":2164,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-130"},"931c5147-133":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-132"},"931c5147-135":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-134"},"931c5147-137":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-136"},"931c5147-139":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-138"},"931c5147-141":{"renderedLength":27643,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-140"},"931c5147-143":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-142"},"931c5147-145":{"renderedLength":3678,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-144"},"931c5147-147":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-146"},"931c5147-149":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-148"},"931c5147-151":{"renderedLength":983,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-150"},"931c5147-153":{"renderedLength":711,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-152"},"931c5147-155":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"931c5147-154"}},"nodeMetas":{"931c5147-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"931c5147-1"},"imported":[],"importedBy":[{"uid":"931c5147-20"},{"uid":"931c5147-4"}]},"931c5147-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"931c5147-3"},"imported":[],"importedBy":[{"uid":"931c5147-20"},{"uid":"931c5147-4"}]},"931c5147-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"931c5147-5"},"imported":[{"uid":"931c5147-0"},{"uid":"931c5147-2"}],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"931c5147-7"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"931c5147-9"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"931c5147-11"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"931c5147-13"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"931c5147-15"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"931c5147-17"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"931c5147-19"},"imported":[],"importedBy":[{"uid":"931c5147-20"}]},"931c5147-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"931c5147-21"},"imported":[{"uid":"931c5147-4"},{"uid":"931c5147-2"},{"uid":"931c5147-6"},{"uid":"931c5147-8"},{"uid":"931c5147-10"},{"uid":"931c5147-12"},{"uid":"931c5147-14"},{"uid":"931c5147-16"},{"uid":"931c5147-18"},{"uid":"931c5147-0"}],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"931c5147-23"},"imported":[],"importedBy":[{"uid":"931c5147-32"},{"uid":"931c5147-80"},{"uid":"931c5147-120"},{"uid":"931c5147-142"},{"uid":"931c5147-26"},{"uid":"931c5147-126"},{"uid":"931c5147-138"},{"uid":"931c5147-38"},{"uid":"931c5147-36"},{"uid":"931c5147-140"},{"uid":"931c5147-46"},{"uid":"931c5147-72"},{"uid":"931c5147-66"},{"uid":"931c5147-108"},{"uid":"931c5147-130"},{"uid":"931c5147-136"},{"uid":"931c5147-96"},{"uid":"931c5147-112"},{"uid":"931c5147-144"},{"uid":"931c5147-148"},{"uid":"931c5147-150"},{"uid":"931c5147-94"},{"uid":"931c5147-106"}]},"931c5147-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"931c5147-25"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-181"},{"uid":"931c5147-182"}],"importedBy":[{"uid":"931c5147-32"},{"uid":"931c5147-120"},{"uid":"931c5147-142"},{"uid":"931c5147-26"},{"uid":"931c5147-126"},{"uid":"931c5147-138"},{"uid":"931c5147-38"},{"uid":"931c5147-36"},{"uid":"931c5147-140"},{"uid":"931c5147-72"},{"uid":"931c5147-146"},{"uid":"931c5147-152"},{"uid":"931c5147-116"},{"uid":"931c5147-122"},{"uid":"931c5147-128"},{"uid":"931c5147-130"},{"uid":"931c5147-144"},{"uid":"931c5147-148"},{"uid":"931c5147-150"},{"uid":"931c5147-98"},{"uid":"931c5147-104"},{"uid":"931c5147-40"},{"uid":"931c5147-106"}]},"931c5147-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"931c5147-27"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-167"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-34"},{"uid":"931c5147-108"},{"uid":"931c5147-116"},{"uid":"931c5147-82"}]},"931c5147-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"931c5147-29"},"imported":[{"uid":"931c5147-161"}],"importedBy":[{"uid":"931c5147-30"}]},"931c5147-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"931c5147-31"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-28"},{"uid":"931c5147-180"}],"importedBy":[{"uid":"931c5147-32"}]},"931c5147-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"931c5147-33"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-30"},{"uid":"931c5147-162"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-46"},{"uid":"931c5147-152"},{"uid":"931c5147-34"},{"uid":"931c5147-108"},{"uid":"931c5147-110"},{"uid":"931c5147-114"},{"uid":"931c5147-118"},{"uid":"931c5147-122"},{"uid":"931c5147-128"},{"uid":"931c5147-130"},{"uid":"931c5147-40"},{"uid":"931c5147-82"}]},"931c5147-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"931c5147-35"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-26"},{"uid":"931c5147-32"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"931c5147-37"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-40"}]},"931c5147-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"931c5147-39"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-169"},{"uid":"931c5147-162"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-40"}]},"931c5147-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"931c5147-41"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-195"},{"uid":"931c5147-196"},{"uid":"931c5147-172"},{"uid":"931c5147-32"},{"uid":"931c5147-36"},{"uid":"931c5147-38"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-76"}]},"931c5147-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"931c5147-43"},"imported":[],"importedBy":[{"uid":"931c5147-76"}]},"931c5147-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"931c5147-45"},"imported":[],"importedBy":[{"uid":"931c5147-46"}]},"931c5147-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"931c5147-47"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-172"},{"uid":"931c5147-173"},{"uid":"931c5147-174"},{"uid":"931c5147-32"},{"uid":"931c5147-44"}],"importedBy":[{"uid":"931c5147-158"},{"uid":"931c5147-72"}]},"931c5147-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"931c5147-49"},"imported":[{"uid":"931c5147-161"}],"importedBy":[{"uid":"931c5147-158"},{"uid":"931c5147-50"},{"uid":"931c5147-52"},{"uid":"931c5147-54"},{"uid":"931c5147-56"},{"uid":"931c5147-58"},{"uid":"931c5147-60"}]},"931c5147-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"931c5147-51"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-48"}],"importedBy":[{"uid":"931c5147-62"}]},"931c5147-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"931c5147-53"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-48"}],"importedBy":[{"uid":"931c5147-62"}]},"931c5147-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"931c5147-55"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-48"}],"importedBy":[{"uid":"931c5147-62"}]},"931c5147-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"931c5147-57"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-48"}],"importedBy":[{"uid":"931c5147-62"}]},"931c5147-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"931c5147-59"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-48"}],"importedBy":[{"uid":"931c5147-62"}]},"931c5147-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"931c5147-61"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-48"}],"importedBy":[{"uid":"931c5147-62"}]},"931c5147-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"931c5147-63"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-50"},{"uid":"931c5147-52"},{"uid":"931c5147-54"},{"uid":"931c5147-56"},{"uid":"931c5147-58"},{"uid":"931c5147-60"}],"importedBy":[{"uid":"931c5147-72"}]},"931c5147-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"931c5147-65"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-178"}],"importedBy":[{"uid":"931c5147-158"},{"uid":"931c5147-72"}]},"931c5147-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"931c5147-67"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-179"}],"importedBy":[{"uid":"931c5147-158"},{"uid":"931c5147-72"}]},"931c5147-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"931c5147-69"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-170"},{"uid":"931c5147-172"}],"importedBy":[{"uid":"931c5147-158"},{"uid":"931c5147-72"}]},"931c5147-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"931c5147-71"},"imported":[],"importedBy":[{"uid":"931c5147-72"}]},"931c5147-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"931c5147-73"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-175"},{"uid":"931c5147-176"},{"uid":"931c5147-177"},{"uid":"931c5147-46"},{"uid":"931c5147-62"},{"uid":"931c5147-64"},{"uid":"931c5147-66"},{"uid":"931c5147-68"},{"uid":"931c5147-70"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-158"},{"uid":"931c5147-74"}]},"931c5147-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"931c5147-75"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-72"}],"importedBy":[{"uid":"931c5147-76"}]},"931c5147-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"931c5147-77"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-40"},{"uid":"931c5147-42"},{"uid":"931c5147-74"}],"importedBy":[{"uid":"931c5147-108"}]},"931c5147-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"931c5147-79"},"imported":[{"uid":"931c5147-189"}],"importedBy":[{"uid":"931c5147-140"},{"uid":"931c5147-108"},{"uid":"931c5147-84"},{"uid":"931c5147-98"}]},"931c5147-80":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"931c5147-81"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-163"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-108"}]},"931c5147-82":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"931c5147-83"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-172"},{"uid":"931c5147-170"},{"uid":"931c5147-32"},{"uid":"931c5147-26"}],"importedBy":[{"uid":"931c5147-186"}]},"931c5147-84":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"931c5147-85"},"imported":[{"uid":"931c5147-189"},{"uid":"931c5147-190"},{"uid":"931c5147-78"}],"importedBy":[{"uid":"931c5147-140"},{"uid":"931c5147-88"},{"uid":"931c5147-98"}]},"931c5147-86":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"931c5147-87"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-191"}],"importedBy":[{"uid":"931c5147-88"}]},"931c5147-88":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"931c5147-89"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-84"},{"uid":"931c5147-86"}],"importedBy":[{"uid":"931c5147-157"},{"uid":"931c5147-140"},{"uid":"931c5147-90"},{"uid":"931c5147-130"},{"uid":"931c5147-188"},{"uid":"931c5147-98"},{"uid":"931c5147-100"}]},"931c5147-90":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"931c5147-91"},"imported":[{"uid":"931c5147-88"}],"importedBy":[{"uid":"931c5147-157"},{"uid":"931c5147-130"},{"uid":"931c5147-171"}]},"931c5147-92":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"931c5147-93"},"imported":[],"importedBy":[{"uid":"931c5147-171"}]},"931c5147-94":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"931c5147-95"},"imported":[{"uid":"931c5147-22"}],"importedBy":[{"uid":"931c5147-96"}]},"931c5147-96":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"931c5147-97"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-189"},{"uid":"931c5147-94"}],"importedBy":[{"uid":"931c5147-140"},{"uid":"931c5147-136"},{"uid":"931c5147-98"}]},"931c5147-98":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"931c5147-99"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-191"},{"uid":"931c5147-88"},{"uid":"931c5147-84"},{"uid":"931c5147-78"},{"uid":"931c5147-24"},{"uid":"931c5147-96"}],"importedBy":[{"uid":"931c5147-171"}]},"931c5147-100":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"931c5147-101"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-88"}],"importedBy":[{"uid":"931c5147-171"}]},"931c5147-102":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"931c5147-103"},"imported":[{"uid":"931c5147-161"}],"importedBy":[{"uid":"931c5147-171"},{"uid":"931c5147-104"}]},"931c5147-104":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"931c5147-105"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-24"},{"uid":"931c5147-102"}],"importedBy":[{"uid":"931c5147-171"}]},"931c5147-106":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"931c5147-107"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-24"},{"uid":"931c5147-161"},{"uid":"931c5147-171"}],"importedBy":[{"uid":"931c5147-187"}]},"931c5147-108":{"id":"/src/components/chat-search/SearchResults.tsx","moduleParts":{"index.js":"931c5147-109"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-172"},{"uid":"931c5147-32"},{"uid":"931c5147-76"},{"uid":"931c5147-78"},{"uid":"931c5147-80"},{"uid":"931c5147-186"},{"uid":"931c5147-187"},{"uid":"931c5147-26"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-110":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"931c5147-111"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-170"},{"uid":"931c5147-172"},{"uid":"931c5147-32"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-112":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"931c5147-113"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-172","dynamic":true}],"importedBy":[{"uid":"931c5147-140"},{"uid":"931c5147-114"}]},"931c5147-114":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"931c5147-115"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-170"},{"uid":"931c5147-112"},{"uid":"931c5147-32"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-116":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"931c5147-117"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-172"},{"uid":"931c5147-170"},{"uid":"931c5147-26"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-118":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"931c5147-119"},"imported":[{"uid":"931c5147-172"},{"uid":"931c5147-161"},{"uid":"931c5147-32"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-120":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"931c5147-121"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-164"},{"uid":"931c5147-24"},{"uid":"931c5147-165"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-122"}]},"931c5147-122":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"931c5147-123"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-170"},{"uid":"931c5147-172"},{"uid":"931c5147-32"},{"uid":"931c5147-120"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-124":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"931c5147-125"},"imported":[],"importedBy":[{"uid":"931c5147-128"}]},"931c5147-126":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"931c5147-127"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-128"}]},"931c5147-128":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"931c5147-129"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-172"},{"uid":"931c5147-170"},{"uid":"931c5147-124"},{"uid":"931c5147-32"},{"uid":"931c5147-126"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-130":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"931c5147-131"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-170"},{"uid":"931c5147-172"},{"uid":"931c5147-32"},{"uid":"931c5147-90"},{"uid":"931c5147-88"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-132":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"931c5147-133"},"imported":[],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-134":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"931c5147-135"},"imported":[{"uid":"931c5147-161"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-136":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"931c5147-137"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-96"}],"importedBy":[{"uid":"931c5147-140"}]},"931c5147-138":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"931c5147-139"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-168"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"},{"uid":"931c5147-140"}]},"931c5147-140":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"931c5147-141"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-170"},{"uid":"931c5147-34"},{"uid":"931c5147-108"},{"uid":"931c5147-110"},{"uid":"931c5147-114"},{"uid":"931c5147-116"},{"uid":"931c5147-118"},{"uid":"931c5147-122"},{"uid":"931c5147-128"},{"uid":"931c5147-130"},{"uid":"931c5147-132"},{"uid":"931c5147-88"},{"uid":"931c5147-171"},{"uid":"931c5147-84"},{"uid":"931c5147-78"},{"uid":"931c5147-134"},{"uid":"931c5147-24"},{"uid":"931c5147-136"},{"uid":"931c5147-96"},{"uid":"931c5147-138"},{"uid":"931c5147-112"}],"importedBy":[{"uid":"931c5147-157"}]},"931c5147-142":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"931c5147-143"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-166"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-144":{"id":"/src/components/ui/select.tsx","moduleParts":{"index.js":"931c5147-145"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-192"},{"uid":"931c5147-172"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-146"}]},"931c5147-146":{"id":"/src/components/select/simpleSelect.tsx","moduleParts":{"index.js":"931c5147-147"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-24"},{"uid":"931c5147-144"}],"importedBy":[{"uid":"931c5147-159"}]},"931c5147-148":{"id":"/src/components/ui/calendar.tsx","moduleParts":{"index.js":"931c5147-149"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-193"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-152"}]},"931c5147-150":{"id":"/src/components/ui/popover.tsx","moduleParts":{"index.js":"931c5147-151"},"imported":[{"uid":"931c5147-22"},{"uid":"931c5147-161"},{"uid":"931c5147-194"},{"uid":"931c5147-24"}],"importedBy":[{"uid":"931c5147-152"}]},"931c5147-152":{"id":"/src/components/date-picker/date-picker.tsx","moduleParts":{"index.js":"931c5147-153"},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-183"},{"uid":"931c5147-172"},{"uid":"931c5147-24"},{"uid":"931c5147-32"},{"uid":"931c5147-148"},{"uid":"931c5147-150"},{"uid":"931c5147-184"},{"uid":"931c5147-185"}],"importedBy":[{"uid":"931c5147-160"}]},"931c5147-154":{"id":"/src/index.ts","moduleParts":{"index.js":"931c5147-155"},"imported":[{"uid":"931c5147-156"},{"uid":"931c5147-20"},{"uid":"931c5147-157"},{"uid":"931c5147-158"},{"uid":"931c5147-32"},{"uid":"931c5147-80"},{"uid":"931c5147-120"},{"uid":"931c5147-142"},{"uid":"931c5147-26"},{"uid":"931c5147-126"},{"uid":"931c5147-138"},{"uid":"931c5147-38"},{"uid":"931c5147-36"},{"uid":"931c5147-159"},{"uid":"931c5147-160"}],"importedBy":[],"isEntry":true},"931c5147-156":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-157":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"931c5147-140"},{"uid":"931c5147-88"},{"uid":"931c5147-90"}],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-158":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"931c5147-46"},{"uid":"931c5147-72"},{"uid":"931c5147-48"},{"uid":"931c5147-64"},{"uid":"931c5147-66"},{"uid":"931c5147-68"}],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-159":{"id":"/src/components/select/index.ts","moduleParts":{},"imported":[{"uid":"931c5147-146"}],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-160":{"id":"/src/components/date-picker/index.tsx","moduleParts":{},"imported":[{"uid":"931c5147-152"}],"importedBy":[{"uid":"931c5147-154"}]},"931c5147-161":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-32"},{"uid":"931c5147-80"},{"uid":"931c5147-120"},{"uid":"931c5147-142"},{"uid":"931c5147-26"},{"uid":"931c5147-126"},{"uid":"931c5147-138"},{"uid":"931c5147-38"},{"uid":"931c5147-36"},{"uid":"931c5147-140"},{"uid":"931c5147-88"},{"uid":"931c5147-46"},{"uid":"931c5147-72"},{"uid":"931c5147-48"},{"uid":"931c5147-64"},{"uid":"931c5147-66"},{"uid":"931c5147-68"},{"uid":"931c5147-30"},{"uid":"931c5147-24"},{"uid":"931c5147-146"},{"uid":"931c5147-152"},{"uid":"931c5147-34"},{"uid":"931c5147-108"},{"uid":"931c5147-110"},{"uid":"931c5147-114"},{"uid":"931c5147-116"},{"uid":"931c5147-118"},{"uid":"931c5147-122"},{"uid":"931c5147-128"},{"uid":"931c5147-130"},{"uid":"931c5147-134"},{"uid":"931c5147-136"},{"uid":"931c5147-112"},{"uid":"931c5147-86"},{"uid":"931c5147-62"},{"uid":"931c5147-28"},{"uid":"931c5147-144"},{"uid":"931c5147-148"},{"uid":"931c5147-150"},{"uid":"931c5147-76"},{"uid":"931c5147-188"},{"uid":"931c5147-98"},{"uid":"931c5147-100"},{"uid":"931c5147-102"},{"uid":"931c5147-104"},{"uid":"931c5147-50"},{"uid":"931c5147-52"},{"uid":"931c5147-54"},{"uid":"931c5147-56"},{"uid":"931c5147-58"},{"uid":"931c5147-60"},{"uid":"931c5147-40"},{"uid":"931c5147-74"},{"uid":"931c5147-82"},{"uid":"931c5147-106"}],"isExternal":true},"931c5147-162":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-32"},{"uid":"931c5147-38"}],"isExternal":true},"931c5147-163":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-80"}],"isExternal":true},"931c5147-164":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-120"}],"isExternal":true},"931c5147-165":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-120"}],"isExternal":true},"931c5147-166":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-142"}],"isExternal":true},"931c5147-167":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-26"}],"isExternal":true},"931c5147-168":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-138"}],"isExternal":true},"931c5147-169":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-38"}],"isExternal":true},"931c5147-170":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-140"},{"uid":"931c5147-68"},{"uid":"931c5147-110"},{"uid":"931c5147-114"},{"uid":"931c5147-116"},{"uid":"931c5147-122"},{"uid":"931c5147-128"},{"uid":"931c5147-130"},{"uid":"931c5147-82"}],"isExternal":true},"931c5147-171":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"931c5147-90"},{"uid":"931c5147-92"},{"uid":"931c5147-188"},{"uid":"931c5147-98"},{"uid":"931c5147-100"},{"uid":"931c5147-102"},{"uid":"931c5147-104"}],"importedBy":[{"uid":"931c5147-140"},{"uid":"931c5147-106"}]},"931c5147-172":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-46"},{"uid":"931c5147-68"},{"uid":"931c5147-152"},{"uid":"931c5147-108"},{"uid":"931c5147-110"},{"uid":"931c5147-116"},{"uid":"931c5147-118"},{"uid":"931c5147-122"},{"uid":"931c5147-128"},{"uid":"931c5147-130"},{"uid":"931c5147-112"},{"uid":"931c5147-144"},{"uid":"931c5147-40"},{"uid":"931c5147-82"}],"isExternal":true},"931c5147-173":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-46"}],"isExternal":true},"931c5147-174":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-46"}],"isExternal":true},"931c5147-175":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-72"}],"isExternal":true},"931c5147-176":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-72"}],"isExternal":true},"931c5147-177":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-72"}],"isExternal":true},"931c5147-178":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-64"}],"isExternal":true},"931c5147-179":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-66"}],"isExternal":true},"931c5147-180":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-30"}],"isExternal":true},"931c5147-181":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-24"}],"isExternal":true},"931c5147-182":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-24"}],"isExternal":true},"931c5147-183":{"id":"date-fns","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-152"}],"isExternal":true},"931c5147-184":{"id":"react-day-picker/style.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-152"}],"isExternal":true},"931c5147-185":{"id":"/src/components/ui/calendar.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-152"}]},"931c5147-186":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"931c5147-82"}],"importedBy":[{"uid":"931c5147-108"}]},"931c5147-187":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"931c5147-106"}],"importedBy":[{"uid":"931c5147-108"}]},"931c5147-188":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"931c5147-161"},{"uid":"931c5147-88"}],"importedBy":[{"uid":"931c5147-171"}]},"931c5147-189":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-84"},{"uid":"931c5147-78"},{"uid":"931c5147-96"}],"isExternal":true},"931c5147-190":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-84"}],"isExternal":true},"931c5147-191":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-86"},{"uid":"931c5147-98"}],"isExternal":true},"931c5147-192":{"id":"@radix-ui/react-select","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-144"}],"isExternal":true},"931c5147-193":{"id":"react-day-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-148"}],"isExternal":true},"931c5147-194":{"id":"@radix-ui/react-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-150"}],"isExternal":true},"931c5147-195":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-40"}],"isExternal":true},"931c5147-196":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"931c5147-40"}],"isExternal":true}},"env":{"rollup":"4.3.0"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
|
|
4933
4933
|
|
|
4934
4934
|
const run = () => {
|
|
4935
4935
|
const width = window.innerWidth;
|