myshell-react-lib 0.1.37 → 0.1.38
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- 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
|
]
|