react-instantsearch 6.39.0 → 6.39.1
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.
- package/dist/package.json +5 -5
- package/dist/umd/Dom.js +7 -4
- package/dist/umd/Dom.js.map +1 -1
- package/dist/umd/Dom.min.js +1 -1
- package/dist/umd/Dom.min.js.map +1 -1
- package/package.json +5 -5
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-instantsearch",
|
|
3
|
-
"version": "6.39.
|
|
3
|
+
"version": "6.39.1",
|
|
4
4
|
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/runtime": "^7.1.2",
|
|
47
|
-
"react-instantsearch-core": "6.39.
|
|
48
|
-
"react-instantsearch-dom": "6.39.
|
|
49
|
-
"react-instantsearch-native": "6.39.
|
|
47
|
+
"react-instantsearch-core": "6.39.1",
|
|
48
|
+
"react-instantsearch-dom": "6.39.1",
|
|
49
|
+
"react-instantsearch-native": "6.39.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"algoliasearch": ">= 3.1 < 5",
|
|
53
53
|
"react": ">= 16.3.0 < 19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a00311c99cae3e6f4b9f659945d46d62347bc6d8"
|
|
56
56
|
}
|
package/dist/umd/Dom.js
CHANGED
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
});
|
|
869
869
|
}
|
|
870
870
|
|
|
871
|
-
var version = '6.39.
|
|
871
|
+
var version = '6.39.1';
|
|
872
872
|
|
|
873
873
|
function _typeof$2(obj) {
|
|
874
874
|
"@babel/helpers - typeof";
|
|
@@ -13264,7 +13264,8 @@
|
|
|
13264
13264
|
viewBox: "0 0 38 38",
|
|
13265
13265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13266
13266
|
stroke: "#444",
|
|
13267
|
-
className: cx$4('loadingIcon')
|
|
13267
|
+
className: cx$4('loadingIcon'),
|
|
13268
|
+
"aria-hidden": "true"
|
|
13268
13269
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
13269
13270
|
fill: "none",
|
|
13270
13271
|
fillRule: "evenodd"
|
|
@@ -13291,7 +13292,8 @@
|
|
|
13291
13292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13292
13293
|
viewBox: "0 0 20 20",
|
|
13293
13294
|
width: "10",
|
|
13294
|
-
height: "10"
|
|
13295
|
+
height: "10",
|
|
13296
|
+
"aria-hidden": "true"
|
|
13295
13297
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
13296
13298
|
d: "M8.114 10L.944 2.83 0 1.885 1.886 0l.943.943L10 8.113l7.17-7.17.944-.943L20 1.886l-.943.943-7.17 7.17 7.17 7.17.943.944L18.114 20l-.943-.943-7.17-7.17-7.17 7.17-.944.943L0 18.114l.943-.943L8.113 10z"
|
|
13297
13299
|
}));
|
|
@@ -13300,7 +13302,8 @@
|
|
|
13300
13302
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13301
13303
|
width: "10",
|
|
13302
13304
|
height: "10",
|
|
13303
|
-
viewBox: "0 0 40 40"
|
|
13305
|
+
viewBox: "0 0 40 40",
|
|
13306
|
+
"aria-hidden": "true"
|
|
13304
13307
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
13305
13308
|
d: "M26.804 29.01c-2.832 2.34-6.465 3.746-10.426 3.746C7.333 32.756 0 25.424 0 16.378 0 7.333 7.333 0 16.378 0c9.046 0 16.378 7.333 16.378 16.378 0 3.96-1.406 7.594-3.746 10.426l10.534 10.534c.607.607.61 1.59-.004 2.202-.61.61-1.597.61-2.202.004L26.804 29.01zm-10.426.627c7.323 0 13.26-5.936 13.26-13.26 0-7.32-5.937-13.257-13.26-13.257C9.056 3.12 3.12 9.056 3.12 16.378c0 7.323 5.936 13.26 13.258 13.26z"
|
|
13306
13309
|
}));
|