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 4f8a93e1 Fixed issue with Expressions for #836 new c1c184b5 Fixed issue with Select Steps #836 new 1b230441 Fixed issue with RouteDesigner top/left #836 new a0300a68 Fix #862 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-core/src/core/api/CamelDefinitionYaml.ts | 2 +- karavan-core/src/core/api/CamelDisplayUtil.ts | 8 +- .../src/core/model/IntegrationDefinition.ts | 2 +- karavan-designer/public/example/demo.camel.yaml | 130 ++++++------ karavan-designer/src/designer/KaravanDesigner.tsx | 33 ++- karavan-designer/src/designer/KaravanStore.ts | 8 +- karavan-designer/src/designer/karavan.css | 37 +++- karavan-designer/src/designer/route/DslElement.tsx | 64 +++--- .../src/designer/route/RouteDesigner.tsx | 3 +- .../designer/route/property/DslPropertyField.tsx | 17 +- .../designer/route/property/ExpressionField.tsx | 1 - .../src/designer/route/useRouteDesignerHook.tsx | 6 +- .../src/designer/utils/KaravanIcons.tsx | 229 ++++++++++++++------- 13 files changed, 339 insertions(+), 201 deletions(-)