@indigina/ui-kit 1.1.120 → 1.1.122

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.
@@ -23,13 +23,11 @@ export declare class KitPopupComponent {
23
23
  readonly kitButtonKind: typeof KitButtonKind;
24
24
  readonly kitButtonType: typeof KitButtonType;
25
25
  private popupRef;
26
- private readonly destroy$;
27
26
  get popupHTMLElement(): HTMLElement | null;
28
27
  get isPopupOpen(): boolean;
29
28
  get anchorElement(): HTMLElement;
30
29
  constructor(popupService: PopupService);
31
30
  documentClick(event: Event): void;
32
- ngOnInit(): void;
33
31
  ngOnDestroy(): void;
34
32
  toggle(options?: PopupSettings): void;
35
33
  close(): void;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.120",
10
+ "version": "1.1.122",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "^19.1.4",
13
13
  "@angular/core": "^19.1.4"