aq-fe-framework 0.1.104 → 0.1.106
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.
@@ -7256,10 +7256,12 @@ function BasicAppShell({ children, menu }) {
|
|
7256
7256
|
/* @__PURE__ */ jsx52(
|
7257
7257
|
Image3,
|
7258
7258
|
{
|
7259
|
+
fit: "contain",
|
7259
7260
|
src: `data:image/${(_a = basicAppShellStore.state.logoFileDetail) == null ? void 0 : _a.fileExtension};base64,
|
7260
7261
|
${(_b = basicAppShellStore.state.logoFileDetail) == null ? void 0 : _b.fileBase64String}`,
|
7261
7262
|
h: "115px",
|
7262
|
-
|
7263
|
+
fallbackSrc: "https://placehold.co/600x400?text=Placeholder",
|
7264
|
+
alt: "Main logo",
|
7263
7265
|
w: "330px"
|
7264
7266
|
}
|
7265
7267
|
)
|
@@ -64,7 +64,7 @@ import {
|
|
64
64
|
useS_BasicAppShell,
|
65
65
|
useS_ButtonImport,
|
66
66
|
utils_layout_getItemsWithoutLinks
|
67
|
-
} from "../chunk-
|
67
|
+
} from "../chunk-363643Q4.mjs";
|
68
68
|
import "../chunk-QAWKASVG.mjs";
|
69
69
|
import "../chunk-Y3YGC5IH.mjs";
|
70
70
|
import "../chunk-CJDXLINF.mjs";
|
package/package.json
CHANGED
@@ -22,13 +22,13 @@
|
|
22
22
|
"types": "./dist/hooks/index.d.mts"
|
23
23
|
}
|
24
24
|
},
|
25
|
-
"version": "0.1.
|
25
|
+
"version": "0.1.106",
|
26
26
|
"private": false,
|
27
27
|
"files": [
|
28
28
|
"dist"
|
29
29
|
],
|
30
30
|
"scripts": {
|
31
|
-
"deploy": "
|
31
|
+
"deploy": "node deploy.js",
|
32
32
|
"dev": "next dev --turbopack -p 3000",
|
33
33
|
"build-next": "next build",
|
34
34
|
"gen": "barrelsby --config barrelsby.json",
|