@abi-software/simulationvuer 3.0.11 → 3.0.12

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.11",
3
+ "version": "3.0.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vite serve --host --force",
@@ -821,7 +821,10 @@ export default {
821
821
  }
822
822
  }
823
823
 
824
- :deep(.p-floatlabel:has(input:focus)) label, :deep(.p-floatlabel:has(input:-webkit-autofill)) label, :deep(.p-floatlabel:has(textarea:focus)) label, :deep(.p-floatlabel:has(.p-inputwrapper-focus)) label {
824
+ :deep(.p-floatlabel:has(input:focus)) label,
825
+ :deep(.p-floatlabel:has(input:-webkit-autofill)) label,
826
+ :deep(.p-floatlabel:has(textarea:focus)) label,
827
+ :deep(.p-floatlabel:has(.p-inputwrapper-focus)) label {
825
828
  color: #8300BF;
826
829
  }
827
830
 
@@ -829,6 +832,10 @@ export default {
829
832
  border-color: #8300BF;
830
833
  }
831
834
 
835
+ :deep(.p-progressbar-value) {
836
+ background-color: #8300BF !important;
837
+ }
838
+
832
839
  :deep(.p-select:not(.p-disabled).p-focus) {
833
840
  border-color: #8300BF;
834
841
  }
@@ -1036,8 +1043,10 @@ span.error {
1036
1043
  <style>
1037
1044
  /* Note: not sure why, but the following rules need to be global!? */
1038
1045
 
1039
- .p-progressbar-value {
1040
- background-color: #8300BF !important;
1046
+ .p-contextmenu-item-label,
1047
+ .p-select-option-label {
1048
+ font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1049
+ font-size: 0.875rem;
1041
1050
  }
1042
1051
 
1043
1052
  .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus {
@@ -1053,9 +1062,4 @@ span.error {
1053
1062
  background: white !important;
1054
1063
  color: #8300BF !important;
1055
1064
  }
1056
-
1057
- .p-select-option-label {
1058
- font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1059
- font-size: 0.875rem;
1060
- }
1061
1065
  </style>