@viliha/vui-ui 1.1.1 → 1.1.2
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/package.json +1 -1
- package/src/input.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viliha/vui-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Vui UI — a clean, token-driven React admin/CRM component library built on Tailwind CSS v4, shadcn-style patterns, and Radix Icons. Ships as TypeScript source (Just-in-Time), compiled by the consuming app.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Suman Bonakurthi",
|
package/src/input.tsx
CHANGED
|
@@ -14,7 +14,7 @@ export const Input = React.forwardRef<
|
|
|
14
14
|
"placeholder:text-muted-foreground",
|
|
15
15
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1 focus-visible:ring-offset-background",
|
|
16
16
|
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
17
|
-
"file:border-0 file:bg-transparent file:
|
|
17
|
+
"file:border-0 file:bg-transparent file:font-medium",
|
|
18
18
|
className,
|
|
19
19
|
)}
|
|
20
20
|
{...props}
|