@skyux/core 12.5.0 → 12.7.0

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.
@@ -26,7 +26,7 @@ export declare class SkyScrollableHostService {
26
26
  * @returns An observable which emits when the elements scrollable host is scrolled or is changed
27
27
  */
28
28
  watchScrollableHostScrollEvents(elementRef: ElementRef): Observable<void>;
29
- watchScrollableHostClipPathChanges(elementRef: ElementRef): Observable<string>;
29
+ watchScrollableHostClipPathChanges(elementRef: ElementRef, additionalContainers?: Observable<ElementRef[]>): Observable<string>;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyScrollableHostService, [null, null, { optional: true; }]>;
31
31
  static ɵprov: i0.ɵɵInjectableDeclaration<SkyScrollableHostService>;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "12.5.0",
3
+ "version": "12.7.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^19.2.7",
22
22
  "@angular/platform-browser": "^19.2.7",
23
23
  "@angular/router": "^19.2.7",
24
- "@skyux/i18n": "12.5.0"
24
+ "@skyux/i18n": "12.7.0"
25
25
  },
26
26
  "dependencies": {
27
27
  "tslib": "^2.8.1"