@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.
@@ -56977,7 +56977,7 @@ function ValMenu({
56977
56977
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-[24px] w-[24px] flex justify-center items-center", children: editMode === "full" ? /* @__PURE__ */ jsxRuntime.jsx(Minimize, { size: 15 }) : /* @__PURE__ */ jsxRuntime.jsx(Maximize, { size: 15 }) })
56978
56978
  }
56979
56979
  ),
56980
- patchCount !== void 0 && /* @__PURE__ */ jsxRuntime.jsx(
56980
+ patchCount !== void 0 && session.status === "success" && session.data.mode === "proxy" && /* @__PURE__ */ jsxRuntime.jsx(
56981
56981
  MenuButton,
56982
56982
  {
56983
56983
  onClick: () => {
@@ -56959,7 +56959,7 @@ function ValMenu({
56959
56959
  children: /* @__PURE__ */ jsx("div", { className: "h-[24px] w-[24px] flex justify-center items-center", children: editMode === "full" ? /* @__PURE__ */ jsx(Minimize, { size: 15 }) : /* @__PURE__ */ jsx(Maximize, { size: 15 }) })
56960
56960
  }
56961
56961
  ),
56962
- patchCount !== void 0 && /* @__PURE__ */ jsx(
56962
+ patchCount !== void 0 && session.status === "success" && session.data.mode === "proxy" && /* @__PURE__ */ jsx(
56963
56963
  MenuButton,
56964
56964
  {
56965
56965
  onClick: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valbuild/ui",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "sideEffects": false,
5
5
  "scripts": {
6
6
  "typecheck": "tsc --noEmit",
@@ -34,8 +34,8 @@
34
34
  "@radix-ui/react-tabs": "^1.0.4",
35
35
  "@radix-ui/react-toggle": "^1.0.3",
36
36
  "@radix-ui/react-tooltip": "^1.0.7",
37
- "@valbuild/core": "~0.43.0",
38
- "@valbuild/shared": "~0.43.0",
37
+ "@valbuild/core": "~0.43.1",
38
+ "@valbuild/shared": "~0.43.1",
39
39
  "class-variance-authority": "^0.7.0",
40
40
  "classnames": "^2.3.2",
41
41
  "clsx": "^2.0.0",