radar-sdk-js
Advanced tools
Comparing version 4.3.1-beta.1 to 4.3.1-beta.2
@@ -1,2 +0,2 @@ | ||
declare const _default: "4.3.1-beta.1"; | ||
declare const _default: "4.3.1-beta.2"; | ||
export default _default; |
{ | ||
"name": "radar-sdk-js", | ||
"version": "4.3.1-beta.1", | ||
"version": "4.3.1-beta.2", | ||
"description": "Web Javascript SDK for Radar, location infrastructure for mobile and web apps.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://radar.com", |
@@ -59,3 +59,3 @@ <p align="center"> | ||
```html | ||
<script src="https://js.radar.com/v4.3.1-beta.1/radar.min.js"></script> | ||
<script src="https://js.radar.com/v4.3.1-beta.2/radar.min.js"></script> | ||
``` | ||
@@ -77,4 +77,4 @@ | ||
<head> | ||
<link href="https://js.radar.com/v4.3.1-beta.1/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.3.1-beta.1/radar.min.js"></script> | ||
<link href="https://js.radar.com/v4.3.1-beta.2/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.3.1-beta.2/radar.min.js"></script> | ||
</head> | ||
@@ -103,4 +103,4 @@ | ||
<head> | ||
<link href="https://js.radar.com/v4.3.1-beta.1/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.3.1-beta.1/radar.min.js"></script> | ||
<link href="https://js.radar.com/v4.3.1-beta.2/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.3.1-beta.2/radar.min.js"></script> | ||
</head> | ||
@@ -136,4 +136,4 @@ | ||
<head> | ||
<link href="https://js.radar.com/v4.3.1-beta.1/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.3.1-beta.1/radar.min.js"></script> | ||
<link href="https://js.radar.com/v4.3.1-beta.2/radar.css" rel="stylesheet"> | ||
<script src="https://js.radar.com/v4.3.1-beta.2/radar.min.js"></script> | ||
</head> | ||
@@ -140,0 +140,0 @@ |
@@ -135,4 +135,6 @@ import Logger from '../logger'; | ||
this.resultsList.classList.add(CLASSNAMES.RESULTS_LIST); | ||
this.resultsList.classList.add('id', CLASSNAMES.RESULTS_LIST); | ||
this.resultsList.setAttribute('role', 'listbox'); | ||
this.resultsList.setAttribute('aria-live', 'polite'); | ||
this.resultsList.setAttribute('aria-label', 'Search results'); | ||
setHeight(this.resultsList, this.config); | ||
@@ -171,4 +173,5 @@ | ||
// set aria roles | ||
this.inputField.setAttribute('role', 'combobox'); | ||
this.inputField.setAttribute('aria-controls', CLASSNAMES.RESULTS_LIST); | ||
this.inputField.setAttribute('aria-expanded', 'false'); | ||
this.inputField.setAttribute('aria-control', 'autocomplete-list'); | ||
this.inputField.setAttribute('aria-haspopup', 'listbox'); | ||
@@ -175,0 +178,0 @@ this.inputField.setAttribute('aria-autocomplete', 'list'); |
@@ -1,1 +0,1 @@ | ||
export default '4.3.1-beta.1'; | ||
export default '4.3.1-beta.2'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
297799
6033