@skyux/core 9.13.0 → 9.13.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.
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export declare class SkyResizeObserverService implements OnDestroy {
8
8
  #private;
9
+ constructor();
9
10
  ngOnDestroy(): void;
10
11
  /**
11
12
  * Create rxjs observable to get size changes for an element ref.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/core",
3
- "version": "9.13.0",
3
+ "version": "9.13.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -41,7 +41,7 @@
41
41
  "@angular/core": "^16.2.9",
42
42
  "@angular/platform-browser": "^16.2.9",
43
43
  "@angular/router": "^16.2.9",
44
- "@skyux/i18n": "9.13.0"
44
+ "@skyux/i18n": "9.13.1"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.6.2"