myshell-react-lib 0.1.45 → 0.1.47
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
|
@@ -10814,14 +10814,14 @@ function TopNavigationBar(param) {
|
|
|
10814
10814
|
})
|
|
10815
10815
|
]
|
|
10816
10816
|
}),
|
|
10817
|
-
title && (!(avatar === null || avatar === void 0 ? void 0 : avatar.logo) || !isMobile2) && (pageType ===
|
|
10817
|
+
title && (!(avatar === null || avatar === void 0 ? void 0 : avatar.logo) || !isMobile2) && (pageType === 1 || !isMobile2) && /* @__PURE__ */ jsx44(Display, {
|
|
10818
10818
|
size: "sm",
|
|
10819
10819
|
className: "line-clamp-1 text-xl",
|
|
10820
10820
|
children: title
|
|
10821
10821
|
})
|
|
10822
10822
|
]
|
|
10823
10823
|
}),
|
|
10824
|
-
pageType ===
|
|
10824
|
+
pageType === 2 && isMobile2 && !(avatar === null || avatar === void 0 ? void 0 : avatar.logo) && !searchElement && /* @__PURE__ */ jsx44("div", {
|
|
10825
10825
|
className: "absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10",
|
|
10826
10826
|
children: /* @__PURE__ */ jsx44(Display, {
|
|
10827
10827
|
size: "sm",
|