@almadar/ui 4.10.5 → 4.10.6
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 +1 -1
- package/dist/avl/index.js +1 -1
- 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 +1 -1
- package/dist/runtime/index.js +1 -1
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -46569,7 +46569,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
46569
46569
|
});
|
|
46570
46570
|
}
|
|
46571
46571
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
46572
|
-
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss });
|
|
46572
|
+
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
46573
46573
|
const slotId = `slot-${slot}`;
|
|
46574
46574
|
switch (slot) {
|
|
46575
46575
|
case "modal":
|
package/dist/avl/index.js
CHANGED
|
@@ -46523,7 +46523,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
46523
46523
|
});
|
|
46524
46524
|
}
|
|
46525
46525
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
46526
|
-
const slotContent = /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss });
|
|
46526
|
+
const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
46527
46527
|
const slotId = `slot-${slot}`;
|
|
46528
46528
|
switch (slot) {
|
|
46529
46529
|
case "modal":
|
|
@@ -37256,7 +37256,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
37256
37256
|
});
|
|
37257
37257
|
}
|
|
37258
37258
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
37259
|
-
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss });
|
|
37259
|
+
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
37260
37260
|
const slotId = `slot-${slot}`;
|
|
37261
37261
|
switch (slot) {
|
|
37262
37262
|
case "modal":
|
package/dist/components/index.js
CHANGED
|
@@ -37211,7 +37211,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
37211
37211
|
});
|
|
37212
37212
|
}
|
|
37213
37213
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
37214
|
-
const slotContent = /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss });
|
|
37214
|
+
const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
37215
37215
|
const slotId = `slot-${slot}`;
|
|
37216
37216
|
switch (slot) {
|
|
37217
37217
|
case "modal":
|
package/dist/providers/index.cjs
CHANGED
|
@@ -37769,7 +37769,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
37769
37769
|
});
|
|
37770
37770
|
}
|
|
37771
37771
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
37772
|
-
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss });
|
|
37772
|
+
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
37773
37773
|
const slotId = `slot-${slot}`;
|
|
37774
37774
|
switch (slot) {
|
|
37775
37775
|
case "modal":
|
package/dist/providers/index.js
CHANGED
|
@@ -37724,7 +37724,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
37724
37724
|
});
|
|
37725
37725
|
}
|
|
37726
37726
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
37727
|
-
const slotContent = /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss });
|
|
37727
|
+
const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
37728
37728
|
const slotId = `slot-${slot}`;
|
|
37729
37729
|
switch (slot) {
|
|
37730
37730
|
case "modal":
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -37456,7 +37456,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
37456
37456
|
});
|
|
37457
37457
|
}
|
|
37458
37458
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
37459
|
-
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss });
|
|
37459
|
+
const slotContent = /* @__PURE__ */ jsxRuntime.jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsxRuntime.jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
37460
37460
|
const slotId = `slot-${slot}`;
|
|
37461
37461
|
switch (slot) {
|
|
37462
37462
|
case "modal":
|
package/dist/runtime/index.js
CHANGED
|
@@ -37411,7 +37411,7 @@ function enrichFormFields(fields, entityDef) {
|
|
|
37411
37411
|
});
|
|
37412
37412
|
}
|
|
37413
37413
|
function renderContainedPortal(slot, content, onDismiss) {
|
|
37414
|
-
const slotContent = /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss });
|
|
37414
|
+
const slotContent = /* @__PURE__ */ jsx(MaybeTraitScope, { sourceTrait: content.sourceTrait, children: /* @__PURE__ */ jsx(SlotContentRenderer, { content, onDismiss }) });
|
|
37415
37415
|
const slotId = `slot-${slot}`;
|
|
37416
37416
|
switch (slot) {
|
|
37417
37417
|
case "modal":
|