@open-rlb/ng-bootstrap 3.3.38 → 3.3.40

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": "@open-rlb/ng-bootstrap",
3
- "version": "3.3.38",
3
+ "version": "3.3.40",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=21.0.0 <22.0.0",
6
6
  "@angular/common": ">=21.0.0 <22.0.0",
@@ -284,7 +284,7 @@ declare class SidebarComponent implements OnInit, OnDestroy {
284
284
  ngOnDestroy(): void;
285
285
  private setCollapsed;
286
286
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SidebarComponent, never>;
287
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-sidebar-item"], true, never>;
287
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidebarComponent, "rlb-sidebar", never, { "dark": { "alias": "dark"; "required": false; "isSignal": true; }; "rounded": { "alias": "rounded"; "required": false; "isSignal": true; }; }, {}, never, ["rlb-sidebar-item", "[rlb-sidebar-footer]"], true, never>;
288
288
  }
289
289
 
290
290
  declare class TabComponent {