@indigina/ui-kit 1.1.238 → 1.1.239

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
@@ -2724,6 +2724,7 @@ declare class KitProfileMenuComponent {
2724
2724
  readonly KitSvgIcon: typeof KitSvgIcon;
2725
2725
  readonly KitPopupAlignHorizontal: typeof KitPopupAlignHorizontal;
2726
2726
  readonly KitSvgIconType: typeof KitSvgIconType;
2727
+ readonly popupIsOpen: WritableSignal<boolean>;
2727
2728
  onClick(item: KitProfileMenuItem): void;
2728
2729
  toggle(): void;
2729
2730
  static ɵfac: i0.ɵɵFactoryDeclaration<KitProfileMenuComponent, never>;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.238",
10
+ "version": "1.1.239",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",