book-index-ui 0.2.20 → 0.2.21

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.d.ts CHANGED
@@ -1400,6 +1400,9 @@ export declare interface LineageGraphNode {
1400
1400
  /** 分组 id(来自 work.version_graph.node_groups 或 hypothetical.group) */
1401
1401
  group?: string;
1402
1402
  note?: string;
1403
+ /** 桥接节点:本身不在核心集,但为了保持核心节点间派生链不断而引入。
1404
+ * 视觉上应淡化(半透明、虚边框)。仅在 collection==='core' 模式下出现。 */
1405
+ bridge?: boolean;
1403
1406
  }
1404
1407
 
1405
1408
  /** ref_type:派生来源是其他 Book 还是假想节点 */