Skip to content

Commit

Permalink
Add zIndex property to the ts declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
annmirosh committed Jan 8, 2021
1 parent 85051dd commit 764c953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/AlanButtonOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface AlanButtonOptions {
top?: number | string;
position?: string;
pinned?: boolean;
zIndex?: number;
onCommand?(commandData: object): void;
onConnectionStatus?(status: string): void;
}
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.14",
"version": "1.8.15",
"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 764c953

Please sign in to comment.