@indigina/ui-kit 1.1.580 → 1.1.581

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.580",
10
+ "version": "1.1.581",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -3621,6 +3621,7 @@ declare class KitScrollNavigationComponent implements AfterViewInit, OnInit {
3621
3621
  private handleSectionChanges;
3622
3622
  private setLastSectionMinHeight;
3623
3623
  private calculateLastSectionMinHeight;
3624
+ private getActiveSectionIndex;
3624
3625
  static ɵfac: i0.ɵɵFactoryDeclaration<KitScrollNavigationComponent, never>;
3625
3626
  static ɵcmp: i0.ɵɵComponentDeclaration<KitScrollNavigationComponent, "kit-scroll-navigation", never, { "isNavigationBtnDisabled": { "alias": "isNavigationBtnDisabled"; "required": false; "isSignal": true; }; "dropdownDefaultText": { "alias": "dropdownDefaultText"; "required": false; "isSignal": true; }; }, {}, ["sections"], never, true, never>;
3626
3627
  }