@burdenoff/fe-libs 2026.910.3 → 2026.910.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/shared/assistant/ui/AIAssistantPanel.js +6 -6
- package/dist/shared/assistant/ui/AssistantChatArea.js +358 -358
- package/dist/shared/assistant/ui/AssistantConversationList.js +16 -16
- package/dist/shared/assistant/ui/AssistantLanguageMenu.js +6 -6
- package/dist/shared/assistant/ui/AssistantMarkdownRenderer.d.ts +21 -7
- package/dist/shared/assistant/ui/AssistantMarkdownRenderer.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AssistantMarkdownRenderer.js +47 -37
- package/dist/shared/assistant/ui/AssistantMessageItem.js +16 -16
- package/dist/shared/assistant/ui/AssistantReplyLanguageSelector.js +5 -5
- package/dist/shared/assistant/ui/AssistantSpeechProvider.js +151 -151
- package/dist/shared/assistant/ui/composer/AssistantComposer.js +6 -6
- package/dist/shared/assistant/ui/composer/AssistantLanguageSelector.js +4 -4
- package/dist/shared/assistant/ui/voice/AssistantVoiceSession.js +48 -48
- package/dist/shared/assistant/ui/voice/VoiceConversationView.js +8 -8
- package/dist/shared/components/assistantWidget/MessageContent.d.ts +11 -3
- package/dist/shared/components/assistantWidget/MessageContent.d.ts.map +1 -1
- package/dist/shared/components/assistantWidget/MessageContent.js +26 -27
- package/dist/shared-assistant.js +93 -93
- package/package.json +2 -2
package/dist/shared-assistant.js
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
import { useVoiceInput as e } from "./shared/assistant/voice/useVoiceInput.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { AssistantMessageAttachments as
|
|
53
|
-
import { AssistantPendingWriteCard as
|
|
54
|
-
import { AssistantLanguageMenu as
|
|
55
|
-
import { AssistantReplyLanguageSelector as
|
|
56
|
-
import { AssistantSpeakButton as
|
|
57
|
-
import { AssistantSpokenTurnsNotice as
|
|
58
|
-
import { AssistantAttachmentButton as
|
|
59
|
-
import { AssistantAttachmentChips as
|
|
60
|
-
import { AssistantLanguageSelector as
|
|
61
|
-
import { ASSISTANT_MODE_META as
|
|
62
|
-
import { AssistantVoiceButton as
|
|
63
|
-
import { AUTO_VOICE as
|
|
64
|
-
import { AssistantVoiceOrb as
|
|
65
|
-
import { AssistantVoiceSessionButton as
|
|
66
|
-
import { CAPTION_SCROLL_ATTR as
|
|
67
|
-
import { VoiceConversationView as
|
|
68
|
-
import { VoiceWaveform as
|
|
69
|
-
import { VoiceMiniController as
|
|
70
|
-
import { VoiceStage as
|
|
71
|
-
import { VoiceTranscriptDrawer as
|
|
72
|
-
import { downloadFile as
|
|
73
|
-
import { AssistantMoreMenu as
|
|
74
|
-
import { AssistantHeader as
|
|
75
|
-
import { AssistantConversationList as
|
|
76
|
-
import { AssistantEmptyState as
|
|
77
|
-
import { AssistantMessageItem as
|
|
78
|
-
import { AssistantMessageList as
|
|
79
|
-
import { AssistantVoiceSession as
|
|
80
|
-
import { useAssistantApiAccess as
|
|
81
|
-
import { useConversationTurns as
|
|
82
|
-
import { isMultimodalBodyRejection as
|
|
83
|
-
import { aiCreditsUpdatedEventName as
|
|
84
|
-
import { useWorkspaceWriteAccess as
|
|
85
|
-
import { extractDocumentText as
|
|
86
|
-
import { useAssistantAttachments as
|
|
87
|
-
import { AssistantComposer as
|
|
88
|
-
import { isProdRuntime as
|
|
89
|
-
import { useAssistantHeartbeat as
|
|
90
|
-
import { useAssistantKeyboardShortcuts as
|
|
91
|
-
import { AssistantApiCallsConsentDialog as
|
|
92
|
-
import { AssistantChatArea as
|
|
93
|
-
import { AIAssistantPanel as
|
|
94
|
-
export {
|
|
2
|
+
import { AssistantProductProvider as t, resolveModeConfig as n, useAssistantPageLabel as r, useAssistantProduct as i, useAssistantProductOrNull as a, useAssistantStorageFolders as o } from "./shared/assistant/product.js";
|
|
3
|
+
import { AssistantI18nProvider as s, assistantTranslationKey as c, useAssistantI18nNamespace as l, useAssistantTr as u } from "./shared/assistant/i18n.js";
|
|
4
|
+
import { copyToClipboard as d } from "./shared/assistant/clipboard.js";
|
|
5
|
+
import { AssistantMarkdownImage as f, imageHostLabel as p, isRemoteImageSrc as m } from "./shared/assistant/ui/AssistantMarkdownImage.js";
|
|
6
|
+
import { AssistantMarkdownRenderer as h, AssistantNavigateProvider as g, assistantRoutePath as _, assistantUrlTransform as v, browserShouldHandle as y, classifyAssistantHref as b, useAssistantNavigate as x } from "./shared/assistant/ui/AssistantMarkdownRenderer.js";
|
|
7
|
+
import { classifyQuotaError as S, describeQuotaError as C, isQuotaExhaustedError as w, quotaExhaustedEventName as T } from "./shared/assistant/quota.js";
|
|
8
|
+
import { buildSandboxContextInput as E, executeSandboxGraphQL as D } from "./shared/assistant/gatewayClient.js";
|
|
9
|
+
import { CHECK_AI_CREDITS as O, CREATE_SANDBOX as k, EXTEND_SANDBOX_TTL as A, GET_ACTIVE_SANDBOXES as j, GET_SANDBOX as M, PROXY_SANDBOX_REQUEST as N, REPORT_AI_TOKEN_USAGE as P, STOP_ASSISTANT_SANDBOX as F, WAIT_FOR_SANDBOX_RUNNING as I } from "./shared/assistant/operations.js";
|
|
10
|
+
import { ASSISTANT_API_AUTH_STRATEGY as L, getImageForMode as R, getImageTagForMode as z, getResourcesForMode as B, getSandboxImageRegistry as V, resolveSandboxAssistantMode as H } from "./shared/assistant/images.js";
|
|
11
|
+
import { getCapability as U, isUnknownFieldError as W, markSupported as G, markUnsupported as K } from "./shared/assistant/capabilities.js";
|
|
12
|
+
import { abortAssistantTurn as q, approvePendingWrite as J, buildAssistantSandboxEnv as Y, buildPromptRequestBody as X, checkAssistantAiCredits as Z, createAssistantSandbox as Q, createAssistantSession as $, downloadAssistantArtifact as ee, extendAssistantSandboxTTL as te, findExistingSandbox as ne, getAssistantArtifacts as re, getAssistantMessages as ie, getAssistantSession as ae, getAssistantStreamAccess as oe, modeRequiresConfirmWrites as se, releaseSupersededAssistantSandboxes as ce, reportAssistantAiTokenUsage as le, selectExistingAssistantSandbox as ue, selectSupersededAssistantSandboxes as de, sendAssistantPromptAsync as fe, sendHeartbeat as pe, stopReapedAssistantSandbox as me, waitForAssistantServiceReady as he, waitForSandboxRunning as ge } from "./shared/assistant/api.js";
|
|
13
|
+
import { AssistantRuntimeManager as _e } from "./shared/assistant/runtime.js";
|
|
14
|
+
import { buildProgress as ve, getAssistantMedia as ye, getAssistantText as be, getRawMessageCreatedAt as xe, getToolProgress as Se, isReapedSandboxConnectionError as Ce, isRecoverable as we, mapSessionToHistory as Te, mergeMessagesById as Ee, sanitize as De } from "./shared/assistant/progress.js";
|
|
15
|
+
import { createSandboxAssistantTransport as Oe } from "./shared/assistant/createSandboxAssistantTransport.js";
|
|
16
|
+
import { useSandboxAssistantTransport as ke } from "./shared/assistant/useSandboxAssistantTransport.js";
|
|
17
|
+
import { chatTurns as Ae, groupBySession as je, groupConsecutiveBySession as Me, isVoiceTurn as Ne, voiceMarker as Pe, voiceSessionIdOf as Fe, voiceTurnsOnly as Ie } from "./shared/assistant/voice/turnVisibility.js";
|
|
18
|
+
import { browserSpeechEngine as Le } from "./shared/assistant/speech/browserSpeechEngine.js";
|
|
19
|
+
import { HOSTED_TTS_TIER as Re, HOSTED_VOICES as ze, hostedLocaleFor as Be, hostedSupportsLanguage as Ve } from "./shared/assistant/speech/hostedVoiceCatalogue.js";
|
|
20
|
+
import { HOSTED_TTS_MAX_CHARS as He, SPEAKING_RATE_MAX as Ue, SPEAKING_RATE_MAX_STREAMING as We, SPEAKING_RATE_MAX_SYNC as Ge, SPEAKING_RATE_MIN as Ke, base64ToBytes as qe, buildRequest as Je, classifyHttpFailure as Ye, decodeAudioResponse as Xe, shouldDisableEngine as Ze, splitForVendor as Qe } from "./shared/assistant/speech/hostedTtsProtocol.js";
|
|
21
|
+
import { createHostedTtsEngine as $e } from "./shared/assistant/speech/hostedTtsSpeechEngine.js";
|
|
22
|
+
import { createRoutingSpeechEngine as et } from "./shared/assistant/speech/routingSpeechEngine.js";
|
|
23
|
+
import { configureSpeechEngine as tt, createSpeechEngines as nt, getSpeechEngine as rt, readSpeechEngineConfig as it, resetSpeechEngine as at } from "./shared/assistant/speech/createSpeechEngine.js";
|
|
24
|
+
import { micIsInterrupt as ot, showsAssistantCaption as st, showsUserCaption as ct, voiceStageState as lt, waveformIsActive as ut, waveformIsSettled as dt } from "./shared/assistant/voice/voiceStageState.js";
|
|
25
|
+
import { ENDPOINT_GRACE_MS as ft, INITIAL_SESSION as pt, INTERRUPT_MAX_MS as mt, INTERRUPT_MIN_MS as ht, SILENCE_SUBMIT_MS as gt, isCapturing as _t, isEcho as vt, isSubmittable as yt, orbMode as bt, planReplyConsumption as xt, spokenSoFar as St, voiceSessionReducer as Ct } from "./shared/assistant/voice/voiceSession.js";
|
|
26
|
+
import { SPEECH_LANG as wt, VOICE_LIST_TIMEOUT_MS as Tt, isSpeechBlocked as Et, languageDisplayName as Dt, normalizeLangTag as Ot, primaryLanguageSubtag as kt, selectVoiceForLocale as At, speechGate as jt, speechLangForLocale as Mt, voiceAvailability as Nt, voiceQualityRank as Pt, voicesForLocale as Ft } from "./shared/assistant/voice/speechVoices.js";
|
|
27
|
+
import { buildContinuedFromVoiceNote as It, buildVoiceTranscriptMarkdown as Lt, voiceTranscriptFilename as Rt } from "./shared/assistant/voice/voiceTranscript.js";
|
|
28
|
+
import { DEFAULT_SPEAKABLE_LABELS as zt, MAX_SPEAKABLE_CHARS as Bt, MAX_SPOKEN_TABLE_ROWS as Vt, SPEECH_CHUNK_CHARS as Ht, SPEECH_CHUNK_CJK_CHARS as Ut, chunkForSpeech as Wt, containsCjk as Gt, speakableEmail as Kt, splitTableRow as qt, toSpeakableText as Jt } from "./shared/assistant/voice/speakableText.js";
|
|
29
|
+
import { PREVIEW_LANGUAGES as Yt, voicePreviewText as Xt } from "./shared/assistant/voice/voicePreview.js";
|
|
30
|
+
import { MINI_CAPTION_BUDGET as Zt, showPreviousChunk as Qt } from "./shared/assistant/voice/miniCaptionBudget.js";
|
|
31
|
+
import { POLL_FAST_MS as $t, POLL_FAST_UNTIL_MS as en, POLL_SLOW_MS as tn, POLL_STEADY_MS as nn, POLL_STEADY_UNTIL_MS as rn, pollDelayMs as an } from "./shared/assistant/voice/assistantPollSchedule.js";
|
|
32
|
+
import { toCaptionText as on } from "./shared/assistant/voice/captionText.js";
|
|
33
|
+
import { ASSISTANT_LANGUAGES as sn, DEFAULT_SPEECH_RATE as cn, findAssistantLanguage as ln, resolveAssistantLanguage as un } from "./shared/assistant/voice/languages.js";
|
|
34
|
+
import { replyFollowsInput as dn, resolveLanguagePair as fn } from "./shared/assistant/voice/languagePair.js";
|
|
35
|
+
import { findPendingWrite as pn, parseConfirmationRefusal as mn } from "./shared/assistant/pendingWrite.js";
|
|
36
|
+
import { SPOKEN_LABEL_LANGUAGES as hn, speechLabelsFor as gn } from "./shared/assistant/voice/speechLabels.js";
|
|
37
|
+
import { detectScriptLocale as _n, resolveSpeechLocale as vn } from "./shared/assistant/voice/replyLanguage.js";
|
|
38
|
+
import { IDLE_PLAYBACK as yn, isSpeakingMessage as bn, publishedChunks as xn, requiresCancel as Sn, speechPlaybackReducer as Cn } from "./shared/assistant/voice/speechPlayback.js";
|
|
39
|
+
import { MAX_INLINE_IMAGE_BASE64_BYTES as wn, MAX_REQUEST_BODY_BYTES as Tn } from "./shared/assistant/gatewayLimits.js";
|
|
40
|
+
import { BOILERPLATE_PAGE_SHARE as En, MAX_BOILERPLATE_LINE_CHARS as Dn, MAX_EXTRACTED_CHARS as On, MAX_PDF_PAGES_SCANNED as kn, MIN_PAGE_TEXT_CHARS as An, MIN_TEXT_PAGE_SHARE as jn, columnLetterToIndex as Mn, decodeXmlEntities as Nn, docxXmlToText as Pn, fitPdfPages as Fn, formatPageRanges as In, isMostlyImagePages as Ln, joinSheets as Rn, pageMarker as zn, parseSharedStrings as Bn, parseWorkbookSheets as Vn, pdfTextItemsToPage as Hn, sheetXmlToRows as Un, summarisePageText as Wn, truncatePagesForInline as Gn } from "./shared/assistant/documentText.js";
|
|
41
|
+
import { ATTACHMENT_ACCEPT as Kn, AttachmentRejectedError as qn, INLINE_IMAGE_MAX_DIM as Jn, INLINE_IMAGE_QUALITY as Yn, MAX_ATTACHMENTS as Xn, MAX_FILE_BYTES as Zn, MAX_INLINE_CHARS_PER_FILE as Qn, MAX_INLINE_CHARS_TOTAL as $n, MAX_INLINE_IMAGE_BASE64_CHARS as er, MAX_INLINE_IMAGE_PARTS as tr, MAX_INLINE_TURN_BODY_BYTES as nr, MAX_TURN_BODY_BYTES as rr, PROMPT_ENVELOPE_RESERVE_BYTES as ir, TURN_BODY_HEADROOM_BYTES as ar, buildAttachmentPromptBlock as or, buildPromptParts as sr, buildPromptWithAttachments as cr, classifyAttachment as lr, countInlineImageCandidates as ur, countInlinedImageParts as dr, detectDocumentFormat as fr, estimateTurnBodyBytes as pr, formatBytes as mr, getAttachmentSendBlocker as hr, getExtension as gr, getSendableAttachments as _r, hasAttachmentWorkInFlight as vr, parseDataUrl as yr, toMessageAttachment as br, truncateForInline as xr, validateFile as Sr } from "./shared/assistant/attachments.js";
|
|
42
|
+
import { useAssistantStore as Cr } from "./shared/assistant/store.js";
|
|
43
|
+
import { isTurnInFlight as wr, planAbandonedTurn as Tr, planTurnAbort as Er } from "./shared/assistant/turnState.js";
|
|
44
|
+
import { PHRASE_ROTATE_MS as Dr, STAGE_COPY as Or, THINKING_PHRASES as kr, isStageCopy as Ar, stageText as jr, statusStageCopy as Mr, thinkingPhrase as Nr } from "./shared/assistant/stageCopy.js";
|
|
45
|
+
import { AssistantToolActivity as Pr, parseToolActivity as Fr } from "./shared/assistant/ui/AssistantToolActivity.js";
|
|
46
|
+
import { AssistantSpeechProvider as Ir, useAssistantSpeech as Lr } from "./shared/assistant/ui/AssistantSpeechProvider.js";
|
|
47
|
+
import { useVoiceSession as Rr } from "./shared/assistant/ui/useVoiceSession.js";
|
|
48
|
+
import { getActorId as zr, getOrganizationId as Br, getWorkspaceId as Vr } from "./shared/assistant/context.js";
|
|
49
|
+
import { ATTACHMENT_SOURCES as Hr, availableAttachmentSources as Ur, deviceHasCamera as Wr } from "./shared/assistant/attachmentSources.js";
|
|
50
|
+
import { SANDBOX_READY_TTL_MS as Gr, createReadinessTracker as Kr, isRecentlyVerified as qr } from "./shared/assistant/sandboxReadiness.js";
|
|
51
|
+
import { AssistantAutoSpeakToggle as Jr } from "./shared/assistant/ui/AssistantAutoSpeakToggle.js";
|
|
52
|
+
import { AssistantMessageAttachments as Yr } from "./shared/assistant/ui/AssistantMessageAttachments.js";
|
|
53
|
+
import { AssistantPendingWriteCard as Xr } from "./shared/assistant/ui/AssistantPendingWriteCard.js";
|
|
54
|
+
import { AssistantLanguageMenu as Zr } from "./shared/assistant/ui/AssistantLanguageMenu.js";
|
|
55
|
+
import { AssistantReplyLanguageSelector as Qr } from "./shared/assistant/ui/AssistantReplyLanguageSelector.js";
|
|
56
|
+
import { AssistantSpeakButton as $r } from "./shared/assistant/ui/AssistantSpeakButton.js";
|
|
57
|
+
import { AssistantSpokenTurnsNotice as ei } from "./shared/assistant/ui/AssistantSpokenTurnsNotice.js";
|
|
58
|
+
import { AssistantAttachmentButton as ti } from "./shared/assistant/ui/composer/AssistantAttachmentButton.js";
|
|
59
|
+
import { AssistantAttachmentChips as ni } from "./shared/assistant/ui/composer/AssistantAttachmentChips.js";
|
|
60
|
+
import { AssistantLanguageSelector as ri, FOLLOW_APP_LOCALE as ii } from "./shared/assistant/ui/composer/AssistantLanguageSelector.js";
|
|
61
|
+
import { ASSISTANT_MODE_META as ai, AssistantModeSelector as oi, nextModeIndex as si } from "./shared/assistant/ui/composer/AssistantModeSelector.js";
|
|
62
|
+
import { AssistantVoiceButton as ci } from "./shared/assistant/ui/composer/AssistantVoiceButton.js";
|
|
63
|
+
import { AUTO_VOICE as li, AssistantVoiceSelector as ui } from "./shared/assistant/ui/composer/AssistantVoiceSelector.js";
|
|
64
|
+
import { AssistantVoiceOrb as di } from "./shared/assistant/ui/voice/AssistantVoiceOrb.js";
|
|
65
|
+
import { AssistantVoiceSessionButton as fi } from "./shared/assistant/ui/voice/AssistantVoiceSessionButton.js";
|
|
66
|
+
import { CAPTION_SCROLL_ATTR as pi, VoiceCaption as mi } from "./shared/assistant/ui/voice/VoiceCaption.js";
|
|
67
|
+
import { VoiceConversationView as hi } from "./shared/assistant/ui/voice/VoiceConversationView.js";
|
|
68
|
+
import { VoiceWaveform as gi } from "./shared/assistant/ui/voice/VoiceWaveform.js";
|
|
69
|
+
import { VoiceMiniController as _i } from "./shared/assistant/ui/voice/VoiceMiniController.js";
|
|
70
|
+
import { VoiceStage as vi } from "./shared/assistant/ui/voice/VoiceStage.js";
|
|
71
|
+
import { VoiceTranscriptDrawer as yi } from "./shared/assistant/ui/voice/VoiceTranscriptDrawer.js";
|
|
72
|
+
import { downloadFile as bi, exportConversation as xi } from "./shared/assistant/exportConversation.js";
|
|
73
|
+
import { AssistantMoreMenu as Si } from "./shared/assistant/ui/AssistantMoreMenu.js";
|
|
74
|
+
import { AssistantHeader as Ci } from "./shared/assistant/ui/AssistantHeader.js";
|
|
75
|
+
import { AssistantConversationList as wi } from "./shared/assistant/ui/AssistantConversationList.js";
|
|
76
|
+
import { AssistantEmptyState as Ti } from "./shared/assistant/ui/AssistantEmptyState.js";
|
|
77
|
+
import { AssistantMessageItem as Ei } from "./shared/assistant/ui/AssistantMessageItem.js";
|
|
78
|
+
import { AssistantMessageList as Di } from "./shared/assistant/ui/AssistantMessageList.js";
|
|
79
|
+
import { AssistantVoiceSession as Oi } from "./shared/assistant/ui/voice/AssistantVoiceSession.js";
|
|
80
|
+
import { useAssistantApiAccess as ki } from "./shared/assistant/useAssistantApiAccess.js";
|
|
81
|
+
import { useConversationTurns as Ai } from "./shared/assistant/useConversationTurns.js";
|
|
82
|
+
import { isMultimodalBodyRejection as ji, isRecoverableAssistantError as Mi } from "./shared/assistant/transportErrors.js";
|
|
83
|
+
import { aiCreditsUpdatedEventName as Ni, dispatchAssistantQuotaExhausted as Pi, notifyAiCreditsUpdated as Fi } from "./shared/assistant/aiCredits.js";
|
|
84
|
+
import { useWorkspaceWriteAccess as Ii } from "./shared/assistant/useWorkspaceWriteAccess.js";
|
|
85
|
+
import { extractDocumentText as Li } from "./shared/assistant/documentExtract.js";
|
|
86
|
+
import { useAssistantAttachments as Ri } from "./shared/assistant/useAssistantAttachments.js";
|
|
87
|
+
import { AssistantComposer as zi } from "./shared/assistant/ui/composer/AssistantComposer.js";
|
|
88
|
+
import { isProdRuntime as Bi } from "./shared/assistant/env.js";
|
|
89
|
+
import { useAssistantHeartbeat as Vi } from "./shared/assistant/useAssistantHeartbeat.js";
|
|
90
|
+
import { useAssistantKeyboardShortcuts as Hi } from "./shared/assistant/useAssistantKeyboardShortcuts.js";
|
|
91
|
+
import { AssistantApiCallsConsentDialog as Ui } from "./shared/assistant/ui/AssistantApiCallsConsentDialog.js";
|
|
92
|
+
import { AssistantChatArea as Wi } from "./shared/assistant/ui/AssistantChatArea.js";
|
|
93
|
+
import { AIAssistantPanel as Gi } from "./shared/assistant/ui/AIAssistantPanel.js";
|
|
94
|
+
export { Gi as AIAssistantPanel, L as ASSISTANT_API_AUTH_STRATEGY, sn as ASSISTANT_LANGUAGES, ai as ASSISTANT_MODE_META, Kn as ATTACHMENT_ACCEPT, Hr as ATTACHMENT_SOURCES, li as AUTO_VOICE, Ui as AssistantApiCallsConsentDialog, ti as AssistantAttachmentButton, ni as AssistantAttachmentChips, Jr as AssistantAutoSpeakToggle, Wi as AssistantChatArea, zi as AssistantComposer, wi as AssistantConversationList, Ti as AssistantEmptyState, Ci as AssistantHeader, s as AssistantI18nProvider, Zr as AssistantLanguageMenu, ri as AssistantLanguageSelector, f as AssistantMarkdownImage, h as AssistantMarkdownRenderer, Yr as AssistantMessageAttachments, Ei as AssistantMessageItem, Di as AssistantMessageList, oi as AssistantModeSelector, Si as AssistantMoreMenu, g as AssistantNavigateProvider, Xr as AssistantPendingWriteCard, t as AssistantProductProvider, Qr as AssistantReplyLanguageSelector, _e as AssistantRuntimeManager, $r as AssistantSpeakButton, Ir as AssistantSpeechProvider, ei as AssistantSpokenTurnsNotice, Pr as AssistantToolActivity, ci as AssistantVoiceButton, di as AssistantVoiceOrb, ui as AssistantVoiceSelector, Oi as AssistantVoiceSession, fi as AssistantVoiceSessionButton, qn as AttachmentRejectedError, En as BOILERPLATE_PAGE_SHARE, pi as CAPTION_SCROLL_ATTR, O as CHECK_AI_CREDITS, k as CREATE_SANDBOX, zt as DEFAULT_SPEAKABLE_LABELS, cn as DEFAULT_SPEECH_RATE, ft as ENDPOINT_GRACE_MS, A as EXTEND_SANDBOX_TTL, ii as FOLLOW_APP_LOCALE, j as GET_ACTIVE_SANDBOXES, M as GET_SANDBOX, He as HOSTED_TTS_MAX_CHARS, Re as HOSTED_TTS_TIER, ze as HOSTED_VOICES, yn as IDLE_PLAYBACK, pt as INITIAL_SESSION, Jn as INLINE_IMAGE_MAX_DIM, Yn as INLINE_IMAGE_QUALITY, mt as INTERRUPT_MAX_MS, ht as INTERRUPT_MIN_MS, Xn as MAX_ATTACHMENTS, Dn as MAX_BOILERPLATE_LINE_CHARS, On as MAX_EXTRACTED_CHARS, Zn as MAX_FILE_BYTES, Qn as MAX_INLINE_CHARS_PER_FILE, $n as MAX_INLINE_CHARS_TOTAL, wn as MAX_INLINE_IMAGE_BASE64_BYTES, er as MAX_INLINE_IMAGE_BASE64_CHARS, tr as MAX_INLINE_IMAGE_PARTS, nr as MAX_INLINE_TURN_BODY_BYTES, kn as MAX_PDF_PAGES_SCANNED, Tn as MAX_REQUEST_BODY_BYTES, Bt as MAX_SPEAKABLE_CHARS, Vt as MAX_SPOKEN_TABLE_ROWS, rr as MAX_TURN_BODY_BYTES, Zt as MINI_CAPTION_BUDGET, An as MIN_PAGE_TEXT_CHARS, jn as MIN_TEXT_PAGE_SHARE, Dr as PHRASE_ROTATE_MS, $t as POLL_FAST_MS, en as POLL_FAST_UNTIL_MS, tn as POLL_SLOW_MS, nn as POLL_STEADY_MS, rn as POLL_STEADY_UNTIL_MS, Yt as PREVIEW_LANGUAGES, ir as PROMPT_ENVELOPE_RESERVE_BYTES, N as PROXY_SANDBOX_REQUEST, P as REPORT_AI_TOKEN_USAGE, Gr as SANDBOX_READY_TTL_MS, gt as SILENCE_SUBMIT_MS, Ue as SPEAKING_RATE_MAX, We as SPEAKING_RATE_MAX_STREAMING, Ge as SPEAKING_RATE_MAX_SYNC, Ke as SPEAKING_RATE_MIN, Ht as SPEECH_CHUNK_CHARS, Ut as SPEECH_CHUNK_CJK_CHARS, wt as SPEECH_LANG, hn as SPOKEN_LABEL_LANGUAGES, Or as STAGE_COPY, F as STOP_ASSISTANT_SANDBOX, kr as THINKING_PHRASES, ar as TURN_BODY_HEADROOM_BYTES, Tt as VOICE_LIST_TIMEOUT_MS, mi as VoiceCaption, hi as VoiceConversationView, _i as VoiceMiniController, vi as VoiceStage, yi as VoiceTranscriptDrawer, gi as VoiceWaveform, I as WAIT_FOR_SANDBOX_RUNNING, q as abortAssistantTurn, Ni as aiCreditsUpdatedEventName, J as approvePendingWrite, _ as assistantRoutePath, c as assistantTranslationKey, v as assistantUrlTransform, Ur as availableAttachmentSources, qe as base64ToBytes, y as browserShouldHandle, Le as browserSpeechEngine, Y as buildAssistantSandboxEnv, or as buildAttachmentPromptBlock, It as buildContinuedFromVoiceNote, ve as buildProgress, sr as buildPromptParts, X as buildPromptRequestBody, cr as buildPromptWithAttachments, Je as buildRequest, E as buildSandboxContextInput, Lt as buildVoiceTranscriptMarkdown, Ae as chatTurns, Z as checkAssistantAiCredits, Wt as chunkForSpeech, b as classifyAssistantHref, lr as classifyAttachment, Ye as classifyHttpFailure, S as classifyQuotaError, Mn as columnLetterToIndex, tt as configureSpeechEngine, Gt as containsCjk, d as copyToClipboard, ur as countInlineImageCandidates, dr as countInlinedImageParts, Q as createAssistantSandbox, $ as createAssistantSession, $e as createHostedTtsEngine, Kr as createReadinessTracker, et as createRoutingSpeechEngine, Oe as createSandboxAssistantTransport, nt as createSpeechEngines, Xe as decodeAudioResponse, Nn as decodeXmlEntities, C as describeQuotaError, fr as detectDocumentFormat, _n as detectScriptLocale, Wr as deviceHasCamera, Pi as dispatchAssistantQuotaExhausted, Pn as docxXmlToText, ee as downloadAssistantArtifact, bi as downloadFile, pr as estimateTurnBodyBytes, D as executeSandboxGraphQL, xi as exportConversation, te as extendAssistantSandboxTTL, Li as extractDocumentText, ln as findAssistantLanguage, ne as findExistingSandbox, pn as findPendingWrite, Fn as fitPdfPages, mr as formatBytes, In as formatPageRanges, zr as getActorId, re as getAssistantArtifacts, ye as getAssistantMedia, ie as getAssistantMessages, ae as getAssistantSession, oe as getAssistantStreamAccess, be as getAssistantText, hr as getAttachmentSendBlocker, U as getCapability, gr as getExtension, R as getImageForMode, z as getImageTagForMode, Br as getOrganizationId, xe as getRawMessageCreatedAt, B as getResourcesForMode, V as getSandboxImageRegistry, _r as getSendableAttachments, rt as getSpeechEngine, Se as getToolProgress, Vr as getWorkspaceId, je as groupBySession, Me as groupConsecutiveBySession, vr as hasAttachmentWorkInFlight, Be as hostedLocaleFor, Ve as hostedSupportsLanguage, p as imageHostLabel, _t as isCapturing, vt as isEcho, Ln as isMostlyImagePages, ji as isMultimodalBodyRejection, Bi as isProdRuntime, w as isQuotaExhaustedError, Ce as isReapedSandboxConnectionError, qr as isRecentlyVerified, we as isRecoverable, Mi as isRecoverableAssistantError, m as isRemoteImageSrc, bn as isSpeakingMessage, Et as isSpeechBlocked, Ar as isStageCopy, yt as isSubmittable, wr as isTurnInFlight, W as isUnknownFieldError, Ne as isVoiceTurn, Rn as joinSheets, Dt as languageDisplayName, Te as mapSessionToHistory, G as markSupported, K as markUnsupported, Ee as mergeMessagesById, ot as micIsInterrupt, se as modeRequiresConfirmWrites, si as nextModeIndex, Ot as normalizeLangTag, Fi as notifyAiCreditsUpdated, bt as orbMode, zn as pageMarker, mn as parseConfirmationRefusal, yr as parseDataUrl, Bn as parseSharedStrings, Fr as parseToolActivity, Vn as parseWorkbookSheets, Hn as pdfTextItemsToPage, Tr as planAbandonedTurn, xt as planReplyConsumption, Er as planTurnAbort, an as pollDelayMs, kt as primaryLanguageSubtag, xn as publishedChunks, T as quotaExhaustedEventName, it as readSpeechEngineConfig, ce as releaseSupersededAssistantSandboxes, dn as replyFollowsInput, le as reportAssistantAiTokenUsage, Sn as requiresCancel, at as resetSpeechEngine, un as resolveAssistantLanguage, fn as resolveLanguagePair, n as resolveModeConfig, H as resolveSandboxAssistantMode, vn as resolveSpeechLocale, De as sanitize, ue as selectExistingAssistantSandbox, de as selectSupersededAssistantSandboxes, At as selectVoiceForLocale, fe as sendAssistantPromptAsync, pe as sendHeartbeat, Un as sheetXmlToRows, Ze as shouldDisableEngine, Qt as showPreviousChunk, st as showsAssistantCaption, ct as showsUserCaption, Kt as speakableEmail, jt as speechGate, gn as speechLabelsFor, Mt as speechLangForLocale, Cn as speechPlaybackReducer, Qe as splitForVendor, qt as splitTableRow, St as spokenSoFar, jr as stageText, Mr as statusStageCopy, me as stopReapedAssistantSandbox, Wn as summarisePageText, Nr as thinkingPhrase, on as toCaptionText, br as toMessageAttachment, Jt as toSpeakableText, xr as truncateForInline, Gn as truncatePagesForInline, ki as useAssistantApiAccess, Ri as useAssistantAttachments, Vi as useAssistantHeartbeat, l as useAssistantI18nNamespace, Hi as useAssistantKeyboardShortcuts, x as useAssistantNavigate, r as useAssistantPageLabel, i as useAssistantProduct, a as useAssistantProductOrNull, Lr as useAssistantSpeech, o as useAssistantStorageFolders, Cr as useAssistantStore, u as useAssistantTr, Ai as useConversationTurns, ke as useSandboxAssistantTransport, e as useVoiceInput, Rr as useVoiceSession, Ii as useWorkspaceWriteAccess, Sr as validateFile, Nt as voiceAvailability, Pe as voiceMarker, Xt as voicePreviewText, Pt as voiceQualityRank, Fe as voiceSessionIdOf, Ct as voiceSessionReducer, lt as voiceStageState, Rt as voiceTranscriptFilename, Ie as voiceTurnsOnly, Ft as voicesForLocale, he as waitForAssistantServiceReady, ge as waitForSandboxRunning, ut as waveformIsActive, dt as waveformIsSettled };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/fe-libs",
|
|
3
|
-
"version": "2026.910.
|
|
3
|
+
"version": "2026.910.5",
|
|
4
4
|
"description": "Burdenoff frontend primitives and domain libraries",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -307,7 +307,7 @@
|
|
|
307
307
|
"format": "prettier --config shared/config/prettier.config.mjs --write \"src/**/*.{ts,tsx}\" \"!src/config/*.config.ts\"",
|
|
308
308
|
"type:check": "bash scripts/build-limits.sh tsc --noEmit",
|
|
309
309
|
"test:package-css-exports": "node scripts/validate-package-css-exports.mjs",
|
|
310
|
-
"test": "bun test scripts/graphql-schema-drift/__tests__ scripts/a11y-audit/__tests__ src/credentials src/storage src/shared/assistant src/shared/graphql/links/sse-link.test.ts src/shared/config/gatewayUrls.test.ts src/shared/config/authBridgeUrls.test.ts src/shared/config/gatewayFallback.test.ts src/shared/utils/gatewayFetchRewrite.test.ts src/shared/utils/authCookie.test.ts src/shared/providers/AppShellProvider.test.ts src/shared/events/sinks/RybbitSink.test.ts src/shell-native src/shared/native src/chrome/__tests__ src/ui/__tests__",
|
|
310
|
+
"test": "bun test scripts/graphql-schema-drift/__tests__ scripts/a11y-audit/__tests__ src/credentials src/storage src/shared/assistant src/shared/components src/shared/graphql/links/sse-link.test.ts src/shared/config/gatewayUrls.test.ts src/shared/config/authBridgeUrls.test.ts src/shared/config/gatewayFallback.test.ts src/shared/utils/gatewayFetchRewrite.test.ts src/shared/utils/authCookie.test.ts src/shared/providers/AppShellProvider.test.ts src/shared/events/sinks/RybbitSink.test.ts src/shell-native src/shared/native src/chrome/__tests__ src/ui/__tests__",
|
|
311
311
|
"sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build'",
|
|
312
312
|
"switch:status": "bun scripts/deps-mode.ts status",
|
|
313
313
|
"switch:remote": "bun scripts/deps-mode.ts remote",
|