bt-core-app 2.0.155 → 2.0.157

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/dist/index.d.ts CHANGED
@@ -2567,6 +2567,7 @@ export declare function useNavBack(): {
2567
2567
  export declare function useNavigation(): BTNavigation;
2568
2568
 
2569
2569
  export declare interface UseNavigationOptions {
2570
+ defaultBackgroundName?: string;
2570
2571
  defaultCacheExpiryHours?: number;
2571
2572
  /**for overriding getting the display name */
2572
2573
  getDisplayName?: (navItem: NavigationItem) => string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.155",
3
+ "version": "2.0.157",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {