@adoptaunabuelo/react-components 0.1.15 → 0.1.16

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/index.d.ts CHANGED
@@ -136,8 +136,8 @@ interface MenuProps {
136
136
  icon?: JSX.Element;
137
137
  Icon?: JSX.Element;
138
138
  position: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
139
- children: React.ReactNode;
140
- options: Array<OptionsProps>;
139
+ children?: React.ReactNode;
140
+ options?: Array<OptionsProps>;
141
141
  onChange?: (visible: boolean) => void;
142
142
  onClick?: (option: OptionsProps) => void;
143
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,