@datagrok-libraries/bio
Advanced tools
Comparing version 5.44.2 to 5.44.3
# bio changelog | ||
## 5.44.3 (2024-10-02) | ||
Correct color for monomer lib configs | ||
## 5.44.2 (2024-09-27) | ||
@@ -4,0 +8,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"friendlyName": "Datagrok bio library", | ||
"version": "5.44.2", | ||
"version": "5.44.3", | ||
"description": "Bio utilities, types supporting Macromolecule, Molecule3D data", | ||
@@ -14,0 +14,0 @@ "dependencies": { |
@@ -64,3 +64,3 @@ import * as DG from 'datagrok-api/dg'; | ||
this.customMonomerColors[monomerSymbol][polymerType] = | ||
correctColor(monomer.meta.colors.default.background, false); | ||
correctColor(monomer.meta.colors.default.background); | ||
} | ||
@@ -67,0 +67,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
817050