feat(editor): Update new canvas node handle label rendering mechanism and design (no-changelog) (#10611)

This commit is contained in:
Alex Grozav
2024-08-29 17:56:50 +03:00
committed by GitHub
parent 402a8b40c0
commit 38eb00a643
12 changed files with 135 additions and 38 deletions

View File

@@ -133,6 +133,12 @@ describe('useCanvasMapping', () => {
configurable: false,
configuration: false,
trigger: true,
inputs: {
labelSize: 'small',
},
outputs: {
labelSize: 'small',
},
},
},
},
@@ -264,6 +270,12 @@ describe('useCanvasMapping', () => {
configurable: false,
configuration: false,
trigger: true,
inputs: {
labelSize: 'small',
},
outputs: {
labelSize: 'small',
},
},
});
});