@spectrum-css/textfield
Version:
The Spectrum CSS textfield component
1,186 lines (658 loc) ⢠66.9 kB
Markdown
# Change log
## 8.1.1
### Patch Changes
- [#3575](https://github.com/adobe/spectrum-css/pull/3575) [`2e17d10`](https://github.com/adobe/spectrum-css/commit/2e17d109ebec3c2745c32a15840af5c636c8dc5d) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - updated border color on keyboard focus state for textfield in spectrum-two theme
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 8.1.0
### Minor Changes
- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)! - ## New feature
Minified and gzipped outputs available for all compiled CSS assets.
### Patch Changes
- [#3539](https://github.com/adobe/spectrum-css/pull/3539) [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Updates invalid icon spacing to be vertically centered for S2.
- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)! - Dependency alignment across the project.
Set component peerDependencies as optional to reduce console warnings on downstream projects.
- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
- @spectrum-css/helptext@8.0.0
- @spectrum-css/tokens@16.0.1
## 8.0.1
### Patch Changes
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file.
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts.
Expected output example for the index-theme.css:
```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/helptext@7.0.1
## 8.0.0
### Major Changes
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)! - ## Breaking change
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset.
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher.
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`.
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**.
### Deprecations
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS.
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css`
### File usage
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations.
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file.
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express).
### Patch Changes
- Updated dependencies [[`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6), [`3d08cea`](https://github.com/adobe/spectrum-css/commit/3d08cea0f590c8c2de7252677a6b81b8cc206b9a), [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6)]:
- @spectrum-css/tokens@16.0.0
- @spectrum-css/helptext@7.0.0
## 7.4.1
### Patch Changes
- [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)! - Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14.
- Updated dependencies [[`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39), [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39)]:
- @spectrum-css/tokens@15.2.0
- @spectrum-css/helptext@6.0.1
## 7.4.0
### Minor Changes
- [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)! - Simplify how the `--system` properties are mapped. By updating the logic in the `postcss-add-theming-layer`, we are now shipping cleaner, more readable `--system` property names. These custom properties are documented as _NOT_ a part of the component API so although these result in a change to the custom property names, it does not impact the properties that are in the API and so do not constitute a breaking change. Expect to see no change to how component theming works or any visual regressions as a result of this change.
### Patch Changes
- Updated dependencies [[`c8194b0`](https://github.com/adobe/spectrum-css/commit/c8194b0a5b6e115d7db680f287eb8a2a9709906b), [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b)]:
- @spectrum-css/tokens@15.1.0
- @spectrum-css/helptext@6.0.0
## 7.3.0
### Minor Changes
- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)!
- Remove the storybook assets from the shipped output for components
### Patch Changes
- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]:
- @spectrum-css/helptext@5.2.0
## 7.2.3
### Patch Changes
- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)!
- Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
Sort keys in the package.json assets.
- Updated dependencies [[`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2)]:
- @spectrum-css/helptext@5.1.3
## 7.2.2
### Patch Changes
- [#3012](https://github.com/adobe/spectrum-css/pull/3012) [`78c98bf`](https://github.com/adobe/spectrum-css/commit/78c98bf15bfc82656acd14a4a22fc537f722b60d) Thanks [@cdransf](https://github.com/cdransf)!
- Modify the stepper and textfield css to allow the .is-disabled state and class to properly disable the border behavior that would occur when a disabled stepper was hovered. It also leverages the outline state for focused components to align with the state currently used by button components.
## 7.2.1
### Patch Changes
- [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)!
- Improve changeset suggestions by using exports instead of files in component packages
- Updated dependencies [[`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277)]:
- @spectrum-css/helptext@5.1.2
## 7.2.0
### Minor Changes
- [#2771](https://github.com/adobe/spectrum-css/pull/2771) [`81e86b1`](https://github.com/adobe/spectrum-css/commit/81e86b1adc442c891948281f1f66efea795c0447) Thanks [@jawinn](https://github.com/jawinn)!
- Removes some legacy vendor prefixes that are no longer necessary, including some that were for older browsers that are no longer in browser support list for Spectrum CSS. Such as Microsoft Edge before version 79. Includes some cleanup around some of the related normalization styles in the Text field component and the Commons `%spectrum-BaseButton` (used for multiple button components).
## 7.1.3
### Patch Changes
- [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)!
- Leverage local workspace versioning to prevent misalignment
- Updated dependencies [[`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855)]:
- @spectrum-css/helptext@5.1.1
## 7.1.2
### Patch Changes
- [#2761](https://github.com/adobe/spectrum-css/pull/2761) [`d945c05`](https://github.com/adobe/spectrum-css/commit/d945c05bc42d7c9d46c80d0857181479d73cf4fa) Thanks [@mdt2](https://github.com/mdt2)!
- Fixes an issue in the Quiet variant where hovering over the focus pseudo element was firing pointer events that weren't meant to be seen unless the user hovered over the input element itself.
## 7.1.1
### Patch Changes
- [#2759](https://github.com/adobe/spectrum-css/pull/2759) [`9652981`](https://github.com/adobe/spectrum-css/commit/965298128a39ec40543f659480559053b33394e2) Thanks [@castastrophe](https://github.com/castastrophe)!
- fix: when whitespace normalization is done before stylelint fixes, a few selector optimizations were uncovered.
## 7.1.0
### Minor Changes
- [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)!
#### Build optmizations to support minification
Output for all component CSS files is now being run through a lightweight optimizer (cssnano) which significantly reduces unnecessary whitespace. These changes reduce file size but should not have any impact on the rendering of the component. By removing unnecessary whitespace from var functions, we are making it easier to effectively minify our provided CSS assets.
### Patch Changes
- Updated peerDependencies [[`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d)]:
- @spectrum-css/helptext@>=5
- @spectrum-css/tokens@>=14
<a name="7.0.0"></a>
## 7.0.0
š 2024-04-18 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.6...@spectrum-css/textfield@7.0.0)
### ⨠Features
- use storybook v8 ([#2604](https://github.com/adobe/spectrum-css/issues/2604))([166ab23](https://github.com/adobe/spectrum-css/commit/166ab23))
- feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)
### š BREAKING CHANGES
- Removes component-builder & component-builder-simple for script leveraging postcss
- Imports added to index.css and themes/express.css
<a name="6.1.6"></a>
## 6.1.6
š 2024-03-07 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.5...@spectrum-css/textfield@6.1.6)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.1.5"></a>
## 6.1.5
š 2024-02-26 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.4...@spectrum-css/textfield@6.1.5)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.1.4"></a>
## 6.1.4
š 2024-02-20 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.3...@spectrum-css/textfield@6.1.4)
### š Bug fixes
- **textfield:**icon positioning with field label ([#2380](https://github.com/adobe/spectrum-css/issues/2380))([468b426](https://github.com/adobe/spectrum-css/commit/468b426))\*
**textfield:**remove extra padding on nested label and help ([#2519](https://github.com/adobe/spectrum-css/issues/2519))([0250d0e](https://github.com/adobe/spectrum-css/commit/0250d0e))
<a name="6.1.3"></a>
## 6.1.3
š 2024-02-15 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.2...@spectrum-css/textfield@6.1.3)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.1.2"></a>
## 6.1.2
š 2024-02-12 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.1...@spectrum-css/textfield@6.1.2)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.1.1"></a>
## 6.1.1
š 2024-02-06
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.1.0"></a>
## 6.1.0
š 2024-02-05 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.31...@spectrum-css/textfield@6.1.0)
**Note:** Version bump only for package @spectrum-css/textfield
## <a name="6.0.31"></a>
## 6.0.31
š 2024-01-16 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.30...@spectrum-css/textfield@6.0.31)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.30"></a>
## 6.0.30
š 2023-12-12 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.29...@spectrum-css/textfield@6.0.30)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.29"></a>
## 6.0.29
š 2023-12-04 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.28...@spectrum-css/textfield@6.0.29)
### š Bug fixes
- **textfield:**focus outline only on keyboard focus([e919679](https://github.com/adobe/spectrum-css/commit/e919679))
<a name="6.0.28"></a>
## 6.0.28
š 2023-11-15 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.26...@spectrum-css/textfield@6.0.28)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.27"></a>
## 6.0.27
š 2023-11-13 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.26...@spectrum-css/textfield@6.0.27)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.26"></a>
## 6.0.26
š 2023-11-09 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.25...@spectrum-css/textfield@6.0.26)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.25"></a>
## 6.0.25
š 2023-10-13 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.24...@spectrum-css/textfield@6.0.25)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.24"></a>
## 6.0.24
š 2023-09-26 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.23...@spectrum-css/textfield@6.0.24)
**Note:** Version bump only for package @spectrum-css/textfield
- name="6.0.23"></a>
## 6.0.23
š 2023-09-18 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.22...@spectrum-css/textfield@6.0.23)
**Note:** Version bump only for package @spectrum-css/textfield
## <a name="6.0.22"></a>
### š BREAKING CHANGESits](<https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.21...@spectrum-css/textfield@6.0.22>)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.21"></a>
## 6.0.21
š 2023-09-13 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.20...@spectrum-css/textfield@6.0.21)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.20"></a>
## 6.0.20
š 2023-09-07 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.19...@spectrum-css/textfield@6.0.20)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.19"></a>
## 6.0.19
š 2023-08-31 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.18...@spectrum-css/textfield@6.0.19)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.18"></a>
## 6.0.18
š 2023-08-31 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.17...@spectrum-css/textfield@6.0.18)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.17"></a>
## 6.0.17
š 2023-08-29 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.16...@spectrum-css/textfield@6.0.17)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.16"></a>
## 6.0.16
š 2023-08-25 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.15...@spectrum-css/textfield@6.0.16)
### š Bug fixes
- **textfield:**add line-height to prevent missing diacritics ([#2123](https://github.com/adobe/spectrum-css/issues/2123))([e44e4f4](https://github.com/adobe/spectrum-css/commit/e44e4f4))
### š Reverts
- gulp and build updates ([#2121](https://github.com/adobe/spectrum-css/issues/2121))([03a37f5](https://github.com/adobe/spectrum-css/commit/03a37f5)), closes[#2099](https://github.com/adobe/spectrum-css/issues/2099)
<a name="6.0.15"></a>
## 6.0.15
š 2023-08-22 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.14...@spectrum-css/textfield@6.0.15)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.14"></a>
## 6.0.14
š 2023-08-22 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.12...@spectrum-css/textfield@6.0.14)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.13"></a>
## 6.0.13
š 2023-08-18 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.12...@spectrum-css/textfield@6.0.13)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.12"></a>
## 6.0.12
š 2023-08-16 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.11...@spectrum-css/textfield@6.0.12)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.11"></a>
## 6.0.11
š 2023-08-10 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.10...@spectrum-css/textfield@6.0.11)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.10"></a>
## 6.0.10
š 2023-08-07 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.9...@spectrum-css/textfield@6.0.10)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.9"></a>
## 6.0.9
š 2023-08-03 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.8...@spectrum-css/textfield@6.0.9)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.8"></a>
## 6.0.8
š 2023-07-24 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.7...@spectrum-css/textfield@6.0.8)
### š Bug fixes
- icon sizing in Storybook story templates ([#2037](https://github.com/adobe/spectrum-css/issues/2037))([c90c8a3](https://github.com/adobe/spectrum-css/commit/c90c8a3))
<a name="6.0.7"></a>
## 6.0.7
š 2023-07-17 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.6...@spectrum-css/textfield@6.0.7)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.6"></a>
## 6.0.6
š 2023-07-14 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.5...@spectrum-css/textfield@6.0.6)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.5"></a>
## 6.0.5
š 2023-07-11 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.4...@spectrum-css/textfield@6.0.5)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.4"></a>
## 6.0.4
š 2023-06-29 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.3...@spectrum-css/textfield@6.0.4)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.3"></a>
## 6.0.3
š 2023-06-21 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.2...@spectrum-css/textfield@6.0.3)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.2"></a>
## 6.0.2
š 2023-06-15 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.1...@spectrum-css/textfield@6.0.2)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="6.0.1"></a>
## 6.0.1
š 2023-06-12 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.0...@spectrum-css/textfield@6.0.1)
### š Bug fixes
- restore files to pre-formatted state([491dbcb](https://github.com/adobe/spectrum-css/commit/491dbcb))
<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>
## 5.1.11
š 2023-06-01 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.10...@spectrum-css/textfield@5.1.11)
**Note:** Version bump only for package @spectrum-css/textfield
<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>
## 5.1.9
š 2023-05-23 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.8...@spectrum-css/textfield@5.1.9)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.8"></a>
## 5.1.8
š 2023-05-22 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.7...@spectrum-css/textfield@5.1.8)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.7"></a>
## 5.1.7
š 2023-05-18 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.6...@spectrum-css/textfield@5.1.7)
### Features
#### Icons
Icons are now added as SVGs, with `svg.spectrum-Textfield-validationIcon` used for the UI icons that can indicate valid or invalid input.
### š Bug fixes
- **textfield, stepper:** button padding and focus indicator ([#1863](https://github.com/adobe/spectrum-css/issues/1863)) ([7963b85](https://github.com/adobe/spectrum-css/commit/7963b85))
<a name="5.1.6"></a>
## 5.1.6
š 2023-05-18 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.5...@spectrum-css/textfield@5.1.6)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.5"></a>
## 5.1.5
š 2023-05-17 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.4...@spectrum-css/textfield@5.1.5)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.4"></a>
## 5.1.4
š 2023-05-11 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.3...@spectrum-css/textfield@5.1.4)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.3"></a>
## 5.1.3
š 2023-05-10 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.2...@spectrum-css/textfield@5.1.3)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.2"></a>
## 5.1.2
š 2023-05-10 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.1...@spectrum-css/textfield@5.1.2)
### š Bug fixes
- **stepper:** fix stepper button padding and borders ([#1856](https://github.com/adobe/spectrum-css/issues/1856)) ([55f2b08](https://github.com/adobe/spectrum-css/commit/55f2b08))
<a name="5.1.1"></a>
## 5.1.1
š 2023-05-08 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.1.0...@spectrum-css/textfield@5.1.1)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="5.1.0"></a>
## 5.1.0
š 2023-05-04 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@5.0.0...@spectrum-css/textfield@5.1.0)
### ⨠Features
- **floatingactionbutton:** add new component ([#1793](https://github.com/adobe/spectrum-css/issues/1793)) ([174f438](https://github.com/adobe/spectrum-css/commit/174f438))
<a name="5.0.0"></a>
## 5.0.0
š 2023-05-02 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.15...@spectrum-css/textfield@5.0.0)
- fix(textfield, combobox)!: adjust padding calculations (#1803) ([09c1bdc](https://github.com/adobe/spectrum-css/commit/09c1bdc)), closes [#1803](https://github.com/adobe/spectrum-css/issues/1803)
### š BREAKING CHANGES
- removes `--mod-combobox-icon-size`, `--mod-combobox-spacing-block-start-to-border`, `--mod-combobox-spacing-inline-start-to-textfield`, `--mod-combobox-spacing-block-start-edge-to-textfield`, `--mod-combobox-spacing-block-end-edge-to-textfield`, and `--mod-combobox-spacing-inline-start-edge-to-textfield`.
Additionally:
- fix: exclude border width from padding with text inputs + more fixes
* Textfield and Combobox: exclude border width from padding calculations
because most of the to-edge tokens include the border, and the values
were 1px larger than they should have been.
* Textfield and Combobox: fix corner radius of focus indicator when
using a larger border radius (e.g. try setting a --mod border width
of 5px; the calculation adding the border width was incorrect)
* Combobox: adjust styles so custom property for border width is
correctly overriding everything from its sub-components. Previously
using --mod-combobox-border-width had no effect.
* Combobox: simplify/remove some custom properties related to those
fixes and quiet variant.
- fix(combobox): border-radius should not increase for t-shirt sizes
Per design feedback, the border-radius value should not be increasing
for these t-shirt sizes.
- fix(combobox): calculate the button x-offset on quiet
Use a corrected calculation of the x-offset for the picker button on the
quiet variant. Based on design feedback for the component: "The point is
to line up the chevron icon with the end of the component so those
elements are flushed".
- fix(combobox): mods update after changes
Regenerate mods after fixes that have removed and renamed some
properties.
- feat(textfield): add 'size' control to storybook
Add "t-shirt" size control to Textfield stories. The arg was already
there, but it was missing a control for testing.
<a name="4.1.15"></a>
## 4.1.15
š 2023-04-26 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.14...@spectrum-css/textfield@4.1.15)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.14"></a>
## 4.1.14
š 2023-04-25 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.12...@spectrum-css/textfield@4.1.14)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.13"></a>
## 4.1.13
š 2023-04-25 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.12...@spectrum-css/textfield@4.1.13)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.12"></a>
## 4.1.12
š 2023-04-25 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.11...@spectrum-css/textfield@4.1.12)
### š Bug fixes
- **textfield:** fix WHCM focus color ([3b23557](https://github.com/adobe/spectrum-css/commit/3b23557))
- **textfield:** update WHCM focus border colors ([392c16e](https://github.com/adobe/spectrum-css/commit/392c16e))
<a name="4.1.11"></a>
## 4.1.11
š 2023-04-25 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.10...@spectrum-css/textfield@4.1.11)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.10"></a>
## 4.1.10
š 2023-04-21 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.9...@spectrum-css/textfield@4.1.10)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.9"></a>
## 4.1.9
š 2023-04-20 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.8...@spectrum-css/textfield@4.1.9)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.8"></a>
## 4.1.8
š 2023-04-17 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.7...@spectrum-css/textfield@4.1.8)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.7"></a>
## 4.1.7
š 2023-04-17 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.5...@spectrum-css/textfield@4.1.7)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.6"></a>
## 4.1.6
š 2023-04-14 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.5...@spectrum-css/textfield@4.1.6)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.5"></a>
## 4.1.5
š 2023-04-06 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.3...@spectrum-css/textfield@4.1.5)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.4"></a>
## 4.1.4
š 2023-04-04 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.3...@spectrum-css/textfield@4.1.4)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.3"></a>
## 4.1.3
š 2023-04-03 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.2...@spectrum-css/textfield@4.1.3)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.2"></a>
## 4.1.2
š 2023-03-31 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.1...@spectrum-css/textfield@4.1.2)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.1"></a>
## 4.1.1
š 2023-03-30 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.1.0...@spectrum-css/textfield@4.1.1)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.1.0"></a>
## 4.1.0
š 2023-03-28 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.0.3...@spectrum-css/textfield@4.1.0)
### ⨠Features
- **textfield:** remove custom search icon styles ([cc72eca](https://github.com/adobe/spectrum-css/commit/cc72eca))
<a name="4.0.3"></a>
## 4.0.3
š 2023-03-28 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.0.2...@spectrum-css/textfield@4.0.3)
### š Bug fixes
- **textfield:** add search icon exception ([#1690](https://github.com/adobe/spectrum-css/issues/1690)) ([dcdec2d](https://github.com/adobe/spectrum-css/commit/dcdec2d))
<a name="4.0.2"></a>
## 4.0.2
š 2023-03-27 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.0.1...@spectrum-css/textfield@4.0.2)
### š Bug fixes
- **textfield:** quiet focus indicator on click ([#1685](https://github.com/adobe/spectrum-css/issues/1685)) ([51263fb](https://github.com/adobe/spectrum-css/commit/51263fb))
<a name="4.0.1"></a>
## 4.0.1
š 2023-03-21 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@4.0.0...@spectrum-css/textfield@4.0.1)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="4.0.0"></a>
## 4.0.0
š 2023-03-21 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.16...@spectrum-css/textfield@4.0.0)
- refactor(textfield)!: migrate spectrum tokens (#1544) ([1723f01](https://github.com/adobe/spectrum-css/commit/1723f01)), closes [#1544](https://github.com/adobe/spectrum-css/issues/1544)
### š BREAKING CHANGES
- migrates textfield to spectrum tokens
* Updates to latest tokens package
* WHCM added
* Focus state and dependency fixes
* Leveraging CSS grid for help text placement and character count
- removes placeholder from stepper inputs
- feat(stepper): add hideStepper control to fix border styling issue
- refactor(stepper): adding native pseudo class styles
- refactor(stepper): add support for invalid textfield styling
<a name="4.0.0-beta.7"></a>
## 4.0.0-beta.7
š 2023-03-16 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.16...@spectrum-css/textfield@4.0.0-beta.7)
### ⨠Features
- add TextArea story and grows control ([c5ba477](https://github.com/adobe/spectrum-css/commit/c5ba477))
- **textarea:** auto resize solution ([47e4ff6](https://github.com/adobe/spectrum-css/commit/47e4ff6))
- **textarea:** implemented tokens for text area ([d9cfec0](https://github.com/adobe/spectrum-css/commit/d9cfec0))
- **textarea:** quiet variant height WIP ([41cf1f6](https://github.com/adobe/spectrum-css/commit/41cf1f6))
- **textarea:** update text area yml ([882ddfd](https://github.com/adobe/spectrum-css/commit/882ddfd))
- **textarea:** wip token migration ([4a4ba7a](https://github.com/adobe/spectrum-css/commit/4a4ba7a))
- **textfield:** add aria markup for character count ([beed486](https://github.com/adobe/spectrum-css/commit/beed486))
- **textfield:** add default icon alignment for search icon ([e17cca4](https://github.com/adobe/spectrum-css/commit/e17cca4))
- **textfield:** corrections and markup updates ([c06e899](https://github.com/adobe/spectrum-css/commit/c06e899))
- **textfield:** final tokens populated ([a1a6d5b](https://github.com/adobe/spectrum-css/commit/a1a6d5b))
- **textfield:** focus and dependency corrections ([9a5ecab](https://github.com/adobe/spectrum-css/commit/9a5ecab))
- **textfield:** focus hover state ([ac96ce6](https://github.com/adobe/spectrum-css/commit/ac96ce6))
- **textfield:** focus indicator ([4c07923](https://github.com/adobe/spectrum-css/commit/4c07923))
- **textfield:** grid layout ([ba6b689](https://github.com/adobe/spectrum-css/commit/ba6b689))
- **textfield:** organizing variants ([68f9b5e](https://github.com/adobe/spectrum-css/commit/68f9b5e))
- **textfield:** refactor for readability of variants ([43014e9](https://github.com/adobe/spectrum-css/commit/43014e9))
- **textfield:** refinement of focus states ([0cec4c8](https://github.com/adobe/spectrum-css/commit/0cec4c8))
- **textfield:** reorganizing states and variants ([f440bf5](https://github.com/adobe/spectrum-css/commit/f440bf5))
- **textfield:** resolving errors ([9f53dc7](https://github.com/adobe/spectrum-css/commit/9f53dc7))
- **textfield:** rework focus states and nesting ([bca4ac2](https://github.com/adobe/spectrum-css/commit/bca4ac2))
- **textfield:** rework markup and focus indicator WIP ([142a7f9](https://github.com/adobe/spectrum-css/commit/142a7f9))
- **textfield:** token migration WIP ([3b67a12](https://github.com/adobe/spectrum-css/commit/3b67a12))
- **textfield:** WHCM and tidying ([fe3ac52](https://github.com/adobe/spectrum-css/commit/fe3ac52))
- **textfield:** WHCM setup WIP ([feb62af](https://github.com/adobe/spectrum-css/commit/feb62af))
- **textfield:** windows high contrast mode ([e30149c](https://github.com/adobe/spectrum-css/commit/e30149c))
### Migration guide
#### T-shirt sizes
As of token migration, textfield now has t-shirt sizes. Medium is the default size if no size variant is applied. Icon sizes must match each t-shirt size.
#### Label
As of token migration, textfield must always have a label. Label placement is top or on the side (start).
#### Character Count
As of token migration, textfield now has an optional character count. The character count moves to the side (end) when the label position is on the side (start). This count needs to be read by a screen reader but we cannot just use a live region as that will result in an overly verbose experience Adjust the markup of the character count for optimal accessibility for each API.
#### Help Text
As of token migration, Help text is optional and has only one position below the textfield input. Help text aligns with the input in both standard and side label layouts.
#### Composition
As of spectrum tokens migration, Textfield uses grid to align the label, character count, helptext, and focus indicator in both the default and side label layouts.
Any application using Textarea Grows (Textarea input which automatically resizes vertically to accommodate content that is entered) will need to place the sizer element within the same grid area as the input and focus indicator.
#### Indicating validity and focus
##### Valid Icon
Validation icons are as follows.
Small
`spectrum-Icon spectrum-UIIcon-Checkmark75 spectrum-Textfield-validationIcon`
Medium
`spectrum-Icon spectrum-UIIcon-Checkmark100 spectrum-Textfield-validationIcon`
Large
`spectrum-Icon spectrum-UIIcon-Checkmark200 spectrum-Textfield-validationIcon`
Extra Large
`spectrum-Icon spectrum-UIIcon-Checkmark7300 spectrum-Textfield-validationIcon`
##### Invalid Icon
Uses #spectrum-icon-18-Alert
Small
`spectrum-Icon spectrum-Icon--sizeS spectrum-Textfield-validationIcon`
Medium
`spectrum-Icon spectrum-Icon--sizeM spectrum-Textfield-validationIcon`
Large
`spectrum-Icon spectrum-Icon--sizeL spectrum-Textfield-validationIcon`
Extra Large
`spectrum-Icon spectrum-Icon--sizeXL spectrum-Textfield-validationIcon`
##### Removal of `:valid`, `:invalid`, and `::placeholder`
Textfield no longer supports the CSS pseudo selectors [`:invalid`](https://developer.mozilla.org/en-US/docs/Web/CSS/:invalid) and [`:value`](https://developer.mozilla.org/en-US/docs/Web/CSS/:valid).
The CSS pseudo-element [`::placeholder`](https://developer.mozilla.org/en-US/docs/Web/CSS/::placeholder) has been deprecated due to accessibility. The styling remains for backwards compatibility but it is advised to stop utilizing placeholders moving forward.
### š Bug fixes
- **stepper, textfield:** revert use of has ([c26c64f](https://github.com/adobe/spectrum-css/commit/c26c64f))
- **textarea:** simplified multiline t-shirt styles and markup ([5e63c63](https://github.com/adobe/spectrum-css/commit/5e63c63))
- **textfield:** add spacing around label and character count ([65acf5c](https://github.com/adobe/spectrum-css/commit/65acf5c))
- **textfield:** add style to prevent search icon from breaking ([954125f](https://github.com/adobe/spectrum-css/commit/954125f))
- **textfield:** add width to input ([56d7c0e](https://github.com/adobe/spectrum-css/commit/56d7c0e))
- **textfield:** added missing WHCM refs to token stacks ([820ac89](https://github.com/adobe/spectrum-css/commit/820ac89))
- **textfield:** apply width to parent instead of input wrapper ([645127c](https://github.com/adobe/spectrum-css/commit/645127c))
- **textfield:** changed icon margins to inset ([957b42e](https://github.com/adobe/spectrum-css/commit/957b42e))
- **textfield:** cleanup placeholder tokens for clarity ([ee30c04](https://github.com/adobe/spectrum-css/commit/ee30c04))
- **textfield:** correct input patterns ([38a14cb](https://github.com/adobe/spectrum-css/commit/38a14cb))
- **textfield:** correct invisible focus indicator ([bbd6f57](https://github.com/adobe/spectrum-css/commit/bbd6f57))
- **textfield:** correct WHCM focus indicator reference ([ded46d4](https://github.com/adobe/spectrum-css/commit/ded46d4))
- **textfield:** default placeholder font size ([943d9d0](https://github.com/adobe/spectrum-css/commit/943d9d0))
- **textfield:** disabled safari value text color ([323f434](https://github.com/adobe/spectrum-css/commit/323f434))
- **textfield:** ensure long side label does not impact helptext ([fbce894](https://github.com/adobe/spectrum-css/commit/fbce894))
- **textfield:** ensure placeholder has correct font styles ([39a5ca7](https://github.com/adobe/spectrum-css/commit/39a5ca7))
- **textfield:** ensure stepper inherits correct border styles ([91b5dfa](https://github.com/adobe/spectrum-css/commit/91b5dfa))
- **textfield:** establish textfield animation token ([102d6af](https://github.com/adobe/spectrum-css/commit/102d6af))
- **textfield:** fix focus and grows for textfield and textarea ([6f02a4d](https://github.com/adobe/spectrum-css/commit/6f02a4d))
- **textfield:** fix issue with readonly styles not working ([740b1b1](https://github.com/adobe/spectrum-css/commit/740b1b1))
- **textfield:** fix storybook keyboard focused typo ([ba471d3](https://github.com/adobe/spectrum-css/commit/ba471d3))
- **textfield:** focus border invalid correction ([6ff801d](https://github.com/adobe/spectrum-css/commit/6ff801d))
- **textfield:** focus hover colors ([ffe9415](https://github.com/adobe/spectrum-css/commit/ffe9415))
- **textfield:** grid adjustments for label and character count ([1c6cc9e](https://github.com/adobe/spectrum-css/commit/1c6cc9e))
- **textfield:** icon class name ([3e5bad7](https://github.com/adobe/spectrum-css/commit/3e5bad7))
- **textfield:** icon color defaults ([3b21957](https://github.com/adobe/spectrum-css/commit/3b21957))
- **textfield:** mitigate search icon misalignment in swc ([a88e152](https://github.com/adobe/spectrum-css/commit/a88e152))
- **textfield:** mitigate validation icon within combobox ([d7fb96e](https://github.com/adobe/spectrum-css/commit/d7fb96e))
- **textfield:** mitigation of search icon alignment issues ([7adb664](https://github.com/adobe/spectrum-css/commit/7adb664))
- **textfield:** point placeholder font token to existing custom token ([bbc1b2c](https://github.com/adobe/spectrum-css/commit/bbc1b2c))
- **textfield:** quiet and quiet focus corrections ([c0a6bb8](https://github.com/adobe/spectrum-css/commit/c0a6bb8))
- **textfield:** quiet focus indicator position correction ([d0fff11](https://github.com/adobe/spectrum-css/commit/d0fff11))
- **textfield:** quiet textarea no resize ([e2782fa](https://github.com/adobe/spectrum-css/commit/e2782fa))
- **textfield:** refactor to avoid additional markup ([062019f](https://github.com/adobe/spectrum-css/commit/062019f))
- **textfield:** remove skin.css import from storyfile ([c268381](https://github.com/adobe/spectrum-css/commit/c268381))
- **textfield:** restored font placeholder tokens ([f59a3c0](https://github.com/adobe/spectrum-css/commit/f59a3c0))
- **textfield:** search icon align and text overflow ([f292fc8](https://github.com/adobe/spectrum-css/commit/f292fc8))
- **textfield:** textarea inherits resize ([86691cb](https://github.com/adobe/spectrum-css/commit/86691cb))
- **textfield:** tokens and express border ([160452a](https://github.com/adobe/spectrum-css/commit/160452a))
- **textfield:** update example text to match helptext ([ee9e4d2](https://github.com/adobe/spectrum-css/commit/ee9e4d2))
- **textfield:** update express border width per design update ([2b726b8](https://github.com/adobe/spectrum-css/commit/2b726b8))
- **textfield:** WHCM corrections ([df1577f](https://github.com/adobe/spectrum-css/commit/df1577f))
- **textfield:** WHCM corrections - focus states ([9a1d627](https://github.com/adobe/spectrum-css/commit/9a1d627))
- **textfield:** whcm decouple input color and placeholder text color ([8e16a5b](https://github.com/adobe/spectrum-css/commit/8e16a5b))
- feat(textfield)!: initial migration with placeholder tokens ([b8bb223](https://github.com/adobe/spectrum-css/commit/b8bb223))
### š BREAKING CHANGES
- migrates textfield to spectrum tokens
<a name="3.2.16"></a>
## 3.2.16
š 2023-03-13 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.15...@spectrum-css/textfield@3.2.16)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.15"></a>
## 3.2.15
š 2023-03-09 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.14...@spectrum-css/textfield@3.2.15)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.14"></a>
## 3.2.14
š 2023-02-21 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.13...@spectrum-css/textfield@3.2.14)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.13"></a>
## 3.2.13
š 2023-02-06 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.12...@spectrum-css/textfield@3.2.13)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.12"></a>
## 3.2.12
š 2023-02-01 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.11...@spectrum-css/textfield@3.2.12)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.11"></a>
## 3.2.11
š 2023-02-01 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.10...@spectrum-css/textfield@3.2.11)
### š Bug fixes
- **textfield,picker:** restore missing vars ([#1607](https://github.com/adobe/spectrum-css/issues/1607)) ([45f36f6](https://github.com/adobe/spectrum-css/commit/45f36f6))
<a name="3.2.10"></a>
## 3.2.10
š 2023-01-27 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.9...@spectrum-css/textfield@3.2.10)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.9"></a>
## 3.2.9
š 2023-01-25 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.8...@spectrum-css/textfield@3.2.9)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.8"></a>
## 3.2.8
š 2023-01-18 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.6...@spectrum-css/textfield@3.2.8)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.7"></a>
## 3.2.7
š 2023-01-13 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.6...@spectrum-css/textfield@3.2.7)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.6"></a>
## 3.2.6
š 2022-11-11 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.5...@spectrum-css/textfield@3.2.6)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.5"></a>
## 3.2.5
š 2022-11-10 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.4...@spectrum-css/textfield@3.2.5)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.4"></a>
## 3.2.4
š 2022-06-16 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.3...@spectrum-css/textfield@3.2.4)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.3"></a>
## 3.2.3
š 2022-06-07 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.2...@spectrum-css/textfield@3.2.3)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.2"></a>
## 3.2.2
š 2022-05-09 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.1...@spectrum-css/textfield@3.2.2)
### š Bug fixes
- textfield WHCM ([ef76b02](https://github.com/adobe/spectrum-css/commit/ef76b02))
<a name="3.2.1"></a>
## 3.2.1
š 2022-04-28 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.2.0...@spectrum-css/textfield@3.2.1)
**Note:** Version bump only for package @spectrum-css/textfield
<a name="3.2.0"></a>
## 3.2.0
š 2022-04-08 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.1.10...@spectrum-css/textfield@3.2.0)
### ⨠Features
- **textfield:** add read-only state ([f7d0ac3](https://github.com/adobe/spectrum-css/commit/f7d0ac3))
<a name="3.1.10"></a>
## 3.1.10
š 2022-03-22 ⢠š [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@3.1.9...@spectrum-css/textfield@3.1.10)
**Note:** Version bump only for package @