@spectrum-css/textfield
Advanced tools
Comparing version 5.1.9 to 5.1.10
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="5.1.10"></a> | ||
## 5.1.10 | ||
🗓 2023-05-30 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.9...@spectrum-css/textfield@5.1.10) | ||
### 🐛 Bug fixes | ||
* **textfield:** mod name for keyboard focus color ([4d7f170](https://github.com/adobe/spectrum-css/commit/4d7f170)) | ||
* **textfield:** valid in storybook - display correct icon size ([37ca676](https://github.com/adobe/spectrum-css/commit/37ca676)) | ||
<a name="5.1.9"></a> | ||
@@ -8,0 +21,0 @@ ## 5.1.9 |
{ | ||
"name": "@spectrum-css/textfield", | ||
"version": "5.1.9", | ||
"version": "5.1.10", | ||
"description": "The Spectrum CSS textfield component", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "0003df26f6f1083625366bb7258ffc972792ce54" | ||
"gitHead": "6a5ad61b36c3ef6e5c90c4db14ce67af7d57b60d" | ||
} |
@@ -52,3 +52,3 @@ import { html } from "lit-html"; | ||
if (isInvalid) iconName = "Alert"; | ||
else if (isValid) iconName = "Checkmark"; | ||
else if (isValid) iconName = "Checkmark100"; | ||
@@ -55,0 +55,0 @@ return html` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
258683