willba-component-library 0.1.49 → 0.1.51
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/lib/components/FilterBar/FilterBar.d.ts +1 -1
- package/lib/components/FilterBar/hooks/useFilterBar.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.esm.js +1 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +1 -0
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterBar/FilterBar.stories.tsx +4 -1
- package/src/components/FilterBar/FilterBar.tsx +1 -1
- package/src/components/FilterBar/hooks/useFilterBar.tsx +2 -2
package/lib/index.js
CHANGED
|
@@ -4061,6 +4061,7 @@ var useFilterBar = function (_a) {
|
|
|
4061
4061
|
finally { if (e_3) throw e_3.error; }
|
|
4062
4062
|
}
|
|
4063
4063
|
handleSelectedFilter(false);
|
|
4064
|
+
console.log(onSubmit ? 'eeee' : 'tttt');
|
|
4064
4065
|
return onSubmit
|
|
4065
4066
|
? onSubmit(newParams)
|
|
4066
4067
|
: (window.location.href = "".concat(redirectUrl, "/").concat(selectedPath).concat(querySearchParams ? "?".concat(querySearchParams.toString()) : ''));
|