@adoptaunabuelo/react-components 0.3.148 → 0.3.151

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
@@ -814,6 +814,7 @@ interface FilterDefaultProps {
814
814
  hideSearchBar?: boolean;
815
815
  style?: CSSProperties;
816
816
  menuStyle?: CSSProperties;
817
+ buttonStyle?: CSSProperties;
817
818
  children?: React.ReactNode;
818
819
  childrenBottomBar?: React.ReactNode;
819
820
  onClose?: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.3.148",
3
+ "version": "0.3.151",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,