@mindly/ui-components 5.82.0 → 5.82.2

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.
@@ -6,6 +6,7 @@ type AppFooterProps = {
6
6
  borderTop?: boolean;
7
7
  style?: CSSProperties;
8
8
  toolbarStyle?: CSSProperties;
9
+ className?: string;
9
10
  };
10
11
  declare const _default: React.NamedExoticComponent<AppFooterProps>;
11
12
  export default _default;
@@ -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
@@ -1468,6 +1468,7 @@ type AppFooterProps = {
1468
1468
  borderTop?: boolean;
1469
1469
  style?: CSSProperties;
1470
1470
  toolbarStyle?: CSSProperties;
1471
+ className?: string;
1471
1472
  };
1472
1473
  declare const _default$u: React__default.NamedExoticComponent<AppFooterProps>;
1473
1474
 
@@ -1905,6 +1906,7 @@ type ProgressBar_v2Props = {
1905
1906
  className?: string;
1906
1907
  reversed?: boolean;
1907
1908
  animationDuration?: number;
1909
+ onProgressEnd?: () => void;
1908
1910
  };
1909
1911
  declare const _default$k: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1910
1912
 
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.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",