Skip to content

Commit 4b55515

Browse files
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

36 files changed

+149
-19
lines changed

.changeset/whole-cycles-carry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"sit-onyx": patch
3+
---
4+
5+
fix(OnyxFormElementV2): fix styles
6+
7+
- use correct label gap when skeleton is in compact density
8+
- use correct inline padding for input when leading/trailing icons exist
17 Bytes
Loading
983 Bytes
Loading
845 Bytes
Loading
-228 Bytes
Loading
-89 Bytes
Loading
-1.2 KB
Loading
-652 Bytes
Loading
17 Bytes
Loading
-1.05 KB
Loading

0 commit comments

Comments
 (0)