@3sc/common-component 0.0.306 → 0.0.308

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/index.es.js CHANGED
@@ -43489,7 +43489,7 @@ const Hc = {
43489
43489
  sequenceId: t.id,
43490
43490
  isHidden: t.isHidden,
43491
43491
  style: t.style || {},
43492
- ...Array.isArray(t.children) && t.children.length > 0 && {
43492
+ ...(t == null ? void 0 : t.children) && {
43493
43493
  children: Jp(t.children)
43494
43494
  }
43495
43495
  })), Cy = ({ definitions: e }) => Jp(e), MW = () => ({