@valbuild/ui 0.43.0 → 0.43.1
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/valbuild-ui.cjs.js +1 -1
- package/dist/valbuild-ui.esm.js +1 -1
- package/package.json +3 -3
- package/server/.tmp/assets/{index-3OuTk_rp.js → index-ytYjbYsf.js} +1 -1
- package/server/.tmp/index.html +1 -1
- package/server/dist/valbuild-ui-main.cjs.js +1 -1
- package/server/dist/valbuild-ui-main.esm.js +1 -1
- package/server/dist/valbuild-ui-server.cjs.js +1 -1
- package/server/dist/valbuild-ui-server.esm.js +1 -1
package/server/.tmp/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Val</title>
|
|
7
|
-
<script type="module" crossorigin src="/api/val/static/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/api/val/static/assets/index-ytYjbYsf.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="/api/val/static/assets/index-cokqEj6u.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
@@ -64452,7 +64452,7 @@ function ValMenu({
|
|
|
64452
64452
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "h-[24px] w-[24px] flex justify-center items-center", children: editMode === "full" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Minimize, { size: 15 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(Maximize, { size: 15 }) })
|
|
64453
64453
|
}
|
|
64454
64454
|
),
|
|
64455
|
-
patchCount !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
64455
|
+
patchCount !== void 0 && session.status === "success" && session.data.mode === "proxy" && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
64456
64456
|
MenuButton,
|
|
64457
64457
|
{
|
|
64458
64458
|
onClick: () => {
|
|
@@ -64451,7 +64451,7 @@ function ValMenu({
|
|
|
64451
64451
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "h-[24px] w-[24px] flex justify-center items-center", children: editMode === "full" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Minimize, { size: 15 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(Maximize, { size: 15 }) })
|
|
64452
64452
|
}
|
|
64453
64453
|
),
|
|
64454
|
-
patchCount !== void 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
64454
|
+
patchCount !== void 0 && session.status === "success" && session.data.mode === "proxy" && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
64455
64455
|
MenuButton,
|
|
64456
64456
|
{
|
|
64457
64457
|
onClick: () => {
|