@trackunit/filters-asset-filter-definitions 1.3.16 → 1.3.18

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
@@ -307,7 +307,7 @@ const ActiveFilterFiltersView = (props) => {
307
307
  const { logEvent } = reactCoreHooks.useAnalytics(filtersFilterBar.FilterEvents);
308
308
  const handleChange = (newValue) => {
309
309
  logEvent("Filters Applied - V2", {
310
- type: "ActiveFilter",
310
+ type: "ActiveFilter", // TODO: Should we rename filter? Huge discrepancy between UI name and query filter name.
311
311
  value: newValue,
312
312
  });
313
313
  props.setValue(prev => {
package/index.esm.js CHANGED
@@ -305,7 +305,7 @@ const ActiveFilterFiltersView = (props) => {
305
305
  const { logEvent } = useAnalytics(FilterEvents);
306
306
  const handleChange = (newValue) => {
307
307
  logEvent("Filters Applied - V2", {
308
- type: "ActiveFilter",
308
+ type: "ActiveFilter", // TODO: Should we rename filter? Huge discrepancy between UI name and query filter name.
309
309
  value: newValue,
310
310
  });
311
311
  props.setValue(prev => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -11,27 +11,27 @@
11
11
  "@apollo/client": "3.10.4",
12
12
  "react": "18.3.1",
13
13
  "@graphql-typed-document-node/core": "^3.2.0",
14
- "graphql": "^16.9.0",
14
+ "graphql": "^16.10.0",
15
15
  "zod": "3.22.4",
16
16
  "jest-fetch-mock": "^3.0.3",
17
17
  "@tanstack/react-router": "1.47.1",
18
18
  "string-ts": "^2.0.0",
19
19
  "tailwind-merge": "^2.0.0",
20
- "@trackunit/iris-app-build-utilities": "1.3.12",
21
- "@trackunit/filters-filter-bar": "1.3.15",
22
- "@trackunit/react-core-hooks": "1.3.13",
23
- "@trackunit/react-filter-components": "1.3.13",
24
- "@trackunit/react-form-components": "1.3.13",
25
- "@trackunit/filters-graphql-hook": "1.3.15",
26
- "@trackunit/utilization-indicator": "1.3.13",
27
- "@trackunit/geo-json-utils": "1.3.13",
28
- "@trackunit/react-components": "1.4.12",
29
- "@trackunit/shared-utils": "1.5.12",
30
- "@trackunit/translations-machine-type": "1.3.13",
31
- "@trackunit/criticality-indicator": "1.3.13",
32
- "@trackunit/iris-app-api": "1.3.12",
33
- "@trackunit/react-core-contexts-test": "1.3.13",
34
- "@trackunit/i18n-library-translation": "1.3.13"
20
+ "@trackunit/iris-app-build-utilities": "1.3.13",
21
+ "@trackunit/filters-filter-bar": "1.3.17",
22
+ "@trackunit/react-core-hooks": "1.3.14",
23
+ "@trackunit/react-filter-components": "1.3.14",
24
+ "@trackunit/react-form-components": "1.3.14",
25
+ "@trackunit/filters-graphql-hook": "1.3.17",
26
+ "@trackunit/utilization-indicator": "1.3.14",
27
+ "@trackunit/geo-json-utils": "1.3.14",
28
+ "@trackunit/react-components": "1.4.13",
29
+ "@trackunit/shared-utils": "1.5.13",
30
+ "@trackunit/translations-machine-type": "1.3.14",
31
+ "@trackunit/criticality-indicator": "1.3.14",
32
+ "@trackunit/iris-app-api": "1.3.13",
33
+ "@trackunit/react-core-contexts-test": "1.3.14",
34
+ "@trackunit/i18n-library-translation": "1.3.14"
35
35
  },
36
36
  "module": "./index.esm.js",
37
37
  "main": "./index.cjs.js",