Skip to content

Commit 6b9897f

Browse files
chore(textfield): add changeset
1 parent 5afaf18 commit 6b9897f

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.changeset/healthy-chicken-clap.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
"@spectrum-css/textfield": major
3+
---
4+
5+
Migrate to Spectrum 2
6+
7+
- Default styles are used for medium
8+
- Removal of quiet variant
9+
- Style adjustments to match design spec:
10+
- Spacing start/end edge to value for XL component should use
11+
`component-edge-to-text-300`, not `-200`
12+
- Spacing top edge to value should change with size, now uses different
13+
spacing tokens for each component tshirt size according to spec
14+
(`component-top-to-text-75`, `-100`, `-200`, and `-300`)
15+
- Spacing bottom edge to value should change with size, now uses different
16+
spacing tokens for each component tshirt size according to spec
17+
(`component-bottom-to-text-75`, `-100`, `-200`, and `-300`)
18+
- Adjust border thickness to 2px
19+
- Adjust side label inline spacing to field, should be `spacing-200` for
20+
all tshirt sizes
21+
- Adjust border colors to match spec
22+
- Change disabled background color to `gray-25`
23+
- Change disabled-border-color from transparent to
24+
`disabled-border-color`
25+
26+
Removes mods:
27+
28+
- `--mod-text-area-min-block-size-quiet`
29+
- `--mod-textfield-character-count-spacing-block-quiet`
30+
- `--mod-textfield-icon-spacing-inline-end-quiet-invalid`
31+
- `--mod-textfield-icon-spacing-inline-end-quiet-valid`
32+
- `--mod-textfield-label-spacing-block-quiet`
33+
- `--mod-textfield-spacing-block-quiet`
34+
- `--mod-textfield-spacing-inline-quiet`

0 commit comments

Comments
 (0)