Show red connectors on a type-erroring node and accurate connector colors upstream of it (#3110)

* Refactor TypeSource

* Add complete valid types

* Add invalid type

* Improve valid/complete types and disconnecting

* Code review

* Return types on error

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Adam Gerhant
2025-11-19 03:00:32 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent 7d739c4542
commit 06484ef4e0
19 changed files with 543 additions and 448 deletions
+2
View File
@@ -129,6 +129,8 @@
--color-data-gradient-dim: #6c489b;
--color-data-typography: #eea7a7;
--color-data-typography-dim: #955252;
--color-data-invalid: #d6536e; // Same as --color-error-red
--color-data-invalid-dim: #a7324a;
--color-none: white;
--color-none-repeat: no-repeat;