@fundamental-styles/mcp 0.41.9-rc.21 → 0.41.9-rc.22
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/data/components/dialog-docs-static-settings.md +1490 -130
- package/data/examples/Components/settings/md.example.html +124 -30
- package/data/examples/Components/settings/sm.example.html +64 -27
- package/data/examples/Components/settings/xl-appearance.example.html +370 -0
- package/data/examples/Components/settings/xl-language-region.example.html +284 -0
- package/data/examples/Components/settings/xl-notifications-details.example.html +240 -0
- package/data/examples/Components/settings/xl-notifications.example.html +370 -0
- package/data/examples/Components/settings/xl-user-account.example.html +114 -0
- package/data/examples/Components/settings/xl.example.html +113 -25
- package/package.json +1 -1
- package/data/examples/Components/settings/xl-default.example.html +0 -108
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.9-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.41.9-rc.21...v0.41.9-rc.22) (2026-09-03)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **styles:** updates for Settings Dialog ([#6380](https://github.com/SAP/fundamental-styles/issues/6380)) ([314b092](https://github.com/SAP/fundamental-styles/commit/314b092f3574d6d2c4ee88c20ad3145e550858a9))
|
|
11
|
+
|
|
6
12
|
## [0.41.9-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.41.9-rc.20...v0.41.9-rc.21) (2026-09-03)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package fundamental-styles
|
|
@@ -7115,9 +7121,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
7115
7121
|
|
|
7116
7122
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
7117
7123
|
Before:
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7124
|
+
<div class="fd-row">
|
|
7125
|
+
After:
|
|
7126
|
+
<div class="fd-row fd-row--top">
|
|
7121
7127
|
|
|
7122
7128
|
### Bug Fixes
|
|
7123
7129
|
|