@flowgram.ai/fixed-layout-core 0.4.1 → 0.4.3

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/esm/index.js CHANGED
@@ -2237,6 +2237,20 @@ var SlotBlockRegistry = {
2237
2237
  }
2238
2238
  ];
2239
2239
  }
2240
+ if (transition.transform.children.length === 1) {
2241
+ return [
2242
+ {
2243
+ type: FlowTransitionLineEnum8.ROUNDED_LINE,
2244
+ from: start,
2245
+ to: getPortChildInput(transition.transform.children[0]),
2246
+ vertices: startPortVertices,
2247
+ style: {
2248
+ strokeDasharray: "5 5"
2249
+ },
2250
+ radius
2251
+ }
2252
+ ];
2253
+ }
2240
2254
  return [
2241
2255
  {
2242
2256
  type: FlowTransitionLineEnum8.ROUNDED_LINE,
@@ -2522,7 +2536,10 @@ var FixedLayoutRegistries = {
2522
2536
  RootRegistry,
2523
2537
  InlineBlocksRegistry,
2524
2538
  EndRegistry,
2525
- SlotRegistry
2539
+ SlotRegistry,
2540
+ SlotBlockRegistry,
2541
+ SlotIconRegistry,
2542
+ SlotInlineBlocksRegistry
2526
2543
  };
2527
2544
  export {
2528
2545
  FixedLayoutContainerModule,