Skip to content

Commit 48d6df6

Browse files
author
Marwa
committed
refactor: change changeset from major to minor
1 parent 3beb20b commit 48d6df6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.changeset/twelve-bananas-kiss.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
"@utrecht/textbox-css": major
2+
"@utrecht/textbox-css": minor
33
---
44

5-
feat: dynamic input field sizing based on field type
5+
feat: dynamic input field width based on field type
66

7-
Input fields now adjust their width according to their specific function. Smaller fields like postcode inputs are resized, while larger fields like name inputs are expanded. Adjusted the `var(--utrecht-textbox-autocomplete-ui-size)` to `0px` for better alignment, though this may impact other UI components relying on the original `44px` size.
7+
Input fields now automatically adjust their width based on the specific field type.
8+
For example, postcode fields have a shorter width, following the standard Dutch postcode length.

0 commit comments

Comments
 (0)