@fundamental-styles/mcp 0.41.6-rc.0 → 0.41.6-rc.1
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.1](https://github.com/SAP/fundamental-styles/compare/v0.41.6-rc.0...v0.41.6-rc.1) (2026-05-05)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **styles:** update Illustrated message text width in L size [ci visual] ([#6296](https://github.com/SAP/fundamental-styles/issues/6296)) ([4de2169](https://github.com/SAP/fundamental-styles/commit/4de2169be02b93cd86883cc55f9f4ba64576d4f4))
|
|
11
|
+
|
|
6
12
|
## [0.41.6-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.5...v0.41.6-rc.0) (2026-05-01)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package fundamental-styles
|
|
@@ -6827,9 +6833,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
6827
6833
|
|
|
6828
6834
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
6829
6835
|
Before:
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6836
|
+
<div class="fd-row">
|
|
6837
|
+
After:
|
|
6838
|
+
<div class="fd-row fd-row--top">
|
|
6833
6839
|
|
|
6834
6840
|
### Bug Fixes
|
|
6835
6841
|
|
package/package.json
CHANGED