@brainfish-ai/components 0.3.14 → 0.4.0
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 +13 -12
- package/package.json +1 -1
- package/stats.html +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -195,6 +195,17 @@ type ActionInputFormBlock = {
|
|
|
195
195
|
};
|
|
196
196
|
type AnswerBlock = MarkdownTextBlock | ActionButtonsBlock | ActionInputFormBlock;
|
|
197
197
|
type AnswerState = 'fetching-search-results' | 'fetching-stream' | 'streaming' | 'getting-action-inputs' | 'completed';
|
|
198
|
+
type Action = {
|
|
199
|
+
id: string;
|
|
200
|
+
type: ActionType;
|
|
201
|
+
action: {
|
|
202
|
+
version: string;
|
|
203
|
+
options: {
|
|
204
|
+
title?: string;
|
|
205
|
+
[key: string]: any;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
};
|
|
198
209
|
interface Answer {
|
|
199
210
|
id: string;
|
|
200
211
|
state: AnswerState;
|
|
@@ -208,17 +219,7 @@ interface Answer {
|
|
|
208
219
|
uncertaintyLanguage?: string | null;
|
|
209
220
|
uncertaintyFallbackText?: string;
|
|
210
221
|
searchIntentId?: string;
|
|
211
|
-
actions?:
|
|
212
|
-
id: string;
|
|
213
|
-
type: ActionType;
|
|
214
|
-
action: {
|
|
215
|
-
version: string;
|
|
216
|
-
options: {
|
|
217
|
-
title?: string;
|
|
218
|
-
[key: string]: any;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
}>;
|
|
222
|
+
actions?: Action[];
|
|
222
223
|
}
|
|
223
224
|
type ActionInputValue = string | number | boolean | null;
|
|
224
225
|
type ActionInputs = Record<string, ActionInputValue>;
|
|
@@ -276,7 +277,6 @@ interface ChatSearchProps {
|
|
|
276
277
|
query: string;
|
|
277
278
|
answer: string;
|
|
278
279
|
}) => void;
|
|
279
|
-
userData?: Record<string, unknown> | null;
|
|
280
280
|
redirectRules?: RedirectRule[];
|
|
281
281
|
}
|
|
282
282
|
interface ChatSearchState {
|
|
@@ -498,6 +498,7 @@ declare const MermaidDiagram: React__default.FC<MermaidDiagramProps>;
|
|
|
498
498
|
interface ZoomableImageProps {
|
|
499
499
|
src?: string;
|
|
500
500
|
alt?: string;
|
|
501
|
+
key?: string;
|
|
501
502
|
}
|
|
502
503
|
declare const ZoomableImage: React$1.FC<ZoomableImageProps>;
|
|
503
504
|
|
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":"db1b9759-1","name":"customColor.ts"},{"uid":"db1b9759-3","name":"dark.ts"},{"uid":"db1b9759-5","name":"primary.ts"},{"uid":"db1b9759-7","name":"orange.ts"},{"uid":"db1b9759-9","name":"yellow.ts"},{"uid":"db1b9759-11","name":"green.ts"},{"uid":"db1b9759-13","name":"blue.ts"},{"uid":"db1b9759-15","name":"purple.ts"},{"uid":"db1b9759-17","name":"pink.ts"},{"uid":"db1b9759-19","name":"red.ts"},{"uid":"db1b9759-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"db1b9759-25","name":"utils.ts"},{"uid":"db1b9759-95","name":"fetchClient.ts"},{"uid":"db1b9759-97","name":"api.ts"},{"uid":"db1b9759-137","name":"feature-flags.tsx"},{"uid":"db1b9759-139","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"db1b9759-27","name":"tooltip.tsx"},{"uid":"db1b9759-33","name":"button.tsx"},{"uid":"db1b9759-37","name":"input.tsx"},{"uid":"db1b9759-39","name":"label.tsx"},{"uid":"db1b9759-81","name":"collapsible.tsx"},{"uid":"db1b9759-113","name":"icon.tsx"},{"uid":"db1b9759-121","name":"dropdown-menu.tsx"},{"uid":"db1b9759-127","name":"textarea.tsx"},{"uid":"db1b9759-141","name":"scroll-area.tsx"},{"uid":"db1b9759-145","name":"switch.tsx"},{"uid":"db1b9759-147","name":"select.tsx"},{"uid":"db1b9759-151","name":"calendar.tsx"},{"uid":"db1b9759-153","name":"popover.tsx"}]},{"name":"chat-search","children":[{"uid":"db1b9759-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"db1b9759-41","name":"ActionInputForm.tsx"},{"uid":"db1b9759-43","name":"ActionButtons.tsx"},{"uid":"db1b9759-75","name":"MarkdownText.tsx"},{"uid":"db1b9759-79","name":"utils.ts"}]},{"uid":"db1b9759-77","name":"AnswerBlock.tsx"},{"name":"hooks","children":[{"uid":"db1b9759-85","name":"useAnswerList.ts"},{"uid":"db1b9759-87","name":"useConversationId.ts"},{"uid":"db1b9759-91","name":"useIsChatSearchDirty.ts"},{"uid":"db1b9759-93","name":"useScrollManager.ts"},{"uid":"db1b9759-99","name":"useConversationLoader.ts"},{"uid":"db1b9759-101","name":"useSubscriptionManager.ts"},{"uid":"db1b9759-103","name":"useDarkMode.ts"},{"uid":"db1b9759-105","name":"useAccessibleColor.ts"}]},{"uid":"db1b9759-89","name":"ChatSearchContext.tsx"},{"uid":"db1b9759-109","name":"SearchResults.tsx"},{"uid":"db1b9759-111","name":"FollowUpQuestions.tsx"},{"uid":"db1b9759-115","name":"NextBestActions.tsx"},{"uid":"db1b9759-117","name":"TimelineNavigation.tsx"},{"uid":"db1b9759-119","name":"ScrollToBottomArrow.tsx"},{"uid":"db1b9759-123","name":"PrimarySearch.tsx"},{"uid":"db1b9759-125","name":"FollowUpSearchBar.module.css"},{"uid":"db1b9759-129","name":"FollowUpSearchBar.tsx"},{"uid":"db1b9759-131","name":"Header.tsx"},{"uid":"db1b9759-133","name":"text-config.ts"},{"name":"helpers/nextBestActions.ts","uid":"db1b9759-135"},{"uid":"db1b9759-143","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"db1b9759-45","name":"codeblock.ts"},{"uid":"db1b9759-71","name":"stripNewLines.ts"}]},{"uid":"db1b9759-47","name":"CodeBlock.tsx"},{"uid":"db1b9759-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"db1b9759-51","name":"Loom.tsx"},{"uid":"db1b9759-53","name":"Supademo.tsx"},{"uid":"db1b9759-55","name":"Typeform.tsx"},{"uid":"db1b9759-57","name":"Vimeo.tsx"},{"uid":"db1b9759-59","name":"Wistia.tsx"},{"uid":"db1b9759-61","name":"Youtube.tsx"},{"uid":"db1b9759-63","name":"index.tsx"}]},{"uid":"db1b9759-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"db1b9759-67","name":"MermaidDiagram.tsx"},{"uid":"db1b9759-69","name":"ZoomableImage.tsx"},{"uid":"db1b9759-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"db1b9759-83"},{"name":"generating-star/generating-star.tsx","uid":"db1b9759-107"},{"name":"select/simpleSelect.tsx","uid":"db1b9759-149"},{"name":"date-picker/date-picker.tsx","uid":"db1b9759-155"}]},{"uid":"db1b9759-157","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"db1b9759-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"db1b9759-29"},{"name":"react-slot/dist/index.mjs","uid":"db1b9759-31"}]}]}]}],"isRoot":true},"nodeParts":{"db1b9759-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-0"},"db1b9759-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-2"},"db1b9759-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-4"},"db1b9759-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-6"},"db1b9759-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-8"},"db1b9759-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-10"},"db1b9759-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-12"},"db1b9759-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-14"},"db1b9759-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-16"},"db1b9759-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-18"},"db1b9759-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-20"},"db1b9759-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-22"},"db1b9759-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-24"},"db1b9759-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-26"},"db1b9759-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-28"},"db1b9759-31":{"renderedLength":3014,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-30"},"db1b9759-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-32"},"db1b9759-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-34"},"db1b9759-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-36"},"db1b9759-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-38"},"db1b9759-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-40"},"db1b9759-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-42"},"db1b9759-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-44"},"db1b9759-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-46"},"db1b9759-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-48"},"db1b9759-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-50"},"db1b9759-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-52"},"db1b9759-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-54"},"db1b9759-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-56"},"db1b9759-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-58"},"db1b9759-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-60"},"db1b9759-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-62"},"db1b9759-65":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-64"},"db1b9759-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-66"},"db1b9759-69":{"renderedLength":4088,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-68"},"db1b9759-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-70"},"db1b9759-73":{"renderedLength":8796,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-72"},"db1b9759-75":{"renderedLength":1021,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-74"},"db1b9759-77":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-76"},"db1b9759-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-78"},"db1b9759-81":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-80"},"db1b9759-83":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-82"},"db1b9759-85":{"renderedLength":8860,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-84"},"db1b9759-87":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-86"},"db1b9759-89":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-88"},"db1b9759-91":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-90"},"db1b9759-93":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-92"},"db1b9759-95":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-94"},"db1b9759-97":{"renderedLength":3860,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-96"},"db1b9759-99":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-98"},"db1b9759-101":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-100"},"db1b9759-103":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-102"},"db1b9759-105":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-104"},"db1b9759-107":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-106"},"db1b9759-109":{"renderedLength":6454,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-108"},"db1b9759-111":{"renderedLength":1207,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-110"},"db1b9759-113":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-112"},"db1b9759-115":{"renderedLength":4105,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-114"},"db1b9759-117":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-116"},"db1b9759-119":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-118"},"db1b9759-121":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-120"},"db1b9759-123":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-122"},"db1b9759-125":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-124"},"db1b9759-127":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-126"},"db1b9759-129":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-128"},"db1b9759-131":{"renderedLength":2164,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-130"},"db1b9759-133":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-132"},"db1b9759-135":{"renderedLength":2044,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-134"},"db1b9759-137":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-136"},"db1b9759-139":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-138"},"db1b9759-141":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-140"},"db1b9759-143":{"renderedLength":29514,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-142"},"db1b9759-145":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-144"},"db1b9759-147":{"renderedLength":3678,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-146"},"db1b9759-149":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-148"},"db1b9759-151":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-150"},"db1b9759-153":{"renderedLength":983,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-152"},"db1b9759-155":{"renderedLength":753,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-154"},"db1b9759-157":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"db1b9759-156"}},"nodeMetas":{"db1b9759-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"db1b9759-1"},"imported":[],"importedBy":[{"uid":"db1b9759-20"},{"uid":"db1b9759-4"}]},"db1b9759-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"db1b9759-3"},"imported":[],"importedBy":[{"uid":"db1b9759-20"},{"uid":"db1b9759-4"}]},"db1b9759-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"db1b9759-5"},"imported":[{"uid":"db1b9759-0"},{"uid":"db1b9759-2"}],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"db1b9759-7"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"db1b9759-9"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"db1b9759-11"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"db1b9759-13"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"db1b9759-15"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"db1b9759-17"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"db1b9759-19"},"imported":[],"importedBy":[{"uid":"db1b9759-20"}]},"db1b9759-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"db1b9759-21"},"imported":[{"uid":"db1b9759-4"},{"uid":"db1b9759-2"},{"uid":"db1b9759-6"},{"uid":"db1b9759-8"},{"uid":"db1b9759-10"},{"uid":"db1b9759-12"},{"uid":"db1b9759-14"},{"uid":"db1b9759-16"},{"uid":"db1b9759-18"},{"uid":"db1b9759-0"}],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"db1b9759-23"},"imported":[],"importedBy":[{"uid":"db1b9759-32"},{"uid":"db1b9759-80"},{"uid":"db1b9759-120"},{"uid":"db1b9759-144"},{"uid":"db1b9759-26"},{"uid":"db1b9759-126"},{"uid":"db1b9759-140"},{"uid":"db1b9759-38"},{"uid":"db1b9759-36"},{"uid":"db1b9759-142"},{"uid":"db1b9759-46"},{"uid":"db1b9759-72"},{"uid":"db1b9759-66"},{"uid":"db1b9759-108"},{"uid":"db1b9759-130"},{"uid":"db1b9759-138"},{"uid":"db1b9759-96"},{"uid":"db1b9759-112"},{"uid":"db1b9759-146"},{"uid":"db1b9759-150"},{"uid":"db1b9759-152"},{"uid":"db1b9759-94"},{"uid":"db1b9759-106"}]},"db1b9759-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"db1b9759-25"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-183"},{"uid":"db1b9759-184"}],"importedBy":[{"uid":"db1b9759-32"},{"uid":"db1b9759-120"},{"uid":"db1b9759-144"},{"uid":"db1b9759-26"},{"uid":"db1b9759-126"},{"uid":"db1b9759-140"},{"uid":"db1b9759-38"},{"uid":"db1b9759-36"},{"uid":"db1b9759-142"},{"uid":"db1b9759-72"},{"uid":"db1b9759-148"},{"uid":"db1b9759-154"},{"uid":"db1b9759-116"},{"uid":"db1b9759-122"},{"uid":"db1b9759-128"},{"uid":"db1b9759-130"},{"uid":"db1b9759-146"},{"uid":"db1b9759-150"},{"uid":"db1b9759-152"},{"uid":"db1b9759-98"},{"uid":"db1b9759-104"},{"uid":"db1b9759-40"},{"uid":"db1b9759-106"}]},"db1b9759-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"db1b9759-27"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-169"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-34"},{"uid":"db1b9759-108"},{"uid":"db1b9759-116"},{"uid":"db1b9759-82"}]},"db1b9759-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"db1b9759-29"},"imported":[{"uid":"db1b9759-163"}],"importedBy":[{"uid":"db1b9759-30"}]},"db1b9759-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"db1b9759-31"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-28"},{"uid":"db1b9759-182"}],"importedBy":[{"uid":"db1b9759-32"}]},"db1b9759-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"db1b9759-33"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-30"},{"uid":"db1b9759-164"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-46"},{"uid":"db1b9759-154"},{"uid":"db1b9759-34"},{"uid":"db1b9759-108"},{"uid":"db1b9759-110"},{"uid":"db1b9759-114"},{"uid":"db1b9759-118"},{"uid":"db1b9759-122"},{"uid":"db1b9759-128"},{"uid":"db1b9759-130"},{"uid":"db1b9759-40"},{"uid":"db1b9759-82"}]},"db1b9759-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"db1b9759-35"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-26"},{"uid":"db1b9759-32"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"db1b9759-37"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-40"}]},"db1b9759-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"db1b9759-39"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-171"},{"uid":"db1b9759-164"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-40"}]},"db1b9759-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"db1b9759-41"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-196"},{"uid":"db1b9759-197"},{"uid":"db1b9759-174"},{"uid":"db1b9759-32"},{"uid":"db1b9759-36"},{"uid":"db1b9759-38"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-76"}]},"db1b9759-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"db1b9759-43"},"imported":[],"importedBy":[{"uid":"db1b9759-76"}]},"db1b9759-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"db1b9759-45"},"imported":[],"importedBy":[{"uid":"db1b9759-46"}]},"db1b9759-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"db1b9759-47"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-174"},{"uid":"db1b9759-175"},{"uid":"db1b9759-176"},{"uid":"db1b9759-32"},{"uid":"db1b9759-44"}],"importedBy":[{"uid":"db1b9759-160"},{"uid":"db1b9759-72"}]},"db1b9759-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"db1b9759-49"},"imported":[{"uid":"db1b9759-163"}],"importedBy":[{"uid":"db1b9759-160"},{"uid":"db1b9759-50"},{"uid":"db1b9759-52"},{"uid":"db1b9759-54"},{"uid":"db1b9759-56"},{"uid":"db1b9759-58"},{"uid":"db1b9759-60"}]},"db1b9759-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"db1b9759-51"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-48"}],"importedBy":[{"uid":"db1b9759-62"}]},"db1b9759-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"db1b9759-53"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-48"}],"importedBy":[{"uid":"db1b9759-62"}]},"db1b9759-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"db1b9759-55"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-48"}],"importedBy":[{"uid":"db1b9759-62"}]},"db1b9759-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"db1b9759-57"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-48"}],"importedBy":[{"uid":"db1b9759-62"}]},"db1b9759-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"db1b9759-59"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-48"}],"importedBy":[{"uid":"db1b9759-62"}]},"db1b9759-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"db1b9759-61"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-48"}],"importedBy":[{"uid":"db1b9759-62"}]},"db1b9759-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"db1b9759-63"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-50"},{"uid":"db1b9759-52"},{"uid":"db1b9759-54"},{"uid":"db1b9759-56"},{"uid":"db1b9759-58"},{"uid":"db1b9759-60"}],"importedBy":[{"uid":"db1b9759-72"}]},"db1b9759-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"db1b9759-65"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-180"}],"importedBy":[{"uid":"db1b9759-160"},{"uid":"db1b9759-72"}]},"db1b9759-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"db1b9759-67"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-181"}],"importedBy":[{"uid":"db1b9759-160"},{"uid":"db1b9759-72"}]},"db1b9759-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"db1b9759-69"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-172"},{"uid":"db1b9759-174"}],"importedBy":[{"uid":"db1b9759-160"},{"uid":"db1b9759-72"}]},"db1b9759-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"db1b9759-71"},"imported":[],"importedBy":[{"uid":"db1b9759-72"}]},"db1b9759-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"db1b9759-73"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-177"},{"uid":"db1b9759-178"},{"uid":"db1b9759-179"},{"uid":"db1b9759-46"},{"uid":"db1b9759-62"},{"uid":"db1b9759-64"},{"uid":"db1b9759-66"},{"uid":"db1b9759-68"},{"uid":"db1b9759-70"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-160"},{"uid":"db1b9759-74"}]},"db1b9759-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"db1b9759-75"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-72"}],"importedBy":[{"uid":"db1b9759-76"}]},"db1b9759-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"db1b9759-77"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-40"},{"uid":"db1b9759-42"},{"uid":"db1b9759-74"}],"importedBy":[{"uid":"db1b9759-108"}]},"db1b9759-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"db1b9759-79"},"imported":[{"uid":"db1b9759-190"}],"importedBy":[{"uid":"db1b9759-142"},{"uid":"db1b9759-108"},{"uid":"db1b9759-84"},{"uid":"db1b9759-98"}]},"db1b9759-80":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"db1b9759-81"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-165"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-108"}]},"db1b9759-82":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"db1b9759-83"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-174"},{"uid":"db1b9759-172"},{"uid":"db1b9759-32"},{"uid":"db1b9759-26"}],"importedBy":[{"uid":"db1b9759-187"}]},"db1b9759-84":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"db1b9759-85"},"imported":[{"uid":"db1b9759-190"},{"uid":"db1b9759-191"},{"uid":"db1b9759-78"}],"importedBy":[{"uid":"db1b9759-142"},{"uid":"db1b9759-88"},{"uid":"db1b9759-98"}]},"db1b9759-86":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"db1b9759-87"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-192"}],"importedBy":[{"uid":"db1b9759-88"}]},"db1b9759-88":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"db1b9759-89"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-84"},{"uid":"db1b9759-86"}],"importedBy":[{"uid":"db1b9759-159"},{"uid":"db1b9759-142"},{"uid":"db1b9759-90"},{"uid":"db1b9759-130"},{"uid":"db1b9759-189"},{"uid":"db1b9759-98"},{"uid":"db1b9759-100"}]},"db1b9759-90":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"db1b9759-91"},"imported":[{"uid":"db1b9759-88"}],"importedBy":[{"uid":"db1b9759-159"},{"uid":"db1b9759-130"},{"uid":"db1b9759-173"}]},"db1b9759-92":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"db1b9759-93"},"imported":[],"importedBy":[{"uid":"db1b9759-173"}]},"db1b9759-94":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"db1b9759-95"},"imported":[{"uid":"db1b9759-22"}],"importedBy":[{"uid":"db1b9759-96"}]},"db1b9759-96":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"db1b9759-97"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-190"},{"uid":"db1b9759-94"}],"importedBy":[{"uid":"db1b9759-142"},{"uid":"db1b9759-138"},{"uid":"db1b9759-98"}]},"db1b9759-98":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"db1b9759-99"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-192"},{"uid":"db1b9759-88"},{"uid":"db1b9759-84"},{"uid":"db1b9759-78"},{"uid":"db1b9759-24"},{"uid":"db1b9759-96"}],"importedBy":[{"uid":"db1b9759-173"}]},"db1b9759-100":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"db1b9759-101"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-88"}],"importedBy":[{"uid":"db1b9759-173"}]},"db1b9759-102":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"db1b9759-103"},"imported":[{"uid":"db1b9759-163"}],"importedBy":[{"uid":"db1b9759-173"},{"uid":"db1b9759-104"}]},"db1b9759-104":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"db1b9759-105"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-24"},{"uid":"db1b9759-102"}],"importedBy":[{"uid":"db1b9759-173"}]},"db1b9759-106":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"db1b9759-107"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-24"},{"uid":"db1b9759-163"},{"uid":"db1b9759-173"}],"importedBy":[{"uid":"db1b9759-188"}]},"db1b9759-108":{"id":"/src/components/chat-search/SearchResults.tsx","moduleParts":{"index.js":"db1b9759-109"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-174"},{"uid":"db1b9759-32"},{"uid":"db1b9759-76"},{"uid":"db1b9759-78"},{"uid":"db1b9759-80"},{"uid":"db1b9759-187"},{"uid":"db1b9759-188"},{"uid":"db1b9759-26"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-110":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"db1b9759-111"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-172"},{"uid":"db1b9759-174"},{"uid":"db1b9759-32"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-112":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"db1b9759-113"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-174","dynamic":true}],"importedBy":[{"uid":"db1b9759-142"},{"uid":"db1b9759-114"}]},"db1b9759-114":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"db1b9759-115"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-172"},{"uid":"db1b9759-112"},{"uid":"db1b9759-32"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-116":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"db1b9759-117"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-174"},{"uid":"db1b9759-172"},{"uid":"db1b9759-26"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-118":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"db1b9759-119"},"imported":[{"uid":"db1b9759-174"},{"uid":"db1b9759-163"},{"uid":"db1b9759-32"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-120":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"db1b9759-121"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-166"},{"uid":"db1b9759-24"},{"uid":"db1b9759-167"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-122"}]},"db1b9759-122":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"db1b9759-123"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-172"},{"uid":"db1b9759-174"},{"uid":"db1b9759-32"},{"uid":"db1b9759-120"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-124":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"db1b9759-125"},"imported":[],"importedBy":[{"uid":"db1b9759-128"}]},"db1b9759-126":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"db1b9759-127"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-128"}]},"db1b9759-128":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"db1b9759-129"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-174"},{"uid":"db1b9759-172"},{"uid":"db1b9759-124"},{"uid":"db1b9759-32"},{"uid":"db1b9759-126"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-130":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"db1b9759-131"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-172"},{"uid":"db1b9759-174"},{"uid":"db1b9759-32"},{"uid":"db1b9759-90"},{"uid":"db1b9759-88"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-132":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"db1b9759-133"},"imported":[],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-134":{"id":"/src/components/chat-search/helpers/nextBestActions.ts","moduleParts":{"index.js":"db1b9759-135"},"imported":[],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-136":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"db1b9759-137"},"imported":[{"uid":"db1b9759-163"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-138":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"db1b9759-139"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-96"}],"importedBy":[{"uid":"db1b9759-142"}]},"db1b9759-140":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"db1b9759-141"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-170"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"},{"uid":"db1b9759-142"}]},"db1b9759-142":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"db1b9759-143"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-172"},{"uid":"db1b9759-34"},{"uid":"db1b9759-108"},{"uid":"db1b9759-110"},{"uid":"db1b9759-114"},{"uid":"db1b9759-116"},{"uid":"db1b9759-118"},{"uid":"db1b9759-122"},{"uid":"db1b9759-128"},{"uid":"db1b9759-130"},{"uid":"db1b9759-132"},{"uid":"db1b9759-134"},{"uid":"db1b9759-88"},{"uid":"db1b9759-173"},{"uid":"db1b9759-84"},{"uid":"db1b9759-78"},{"uid":"db1b9759-136"},{"uid":"db1b9759-24"},{"uid":"db1b9759-138"},{"uid":"db1b9759-96"},{"uid":"db1b9759-140"},{"uid":"db1b9759-112"}],"importedBy":[{"uid":"db1b9759-159"}]},"db1b9759-144":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"db1b9759-145"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-168"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-146":{"id":"/src/components/ui/select.tsx","moduleParts":{"index.js":"db1b9759-147"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-193"},{"uid":"db1b9759-174"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-148"}]},"db1b9759-148":{"id":"/src/components/select/simpleSelect.tsx","moduleParts":{"index.js":"db1b9759-149"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-24"},{"uid":"db1b9759-146"}],"importedBy":[{"uid":"db1b9759-161"}]},"db1b9759-150":{"id":"/src/components/ui/calendar.tsx","moduleParts":{"index.js":"db1b9759-151"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-194"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-154"}]},"db1b9759-152":{"id":"/src/components/ui/popover.tsx","moduleParts":{"index.js":"db1b9759-153"},"imported":[{"uid":"db1b9759-22"},{"uid":"db1b9759-163"},{"uid":"db1b9759-195"},{"uid":"db1b9759-24"}],"importedBy":[{"uid":"db1b9759-154"}]},"db1b9759-154":{"id":"/src/components/date-picker/date-picker.tsx","moduleParts":{"index.js":"db1b9759-155"},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-185"},{"uid":"db1b9759-174"},{"uid":"db1b9759-24"},{"uid":"db1b9759-32"},{"uid":"db1b9759-150"},{"uid":"db1b9759-152"},{"uid":"db1b9759-186"}],"importedBy":[{"uid":"db1b9759-162"}]},"db1b9759-156":{"id":"/src/index.ts","moduleParts":{"index.js":"db1b9759-157"},"imported":[{"uid":"db1b9759-158"},{"uid":"db1b9759-20"},{"uid":"db1b9759-159"},{"uid":"db1b9759-160"},{"uid":"db1b9759-32"},{"uid":"db1b9759-80"},{"uid":"db1b9759-120"},{"uid":"db1b9759-144"},{"uid":"db1b9759-26"},{"uid":"db1b9759-126"},{"uid":"db1b9759-140"},{"uid":"db1b9759-38"},{"uid":"db1b9759-36"},{"uid":"db1b9759-161"},{"uid":"db1b9759-162"}],"importedBy":[],"isEntry":true},"db1b9759-158":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-159":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"db1b9759-142"},{"uid":"db1b9759-88"},{"uid":"db1b9759-90"}],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-160":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"db1b9759-46"},{"uid":"db1b9759-72"},{"uid":"db1b9759-48"},{"uid":"db1b9759-64"},{"uid":"db1b9759-66"},{"uid":"db1b9759-68"}],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-161":{"id":"/src/components/select/index.ts","moduleParts":{},"imported":[{"uid":"db1b9759-148"}],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-162":{"id":"/src/components/date-picker/index.tsx","moduleParts":{},"imported":[{"uid":"db1b9759-154"}],"importedBy":[{"uid":"db1b9759-156"}]},"db1b9759-163":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-32"},{"uid":"db1b9759-80"},{"uid":"db1b9759-120"},{"uid":"db1b9759-144"},{"uid":"db1b9759-26"},{"uid":"db1b9759-126"},{"uid":"db1b9759-140"},{"uid":"db1b9759-38"},{"uid":"db1b9759-36"},{"uid":"db1b9759-142"},{"uid":"db1b9759-88"},{"uid":"db1b9759-46"},{"uid":"db1b9759-72"},{"uid":"db1b9759-48"},{"uid":"db1b9759-64"},{"uid":"db1b9759-66"},{"uid":"db1b9759-68"},{"uid":"db1b9759-30"},{"uid":"db1b9759-24"},{"uid":"db1b9759-148"},{"uid":"db1b9759-154"},{"uid":"db1b9759-34"},{"uid":"db1b9759-108"},{"uid":"db1b9759-110"},{"uid":"db1b9759-114"},{"uid":"db1b9759-116"},{"uid":"db1b9759-118"},{"uid":"db1b9759-122"},{"uid":"db1b9759-128"},{"uid":"db1b9759-130"},{"uid":"db1b9759-136"},{"uid":"db1b9759-138"},{"uid":"db1b9759-112"},{"uid":"db1b9759-86"},{"uid":"db1b9759-62"},{"uid":"db1b9759-28"},{"uid":"db1b9759-146"},{"uid":"db1b9759-150"},{"uid":"db1b9759-152"},{"uid":"db1b9759-76"},{"uid":"db1b9759-189"},{"uid":"db1b9759-98"},{"uid":"db1b9759-100"},{"uid":"db1b9759-102"},{"uid":"db1b9759-104"},{"uid":"db1b9759-50"},{"uid":"db1b9759-52"},{"uid":"db1b9759-54"},{"uid":"db1b9759-56"},{"uid":"db1b9759-58"},{"uid":"db1b9759-60"},{"uid":"db1b9759-40"},{"uid":"db1b9759-74"},{"uid":"db1b9759-82"},{"uid":"db1b9759-106"}],"isExternal":true},"db1b9759-164":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-32"},{"uid":"db1b9759-38"}],"isExternal":true},"db1b9759-165":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-80"}],"isExternal":true},"db1b9759-166":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-120"}],"isExternal":true},"db1b9759-167":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-120"}],"isExternal":true},"db1b9759-168":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-144"}],"isExternal":true},"db1b9759-169":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-26"}],"isExternal":true},"db1b9759-170":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-140"}],"isExternal":true},"db1b9759-171":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-38"}],"isExternal":true},"db1b9759-172":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-142"},{"uid":"db1b9759-68"},{"uid":"db1b9759-110"},{"uid":"db1b9759-114"},{"uid":"db1b9759-116"},{"uid":"db1b9759-122"},{"uid":"db1b9759-128"},{"uid":"db1b9759-130"},{"uid":"db1b9759-82"}],"isExternal":true},"db1b9759-173":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"db1b9759-90"},{"uid":"db1b9759-92"},{"uid":"db1b9759-189"},{"uid":"db1b9759-98"},{"uid":"db1b9759-100"},{"uid":"db1b9759-102"},{"uid":"db1b9759-104"}],"importedBy":[{"uid":"db1b9759-142"},{"uid":"db1b9759-106"}]},"db1b9759-174":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-46"},{"uid":"db1b9759-68"},{"uid":"db1b9759-154"},{"uid":"db1b9759-108"},{"uid":"db1b9759-110"},{"uid":"db1b9759-116"},{"uid":"db1b9759-118"},{"uid":"db1b9759-122"},{"uid":"db1b9759-128"},{"uid":"db1b9759-130"},{"uid":"db1b9759-112"},{"uid":"db1b9759-146"},{"uid":"db1b9759-40"},{"uid":"db1b9759-82"}],"isExternal":true},"db1b9759-175":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-46"}],"isExternal":true},"db1b9759-176":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-46"}],"isExternal":true},"db1b9759-177":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-72"}],"isExternal":true},"db1b9759-178":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-72"}],"isExternal":true},"db1b9759-179":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-72"}],"isExternal":true},"db1b9759-180":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-64"}],"isExternal":true},"db1b9759-181":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-66"}],"isExternal":true},"db1b9759-182":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-30"}],"isExternal":true},"db1b9759-183":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-24"}],"isExternal":true},"db1b9759-184":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-24"}],"isExternal":true},"db1b9759-185":{"id":"date-fns","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-154"}],"isExternal":true},"db1b9759-186":{"id":"/src/components/ui/calendar.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-154"}]},"db1b9759-187":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"db1b9759-82"}],"importedBy":[{"uid":"db1b9759-108"}]},"db1b9759-188":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"db1b9759-106"}],"importedBy":[{"uid":"db1b9759-108"}]},"db1b9759-189":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"db1b9759-163"},{"uid":"db1b9759-88"}],"importedBy":[{"uid":"db1b9759-173"}]},"db1b9759-190":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-84"},{"uid":"db1b9759-78"},{"uid":"db1b9759-96"}],"isExternal":true},"db1b9759-191":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-84"}],"isExternal":true},"db1b9759-192":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-86"},{"uid":"db1b9759-98"}],"isExternal":true},"db1b9759-193":{"id":"@radix-ui/react-select","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-146"}],"isExternal":true},"db1b9759-194":{"id":"react-day-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-150"}],"isExternal":true},"db1b9759-195":{"id":"@radix-ui/react-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-152"}],"isExternal":true},"db1b9759-196":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-40"}],"isExternal":true},"db1b9759-197":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"db1b9759-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":"5a7952da-1","name":"customColor.ts"},{"uid":"5a7952da-3","name":"dark.ts"},{"uid":"5a7952da-5","name":"primary.ts"},{"uid":"5a7952da-7","name":"orange.ts"},{"uid":"5a7952da-9","name":"yellow.ts"},{"uid":"5a7952da-11","name":"green.ts"},{"uid":"5a7952da-13","name":"blue.ts"},{"uid":"5a7952da-15","name":"purple.ts"},{"uid":"5a7952da-17","name":"pink.ts"},{"uid":"5a7952da-19","name":"red.ts"},{"uid":"5a7952da-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"5a7952da-25","name":"utils.ts"},{"uid":"5a7952da-101","name":"fetchClient.ts"},{"uid":"5a7952da-103","name":"api.ts"},{"uid":"5a7952da-137","name":"feature-flags.tsx"},{"uid":"5a7952da-139","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"5a7952da-27","name":"tooltip.tsx"},{"uid":"5a7952da-33","name":"button.tsx"},{"uid":"5a7952da-37","name":"input.tsx"},{"uid":"5a7952da-39","name":"label.tsx"},{"uid":"5a7952da-81","name":"icon.tsx"},{"uid":"5a7952da-87","name":"collapsible.tsx"},{"uid":"5a7952da-123","name":"dropdown-menu.tsx"},{"uid":"5a7952da-129","name":"textarea.tsx"},{"uid":"5a7952da-141","name":"scroll-area.tsx"},{"uid":"5a7952da-145","name":"switch.tsx"},{"uid":"5a7952da-147","name":"select.tsx"},{"uid":"5a7952da-151","name":"calendar.tsx"},{"uid":"5a7952da-153","name":"popover.tsx"}]},{"name":"chat-search","children":[{"uid":"5a7952da-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"5a7952da-41","name":"ActionInputForm.tsx"},{"uid":"5a7952da-43","name":"ActionButtons.tsx"},{"uid":"5a7952da-75","name":"MarkdownText.tsx"},{"uid":"5a7952da-79","name":"utils.ts"}]},{"uid":"5a7952da-77","name":"AnswerBlock.tsx"},{"uid":"5a7952da-83","name":"NextBestActions.tsx"},{"name":"helpers/nextBestActions.ts","uid":"5a7952da-85"},{"name":"hooks","children":[{"uid":"5a7952da-91","name":"useAnswerList.ts"},{"uid":"5a7952da-93","name":"useConversationId.ts"},{"uid":"5a7952da-97","name":"useIsChatSearchDirty.ts"},{"uid":"5a7952da-99","name":"useScrollManager.ts"},{"uid":"5a7952da-105","name":"useConversationLoader.ts"},{"uid":"5a7952da-107","name":"useSubscriptionManager.ts"},{"uid":"5a7952da-109","name":"useDarkMode.ts"},{"uid":"5a7952da-111","name":"useAccessibleColor.ts"}]},{"uid":"5a7952da-95","name":"ChatSearchContext.tsx"},{"uid":"5a7952da-115","name":"Answer.tsx"},{"uid":"5a7952da-117","name":"FollowUpQuestions.tsx"},{"uid":"5a7952da-119","name":"TimelineNavigation.tsx"},{"uid":"5a7952da-121","name":"ScrollToBottomArrow.tsx"},{"uid":"5a7952da-125","name":"PrimarySearch.tsx"},{"uid":"5a7952da-127","name":"FollowUpSearchBar.module.css"},{"uid":"5a7952da-131","name":"FollowUpSearchBar.tsx"},{"uid":"5a7952da-133","name":"Header.tsx"},{"uid":"5a7952da-135","name":"text-config.ts"},{"uid":"5a7952da-143","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"5a7952da-45","name":"codeblock.ts"},{"uid":"5a7952da-71","name":"stripNewLines.ts"}]},{"uid":"5a7952da-47","name":"CodeBlock.tsx"},{"uid":"5a7952da-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"5a7952da-51","name":"Loom.tsx"},{"uid":"5a7952da-53","name":"Supademo.tsx"},{"uid":"5a7952da-55","name":"Typeform.tsx"},{"uid":"5a7952da-57","name":"Vimeo.tsx"},{"uid":"5a7952da-59","name":"Wistia.tsx"},{"uid":"5a7952da-61","name":"Youtube.tsx"},{"uid":"5a7952da-63","name":"index.tsx"}]},{"uid":"5a7952da-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"5a7952da-67","name":"MermaidDiagram.tsx"},{"uid":"5a7952da-69","name":"ZoomableImage.tsx"},{"uid":"5a7952da-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"5a7952da-89"},{"name":"generating-star/generating-star.tsx","uid":"5a7952da-113"},{"name":"select/simpleSelect.tsx","uid":"5a7952da-149"},{"name":"date-picker/date-picker.tsx","uid":"5a7952da-155"}]},{"uid":"5a7952da-157","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"5a7952da-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"5a7952da-29"},{"name":"react-slot/dist/index.mjs","uid":"5a7952da-31"}]}]}]}],"isRoot":true},"nodeParts":{"5a7952da-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-0"},"5a7952da-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-2"},"5a7952da-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-4"},"5a7952da-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-6"},"5a7952da-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-8"},"5a7952da-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-10"},"5a7952da-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-12"},"5a7952da-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-14"},"5a7952da-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-16"},"5a7952da-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-18"},"5a7952da-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-20"},"5a7952da-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-22"},"5a7952da-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-24"},"5a7952da-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-26"},"5a7952da-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-28"},"5a7952da-31":{"renderedLength":3014,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-30"},"5a7952da-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-32"},"5a7952da-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-34"},"5a7952da-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-36"},"5a7952da-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-38"},"5a7952da-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-40"},"5a7952da-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-42"},"5a7952da-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-44"},"5a7952da-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-46"},"5a7952da-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-48"},"5a7952da-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-50"},"5a7952da-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-52"},"5a7952da-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-54"},"5a7952da-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-56"},"5a7952da-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-58"},"5a7952da-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-60"},"5a7952da-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-62"},"5a7952da-65":{"renderedLength":119,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-64"},"5a7952da-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-66"},"5a7952da-69":{"renderedLength":4132,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-68"},"5a7952da-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-70"},"5a7952da-73":{"renderedLength":8774,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-72"},"5a7952da-75":{"renderedLength":1021,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-74"},"5a7952da-77":{"renderedLength":511,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-76"},"5a7952da-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-78"},"5a7952da-81":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-80"},"5a7952da-83":{"renderedLength":3985,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-82"},"5a7952da-85":{"renderedLength":2044,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-84"},"5a7952da-87":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-86"},"5a7952da-89":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-88"},"5a7952da-91":{"renderedLength":8860,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-90"},"5a7952da-93":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-92"},"5a7952da-95":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-94"},"5a7952da-97":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-96"},"5a7952da-99":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-98"},"5a7952da-101":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-100"},"5a7952da-103":{"renderedLength":3919,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-102"},"5a7952da-105":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-104"},"5a7952da-107":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-106"},"5a7952da-109":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-108"},"5a7952da-111":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-110"},"5a7952da-113":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-112"},"5a7952da-115":{"renderedLength":8730,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-114"},"5a7952da-117":{"renderedLength":1203,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-116"},"5a7952da-119":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-118"},"5a7952da-121":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-120"},"5a7952da-123":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-122"},"5a7952da-125":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-124"},"5a7952da-127":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-126"},"5a7952da-129":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-128"},"5a7952da-131":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-130"},"5a7952da-133":{"renderedLength":2164,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-132"},"5a7952da-135":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-134"},"5a7952da-137":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-136"},"5a7952da-139":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-138"},"5a7952da-141":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-140"},"5a7952da-143":{"renderedLength":27264,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-142"},"5a7952da-145":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-144"},"5a7952da-147":{"renderedLength":3678,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-146"},"5a7952da-149":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-148"},"5a7952da-151":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-150"},"5a7952da-153":{"renderedLength":983,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-152"},"5a7952da-155":{"renderedLength":753,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-154"},"5a7952da-157":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"5a7952da-156"}},"nodeMetas":{"5a7952da-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"5a7952da-1"},"imported":[],"importedBy":[{"uid":"5a7952da-20"},{"uid":"5a7952da-4"}]},"5a7952da-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"5a7952da-3"},"imported":[],"importedBy":[{"uid":"5a7952da-20"},{"uid":"5a7952da-4"}]},"5a7952da-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"5a7952da-5"},"imported":[{"uid":"5a7952da-0"},{"uid":"5a7952da-2"}],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"5a7952da-7"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"5a7952da-9"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"5a7952da-11"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"5a7952da-13"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"5a7952da-15"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"5a7952da-17"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"5a7952da-19"},"imported":[],"importedBy":[{"uid":"5a7952da-20"}]},"5a7952da-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"5a7952da-21"},"imported":[{"uid":"5a7952da-4"},{"uid":"5a7952da-2"},{"uid":"5a7952da-6"},{"uid":"5a7952da-8"},{"uid":"5a7952da-10"},{"uid":"5a7952da-12"},{"uid":"5a7952da-14"},{"uid":"5a7952da-16"},{"uid":"5a7952da-18"},{"uid":"5a7952da-0"}],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"5a7952da-23"},"imported":[],"importedBy":[{"uid":"5a7952da-32"},{"uid":"5a7952da-86"},{"uid":"5a7952da-122"},{"uid":"5a7952da-144"},{"uid":"5a7952da-26"},{"uid":"5a7952da-128"},{"uid":"5a7952da-140"},{"uid":"5a7952da-38"},{"uid":"5a7952da-36"},{"uid":"5a7952da-142"},{"uid":"5a7952da-46"},{"uid":"5a7952da-72"},{"uid":"5a7952da-66"},{"uid":"5a7952da-114"},{"uid":"5a7952da-132"},{"uid":"5a7952da-138"},{"uid":"5a7952da-102"},{"uid":"5a7952da-80"},{"uid":"5a7952da-146"},{"uid":"5a7952da-150"},{"uid":"5a7952da-152"},{"uid":"5a7952da-100"},{"uid":"5a7952da-112"}]},"5a7952da-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"5a7952da-25"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-183"},{"uid":"5a7952da-184"}],"importedBy":[{"uid":"5a7952da-32"},{"uid":"5a7952da-122"},{"uid":"5a7952da-144"},{"uid":"5a7952da-26"},{"uid":"5a7952da-128"},{"uid":"5a7952da-140"},{"uid":"5a7952da-38"},{"uid":"5a7952da-36"},{"uid":"5a7952da-142"},{"uid":"5a7952da-72"},{"uid":"5a7952da-148"},{"uid":"5a7952da-154"},{"uid":"5a7952da-118"},{"uid":"5a7952da-124"},{"uid":"5a7952da-130"},{"uid":"5a7952da-132"},{"uid":"5a7952da-146"},{"uid":"5a7952da-150"},{"uid":"5a7952da-152"},{"uid":"5a7952da-104"},{"uid":"5a7952da-110"},{"uid":"5a7952da-40"},{"uid":"5a7952da-112"}]},"5a7952da-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"5a7952da-27"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-169"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-34"},{"uid":"5a7952da-114"},{"uid":"5a7952da-118"},{"uid":"5a7952da-88"}]},"5a7952da-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"5a7952da-29"},"imported":[{"uid":"5a7952da-163"}],"importedBy":[{"uid":"5a7952da-30"}]},"5a7952da-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"5a7952da-31"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-28"},{"uid":"5a7952da-182"}],"importedBy":[{"uid":"5a7952da-32"}]},"5a7952da-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"5a7952da-33"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-30"},{"uid":"5a7952da-164"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-46"},{"uid":"5a7952da-154"},{"uid":"5a7952da-34"},{"uid":"5a7952da-114"},{"uid":"5a7952da-116"},{"uid":"5a7952da-82"},{"uid":"5a7952da-120"},{"uid":"5a7952da-124"},{"uid":"5a7952da-130"},{"uid":"5a7952da-132"},{"uid":"5a7952da-40"},{"uid":"5a7952da-88"}]},"5a7952da-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"5a7952da-35"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-26"},{"uid":"5a7952da-32"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"5a7952da-37"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-40"}]},"5a7952da-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"5a7952da-39"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-171"},{"uid":"5a7952da-164"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-40"}]},"5a7952da-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"5a7952da-41"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-196"},{"uid":"5a7952da-197"},{"uid":"5a7952da-174"},{"uid":"5a7952da-32"},{"uid":"5a7952da-36"},{"uid":"5a7952da-38"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-76"}]},"5a7952da-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"5a7952da-43"},"imported":[],"importedBy":[{"uid":"5a7952da-76"}]},"5a7952da-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"5a7952da-45"},"imported":[],"importedBy":[{"uid":"5a7952da-46"}]},"5a7952da-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"5a7952da-47"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-174"},{"uid":"5a7952da-175"},{"uid":"5a7952da-176"},{"uid":"5a7952da-32"},{"uid":"5a7952da-44"}],"importedBy":[{"uid":"5a7952da-160"},{"uid":"5a7952da-72"}]},"5a7952da-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"5a7952da-49"},"imported":[{"uid":"5a7952da-163"}],"importedBy":[{"uid":"5a7952da-160"},{"uid":"5a7952da-50"},{"uid":"5a7952da-52"},{"uid":"5a7952da-54"},{"uid":"5a7952da-56"},{"uid":"5a7952da-58"},{"uid":"5a7952da-60"}]},"5a7952da-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"5a7952da-51"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-48"}],"importedBy":[{"uid":"5a7952da-62"}]},"5a7952da-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"5a7952da-53"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-48"}],"importedBy":[{"uid":"5a7952da-62"}]},"5a7952da-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"5a7952da-55"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-48"}],"importedBy":[{"uid":"5a7952da-62"}]},"5a7952da-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"5a7952da-57"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-48"}],"importedBy":[{"uid":"5a7952da-62"}]},"5a7952da-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"5a7952da-59"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-48"}],"importedBy":[{"uid":"5a7952da-62"}]},"5a7952da-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"5a7952da-61"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-48"}],"importedBy":[{"uid":"5a7952da-62"}]},"5a7952da-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"5a7952da-63"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-50"},{"uid":"5a7952da-52"},{"uid":"5a7952da-54"},{"uid":"5a7952da-56"},{"uid":"5a7952da-58"},{"uid":"5a7952da-60"}],"importedBy":[{"uid":"5a7952da-72"}]},"5a7952da-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"5a7952da-65"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-180"}],"importedBy":[{"uid":"5a7952da-160"},{"uid":"5a7952da-72"}]},"5a7952da-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"5a7952da-67"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-181"}],"importedBy":[{"uid":"5a7952da-160"},{"uid":"5a7952da-72"}]},"5a7952da-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"5a7952da-69"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-172"},{"uid":"5a7952da-174"}],"importedBy":[{"uid":"5a7952da-160"},{"uid":"5a7952da-72"}]},"5a7952da-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"5a7952da-71"},"imported":[],"importedBy":[{"uid":"5a7952da-72"}]},"5a7952da-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"5a7952da-73"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-177"},{"uid":"5a7952da-178"},{"uid":"5a7952da-179"},{"uid":"5a7952da-46"},{"uid":"5a7952da-62"},{"uid":"5a7952da-64"},{"uid":"5a7952da-66"},{"uid":"5a7952da-68"},{"uid":"5a7952da-70"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-160"},{"uid":"5a7952da-74"}]},"5a7952da-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"5a7952da-75"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-72"}],"importedBy":[{"uid":"5a7952da-76"}]},"5a7952da-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"5a7952da-77"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-40"},{"uid":"5a7952da-42"},{"uid":"5a7952da-74"}],"importedBy":[{"uid":"5a7952da-114"}]},"5a7952da-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"5a7952da-79"},"imported":[{"uid":"5a7952da-190"}],"importedBy":[{"uid":"5a7952da-114"},{"uid":"5a7952da-90"},{"uid":"5a7952da-104"}]},"5a7952da-80":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"5a7952da-81"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-174","dynamic":true}],"importedBy":[{"uid":"5a7952da-142"},{"uid":"5a7952da-82"}]},"5a7952da-82":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"5a7952da-83"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-172"},{"uid":"5a7952da-80"},{"uid":"5a7952da-32"}],"importedBy":[{"uid":"5a7952da-142"},{"uid":"5a7952da-114"}]},"5a7952da-84":{"id":"/src/components/chat-search/helpers/nextBestActions.ts","moduleParts":{"index.js":"5a7952da-85"},"imported":[],"importedBy":[{"uid":"5a7952da-114"}]},"5a7952da-86":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"5a7952da-87"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-165"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-114"}]},"5a7952da-88":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"5a7952da-89"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-174"},{"uid":"5a7952da-172"},{"uid":"5a7952da-32"},{"uid":"5a7952da-26"}],"importedBy":[{"uid":"5a7952da-187"}]},"5a7952da-90":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"5a7952da-91"},"imported":[{"uid":"5a7952da-190"},{"uid":"5a7952da-191"},{"uid":"5a7952da-78"}],"importedBy":[{"uid":"5a7952da-142"},{"uid":"5a7952da-94"},{"uid":"5a7952da-104"}]},"5a7952da-92":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"5a7952da-93"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-192"}],"importedBy":[{"uid":"5a7952da-94"}]},"5a7952da-94":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"5a7952da-95"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-90"},{"uid":"5a7952da-92"}],"importedBy":[{"uid":"5a7952da-159"},{"uid":"5a7952da-142"},{"uid":"5a7952da-96"},{"uid":"5a7952da-132"},{"uid":"5a7952da-189"},{"uid":"5a7952da-104"},{"uid":"5a7952da-106"}]},"5a7952da-96":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"5a7952da-97"},"imported":[{"uid":"5a7952da-94"}],"importedBy":[{"uid":"5a7952da-159"},{"uid":"5a7952da-132"},{"uid":"5a7952da-173"}]},"5a7952da-98":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"5a7952da-99"},"imported":[],"importedBy":[{"uid":"5a7952da-173"}]},"5a7952da-100":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"5a7952da-101"},"imported":[{"uid":"5a7952da-22"}],"importedBy":[{"uid":"5a7952da-102"}]},"5a7952da-102":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"5a7952da-103"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-190"},{"uid":"5a7952da-100"}],"importedBy":[{"uid":"5a7952da-142"},{"uid":"5a7952da-138"},{"uid":"5a7952da-104"}]},"5a7952da-104":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"5a7952da-105"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-192"},{"uid":"5a7952da-94"},{"uid":"5a7952da-90"},{"uid":"5a7952da-78"},{"uid":"5a7952da-24"},{"uid":"5a7952da-102"}],"importedBy":[{"uid":"5a7952da-173"}]},"5a7952da-106":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"5a7952da-107"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-94"}],"importedBy":[{"uid":"5a7952da-173"}]},"5a7952da-108":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"5a7952da-109"},"imported":[{"uid":"5a7952da-163"}],"importedBy":[{"uid":"5a7952da-173"},{"uid":"5a7952da-110"}]},"5a7952da-110":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"5a7952da-111"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-24"},{"uid":"5a7952da-108"}],"importedBy":[{"uid":"5a7952da-173"}]},"5a7952da-112":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"5a7952da-113"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-24"},{"uid":"5a7952da-163"},{"uid":"5a7952da-173"}],"importedBy":[{"uid":"5a7952da-188"}]},"5a7952da-114":{"id":"/src/components/chat-search/Answer.tsx","moduleParts":{"index.js":"5a7952da-115"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-174"},{"uid":"5a7952da-32"},{"uid":"5a7952da-76"},{"uid":"5a7952da-78"},{"uid":"5a7952da-82"},{"uid":"5a7952da-84"},{"uid":"5a7952da-86"},{"uid":"5a7952da-187"},{"uid":"5a7952da-188"},{"uid":"5a7952da-26"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-116":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"5a7952da-117"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-172"},{"uid":"5a7952da-174"},{"uid":"5a7952da-32"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-118":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"5a7952da-119"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-174"},{"uid":"5a7952da-172"},{"uid":"5a7952da-26"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-120":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"5a7952da-121"},"imported":[{"uid":"5a7952da-174"},{"uid":"5a7952da-163"},{"uid":"5a7952da-32"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-122":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"5a7952da-123"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-166"},{"uid":"5a7952da-24"},{"uid":"5a7952da-167"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-124"}]},"5a7952da-124":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"5a7952da-125"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-172"},{"uid":"5a7952da-174"},{"uid":"5a7952da-32"},{"uid":"5a7952da-122"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-126":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"5a7952da-127"},"imported":[],"importedBy":[{"uid":"5a7952da-130"}]},"5a7952da-128":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"5a7952da-129"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-130"}]},"5a7952da-130":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"5a7952da-131"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-174"},{"uid":"5a7952da-172"},{"uid":"5a7952da-126"},{"uid":"5a7952da-32"},{"uid":"5a7952da-128"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-132":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"5a7952da-133"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-172"},{"uid":"5a7952da-174"},{"uid":"5a7952da-32"},{"uid":"5a7952da-96"},{"uid":"5a7952da-94"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-134":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"5a7952da-135"},"imported":[],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-136":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"5a7952da-137"},"imported":[{"uid":"5a7952da-163"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-138":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"5a7952da-139"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-102"}],"importedBy":[{"uid":"5a7952da-142"}]},"5a7952da-140":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"5a7952da-141"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-170"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"},{"uid":"5a7952da-142"}]},"5a7952da-142":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"5a7952da-143"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-172"},{"uid":"5a7952da-34"},{"uid":"5a7952da-114"},{"uid":"5a7952da-116"},{"uid":"5a7952da-82"},{"uid":"5a7952da-118"},{"uid":"5a7952da-120"},{"uid":"5a7952da-124"},{"uid":"5a7952da-130"},{"uid":"5a7952da-132"},{"uid":"5a7952da-134"},{"uid":"5a7952da-94"},{"uid":"5a7952da-173"},{"uid":"5a7952da-90"},{"uid":"5a7952da-136"},{"uid":"5a7952da-24"},{"uid":"5a7952da-138"},{"uid":"5a7952da-102"},{"uid":"5a7952da-140"},{"uid":"5a7952da-80"}],"importedBy":[{"uid":"5a7952da-159"}]},"5a7952da-144":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"5a7952da-145"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-168"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-146":{"id":"/src/components/ui/select.tsx","moduleParts":{"index.js":"5a7952da-147"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-193"},{"uid":"5a7952da-174"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-148"}]},"5a7952da-148":{"id":"/src/components/select/simpleSelect.tsx","moduleParts":{"index.js":"5a7952da-149"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-24"},{"uid":"5a7952da-146"}],"importedBy":[{"uid":"5a7952da-161"}]},"5a7952da-150":{"id":"/src/components/ui/calendar.tsx","moduleParts":{"index.js":"5a7952da-151"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-194"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-154"}]},"5a7952da-152":{"id":"/src/components/ui/popover.tsx","moduleParts":{"index.js":"5a7952da-153"},"imported":[{"uid":"5a7952da-22"},{"uid":"5a7952da-163"},{"uid":"5a7952da-195"},{"uid":"5a7952da-24"}],"importedBy":[{"uid":"5a7952da-154"}]},"5a7952da-154":{"id":"/src/components/date-picker/date-picker.tsx","moduleParts":{"index.js":"5a7952da-155"},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-185"},{"uid":"5a7952da-174"},{"uid":"5a7952da-24"},{"uid":"5a7952da-32"},{"uid":"5a7952da-150"},{"uid":"5a7952da-152"},{"uid":"5a7952da-186"}],"importedBy":[{"uid":"5a7952da-162"}]},"5a7952da-156":{"id":"/src/index.ts","moduleParts":{"index.js":"5a7952da-157"},"imported":[{"uid":"5a7952da-158"},{"uid":"5a7952da-20"},{"uid":"5a7952da-159"},{"uid":"5a7952da-160"},{"uid":"5a7952da-32"},{"uid":"5a7952da-86"},{"uid":"5a7952da-122"},{"uid":"5a7952da-144"},{"uid":"5a7952da-26"},{"uid":"5a7952da-128"},{"uid":"5a7952da-140"},{"uid":"5a7952da-38"},{"uid":"5a7952da-36"},{"uid":"5a7952da-161"},{"uid":"5a7952da-162"}],"importedBy":[],"isEntry":true},"5a7952da-158":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-159":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"5a7952da-142"},{"uid":"5a7952da-94"},{"uid":"5a7952da-96"}],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-160":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"5a7952da-46"},{"uid":"5a7952da-72"},{"uid":"5a7952da-48"},{"uid":"5a7952da-64"},{"uid":"5a7952da-66"},{"uid":"5a7952da-68"}],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-161":{"id":"/src/components/select/index.ts","moduleParts":{},"imported":[{"uid":"5a7952da-148"}],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-162":{"id":"/src/components/date-picker/index.tsx","moduleParts":{},"imported":[{"uid":"5a7952da-154"}],"importedBy":[{"uid":"5a7952da-156"}]},"5a7952da-163":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-32"},{"uid":"5a7952da-86"},{"uid":"5a7952da-122"},{"uid":"5a7952da-144"},{"uid":"5a7952da-26"},{"uid":"5a7952da-128"},{"uid":"5a7952da-140"},{"uid":"5a7952da-38"},{"uid":"5a7952da-36"},{"uid":"5a7952da-142"},{"uid":"5a7952da-94"},{"uid":"5a7952da-46"},{"uid":"5a7952da-72"},{"uid":"5a7952da-48"},{"uid":"5a7952da-64"},{"uid":"5a7952da-66"},{"uid":"5a7952da-68"},{"uid":"5a7952da-30"},{"uid":"5a7952da-24"},{"uid":"5a7952da-148"},{"uid":"5a7952da-154"},{"uid":"5a7952da-34"},{"uid":"5a7952da-114"},{"uid":"5a7952da-116"},{"uid":"5a7952da-82"},{"uid":"5a7952da-118"},{"uid":"5a7952da-120"},{"uid":"5a7952da-124"},{"uid":"5a7952da-130"},{"uid":"5a7952da-132"},{"uid":"5a7952da-136"},{"uid":"5a7952da-138"},{"uid":"5a7952da-80"},{"uid":"5a7952da-92"},{"uid":"5a7952da-62"},{"uid":"5a7952da-28"},{"uid":"5a7952da-146"},{"uid":"5a7952da-150"},{"uid":"5a7952da-152"},{"uid":"5a7952da-76"},{"uid":"5a7952da-189"},{"uid":"5a7952da-104"},{"uid":"5a7952da-106"},{"uid":"5a7952da-108"},{"uid":"5a7952da-110"},{"uid":"5a7952da-50"},{"uid":"5a7952da-52"},{"uid":"5a7952da-54"},{"uid":"5a7952da-56"},{"uid":"5a7952da-58"},{"uid":"5a7952da-60"},{"uid":"5a7952da-40"},{"uid":"5a7952da-74"},{"uid":"5a7952da-88"},{"uid":"5a7952da-112"}],"isExternal":true},"5a7952da-164":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-32"},{"uid":"5a7952da-38"}],"isExternal":true},"5a7952da-165":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-86"}],"isExternal":true},"5a7952da-166":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-122"}],"isExternal":true},"5a7952da-167":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-122"}],"isExternal":true},"5a7952da-168":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-144"}],"isExternal":true},"5a7952da-169":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-26"}],"isExternal":true},"5a7952da-170":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-140"}],"isExternal":true},"5a7952da-171":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-38"}],"isExternal":true},"5a7952da-172":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-142"},{"uid":"5a7952da-68"},{"uid":"5a7952da-116"},{"uid":"5a7952da-82"},{"uid":"5a7952da-118"},{"uid":"5a7952da-124"},{"uid":"5a7952da-130"},{"uid":"5a7952da-132"},{"uid":"5a7952da-88"}],"isExternal":true},"5a7952da-173":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"5a7952da-96"},{"uid":"5a7952da-98"},{"uid":"5a7952da-189"},{"uid":"5a7952da-104"},{"uid":"5a7952da-106"},{"uid":"5a7952da-108"},{"uid":"5a7952da-110"}],"importedBy":[{"uid":"5a7952da-142"},{"uid":"5a7952da-112"}]},"5a7952da-174":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-46"},{"uid":"5a7952da-68"},{"uid":"5a7952da-154"},{"uid":"5a7952da-114"},{"uid":"5a7952da-116"},{"uid":"5a7952da-118"},{"uid":"5a7952da-120"},{"uid":"5a7952da-124"},{"uid":"5a7952da-130"},{"uid":"5a7952da-132"},{"uid":"5a7952da-80"},{"uid":"5a7952da-146"},{"uid":"5a7952da-40"},{"uid":"5a7952da-88"}],"isExternal":true},"5a7952da-175":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-46"}],"isExternal":true},"5a7952da-176":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-46"}],"isExternal":true},"5a7952da-177":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-72"}],"isExternal":true},"5a7952da-178":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-72"}],"isExternal":true},"5a7952da-179":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-72"}],"isExternal":true},"5a7952da-180":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-64"}],"isExternal":true},"5a7952da-181":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-66"}],"isExternal":true},"5a7952da-182":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-30"}],"isExternal":true},"5a7952da-183":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-24"}],"isExternal":true},"5a7952da-184":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-24"}],"isExternal":true},"5a7952da-185":{"id":"date-fns","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-154"}],"isExternal":true},"5a7952da-186":{"id":"/src/components/ui/calendar.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-154"}]},"5a7952da-187":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"5a7952da-88"}],"importedBy":[{"uid":"5a7952da-114"}]},"5a7952da-188":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"5a7952da-112"}],"importedBy":[{"uid":"5a7952da-114"}]},"5a7952da-189":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"5a7952da-163"},{"uid":"5a7952da-94"}],"importedBy":[{"uid":"5a7952da-173"}]},"5a7952da-190":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-90"},{"uid":"5a7952da-102"},{"uid":"5a7952da-78"}],"isExternal":true},"5a7952da-191":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-90"}],"isExternal":true},"5a7952da-192":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-92"},{"uid":"5a7952da-104"}],"isExternal":true},"5a7952da-193":{"id":"@radix-ui/react-select","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-146"}],"isExternal":true},"5a7952da-194":{"id":"react-day-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-150"}],"isExternal":true},"5a7952da-195":{"id":"@radix-ui/react-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-152"}],"isExternal":true},"5a7952da-196":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-40"}],"isExternal":true},"5a7952da-197":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"5a7952da-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;
|