myshell-react-lib 0.1.46 → 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 +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
|
@@ -11555,7 +11555,7 @@ function TopNavigationBar(param) {
|
|
|
11555
11555
|
})
|
|
11556
11556
|
]
|
|
11557
11557
|
}),
|
|
11558
|
-
title && (!(avatar === null || avatar === void 0 ? void 0 : avatar.logo) || !isMobile2) && (pageType === 1
|
|
11558
|
+
title && (!(avatar === null || avatar === void 0 ? void 0 : avatar.logo) || !isMobile2) && (pageType === 1 || !isMobile2) && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Display, {
|
|
11559
11559
|
size: "sm",
|
|
11560
11560
|
className: "line-clamp-1 text-xl",
|
|
11561
11561
|
children: title
|