@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.
@@ -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":
@@ -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":
@@ -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":
@@ -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":
@@ -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":
@@ -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":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.10.5",
3
+ "version": "4.10.6",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",