@angular/animations 16.0.0-next.6 → 16.0.0-next.7

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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.0.0-next.6
2
+ * @license Angular v16.0.0-next.7
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -589,7 +589,7 @@ export declare interface AnimationPlayer {
589
589
  * Sets the position of the animation.
590
590
  * @param position A 0-based offset into the duration, in milliseconds.
591
591
  */
592
- setPosition(position: any /** TODO #9100 */): void;
592
+ setPosition(position: number): void;
593
593
  /**
594
594
  * Reports the current position of the animation.
595
595
  * @returns A 0-based offset into the duration, in milliseconds.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/animations",
3
- "version": "16.0.0-next.6",
3
+ "version": "16.0.0-next.7",
4
4
  "description": "Angular - animations integration with web-animations",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "@angular/core": "16.0.0-next.6"
14
+ "@angular/core": "16.0.0-next.7"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",