@algolia/autocomplete-js 1.19.0 → 1.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,6 +130,7 @@ export function createAutocompleteDom(_ref) {
|
|
|
130
130
|
if (isDetached) {
|
|
131
131
|
var detachedSearchButtonIcon = createDomElement('div', {
|
|
132
132
|
class: classNames.detachedSearchButtonIcon,
|
|
133
|
+
ariaLabel: translations.detachedSearchButtonTitle,
|
|
133
134
|
children: [SearchIcon({
|
|
134
135
|
environment: environment
|
|
135
136
|
})]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @algolia/autocomplete-js 1.19.
|
|
1
|
+
/*! @algolia/autocomplete-js 1.19.2 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
return undefined;
|
|
348
348
|
}
|
|
349
349
|
|
|
350
|
-
var version = '1.19.
|
|
350
|
+
var version = '1.19.2';
|
|
351
351
|
|
|
352
352
|
var userAgents$1 = [{
|
|
353
353
|
segment: 'autocomplete-core',
|
|
@@ -3981,6 +3981,7 @@
|
|
|
3981
3981
|
if (isDetached) {
|
|
3982
3982
|
var detachedSearchButtonIcon = createDomElement('div', {
|
|
3983
3983
|
class: classNames.detachedSearchButtonIcon,
|
|
3984
|
+
ariaLabel: translations.detachedSearchButtonTitle,
|
|
3984
3985
|
children: [SearchIcon({
|
|
3985
3986
|
environment: environment
|
|
3986
3987
|
})]
|