@mindly/ui-components 5.82.1 → 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;
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.82.1",
3
+ "version": "5.82.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",