@educarehq/solaris-components 0.6.7 → 0.6.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@educarehq/solaris-components",
3
- "version": "0.6.7",
3
+ "version": "0.6.9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^21.1.0",
6
6
  "intl-tel-input": "^26.0.9",
@@ -210,6 +210,9 @@ declare class SolarisStepper implements AfterContentInit, OnChanges {
210
210
  constructor(changeDetectorRef: ChangeDetectorRef);
211
211
  ngAfterContentInit(): void;
212
212
  ngOnChanges(changes: SimpleChanges): void;
213
+ previous(): void;
214
+ setActiveStep(index: number): void;
215
+ private isProgrammaticallyNavigable;
213
216
  next(): void;
214
217
  onStepHeaderClick(index: number): void;
215
218
  onStepKeydown(event: KeyboardEvent, index: number): void;