@adoptaunabuelo/react-components 0.1.18 → 0.1.19

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
@@ -177,7 +177,7 @@ interface Props$1 {
177
177
  disabled?: boolean;
178
178
  type?: 'single' | 'multiple' | 'date';
179
179
  position?: 'bottom-right' | 'bottom-left';
180
- options: Array<{
180
+ options?: Array<{
181
181
  id: string;
182
182
  label: string;
183
183
  sublabel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,