@indigina/ui-kit 1.1.312 → 1.1.314

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
@@ -2407,7 +2407,7 @@ declare class KitPopupComponent implements OnInit, OnDestroy {
2407
2407
  readonly closed: OutputEmitterRef<void>;
2408
2408
  readonly kitButtonKind: typeof KitButtonKind;
2409
2409
  readonly kitButtonType: typeof KitButtonType;
2410
- private popupRef;
2410
+ private readonly popupRef;
2411
2411
  get popupHTMLElement(): HTMLElement | null;
2412
2412
  get isPopupOpen(): boolean;
2413
2413
  get anchorElement(): HTMLElement;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.312",
10
+ "version": "1.1.314",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",