@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.
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/lib2/shared/ui/AppFooter_v2/AppFooter_v2.d.ts +1 -0
- package/dist/cjs/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -0
- package/dist/esm/index.js +7 -7
- package/dist/esm/lib2/shared/ui/AppFooter_v2/AppFooter_v2.d.ts +1 -0
- package/dist/esm/lib2/shared/ui/ProgressBar_v2/ProgressBar_v2.d.ts +1 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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
|
|