@theroutingcompany/components 0.0.125 → 0.0.126

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.
@@ -19462,8 +19462,7 @@ const $n = N.input`
19462
19462
  background-color: ${f.color_deprecated_overlay_secondary_hover};
19463
19463
  }
19464
19464
 
19465
- &[data-state~='invalid'],
19466
- &:invalid {
19465
+ &[data-state~='invalid'] {
19467
19466
  --input-border-color: ${f.color_deprecated_outline_danger_enabled} !important;
19468
19467
  border-color: ${f.color_deprecated_outline_danger_enabled} !important;
19469
19468
  outline: 0px !important;
@@ -24553,11 +24552,6 @@ const WO = N.div`
24553
24552
  outline: 1px solid black;
24554
24553
  --input-border-color: ${f.color_black};
24555
24554
  }
24556
-
24557
- &:has(input[data-state~='invalid']),
24558
- &:has(input:invalid) {
24559
- --input-border-color: ${f.color_deprecated_outline_danger_enabled};
24560
- }
24561
24555
  `, HO = N($n)`
24562
24556
  border-top-right-radius: unset;
24563
24557
  border-bottom-right-radius: 0;
@@ -25929,8 +25923,7 @@ const Th = N.span`
25929
25923
  border-color: ${f.color_deprecated_outline_secondary_hover};
25930
25924
  }
25931
25925
 
25932
- &[data-state~='invalid'],
25933
- &:invalid {
25926
+ &[data-state~='invalid'] {
25934
25927
  border-color: ${f.color_deprecated_outline_danger_enabled};
25935
25928
  }
25936
25929