@mindly/ui-components 5.2.0 → 5.2.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.
@@ -19,6 +19,7 @@ declare const _default: {
19
19
  };
20
20
  blue: string;
21
21
  };
22
+ white: string;
22
23
  };
23
24
  typography: {
24
25
  typography: {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  type AppFooterProps = {
3
- children: React.ReactNode;
3
+ children?: React.ReactNode;
4
4
  transparent?: boolean;
5
5
  bottomSaveArea?: boolean;
6
6
  };
@@ -19,6 +19,7 @@ declare const _default: {
19
19
  };
20
20
  blue: string;
21
21
  };
22
+ white: string;
22
23
  };
23
24
  typography: {
24
25
  typography: {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  type AppFooterProps = {
3
- children: React.ReactNode;
3
+ children?: React.ReactNode;
4
4
  transparent?: boolean;
5
5
  bottomSaveArea?: boolean;
6
6
  };
package/dist/index.d.ts CHANGED
@@ -1426,7 +1426,7 @@ type TypographyProps = {
1426
1426
  declare const _default$a: React__default.NamedExoticComponent<TypographyProps>;
1427
1427
 
1428
1428
  type AppFooterProps = {
1429
- children: React__default.ReactNode;
1429
+ children?: React__default.ReactNode;
1430
1430
  transparent?: boolean;
1431
1431
  bottomSaveArea?: boolean;
1432
1432
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -20,6 +20,7 @@ export default {
20
20
  },
21
21
  blue: 'rgba(var(--color-info-blue) / <alpha-value>)',
22
22
  },
23
+ white: '#ffffff',
23
24
  },
24
25
  typography: {
25
26
  typography: {