@sledge-app/react-instant-search 1.0.100 → 1.0.102
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/components/SearchResultWidget/Atoms.d.ts.map +1 -1
- package/dist/components/SearchResultWidget/SearchResultWidget.d.ts.map +1 -1
- package/dist/components/SearchResultWidget/utils.d.ts.map +1 -1
- package/dist/sledge-react-instant-search.cjs +1 -1
- package/dist/sledge-react-instant-search.cjs.map +1 -1
- package/dist/sledge-react-instant-search.js +5 -0
- package/dist/sledge-react-instant-search.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1138,6 +1138,11 @@ const SelectField = (props) => {
|
|
|
1138
1138
|
) });
|
|
1139
1139
|
};
|
|
1140
1140
|
const ProductGrid$1 = "";
|
|
1141
|
+
if (!Object.hasOwn) {
|
|
1142
|
+
Object.hasOwn = function(obj, prop) {
|
|
1143
|
+
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
1144
|
+
};
|
|
1145
|
+
}
|
|
1141
1146
|
const addToCart = async (data) => {
|
|
1142
1147
|
var _a, _b;
|
|
1143
1148
|
let items = [];
|