@mindly/ui-components 5.82.0 → 5.82.1

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.
@@ -5,6 +5,7 @@ type ProgressBar_v2Props = {
5
5
  className?: string;
6
6
  reversed?: boolean;
7
7
  animationDuration?: number;
8
+ onProgressEnd?: () => void;
8
9
  };
9
10
  declare const _default: React.NamedExoticComponent<ProgressBar_v2Props>;
10
11
  export default _default;
package/dist/index.d.ts CHANGED
@@ -1905,6 +1905,7 @@ type ProgressBar_v2Props = {
1905
1905
  className?: string;
1906
1906
  reversed?: boolean;
1907
1907
  animationDuration?: number;
1908
+ onProgressEnd?: () => void;
1908
1909
  };
1909
1910
  declare const _default$k: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1910
1911
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.82.0",
3
+ "version": "5.82.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",