@vectoriox/iox-builder 1.4.48 → 1.4.50

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectoriox/iox-builder",
3
- "version": "1.4.48",
3
+ "version": "1.4.50",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -197,6 +197,9 @@ interface ComponentNode {
197
197
  * Absent on stamps (independent copies). When present, any style change
198
198
  * on this node propagates to all other instances of the same symbol. */
199
199
  symbolId?: string;
200
+ /** Set when the user detaches an instance from its symbol. Remembers the
201
+ * origin symbol ID so the instance can be re-linked (resynced) later. */
202
+ detachedSymbolId?: string;
200
203
  /** ID of the org-level InteractionPreset applied to this node.
201
204
  * When set, node.interactions reflects the preset's interactions. */
202
205
  interactionPresetId?: string;