@nativetail/ui 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -51,7 +51,6 @@ function BaseSelect<T extends Record<string, any>>({
51
51
  containerClassName,
52
52
  label,
53
53
  error,
54
- className,
55
54
  value,
56
55
  onChange,
57
56
  helperText,