@almadar/ui 4.51.2 → 4.51.3

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.
@@ -43169,7 +43169,7 @@ function VerifyModePanel({
43169
43169
  }
43170
43170
  prevCountRef.current = transitions.length;
43171
43171
  }, [transitions.length, expanded]);
43172
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
43172
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
43173
43173
  const panel = /* @__PURE__ */ jsxRuntime.jsxs(
43174
43174
  "div",
43175
43175
  {
package/dist/avl/index.js CHANGED
@@ -43123,7 +43123,7 @@ function VerifyModePanel({
43123
43123
  }
43124
43124
  prevCountRef.current = transitions.length;
43125
43125
  }, [transitions.length, expanded]);
43126
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
43126
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
43127
43127
  const panel = /* @__PURE__ */ jsxs(
43128
43128
  "div",
43129
43129
  {
@@ -39343,7 +39343,7 @@ function VerifyModePanel({
39343
39343
  }
39344
39344
  prevCountRef.current = transitions.length;
39345
39345
  }, [transitions.length, expanded]);
39346
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
39346
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
39347
39347
  const panel = /* @__PURE__ */ jsxRuntime.jsxs(
39348
39348
  "div",
39349
39349
  {
@@ -39297,7 +39297,7 @@ function VerifyModePanel({
39297
39297
  }
39298
39298
  prevCountRef.current = transitions.length;
39299
39299
  }, [transitions.length, expanded]);
39300
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
39300
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
39301
39301
  const panel = /* @__PURE__ */ jsxs(
39302
39302
  "div",
39303
39303
  {
@@ -39965,7 +39965,7 @@ function VerifyModePanel({
39965
39965
  }
39966
39966
  prevCountRef.current = transitions.length;
39967
39967
  }, [transitions.length, expanded]);
39968
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
39968
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
39969
39969
  const panel = /* @__PURE__ */ jsxRuntime.jsxs(
39970
39970
  "div",
39971
39971
  {
@@ -39919,7 +39919,7 @@ function VerifyModePanel({
39919
39919
  }
39920
39920
  prevCountRef.current = transitions.length;
39921
39921
  }, [transitions.length, expanded]);
39922
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
39922
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
39923
39923
  const panel = /* @__PURE__ */ jsxs(
39924
39924
  "div",
39925
39925
  {
@@ -39551,7 +39551,7 @@ function VerifyModePanel({
39551
39551
  }
39552
39552
  prevCountRef.current = transitions.length;
39553
39553
  }, [transitions.length, expanded]);
39554
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
39554
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
39555
39555
  const panel = /* @__PURE__ */ jsxRuntime.jsxs(
39556
39556
  "div",
39557
39557
  {
@@ -39505,7 +39505,7 @@ function VerifyModePanel({
39505
39505
  }
39506
39506
  prevCountRef.current = transitions.length;
39507
39507
  }, [transitions.length, expanded]);
39508
- const hudBottom = typeof document !== "undefined" ? document.getElementById("slot-hud-bottom") : null;
39508
+ const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") ?? document.getElementById("slot-hud-bottom") : null;
39509
39509
  const panel = /* @__PURE__ */ jsxs(
39510
39510
  "div",
39511
39511
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.51.2",
3
+ "version": "4.51.3",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [