@theroutingcompany/components 0.0.126-alpha.0 → 0.0.127

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.
@@ -24552,6 +24552,10 @@ const WO = N.div`
24552
24552
  outline: 1px solid black;
24553
24553
  --input-border-color: ${f.color_black};
24554
24554
  }
24555
+
24556
+ &:has(input[data-state~='invalid']) {
24557
+ --input-border-color: ${f.color_deprecated_outline_danger_enabled};
24558
+ }
24555
24559
  `, HO = N($n)`
24556
24560
  border-top-right-radius: unset;
24557
24561
  border-bottom-right-radius: 0;