@trackunit/react-core-contexts-test 1.6.12 → 1.6.14

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
@@ -496,10 +496,10 @@ class TrackunitProvidersMockBuilder {
496
496
  this.selectedOemBrandingContext = mockOemBrandingContext;
497
497
  this.selectedUserSubscriptionContext = mockUserSubscriptionContext;
498
498
  this.selectedFilterBarValues = {
499
- filterBarValues: {},
500
499
  assetsFilterBarValues: {},
501
500
  customersFilterBarValues: {},
502
501
  sitesFilterBarValues: {},
502
+ isLoading: false,
503
503
  };
504
504
  }
505
505
  /**
package/index.esm.js CHANGED
@@ -494,10 +494,10 @@ class TrackunitProvidersMockBuilder {
494
494
  this.selectedOemBrandingContext = mockOemBrandingContext;
495
495
  this.selectedUserSubscriptionContext = mockUserSubscriptionContext;
496
496
  this.selectedFilterBarValues = {
497
- filterBarValues: {},
498
497
  assetsFilterBarValues: {},
499
498
  customersFilterBarValues: {},
500
499
  sitesFilterBarValues: {},
500
+ isLoading: false,
501
501
  };
502
502
  }
503
503
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.6.12",
3
+ "version": "1.6.14",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -12,10 +12,10 @@
12
12
  "react": "19.0.0",
13
13
  "lodash": "4.17.21",
14
14
  "graphql": "^16.10.0",
15
- "@trackunit/react-core-contexts-api": "1.7.12",
16
- "@trackunit/react-core-hooks": "1.6.12",
17
- "@trackunit/shared-utils": "1.8.12",
18
- "@trackunit/react-test-setup": "1.3.12",
15
+ "@trackunit/react-core-contexts-api": "1.7.14",
16
+ "@trackunit/react-core-hooks": "1.6.14",
17
+ "@trackunit/shared-utils": "1.8.13",
18
+ "@trackunit/react-test-setup": "1.3.13",
19
19
  "@tanstack/react-router": "1.114.29",
20
20
  "@tanstack/router-core": "1.114.29"
21
21
  },