Skip to content

Commit

Permalink
Add UI updates
Browse files Browse the repository at this point in the history
 for the Alan Button
  • Loading branch information
annmirosh committed Jul 1, 2024
1 parent 96d44dd commit 5cf9f4c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 7,355 deletions.
1 change: 1 addition & 0 deletions dist/AlanButtonOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface AlanButtonOptions {
keepDialogSession?: boolean;
showOverlayOnMicPermissionPrompt?: boolean;
zIndex?: number;
host?: string;
onCommand?: (commandData: object) => void;
onEvent?: (event: object) => void;
onButtonState?: (state: string) => void;
Expand Down
7,389 changes: 36 additions & 7,353 deletions dist/alan_lib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alan_lib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alan-ai/alan-sdk-web",
"version": "1.8.54",
"version": "1.8.57",
"description": "Alan Web SDK: a lightweight JavaScript library for adding a voice experience to your website or web application",
"keywords": [
"alan sdk web",
Expand Down

0 comments on commit 5cf9f4c

Please sign in to comment.