@trackunit/react-core-contexts-api 0.2.173 → 0.2.175
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 +0 -1
- package/index.esm.js +0 -1
- package/package.json +1 -1
- package/src/navigationContext.d.ts +1 -1
package/index.cjs.js
CHANGED
package/index.esm.js
CHANGED
package/package.json
CHANGED
@@ -33,7 +33,7 @@ export type FleetAppStandardOptions = Page<MainFleetApp> & NeverIrisApp;
|
|
33
33
|
export type MarketplaceOptions = {
|
34
34
|
irisAppId: string;
|
35
35
|
};
|
36
|
-
export declare const assetHomePageIds: readonly ["status", "movement", "events", "insights", "specification", "telematics", "
|
36
|
+
export declare const assetHomePageIds: readonly ["status", "movement", "events", "insights", "specification", "telematics", "contracts"];
|
37
37
|
export type AssetHomePageId = (typeof assetHomePageIds)[number];
|
38
38
|
export type AssetHomeStandardOptions = Page<AssetHomePageId> & NeverIrisApp;
|
39
39
|
export declare const siteHomePageIds: readonly ["overview", "assets", "asset-visibility"];
|