@indigina/ui-kit 1.1.579 → 1.1.580

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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.579",
10
+ "version": "1.1.580",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -1505,6 +1505,7 @@ declare class KitAutocompleteComponent<T> implements ControlValueAccessor {
1505
1505
  */
1506
1506
  readonly dropdownPopupSettings: Signal<PopupSettings>;
1507
1507
  openPopup(): void;
1508
+ readonly KitSvgIcon: typeof KitSvgIcon;
1508
1509
  /**
1509
1510
  * Callback function that return dropdown list item text
1510
1511
  */