@skyux/modals 15.0.0-alpha.0 → 15.0.0-alpha.1

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": "@skyux/modals",
3
- "version": "15.0.0-alpha.0",
3
+ "version": "15.0.0-alpha.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -16,16 +16,16 @@
16
16
  },
17
17
  "homepage": "https://github.com/blackbaud/skyux#readme",
18
18
  "peerDependencies": {
19
- "@angular/cdk": "^22.0.1",
20
- "@angular/common": "^22.0.1",
21
- "@angular/core": "^22.0.1",
22
- "@angular/router": "^22.0.1",
23
- "@skyux/core": "15.0.0-alpha.0",
24
- "@skyux/help-inline": "15.0.0-alpha.0",
25
- "@skyux/i18n": "15.0.0-alpha.0",
26
- "@skyux/icon": "15.0.0-alpha.0",
27
- "@skyux/indicators": "15.0.0-alpha.0",
28
- "@skyux/theme": "15.0.0-alpha.0"
19
+ "@angular/cdk": "^22.0.4",
20
+ "@angular/common": "^22.0.6",
21
+ "@angular/core": "^22.0.6",
22
+ "@angular/router": "^22.0.6",
23
+ "@skyux/core": "15.0.0-alpha.1",
24
+ "@skyux/help-inline": "15.0.0-alpha.1",
25
+ "@skyux/i18n": "15.0.0-alpha.1",
26
+ "@skyux/icon": "15.0.0-alpha.1",
27
+ "@skyux/indicators": "15.0.0-alpha.1",
28
+ "@skyux/theme": "15.0.0-alpha.1"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.8.1"
@@ -2,7 +2,7 @@ import { Observable, Subject } from 'rxjs';
2
2
  import * as i0 from '@angular/core';
3
3
  import { ElementRef, ComponentRef, StaticProvider, AfterViewInit, OnDestroy, OnInit, TemplateRef } from '@angular/core';
4
4
  import * as i1 from '@skyux/core';
5
- import { SkyAppWindowRef, SkyDynamicComponentService, SkyDynamicComponentLegacyService, SkyScrollShadowEventArgs } from '@skyux/core';
5
+ import { SkyDynamicComponentService, SkyDynamicComponentLegacyService, SkyScrollShadowEventArgs } from '@skyux/core';
6
6
 
7
7
  /**
8
8
  * @internal
@@ -131,7 +131,7 @@ declare class SkyModalAdapterService {
131
131
  #private;
132
132
  private static readonly MODAL_BODY_FULL_CLASS;
133
133
  private static readonly MODAL_BODY_CLASS;
134
- constructor(windowRef: SkyAppWindowRef);
134
+ constructor();
135
135
  toggleFullPageModalClass(isAddFull: boolean): void;
136
136
  setPageScroll(isAdd: boolean): void;
137
137
  getModalOpener(): HTMLElement;