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

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.
@@ -222,25 +222,25 @@
222
222
  }
223
223
 
224
224
  .sprotty g .movement-not-allowed > .sprotty-node {
225
- stroke: var(--glsp-error-foreground) !important;
225
+ stroke: var(--glsp-error-foreground);
226
226
  stroke-width: 1.5px;
227
227
  }
228
228
 
229
229
  .sprotty-resize-handle.movement-not-allowed {
230
- stroke: var(--glsp-error-foreground) !important;
231
- fill: var(--glsp-error-foreground) !important;
230
+ stroke: var(--glsp-error-foreground);
231
+ fill: var(--glsp-error-foreground);
232
232
  }
233
233
 
234
234
  .sprotty .error > .sprotty-node {
235
- filter: drop-shadow(0px 0px 2px var(--glsp-error-foreground)) !important;
235
+ filter: drop-shadow(0px 0px 2px var(--glsp-error-foreground));
236
236
  }
237
237
 
238
238
  .sprotty .warning > .sprotty-node {
239
- filter: drop-shadow(0px 0px 2px var(--glsp-warning-foreground)) !important;
239
+ filter: drop-shadow(0px 0px 2px var(--glsp-warning-foreground));
240
240
  }
241
241
 
242
242
  .sprotty .info > .sprotty-node {
243
- filter: drop-shadow(0px 0px 2px var(--glsp-info-foreground)) !important;
243
+ filter: drop-shadow(0px 0px 2px var(--glsp-info-foreground));
244
244
  }
245
245
 
246
246
  .sprotty svg {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/client",
3
- "version": "2.4.0-next.404+09dcabd",
3
+ "version": "2.4.0-next.405+93513ce",
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.404+09dcabd",
49
+ "@eclipse-glsp/sprotty": "2.4.0-next.405+93513ce",
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": "09dcabdb443b1f8a6c55992e1b6d6ab973240e58"
66
+ "gitHead": "93513ce043410e67999858e9239876b4a7ed8092"
67
67
  }