myshell-react-lib 0.1.38 → 0.1.40
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10891,7 +10891,7 @@ var SelectTrigger = React31.forwardRef(function(_param, ref) {
|
|
|
10891
10891
|
]);
|
|
10892
10892
|
return /* @__PURE__ */ jsxs25(SelectPrimitive.Trigger, _object_spread_props(_object_spread({
|
|
10893
10893
|
ref: ref,
|
|
10894
|
-
className: cn("flex h-10 w-full items-center justify-between rounded-sm border border-Colors-Border-Default bg-Colors-Background-Neutral-On-Surface-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", className)
|
|
10894
|
+
className: cn("flex h-7 md:h-10 w-full items-center justify-between rounded-sm border border-Colors-Border-Default bg-Colors-Background-Neutral-On-Surface-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", className)
|
|
10895
10895
|
}, props), {
|
|
10896
10896
|
children: [
|
|
10897
10897
|
children,
|
|
@@ -11615,7 +11615,7 @@ var Tabs2 = React35.forwardRef(function(_param, ref) {
|
|
|
11615
11615
|
value: item.value,
|
|
11616
11616
|
className: contentClassName,
|
|
11617
11617
|
children: item.children
|
|
11618
|
-
});
|
|
11618
|
+
}, item.value);
|
|
11619
11619
|
})
|
|
11620
11620
|
})
|
|
11621
11621
|
]
|