This is an automated email from the ASF dual-hosted git repository.

marat pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


    from 7144594f First attempt for #484
     new c72e1bef Fix connectors and icons for #484
     new 58fbce59 Fix #750
     new f6f77ea8 Sync last designer changes with app and space

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:
 .../src/designer/route/DslConnections.tsx          |   7 +-
 .../src/designer/route/DslProperties.tsx           |   2 +-
 .../src/designer/route/DslSelector.tsx             |   2 +-
 .../src/designer/route/RouteDesignerLogic.tsx      |   7 +-
 .../route/property/ComponentParameterField.tsx     |  10 +-
 .../designer/route/property/DslPropertyField.tsx   |   2 +-
 karavan-designer/src/designer/utils/CamelUi.tsx    | 176 +++++-----
 .../src/designer/utils/KaravanIcons.tsx            |  89 +++++
 .../src/knowledgebase/components/ComponentsTab.tsx |   6 +-
 .../src/designer/route/DslConnections.tsx          |   7 +-
 karavan-space/src/designer/route/DslProperties.tsx |   2 +-
 karavan-space/src/designer/route/DslSelector.tsx   |   2 +-
 karavan-space/src/designer/route/RouteDesigner.tsx |   2 +-
 .../src/designer/route/RouteDesignerLogic.tsx      |   7 +-
 .../route/property/ComponentParameterField.tsx     |  10 +-
 .../designer/route/property/DslPropertyField.tsx   |   2 +-
 karavan-space/src/designer/utils/CamelUi.tsx       | 181 +++++-----
 karavan-space/src/designer/utils/KaravanIcons.tsx  | 376 +++++++++++++++++++++
 .../src/knowledgebase/components/ComponentsTab.tsx |   6 +-
 .../webui/src/designer/route/DslConnections.tsx    |   7 +-
 .../webui/src/designer/route/DslProperties.tsx     |   2 +-
 .../main/webui/src/designer/route/DslSelector.tsx  |   2 +-
 .../webui/src/designer/route/RouteDesigner.tsx     |   2 +-
 .../src/designer/route/RouteDesignerLogic.tsx      |   7 +-
 .../route/property/ComponentParameterField.tsx     |  10 +-
 .../designer/route/property/DslPropertyField.tsx   |   2 +-
 .../src/main/webui/src/designer/utils/CamelUi.tsx  | 181 +++++-----
 .../main/webui/src/designer/utils/KaravanIcons.tsx | 376 +++++++++++++++++++++
 .../src/knowledgebase/components/ComponentsTab.tsx |   6 +-
 29 files changed, 1217 insertions(+), 274 deletions(-)

Reply via email to