@fundamental-styles/mcp 0.41.4 → 0.41.5-rc.0
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 +7 -3
- package/package.json +1 -1
package/data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.5-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.4...v0.41.5-rc.0) (2026-04-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package fundamental-styles
|
|
9
|
+
|
|
6
10
|
## [0.41.4](https://github.com/SAP/fundamental-styles/compare/v0.41.4-rc.1...v0.41.4) (2026-04-17)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package fundamental-styles
|
|
@@ -6807,9 +6811,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
6807
6811
|
|
|
6808
6812
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
6809
6813
|
Before:
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6814
|
+
<div class="fd-row">
|
|
6815
|
+
After:
|
|
6816
|
+
<div class="fd-row fd-row--top">
|
|
6813
6817
|
|
|
6814
6818
|
### Bug Fixes
|
|
6815
6819
|
|
package/package.json
CHANGED