@almadar/ui 4.51.1 → 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.
- package/dist/avl/index.cjs +2 -2
- package/dist/avl/index.js +2 -2
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/providers/index.cjs +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/runtime/index.cjs +2 -2
- package/dist/runtime/index.js +2 -2
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -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
|
{
|
|
@@ -58888,7 +58888,7 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, onNavi
|
|
|
58888
58888
|
persistence
|
|
58889
58889
|
}
|
|
58890
58890
|
),
|
|
58891
|
-
/* @__PURE__ */ jsxRuntime.jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "h-full p-4", children: /* @__PURE__ */ jsxRuntime.jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
58891
|
+
/* @__PURE__ */ jsxRuntime.jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "min-h-full p-4", children: /* @__PURE__ */ jsxRuntime.jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
58892
58892
|
]
|
|
58893
58893
|
}
|
|
58894
58894
|
) });
|
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
|
{
|
|
@@ -58842,7 +58842,7 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, onNavi
|
|
|
58842
58842
|
persistence
|
|
58843
58843
|
}
|
|
58844
58844
|
),
|
|
58845
|
-
/* @__PURE__ */ jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsx(Box, { className: "h-full p-4", children: /* @__PURE__ */ jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
58845
|
+
/* @__PURE__ */ jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsx(Box, { className: "min-h-full p-4", children: /* @__PURE__ */ jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
58846
58846
|
]
|
|
58847
58847
|
}
|
|
58848
58848
|
) });
|
|
@@ -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
|
{
|
package/dist/components/index.js
CHANGED
|
@@ -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
|
{
|
package/dist/providers/index.cjs
CHANGED
|
@@ -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
|
{
|
package/dist/providers/index.js
CHANGED
|
@@ -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
|
{
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -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
|
{
|
|
@@ -46779,7 +46779,7 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, onNavi
|
|
|
46779
46779
|
persistence
|
|
46780
46780
|
}
|
|
46781
46781
|
),
|
|
46782
|
-
/* @__PURE__ */ jsxRuntime.jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "h-full p-4", children: /* @__PURE__ */ jsxRuntime.jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
46782
|
+
/* @__PURE__ */ jsxRuntime.jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsxRuntime.jsx(Box, { className: "min-h-full p-4", children: /* @__PURE__ */ jsxRuntime.jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
46783
46783
|
]
|
|
46784
46784
|
}
|
|
46785
46785
|
) });
|
package/dist/runtime/index.js
CHANGED
|
@@ -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
|
{
|
|
@@ -46733,7 +46733,7 @@ function SchemaRunner({ schema, serverUrl, transport, mockData, pageName, onNavi
|
|
|
46733
46733
|
persistence
|
|
46734
46734
|
}
|
|
46735
46735
|
),
|
|
46736
|
-
/* @__PURE__ */ jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsx(Box, { className: "h-full p-4", children: /* @__PURE__ */ jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
46736
|
+
/* @__PURE__ */ jsx(OrbitalThemeProvider, { theme: activeOrbitalTheme, children: /* @__PURE__ */ jsx(Box, { className: "min-h-full p-4", children: /* @__PURE__ */ jsx(UISlotRenderer, { includeHud: true, hudMode: "inline", includeFloating: true }) }) })
|
|
46737
46737
|
]
|
|
46738
46738
|
}
|
|
46739
46739
|
) });
|