@trackunit/filters-filter-bar 0.0.25 → 0.0.26

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/index.cjs.js CHANGED
@@ -18788,7 +18788,6 @@ const useFilterBar = ({ name, onValuesChange, filterBarDefinition, initialState,
18788
18788
  },
18789
18789
  };
18790
18790
  }, [filterBarConfig]);
18791
- // eslint-disable-next-line sonarjs/cognitive-complexity
18792
18791
  const filterMapActions = React.useMemo(() => {
18793
18792
  // Reset an individual filter to its initial state
18794
18793
  const resetIndividualFilterToInitialState = (key) => {
package/index.esm.js CHANGED
@@ -18780,7 +18780,6 @@ const useFilterBar = ({ name, onValuesChange, filterBarDefinition, initialState,
18780
18780
  },
18781
18781
  };
18782
18782
  }, [filterBarConfig]);
18783
- // eslint-disable-next-line sonarjs/cognitive-complexity
18784
18783
  const filterMapActions = useMemo(() => {
18785
18784
  // Reset an individual filter to its initial state
18786
18785
  const resetIndividualFilterToInitialState = (key) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-filter-bar",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {