@alxxsck/ai-assistant 2.25.4 → 3.0.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.
Files changed (55) hide show
  1. package/dist/{Avatar-1SXtYcpL.js → Avatar-Bsv7Y3ZQ.js} +19082 -18842
  2. package/dist/{ChatWidgetContent-Cfqo7BfS.js → ChatWidgetContent-Cq2Y5IHt.js} +2837 -2578
  3. package/dist/api/audio.api.d.ts +1 -1
  4. package/dist/avatar/AnimationManager.d.ts +7 -3
  5. package/dist/avatar/Avatar.d.ts +20 -3
  6. package/dist/avatar/avatarMeshes.d.ts +8 -0
  7. package/dist/avatar/loaders.d.ts +16 -0
  8. package/dist/bridge-ai-chat-widget.es.js +1 -1
  9. package/dist/constants.d.ts +1 -0
  10. package/dist/context/ChatWidgetContext.d.ts +0 -2
  11. package/dist/domain/client-environment/ClientEnvironmentRuntime.d.ts +61 -0
  12. package/dist/domain/client-environment/collectClientEnvironment.d.ts +6 -0
  13. package/dist/domain/client-environment/types.d.ts +93 -0
  14. package/dist/domain/command/CommandRuntime.d.ts +1 -0
  15. package/dist/domain/message/message.store.d.ts +3 -0
  16. package/dist/domain/speech/SpeechPlayer.d.ts +2 -0
  17. package/dist/domain/tracking/LolaEventTracker.d.ts +5 -1
  18. package/dist/domain/ui/widget-geometry.d.ts +7 -5
  19. package/dist/domain/voice/media/ReliableVoiceUplink.d.ts +4 -0
  20. package/dist/domain/voice/voice-audio-meter.d.ts +12 -0
  21. package/dist/domain/voice/voice.store.d.ts +5 -1
  22. package/dist/i18n/messages.d.ts +5 -2
  23. package/dist/index-DY_Y_QHI.js +2825 -0
  24. package/dist/index.d.ts +2 -0
  25. package/dist/inter-cyrillic-wght-italic.woff2 +0 -0
  26. package/dist/inter-cyrillic-wght-normal.woff2 +0 -0
  27. package/dist/inter-latin-ext-wght-italic.woff2 +0 -0
  28. package/dist/inter-latin-ext-wght-normal.woff2 +0 -0
  29. package/dist/inter-latin-wght-italic.woff2 +0 -0
  30. package/dist/inter-latin-wght-normal.woff2 +0 -0
  31. package/dist/lib/uuid.d.ts +2 -0
  32. package/dist/{mount-CtHQDVwj.js → mount-RA3wsImP.js} +6415 -5939
  33. package/dist/roboto-cyrillic-400-normal.woff2 +0 -0
  34. package/dist/roboto-cyrillic-700-normal.woff2 +0 -0
  35. package/dist/roboto-latin-400-normal.woff2 +0 -0
  36. package/dist/roboto-latin-700-normal.woff2 +0 -0
  37. package/dist/roboto-latin-ext-400-normal.woff2 +0 -0
  38. package/dist/roboto-latin-ext-700-normal.woff2 +0 -0
  39. package/dist/sdk-version.d.ts +1 -0
  40. package/dist/ui/components/ChatListItem.d.ts +4 -1
  41. package/dist/ui/components/ChatSurfaceFrameContext.d.ts +6 -0
  42. package/dist/ui/components/ChatTopControls.d.ts +5 -5
  43. package/dist/ui/components/ChatVoiceMode.d.ts +5 -1
  44. package/dist/ui/components/ChatWidgetFrame.d.ts +3 -3
  45. package/dist/ui/components/VoiceComposer.d.ts +18 -0
  46. package/dist/ui/components/voice-waveform.d.ts +15 -0
  47. package/dist/ui/responder-visual-state.d.ts +7 -0
  48. package/dist/widget-fonts-CFulYNmT.js +16 -0
  49. package/dist/widget-fonts.d.ts +1 -0
  50. package/package.json +6 -2
  51. package/dist/avatar/consolidateMaterialGroups.d.ts +0 -2
  52. package/dist/index-1DOqo2bD.js +0 -2208
  53. package/dist/ui/chat-composer-layout.d.ts +0 -1
  54. package/dist/ui/components/overlays/ChatBlurOverlayTop.d.ts +0 -1
  55. package/dist/ui/components/overlays/ChatDarkOverlay.d.ts +0 -1
@@ -1 +0,0 @@
1
- export declare function updateTalkButtonLayout(composer: HTMLElement, label: HTMLElement): void;
@@ -1 +0,0 @@
1
- export declare function ChatBlurOverlayTop({ className }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function ChatDarkOverlay({ className }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;