aq-fe-framework 0.1.187 → 0.1.188
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.
@@ -7123,7 +7123,7 @@ function BasicAppShell({ children, menu, extraTopRight, title }) {
|
|
7123
7123
|
left: "50%",
|
7124
7124
|
transform: "translateX(-50%)"
|
7125
7125
|
},
|
7126
|
-
children: /* @__PURE__ */ jsx51(Text13, { c: "green", fw: "bold", children: `${basicAppShellStore.state.moduleCode} - ${basicAppShellStore.state.moduleName}` })
|
7126
|
+
children: /* @__PURE__ */ jsx51(Text13, { c: "green", fw: "bold", size: "sm", children: title ? title : `${basicAppShellStore.state.moduleCode} - ${basicAppShellStore.state.moduleName}` })
|
7127
7127
|
}
|
7128
7128
|
),
|
7129
7129
|
/* @__PURE__ */ jsxs27(Group13, { children: [
|
@@ -66,7 +66,7 @@ import {
|
|
66
66
|
useS_BasicAppShell,
|
67
67
|
useS_ButtonImport,
|
68
68
|
utils_layout_getItemsWithoutLinks
|
69
|
-
} from "../chunk-
|
69
|
+
} from "../chunk-TQQLLV3Q.mjs";
|
70
70
|
import "../chunk-Z6OQG54Q.mjs";
|
71
71
|
import "../chunk-Y3YGC5IH.mjs";
|
72
72
|
import "../chunk-5U2JSHSJ.mjs";
|