@indigina/ui-kit 1.1.304 → 1.1.306

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
@@ -4442,11 +4442,11 @@ declare class KitCardDetailsComponent<T extends KitCardDataModel> implements OnI
4442
4442
  appendCards(cards: T[]): void;
4443
4443
  deleteCard(cardId: string | number): void;
4444
4444
  updateSpecificCardData(cardData: T): void;
4445
+ scrollToCardById(id: string): void;
4445
4446
  private initSearchSubscription;
4446
4447
  private initStateFromUrl;
4447
4448
  private initCardDataSubscription;
4448
4449
  private updateData;
4449
- private scrollToCardById;
4450
4450
  private getStateFromUrl;
4451
4451
  private setStateToUrl;
4452
4452
  static ɵfac: i0.ɵɵFactoryDeclaration<KitCardDetailsComponent<any>, never>;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.304",
10
+ "version": "1.1.306",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",