myshell-react-lib 0.1.37 → 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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10764,7 +10764,7 @@ function TopNavigationBar(param) {
|
|
|
10764
10764
|
className: cn("w-full flex flex-col md:flex-row justify-center items-center px-4 md:px-6", !isMobile2 && border && "border-b border-Colors-Border-Default", showBackground ? "bg-Colors-Background-Normal-Primary-Default" : "bg-cc-Button-Plain-bg-default md:bg-Colors-Background-Normal-Primary-Default", className),
|
|
10765
10765
|
children: [
|
|
10766
10766
|
/* @__PURE__ */ jsxs24("div", {
|
|
10767
|
-
className: "relative w-full flex justify-between items-center h-13 md:h-15 pt-5 pb-1.5 md:pt-2 md:pb-2",
|
|
10767
|
+
className: cn("relative w-full flex justify-between items-center h-13 md:h-15", searchElement && "pt-5 pb-1.5 md:pt-2 md:pb-2"),
|
|
10768
10768
|
children: [
|
|
10769
10769
|
/* @__PURE__ */ jsxs24("div", {
|
|
10770
10770
|
className: "flex-1 flex items-center justify-start",
|
|
@@ -10795,8 +10795,8 @@ function TopNavigationBar(param) {
|
|
|
10795
10795
|
]
|
|
10796
10796
|
}),
|
|
10797
10797
|
title && !(avatar === null || avatar === void 0 ? void 0 : avatar.logo) && /* @__PURE__ */ jsx43(Display, {
|
|
10798
|
-
size:
|
|
10799
|
-
className: "line-clamp-1",
|
|
10798
|
+
size: "sm",
|
|
10799
|
+
className: "line-clamp-1 text-xl",
|
|
10800
10800
|
children: title
|
|
10801
10801
|
})
|
|
10802
10802
|
]
|
|
@@ -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
|
]
|