@nuvia/components 0.5.0 → 0.6.0
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/ui/auto-complete.cjs +1 -1
- package/dist/ui/auto-complete.cjs.map +1 -1
- package/dist/ui/auto-complete.js +1 -1
- package/dist/ui/auto-complete.js.map +1 -1
- package/dist/ui/input.cjs +1 -1
- package/dist/ui/input.cjs.map +1 -1
- package/dist/ui/input.js +1 -1
- package/dist/ui/input.js.map +1 -1
- package/dist/ui/select.cjs +1 -1
- package/dist/ui/select.cjs.map +1 -1
- package/dist/ui/select.js +1 -1
- package/dist/ui/select.js.map +1 -1
- package/dist/ui/sidebar.cjs +1 -1
- package/dist/ui/sidebar.cjs.map +1 -1
- package/dist/ui/sidebar.js +1 -1
- package/dist/ui/sidebar.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1827,7 +1827,7 @@ var Input = React36__namespace.forwardRef(
|
|
|
1827
1827
|
{
|
|
1828
1828
|
type,
|
|
1829
1829
|
className: cn(
|
|
1830
|
-
"flex h-10 w-full rounded-xl border border-border bg-
|
|
1830
|
+
"flex h-10 w-full rounded-xl border border-border bg-background px-3 py-1 text-base transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm group-aria-[invalid=true]:border-danger-foreground aria-[invalid=true]:border-danger-foreground",
|
|
1831
1831
|
className
|
|
1832
1832
|
),
|
|
1833
1833
|
ref,
|
|
@@ -2757,7 +2757,7 @@ var SelectTrigger = React36__namespace.forwardRef(({ className, children, ...pro
|
|
|
2757
2757
|
{
|
|
2758
2758
|
ref,
|
|
2759
2759
|
className: cn(
|
|
2760
|
-
"flex h-9 w-full items-center justify-between whitespace-nowrap rounded-xl border border-border bg-
|
|
2760
|
+
"flex h-9 w-full items-center justify-between whitespace-nowrap rounded-xl border border-border bg-background px-3 py-2 text-sm shadow-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
|
|
2761
2761
|
className
|
|
2762
2762
|
),
|
|
2763
2763
|
...props,
|