RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@nativetail/ui
Versions diffs
0.0.1 → 0.0.2
@nativetail/ui 0.0.1 → 0.0.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/components/button/index.tsx
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@nativetail/ui",
3
-
"version": "0.0.
1
",
3
+
"version": "0.0.
2
",
4
4
"description": "",
5
5
"main": "src/index.ts",
6
6
"scripts": {},
package/src/components/button/index.tsx
CHANGED
Viewed
@@ -40,7 +40,7 @@ const buttonVariants = cva(
40
40
},
41
41
}
42
42
);
43
-
type ButtonProps = MotiPressableProps &
43
+
export
type ButtonProps = MotiPressableProps &
44
44
VariantProps<typeof buttonVariants> & {
45
45
text?: string;
46
46
disabled?: boolean;