@nuvia/components 0.4.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 +3 -2
- package/src/styles/globals.css +23 -531
package/dist/index.js
CHANGED
|
@@ -1776,7 +1776,7 @@ var Input = React36.forwardRef(
|
|
|
1776
1776
|
{
|
|
1777
1777
|
type,
|
|
1778
1778
|
className: cn(
|
|
1779
|
-
"flex h-10 w-full rounded-xl border border-border bg-
|
|
1779
|
+
"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",
|
|
1780
1780
|
className
|
|
1781
1781
|
),
|
|
1782
1782
|
ref,
|
|
@@ -2706,7 +2706,7 @@ var SelectTrigger = React36.forwardRef(({ className, children, ...props }, ref)
|
|
|
2706
2706
|
{
|
|
2707
2707
|
ref,
|
|
2708
2708
|
className: cn(
|
|
2709
|
-
"flex h-9 w-full items-center justify-between whitespace-nowrap rounded-xl border border-border bg-
|
|
2709
|
+
"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",
|
|
2710
2710
|
className
|
|
2711
2711
|
),
|
|
2712
2712
|
...props,
|