@streamoji/aitwin 0.5.7 → 0.5.8

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/index.d.ts CHANGED
@@ -209,6 +209,11 @@ export declare type AiTwinWidgetProps = {
209
209
  * When omitted, uses getAiTwin `knowledgeContextId` if available.
210
210
  */
211
211
  personaId?: string;
212
+ /**
213
+ * Optional poster shown (blurred) behind the face-loading overlay
214
+ * while sil/atlas/idle assets load.
215
+ */
216
+ loadingThumbnailUrl?: string;
212
217
  onReady?: () => void;
213
218
  onStatusChange?: (status: AvatarTtsLipsyncStatus) => void;
214
219
  onError?: (message: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoji/aitwin",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Embeddable React AI twin face with TTS lipsync",
5
5
  "type": "module",
6
6
  "main": "./dist/aitwin.cjs",