Commit 4b55515
fix(OnyxFormElementV2): use correct label gap and input padding (#5066)
Relates to #4918
Update OnyxFormElementV2 to:
- use correct gap between label + body in compact density
- use correct inline padding for input when leading/trailing icons exist
- add missing deprecation docs for unstable components
## Checklist
- [x] The added / edited code has been documented with
[JSDoc](https://jsdoc.app/about-getting-started)
- [x] If a new component is added, at least one [Playwright screenshot
test](https://github.com/SchwarzIT/onyx/actions/workflows/playwright-screenshots.yml)
or functional test is added
- [x] A changeset is added with `npx changeset add` if your changes
should be released as npm package (because they affect the library
usage)
- [x] I have performed a self review of my code ("Files changed" tab in
the pull request)
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent ff8489b commit 4b55515
File tree
36 files changed
+149
-19
lines changed- .changeset
- packages/sit-onyx
- playwright/snapshots/components
- OnyxDatePickerV2
- OnyxFormElementV2
- src/components
- OnyxDatePickerV2
- OnyxFilterBadge
- OnyxFormElementV2
- OnyxSplitButton
- OnyxTableOfContentsItem
- OnyxTimePicker
36 files changed
+149
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments