@burdenoff/fe-libs 2026.910.6 → 2026.911.1
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/index.d.ts +6 -0
- package/dist/shared/assistant/index.d.ts.map +1 -1
- package/dist/shared/assistant/preview/AssistantPreviewOverlay.d.ts +5 -0
- package/dist/shared/assistant/preview/AssistantPreviewOverlay.d.ts.map +1 -0
- package/dist/shared/assistant/preview/AssistantPreviewOverlay.js +65 -0
- package/dist/shared/assistant/preview/context.d.ts +9 -0
- package/dist/shared/assistant/preview/context.d.ts.map +1 -0
- package/dist/shared/assistant/preview/context.js +12 -0
- package/dist/shared/assistant/preview/previewTransitions.d.ts +78 -0
- package/dist/shared/assistant/preview/previewTransitions.d.ts.map +1 -0
- package/dist/shared/assistant/preview/previewTransitions.js +96 -0
- package/dist/shared/assistant/preview/types.d.ts +121 -0
- package/dist/shared/assistant/preview/types.d.ts.map +1 -0
- package/dist/shared/assistant/preview/useAssistantPreviewBridge.d.ts +3 -0
- package/dist/shared/assistant/preview/useAssistantPreviewBridge.d.ts.map +1 -0
- package/dist/shared/assistant/preview/useAssistantPreviewBridge.js +71 -0
- package/dist/shared/assistant/ui/AIAssistantPanel.d.ts +8 -0
- package/dist/shared/assistant/ui/AIAssistantPanel.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AIAssistantPanel.js +82 -45
- package/dist/shared/assistant/ui/AssistantHeader.d.ts +10 -0
- package/dist/shared/assistant/ui/AssistantHeader.d.ts.map +1 -1
- package/dist/shared/assistant/ui/AssistantHeader.js +46 -36
- package/dist/shared/assistant/ui/panelOverlays.d.ts +48 -0
- package/dist/shared/assistant/ui/panelOverlays.d.ts.map +1 -0
- package/dist/shared/assistant/ui/panelOverlays.js +16 -0
- package/dist/shared/providers/shell/I18nProvider.d.ts.map +1 -1
- package/dist/shared/providers/shell/I18nProvider.js +72 -71
- package/dist/shared/providers/shell/interpolate.d.ts +30 -0
- package/dist/shared/providers/shell/interpolate.d.ts.map +1 -0
- package/dist/shared/providers/shell/interpolate.js +11 -0
- package/dist/shared-assistant.js +40 -35
- package/package.json +2 -2
package/dist/shared-assistant.js
CHANGED
|
@@ -59,38 +59,43 @@ import { AssistantConnectSourceProvider as ti, useAssistantConnectSource as ni }
|
|
|
59
59
|
import { AssistantConnectSourceItem as ri } from "./shared/assistant/ui/composer/AssistantConnectSourceItem.js";
|
|
60
60
|
import { AssistantAttachmentButton as ii } from "./shared/assistant/ui/composer/AssistantAttachmentButton.js";
|
|
61
61
|
import { AssistantAttachmentChips as ai } from "./shared/assistant/ui/composer/AssistantAttachmentChips.js";
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
|
|
62
|
+
import { AssistantPreviewProvider as oi, useAssistantPreview as si } from "./shared/assistant/preview/context.js";
|
|
63
|
+
import { IDLE_PREVIEW_STATE as ci, nextPreviewEvents as li } from "./shared/assistant/preview/previewTransitions.js";
|
|
64
|
+
import { NO_PANEL_OVERLAY as ui, escapeDismisses as di, nextPanelOverlays as fi } from "./shared/assistant/ui/panelOverlays.js";
|
|
65
|
+
import { useAssistantPreviewBridge as pi } from "./shared/assistant/preview/useAssistantPreviewBridge.js";
|
|
66
|
+
import { AssistantPreviewOverlay as mi } from "./shared/assistant/preview/AssistantPreviewOverlay.js";
|
|
67
|
+
import { AssistantLanguageSelector as hi, FOLLOW_APP_LOCALE as gi } from "./shared/assistant/ui/composer/AssistantLanguageSelector.js";
|
|
68
|
+
import { ASSISTANT_MODE_META as _i, AssistantModeSelector as vi, nextModeIndex as yi } from "./shared/assistant/ui/composer/AssistantModeSelector.js";
|
|
69
|
+
import { AssistantVoiceButton as bi } from "./shared/assistant/ui/composer/AssistantVoiceButton.js";
|
|
70
|
+
import { AUTO_VOICE as xi, AssistantVoiceSelector as Si } from "./shared/assistant/ui/composer/AssistantVoiceSelector.js";
|
|
71
|
+
import { AssistantVoiceOrb as Ci } from "./shared/assistant/ui/voice/AssistantVoiceOrb.js";
|
|
72
|
+
import { AssistantVoiceSessionButton as wi } from "./shared/assistant/ui/voice/AssistantVoiceSessionButton.js";
|
|
73
|
+
import { CAPTION_SCROLL_ATTR as Ti, VoiceCaption as Ei } from "./shared/assistant/ui/voice/VoiceCaption.js";
|
|
74
|
+
import { VoiceConversationView as Di } from "./shared/assistant/ui/voice/VoiceConversationView.js";
|
|
75
|
+
import { VoiceWaveform as Oi } from "./shared/assistant/ui/voice/VoiceWaveform.js";
|
|
76
|
+
import { VoiceMiniController as ki } from "./shared/assistant/ui/voice/VoiceMiniController.js";
|
|
77
|
+
import { VoiceStage as Ai } from "./shared/assistant/ui/voice/VoiceStage.js";
|
|
78
|
+
import { VoiceTranscriptDrawer as ji } from "./shared/assistant/ui/voice/VoiceTranscriptDrawer.js";
|
|
79
|
+
import { downloadFile as Mi, exportConversation as Ni } from "./shared/assistant/exportConversation.js";
|
|
80
|
+
import { AssistantMoreMenu as Pi } from "./shared/assistant/ui/AssistantMoreMenu.js";
|
|
81
|
+
import { AssistantHeader as Fi } from "./shared/assistant/ui/AssistantHeader.js";
|
|
82
|
+
import { AssistantConversationList as Ii } from "./shared/assistant/ui/AssistantConversationList.js";
|
|
83
|
+
import { AssistantEmptyState as Li } from "./shared/assistant/ui/AssistantEmptyState.js";
|
|
84
|
+
import { AssistantMessageItem as Ri } from "./shared/assistant/ui/AssistantMessageItem.js";
|
|
85
|
+
import { AssistantMessageList as zi } from "./shared/assistant/ui/AssistantMessageList.js";
|
|
86
|
+
import { AssistantVoiceSession as Bi } from "./shared/assistant/ui/voice/AssistantVoiceSession.js";
|
|
87
|
+
import { useAssistantApiAccess as Vi } from "./shared/assistant/useAssistantApiAccess.js";
|
|
88
|
+
import { useConversationTurns as Hi } from "./shared/assistant/useConversationTurns.js";
|
|
89
|
+
import { isMultimodalBodyRejection as Ui, isRecoverableAssistantError as Wi } from "./shared/assistant/transportErrors.js";
|
|
90
|
+
import { aiCreditsUpdatedEventName as Gi, dispatchAssistantQuotaExhausted as Ki, notifyAiCreditsUpdated as qi } from "./shared/assistant/aiCredits.js";
|
|
91
|
+
import { useWorkspaceWriteAccess as Ji } from "./shared/assistant/useWorkspaceWriteAccess.js";
|
|
92
|
+
import { extractDocumentText as Yi } from "./shared/assistant/documentExtract.js";
|
|
93
|
+
import { useAssistantAttachments as Xi } from "./shared/assistant/useAssistantAttachments.js";
|
|
94
|
+
import { AssistantComposer as Zi } from "./shared/assistant/ui/composer/AssistantComposer.js";
|
|
95
|
+
import { isProdRuntime as Qi } from "./shared/assistant/env.js";
|
|
96
|
+
import { useAssistantHeartbeat as $i } from "./shared/assistant/useAssistantHeartbeat.js";
|
|
97
|
+
import { useAssistantKeyboardShortcuts as ea } from "./shared/assistant/useAssistantKeyboardShortcuts.js";
|
|
98
|
+
import { AssistantApiCallsConsentDialog as ta } from "./shared/assistant/ui/AssistantApiCallsConsentDialog.js";
|
|
99
|
+
import { AssistantChatArea as na } from "./shared/assistant/ui/AssistantChatArea.js";
|
|
100
|
+
import { AIAssistantPanel as ra } from "./shared/assistant/ui/AIAssistantPanel.js";
|
|
101
|
+
export { ra as AIAssistantPanel, L as ASSISTANT_API_AUTH_STRATEGY, sn as ASSISTANT_LANGUAGES, _i as ASSISTANT_MODE_META, Kn as ATTACHMENT_ACCEPT, Hr as ATTACHMENT_SOURCES, xi as AUTO_VOICE, ta as AssistantApiCallsConsentDialog, ii as AssistantAttachmentButton, ai as AssistantAttachmentChips, Jr as AssistantAutoSpeakToggle, na as AssistantChatArea, Zi as AssistantComposer, ri as AssistantConnectSourceItem, ti as AssistantConnectSourceProvider, Ii as AssistantConversationList, Li as AssistantEmptyState, Fi as AssistantHeader, s as AssistantI18nProvider, Zr as AssistantLanguageMenu, hi as AssistantLanguageSelector, f as AssistantMarkdownImage, h as AssistantMarkdownRenderer, Yr as AssistantMessageAttachments, Ri as AssistantMessageItem, zi as AssistantMessageList, vi as AssistantModeSelector, Pi as AssistantMoreMenu, g as AssistantNavigateProvider, Xr as AssistantPendingWriteCard, mi as AssistantPreviewOverlay, oi as AssistantPreviewProvider, t as AssistantProductProvider, Qr as AssistantReplyLanguageSelector, _e as AssistantRuntimeManager, $r as AssistantSpeakButton, Ir as AssistantSpeechProvider, ei as AssistantSpokenTurnsNotice, Pr as AssistantToolActivity, bi as AssistantVoiceButton, Ci as AssistantVoiceOrb, Si as AssistantVoiceSelector, Bi as AssistantVoiceSession, wi as AssistantVoiceSessionButton, qn as AttachmentRejectedError, En as BOILERPLATE_PAGE_SHARE, Ti 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, gi 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, ci as IDLE_PREVIEW_STATE, 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, ui as NO_PANEL_OVERLAY, 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, Ei as VoiceCaption, Di as VoiceConversationView, ki as VoiceMiniController, Ai as VoiceStage, ji as VoiceTranscriptDrawer, Oi as VoiceWaveform, I as WAIT_FOR_SANDBOX_RUNNING, q as abortAssistantTurn, Gi 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, Ki as dispatchAssistantQuotaExhausted, Pn as docxXmlToText, ee as downloadAssistantArtifact, Mi as downloadFile, di as escapeDismisses, pr as estimateTurnBodyBytes, D as executeSandboxGraphQL, Ni as exportConversation, te as extendAssistantSandboxTTL, Yi 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, Ui as isMultimodalBodyRejection, Qi as isProdRuntime, w as isQuotaExhaustedError, Ce as isReapedSandboxConnectionError, qr as isRecentlyVerified, we as isRecoverable, Wi 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, yi as nextModeIndex, fi as nextPanelOverlays, li as nextPreviewEvents, Ot as normalizeLangTag, qi 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, Vi as useAssistantApiAccess, Xi as useAssistantAttachments, ni as useAssistantConnectSource, $i as useAssistantHeartbeat, l as useAssistantI18nNamespace, ea as useAssistantKeyboardShortcuts, x as useAssistantNavigate, r as useAssistantPageLabel, si as useAssistantPreview, pi as useAssistantPreviewBridge, i as useAssistantProduct, a as useAssistantProductOrNull, Lr as useAssistantSpeech, o as useAssistantStorageFolders, Cr as useAssistantStore, u as useAssistantTr, Hi as useConversationTurns, ke as useSandboxAssistantTransport, e as useVoiceInput, Rr as useVoiceSession, Ji 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.
|
|
3
|
+
"version": "2026.911.1",
|
|
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/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__",
|
|
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/providers/shell/interpolate.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",
|