@nexxtmove/ui 0.1.59 → 0.1.61

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/dist/index.d.ts CHANGED
@@ -1411,6 +1411,7 @@ export declare const NexxtProgressBar: DefineComponent<NexxtProgressBarProps, {}
1411
1411
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1412
1412
 
1413
1413
  declare interface NexxtProgressBarProps {
1414
+ variant?: 'stepper' | 'percentage';
1414
1415
  steps: number;
1415
1416
  currentStep: number;
1416
1417
  progressLabel?: string;