@theroutingcompany/components 0.0.83-alpha.0 → 0.0.83
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.
|
@@ -18285,8 +18285,8 @@ const Ca = M.input`
|
|
|
18285
18285
|
background-color: ${f.color_deprecated_overlay_secondary_hover};
|
|
18286
18286
|
}
|
|
18287
18287
|
|
|
18288
|
-
&[data-state~='invalid']
|
|
18289
|
-
&:invalid
|
|
18288
|
+
&[data-state~='invalid'],
|
|
18289
|
+
&:invalid {
|
|
18290
18290
|
--input-border-color: ${f.color_deprecated_outline_danger_enabled} !important;
|
|
18291
18291
|
border-color: ${f.color_deprecated_outline_danger_enabled} !important;
|
|
18292
18292
|
outline: 0px !important;
|
|
@@ -27252,7 +27252,7 @@ const X3 = W(
|
|
|
27252
27252
|
required: m,
|
|
27253
27253
|
paddingSize: h,
|
|
27254
27254
|
label: g,
|
|
27255
|
-
validationState: v = n ? "invalid" : "valid",
|
|
27255
|
+
validationState: v = n === !0 ? "invalid" : "valid",
|
|
27256
27256
|
placeholder: $ = "Enter text...",
|
|
27257
27257
|
className: b,
|
|
27258
27258
|
fontSize: _,
|