@trackunit/react-core-contexts-api 0.2.150 → 0.2.151

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
@@ -107,7 +107,7 @@ const assetHomePageIds = [
107
107
  "specification",
108
108
  "telematics",
109
109
  "activity-timeline",
110
- "customers",
110
+ "contracts",
111
111
  ];
112
112
  const siteHomePageIds = ["overview", "assets", "asset-visibility"];
113
113
  const customerHomePageIds = ["info", "assets", "contact-list"];
package/index.esm.js CHANGED
@@ -103,7 +103,7 @@ const assetHomePageIds = [
103
103
  "specification",
104
104
  "telematics",
105
105
  "activity-timeline",
106
- "customers",
106
+ "contracts",
107
107
  ];
108
108
  const siteHomePageIds = ["overview", "assets", "asset-visibility"];
109
109
  const customerHomePageIds = ["info", "assets", "contact-list"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "0.2.150",
3
+ "version": "0.2.151",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -30,7 +30,7 @@ export type IrisAppOptions = {
30
30
  declare const mainApps: readonly ["fleet/list", "reports", "sites"];
31
31
  export type MainFleetApp = (typeof mainApps)[number];
32
32
  export type FleetAppStandardOptions = Page<MainFleetApp> & NeverIrisApp;
33
- export declare const assetHomePageIds: readonly ["status", "movement", "events", "insights", "specification", "telematics", "activity-timeline", "customers"];
33
+ export declare const assetHomePageIds: readonly ["status", "movement", "events", "insights", "specification", "telematics", "activity-timeline", "contracts"];
34
34
  export type AssetHomePageId = (typeof assetHomePageIds)[number];
35
35
  export type AssetHomeStandardOptions = Page<AssetHomePageId> & NeverIrisApp;
36
36
  export declare const siteHomePageIds: readonly ["overview", "assets", "asset-visibility"];