Skip to content

Commit

Permalink
Upgrade to final glsp-client version 2.1.0
Browse files Browse the repository at this point in the history
Issue #303
  • Loading branch information
rsoika committed Jan 29, 2024
1 parent 658de1a commit c1d01fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 deletions.
26 changes: 3 additions & 23 deletions open-bpmn.glsp-client/open-bpmn-glsp/css/diagram.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,16 @@
stroke: var(--theia-titleBar-activeBackground);
}

.sprotty-text {
font-size: 12pt;
text-anchor: middle;
}

.sprotty-node {
stroke-width: 0;
font-weight: bold;
}

.sprotty-label {
stroke-width: 0;
fill: #000;
font-weight: inherit;
text-align: inherit;
font-size: 100%;
}

.sprotty-label.heading {
font-weight: normal;
font-size: 0.6em;
fill: #f0f3f8;

xxfill: #f0f3f8;
}


.sprotty-resize-handle.selected {
fill: #47699B;
xfill: #47699B;
}

.icon path {
Expand Down Expand Up @@ -143,14 +126,12 @@

.textAnnotation .bpmn-text-node text {
fill: #447c3c;
font-size: 0.6em;
text-anchor: start;
}

.task .bpmn-text-node text {
fill: #f0f3f8;
text-anchor: middle;
font-size: 0.6em;
}

.task .extension text {
Expand All @@ -174,7 +155,6 @@

.BPMNLabel .bpmn-text-node text {
fill: var(--theia-titleBar-activeForeground);
font-size: 0.6em;
text-anchor: middle;
}

Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-glsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"dependencies": {
"@eclipse-glsp/client": "2.1.0-next.303",
"@eclipse-glsp/client": "2.1.0",
"@open-bpmn/open-bpmn-model": "1.2.0",
"@open-bpmn/open-bpmn-properties": "1.2.0",
"balloon-css": "^0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "2.1.0-next.303"
"@eclipse-glsp/client": "2.1.0"
}
}
2 changes: 1 addition & 1 deletion open-bpmn.glsp-client/open-bpmn-properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"watch": "tsc -w"
},
"dependencies": {
"@eclipse-glsp/client": "2.1.0-next.303",
"@eclipse-glsp/client": "2.1.0",
"@open-bpmn/open-bpmn-model": "1.2.0",
"@jsonforms/core": "3.0.0",
"@jsonforms/react": "3.0.0",
Expand Down

0 comments on commit c1d01fc

Please sign in to comment.