duck-dev-lib 0.0.63 → 0.0.64

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duck-dev-lib",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -980,6 +980,7 @@ declare class DuckDevBreadcrumbNeobrutal {
980
980
  readonly items: _angular_core.InputSignal<BreadcrumbItem[]>;
981
981
  readonly color: _angular_core.InputSignal<AccentEnumColor>;
982
982
  readonly navigate: _angular_core.OutputEmitterRef<BreadcrumbItem>;
983
+ protected readonly visibleItems: _angular_core.Signal<BreadcrumbItem[]>;
983
984
  protected readonly breadcrumbStyle: _angular_core.Signal<{
984
985
  [key: string]: string;
985
986
  }>;