This is an automated email from the ASF dual-hosted git repository. marat pushed a change to branch feature-836 in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
from c60f3ed4 Resize works new 27f94cc8 Connections for #836 new 0f739725 Selector for #836 new 27ebf976 Delete element for #836 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: karavan-designer/public/example/demo.camel.yaml | 120 +++++------ karavan-designer/src/designer/KaravanStore.ts | 138 +++++++++---- .../src/designer/route/DeleteConfirmation.tsx | 51 +++++ .../src/designer/route/DslConnections.tsx | 57 ++---- karavan-designer/src/designer/route/DslElement.tsx | 66 ++---- .../src/designer/route/DslSelector.tsx | 225 ++++++++++----------- .../src/designer/route/RouteDesigner.tsx | 98 +++------ .../designer/route/useDrawerMutationsObserver.tsx | 2 +- .../src/designer/route/useResizeObserver.tsx | 2 +- .../src/designer/route/useRouteDesignerHook.tsx | 17 +- 10 files changed, 405 insertions(+), 371 deletions(-) create mode 100644 karavan-designer/src/designer/route/DeleteConfirmation.tsx