@spectrum-css/textfield
Advanced tools
Comparing version 5.1.11 to 6.0.0
@@ -6,2 +6,15 @@ # Change Log | ||
<a name="6.0.0"></a> | ||
#6.0.0 | ||
🗓 | ||
2023-06-02 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.11...@spectrum-css/textfield@6.0.0) | ||
\*chore(search)!: core tokens migration (#1761)([b54d8ef](https://github.com/adobe/spectrum-css/commit/b54d8ef)), closes[#1761](https://github.com/adobe/spectrum-css/issues/1761) | ||
### | ||
🛑 BREAKING CHANGES | ||
* | ||
migrates Search to use `@adobe/spectrum-tokens` | ||
<a name="5.1.11"></a> | ||
@@ -8,0 +21,0 @@ ##5.1.11 |
{ | ||
"name": "@spectrum-css/textfield", | ||
"version": "5.1.11", | ||
"version": "6.0.0", | ||
"description": "The Spectrum CSS textfield component", | ||
@@ -24,4 +24,4 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@spectrum-css/component-builder-simple": "^2.0.14", | ||
"@spectrum-css/helptext": "^4.0.34", | ||
"@spectrum-css/component-builder-simple": "^2.0.15", | ||
"@spectrum-css/helptext": "^4.0.35", | ||
"@spectrum-css/tokens": "^10.1.2", | ||
@@ -33,3 +33,3 @@ "gulp": "^4.0.0" | ||
}, | ||
"gitHead": "95ab46589a793fa311efb16a47e07e721d2d8574" | ||
"gitHead": "2d5fe7feb32be0e508832522b8f461bf338d4e31" | ||
} |
@@ -170,7 +170,2 @@ // Import the component markup template | ||
export const WithIcon = Template.bind({}); | ||
WithIcon.args = { | ||
iconName: "Magnify", | ||
}; | ||
export const TextArea = Template.bind({}); | ||
@@ -177,0 +172,0 @@ TextArea.args = { |
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
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
257781
4755