@oneplatformdev/ui 0.0.1-beta.105 → 0.0.1-beta.106
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/Select/SelectRoot.mjs +1 -1
- package/package.json +1 -1
package/Select/SelectRoot.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const R = e.Root, C = e.Group, I = e.Value, w = l.forwardRef(({ className: o, ch
|
|
|
8
8
|
{
|
|
9
9
|
ref: d,
|
|
10
10
|
className: s(
|
|
11
|
-
"flex h-
|
|
11
|
+
"flex h-10 w-full items-center justify-between whitespace-nowrap rounded-md border border-input bg-transparent 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",
|
|
12
12
|
"[&>svg]:disabled:hidden",
|
|
13
13
|
o
|
|
14
14
|
),
|