This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new b195ce7 Beans and Processor icons (#470) b195ce7 is described below commit b195ce7b33cfacea3250076bd82d3c35e3651523 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Wed Aug 24 09:53:25 2022 -0400 Beans and Processor icons (#470) --- karavan-core/package-lock.json | 4 ++-- karavan-designer/package-lock.json | 6 +++--- karavan-designer/src/designer/utils/CamelUi.tsx | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/karavan-core/package-lock.json b/karavan-core/package-lock.json index aa3da67..c8c0991 100644 --- a/karavan-core/package-lock.json +++ b/karavan-core/package-lock.json @@ -1,12 +1,12 @@ { "name": "karavan-core", - "version": "3.18.2", + "version": "3.18.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karavan-core", - "version": "3.18.2", + "version": "3.18.3", "license": "Apache-2.0", "dependencies": { "@types/js-yaml": "^4.0.5", diff --git a/karavan-designer/package-lock.json b/karavan-designer/package-lock.json index 7204e70..f9e83ae 100644 --- a/karavan-designer/package-lock.json +++ b/karavan-designer/package-lock.json @@ -1,12 +1,12 @@ { "name": "karavan-designer", - "version": "3.18.1", + "version": "3.18.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karavan-designer", - "version": "3.18.1", + "version": "3.18.3", "license": "Apache-2.0", "dependencies": { "@patternfly/patternfly": "4.194.4", @@ -34,7 +34,7 @@ } }, "../karavan-core": { - "version": "3.18.1", + "version": "3.18.3", "license": "Apache-2.0", "dependencies": { "@types/js-yaml": "^4.0.5", diff --git a/karavan-designer/src/designer/utils/CamelUi.tsx b/karavan-designer/src/designer/utils/CamelUi.tsx index 785e831..bd912e6 100644 --- a/karavan-designer/src/designer/utils/CamelUi.tsx +++ b/karavan-designer/src/designer/utils/CamelUi.tsx @@ -421,6 +421,10 @@ export class CamelUi { return "data:image/svg+xml,%3Csvg version='1.1' id='icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D%0A%3C/style%3E%3Ctitle%3Echeckmark%3C/title%3E%3Cpath d='M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,1 [...] case "StepDefinition": return "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 32 32' id='icon'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecollapse-all%3C/title%3E%3Cpath d='M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z'/%3E%3Cpath d='M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z'/%3E%3Cpath d='M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27Z [...] + case "BeanDefinition": + return "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 305.001 305.001' style='enable-background:new 0 0 305.001 305.001;' xml:space='preserve'%3E%3Cg id='XMLID_7_'%3E%3Cpath id='XMLID_8_' d='M150.99,56.513c-14.093,9.912-30.066,21.147-38.624,39.734c-14.865,32.426,30.418,67.798,32.353,69.288 c0.45,0.347,0.988,0.519,1.525,0.519c0.57,0,1.141-0.195,1.605-0.583c0.89 [...] + case "ProcessDefinition": + return "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='235.506px' height='235.506px' viewBox='0 0 235.506 235.506' style='enable-background:new 0 0 235.506 235.506;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M234.099,29.368c-3.025-4.861-10.303-7.123-22.915-7.123c-13.492,0-28.304,2.661-28.625,2.733 c-20.453,2.098-27.254,26.675-32.736,46.436c-1.924,6.969-3.755,13.549-5.8 [...] default: return camelIcon; }