@entake/particle 21.0.0 → 21.0.2

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": "@entake/particle",
3
- "version": "21.0.0",
3
+ "version": "21.0.2",
4
4
  "license": "MIT",
5
5
  "description": "Reusable Angular components from the team at Entake",
6
6
  "repository": {
@@ -1006,6 +1006,7 @@ declare class DialogComponent {
1006
1006
  */
1007
1007
  declare class PopoverComponent implements OnDestroy {
1008
1008
  private renderer;
1009
+ private changeDetectorRef;
1009
1010
  protected readonly window: Window & typeof globalThis;
1010
1011
  /**
1011
1012
  * The offset of the popover from its target (in pixels)