@fundamental-styles/mcp 0.41.6-rc.2 → 0.41.6-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/CHANGELOG.md +9 -3
- package/package.json +1 -1
package/data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.41.6-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.6-rc.2...v0.41.6-rc.3) (2026-05-08)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **styles:** update touch area size for Switch [ci visual] ([#6297](https://github.com/SAP/fundamental-styles/issues/6297)) ([a1d1c1d](https://github.com/SAP/fundamental-styles/commit/a1d1c1d800887a1b8b242c7a4cbe334a6d4d7a91))
|
|
11
|
+
|
|
6
12
|
## [0.41.6-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.41.6-rc.1...v0.41.6-rc.2) (2026-05-06)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package fundamental-styles
|
|
@@ -6837,9 +6843,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
6837
6843
|
|
|
6838
6844
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
6839
6845
|
Before:
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6846
|
+
<div class="fd-row">
|
|
6847
|
+
After:
|
|
6848
|
+
<div class="fd-row fd-row--top">
|
|
6843
6849
|
|
|
6844
6850
|
### Bug Fixes
|
|
6845
6851
|
|
package/package.json
CHANGED