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.cjs
CHANGED
|
@@ -11729,7 +11729,7 @@ var SelectTrigger = React33.forwardRef(function(_param, ref) {
|
|
|
11729
11729
|
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({
|
|
11730
11730
|
variant: "ghost",
|
|
11731
11731
|
size: "lg"
|
|
11732
|
-
}), isButtonVariant && "w-auto min-w-max inline-flex", className)
|
|
11732
|
+
}), isButtonVariant && "w-auto min-w-max inline-flex px-4", className)
|
|
11733
11733
|
}, props), {
|
|
11734
11734
|
children: [
|
|
11735
11735
|
children,
|