@fundamental-styles/mcp 0.41.5 → 0.41.6-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.
@@ -1,3 +1,7 @@
1
+ # Project Architecture
2
+
3
+ This document describes the architectural structure and organization of the fundamental-styles monorepo.
4
+
1
5
  ## Directories and files
2
6
 
3
7
  First of all, project is using NX workspaces, so everything that is applicable to NX workspaces is applicable to this project as well.
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.6-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.41.5...v0.41.6-rc.0) (2026-05-01)
7
+
8
+ **Note:** Version bump only for package fundamental-styles
9
+
6
10
  ## [0.41.5](https://github.com/SAP/fundamental-styles/compare/v0.41.5-rc.2...v0.41.5) (2026-04-29)
7
11
 
8
12
  **Note:** Version bump only for package fundamental-styles
@@ -6823,9 +6827,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
6823
6827
 
6824
6828
  - added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
6825
6829
  Before:
6826
- <div class="fd-row">
6827
- After:
6828
- <div class="fd-row fd-row--top">
6830
+ <div class="fd-row">
6831
+ After:
6832
+ <div class="fd-row fd-row--top">
6829
6833
 
6830
6834
  ### Bug Fixes
6831
6835
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-styles/mcp",
3
- "version": "0.41.5",
3
+ "version": "0.41.6-rc.0",
4
4
  "description": "MCP server exposing fundamental-styles CSS component metadata for AI coding assistants",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {