@masterteam/brand-display 0.0.5 → 0.0.7

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.
@@ -296,7 +296,7 @@ declare class PreviewBrand {
296
296
  readonly headerFontColor: _angular_core.Signal<any>;
297
297
  productName: _angular_core.Signal<string>;
298
298
  productTagline: _angular_core.Signal<string>;
299
- protected readonly pages: SidebarPage[];
299
+ protected readonly pages: _angular_core.Signal<SidebarPage[]>;
300
300
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PreviewBrand, never>;
301
301
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<PreviewBrand, "mt-preview-brand", never, {}, {}, never, never, true, never>;
302
302
  }