@open-rlb/ng-bootstrap 2.4.7 → 2.4.8

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/index.d.ts CHANGED
@@ -1244,6 +1244,7 @@ declare class ModalDirective implements OnDestroy, AfterViewInit, OnInit {
1244
1244
  private contentElement;
1245
1245
  private _reasonButtons;
1246
1246
  private _modalReason;
1247
+ private triggerElement;
1247
1248
  id: string;
1248
1249
  instance: IModal;
1249
1250
  options: ModalOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-bootstrap",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",