mountain-ui 1.0.116 → 1.0.117

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.116",
4
+ "version": "1.0.117",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -102,7 +102,7 @@
102
102
  {@const child = group.getChild(index + 1)}
103
103
  {#if child}
104
104
  <WidgetPreview
105
- id={child}
105
+ id={child.id}
106
106
  onDelete={() => {
107
107
  handleDelete(child.id);
108
108
  }}