@adoptaunabuelo/react-components 0.1.22 → 0.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.
package/dist/index.d.ts CHANGED
@@ -164,7 +164,10 @@ interface MenuRef {
164
164
  declare const Label: (props: Props$2) => react_jsx_runtime.JSX.Element;
165
165
 
166
166
  interface Props$2 extends ComponentPropsWithoutRef<"div"> {
167
- text?: string;
167
+ text: string;
168
+ disabled?: boolean;
169
+ type?: 'label' | 'chip';
170
+ size?: 'big' | 'small' | 'selector';
168
171
  backgroundColor?: string;
169
172
  color?: string;
170
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adoptaunabuelo/react-components",
3
- "version": "0.1.22",
3
+ "version": "0.2.1",
4
4
  "homepage": "https://github.com/Adopta-Un-Abuelo/react-components",
5
5
  "author": "Guillermo Angeles <guilleangeles94@gmail.com>",
6
6
  "private": false,