File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ const Provider = ({ color }: Props): JSX.Element | null => {
4646 return (
4747 < div >
4848 < div
49+ role = "button"
4950 aria-label = "Load Chat"
5051 aria-busy = "true"
5152 aria-live = "polite"
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ const Drift = ({
7575 < div style = { positionStyles } >
7676 < div style = { styles . container } >
7777 < div
78+ role = "button"
7879 aria-label = "Load Chat"
7980 aria-busy = "true"
8081 aria-live = "polite"
@@ -97,7 +98,7 @@ const Drift = ({
9798 height = "20"
9899 viewBox = "0 0 20 20"
99100 focusable = "false"
100- aria-hidden = "true"
101+ aria-hid den = "true"
101102 style = { {
102103 display : state === 'initial' ? 'initial' : 'none'
103104 } }
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ const HelpScout = ({
208208 } }
209209 >
210210 < button
211+ role = "button"
211212 aria-label = "Load Chat"
212213 aria-busy = "true"
213214 aria-live = "polite"
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ const Intercom = ({ color }: Props): JSX.Element | null => {
108108 >
109109 < div style = { styles . region } >
110110 < div
111+ role = "button"
111112 aria-label = "Load Chat"
112113 aria-busy = "true"
113114 aria-live = "polite"
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ const Widget = ({ color }: { color: string }): JSX.Element | null => {
7575 return (
7676 < div
7777 style = { styles }
78+ role = "button"
7879 aria-label = "Load Chat"
7980 aria-busy = "true"
8081 aria-live = "polite"
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ const Userlike = ({
6868 return (
6969 < div style = { { ...styles . container , ...positionStyles , ...shapeStyle } } >
7070 < button
71+ role = "button"
7172 aria-label = "Load Chat"
7273 aria-busy = "true"
7374 aria-live = "polite"
You can’t perform that action at this time.
0 commit comments