Skip to content

Commit

Permalink
♿ (embed) Add aria-label to bubble button
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 25, 2023
1 parent ed60caa commit 90cf2e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/embeds/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.1.28",
"version": "0.1.29",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const BubbleButton = (props: Props) => (
'background-color': props.backgroundColor ?? defaultButtonColor,
'z-index': 42424242,
}}
aria-label="Open chatbot"
>
<Show when={isNotDefined(props.customIconSrc)} keyed>
<svg
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.1.28",
"version": "0.1.29",
"description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/embeds/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.1.28",
"version": "0.1.29",
"description": "Convenient library to display typebots on your React app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 90cf2e9

Please sign in to comment.