@eclipse-glsp/client 2.4.0-next.405 → 2.4.0-next.406

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -226,7 +226,7 @@
226
226
  stroke-width: 1.5px;
227
227
  }
228
228
 
229
- .sprotty-resize-handle.movement-not-allowed {
229
+ .sprotty .sprotty-resize-handle.movement-not-allowed {
230
230
  stroke: var(--glsp-error-foreground);
231
231
  fill: var(--glsp-error-foreground);
232
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/client",
3
- "version": "2.4.0-next.405+93513ce",
3
+ "version": "2.4.0-next.406+dc2018c",
4
4
  "description": "A sprotty-based client for GLSP",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -46,7 +46,7 @@
46
46
  "watch": "tsc -w"
47
47
  },
48
48
  "dependencies": {
49
- "@eclipse-glsp/sprotty": "2.4.0-next.405+93513ce",
49
+ "@eclipse-glsp/sprotty": "2.4.0-next.406+dc2018c",
50
50
  "autocompleter": "^9.1.2",
51
51
  "file-saver": "^2.0.5",
52
52
  "lodash": "4.17.21",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "93513ce043410e67999858e9239876b4a7ed8092"
66
+ "gitHead": "dc2018c8cb936e8507d48fdaa98ee7c506c2f472"
67
67
  }