@almadar/ui 5.7.0 → 5.8.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/avl/index.cjs +4 -3
- package/dist/avl/index.js +4 -3
- 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 +4 -3
- package/dist/runtime/index.js +4 -3
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -45258,7 +45258,7 @@ function VerifyModePanel({
|
|
|
45258
45258
|
}
|
|
45259
45259
|
prevCountRef.current = transitions.length;
|
|
45260
45260
|
}, [transitions.length, expanded]);
|
|
45261
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
45261
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
45262
45262
|
const panel = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
45263
45263
|
"div",
|
|
45264
45264
|
{
|
|
@@ -59716,10 +59716,11 @@ function makeLambdaFn(argName, lambdaBody, callerKey) {
|
|
|
59716
59716
|
return null;
|
|
59717
59717
|
}
|
|
59718
59718
|
const SlotContentRenderer2 = getSlotContentRenderer2();
|
|
59719
|
-
const
|
|
59719
|
+
const rawChildProps = {};
|
|
59720
59720
|
for (const [k, v] of Object.entries(record)) {
|
|
59721
|
-
if (k !== "type")
|
|
59721
|
+
if (k !== "type") rawChildProps[k] = v;
|
|
59722
59722
|
}
|
|
59723
|
+
const childProps = convertObjectProps(rawChildProps);
|
|
59723
59724
|
const childContent = {
|
|
59724
59725
|
id: `lambda-${callerKey}-${index}`,
|
|
59725
59726
|
pattern: record.type,
|
package/dist/avl/index.js
CHANGED
|
@@ -45209,7 +45209,7 @@ function VerifyModePanel({
|
|
|
45209
45209
|
}
|
|
45210
45210
|
prevCountRef.current = transitions.length;
|
|
45211
45211
|
}, [transitions.length, expanded]);
|
|
45212
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
45212
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
45213
45213
|
const panel = /* @__PURE__ */ jsxs(
|
|
45214
45214
|
"div",
|
|
45215
45215
|
{
|
|
@@ -59667,10 +59667,11 @@ function makeLambdaFn(argName, lambdaBody, callerKey) {
|
|
|
59667
59667
|
return null;
|
|
59668
59668
|
}
|
|
59669
59669
|
const SlotContentRenderer2 = getSlotContentRenderer2();
|
|
59670
|
-
const
|
|
59670
|
+
const rawChildProps = {};
|
|
59671
59671
|
for (const [k, v] of Object.entries(record)) {
|
|
59672
|
-
if (k !== "type")
|
|
59672
|
+
if (k !== "type") rawChildProps[k] = v;
|
|
59673
59673
|
}
|
|
59674
|
+
const childProps = convertObjectProps(rawChildProps);
|
|
59674
59675
|
const childContent = {
|
|
59675
59676
|
id: `lambda-${callerKey}-${index}`,
|
|
59676
59677
|
pattern: record.type,
|
|
@@ -41435,7 +41435,7 @@ function VerifyModePanel({
|
|
|
41435
41435
|
}
|
|
41436
41436
|
prevCountRef.current = transitions.length;
|
|
41437
41437
|
}, [transitions.length, expanded]);
|
|
41438
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
41438
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
41439
41439
|
const panel = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
41440
41440
|
"div",
|
|
41441
41441
|
{
|
package/dist/components/index.js
CHANGED
|
@@ -41386,7 +41386,7 @@ function VerifyModePanel({
|
|
|
41386
41386
|
}
|
|
41387
41387
|
prevCountRef.current = transitions.length;
|
|
41388
41388
|
}, [transitions.length, expanded]);
|
|
41389
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
41389
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
41390
41390
|
const panel = /* @__PURE__ */ jsxs(
|
|
41391
41391
|
"div",
|
|
41392
41392
|
{
|
package/dist/providers/index.cjs
CHANGED
|
@@ -42054,7 +42054,7 @@ function VerifyModePanel({
|
|
|
42054
42054
|
}
|
|
42055
42055
|
prevCountRef.current = transitions.length;
|
|
42056
42056
|
}, [transitions.length, expanded]);
|
|
42057
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
42057
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
42058
42058
|
const panel = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
42059
42059
|
"div",
|
|
42060
42060
|
{
|
package/dist/providers/index.js
CHANGED
|
@@ -42005,7 +42005,7 @@ function VerifyModePanel({
|
|
|
42005
42005
|
}
|
|
42006
42006
|
prevCountRef.current = transitions.length;
|
|
42007
42007
|
}, [transitions.length, expanded]);
|
|
42008
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
42008
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
42009
42009
|
const panel = /* @__PURE__ */ jsxs(
|
|
42010
42010
|
"div",
|
|
42011
42011
|
{
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -41640,7 +41640,7 @@ function VerifyModePanel({
|
|
|
41640
41640
|
}
|
|
41641
41641
|
prevCountRef.current = transitions.length;
|
|
41642
41642
|
}, [transitions.length, expanded]);
|
|
41643
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
41643
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
41644
41644
|
const panel = /* @__PURE__ */ jsxRuntime.jsxs(
|
|
41645
41645
|
"div",
|
|
41646
41646
|
{
|
|
@@ -47172,10 +47172,11 @@ function makeLambdaFn(argName, lambdaBody, callerKey) {
|
|
|
47172
47172
|
return null;
|
|
47173
47173
|
}
|
|
47174
47174
|
const SlotContentRenderer2 = getSlotContentRenderer2();
|
|
47175
|
-
const
|
|
47175
|
+
const rawChildProps = {};
|
|
47176
47176
|
for (const [k, v] of Object.entries(record)) {
|
|
47177
|
-
if (k !== "type")
|
|
47177
|
+
if (k !== "type") rawChildProps[k] = v;
|
|
47178
47178
|
}
|
|
47179
|
+
const childProps = convertObjectProps(rawChildProps);
|
|
47179
47180
|
const childContent = {
|
|
47180
47181
|
id: `lambda-${callerKey}-${index}`,
|
|
47181
47182
|
pattern: record.type,
|
package/dist/runtime/index.js
CHANGED
|
@@ -41591,7 +41591,7 @@ function VerifyModePanel({
|
|
|
41591
41591
|
}
|
|
41592
41592
|
prevCountRef.current = transitions.length;
|
|
41593
41593
|
}, [transitions.length, expanded]);
|
|
41594
|
-
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal")
|
|
41594
|
+
const hudBottom = typeof document !== "undefined" ? document.getElementById("runtime-debugger-portal") : null;
|
|
41595
41595
|
const panel = /* @__PURE__ */ jsxs(
|
|
41596
41596
|
"div",
|
|
41597
41597
|
{
|
|
@@ -47123,10 +47123,11 @@ function makeLambdaFn(argName, lambdaBody, callerKey) {
|
|
|
47123
47123
|
return null;
|
|
47124
47124
|
}
|
|
47125
47125
|
const SlotContentRenderer2 = getSlotContentRenderer2();
|
|
47126
|
-
const
|
|
47126
|
+
const rawChildProps = {};
|
|
47127
47127
|
for (const [k, v] of Object.entries(record)) {
|
|
47128
|
-
if (k !== "type")
|
|
47128
|
+
if (k !== "type") rawChildProps[k] = v;
|
|
47129
47129
|
}
|
|
47130
|
+
const childProps = convertObjectProps(rawChildProps);
|
|
47130
47131
|
const childContent = {
|
|
47131
47132
|
id: `lambda-${callerKey}-${index}`,
|
|
47132
47133
|
pattern: record.type,
|