@brainfish-ai/components 0.4.3 → 0.4.5

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/index.d.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  import * as React from 'react';
3
3
  import React__default, { ReactNode, FC } from 'react';
4
4
  import { JSONSchemaType } from 'ajv';
5
- import { FeatureFlags } from '@/lib/feature-flags';
6
5
  import { Options } from 'react-markdown';
7
6
  import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
8
7
  import { VariantProps } from 'class-variance-authority';
@@ -145,6 +144,8 @@ declare const BrainfishColors: {
145
144
  };
146
145
  };
147
146
 
147
+ type FeatureFlags = { [key: string]: boolean | string | number };
148
+
148
149
  type JSONSchema<T> = JSONSchemaType<T>;
149
150
  interface TextConfig {
150
151
  headerText?: string;
@@ -192,6 +193,20 @@ type ActionInputFormBlock = {
192
193
  initialValues: ActionInputs;
193
194
  schema: ActionInputsSchema;
194
195
  onSubmit?: (inputs: ActionInputs) => void;
196
+ inputs?: ActionInput[];
197
+ };
198
+ type ActionInput = {
199
+ name: string;
200
+ required: boolean;
201
+ schema: {
202
+ type: string;
203
+ title: string;
204
+ description: string;
205
+ };
206
+ type: string;
207
+ ui: {
208
+ type: string;
209
+ };
195
210
  };
196
211
  type AnswerBlock = MarkdownTextBlock | ActionButtonsBlock | ActionInputFormBlock;
197
212
  type AnswerState = 'fetching-search-results' | 'fetching-stream' | 'streaming' | 'getting-action-inputs' | 'completed';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainfish-ai/components",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Brainfish Components",
5
5
  "license": "MIT",
6
6
  "module": "./dist/esm/index.js",
@@ -24,8 +24,8 @@
24
24
  "start": "NODE_ENV=development BABEL_ENV=development yarn storybook",
25
25
  "build": "rimraf dist && NODE_ENV=production BABEL_ENV=production rollup -c",
26
26
  "watch": "rollup -c -w",
27
- "lint": "yarn check-types && yarn eslint && yarn stylelint",
28
- "lint:fix": "yarn eslint:fix && yarn stylelint:fix",
27
+ "lint": "yarn check-types && yarn eslint",
28
+ "lint:fix": "yarn eslint:fix",
29
29
  "eslint": "eslint . --ext .js,.jsx,.tsx,.ts",
30
30
  "eslint:fix": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
31
31
  "check-types": "tsc --noEmit true",
@@ -47,6 +47,7 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@radix-ui/react-slot": "^1.1.2",
50
+ "@rollup/plugin-alias": "^5.1.1",
50
51
  "@rollup/plugin-commonjs": "^25.0.7",
51
52
  "@rollup/plugin-node-resolve": "^15.2.3",
52
53
  "@rollup/plugin-typescript": "^11.1.5",
@@ -96,6 +97,7 @@
96
97
  "regenerator-runtime": "^0.14.0",
97
98
  "rimraf": "^5.0.5",
98
99
  "rollup": "^4.3.0",
100
+ "rollup-plugin-cleanup": "^3.2.1",
99
101
  "rollup-plugin-dts": "^6.1.0",
100
102
  "rollup-plugin-filesize": "^10.0.0",
101
103
  "rollup-plugin-peer-deps-external": "^2.2.4",
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":"0c3250dc-1","name":"customColor.ts"},{"uid":"0c3250dc-3","name":"dark.ts"},{"uid":"0c3250dc-5","name":"primary.ts"},{"uid":"0c3250dc-7","name":"orange.ts"},{"uid":"0c3250dc-9","name":"yellow.ts"},{"uid":"0c3250dc-11","name":"green.ts"},{"uid":"0c3250dc-13","name":"blue.ts"},{"uid":"0c3250dc-15","name":"purple.ts"},{"uid":"0c3250dc-17","name":"pink.ts"},{"uid":"0c3250dc-19","name":"red.ts"},{"uid":"0c3250dc-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"0c3250dc-25","name":"utils.ts"},{"uid":"0c3250dc-105","name":"fetchClient.ts"},{"uid":"0c3250dc-107","name":"api.ts"},{"uid":"0c3250dc-141","name":"feature-flags.tsx"},{"uid":"0c3250dc-143","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"0c3250dc-27","name":"tooltip.tsx"},{"uid":"0c3250dc-33","name":"button.tsx"},{"uid":"0c3250dc-37","name":"input.tsx"},{"uid":"0c3250dc-39","name":"label.tsx"},{"uid":"0c3250dc-81","name":"icon.tsx"},{"uid":"0c3250dc-91","name":"collapsible.tsx"},{"uid":"0c3250dc-127","name":"dropdown-menu.tsx"},{"uid":"0c3250dc-133","name":"textarea.tsx"},{"uid":"0c3250dc-145","name":"scroll-area.tsx"},{"uid":"0c3250dc-151","name":"switch.tsx"},{"uid":"0c3250dc-153","name":"select.tsx"},{"uid":"0c3250dc-157","name":"calendar.tsx"},{"uid":"0c3250dc-159","name":"popover.tsx"}]},{"name":"chat-search","children":[{"uid":"0c3250dc-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"0c3250dc-41","name":"ActionInputForm.tsx"},{"uid":"0c3250dc-43","name":"ActionButtons.tsx"},{"uid":"0c3250dc-75","name":"MarkdownText.tsx"},{"uid":"0c3250dc-79","name":"utils.ts"}]},{"uid":"0c3250dc-77","name":"AnswerBlock.tsx"},{"uid":"0c3250dc-83","name":"NextBestActions.tsx"},{"uid":"0c3250dc-85","name":"types.ts"},{"name":"helpers/nextBestActions.ts","uid":"0c3250dc-87"},{"uid":"0c3250dc-89","name":"AnswerActions.tsx"},{"name":"hooks","children":[{"uid":"0c3250dc-95","name":"useAnswerList.ts"},{"uid":"0c3250dc-97","name":"useConversationId.ts"},{"uid":"0c3250dc-101","name":"useIsChatSearchDirty.ts"},{"uid":"0c3250dc-103","name":"useScrollManager.ts"},{"uid":"0c3250dc-109","name":"useConversationLoader.ts"},{"uid":"0c3250dc-111","name":"useSubscriptionManager.ts"},{"uid":"0c3250dc-113","name":"useDarkMode.ts"},{"uid":"0c3250dc-115","name":"useAccessibleColor.ts"}]},{"uid":"0c3250dc-99","name":"ChatSearchContext.tsx"},{"uid":"0c3250dc-119","name":"Answer.tsx"},{"uid":"0c3250dc-121","name":"FollowUpQuestions.tsx"},{"uid":"0c3250dc-123","name":"TimelineNavigation.tsx"},{"uid":"0c3250dc-125","name":"ScrollToBottomArrow.tsx"},{"uid":"0c3250dc-129","name":"PrimarySearch.tsx"},{"uid":"0c3250dc-131","name":"FollowUpSearchBar.module.css"},{"uid":"0c3250dc-135","name":"FollowUpSearchBar.tsx"},{"uid":"0c3250dc-137","name":"Header.tsx"},{"uid":"0c3250dc-139","name":"text-config.ts"},{"uid":"0c3250dc-147","name":"LoadingConversation.tsx"},{"uid":"0c3250dc-149","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"0c3250dc-45","name":"codeblock.ts"},{"uid":"0c3250dc-71","name":"stripNewLines.ts"}]},{"uid":"0c3250dc-47","name":"CodeBlock.tsx"},{"uid":"0c3250dc-49","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"0c3250dc-51","name":"Loom.tsx"},{"uid":"0c3250dc-53","name":"Supademo.tsx"},{"uid":"0c3250dc-55","name":"Typeform.tsx"},{"uid":"0c3250dc-57","name":"Vimeo.tsx"},{"uid":"0c3250dc-59","name":"Wistia.tsx"},{"uid":"0c3250dc-61","name":"Youtube.tsx"},{"uid":"0c3250dc-63","name":"index.tsx"}]},{"uid":"0c3250dc-65","name":"MemoizedReactMarkdown.tsx"},{"uid":"0c3250dc-67","name":"MermaidDiagram.tsx"},{"uid":"0c3250dc-69","name":"ZoomableImage.tsx"},{"uid":"0c3250dc-73","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"0c3250dc-93"},{"name":"generating-star/generating-star.tsx","uid":"0c3250dc-117"},{"name":"select/simpleSelect.tsx","uid":"0c3250dc-155"},{"name":"date-picker/date-picker.tsx","uid":"0c3250dc-161"}]},{"uid":"0c3250dc-163","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"0c3250dc-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"0c3250dc-29"},{"name":"react-slot/dist/index.mjs","uid":"0c3250dc-31"}]}]}]}],"isRoot":true},"nodeParts":{"0c3250dc-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-0"},"0c3250dc-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-2"},"0c3250dc-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-4"},"0c3250dc-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-6"},"0c3250dc-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-8"},"0c3250dc-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-10"},"0c3250dc-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-12"},"0c3250dc-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-14"},"0c3250dc-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-16"},"0c3250dc-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-18"},"0c3250dc-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-20"},"0c3250dc-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-22"},"0c3250dc-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-24"},"0c3250dc-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-26"},"0c3250dc-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-28"},"0c3250dc-31":{"renderedLength":3014,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-30"},"0c3250dc-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-32"},"0c3250dc-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-34"},"0c3250dc-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-36"},"0c3250dc-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-38"},"0c3250dc-41":{"renderedLength":3464,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-40"},"0c3250dc-43":{"renderedLength":56,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-42"},"0c3250dc-45":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-44"},"0c3250dc-47":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-46"},"0c3250dc-49":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-48"},"0c3250dc-51":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-50"},"0c3250dc-53":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-52"},"0c3250dc-55":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-54"},"0c3250dc-57":{"renderedLength":1011,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-56"},"0c3250dc-59":{"renderedLength":1864,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-58"},"0c3250dc-61":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-60"},"0c3250dc-63":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-62"},"0c3250dc-65":{"renderedLength":170,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-64"},"0c3250dc-67":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-66"},"0c3250dc-69":{"renderedLength":4117,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-68"},"0c3250dc-71":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-70"},"0c3250dc-73":{"renderedLength":9028,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-72"},"0c3250dc-75":{"renderedLength":1064,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-74"},"0c3250dc-77":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-76"},"0c3250dc-79":{"renderedLength":600,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-78"},"0c3250dc-81":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-80"},"0c3250dc-83":{"renderedLength":3985,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-82"},"0c3250dc-85":{"renderedLength":588,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-84"},"0c3250dc-87":{"renderedLength":2142,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-86"},"0c3250dc-89":{"renderedLength":1671,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-88"},"0c3250dc-91":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-90"},"0c3250dc-93":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-92"},"0c3250dc-95":{"renderedLength":8860,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-94"},"0c3250dc-97":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-96"},"0c3250dc-99":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-98"},"0c3250dc-101":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-100"},"0c3250dc-103":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-102"},"0c3250dc-105":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-104"},"0c3250dc-107":{"renderedLength":3919,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-106"},"0c3250dc-109":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-108"},"0c3250dc-111":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-110"},"0c3250dc-113":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-112"},"0c3250dc-115":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-114"},"0c3250dc-117":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-116"},"0c3250dc-119":{"renderedLength":6812,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-118"},"0c3250dc-121":{"renderedLength":1203,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-120"},"0c3250dc-123":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-122"},"0c3250dc-125":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-124"},"0c3250dc-127":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-126"},"0c3250dc-129":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-128"},"0c3250dc-131":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-130"},"0c3250dc-133":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-132"},"0c3250dc-135":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-134"},"0c3250dc-137":{"renderedLength":2182,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-136"},"0c3250dc-139":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-138"},"0c3250dc-141":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-140"},"0c3250dc-143":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-142"},"0c3250dc-145":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-144"},"0c3250dc-147":{"renderedLength":636,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-146"},"0c3250dc-149":{"renderedLength":26872,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-148"},"0c3250dc-151":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-150"},"0c3250dc-153":{"renderedLength":3678,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-152"},"0c3250dc-155":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-154"},"0c3250dc-157":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-156"},"0c3250dc-159":{"renderedLength":983,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-158"},"0c3250dc-161":{"renderedLength":753,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-160"},"0c3250dc-163":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"0c3250dc-162"}},"nodeMetas":{"0c3250dc-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"0c3250dc-1"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"},{"uid":"0c3250dc-4"}]},"0c3250dc-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"0c3250dc-3"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"},{"uid":"0c3250dc-4"}]},"0c3250dc-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"0c3250dc-5"},"imported":[{"uid":"0c3250dc-0"},{"uid":"0c3250dc-2"}],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"0c3250dc-7"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"0c3250dc-9"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"0c3250dc-11"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"0c3250dc-13"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"0c3250dc-15"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"0c3250dc-17"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"0c3250dc-19"},"imported":[],"importedBy":[{"uid":"0c3250dc-20"}]},"0c3250dc-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"0c3250dc-21"},"imported":[{"uid":"0c3250dc-4"},{"uid":"0c3250dc-2"},{"uid":"0c3250dc-6"},{"uid":"0c3250dc-8"},{"uid":"0c3250dc-10"},{"uid":"0c3250dc-12"},{"uid":"0c3250dc-14"},{"uid":"0c3250dc-16"},{"uid":"0c3250dc-18"},{"uid":"0c3250dc-0"}],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"0c3250dc-23"},"imported":[],"importedBy":[{"uid":"0c3250dc-32"},{"uid":"0c3250dc-90"},{"uid":"0c3250dc-126"},{"uid":"0c3250dc-150"},{"uid":"0c3250dc-26"},{"uid":"0c3250dc-132"},{"uid":"0c3250dc-144"},{"uid":"0c3250dc-38"},{"uid":"0c3250dc-36"},{"uid":"0c3250dc-148"},{"uid":"0c3250dc-46"},{"uid":"0c3250dc-72"},{"uid":"0c3250dc-66"},{"uid":"0c3250dc-118"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-142"},{"uid":"0c3250dc-106"},{"uid":"0c3250dc-80"},{"uid":"0c3250dc-152"},{"uid":"0c3250dc-156"},{"uid":"0c3250dc-158"},{"uid":"0c3250dc-104"},{"uid":"0c3250dc-116"}]},"0c3250dc-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"0c3250dc-25"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-189"},{"uid":"0c3250dc-190"}],"importedBy":[{"uid":"0c3250dc-32"},{"uid":"0c3250dc-126"},{"uid":"0c3250dc-150"},{"uid":"0c3250dc-26"},{"uid":"0c3250dc-132"},{"uid":"0c3250dc-144"},{"uid":"0c3250dc-38"},{"uid":"0c3250dc-36"},{"uid":"0c3250dc-148"},{"uid":"0c3250dc-72"},{"uid":"0c3250dc-154"},{"uid":"0c3250dc-160"},{"uid":"0c3250dc-122"},{"uid":"0c3250dc-128"},{"uid":"0c3250dc-134"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-152"},{"uid":"0c3250dc-156"},{"uid":"0c3250dc-158"},{"uid":"0c3250dc-108"},{"uid":"0c3250dc-114"},{"uid":"0c3250dc-40"},{"uid":"0c3250dc-116"}]},"0c3250dc-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"0c3250dc-27"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-175"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-34"},{"uid":"0c3250dc-118"},{"uid":"0c3250dc-122"},{"uid":"0c3250dc-92"}]},"0c3250dc-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"0c3250dc-29"},"imported":[{"uid":"0c3250dc-169"}],"importedBy":[{"uid":"0c3250dc-30"}]},"0c3250dc-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"0c3250dc-31"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-28"},{"uid":"0c3250dc-188"}],"importedBy":[{"uid":"0c3250dc-32"}]},"0c3250dc-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"0c3250dc-33"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-30"},{"uid":"0c3250dc-170"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-46"},{"uid":"0c3250dc-160"},{"uid":"0c3250dc-34"},{"uid":"0c3250dc-118"},{"uid":"0c3250dc-120"},{"uid":"0c3250dc-82"},{"uid":"0c3250dc-124"},{"uid":"0c3250dc-128"},{"uid":"0c3250dc-134"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-40"},{"uid":"0c3250dc-92"}]},"0c3250dc-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"0c3250dc-35"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-26"},{"uid":"0c3250dc-32"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"0c3250dc-37"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-40"}]},"0c3250dc-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"0c3250dc-39"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-177"},{"uid":"0c3250dc-170"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-40"}]},"0c3250dc-40":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"0c3250dc-41"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-202"},{"uid":"0c3250dc-203"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-36"},{"uid":"0c3250dc-38"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-76"}]},"0c3250dc-42":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"0c3250dc-43"},"imported":[],"importedBy":[{"uid":"0c3250dc-76"}]},"0c3250dc-44":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"0c3250dc-45"},"imported":[],"importedBy":[{"uid":"0c3250dc-46"}]},"0c3250dc-46":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"0c3250dc-47"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-181"},{"uid":"0c3250dc-182"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-44"}],"importedBy":[{"uid":"0c3250dc-166"},{"uid":"0c3250dc-72"}]},"0c3250dc-48":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"0c3250dc-49"},"imported":[{"uid":"0c3250dc-169"}],"importedBy":[{"uid":"0c3250dc-166"},{"uid":"0c3250dc-50"},{"uid":"0c3250dc-52"},{"uid":"0c3250dc-54"},{"uid":"0c3250dc-56"},{"uid":"0c3250dc-58"},{"uid":"0c3250dc-60"}]},"0c3250dc-50":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"0c3250dc-51"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-48"}],"importedBy":[{"uid":"0c3250dc-62"}]},"0c3250dc-52":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"0c3250dc-53"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-48"}],"importedBy":[{"uid":"0c3250dc-62"}]},"0c3250dc-54":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"0c3250dc-55"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-48"}],"importedBy":[{"uid":"0c3250dc-62"}]},"0c3250dc-56":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"0c3250dc-57"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-48"}],"importedBy":[{"uid":"0c3250dc-62"}]},"0c3250dc-58":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"0c3250dc-59"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-48"}],"importedBy":[{"uid":"0c3250dc-62"}]},"0c3250dc-60":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"0c3250dc-61"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-48"}],"importedBy":[{"uid":"0c3250dc-62"}]},"0c3250dc-62":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"0c3250dc-63"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-50"},{"uid":"0c3250dc-52"},{"uid":"0c3250dc-54"},{"uid":"0c3250dc-56"},{"uid":"0c3250dc-58"},{"uid":"0c3250dc-60"}],"importedBy":[{"uid":"0c3250dc-72"}]},"0c3250dc-64":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"0c3250dc-65"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-186"}],"importedBy":[{"uid":"0c3250dc-166"},{"uid":"0c3250dc-72"}]},"0c3250dc-66":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"0c3250dc-67"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-187"}],"importedBy":[{"uid":"0c3250dc-166"},{"uid":"0c3250dc-72"}]},"0c3250dc-68":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"0c3250dc-69"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-180"}],"importedBy":[{"uid":"0c3250dc-166"},{"uid":"0c3250dc-72"}]},"0c3250dc-70":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"0c3250dc-71"},"imported":[],"importedBy":[{"uid":"0c3250dc-72"}]},"0c3250dc-72":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"0c3250dc-73"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-183"},{"uid":"0c3250dc-184"},{"uid":"0c3250dc-185"},{"uid":"0c3250dc-46"},{"uid":"0c3250dc-62"},{"uid":"0c3250dc-64"},{"uid":"0c3250dc-66"},{"uid":"0c3250dc-68"},{"uid":"0c3250dc-70"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-166"},{"uid":"0c3250dc-74"}]},"0c3250dc-74":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"0c3250dc-75"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-72"}],"importedBy":[{"uid":"0c3250dc-76"}]},"0c3250dc-76":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"0c3250dc-77"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-40"},{"uid":"0c3250dc-42"},{"uid":"0c3250dc-74"}],"importedBy":[{"uid":"0c3250dc-118"}]},"0c3250dc-78":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"0c3250dc-79"},"imported":[{"uid":"0c3250dc-196"}],"importedBy":[{"uid":"0c3250dc-118"},{"uid":"0c3250dc-94"},{"uid":"0c3250dc-108"}]},"0c3250dc-80":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"0c3250dc-81"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-180","dynamic":true}],"importedBy":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-82"}]},"0c3250dc-82":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"0c3250dc-83"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-80"},{"uid":"0c3250dc-32"}],"importedBy":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-88"}]},"0c3250dc-84":{"id":"/src/components/chat-search/types.ts","moduleParts":{"index.js":"0c3250dc-85"},"imported":[],"importedBy":[{"uid":"0c3250dc-86"}]},"0c3250dc-86":{"id":"/src/components/chat-search/helpers/nextBestActions.ts","moduleParts":{"index.js":"0c3250dc-87"},"imported":[{"uid":"0c3250dc-84"}],"importedBy":[{"uid":"0c3250dc-88"}]},"0c3250dc-88":{"id":"/src/components/chat-search/AnswerActions.tsx","moduleParts":{"index.js":"0c3250dc-89"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-82"},{"uid":"0c3250dc-86"}],"importedBy":[{"uid":"0c3250dc-118"}]},"0c3250dc-90":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"0c3250dc-91"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-171"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-118"}]},"0c3250dc-92":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"0c3250dc-93"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-26"}],"importedBy":[{"uid":"0c3250dc-193"}]},"0c3250dc-94":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"0c3250dc-95"},"imported":[{"uid":"0c3250dc-196"},{"uid":"0c3250dc-197"},{"uid":"0c3250dc-78"}],"importedBy":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-98"},{"uid":"0c3250dc-108"}]},"0c3250dc-96":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"0c3250dc-97"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-198"}],"importedBy":[{"uid":"0c3250dc-98"}]},"0c3250dc-98":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"0c3250dc-99"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-94"},{"uid":"0c3250dc-96"}],"importedBy":[{"uid":"0c3250dc-165"},{"uid":"0c3250dc-148"},{"uid":"0c3250dc-100"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-195"},{"uid":"0c3250dc-108"},{"uid":"0c3250dc-110"}]},"0c3250dc-100":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"0c3250dc-101"},"imported":[{"uid":"0c3250dc-98"}],"importedBy":[{"uid":"0c3250dc-165"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-179"}]},"0c3250dc-102":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"0c3250dc-103"},"imported":[],"importedBy":[{"uid":"0c3250dc-179"}]},"0c3250dc-104":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"0c3250dc-105"},"imported":[{"uid":"0c3250dc-22"}],"importedBy":[{"uid":"0c3250dc-106"}]},"0c3250dc-106":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"0c3250dc-107"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-196"},{"uid":"0c3250dc-104"}],"importedBy":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-142"},{"uid":"0c3250dc-108"}]},"0c3250dc-108":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"0c3250dc-109"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-198"},{"uid":"0c3250dc-98"},{"uid":"0c3250dc-94"},{"uid":"0c3250dc-78"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-106"}],"importedBy":[{"uid":"0c3250dc-179"}]},"0c3250dc-110":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"0c3250dc-111"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-98"}],"importedBy":[{"uid":"0c3250dc-179"}]},"0c3250dc-112":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"0c3250dc-113"},"imported":[{"uid":"0c3250dc-169"}],"importedBy":[{"uid":"0c3250dc-179"},{"uid":"0c3250dc-114"}]},"0c3250dc-114":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"0c3250dc-115"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-112"}],"importedBy":[{"uid":"0c3250dc-179"}]},"0c3250dc-116":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"0c3250dc-117"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-179"}],"importedBy":[{"uid":"0c3250dc-194"}]},"0c3250dc-118":{"id":"/src/components/chat-search/Answer.tsx","moduleParts":{"index.js":"0c3250dc-119"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-76"},{"uid":"0c3250dc-78"},{"uid":"0c3250dc-88"},{"uid":"0c3250dc-90"},{"uid":"0c3250dc-193"},{"uid":"0c3250dc-194"},{"uid":"0c3250dc-26"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-120":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"0c3250dc-121"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-32"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-122":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"0c3250dc-123"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-26"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-124":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"0c3250dc-125"},"imported":[{"uid":"0c3250dc-180"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-32"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-126":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"0c3250dc-127"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-172"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-173"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-128"}]},"0c3250dc-128":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"0c3250dc-129"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-126"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-130":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"0c3250dc-131"},"imported":[],"importedBy":[{"uid":"0c3250dc-134"}]},"0c3250dc-132":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"0c3250dc-133"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-134"}]},"0c3250dc-134":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"0c3250dc-135"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-130"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-132"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-136":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"0c3250dc-137"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-100"},{"uid":"0c3250dc-98"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-138":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"0c3250dc-139"},"imported":[],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-140":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"0c3250dc-141"},"imported":[{"uid":"0c3250dc-169"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-142":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"0c3250dc-143"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-106"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-144":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"0c3250dc-145"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-176"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"},{"uid":"0c3250dc-148"}]},"0c3250dc-146":{"id":"/src/components/chat-search/LoadingConversation.tsx","moduleParts":{"index.js":"0c3250dc-147"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"}],"importedBy":[{"uid":"0c3250dc-148"}]},"0c3250dc-148":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"0c3250dc-149"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-178"},{"uid":"0c3250dc-34"},{"uid":"0c3250dc-118"},{"uid":"0c3250dc-120"},{"uid":"0c3250dc-82"},{"uid":"0c3250dc-122"},{"uid":"0c3250dc-124"},{"uid":"0c3250dc-128"},{"uid":"0c3250dc-134"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-138"},{"uid":"0c3250dc-98"},{"uid":"0c3250dc-179"},{"uid":"0c3250dc-94"},{"uid":"0c3250dc-140"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-142"},{"uid":"0c3250dc-106"},{"uid":"0c3250dc-144"},{"uid":"0c3250dc-80"},{"uid":"0c3250dc-146"}],"importedBy":[{"uid":"0c3250dc-165"}]},"0c3250dc-150":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"0c3250dc-151"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-174"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-152":{"id":"/src/components/ui/select.tsx","moduleParts":{"index.js":"0c3250dc-153"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-199"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-154"}]},"0c3250dc-154":{"id":"/src/components/select/simpleSelect.tsx","moduleParts":{"index.js":"0c3250dc-155"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-152"}],"importedBy":[{"uid":"0c3250dc-167"}]},"0c3250dc-156":{"id":"/src/components/ui/calendar.tsx","moduleParts":{"index.js":"0c3250dc-157"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-200"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-160"}]},"0c3250dc-158":{"id":"/src/components/ui/popover.tsx","moduleParts":{"index.js":"0c3250dc-159"},"imported":[{"uid":"0c3250dc-22"},{"uid":"0c3250dc-169"},{"uid":"0c3250dc-201"},{"uid":"0c3250dc-24"}],"importedBy":[{"uid":"0c3250dc-160"}]},"0c3250dc-160":{"id":"/src/components/date-picker/date-picker.tsx","moduleParts":{"index.js":"0c3250dc-161"},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-191"},{"uid":"0c3250dc-180"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-156"},{"uid":"0c3250dc-158"},{"uid":"0c3250dc-192"}],"importedBy":[{"uid":"0c3250dc-168"}]},"0c3250dc-162":{"id":"/src/index.ts","moduleParts":{"index.js":"0c3250dc-163"},"imported":[{"uid":"0c3250dc-164"},{"uid":"0c3250dc-20"},{"uid":"0c3250dc-165"},{"uid":"0c3250dc-166"},{"uid":"0c3250dc-32"},{"uid":"0c3250dc-90"},{"uid":"0c3250dc-126"},{"uid":"0c3250dc-150"},{"uid":"0c3250dc-26"},{"uid":"0c3250dc-132"},{"uid":"0c3250dc-144"},{"uid":"0c3250dc-38"},{"uid":"0c3250dc-36"},{"uid":"0c3250dc-167"},{"uid":"0c3250dc-168"}],"importedBy":[],"isEntry":true},"0c3250dc-164":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-165":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-98"},{"uid":"0c3250dc-100"}],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-166":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-46"},{"uid":"0c3250dc-72"},{"uid":"0c3250dc-48"},{"uid":"0c3250dc-64"},{"uid":"0c3250dc-66"},{"uid":"0c3250dc-68"}],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-167":{"id":"/src/components/select/index.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-154"}],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-168":{"id":"/src/components/date-picker/index.tsx","moduleParts":{},"imported":[{"uid":"0c3250dc-160"}],"importedBy":[{"uid":"0c3250dc-162"}]},"0c3250dc-169":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-32"},{"uid":"0c3250dc-90"},{"uid":"0c3250dc-126"},{"uid":"0c3250dc-150"},{"uid":"0c3250dc-26"},{"uid":"0c3250dc-132"},{"uid":"0c3250dc-144"},{"uid":"0c3250dc-38"},{"uid":"0c3250dc-36"},{"uid":"0c3250dc-148"},{"uid":"0c3250dc-98"},{"uid":"0c3250dc-46"},{"uid":"0c3250dc-72"},{"uid":"0c3250dc-48"},{"uid":"0c3250dc-64"},{"uid":"0c3250dc-66"},{"uid":"0c3250dc-68"},{"uid":"0c3250dc-30"},{"uid":"0c3250dc-24"},{"uid":"0c3250dc-154"},{"uid":"0c3250dc-160"},{"uid":"0c3250dc-34"},{"uid":"0c3250dc-118"},{"uid":"0c3250dc-120"},{"uid":"0c3250dc-82"},{"uid":"0c3250dc-122"},{"uid":"0c3250dc-124"},{"uid":"0c3250dc-128"},{"uid":"0c3250dc-134"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-140"},{"uid":"0c3250dc-142"},{"uid":"0c3250dc-80"},{"uid":"0c3250dc-146"},{"uid":"0c3250dc-96"},{"uid":"0c3250dc-62"},{"uid":"0c3250dc-28"},{"uid":"0c3250dc-152"},{"uid":"0c3250dc-156"},{"uid":"0c3250dc-158"},{"uid":"0c3250dc-76"},{"uid":"0c3250dc-88"},{"uid":"0c3250dc-195"},{"uid":"0c3250dc-108"},{"uid":"0c3250dc-110"},{"uid":"0c3250dc-112"},{"uid":"0c3250dc-114"},{"uid":"0c3250dc-50"},{"uid":"0c3250dc-52"},{"uid":"0c3250dc-54"},{"uid":"0c3250dc-56"},{"uid":"0c3250dc-58"},{"uid":"0c3250dc-60"},{"uid":"0c3250dc-40"},{"uid":"0c3250dc-74"},{"uid":"0c3250dc-92"},{"uid":"0c3250dc-116"}],"isExternal":true},"0c3250dc-170":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-32"},{"uid":"0c3250dc-38"}],"isExternal":true},"0c3250dc-171":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-90"}],"isExternal":true},"0c3250dc-172":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-126"}],"isExternal":true},"0c3250dc-173":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-126"}],"isExternal":true},"0c3250dc-174":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-150"}],"isExternal":true},"0c3250dc-175":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-26"}],"isExternal":true},"0c3250dc-176":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-144"}],"isExternal":true},"0c3250dc-177":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-38"}],"isExternal":true},"0c3250dc-178":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-68"},{"uid":"0c3250dc-120"},{"uid":"0c3250dc-82"},{"uid":"0c3250dc-122"},{"uid":"0c3250dc-128"},{"uid":"0c3250dc-134"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-146"},{"uid":"0c3250dc-92"}],"isExternal":true},"0c3250dc-179":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-100"},{"uid":"0c3250dc-102"},{"uid":"0c3250dc-195"},{"uid":"0c3250dc-108"},{"uid":"0c3250dc-110"},{"uid":"0c3250dc-112"},{"uid":"0c3250dc-114"}],"importedBy":[{"uid":"0c3250dc-148"},{"uid":"0c3250dc-116"}]},"0c3250dc-180":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-46"},{"uid":"0c3250dc-68"},{"uid":"0c3250dc-160"},{"uid":"0c3250dc-118"},{"uid":"0c3250dc-120"},{"uid":"0c3250dc-122"},{"uid":"0c3250dc-124"},{"uid":"0c3250dc-128"},{"uid":"0c3250dc-134"},{"uid":"0c3250dc-136"},{"uid":"0c3250dc-80"},{"uid":"0c3250dc-152"},{"uid":"0c3250dc-40"},{"uid":"0c3250dc-92"}],"isExternal":true},"0c3250dc-181":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-46"}],"isExternal":true},"0c3250dc-182":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-46"}],"isExternal":true},"0c3250dc-183":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-72"}],"isExternal":true},"0c3250dc-184":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-72"}],"isExternal":true},"0c3250dc-185":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-72"}],"isExternal":true},"0c3250dc-186":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-64"}],"isExternal":true},"0c3250dc-187":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-66"}],"isExternal":true},"0c3250dc-188":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-30"}],"isExternal":true},"0c3250dc-189":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-24"}],"isExternal":true},"0c3250dc-190":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-24"}],"isExternal":true},"0c3250dc-191":{"id":"date-fns","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-160"}],"isExternal":true},"0c3250dc-192":{"id":"/src/components/ui/calendar.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-160"}]},"0c3250dc-193":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-92"}],"importedBy":[{"uid":"0c3250dc-118"}]},"0c3250dc-194":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-116"}],"importedBy":[{"uid":"0c3250dc-118"}]},"0c3250dc-195":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"0c3250dc-169"},{"uid":"0c3250dc-98"}],"importedBy":[{"uid":"0c3250dc-179"}]},"0c3250dc-196":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-94"},{"uid":"0c3250dc-106"},{"uid":"0c3250dc-78"}],"isExternal":true},"0c3250dc-197":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-94"}],"isExternal":true},"0c3250dc-198":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-96"},{"uid":"0c3250dc-108"}],"isExternal":true},"0c3250dc-199":{"id":"@radix-ui/react-select","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-152"}],"isExternal":true},"0c3250dc-200":{"id":"react-day-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-156"}],"isExternal":true},"0c3250dc-201":{"id":"@radix-ui/react-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-158"}],"isExternal":true},"0c3250dc-202":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-40"}],"isExternal":true},"0c3250dc-203":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"0c3250dc-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":"867c5071-1","name":"customColor.ts"},{"uid":"867c5071-3","name":"dark.ts"},{"uid":"867c5071-5","name":"primary.ts"},{"uid":"867c5071-7","name":"orange.ts"},{"uid":"867c5071-9","name":"yellow.ts"},{"uid":"867c5071-11","name":"green.ts"},{"uid":"867c5071-13","name":"blue.ts"},{"uid":"867c5071-15","name":"purple.ts"},{"uid":"867c5071-17","name":"pink.ts"},{"uid":"867c5071-19","name":"red.ts"},{"uid":"867c5071-21","name":"index.ts"}]},{"name":"lib","children":[{"uid":"867c5071-25","name":"utils.ts"},{"uid":"867c5071-107","name":"fetchClient.ts"},{"uid":"867c5071-109","name":"api.ts"},{"uid":"867c5071-143","name":"feature-flags.tsx"},{"uid":"867c5071-145","name":"hooks.ts"}]},{"name":"components","children":[{"name":"ui","children":[{"uid":"867c5071-27","name":"tooltip.tsx"},{"uid":"867c5071-33","name":"button.tsx"},{"uid":"867c5071-37","name":"input.tsx"},{"uid":"867c5071-39","name":"label.tsx"},{"uid":"867c5071-41","name":"textarea.tsx"},{"uid":"867c5071-83","name":"icon.tsx"},{"uid":"867c5071-93","name":"collapsible.tsx"},{"uid":"867c5071-129","name":"dropdown-menu.tsx"},{"uid":"867c5071-147","name":"scroll-area.tsx"},{"uid":"867c5071-151","name":"switch.tsx"},{"uid":"867c5071-153","name":"select.tsx"},{"uid":"867c5071-157","name":"calendar.tsx"},{"uid":"867c5071-159","name":"popover.tsx"}]},{"name":"chat-search","children":[{"uid":"867c5071-35","name":"Suggestions.tsx"},{"name":"blocks","children":[{"uid":"867c5071-43","name":"ActionInputForm.tsx"},{"uid":"867c5071-45","name":"ActionButtons.tsx"},{"uid":"867c5071-77","name":"MarkdownText.tsx"},{"uid":"867c5071-81","name":"utils.ts"}]},{"uid":"867c5071-79","name":"AnswerBlock.tsx"},{"uid":"867c5071-85","name":"NextBestActions.tsx"},{"uid":"867c5071-87","name":"types.ts"},{"name":"helpers/nextBestActions.ts","uid":"867c5071-89"},{"uid":"867c5071-91","name":"AnswerActions.tsx"},{"name":"hooks","children":[{"uid":"867c5071-97","name":"useAnswerList.ts"},{"uid":"867c5071-99","name":"useConversationId.ts"},{"uid":"867c5071-103","name":"useIsChatSearchDirty.ts"},{"uid":"867c5071-105","name":"useScrollManager.ts"},{"uid":"867c5071-111","name":"useConversationLoader.ts"},{"uid":"867c5071-113","name":"useSubscriptionManager.ts"},{"uid":"867c5071-115","name":"useDarkMode.ts"},{"uid":"867c5071-117","name":"useAccessibleColor.ts"}]},{"uid":"867c5071-101","name":"ChatSearchContext.tsx"},{"uid":"867c5071-121","name":"Answer.tsx"},{"uid":"867c5071-123","name":"FollowUpQuestions.tsx"},{"uid":"867c5071-125","name":"TimelineNavigation.tsx"},{"uid":"867c5071-127","name":"ScrollToBottomArrow.tsx"},{"uid":"867c5071-131","name":"PrimarySearch.tsx"},{"uid":"867c5071-133","name":"FollowUpSearchBar.module.css"},{"uid":"867c5071-135","name":"FollowUpSearchBar.tsx"},{"uid":"867c5071-137","name":"Header.tsx"},{"uid":"867c5071-139","name":"text-config.ts"},{"uid":"867c5071-141","name":"LoadingConversation.tsx"},{"uid":"867c5071-149","name":"ChatSearch.tsx"}]},{"name":"markdown","children":[{"name":"utils","children":[{"uid":"867c5071-47","name":"codeblock.ts"},{"uid":"867c5071-73","name":"stripNewLines.ts"}]},{"uid":"867c5071-49","name":"CodeBlock.tsx"},{"uid":"867c5071-51","name":"Frame.tsx"},{"name":"embeds","children":[{"uid":"867c5071-53","name":"Loom.tsx"},{"uid":"867c5071-55","name":"Supademo.tsx"},{"uid":"867c5071-57","name":"Typeform.tsx"},{"uid":"867c5071-59","name":"Vimeo.tsx"},{"uid":"867c5071-61","name":"Wistia.tsx"},{"uid":"867c5071-63","name":"Youtube.tsx"},{"uid":"867c5071-65","name":"index.tsx"}]},{"uid":"867c5071-67","name":"MemoizedReactMarkdown.tsx"},{"uid":"867c5071-69","name":"MermaidDiagram.tsx"},{"uid":"867c5071-71","name":"ZoomableImage.tsx"},{"uid":"867c5071-75","name":"FormattedMessage.tsx"}]},{"name":"feedback/feedback.tsx","uid":"867c5071-95"},{"name":"generating-star/generating-star.tsx","uid":"867c5071-119"},{"name":"select/simpleSelect.tsx","uid":"867c5071-155"},{"name":"date-picker/date-picker.tsx","uid":"867c5071-161"}]},{"uid":"867c5071-163","name":"index.ts"}]},{"name":"node_modules","children":[{"name":"tslib/tslib.es6.js","uid":"867c5071-23"},{"name":"@radix-ui","children":[{"name":"react-compose-refs/dist/index.mjs","uid":"867c5071-29"},{"name":"react-slot/dist/index.mjs","uid":"867c5071-31"}]}]}]}],"isRoot":true},"nodeParts":{"867c5071-1":{"renderedLength":354,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-0"},"867c5071-3":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-2"},"867c5071-5":{"renderedLength":344,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-4"},"867c5071-7":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-6"},"867c5071-9":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-8"},"867c5071-11":{"renderedLength":248,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-10"},"867c5071-13":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-12"},"867c5071-15":{"renderedLength":249,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-14"},"867c5071-17":{"renderedLength":247,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-16"},"867c5071-19":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-18"},"867c5071-21":{"renderedLength":127,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-20"},"867c5071-23":{"renderedLength":2228,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-22"},"867c5071-25":{"renderedLength":2527,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-24"},"867c5071-27":{"renderedLength":1416,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-26"},"867c5071-29":{"renderedLength":802,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-28"},"867c5071-31":{"renderedLength":3014,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-30"},"867c5071-33":{"renderedLength":1710,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-32"},"867c5071-35":{"renderedLength":1526,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-34"},"867c5071-37":{"renderedLength":626,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-36"},"867c5071-39":{"renderedLength":407,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-38"},"867c5071-41":{"renderedLength":527,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-40"},"867c5071-43":{"renderedLength":3643,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-42"},"867c5071-45":{"renderedLength":110,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-44"},"867c5071-47":{"renderedLength":944,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-46"},"867c5071-49":{"renderedLength":2826,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-48"},"867c5071-51":{"renderedLength":1997,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-50"},"867c5071-53":{"renderedLength":349,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-52"},"867c5071-55":{"renderedLength":279,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-54"},"867c5071-57":{"renderedLength":392,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-56"},"867c5071-59":{"renderedLength":1009,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-58"},"867c5071-61":{"renderedLength":1862,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-60"},"867c5071-63":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-62"},"867c5071-65":{"renderedLength":768,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-64"},"867c5071-67":{"renderedLength":170,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-66"},"867c5071-69":{"renderedLength":1855,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-68"},"867c5071-71":{"renderedLength":4117,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-70"},"867c5071-73":{"renderedLength":75,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-72"},"867c5071-75":{"renderedLength":9028,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-74"},"867c5071-77":{"renderedLength":1064,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-76"},"867c5071-79":{"renderedLength":532,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-78"},"867c5071-81":{"renderedLength":620,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-80"},"867c5071-83":{"renderedLength":980,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-82"},"867c5071-85":{"renderedLength":3985,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-84"},"867c5071-87":{"renderedLength":588,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-86"},"867c5071-89":{"renderedLength":2142,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-88"},"867c5071-91":{"renderedLength":2034,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-90"},"867c5071-93":{"renderedLength":987,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-92"},"867c5071-95":{"renderedLength":4585,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-94"},"867c5071-97":{"renderedLength":8860,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-96"},"867c5071-99":{"renderedLength":1664,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-98"},"867c5071-101":{"renderedLength":2227,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-100"},"867c5071-103":{"renderedLength":177,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-102"},"867c5071-105":{"renderedLength":1409,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-104"},"867c5071-107":{"renderedLength":3720,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-106"},"867c5071-109":{"renderedLength":3919,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-108"},"867c5071-111":{"renderedLength":2797,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-110"},"867c5071-113":{"renderedLength":1130,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-112"},"867c5071-115":{"renderedLength":521,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-114"},"867c5071-117":{"renderedLength":921,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-116"},"867c5071-119":{"renderedLength":2637,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-118"},"867c5071-121":{"renderedLength":6812,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-120"},"867c5071-123":{"renderedLength":1203,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-122"},"867c5071-125":{"renderedLength":4169,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-124"},"867c5071-127":{"renderedLength":335,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-126"},"867c5071-129":{"renderedLength":6222,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-128"},"867c5071-131":{"renderedLength":12791,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-130"},"867c5071-133":{"renderedLength":87,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-132"},"867c5071-135":{"renderedLength":3631,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-134"},"867c5071-137":{"renderedLength":2182,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-136"},"867c5071-139":{"renderedLength":2318,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-138"},"867c5071-141":{"renderedLength":636,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-140"},"867c5071-143":{"renderedLength":246,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-142"},"867c5071-145":{"renderedLength":1815,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-144"},"867c5071-147":{"renderedLength":1348,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-146"},"867c5071-149":{"renderedLength":26872,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-148"},"867c5071-151":{"renderedLength":922,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-150"},"867c5071-153":{"renderedLength":3678,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-152"},"867c5071-155":{"renderedLength":673,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-154"},"867c5071-157":{"renderedLength":373,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-156"},"867c5071-159":{"renderedLength":983,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-158"},"867c5071-161":{"renderedLength":753,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-160"},"867c5071-163":{"renderedLength":0,"gzipLength":0,"brotliLength":0,"metaUid":"867c5071-162"}},"nodeMetas":{"867c5071-0":{"id":"/src/colors/customColor.ts","moduleParts":{"index.js":"867c5071-1"},"imported":[],"importedBy":[{"uid":"867c5071-20"},{"uid":"867c5071-4"}]},"867c5071-2":{"id":"/src/colors/dark.ts","moduleParts":{"index.js":"867c5071-3"},"imported":[],"importedBy":[{"uid":"867c5071-20"},{"uid":"867c5071-4"}]},"867c5071-4":{"id":"/src/colors/primary.ts","moduleParts":{"index.js":"867c5071-5"},"imported":[{"uid":"867c5071-0"},{"uid":"867c5071-2"}],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-6":{"id":"/src/colors/orange.ts","moduleParts":{"index.js":"867c5071-7"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-8":{"id":"/src/colors/yellow.ts","moduleParts":{"index.js":"867c5071-9"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-10":{"id":"/src/colors/green.ts","moduleParts":{"index.js":"867c5071-11"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-12":{"id":"/src/colors/blue.ts","moduleParts":{"index.js":"867c5071-13"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-14":{"id":"/src/colors/purple.ts","moduleParts":{"index.js":"867c5071-15"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-16":{"id":"/src/colors/pink.ts","moduleParts":{"index.js":"867c5071-17"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-18":{"id":"/src/colors/red.ts","moduleParts":{"index.js":"867c5071-19"},"imported":[],"importedBy":[{"uid":"867c5071-20"}]},"867c5071-20":{"id":"/src/colors/index.ts","moduleParts":{"index.js":"867c5071-21"},"imported":[{"uid":"867c5071-4"},{"uid":"867c5071-2"},{"uid":"867c5071-6"},{"uid":"867c5071-8"},{"uid":"867c5071-10"},{"uid":"867c5071-12"},{"uid":"867c5071-14"},{"uid":"867c5071-16"},{"uid":"867c5071-18"},{"uid":"867c5071-0"}],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-22":{"id":"/node_modules/tslib/tslib.es6.js","moduleParts":{"index.js":"867c5071-23"},"imported":[],"importedBy":[{"uid":"867c5071-32"},{"uid":"867c5071-92"},{"uid":"867c5071-128"},{"uid":"867c5071-150"},{"uid":"867c5071-26"},{"uid":"867c5071-40"},{"uid":"867c5071-146"},{"uid":"867c5071-38"},{"uid":"867c5071-36"},{"uid":"867c5071-148"},{"uid":"867c5071-48"},{"uid":"867c5071-74"},{"uid":"867c5071-68"},{"uid":"867c5071-120"},{"uid":"867c5071-136"},{"uid":"867c5071-144"},{"uid":"867c5071-108"},{"uid":"867c5071-82"},{"uid":"867c5071-152"},{"uid":"867c5071-156"},{"uid":"867c5071-158"},{"uid":"867c5071-106"},{"uid":"867c5071-118"}]},"867c5071-24":{"id":"/src/lib/utils.ts","moduleParts":{"index.js":"867c5071-25"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-189"},{"uid":"867c5071-190"}],"importedBy":[{"uid":"867c5071-32"},{"uid":"867c5071-128"},{"uid":"867c5071-150"},{"uid":"867c5071-26"},{"uid":"867c5071-40"},{"uid":"867c5071-146"},{"uid":"867c5071-38"},{"uid":"867c5071-36"},{"uid":"867c5071-148"},{"uid":"867c5071-74"},{"uid":"867c5071-154"},{"uid":"867c5071-160"},{"uid":"867c5071-124"},{"uid":"867c5071-130"},{"uid":"867c5071-134"},{"uid":"867c5071-136"},{"uid":"867c5071-152"},{"uid":"867c5071-156"},{"uid":"867c5071-158"},{"uid":"867c5071-110"},{"uid":"867c5071-116"},{"uid":"867c5071-42"},{"uid":"867c5071-118"}]},"867c5071-26":{"id":"/src/components/ui/tooltip.tsx","moduleParts":{"index.js":"867c5071-27"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-175"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-34"},{"uid":"867c5071-120"},{"uid":"867c5071-124"},{"uid":"867c5071-94"}]},"867c5071-28":{"id":"/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","moduleParts":{"index.js":"867c5071-29"},"imported":[{"uid":"867c5071-169"}],"importedBy":[{"uid":"867c5071-30"}]},"867c5071-30":{"id":"/node_modules/@radix-ui/react-slot/dist/index.mjs","moduleParts":{"index.js":"867c5071-31"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-28"},{"uid":"867c5071-188"}],"importedBy":[{"uid":"867c5071-32"}]},"867c5071-32":{"id":"/src/components/ui/button.tsx","moduleParts":{"index.js":"867c5071-33"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-30"},{"uid":"867c5071-170"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-48"},{"uid":"867c5071-160"},{"uid":"867c5071-34"},{"uid":"867c5071-120"},{"uid":"867c5071-122"},{"uid":"867c5071-84"},{"uid":"867c5071-126"},{"uid":"867c5071-130"},{"uid":"867c5071-134"},{"uid":"867c5071-136"},{"uid":"867c5071-42"},{"uid":"867c5071-94"}]},"867c5071-34":{"id":"/src/components/chat-search/Suggestions.tsx","moduleParts":{"index.js":"867c5071-35"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-26"},{"uid":"867c5071-32"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-36":{"id":"/src/components/ui/input.tsx","moduleParts":{"index.js":"867c5071-37"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-42"}]},"867c5071-38":{"id":"/src/components/ui/label.tsx","moduleParts":{"index.js":"867c5071-39"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-177"},{"uid":"867c5071-170"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-42"}]},"867c5071-40":{"id":"/src/components/ui/textarea.tsx","moduleParts":{"index.js":"867c5071-41"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-134"},{"uid":"867c5071-42"}]},"867c5071-42":{"id":"/src/components/chat-search/blocks/ActionInputForm.tsx","moduleParts":{"index.js":"867c5071-43"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-202"},{"uid":"867c5071-203"},{"uid":"867c5071-180"},{"uid":"867c5071-32"},{"uid":"867c5071-36"},{"uid":"867c5071-38"},{"uid":"867c5071-40"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-78"}]},"867c5071-44":{"id":"/src/components/chat-search/blocks/ActionButtons.tsx","moduleParts":{"index.js":"867c5071-45"},"imported":[],"importedBy":[{"uid":"867c5071-78"}]},"867c5071-46":{"id":"/src/components/markdown/utils/codeblock.ts","moduleParts":{"index.js":"867c5071-47"},"imported":[],"importedBy":[{"uid":"867c5071-48"}]},"867c5071-48":{"id":"/src/components/markdown/CodeBlock.tsx","moduleParts":{"index.js":"867c5071-49"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-180"},{"uid":"867c5071-181"},{"uid":"867c5071-182"},{"uid":"867c5071-32"},{"uid":"867c5071-46"}],"importedBy":[{"uid":"867c5071-166"},{"uid":"867c5071-74"}]},"867c5071-50":{"id":"/src/components/markdown/Frame.tsx","moduleParts":{"index.js":"867c5071-51"},"imported":[{"uid":"867c5071-169"}],"importedBy":[{"uid":"867c5071-166"},{"uid":"867c5071-52"},{"uid":"867c5071-54"},{"uid":"867c5071-56"},{"uid":"867c5071-58"},{"uid":"867c5071-60"},{"uid":"867c5071-62"}]},"867c5071-52":{"id":"/src/components/markdown/embeds/Loom.tsx","moduleParts":{"index.js":"867c5071-53"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-50"}],"importedBy":[{"uid":"867c5071-64"}]},"867c5071-54":{"id":"/src/components/markdown/embeds/Supademo.tsx","moduleParts":{"index.js":"867c5071-55"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-50"}],"importedBy":[{"uid":"867c5071-64"}]},"867c5071-56":{"id":"/src/components/markdown/embeds/Typeform.tsx","moduleParts":{"index.js":"867c5071-57"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-50"}],"importedBy":[{"uid":"867c5071-64"}]},"867c5071-58":{"id":"/src/components/markdown/embeds/Vimeo.tsx","moduleParts":{"index.js":"867c5071-59"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-50"}],"importedBy":[{"uid":"867c5071-64"}]},"867c5071-60":{"id":"/src/components/markdown/embeds/Wistia.tsx","moduleParts":{"index.js":"867c5071-61"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-50"}],"importedBy":[{"uid":"867c5071-64"}]},"867c5071-62":{"id":"/src/components/markdown/embeds/Youtube.tsx","moduleParts":{"index.js":"867c5071-63"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-50"}],"importedBy":[{"uid":"867c5071-64"}]},"867c5071-64":{"id":"/src/components/markdown/embeds/index.tsx","moduleParts":{"index.js":"867c5071-65"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-52"},{"uid":"867c5071-54"},{"uid":"867c5071-56"},{"uid":"867c5071-58"},{"uid":"867c5071-60"},{"uid":"867c5071-62"}],"importedBy":[{"uid":"867c5071-74"}]},"867c5071-66":{"id":"/src/components/markdown/MemoizedReactMarkdown.tsx","moduleParts":{"index.js":"867c5071-67"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-186"}],"importedBy":[{"uid":"867c5071-166"},{"uid":"867c5071-74"}]},"867c5071-68":{"id":"/src/components/markdown/MermaidDiagram.tsx","moduleParts":{"index.js":"867c5071-69"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-187"}],"importedBy":[{"uid":"867c5071-166"},{"uid":"867c5071-74"}]},"867c5071-70":{"id":"/src/components/markdown/ZoomableImage.tsx","moduleParts":{"index.js":"867c5071-71"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-178"},{"uid":"867c5071-180"}],"importedBy":[{"uid":"867c5071-166"},{"uid":"867c5071-74"}]},"867c5071-72":{"id":"/src/components/markdown/utils/stripNewLines.ts","moduleParts":{"index.js":"867c5071-73"},"imported":[],"importedBy":[{"uid":"867c5071-74"}]},"867c5071-74":{"id":"/src/components/markdown/FormattedMessage.tsx","moduleParts":{"index.js":"867c5071-75"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-183"},{"uid":"867c5071-184"},{"uid":"867c5071-185"},{"uid":"867c5071-48"},{"uid":"867c5071-64"},{"uid":"867c5071-66"},{"uid":"867c5071-68"},{"uid":"867c5071-70"},{"uid":"867c5071-72"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-166"},{"uid":"867c5071-76"}]},"867c5071-76":{"id":"/src/components/chat-search/blocks/MarkdownText.tsx","moduleParts":{"index.js":"867c5071-77"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-74"}],"importedBy":[{"uid":"867c5071-78"}]},"867c5071-78":{"id":"/src/components/chat-search/AnswerBlock.tsx","moduleParts":{"index.js":"867c5071-79"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-42"},{"uid":"867c5071-44"},{"uid":"867c5071-76"}],"importedBy":[{"uid":"867c5071-120"}]},"867c5071-80":{"id":"/src/components/chat-search/blocks/utils.ts","moduleParts":{"index.js":"867c5071-81"},"imported":[{"uid":"867c5071-196"}],"importedBy":[{"uid":"867c5071-120"},{"uid":"867c5071-96"},{"uid":"867c5071-110"}]},"867c5071-82":{"id":"/src/components/ui/icon.tsx","moduleParts":{"index.js":"867c5071-83"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-180","dynamic":true}],"importedBy":[{"uid":"867c5071-148"},{"uid":"867c5071-84"}]},"867c5071-84":{"id":"/src/components/chat-search/NextBestActions.tsx","moduleParts":{"index.js":"867c5071-85"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-178"},{"uid":"867c5071-82"},{"uid":"867c5071-32"}],"importedBy":[{"uid":"867c5071-148"},{"uid":"867c5071-90"}]},"867c5071-86":{"id":"/src/components/chat-search/types.ts","moduleParts":{"index.js":"867c5071-87"},"imported":[],"importedBy":[{"uid":"867c5071-88"}]},"867c5071-88":{"id":"/src/components/chat-search/helpers/nextBestActions.ts","moduleParts":{"index.js":"867c5071-89"},"imported":[{"uid":"867c5071-86"}],"importedBy":[{"uid":"867c5071-90"}]},"867c5071-90":{"id":"/src/components/chat-search/AnswerActions.tsx","moduleParts":{"index.js":"867c5071-91"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-84"},{"uid":"867c5071-88"}],"importedBy":[{"uid":"867c5071-120"}]},"867c5071-92":{"id":"/src/components/ui/collapsible.tsx","moduleParts":{"index.js":"867c5071-93"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-171"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-120"}]},"867c5071-94":{"id":"/src/components/feedback/feedback.tsx","moduleParts":{"index.js":"867c5071-95"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-180"},{"uid":"867c5071-178"},{"uid":"867c5071-32"},{"uid":"867c5071-26"}],"importedBy":[{"uid":"867c5071-193"}]},"867c5071-96":{"id":"/src/components/chat-search/hooks/useAnswerList.ts","moduleParts":{"index.js":"867c5071-97"},"imported":[{"uid":"867c5071-196"},{"uid":"867c5071-197"},{"uid":"867c5071-80"}],"importedBy":[{"uid":"867c5071-148"},{"uid":"867c5071-100"},{"uid":"867c5071-110"}]},"867c5071-98":{"id":"/src/components/chat-search/hooks/useConversationId.ts","moduleParts":{"index.js":"867c5071-99"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-198"}],"importedBy":[{"uid":"867c5071-100"}]},"867c5071-100":{"id":"/src/components/chat-search/ChatSearchContext.tsx","moduleParts":{"index.js":"867c5071-101"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-96"},{"uid":"867c5071-98"}],"importedBy":[{"uid":"867c5071-165"},{"uid":"867c5071-148"},{"uid":"867c5071-102"},{"uid":"867c5071-136"},{"uid":"867c5071-195"},{"uid":"867c5071-110"},{"uid":"867c5071-112"}]},"867c5071-102":{"id":"/src/components/chat-search/hooks/useIsChatSearchDirty.ts","moduleParts":{"index.js":"867c5071-103"},"imported":[{"uid":"867c5071-100"}],"importedBy":[{"uid":"867c5071-165"},{"uid":"867c5071-136"},{"uid":"867c5071-179"}]},"867c5071-104":{"id":"/src/components/chat-search/hooks/useScrollManager.ts","moduleParts":{"index.js":"867c5071-105"},"imported":[],"importedBy":[{"uid":"867c5071-179"}]},"867c5071-106":{"id":"/src/lib/fetchClient.ts","moduleParts":{"index.js":"867c5071-107"},"imported":[{"uid":"867c5071-22"}],"importedBy":[{"uid":"867c5071-108"}]},"867c5071-108":{"id":"/src/lib/api.ts","moduleParts":{"index.js":"867c5071-109"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-196"},{"uid":"867c5071-106"}],"importedBy":[{"uid":"867c5071-148"},{"uid":"867c5071-144"},{"uid":"867c5071-110"}]},"867c5071-110":{"id":"/src/components/chat-search/hooks/useConversationLoader.ts","moduleParts":{"index.js":"867c5071-111"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-198"},{"uid":"867c5071-100"},{"uid":"867c5071-96"},{"uid":"867c5071-80"},{"uid":"867c5071-24"},{"uid":"867c5071-108"}],"importedBy":[{"uid":"867c5071-179"}]},"867c5071-112":{"id":"/src/components/chat-search/hooks/useSubscriptionManager.ts","moduleParts":{"index.js":"867c5071-113"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-100"}],"importedBy":[{"uid":"867c5071-179"}]},"867c5071-114":{"id":"/src/components/chat-search/hooks/useDarkMode.ts","moduleParts":{"index.js":"867c5071-115"},"imported":[{"uid":"867c5071-169"}],"importedBy":[{"uid":"867c5071-179"},{"uid":"867c5071-116"}]},"867c5071-116":{"id":"/src/components/chat-search/hooks/useAccessibleColor.ts","moduleParts":{"index.js":"867c5071-117"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-114"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-179"}]},"867c5071-118":{"id":"/src/components/generating-star/generating-star.tsx","moduleParts":{"index.js":"867c5071-119"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-179"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-194"}]},"867c5071-120":{"id":"/src/components/chat-search/Answer.tsx","moduleParts":{"index.js":"867c5071-121"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-180"},{"uid":"867c5071-32"},{"uid":"867c5071-78"},{"uid":"867c5071-80"},{"uid":"867c5071-90"},{"uid":"867c5071-92"},{"uid":"867c5071-193"},{"uid":"867c5071-194"},{"uid":"867c5071-26"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-122":{"id":"/src/components/chat-search/FollowUpQuestions.tsx","moduleParts":{"index.js":"867c5071-123"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-178"},{"uid":"867c5071-180"},{"uid":"867c5071-32"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-124":{"id":"/src/components/chat-search/TimelineNavigation.tsx","moduleParts":{"index.js":"867c5071-125"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-180"},{"uid":"867c5071-178"},{"uid":"867c5071-26"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-126":{"id":"/src/components/chat-search/ScrollToBottomArrow.tsx","moduleParts":{"index.js":"867c5071-127"},"imported":[{"uid":"867c5071-180"},{"uid":"867c5071-169"},{"uid":"867c5071-32"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-128":{"id":"/src/components/ui/dropdown-menu.tsx","moduleParts":{"index.js":"867c5071-129"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-172"},{"uid":"867c5071-24"},{"uid":"867c5071-173"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-130"}]},"867c5071-130":{"id":"/src/components/chat-search/PrimarySearch.tsx","moduleParts":{"index.js":"867c5071-131"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-178"},{"uid":"867c5071-180"},{"uid":"867c5071-32"},{"uid":"867c5071-128"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-132":{"id":"/src/components/chat-search/FollowUpSearchBar.module.css","moduleParts":{"index.js":"867c5071-133"},"imported":[],"importedBy":[{"uid":"867c5071-134"}]},"867c5071-134":{"id":"/src/components/chat-search/FollowUpSearchBar.tsx","moduleParts":{"index.js":"867c5071-135"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-180"},{"uid":"867c5071-178"},{"uid":"867c5071-132"},{"uid":"867c5071-32"},{"uid":"867c5071-40"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-136":{"id":"/src/components/chat-search/Header.tsx","moduleParts":{"index.js":"867c5071-137"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-178"},{"uid":"867c5071-180"},{"uid":"867c5071-32"},{"uid":"867c5071-102"},{"uid":"867c5071-100"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-138":{"id":"/src/components/chat-search/text-config.ts","moduleParts":{"index.js":"867c5071-139"},"imported":[],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-140":{"id":"/src/components/chat-search/LoadingConversation.tsx","moduleParts":{"index.js":"867c5071-141"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-178"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-142":{"id":"/src/lib/feature-flags.tsx","moduleParts":{"index.js":"867c5071-143"},"imported":[{"uid":"867c5071-169"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-144":{"id":"/src/lib/hooks.ts","moduleParts":{"index.js":"867c5071-145"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-108"}],"importedBy":[{"uid":"867c5071-148"}]},"867c5071-146":{"id":"/src/components/ui/scroll-area.tsx","moduleParts":{"index.js":"867c5071-147"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-176"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"},{"uid":"867c5071-148"}]},"867c5071-148":{"id":"/src/components/chat-search/ChatSearch.tsx","moduleParts":{"index.js":"867c5071-149"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-178"},{"uid":"867c5071-34"},{"uid":"867c5071-120"},{"uid":"867c5071-122"},{"uid":"867c5071-84"},{"uid":"867c5071-124"},{"uid":"867c5071-126"},{"uid":"867c5071-130"},{"uid":"867c5071-134"},{"uid":"867c5071-136"},{"uid":"867c5071-138"},{"uid":"867c5071-100"},{"uid":"867c5071-179"},{"uid":"867c5071-96"},{"uid":"867c5071-140"},{"uid":"867c5071-142"},{"uid":"867c5071-24"},{"uid":"867c5071-144"},{"uid":"867c5071-108"},{"uid":"867c5071-146"},{"uid":"867c5071-82"}],"importedBy":[{"uid":"867c5071-165"}]},"867c5071-150":{"id":"/src/components/ui/switch.tsx","moduleParts":{"index.js":"867c5071-151"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-174"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-152":{"id":"/src/components/ui/select.tsx","moduleParts":{"index.js":"867c5071-153"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-199"},{"uid":"867c5071-180"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-154"}]},"867c5071-154":{"id":"/src/components/select/simpleSelect.tsx","moduleParts":{"index.js":"867c5071-155"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-24"},{"uid":"867c5071-152"}],"importedBy":[{"uid":"867c5071-167"}]},"867c5071-156":{"id":"/src/components/ui/calendar.tsx","moduleParts":{"index.js":"867c5071-157"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-200"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-160"}]},"867c5071-158":{"id":"/src/components/ui/popover.tsx","moduleParts":{"index.js":"867c5071-159"},"imported":[{"uid":"867c5071-22"},{"uid":"867c5071-169"},{"uid":"867c5071-201"},{"uid":"867c5071-24"}],"importedBy":[{"uid":"867c5071-160"}]},"867c5071-160":{"id":"/src/components/date-picker/date-picker.tsx","moduleParts":{"index.js":"867c5071-161"},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-191"},{"uid":"867c5071-180"},{"uid":"867c5071-24"},{"uid":"867c5071-32"},{"uid":"867c5071-156"},{"uid":"867c5071-158"},{"uid":"867c5071-192"}],"importedBy":[{"uid":"867c5071-168"}]},"867c5071-162":{"id":"/src/index.ts","moduleParts":{"index.js":"867c5071-163"},"imported":[{"uid":"867c5071-164"},{"uid":"867c5071-20"},{"uid":"867c5071-165"},{"uid":"867c5071-166"},{"uid":"867c5071-32"},{"uid":"867c5071-92"},{"uid":"867c5071-128"},{"uid":"867c5071-150"},{"uid":"867c5071-26"},{"uid":"867c5071-40"},{"uid":"867c5071-146"},{"uid":"867c5071-38"},{"uid":"867c5071-36"},{"uid":"867c5071-167"},{"uid":"867c5071-168"}],"importedBy":[],"isEntry":true},"867c5071-164":{"id":"/src/global.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-165":{"id":"/src/components/chat-search/index.ts","moduleParts":{},"imported":[{"uid":"867c5071-148"},{"uid":"867c5071-100"},{"uid":"867c5071-102"}],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-166":{"id":"/src/components/markdown/index.ts","moduleParts":{},"imported":[{"uid":"867c5071-48"},{"uid":"867c5071-74"},{"uid":"867c5071-50"},{"uid":"867c5071-66"},{"uid":"867c5071-68"},{"uid":"867c5071-70"}],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-167":{"id":"/src/components/select/index.ts","moduleParts":{},"imported":[{"uid":"867c5071-154"}],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-168":{"id":"/src/components/date-picker/index.tsx","moduleParts":{},"imported":[{"uid":"867c5071-160"}],"importedBy":[{"uid":"867c5071-162"}]},"867c5071-169":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-32"},{"uid":"867c5071-92"},{"uid":"867c5071-128"},{"uid":"867c5071-150"},{"uid":"867c5071-26"},{"uid":"867c5071-40"},{"uid":"867c5071-146"},{"uid":"867c5071-38"},{"uid":"867c5071-36"},{"uid":"867c5071-148"},{"uid":"867c5071-100"},{"uid":"867c5071-48"},{"uid":"867c5071-74"},{"uid":"867c5071-50"},{"uid":"867c5071-66"},{"uid":"867c5071-68"},{"uid":"867c5071-70"},{"uid":"867c5071-30"},{"uid":"867c5071-24"},{"uid":"867c5071-154"},{"uid":"867c5071-160"},{"uid":"867c5071-34"},{"uid":"867c5071-120"},{"uid":"867c5071-122"},{"uid":"867c5071-84"},{"uid":"867c5071-124"},{"uid":"867c5071-126"},{"uid":"867c5071-130"},{"uid":"867c5071-134"},{"uid":"867c5071-136"},{"uid":"867c5071-140"},{"uid":"867c5071-142"},{"uid":"867c5071-144"},{"uid":"867c5071-82"},{"uid":"867c5071-98"},{"uid":"867c5071-64"},{"uid":"867c5071-28"},{"uid":"867c5071-152"},{"uid":"867c5071-156"},{"uid":"867c5071-158"},{"uid":"867c5071-78"},{"uid":"867c5071-90"},{"uid":"867c5071-195"},{"uid":"867c5071-110"},{"uid":"867c5071-112"},{"uid":"867c5071-114"},{"uid":"867c5071-116"},{"uid":"867c5071-52"},{"uid":"867c5071-54"},{"uid":"867c5071-56"},{"uid":"867c5071-58"},{"uid":"867c5071-60"},{"uid":"867c5071-62"},{"uid":"867c5071-42"},{"uid":"867c5071-76"},{"uid":"867c5071-94"},{"uid":"867c5071-118"}],"isExternal":true},"867c5071-170":{"id":"class-variance-authority","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-32"},{"uid":"867c5071-38"}],"isExternal":true},"867c5071-171":{"id":"@radix-ui/react-collapsible","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-92"}],"isExternal":true},"867c5071-172":{"id":"@radix-ui/react-dropdown-menu","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-128"}],"isExternal":true},"867c5071-173":{"id":"@radix-ui/react-icons","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-128"}],"isExternal":true},"867c5071-174":{"id":"@radix-ui/react-switch","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-150"}],"isExternal":true},"867c5071-175":{"id":"@radix-ui/react-tooltip","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-26"}],"isExternal":true},"867c5071-176":{"id":"@radix-ui/react-scroll-area","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-146"}],"isExternal":true},"867c5071-177":{"id":"@radix-ui/react-label","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-38"}],"isExternal":true},"867c5071-178":{"id":"framer-motion","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-148"},{"uid":"867c5071-70"},{"uid":"867c5071-122"},{"uid":"867c5071-84"},{"uid":"867c5071-124"},{"uid":"867c5071-130"},{"uid":"867c5071-134"},{"uid":"867c5071-136"},{"uid":"867c5071-140"},{"uid":"867c5071-94"}],"isExternal":true},"867c5071-179":{"id":"/src/components/chat-search/hooks/index.ts","moduleParts":{},"imported":[{"uid":"867c5071-102"},{"uid":"867c5071-104"},{"uid":"867c5071-195"},{"uid":"867c5071-110"},{"uid":"867c5071-112"},{"uid":"867c5071-114"},{"uid":"867c5071-116"}],"importedBy":[{"uid":"867c5071-148"},{"uid":"867c5071-118"}]},"867c5071-180":{"id":"@phosphor-icons/react","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-48"},{"uid":"867c5071-70"},{"uid":"867c5071-160"},{"uid":"867c5071-120"},{"uid":"867c5071-122"},{"uid":"867c5071-124"},{"uid":"867c5071-126"},{"uid":"867c5071-130"},{"uid":"867c5071-134"},{"uid":"867c5071-136"},{"uid":"867c5071-82"},{"uid":"867c5071-152"},{"uid":"867c5071-42"},{"uid":"867c5071-94"}],"isExternal":true},"867c5071-181":{"id":"react-syntax-highlighter","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-48"}],"isExternal":true},"867c5071-182":{"id":"react-syntax-highlighter/dist/esm/styles/prism","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-48"}],"isExternal":true},"867c5071-183":{"id":"rehype-raw","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-74"}],"isExternal":true},"867c5071-184":{"id":"remark-gfm","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-74"}],"isExternal":true},"867c5071-185":{"id":"path-to-regexp","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-74"}],"isExternal":true},"867c5071-186":{"id":"react-markdown","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-66"}],"isExternal":true},"867c5071-187":{"id":"mermaid","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-68"}],"isExternal":true},"867c5071-188":{"id":"react/jsx-runtime","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-30"}],"isExternal":true},"867c5071-189":{"id":"clsx","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-24"}],"isExternal":true},"867c5071-190":{"id":"tailwind-merge","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-24"}],"isExternal":true},"867c5071-191":{"id":"date-fns","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-160"}],"isExternal":true},"867c5071-192":{"id":"/src/components/ui/calendar.css","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-160"}]},"867c5071-193":{"id":"/src/components/feedback/index.ts","moduleParts":{},"imported":[{"uid":"867c5071-94"}],"importedBy":[{"uid":"867c5071-120"}]},"867c5071-194":{"id":"/src/components/generating-star/index.ts","moduleParts":{},"imported":[{"uid":"867c5071-118"}],"importedBy":[{"uid":"867c5071-120"}]},"867c5071-195":{"id":"/src/components/chat-search/hooks/useUrlManager.ts","moduleParts":{},"imported":[{"uid":"867c5071-169"},{"uid":"867c5071-100"}],"importedBy":[{"uid":"867c5071-179"}]},"867c5071-196":{"id":"@paralleldrive/cuid2","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-96"},{"uid":"867c5071-108"},{"uid":"867c5071-80"}],"isExternal":true},"867c5071-197":{"id":"use-immer","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-96"}],"isExternal":true},"867c5071-198":{"id":"react-use","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-98"},{"uid":"867c5071-110"}],"isExternal":true},"867c5071-199":{"id":"@radix-ui/react-select","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-152"}],"isExternal":true},"867c5071-200":{"id":"react-day-picker","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-156"}],"isExternal":true},"867c5071-201":{"id":"@radix-ui/react-popover","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-158"}],"isExternal":true},"867c5071-202":{"id":"react-hook-form","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-42"}],"isExternal":true},"867c5071-203":{"id":"@hookform/resolvers/ajv","moduleParts":{},"imported":[],"importedBy":[{"uid":"867c5071-42"}],"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;
@@ -1,7 +1,8 @@
1
- const { BrainfishColors, customColor } = require('./src/colors');
2
1
  const { neutral, zinc } = require('tailwindcss/colors')
3
2
  const plugin = require('tailwindcss/plugin');
4
3
  const { fontFamily } = require('tailwindcss/defaultTheme');
4
+
5
+ const { BrainfishColors, customColor } = require('./src/colors');
5
6
  const { blue, dark, green, orange, pink, primary, purple, red, yellow } = BrainfishColors;
6
7
 
7
8
  /** @type {import('tailwindcss').Config} */