@fundamental-styles/mcp 0.41.7-rc.13 → 0.41.7-rc.14
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.7-rc.14](https://github.com/SAP/fundamental-styles/compare/v0.41.7-rc.13...v0.41.7-rc.14) (2026-06-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package fundamental-styles
|
|
9
|
+
|
|
6
10
|
## [0.41.7-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.41.7-rc.12...v0.41.7-rc.13) (2026-06-05)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -6927,9 +6931,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
6927
6931
|
|
|
6928
6932
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
6929
6933
|
Before:
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6934
|
+
<div class="fd-row">
|
|
6935
|
+
After:
|
|
6936
|
+
<div class="fd-row fd-row--top">
|
|
6933
6937
|
|
|
6934
6938
|
### Bug Fixes
|
|
6935
6939
|
|
package/package.json
CHANGED