@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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
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
|
-
...
|
|
43492
|
+
...(t == null ? void 0 : t.children) && {
|
|
43493
43493
|
children: Jp(t.children)
|
|
43494
43494
|
}
|
|
43495
43495
|
})), Cy = ({ definitions: e }) => Jp(e), MW = () => ({
|