bt-core-app 2.0.65 → 2.0.67

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
@@ -2544,11 +2544,10 @@ export declare interface UseNavigationOptions {
2544
2544
  /**returns potential a default company id for background image */
2545
2545
  getDefaultBackgroundID?: () => string | undefined;
2546
2546
  /**formulate the background url - whether external or internal */
2547
- getBackgroundURL?: (backgroundID?: string, backgroundName?: string, urls?: CreateUrlOptions) => string | undefined;
2547
+ getBackgroundURL?: (backgroundID?: string, backgroundName?: string) => string | undefined;
2548
2548
  menu?: BTCreateMenu;
2549
2549
  navItems?: NavigationItem[];
2550
2550
  updateNavItems?: boolean;
2551
- urls?: CreateUrlOptions;
2552
2551
  }
2553
2552
 
2554
2553
  export declare function useNested(): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
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": {