@brainfish-ai/components 0.3.6 → 0.3.8
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 +10 -0
- package/package.json +2 -1
- package/stats.html +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -161,6 +161,14 @@ interface TextConfig {
|
|
|
161
161
|
uncertaintyFallbackText?: Record<string, string>;
|
|
162
162
|
}
|
|
163
163
|
type FeedbackResponse = 'accept' | 'reject';
|
|
164
|
+
/**
|
|
165
|
+
* Defines a URL redirect rule with pattern matching
|
|
166
|
+
* @example { source: '/knowledge/:id/:path', destination: '/knowledge/test/:path' }
|
|
167
|
+
*/
|
|
168
|
+
type RedirectRule = {
|
|
169
|
+
source: string;
|
|
170
|
+
destination: string;
|
|
171
|
+
};
|
|
164
172
|
type MarkdownTextBlock = {
|
|
165
173
|
id: string;
|
|
166
174
|
type: 'markdown-text';
|
|
@@ -252,6 +260,7 @@ interface ChatSearchProps {
|
|
|
252
260
|
answer: string;
|
|
253
261
|
}) => void;
|
|
254
262
|
userData?: Record<string, unknown> | null;
|
|
263
|
+
redirectRules?: RedirectRule[];
|
|
255
264
|
}
|
|
256
265
|
interface ChatSearchState {
|
|
257
266
|
showResults: boolean;
|
|
@@ -447,6 +456,7 @@ type Message = {
|
|
|
447
456
|
interface Props {
|
|
448
457
|
message: Message;
|
|
449
458
|
isStreaming?: boolean;
|
|
459
|
+
redirectRules?: RedirectRule[];
|
|
450
460
|
}
|
|
451
461
|
declare const FormattedMessage: FC<Props>;
|
|
452
462
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainfish-ai/components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"description": "Brainfish Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -130,6 +130,7 @@
|
|
|
130
130
|
"framer-motion": "^11.15.0",
|
|
131
131
|
"immer": "^10.1.1",
|
|
132
132
|
"mermaid": "^11.4.0",
|
|
133
|
+
"path-to-regexp": "^8.2.0",
|
|
133
134
|
"react-hook-form": "^7.54.2",
|
|
134
135
|
"react-markdown": "^9.0.3",
|
|
135
136
|
"react-syntax-highlighter": "^15.6.1",
|
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":"dd9da375-1","name":"customColor.ts"},{"uid":"dd9da375-3","name":"dark.ts"},{"uid":"dd9da375-5","name":"primary.ts"},{"uid":"dd9da375-7","name":"orange.ts"},{"uid":"dd9da375-9","name":"yellow.ts"},{"uid":"dd9da375-11","name":"green.ts"},{"uid":"dd9da375-13","name":"blue.ts"},{"uid":"dd9da375-15","name":"purple.ts"},{"uid":"dd9da375-17","name":"pink.ts"},{"uid":"dd9da375-19","name":"red.ts"},{"uid":"dd9da375-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"dd9da375-25","name":"utils.ts"},{"uid":"dd9da375-95","name":"fetchClient.ts"},{"uid":"dd9da375-97","name":"api.ts"},{"uid":"dd9da375-135","name":"feature-flags.tsx"},{"uid":"dd9da375-137","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"dd9da375-27","name":"tooltip.tsx"},{"uid":"dd9da375-33","name":"button.tsx"},{"uid":"dd9da375-37","name":"input.tsx"},{"uid":"dd9da375-39","name":"label.tsx"},{"uid":"dd9da375-81","name":"collapsible.tsx"},{"uid":"dd9da375-113","name":"icon.tsx"},{"uid":"dd9da375-121","name":"dropdown-menu.tsx"},{"uid":"dd9da375-127","name":"textarea.tsx"},{"uid":"dd9da375-139","name":"scroll-area.tsx"},{"uid":"dd9da375-143","name":"switch.tsx"}]},{"name":"chat-search","children":[{"uid":"dd9da375-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"dd9da375-41","name":"ActionInputForm.tsx"},{"uid":"dd9da375-43","name":"ActionButtons.tsx"},{"uid":"dd9da375-75","name":"MarkdownText.tsx"},{"uid":"dd9da375-79","name":"utils.ts"}]},{"uid":"dd9da375-77","name":"AnswerBlock.tsx"},{"name":"hooks","children":[{"uid":"dd9da375-85","name":"useAnswerList.ts"},{"uid":"dd9da375-87","name":"useConversationId.ts"},{"uid":"dd9da375-91","name":"useIsChatSearchDirty.ts"},{"uid":"dd9da375-93","name":"useScrollManager.ts"},{"uid":"dd9da375-99","name":"useConversationLoader.ts"},{"uid":"dd9da375-101","name":"useSubscriptionManager.ts"},{"uid":"dd9da375-103","name":"useDarkMode.ts"},{"uid":"dd9da375-105","name":"useAccessibleColor.ts"}]},{"uid":"dd9da375-89","name":"ChatSearchContext.tsx"},{"uid":"dd9da375-109","name":"SearchResults.tsx"},{"uid":"dd9da375-111","name":"FollowUpQuestions.tsx"},{"uid":"dd9da375-115","name":"NextBestActions.tsx"},{"uid":"dd9da375-117","name":"TimelineNavigation.tsx"},{"uid":"dd9da375-119","name":"ScrollToBottomArrow.tsx"},{"uid":"dd9da375-123","name":"PrimarySearch.tsx"},{"uid":"dd9da375-125","name":"FollowUpSearchBar.module.css"},{"uid":"dd9da375-129","name":"FollowUpSearchBar.tsx"},{"uid":"dd9da375-131","name":"Header.tsx"},{"uid":"dd9da375-133","name":"text-config.ts"},{"uid":"dd9da375-141","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"dd9da375-45","name":"codeblock.ts"},{"uid":"dd9da375-71","name":"stripNewLines.ts"}]},{"uid":"dd9da375-47","name":"CodeBlock.tsx"},{"uid":"dd9da375-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"dd9da375-51","name":"Loom.tsx"},{"uid":"dd9da375-53","name":"Supademo.tsx"},{"uid":"dd9da375-55","name":"Typeform.tsx"},{"uid":"dd9da375-57","name":"Vimeo.tsx"},{"uid":"dd9da375-59","name":"Wistia.tsx"},{"uid":"dd9da375-61","name":"Youtube.tsx"},{"uid":"dd9da375-63","name":"index.tsx"}]},{"uid":"dd9da375-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"dd9da375-67","name":"MermaidDiagram.tsx"},{"uid":"dd9da375-69","name":"ZoomableImage.tsx"},{"uid":"dd9da375-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"dd9da375-83"},{"name":"generating-star/generating-star.tsx","uid":"dd9da375-107"}]},{"uid":"dd9da375-145","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"dd9da375-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"dd9da375-29"},{"name":"react-slot/dist/index.mjs","uid":"dd9da375-31"}]}]}]}],"isRoot":true},"nodeParts":{"dd9da375-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-0"},"dd9da375-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-2"},"dd9da375-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-4"},"dd9da375-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-6"},"dd9da375-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-8"},"dd9da375-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-10"},"dd9da375-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-12"},"dd9da375-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-14"},"dd9da375-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-16"},"dd9da375-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-18"},"dd9da375-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-20"},"dd9da375-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-22"},"dd9da375-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-24"},"dd9da375-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-26"},"dd9da375-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-28"},"dd9da375-31":{"renderedLength":2966,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-30"},"dd9da375-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-32"},"dd9da375-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-34"},"dd9da375-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-36"},"dd9da375-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-38"},"dd9da375-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-40"},"dd9da375-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-42"},"dd9da375-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-44"},"dd9da375-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-46"},"dd9da375-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-48"},"dd9da375-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-50"},"dd9da375-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-52"},"dd9da375-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-54"},"dd9da375-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-56"},"dd9da375-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-58"},"dd9da375-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-60"},"dd9da375-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-62"},"dd9da375-65":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-64"},"dd9da375-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-66"},"dd9da375-69":{"renderedLength":4088,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-68"},"dd9da375-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-70"},"dd9da375-73":{"renderedLength":6231,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-72"},"dd9da375-75":{"renderedLength":976,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-74"},"dd9da375-77":{"renderedLength":466,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-76"},"dd9da375-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-78"},"dd9da375-81":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-80"},"dd9da375-83":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-82"},"dd9da375-85":{"renderedLength":8610,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-84"},"dd9da375-87":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-86"},"dd9da375-89":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-88"},"dd9da375-91":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-90"},"dd9da375-93":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-92"},"dd9da375-95":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-94"},"dd9da375-97":{"renderedLength":3860,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-96"},"dd9da375-99":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-98"},"dd9da375-101":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-100"},"dd9da375-103":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-102"},"dd9da375-105":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-104"},"dd9da375-107":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-106"},"dd9da375-109":{"renderedLength":6409,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-108"},"dd9da375-111":{"renderedLength":1207,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-110"},"dd9da375-113":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-112"},"dd9da375-115":{"renderedLength":3632,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-114"},"dd9da375-117":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-116"},"dd9da375-119":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-118"},"dd9da375-121":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-120"},"dd9da375-123":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-122"},"dd9da375-125":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-124"},"dd9da375-127":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-126"},"dd9da375-129":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-128"},"dd9da375-131":{"renderedLength":2164,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-130"},"dd9da375-133":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-132"},"dd9da375-135":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-134"},"dd9da375-137":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-136"},"dd9da375-139":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-138"},"dd9da375-141":{"renderedLength":27598,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-140"},"dd9da375-143":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-142"},"dd9da375-145":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"dd9da375-144"}},"nodeMetas":{"dd9da375-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"dd9da375-1"},"imported":[],"importedBy":[{"uid":"dd9da375-20"},{"uid":"dd9da375-4"}]},"dd9da375-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"dd9da375-3"},"imported":[],"importedBy":[{"uid":"dd9da375-20"},{"uid":"dd9da375-4"}]},"dd9da375-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"dd9da375-5"},"imported":[{"uid":"dd9da375-0"},{"uid":"dd9da375-2"}],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"dd9da375-7"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"dd9da375-9"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"dd9da375-11"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"dd9da375-13"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"dd9da375-15"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"dd9da375-17"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"dd9da375-19"},"imported":[],"importedBy":[{"uid":"dd9da375-20"}]},"dd9da375-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"dd9da375-21"},"imported":[{"uid":"dd9da375-4"},{"uid":"dd9da375-2"},{"uid":"dd9da375-6"},{"uid":"dd9da375-8"},{"uid":"dd9da375-10"},{"uid":"dd9da375-12"},{"uid":"dd9da375-14"},{"uid":"dd9da375-16"},{"uid":"dd9da375-18"},{"uid":"dd9da375-0"}],"importedBy":[{"uid":"dd9da375-144"}]},"dd9da375-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"dd9da375-23"},"imported":[],"importedBy":[{"uid":"dd9da375-32"},{"uid":"dd9da375-80"},{"uid":"dd9da375-120"},{"uid":"dd9da375-142"},{"uid":"dd9da375-26"},{"uid":"dd9da375-126"},{"uid":"dd9da375-138"},{"uid":"dd9da375-38"},{"uid":"dd9da375-36"},{"uid":"dd9da375-140"},{"uid":"dd9da375-46"},{"uid":"dd9da375-72"},{"uid":"dd9da375-66"},{"uid":"dd9da375-108"},{"uid":"dd9da375-130"},{"uid":"dd9da375-136"},{"uid":"dd9da375-96"},{"uid":"dd9da375-112"},{"uid":"dd9da375-94"},{"uid":"dd9da375-106"}]},"dd9da375-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"dd9da375-25"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-168"},{"uid":"dd9da375-169"}],"importedBy":[{"uid":"dd9da375-32"},{"uid":"dd9da375-120"},{"uid":"dd9da375-142"},{"uid":"dd9da375-26"},{"uid":"dd9da375-126"},{"uid":"dd9da375-138"},{"uid":"dd9da375-38"},{"uid":"dd9da375-36"},{"uid":"dd9da375-140"},{"uid":"dd9da375-72"},{"uid":"dd9da375-116"},{"uid":"dd9da375-122"},{"uid":"dd9da375-128"},{"uid":"dd9da375-130"},{"uid":"dd9da375-98"},{"uid":"dd9da375-104"},{"uid":"dd9da375-40"},{"uid":"dd9da375-106"}]},"dd9da375-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"dd9da375-27"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-155"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-34"},{"uid":"dd9da375-108"},{"uid":"dd9da375-116"},{"uid":"dd9da375-82"}]},"dd9da375-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"dd9da375-29"},"imported":[{"uid":"dd9da375-149"}],"importedBy":[{"uid":"dd9da375-30"}]},"dd9da375-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"dd9da375-31"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-28"},{"uid":"dd9da375-167"}],"importedBy":[{"uid":"dd9da375-32"}]},"dd9da375-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"dd9da375-33"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-30"},{"uid":"dd9da375-150"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-46"},{"uid":"dd9da375-34"},{"uid":"dd9da375-108"},{"uid":"dd9da375-110"},{"uid":"dd9da375-114"},{"uid":"dd9da375-118"},{"uid":"dd9da375-122"},{"uid":"dd9da375-128"},{"uid":"dd9da375-130"},{"uid":"dd9da375-40"},{"uid":"dd9da375-82"}]},"dd9da375-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"dd9da375-35"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-26"},{"uid":"dd9da375-32"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"dd9da375-37"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-40"}]},"dd9da375-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"dd9da375-39"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-157"},{"uid":"dd9da375-150"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-40"}]},"dd9da375-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"dd9da375-41"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-176"},{"uid":"dd9da375-177"},{"uid":"dd9da375-160"},{"uid":"dd9da375-32"},{"uid":"dd9da375-36"},{"uid":"dd9da375-38"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-76"}]},"dd9da375-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"dd9da375-43"},"imported":[],"importedBy":[{"uid":"dd9da375-76"}]},"dd9da375-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"dd9da375-45"},"imported":[],"importedBy":[{"uid":"dd9da375-46"}]},"dd9da375-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"dd9da375-47"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-160"},{"uid":"dd9da375-161"},{"uid":"dd9da375-162"},{"uid":"dd9da375-32"},{"uid":"dd9da375-44"}],"importedBy":[{"uid":"dd9da375-148"},{"uid":"dd9da375-72"}]},"dd9da375-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"dd9da375-49"},"imported":[{"uid":"dd9da375-149"}],"importedBy":[{"uid":"dd9da375-148"},{"uid":"dd9da375-50"},{"uid":"dd9da375-52"},{"uid":"dd9da375-54"},{"uid":"dd9da375-56"},{"uid":"dd9da375-58"},{"uid":"dd9da375-60"}]},"dd9da375-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"dd9da375-51"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-48"}],"importedBy":[{"uid":"dd9da375-62"}]},"dd9da375-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"dd9da375-53"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-48"}],"importedBy":[{"uid":"dd9da375-62"}]},"dd9da375-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"dd9da375-55"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-48"}],"importedBy":[{"uid":"dd9da375-62"}]},"dd9da375-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"dd9da375-57"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-48"}],"importedBy":[{"uid":"dd9da375-62"}]},"dd9da375-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"dd9da375-59"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-48"}],"importedBy":[{"uid":"dd9da375-62"}]},"dd9da375-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"dd9da375-61"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-48"}],"importedBy":[{"uid":"dd9da375-62"}]},"dd9da375-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"dd9da375-63"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-50"},{"uid":"dd9da375-52"},{"uid":"dd9da375-54"},{"uid":"dd9da375-56"},{"uid":"dd9da375-58"},{"uid":"dd9da375-60"}],"importedBy":[{"uid":"dd9da375-72"}]},"dd9da375-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"dd9da375-65"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-165"}],"importedBy":[{"uid":"dd9da375-148"},{"uid":"dd9da375-72"}]},"dd9da375-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"dd9da375-67"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-166"}],"importedBy":[{"uid":"dd9da375-148"},{"uid":"dd9da375-72"}]},"dd9da375-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"dd9da375-69"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-158"},{"uid":"dd9da375-160"}],"importedBy":[{"uid":"dd9da375-148"},{"uid":"dd9da375-72"}]},"dd9da375-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"dd9da375-71"},"imported":[],"importedBy":[{"uid":"dd9da375-72"}]},"dd9da375-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"dd9da375-73"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-163"},{"uid":"dd9da375-164"},{"uid":"dd9da375-46"},{"uid":"dd9da375-62"},{"uid":"dd9da375-64"},{"uid":"dd9da375-66"},{"uid":"dd9da375-68"},{"uid":"dd9da375-70"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-148"},{"uid":"dd9da375-74"}]},"dd9da375-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"dd9da375-75"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-72"}],"importedBy":[{"uid":"dd9da375-76"}]},"dd9da375-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"dd9da375-77"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-40"},{"uid":"dd9da375-42"},{"uid":"dd9da375-74"}],"importedBy":[{"uid":"dd9da375-108"}]},"dd9da375-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"dd9da375-79"},"imported":[{"uid":"dd9da375-173"}],"importedBy":[{"uid":"dd9da375-140"},{"uid":"dd9da375-108"},{"uid":"dd9da375-84"},{"uid":"dd9da375-98"}]},"dd9da375-80":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"dd9da375-81"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-151"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-108"}]},"dd9da375-82":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"dd9da375-83"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-160"},{"uid":"dd9da375-158"},{"uid":"dd9da375-32"},{"uid":"dd9da375-26"}],"importedBy":[{"uid":"dd9da375-170"}]},"dd9da375-84":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"dd9da375-85"},"imported":[{"uid":"dd9da375-173"},{"uid":"dd9da375-174"},{"uid":"dd9da375-78"}],"importedBy":[{"uid":"dd9da375-140"},{"uid":"dd9da375-88"},{"uid":"dd9da375-98"}]},"dd9da375-86":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"dd9da375-87"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-175"}],"importedBy":[{"uid":"dd9da375-88"}]},"dd9da375-88":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"dd9da375-89"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-84"},{"uid":"dd9da375-86"}],"importedBy":[{"uid":"dd9da375-147"},{"uid":"dd9da375-140"},{"uid":"dd9da375-90"},{"uid":"dd9da375-130"},{"uid":"dd9da375-172"},{"uid":"dd9da375-98"},{"uid":"dd9da375-100"}]},"dd9da375-90":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"dd9da375-91"},"imported":[{"uid":"dd9da375-88"}],"importedBy":[{"uid":"dd9da375-147"},{"uid":"dd9da375-130"},{"uid":"dd9da375-159"}]},"dd9da375-92":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"dd9da375-93"},"imported":[],"importedBy":[{"uid":"dd9da375-159"}]},"dd9da375-94":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"dd9da375-95"},"imported":[{"uid":"dd9da375-22"}],"importedBy":[{"uid":"dd9da375-96"}]},"dd9da375-96":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"dd9da375-97"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-173"},{"uid":"dd9da375-94"}],"importedBy":[{"uid":"dd9da375-140"},{"uid":"dd9da375-136"},{"uid":"dd9da375-98"}]},"dd9da375-98":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"dd9da375-99"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-175"},{"uid":"dd9da375-88"},{"uid":"dd9da375-84"},{"uid":"dd9da375-78"},{"uid":"dd9da375-24"},{"uid":"dd9da375-96"}],"importedBy":[{"uid":"dd9da375-159"}]},"dd9da375-100":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"dd9da375-101"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-88"}],"importedBy":[{"uid":"dd9da375-159"}]},"dd9da375-102":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"dd9da375-103"},"imported":[{"uid":"dd9da375-149"}],"importedBy":[{"uid":"dd9da375-159"},{"uid":"dd9da375-104"}]},"dd9da375-104":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"dd9da375-105"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-24"},{"uid":"dd9da375-102"}],"importedBy":[{"uid":"dd9da375-159"}]},"dd9da375-106":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"dd9da375-107"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-24"},{"uid":"dd9da375-149"},{"uid":"dd9da375-159"}],"importedBy":[{"uid":"dd9da375-171"}]},"dd9da375-108":{"id":"/src/components/chat-search/SearchResults.tsx","moduleParts":{"index.js":"dd9da375-109"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-160"},{"uid":"dd9da375-32"},{"uid":"dd9da375-76"},{"uid":"dd9da375-78"},{"uid":"dd9da375-80"},{"uid":"dd9da375-170"},{"uid":"dd9da375-171"},{"uid":"dd9da375-26"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-110":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"dd9da375-111"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-158"},{"uid":"dd9da375-160"},{"uid":"dd9da375-32"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-112":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"dd9da375-113"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-160","dynamic":true}],"importedBy":[{"uid":"dd9da375-140"},{"uid":"dd9da375-114"}]},"dd9da375-114":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"dd9da375-115"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-158"},{"uid":"dd9da375-112"},{"uid":"dd9da375-32"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-116":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"dd9da375-117"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-160"},{"uid":"dd9da375-158"},{"uid":"dd9da375-26"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-118":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"dd9da375-119"},"imported":[{"uid":"dd9da375-160"},{"uid":"dd9da375-149"},{"uid":"dd9da375-32"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-120":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"dd9da375-121"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-152"},{"uid":"dd9da375-24"},{"uid":"dd9da375-153"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-122"}]},"dd9da375-122":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"dd9da375-123"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-158"},{"uid":"dd9da375-160"},{"uid":"dd9da375-32"},{"uid":"dd9da375-120"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-124":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"dd9da375-125"},"imported":[],"importedBy":[{"uid":"dd9da375-128"}]},"dd9da375-126":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"dd9da375-127"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-128"}]},"dd9da375-128":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"dd9da375-129"},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-160"},{"uid":"dd9da375-158"},{"uid":"dd9da375-124"},{"uid":"dd9da375-32"},{"uid":"dd9da375-126"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-130":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"dd9da375-131"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-158"},{"uid":"dd9da375-160"},{"uid":"dd9da375-32"},{"uid":"dd9da375-90"},{"uid":"dd9da375-88"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-132":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"dd9da375-133"},"imported":[],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-134":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"dd9da375-135"},"imported":[{"uid":"dd9da375-149"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-136":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"dd9da375-137"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-96"}],"importedBy":[{"uid":"dd9da375-140"}]},"dd9da375-138":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"dd9da375-139"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-156"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"},{"uid":"dd9da375-140"}]},"dd9da375-140":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"dd9da375-141"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-158"},{"uid":"dd9da375-34"},{"uid":"dd9da375-108"},{"uid":"dd9da375-110"},{"uid":"dd9da375-114"},{"uid":"dd9da375-116"},{"uid":"dd9da375-118"},{"uid":"dd9da375-122"},{"uid":"dd9da375-128"},{"uid":"dd9da375-130"},{"uid":"dd9da375-132"},{"uid":"dd9da375-88"},{"uid":"dd9da375-159"},{"uid":"dd9da375-84"},{"uid":"dd9da375-78"},{"uid":"dd9da375-134"},{"uid":"dd9da375-24"},{"uid":"dd9da375-136"},{"uid":"dd9da375-96"},{"uid":"dd9da375-138"},{"uid":"dd9da375-112"}],"importedBy":[{"uid":"dd9da375-147"}]},"dd9da375-142":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"dd9da375-143"},"imported":[{"uid":"dd9da375-22"},{"uid":"dd9da375-149"},{"uid":"dd9da375-154"},{"uid":"dd9da375-24"}],"importedBy":[{"uid":"dd9da375-144"}]},"dd9da375-144":{"id":"/src/index.ts","moduleParts":{"index.js":"dd9da375-145"},"imported":[{"uid":"dd9da375-146"},{"uid":"dd9da375-20"},{"uid":"dd9da375-147"},{"uid":"dd9da375-148"},{"uid":"dd9da375-32"},{"uid":"dd9da375-80"},{"uid":"dd9da375-120"},{"uid":"dd9da375-142"},{"uid":"dd9da375-26"},{"uid":"dd9da375-126"},{"uid":"dd9da375-138"},{"uid":"dd9da375-38"},{"uid":"dd9da375-36"}],"importedBy":[],"isEntry":true},"dd9da375-146":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-144"}]},"dd9da375-147":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"dd9da375-140"},{"uid":"dd9da375-88"},{"uid":"dd9da375-90"}],"importedBy":[{"uid":"dd9da375-144"}]},"dd9da375-148":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"dd9da375-46"},{"uid":"dd9da375-72"},{"uid":"dd9da375-48"},{"uid":"dd9da375-64"},{"uid":"dd9da375-66"},{"uid":"dd9da375-68"}],"importedBy":[{"uid":"dd9da375-144"}]},"dd9da375-149":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-32"},{"uid":"dd9da375-80"},{"uid":"dd9da375-120"},{"uid":"dd9da375-142"},{"uid":"dd9da375-26"},{"uid":"dd9da375-126"},{"uid":"dd9da375-138"},{"uid":"dd9da375-38"},{"uid":"dd9da375-36"},{"uid":"dd9da375-140"},{"uid":"dd9da375-88"},{"uid":"dd9da375-46"},{"uid":"dd9da375-72"},{"uid":"dd9da375-48"},{"uid":"dd9da375-64"},{"uid":"dd9da375-66"},{"uid":"dd9da375-68"},{"uid":"dd9da375-30"},{"uid":"dd9da375-24"},{"uid":"dd9da375-34"},{"uid":"dd9da375-108"},{"uid":"dd9da375-110"},{"uid":"dd9da375-114"},{"uid":"dd9da375-116"},{"uid":"dd9da375-118"},{"uid":"dd9da375-122"},{"uid":"dd9da375-128"},{"uid":"dd9da375-130"},{"uid":"dd9da375-134"},{"uid":"dd9da375-136"},{"uid":"dd9da375-112"},{"uid":"dd9da375-86"},{"uid":"dd9da375-62"},{"uid":"dd9da375-28"},{"uid":"dd9da375-76"},{"uid":"dd9da375-172"},{"uid":"dd9da375-98"},{"uid":"dd9da375-100"},{"uid":"dd9da375-102"},{"uid":"dd9da375-104"},{"uid":"dd9da375-50"},{"uid":"dd9da375-52"},{"uid":"dd9da375-54"},{"uid":"dd9da375-56"},{"uid":"dd9da375-58"},{"uid":"dd9da375-60"},{"uid":"dd9da375-40"},{"uid":"dd9da375-74"},{"uid":"dd9da375-82"},{"uid":"dd9da375-106"}],"isExternal":true},"dd9da375-150":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-32"},{"uid":"dd9da375-38"}],"isExternal":true},"dd9da375-151":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-80"}],"isExternal":true},"dd9da375-152":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-120"}],"isExternal":true},"dd9da375-153":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-120"}],"isExternal":true},"dd9da375-154":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-142"}],"isExternal":true},"dd9da375-155":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-26"}],"isExternal":true},"dd9da375-156":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-138"}],"isExternal":true},"dd9da375-157":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-38"}],"isExternal":true},"dd9da375-158":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-140"},{"uid":"dd9da375-68"},{"uid":"dd9da375-110"},{"uid":"dd9da375-114"},{"uid":"dd9da375-116"},{"uid":"dd9da375-122"},{"uid":"dd9da375-128"},{"uid":"dd9da375-130"},{"uid":"dd9da375-82"}],"isExternal":true},"dd9da375-159":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"dd9da375-90"},{"uid":"dd9da375-92"},{"uid":"dd9da375-172"},{"uid":"dd9da375-98"},{"uid":"dd9da375-100"},{"uid":"dd9da375-102"},{"uid":"dd9da375-104"}],"importedBy":[{"uid":"dd9da375-140"},{"uid":"dd9da375-106"}]},"dd9da375-160":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-46"},{"uid":"dd9da375-68"},{"uid":"dd9da375-108"},{"uid":"dd9da375-110"},{"uid":"dd9da375-116"},{"uid":"dd9da375-118"},{"uid":"dd9da375-122"},{"uid":"dd9da375-128"},{"uid":"dd9da375-130"},{"uid":"dd9da375-112"},{"uid":"dd9da375-40"},{"uid":"dd9da375-82"}],"isExternal":true},"dd9da375-161":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-46"}],"isExternal":true},"dd9da375-162":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-46"}],"isExternal":true},"dd9da375-163":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-72"}],"isExternal":true},"dd9da375-164":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-72"}],"isExternal":true},"dd9da375-165":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-64"}],"isExternal":true},"dd9da375-166":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-66"}],"isExternal":true},"dd9da375-167":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-30"}],"isExternal":true},"dd9da375-168":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-24"}],"isExternal":true},"dd9da375-169":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-24"}],"isExternal":true},"dd9da375-170":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"dd9da375-82"}],"importedBy":[{"uid":"dd9da375-108"}]},"dd9da375-171":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"dd9da375-106"}],"importedBy":[{"uid":"dd9da375-108"}]},"dd9da375-172":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"dd9da375-149"},{"uid":"dd9da375-88"}],"importedBy":[{"uid":"dd9da375-159"}]},"dd9da375-173":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-84"},{"uid":"dd9da375-78"},{"uid":"dd9da375-96"}],"isExternal":true},"dd9da375-174":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-84"}],"isExternal":true},"dd9da375-175":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-86"},{"uid":"dd9da375-98"}],"isExternal":true},"dd9da375-176":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-40"}],"isExternal":true},"dd9da375-177":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"dd9da375-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":"03cd44be-1","name":"customColor.ts"},{"uid":"03cd44be-3","name":"dark.ts"},{"uid":"03cd44be-5","name":"primary.ts"},{"uid":"03cd44be-7","name":"orange.ts"},{"uid":"03cd44be-9","name":"yellow.ts"},{"uid":"03cd44be-11","name":"green.ts"},{"uid":"03cd44be-13","name":"blue.ts"},{"uid":"03cd44be-15","name":"purple.ts"},{"uid":"03cd44be-17","name":"pink.ts"},{"uid":"03cd44be-19","name":"red.ts"},{"uid":"03cd44be-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"03cd44be-25","name":"utils.ts"},{"uid":"03cd44be-95","name":"fetchClient.ts"},{"uid":"03cd44be-97","name":"api.ts"},{"uid":"03cd44be-135","name":"feature-flags.tsx"},{"uid":"03cd44be-137","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"03cd44be-27","name":"tooltip.tsx"},{"uid":"03cd44be-33","name":"button.tsx"},{"uid":"03cd44be-37","name":"input.tsx"},{"uid":"03cd44be-39","name":"label.tsx"},{"uid":"03cd44be-81","name":"collapsible.tsx"},{"uid":"03cd44be-113","name":"icon.tsx"},{"uid":"03cd44be-121","name":"dropdown-menu.tsx"},{"uid":"03cd44be-127","name":"textarea.tsx"},{"uid":"03cd44be-139","name":"scroll-area.tsx"},{"uid":"03cd44be-143","name":"switch.tsx"}]},{"name":"chat-search","children":[{"uid":"03cd44be-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"03cd44be-41","name":"ActionInputForm.tsx"},{"uid":"03cd44be-43","name":"ActionButtons.tsx"},{"uid":"03cd44be-75","name":"MarkdownText.tsx"},{"uid":"03cd44be-79","name":"utils.ts"}]},{"uid":"03cd44be-77","name":"AnswerBlock.tsx"},{"name":"hooks","children":[{"uid":"03cd44be-85","name":"useAnswerList.ts"},{"uid":"03cd44be-87","name":"useConversationId.ts"},{"uid":"03cd44be-91","name":"useIsChatSearchDirty.ts"},{"uid":"03cd44be-93","name":"useScrollManager.ts"},{"uid":"03cd44be-99","name":"useConversationLoader.ts"},{"uid":"03cd44be-101","name":"useSubscriptionManager.ts"},{"uid":"03cd44be-103","name":"useDarkMode.ts"},{"uid":"03cd44be-105","name":"useAccessibleColor.ts"}]},{"uid":"03cd44be-89","name":"ChatSearchContext.tsx"},{"uid":"03cd44be-109","name":"SearchResults.tsx"},{"uid":"03cd44be-111","name":"FollowUpQuestions.tsx"},{"uid":"03cd44be-115","name":"NextBestActions.tsx"},{"uid":"03cd44be-117","name":"TimelineNavigation.tsx"},{"uid":"03cd44be-119","name":"ScrollToBottomArrow.tsx"},{"uid":"03cd44be-123","name":"PrimarySearch.tsx"},{"uid":"03cd44be-125","name":"FollowUpSearchBar.module.css"},{"uid":"03cd44be-129","name":"FollowUpSearchBar.tsx"},{"uid":"03cd44be-131","name":"Header.tsx"},{"uid":"03cd44be-133","name":"text-config.ts"},{"uid":"03cd44be-141","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"03cd44be-45","name":"codeblock.ts"},{"uid":"03cd44be-71","name":"stripNewLines.ts"}]},{"uid":"03cd44be-47","name":"CodeBlock.tsx"},{"uid":"03cd44be-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"03cd44be-51","name":"Loom.tsx"},{"uid":"03cd44be-53","name":"Supademo.tsx"},{"uid":"03cd44be-55","name":"Typeform.tsx"},{"uid":"03cd44be-57","name":"Vimeo.tsx"},{"uid":"03cd44be-59","name":"Wistia.tsx"},{"uid":"03cd44be-61","name":"Youtube.tsx"},{"uid":"03cd44be-63","name":"index.tsx"}]},{"uid":"03cd44be-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"03cd44be-67","name":"MermaidDiagram.tsx"},{"uid":"03cd44be-69","name":"ZoomableImage.tsx"},{"uid":"03cd44be-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"03cd44be-83"},{"name":"generating-star/generating-star.tsx","uid":"03cd44be-107"}]},{"uid":"03cd44be-145","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"03cd44be-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"03cd44be-29"},{"name":"react-slot/dist/index.mjs","uid":"03cd44be-31"}]}]}]}],"isRoot":true},"nodeParts":{"03cd44be-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-0"},"03cd44be-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-2"},"03cd44be-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-4"},"03cd44be-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-6"},"03cd44be-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-8"},"03cd44be-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-10"},"03cd44be-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-12"},"03cd44be-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-14"},"03cd44be-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-16"},"03cd44be-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-18"},"03cd44be-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-20"},"03cd44be-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-22"},"03cd44be-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-24"},"03cd44be-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-26"},"03cd44be-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-28"},"03cd44be-31":{"renderedLength":2966,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-30"},"03cd44be-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-32"},"03cd44be-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-34"},"03cd44be-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-36"},"03cd44be-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-38"},"03cd44be-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-40"},"03cd44be-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-42"},"03cd44be-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-44"},"03cd44be-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-46"},"03cd44be-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-48"},"03cd44be-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-50"},"03cd44be-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-52"},"03cd44be-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-54"},"03cd44be-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-56"},"03cd44be-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-58"},"03cd44be-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-60"},"03cd44be-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-62"},"03cd44be-65":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-64"},"03cd44be-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-66"},"03cd44be-69":{"renderedLength":4088,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-68"},"03cd44be-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-70"},"03cd44be-73":{"renderedLength":8796,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-72"},"03cd44be-75":{"renderedLength":1021,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-74"},"03cd44be-77":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-76"},"03cd44be-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-78"},"03cd44be-81":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-80"},"03cd44be-83":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-82"},"03cd44be-85":{"renderedLength":8610,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-84"},"03cd44be-87":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-86"},"03cd44be-89":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-88"},"03cd44be-91":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-90"},"03cd44be-93":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-92"},"03cd44be-95":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-94"},"03cd44be-97":{"renderedLength":3860,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-96"},"03cd44be-99":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-98"},"03cd44be-101":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-100"},"03cd44be-103":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-102"},"03cd44be-105":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-104"},"03cd44be-107":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-106"},"03cd44be-109":{"renderedLength":6454,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-108"},"03cd44be-111":{"renderedLength":1207,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-110"},"03cd44be-113":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-112"},"03cd44be-115":{"renderedLength":3759,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-114"},"03cd44be-117":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-116"},"03cd44be-119":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-118"},"03cd44be-121":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-120"},"03cd44be-123":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-122"},"03cd44be-125":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-124"},"03cd44be-127":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-126"},"03cd44be-129":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-128"},"03cd44be-131":{"renderedLength":2164,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-130"},"03cd44be-133":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-132"},"03cd44be-135":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-134"},"03cd44be-137":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-136"},"03cd44be-139":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-138"},"03cd44be-141":{"renderedLength":27643,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-140"},"03cd44be-143":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-142"},"03cd44be-145":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"03cd44be-144"}},"nodeMetas":{"03cd44be-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"03cd44be-1"},"imported":[],"importedBy":[{"uid":"03cd44be-20"},{"uid":"03cd44be-4"}]},"03cd44be-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"03cd44be-3"},"imported":[],"importedBy":[{"uid":"03cd44be-20"},{"uid":"03cd44be-4"}]},"03cd44be-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"03cd44be-5"},"imported":[{"uid":"03cd44be-0"},{"uid":"03cd44be-2"}],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"03cd44be-7"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"03cd44be-9"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"03cd44be-11"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"03cd44be-13"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"03cd44be-15"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"03cd44be-17"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"03cd44be-19"},"imported":[],"importedBy":[{"uid":"03cd44be-20"}]},"03cd44be-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"03cd44be-21"},"imported":[{"uid":"03cd44be-4"},{"uid":"03cd44be-2"},{"uid":"03cd44be-6"},{"uid":"03cd44be-8"},{"uid":"03cd44be-10"},{"uid":"03cd44be-12"},{"uid":"03cd44be-14"},{"uid":"03cd44be-16"},{"uid":"03cd44be-18"},{"uid":"03cd44be-0"}],"importedBy":[{"uid":"03cd44be-144"}]},"03cd44be-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"03cd44be-23"},"imported":[],"importedBy":[{"uid":"03cd44be-32"},{"uid":"03cd44be-80"},{"uid":"03cd44be-120"},{"uid":"03cd44be-142"},{"uid":"03cd44be-26"},{"uid":"03cd44be-126"},{"uid":"03cd44be-138"},{"uid":"03cd44be-38"},{"uid":"03cd44be-36"},{"uid":"03cd44be-140"},{"uid":"03cd44be-46"},{"uid":"03cd44be-72"},{"uid":"03cd44be-66"},{"uid":"03cd44be-108"},{"uid":"03cd44be-130"},{"uid":"03cd44be-136"},{"uid":"03cd44be-96"},{"uid":"03cd44be-112"},{"uid":"03cd44be-94"},{"uid":"03cd44be-106"}]},"03cd44be-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"03cd44be-25"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-169"},{"uid":"03cd44be-170"}],"importedBy":[{"uid":"03cd44be-32"},{"uid":"03cd44be-120"},{"uid":"03cd44be-142"},{"uid":"03cd44be-26"},{"uid":"03cd44be-126"},{"uid":"03cd44be-138"},{"uid":"03cd44be-38"},{"uid":"03cd44be-36"},{"uid":"03cd44be-140"},{"uid":"03cd44be-72"},{"uid":"03cd44be-116"},{"uid":"03cd44be-122"},{"uid":"03cd44be-128"},{"uid":"03cd44be-130"},{"uid":"03cd44be-98"},{"uid":"03cd44be-104"},{"uid":"03cd44be-40"},{"uid":"03cd44be-106"}]},"03cd44be-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"03cd44be-27"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-155"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-34"},{"uid":"03cd44be-108"},{"uid":"03cd44be-116"},{"uid":"03cd44be-82"}]},"03cd44be-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"03cd44be-29"},"imported":[{"uid":"03cd44be-149"}],"importedBy":[{"uid":"03cd44be-30"}]},"03cd44be-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"03cd44be-31"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-28"},{"uid":"03cd44be-168"}],"importedBy":[{"uid":"03cd44be-32"}]},"03cd44be-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"03cd44be-33"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-30"},{"uid":"03cd44be-150"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-46"},{"uid":"03cd44be-34"},{"uid":"03cd44be-108"},{"uid":"03cd44be-110"},{"uid":"03cd44be-114"},{"uid":"03cd44be-118"},{"uid":"03cd44be-122"},{"uid":"03cd44be-128"},{"uid":"03cd44be-130"},{"uid":"03cd44be-40"},{"uid":"03cd44be-82"}]},"03cd44be-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"03cd44be-35"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-26"},{"uid":"03cd44be-32"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"03cd44be-37"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-40"}]},"03cd44be-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"03cd44be-39"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-157"},{"uid":"03cd44be-150"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-40"}]},"03cd44be-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"03cd44be-41"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-177"},{"uid":"03cd44be-178"},{"uid":"03cd44be-160"},{"uid":"03cd44be-32"},{"uid":"03cd44be-36"},{"uid":"03cd44be-38"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-76"}]},"03cd44be-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"03cd44be-43"},"imported":[],"importedBy":[{"uid":"03cd44be-76"}]},"03cd44be-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"03cd44be-45"},"imported":[],"importedBy":[{"uid":"03cd44be-46"}]},"03cd44be-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"03cd44be-47"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-160"},{"uid":"03cd44be-161"},{"uid":"03cd44be-162"},{"uid":"03cd44be-32"},{"uid":"03cd44be-44"}],"importedBy":[{"uid":"03cd44be-148"},{"uid":"03cd44be-72"}]},"03cd44be-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"03cd44be-49"},"imported":[{"uid":"03cd44be-149"}],"importedBy":[{"uid":"03cd44be-148"},{"uid":"03cd44be-50"},{"uid":"03cd44be-52"},{"uid":"03cd44be-54"},{"uid":"03cd44be-56"},{"uid":"03cd44be-58"},{"uid":"03cd44be-60"}]},"03cd44be-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"03cd44be-51"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-48"}],"importedBy":[{"uid":"03cd44be-62"}]},"03cd44be-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"03cd44be-53"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-48"}],"importedBy":[{"uid":"03cd44be-62"}]},"03cd44be-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"03cd44be-55"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-48"}],"importedBy":[{"uid":"03cd44be-62"}]},"03cd44be-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"03cd44be-57"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-48"}],"importedBy":[{"uid":"03cd44be-62"}]},"03cd44be-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"03cd44be-59"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-48"}],"importedBy":[{"uid":"03cd44be-62"}]},"03cd44be-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"03cd44be-61"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-48"}],"importedBy":[{"uid":"03cd44be-62"}]},"03cd44be-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"03cd44be-63"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-50"},{"uid":"03cd44be-52"},{"uid":"03cd44be-54"},{"uid":"03cd44be-56"},{"uid":"03cd44be-58"},{"uid":"03cd44be-60"}],"importedBy":[{"uid":"03cd44be-72"}]},"03cd44be-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"03cd44be-65"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-166"}],"importedBy":[{"uid":"03cd44be-148"},{"uid":"03cd44be-72"}]},"03cd44be-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"03cd44be-67"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-167"}],"importedBy":[{"uid":"03cd44be-148"},{"uid":"03cd44be-72"}]},"03cd44be-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"03cd44be-69"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-158"},{"uid":"03cd44be-160"}],"importedBy":[{"uid":"03cd44be-148"},{"uid":"03cd44be-72"}]},"03cd44be-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"03cd44be-71"},"imported":[],"importedBy":[{"uid":"03cd44be-72"}]},"03cd44be-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"03cd44be-73"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-163"},{"uid":"03cd44be-164"},{"uid":"03cd44be-165"},{"uid":"03cd44be-46"},{"uid":"03cd44be-62"},{"uid":"03cd44be-64"},{"uid":"03cd44be-66"},{"uid":"03cd44be-68"},{"uid":"03cd44be-70"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-148"},{"uid":"03cd44be-74"}]},"03cd44be-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"03cd44be-75"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-72"}],"importedBy":[{"uid":"03cd44be-76"}]},"03cd44be-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"03cd44be-77"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-40"},{"uid":"03cd44be-42"},{"uid":"03cd44be-74"}],"importedBy":[{"uid":"03cd44be-108"}]},"03cd44be-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"03cd44be-79"},"imported":[{"uid":"03cd44be-174"}],"importedBy":[{"uid":"03cd44be-140"},{"uid":"03cd44be-108"},{"uid":"03cd44be-84"},{"uid":"03cd44be-98"}]},"03cd44be-80":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"03cd44be-81"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-151"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-108"}]},"03cd44be-82":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"03cd44be-83"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-160"},{"uid":"03cd44be-158"},{"uid":"03cd44be-32"},{"uid":"03cd44be-26"}],"importedBy":[{"uid":"03cd44be-171"}]},"03cd44be-84":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"03cd44be-85"},"imported":[{"uid":"03cd44be-174"},{"uid":"03cd44be-175"},{"uid":"03cd44be-78"}],"importedBy":[{"uid":"03cd44be-140"},{"uid":"03cd44be-88"},{"uid":"03cd44be-98"}]},"03cd44be-86":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"03cd44be-87"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-176"}],"importedBy":[{"uid":"03cd44be-88"}]},"03cd44be-88":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"03cd44be-89"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-84"},{"uid":"03cd44be-86"}],"importedBy":[{"uid":"03cd44be-147"},{"uid":"03cd44be-140"},{"uid":"03cd44be-90"},{"uid":"03cd44be-130"},{"uid":"03cd44be-173"},{"uid":"03cd44be-98"},{"uid":"03cd44be-100"}]},"03cd44be-90":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"03cd44be-91"},"imported":[{"uid":"03cd44be-88"}],"importedBy":[{"uid":"03cd44be-147"},{"uid":"03cd44be-130"},{"uid":"03cd44be-159"}]},"03cd44be-92":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"03cd44be-93"},"imported":[],"importedBy":[{"uid":"03cd44be-159"}]},"03cd44be-94":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"03cd44be-95"},"imported":[{"uid":"03cd44be-22"}],"importedBy":[{"uid":"03cd44be-96"}]},"03cd44be-96":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"03cd44be-97"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-174"},{"uid":"03cd44be-94"}],"importedBy":[{"uid":"03cd44be-140"},{"uid":"03cd44be-136"},{"uid":"03cd44be-98"}]},"03cd44be-98":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"03cd44be-99"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-176"},{"uid":"03cd44be-88"},{"uid":"03cd44be-84"},{"uid":"03cd44be-78"},{"uid":"03cd44be-24"},{"uid":"03cd44be-96"}],"importedBy":[{"uid":"03cd44be-159"}]},"03cd44be-100":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"03cd44be-101"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-88"}],"importedBy":[{"uid":"03cd44be-159"}]},"03cd44be-102":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"03cd44be-103"},"imported":[{"uid":"03cd44be-149"}],"importedBy":[{"uid":"03cd44be-159"},{"uid":"03cd44be-104"}]},"03cd44be-104":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"03cd44be-105"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-24"},{"uid":"03cd44be-102"}],"importedBy":[{"uid":"03cd44be-159"}]},"03cd44be-106":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"03cd44be-107"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-24"},{"uid":"03cd44be-149"},{"uid":"03cd44be-159"}],"importedBy":[{"uid":"03cd44be-172"}]},"03cd44be-108":{"id":"/src/components/chat-search/SearchResults.tsx","moduleParts":{"index.js":"03cd44be-109"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-160"},{"uid":"03cd44be-32"},{"uid":"03cd44be-76"},{"uid":"03cd44be-78"},{"uid":"03cd44be-80"},{"uid":"03cd44be-171"},{"uid":"03cd44be-172"},{"uid":"03cd44be-26"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-110":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"03cd44be-111"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-158"},{"uid":"03cd44be-160"},{"uid":"03cd44be-32"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-112":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"03cd44be-113"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-160","dynamic":true}],"importedBy":[{"uid":"03cd44be-140"},{"uid":"03cd44be-114"}]},"03cd44be-114":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"03cd44be-115"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-158"},{"uid":"03cd44be-112"},{"uid":"03cd44be-32"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-116":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"03cd44be-117"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-160"},{"uid":"03cd44be-158"},{"uid":"03cd44be-26"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-118":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"03cd44be-119"},"imported":[{"uid":"03cd44be-160"},{"uid":"03cd44be-149"},{"uid":"03cd44be-32"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-120":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"03cd44be-121"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-152"},{"uid":"03cd44be-24"},{"uid":"03cd44be-153"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-122"}]},"03cd44be-122":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"03cd44be-123"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-158"},{"uid":"03cd44be-160"},{"uid":"03cd44be-32"},{"uid":"03cd44be-120"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-124":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"03cd44be-125"},"imported":[],"importedBy":[{"uid":"03cd44be-128"}]},"03cd44be-126":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"03cd44be-127"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-128"}]},"03cd44be-128":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"03cd44be-129"},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-160"},{"uid":"03cd44be-158"},{"uid":"03cd44be-124"},{"uid":"03cd44be-32"},{"uid":"03cd44be-126"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-130":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"03cd44be-131"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-158"},{"uid":"03cd44be-160"},{"uid":"03cd44be-32"},{"uid":"03cd44be-90"},{"uid":"03cd44be-88"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-132":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"03cd44be-133"},"imported":[],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-134":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"03cd44be-135"},"imported":[{"uid":"03cd44be-149"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-136":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"03cd44be-137"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-96"}],"importedBy":[{"uid":"03cd44be-140"}]},"03cd44be-138":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"03cd44be-139"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-156"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"},{"uid":"03cd44be-140"}]},"03cd44be-140":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"03cd44be-141"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-158"},{"uid":"03cd44be-34"},{"uid":"03cd44be-108"},{"uid":"03cd44be-110"},{"uid":"03cd44be-114"},{"uid":"03cd44be-116"},{"uid":"03cd44be-118"},{"uid":"03cd44be-122"},{"uid":"03cd44be-128"},{"uid":"03cd44be-130"},{"uid":"03cd44be-132"},{"uid":"03cd44be-88"},{"uid":"03cd44be-159"},{"uid":"03cd44be-84"},{"uid":"03cd44be-78"},{"uid":"03cd44be-134"},{"uid":"03cd44be-24"},{"uid":"03cd44be-136"},{"uid":"03cd44be-96"},{"uid":"03cd44be-138"},{"uid":"03cd44be-112"}],"importedBy":[{"uid":"03cd44be-147"}]},"03cd44be-142":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"03cd44be-143"},"imported":[{"uid":"03cd44be-22"},{"uid":"03cd44be-149"},{"uid":"03cd44be-154"},{"uid":"03cd44be-24"}],"importedBy":[{"uid":"03cd44be-144"}]},"03cd44be-144":{"id":"/src/index.ts","moduleParts":{"index.js":"03cd44be-145"},"imported":[{"uid":"03cd44be-146"},{"uid":"03cd44be-20"},{"uid":"03cd44be-147"},{"uid":"03cd44be-148"},{"uid":"03cd44be-32"},{"uid":"03cd44be-80"},{"uid":"03cd44be-120"},{"uid":"03cd44be-142"},{"uid":"03cd44be-26"},{"uid":"03cd44be-126"},{"uid":"03cd44be-138"},{"uid":"03cd44be-38"},{"uid":"03cd44be-36"}],"importedBy":[],"isEntry":true},"03cd44be-146":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-144"}]},"03cd44be-147":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"03cd44be-140"},{"uid":"03cd44be-88"},{"uid":"03cd44be-90"}],"importedBy":[{"uid":"03cd44be-144"}]},"03cd44be-148":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"03cd44be-46"},{"uid":"03cd44be-72"},{"uid":"03cd44be-48"},{"uid":"03cd44be-64"},{"uid":"03cd44be-66"},{"uid":"03cd44be-68"}],"importedBy":[{"uid":"03cd44be-144"}]},"03cd44be-149":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-32"},{"uid":"03cd44be-80"},{"uid":"03cd44be-120"},{"uid":"03cd44be-142"},{"uid":"03cd44be-26"},{"uid":"03cd44be-126"},{"uid":"03cd44be-138"},{"uid":"03cd44be-38"},{"uid":"03cd44be-36"},{"uid":"03cd44be-140"},{"uid":"03cd44be-88"},{"uid":"03cd44be-46"},{"uid":"03cd44be-72"},{"uid":"03cd44be-48"},{"uid":"03cd44be-64"},{"uid":"03cd44be-66"},{"uid":"03cd44be-68"},{"uid":"03cd44be-30"},{"uid":"03cd44be-24"},{"uid":"03cd44be-34"},{"uid":"03cd44be-108"},{"uid":"03cd44be-110"},{"uid":"03cd44be-114"},{"uid":"03cd44be-116"},{"uid":"03cd44be-118"},{"uid":"03cd44be-122"},{"uid":"03cd44be-128"},{"uid":"03cd44be-130"},{"uid":"03cd44be-134"},{"uid":"03cd44be-136"},{"uid":"03cd44be-112"},{"uid":"03cd44be-86"},{"uid":"03cd44be-62"},{"uid":"03cd44be-28"},{"uid":"03cd44be-76"},{"uid":"03cd44be-173"},{"uid":"03cd44be-98"},{"uid":"03cd44be-100"},{"uid":"03cd44be-102"},{"uid":"03cd44be-104"},{"uid":"03cd44be-50"},{"uid":"03cd44be-52"},{"uid":"03cd44be-54"},{"uid":"03cd44be-56"},{"uid":"03cd44be-58"},{"uid":"03cd44be-60"},{"uid":"03cd44be-40"},{"uid":"03cd44be-74"},{"uid":"03cd44be-82"},{"uid":"03cd44be-106"}],"isExternal":true},"03cd44be-150":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-32"},{"uid":"03cd44be-38"}],"isExternal":true},"03cd44be-151":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-80"}],"isExternal":true},"03cd44be-152":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-120"}],"isExternal":true},"03cd44be-153":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-120"}],"isExternal":true},"03cd44be-154":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-142"}],"isExternal":true},"03cd44be-155":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-26"}],"isExternal":true},"03cd44be-156":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-138"}],"isExternal":true},"03cd44be-157":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-38"}],"isExternal":true},"03cd44be-158":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-140"},{"uid":"03cd44be-68"},{"uid":"03cd44be-110"},{"uid":"03cd44be-114"},{"uid":"03cd44be-116"},{"uid":"03cd44be-122"},{"uid":"03cd44be-128"},{"uid":"03cd44be-130"},{"uid":"03cd44be-82"}],"isExternal":true},"03cd44be-159":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"03cd44be-90"},{"uid":"03cd44be-92"},{"uid":"03cd44be-173"},{"uid":"03cd44be-98"},{"uid":"03cd44be-100"},{"uid":"03cd44be-102"},{"uid":"03cd44be-104"}],"importedBy":[{"uid":"03cd44be-140"},{"uid":"03cd44be-106"}]},"03cd44be-160":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-46"},{"uid":"03cd44be-68"},{"uid":"03cd44be-108"},{"uid":"03cd44be-110"},{"uid":"03cd44be-116"},{"uid":"03cd44be-118"},{"uid":"03cd44be-122"},{"uid":"03cd44be-128"},{"uid":"03cd44be-130"},{"uid":"03cd44be-112"},{"uid":"03cd44be-40"},{"uid":"03cd44be-82"}],"isExternal":true},"03cd44be-161":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-46"}],"isExternal":true},"03cd44be-162":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-46"}],"isExternal":true},"03cd44be-163":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-72"}],"isExternal":true},"03cd44be-164":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-72"}],"isExternal":true},"03cd44be-165":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-72"}],"isExternal":true},"03cd44be-166":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-64"}],"isExternal":true},"03cd44be-167":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-66"}],"isExternal":true},"03cd44be-168":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-30"}],"isExternal":true},"03cd44be-169":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-24"}],"isExternal":true},"03cd44be-170":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-24"}],"isExternal":true},"03cd44be-171":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"03cd44be-82"}],"importedBy":[{"uid":"03cd44be-108"}]},"03cd44be-172":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"03cd44be-106"}],"importedBy":[{"uid":"03cd44be-108"}]},"03cd44be-173":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"03cd44be-149"},{"uid":"03cd44be-88"}],"importedBy":[{"uid":"03cd44be-159"}]},"03cd44be-174":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-84"},{"uid":"03cd44be-78"},{"uid":"03cd44be-96"}],"isExternal":true},"03cd44be-175":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-84"}],"isExternal":true},"03cd44be-176":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-86"},{"uid":"03cd44be-98"}],"isExternal":true},"03cd44be-177":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-40"}],"isExternal":true},"03cd44be-178":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"03cd44be-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;
|