@cludosearch/cludo-search-components 1.0.135 → 1.0.136
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/components/ai/ai-mode/ai-mode-container.d.ts +3 -0
- package/dist/components/ai/ai-mode/ai-mode-container.d.ts.map +1 -1
- package/dist/components/ai/ai-mode/ai-mode-conversation.d.ts +10 -2
- package/dist/components/ai/ai-mode/ai-mode-conversation.d.ts.map +1 -1
- package/dist/components/ai/ai-mode/ai-mode-read-aloud.d.ts +24 -0
- package/dist/components/ai/ai-mode/ai-mode-read-aloud.d.ts.map +1 -0
- package/dist/components/ai/ai-mode/ai-mode-translations.d.ts +4 -0
- package/dist/components/ai/ai-mode/ai-mode-translations.d.ts.map +1 -1
- package/dist/components/ai/ai-mode/ai-mode.d.ts +8 -0
- package/dist/components/ai/ai-mode/ai-mode.d.ts.map +1 -1
- package/dist/components/ai/ai-mode/slide-out/slide-out.d.ts.map +1 -1
- package/dist/components/icons/speaker-icon.d.ts +4 -0
- package/dist/components/icons/speaker-icon.d.ts.map +1 -0
- package/dist/components/results/header/generative-response/generative-response-read-aloud.d.ts.map +1 -1
- package/dist/context.d.ts +3 -0
- package/dist/context.d.ts.map +1 -1
- package/dist/csr/main.csr.js +1 -1
- package/dist/csr/main.csr.js.map +1 -1
- package/dist/csr/service-worker.js +1 -1
- package/dist/csr/service-worker.js.map +1 -1
- package/dist/hooks/use-ai-mode-read-aloud.d.ts +28 -0
- package/dist/hooks/use-ai-mode-read-aloud.d.ts.map +1 -0
- package/dist/ssr/main.ssr.js +1 -1
- package/dist/ssr/main.ssr.js.map +1 -1
- package/dist/ssr/service-worker.js +1 -1
- package/dist/ssr/service-worker.js.map +1 -1
- package/dist/stories/AiModeReadAloud.stories.d.ts +9 -0
- package/dist/stories/AiModeReadAloud.stories.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -12,6 +12,9 @@ interface AiModeContainerProps {
|
|
|
12
12
|
inputPlaceholder?: string;
|
|
13
13
|
inputPlaceholderFollowUp?: string;
|
|
14
14
|
strings: AiModeStrings;
|
|
15
|
+
allowReadAloud?: boolean;
|
|
16
|
+
readAloudLang?: string;
|
|
17
|
+
resolveReadAloudLang?: (answerText: string) => Promise<string | undefined>;
|
|
15
18
|
}
|
|
16
19
|
export default function AiModeContainer(props: AiModeContainerProps): JSX.Element;
|
|
17
20
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-mode-container.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-container.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,UAAU,oBAAoB;IAC7B,WAAW,EAAE,WAAW,CAAC;IACzB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,OAAO,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ai-mode-container.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-container.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAI3D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,UAAU,oBAAoB;IAC7B,WAAW,EAAE,WAAW,CAAC;IACzB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,OAAO,EAAE,aAAa,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,oBAAoB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3E;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,oBAAoB,eAuClE"}
|
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { AiChatExchange } from "../../../types/ai-chat-types";
|
|
3
3
|
import { AiModeStrings } from "./ai-mode-translations";
|
|
4
|
-
|
|
4
|
+
interface AiModeConversationProps {
|
|
5
5
|
exchanges: AiChatExchange[];
|
|
6
6
|
disableTheme?: boolean;
|
|
7
7
|
introText?: string;
|
|
8
8
|
strings: AiModeStrings;
|
|
9
|
-
|
|
9
|
+
/** Show a per-answer read-aloud (TTS) control once the answer is complete. Default: true. */
|
|
10
|
+
allowReadAloud?: boolean;
|
|
11
|
+
/** BCP-47 language for read-aloud voice selection, e.g. "da" / "en-GB". */
|
|
12
|
+
readAloudLang?: string;
|
|
13
|
+
/** When no readAloudLang is set, resolve the voice language from an answer's text (CDT-8495). */
|
|
14
|
+
resolveReadAloudLang?: (answerText: string) => Promise<string | undefined>;
|
|
15
|
+
}
|
|
16
|
+
export default function AiModeConversation(props: AiModeConversationProps): JSX.Element;
|
|
17
|
+
export {};
|
|
10
18
|
//# sourceMappingURL=ai-mode-conversation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-mode-conversation.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-conversation.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ai-mode-conversation.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-conversation.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,UAAU,uBAAuB;IAChC,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,aAAa,CAAC;IACvB,6FAA6F;IAC7F,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,2EAA2E;IAC3E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,oBAAoB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3E;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,eA8KxE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ReadAloudStatus } from "../../../utils/read-aloud";
|
|
3
|
+
export interface AiModeReadAloudProps {
|
|
4
|
+
/** Whether this answer is the one currently engaged with the shared TTS engine. */
|
|
5
|
+
isActive: boolean;
|
|
6
|
+
/** Playback status of the shared engine (only meaningful while isActive). */
|
|
7
|
+
status: ReadAloudStatus;
|
|
8
|
+
/** Play / pause / resume this answer. */
|
|
9
|
+
onToggle: () => void;
|
|
10
|
+
/** Accessible label / tooltip for the idle state. Defaults to "Read answer aloud". */
|
|
11
|
+
label?: string;
|
|
12
|
+
/** Label / tooltip while playing (clicking pauses). Defaults to "Pause". */
|
|
13
|
+
pauseLabel?: string;
|
|
14
|
+
/** Label / tooltip while paused (clicking resumes). Defaults to "Resume". */
|
|
15
|
+
resumeLabel?: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Icon-only read-aloud control for a single AI Mode answer. Presentational: the shared
|
|
19
|
+
* engine lives in the conversation (see useAiModeReadAloud), this button only reflects
|
|
20
|
+
* `isActive` + `status` and reports clicks via `onToggle`. Sits in the per-answer actions
|
|
21
|
+
* row alongside the feedback thumbs.
|
|
22
|
+
*/
|
|
23
|
+
export default function AiModeReadAloud(props: AiModeReadAloudProps): JSX.Element;
|
|
24
|
+
//# sourceMappingURL=ai-mode-read-aloud.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-mode-read-aloud.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-read-aloud.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAK5D,MAAM,WAAW,oBAAoB;IACpC,mFAAmF;IACnF,QAAQ,EAAE,OAAO,CAAC;IAClB,6EAA6E;IAC7E,MAAM,EAAE,eAAe,CAAC;IACxB,yCAAyC;IACzC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,sFAAsF;IACtF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4EAA4E;IAC5E,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6EAA6E;IAC7E,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,oBAAoB,eA4BlE"}
|
|
@@ -9,6 +9,10 @@ export interface AiModeStrings {
|
|
|
9
9
|
disclaimer: string;
|
|
10
10
|
submitButton: string;
|
|
11
11
|
headerTitleText?: string;
|
|
12
|
+
/** Read-aloud (TTS) control — tooltip/aria for the idle, playing and paused states. */
|
|
13
|
+
readAloudLabel?: string;
|
|
14
|
+
readAloudPauseLabel?: string;
|
|
15
|
+
readAloudResumeLabel?: string;
|
|
12
16
|
}
|
|
13
17
|
export declare function getAiModeStrings(language: SupportedLanguage): AiModeStrings;
|
|
14
18
|
//# sourceMappingURL=ai-mode-translations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-mode-translations.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,MAAM,WAAW,aAAa;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ai-mode-translations.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode-translations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAErE,MAAM,WAAW,aAAa;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uFAAuF;IACvF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC9B;AA0CD,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,iBAAiB,GAAG,aAAa,CAE3E"}
|
|
@@ -11,6 +11,14 @@ interface AiModeBaseProps extends ThemeBaseProps {
|
|
|
11
11
|
customPrompt?: string;
|
|
12
12
|
language?: string;
|
|
13
13
|
uiLanguage?: string;
|
|
14
|
+
/** Show a per-answer read-aloud (TTS) control on each completed answer. Default: true. */
|
|
15
|
+
allowReadAloud?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* When no `language` is configured, resolve the read-aloud voice language from an answer's text
|
|
18
|
+
* (mirrors AI Summary / CDT-8495). Returns a BCP-47 tag, or undefined to hide the control. The
|
|
19
|
+
* resolved voice applies to the whole conversation.
|
|
20
|
+
*/
|
|
21
|
+
resolveReadAloudLang?: (answerText: string) => Promise<string | undefined>;
|
|
14
22
|
}
|
|
15
23
|
interface StandaloneAiModeProps extends AiModeBaseProps {
|
|
16
24
|
renderFromAISummary?: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ai-mode.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAOnD,UAAU,eAAgB,SAAQ,cAAc;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ai-mode.d.ts","sourceRoot":"","sources":["../../../../src/components/ai/ai-mode/ai-mode.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAOnD,UAAU,eAAgB,SAAQ,cAAc;IAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0FAA0F;IAC1F,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC3E;AAGD,UAAU,qBAAsB,SAAQ,eAAe;IACtD,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAC5B,kLAAkL;IAClL,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACxC;;;OAGG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACxB;AAGD,UAAU,oBAAqB,SAAQ,eAAe;IACrD,mBAAmB,EAAE,IAAI,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACjE;AAGD,MAAM,MAAM,WAAW,GAAG,qBAAqB,GAAG,oBAAoB,CAAC;AAEvE,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,eA8IxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slide-out.d.ts","sourceRoot":"","sources":["../../../../../src/components/ai/ai-mode/slide-out/slide-out.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"slide-out.d.ts","sourceRoot":"","sources":["../../../../../src/components/ai/ai-mode/slide-out/slide-out.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAGpE,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAGxD,MAAM,WAAW,aAAa;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,WAAW,CAAC;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,wHAAwH;IACxH,kBAAkB,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,aAAa,CAAC;IAEvB,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK,EAAE,aAAa,eAqGpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speaker-icon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/speaker-icon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAIxC,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,SAAS,eAgBnD"}
|
package/dist/components/results/header/generative-response/generative-response-read-aloud.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generative-response-read-aloud.d.ts","sourceRoot":"","sources":["../../../../../src/components/results/header/generative-response/generative-response-read-aloud.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"generative-response-read-aloud.d.ts","sourceRoot":"","sources":["../../../../../src/components/results/header/generative-response/generative-response-read-aloud.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAOtD,MAAM,WAAW,gCAAiC,SAAQ,cAAc;IACvE,8CAA8C;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,sFAAsF;IACtF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iHAAiH;IACjH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,6FAA6F;IAC7F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2IAA2I;IAC3I,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,yDAAyD;IACzD,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,gCAAgC,sBAiClF"}
|
package/dist/context.d.ts
CHANGED
|
@@ -3,4 +3,7 @@ import { EventController } from './utils/event-controller';
|
|
|
3
3
|
import { CludoSearchContext } from "./utils/cludo-search-context";
|
|
4
4
|
export declare const CludoContext: React.Context<CludoSearchContext>;
|
|
5
5
|
export declare const EventControllerContext: React.Context<EventController>;
|
|
6
|
+
export declare const AiModePanelContext: React.Context<{
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
}>;
|
|
6
9
|
//# sourceMappingURL=context.d.ts.map
|
package/dist/context.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../src/context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAGlE,eAAO,MAAM,YAAY,mCAAqD,CAAC;AAC/E,eAAO,MAAM,sBAAsB,gCAAkD,CAAC"}
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../src/context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAGlE,eAAO,MAAM,YAAY,mCAAqD,CAAC;AAC/E,eAAO,MAAM,sBAAsB,gCAAkD,CAAC;AAItF,eAAO,MAAM,kBAAkB;YAAiC,OAAO;EAAqB,CAAC"}
|