@adoptaunabuelo/react-components 0.3.50 → 0.3.51

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.
@@ -10,7 +10,7 @@ export interface FilterDefaultProps {
10
10
  hideSearchBar?: boolean;
11
11
  style?: CSSProperties;
12
12
  menuStyle?: CSSProperties;
13
- children: React.ReactNode;
13
+ children?: React.ReactNode;
14
14
  childrenBottomBar?: React.ReactNode;
15
15
  onClose?: () => void;
16
16
  onSearchChange?: (searchText: string) => void;
@@ -10,7 +10,7 @@ export interface FilterDefaultProps {
10
10
  hideSearchBar?: boolean;
11
11
  style?: CSSProperties;
12
12
  menuStyle?: CSSProperties;
13
- children: React.ReactNode;
13
+ children?: React.ReactNode;
14
14
  childrenBottomBar?: React.ReactNode;
15
15
  onClose?: () => void;
16
16
  onSearchChange?: (searchText: string) => void;
package/dist/index.d.ts CHANGED
@@ -384,7 +384,7 @@ interface FilterDefaultProps {
384
384
  hideSearchBar?: boolean;
385
385
  style?: CSSProperties;
386
386
  menuStyle?: CSSProperties;
387
- children: React.ReactNode;
387
+ children?: React.ReactNode;
388
388
  childrenBottomBar?: React.ReactNode;
389
389
  onClose?: () => void;
390
390
  onSearchChange?: (searchText: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.3.50",
3
+ "version": "0.3.51",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,