myshell-react-lib 0.2.3 → 0.2.4
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10985,7 +10985,7 @@ var SelectTrigger = React33.forwardRef(function(_param, ref) {
|
|
|
10985
10985
|
className: cn("flex h-7 md:h-10 w-full items-center justify-between rounded-sm border border-transparent hover:border-cc-Input-border-default bg-cc-Input-bg-default text-Colors-Text-Default text-sm p-3 focus:shadow-cc-Focus-Rings-Brand-default placeholder:text-Colors-Text-Subtlest focus:outline-none focus:ring-0 focus:ring-offset-0 disabled:cursor-not-allowed disabled:opacity-30 [&>span]:line-clamp-1 [&>.select-chevron]:aria-expanded:rotate-180 space-x-1.5", isButtonVariant && buttonVariants({
|
|
10986
10986
|
variant: "ghost",
|
|
10987
10987
|
size: "lg"
|
|
10988
|
-
}), isButtonVariant && "w-auto min-w-max inline-flex", className)
|
|
10988
|
+
}), isButtonVariant && "w-auto min-w-max inline-flex px-4", className)
|
|
10989
10989
|
}, props), {
|
|
10990
10990
|
children: [
|
|
10991
10991
|
children,
|