@theroutingcompany/components 0.0.126 → 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.
@@ -2014,6 +2014,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2014
2014
  outline: 1px solid black;
2015
2015
  --input-border-color: ${p.color_black};
2016
2016
  }
2017
+
2018
+ &:has(input[data-state~='invalid']) {
2019
+ --input-border-color: ${p.color_deprecated_outline_danger_enabled};
2020
+ }
2017
2021
  `,qM=R.default(Nt)`
2018
2022
  border-top-right-radius: unset;
2019
2023
  border-bottom-right-radius: 0;