@abi-software/simulationvuer 3.0.6 → 3.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/simulationvuer",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vite serve --host --force",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@abi-software/plotvuer": "1.0.7",
21
- "@opencor/opencor": "^0.20251207.0",
21
+ "@opencor/opencor": "^0.20251210.0",
22
22
  "element-plus": "2.8.4",
23
23
  "jsonschema": "^1.4.0",
24
24
  "mathjs": "^15.1.0",
@@ -835,4 +835,9 @@ span.error {
835
835
  background: white !important;
836
836
  color: #8300BF !important;
837
837
  }
838
+
839
+ .p-select-option-label {
840
+ font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
841
+ font-size: 0.875rem;
842
+ }
838
843
  </style>