@fundamental-styles/mcp 0.41.7-rc.3 → 0.41.7-rc.4

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 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.4](https://github.com/SAP/fundamental-styles/compare/v0.41.7-rc.3...v0.41.7-rc.4) (2026-05-21)
7
+
8
+ **Note:** Version bump only for package fundamental-styles
9
+
6
10
  ## [0.41.7-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.7-rc.2...v0.41.7-rc.3) (2026-05-15)
7
11
 
8
12
  **Note:** Version bump only for package fundamental-styles
@@ -6881,9 +6885,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
6881
6885
 
6882
6886
  - added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
6883
6887
  Before:
6884
- <div class="fd-row">
6885
- After:
6886
- <div class="fd-row fd-row--top">
6888
+ <div class="fd-row">
6889
+ After:
6890
+ <div class="fd-row fd-row--top">
6887
6891
 
6888
6892
  ### Bug Fixes
6889
6893