@alxxsck/ai-assistant 2.26.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -2
- package/dist/{Avatar-Cr3PsHzw.js → Avatar-B9TOQAF_.js} +19082 -18842
- package/dist/ChatWidgetContent-BuhVlKYA.js +5376 -0
- package/dist/api/audio.api.d.ts +1 -1
- package/dist/api/messages.api.types.d.ts +2 -1
- package/dist/avatar/AnimationManager.d.ts +7 -3
- package/dist/avatar/Avatar.d.ts +20 -3
- package/dist/avatar/avatarMeshes.d.ts +8 -0
- package/dist/avatar/loaders.d.ts +16 -0
- package/dist/bridge-ai-chat-widget.es.js +1 -1
- package/dist/constants.d.ts +1 -0
- package/dist/context/ChatWidgetContext.d.ts +3 -2
- package/dist/domain/command/CommandRuntime.d.ts +9 -2
- package/dist/domain/command/UiCommandService.d.ts +4 -2
- package/dist/domain/command/command.types.d.ts +8 -0
- package/dist/domain/message/cable/CableContext.d.ts +1 -0
- package/dist/domain/message/message.store.d.ts +7 -0
- package/dist/domain/scenario-interaction/scenario-interaction.types.d.ts +3 -0
- package/dist/domain/speech/SpeechPlayer.d.ts +2 -0
- package/dist/domain/ui/widget-geometry.d.ts +7 -5
- package/dist/domain/voice/media/ReliableVoiceUplink.d.ts +4 -0
- package/dist/domain/voice/voice-audio-meter.d.ts +12 -0
- package/dist/domain/voice/voice-input-spectrum.d.ts +17 -0
- package/dist/domain/voice/voice.store.d.ts +5 -1
- package/dist/i18n/messages.d.ts +6 -2
- package/dist/index-DCsPGgIk.js +2891 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.types.d.ts +4 -2
- package/dist/inter-cyrillic-wght-italic.woff2 +0 -0
- package/dist/inter-cyrillic-wght-normal.woff2 +0 -0
- package/dist/inter-latin-ext-wght-italic.woff2 +0 -0
- package/dist/inter-latin-ext-wght-normal.woff2 +0 -0
- package/dist/inter-latin-wght-italic.woff2 +0 -0
- package/dist/inter-latin-wght-normal.woff2 +0 -0
- package/dist/{mount-DCjHLj_e.js → mount-BpvW4tbc.js} +9631 -5577
- package/dist/roboto-cyrillic-400-normal.woff2 +0 -0
- package/dist/roboto-cyrillic-700-normal.woff2 +0 -0
- package/dist/roboto-latin-400-normal.woff2 +0 -0
- package/dist/roboto-latin-700-normal.woff2 +0 -0
- package/dist/roboto-latin-ext-400-normal.woff2 +0 -0
- package/dist/roboto-latin-ext-700-normal.woff2 +0 -0
- package/dist/ui/components/ChatInlineProgressStatus.d.ts +5 -0
- package/dist/ui/components/ChatListItem.d.ts +4 -1
- package/dist/ui/components/ChatSurfaceFrameContext.d.ts +6 -0
- package/dist/ui/components/ChatTopControls.d.ts +5 -5
- package/dist/ui/components/ChatUiActionProgress.d.ts +1 -0
- package/dist/ui/components/ChatVoiceMode.d.ts +5 -1
- package/dist/ui/components/ChatWidgetFrame.d.ts +5 -3
- package/dist/ui/components/VoiceComposer.d.ts +23 -0
- package/dist/ui/components/voice-waveform.d.ts +20 -0
- package/dist/ui/error-messages.d.ts +1 -0
- package/dist/ui/responder-visual-state.d.ts +7 -0
- package/dist/widget-fonts-CFulYNmT.js +16 -0
- package/dist/widget-fonts.d.ts +1 -0
- package/package.json +6 -2
- package/dist/ChatWidgetContent-DJ2Y9kKV.js +0 -8045
- package/dist/avatar/consolidateMaterialGroups.d.ts +0 -2
- package/dist/index-D01wjcEK.js +0 -2809
- package/dist/ui/chat-composer-layout.d.ts +0 -1
- package/dist/ui/components/overlays/ChatBlurOverlayTop.d.ts +0 -1
- package/dist/ui/components/overlays/ChatDarkOverlay.d.ts +0 -1