@fundamental-styles/mcp 0.41.6-rc.7 → 0.41.7-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 +11 -3
- package/data/component-guidance.json +2625 -0
- package/data/component-use-cases.json +51 -8
- package/package.json +1 -1
- package/src/data/load-catalog.d.ts +18 -1
- package/src/data/load-catalog.js +7 -1
- package/src/data/load-catalog.js.map +1 -1
- package/src/server.js +538 -8
- package/src/server.js.map +1 -1
- package/src/types/component-metadata.d.ts +17 -0
- package/src/types/component-metadata.js.map +1 -1
package/data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.0](https://github.com/SAP/fundamental-styles/compare/v0.41.6...v0.41.7-rc.0) (2026-05-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package fundamental-styles
|
|
9
|
+
|
|
10
|
+
## [0.41.6](https://github.com/SAP/fundamental-styles/compare/v0.41.6-rc.7...v0.41.6) (2026-05-11)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package fundamental-styles
|
|
13
|
+
|
|
6
14
|
## [0.41.6-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.41.6-rc.6...v0.41.6-rc.7) (2026-05-11)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
|
@@ -6861,9 +6869,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
6861
6869
|
|
|
6862
6870
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
6863
6871
|
Before:
|
|
6864
|
-
|
|
6865
|
-
|
|
6866
|
-
|
|
6872
|
+
<div class="fd-row">
|
|
6873
|
+
After:
|
|
6874
|
+
<div class="fd-row fd-row--top">
|
|
6867
6875
|
|
|
6868
6876
|
### Bug Fixes
|
|
6869
6877
|
|