@sledge-app/react-instant-search 1.0.1 → 1.0.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.
|
@@ -5,8 +5,8 @@ import "react-dom";
|
|
|
5
5
|
const ProductFilterWidget = (props) => {
|
|
6
6
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(SearchResultWidget, { layoutType: "product-filter", ...props });
|
|
7
7
|
};
|
|
8
|
-
const API_URL = "https://sledge-
|
|
9
|
-
const INSTANT_SEARCH_ENGINE_URL = "https://instant-search-engine.
|
|
8
|
+
const API_URL = "https://api.sledge-app.com";
|
|
9
|
+
const INSTANT_SEARCH_ENGINE_URL = "https://instant-search-engine.sledge-app.com";
|
|
10
10
|
const SELECTOR_ATTRIBUTE_KEY = "data-component";
|
|
11
11
|
const DATASET_ATTRIBUTE_KEY = {
|
|
12
12
|
GLOBAL: {
|