@trackunit/filters-filter-bar 1.11.21 → 1.11.23

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
@@ -2535,9 +2535,7 @@ const useSearchParamAsFilter = ({ filterName, search, zodSchema, errorHandler, }
2535
2535
  captureUrlParseException(errorHandler, {
2536
2536
  filterName,
2537
2537
  param: typeof foundParam === "string" ? foundParam : JSON.stringify(foundParam),
2538
- jsonParsed: "parse json error",
2539
- zodParseError: null,
2540
- });
2538
+ jsonParsed: "parse json error"});
2541
2539
  }
2542
2540
  return null;
2543
2541
  }, [search, zodSchema, errorHandler, filterName]);
package/index.esm.js CHANGED
@@ -2533,9 +2533,7 @@ const useSearchParamAsFilter = ({ filterName, search, zodSchema, errorHandler, }
2533
2533
  captureUrlParseException(errorHandler, {
2534
2534
  filterName,
2535
2535
  param: typeof foundParam === "string" ? foundParam : JSON.stringify(foundParam),
2536
- jsonParsed: "parse json error",
2537
- zodParseError: null,
2538
- });
2536
+ jsonParsed: "parse json error"});
2539
2537
  }
2540
2538
  return null;
2541
2539
  }, [search, zodSchema, errorHandler, filterName]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-filter-bar",
3
- "version": "1.11.21",
3
+ "version": "1.11.23",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -12,17 +12,17 @@
12
12
  "tailwind-merge": "^2.0.0",
13
13
  "string-ts": "^2.0.0",
14
14
  "zod": "^3.23.8",
15
- "@trackunit/iris-app-api": "1.13.15",
16
- "@trackunit/react-core-hooks": "1.10.15",
17
- "@trackunit/react-filter-components": "1.10.19",
18
- "@trackunit/react-date-and-time-components": "1.13.19",
19
- "@trackunit/shared-utils": "1.12.15",
20
- "@trackunit/react-form-components": "1.11.18",
21
- "@trackunit/iris-app-runtime-core-api": "1.10.15",
22
- "@trackunit/geo-json-utils": "1.10.15",
23
- "@trackunit/i18n-library-translation": "1.10.15",
24
- "@trackunit/css-class-variance-utilities": "1.10.15",
25
- "@trackunit/react-components": "1.14.18",
15
+ "@trackunit/iris-app-api": "1.13.16",
16
+ "@trackunit/react-core-hooks": "1.10.17",
17
+ "@trackunit/react-filter-components": "1.10.21",
18
+ "@trackunit/react-date-and-time-components": "1.13.21",
19
+ "@trackunit/shared-utils": "1.12.16",
20
+ "@trackunit/react-form-components": "1.11.20",
21
+ "@trackunit/iris-app-runtime-core-api": "1.10.17",
22
+ "@trackunit/geo-json-utils": "1.10.16",
23
+ "@trackunit/i18n-library-translation": "1.10.17",
24
+ "@trackunit/css-class-variance-utilities": "1.10.16",
25
+ "@trackunit/react-components": "1.14.20",
26
26
  "@tanstack/react-router": "1.114.29"
27
27
  },
28
28
  "module": "./index.esm.js",