@eclipse-glsp/vscode-integration-webview 2.3.0-next.90 → 2.3.0-next.91

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.
Files changed (2) hide show
  1. package/css/diagram.css +8 -0
  2. package/package.json +2 -2
package/css/diagram.css CHANGED
@@ -118,3 +118,11 @@ body {
118
118
  .sprotty-projection-bar.vertical.bordered-projection-bar {
119
119
  width: 15px;
120
120
  }
121
+
122
+ .sprotty text {
123
+ fill: var(--vscode-editor-background);
124
+ }
125
+
126
+ .sprotty-edge text {
127
+ fill: var(--vscode-foreground);
128
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/vscode-integration-webview",
3
- "version": "2.3.0-next.90+9122825",
3
+ "version": "2.3.0-next.91+c9e81c0",
4
4
  "description": "Integration of a GLSP diagram in a VS Code extensions (WebView part)",
5
5
  "keywords": [
6
6
  "vscode",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "91228257dfe52d36c03d883ac000c9d3847ec650"
53
+ "gitHead": "c9e81c0319a72cb2ce211df470737b847e8ea020"
54
54
  }