@fundamental-styles/mcp 0.41.10-rc.2 → 0.41.10-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,16 @@
|
|
|
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.10-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.41.10-rc.3...v0.41.10-rc.4) (2026-09-15)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **styles:** update List spacings in Notifications view of Settings dialog ([#6400](https://github.com/SAP/fundamental-styles/issues/6400)) ([940e18d](https://github.com/SAP/fundamental-styles/commit/940e18dec205a0111d40ef7d89e6ab77b07d5b72))
|
|
11
|
+
|
|
12
|
+
## [0.41.10-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.10-rc.2...v0.41.10-rc.3) (2026-09-11)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package fundamental-styles
|
|
15
|
+
|
|
6
16
|
## [0.41.10-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.41.10-rc.1...v0.41.10-rc.2) (2026-09-11)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package fundamental-styles
|
|
@@ -7139,9 +7149,9 @@ Co-authored-by: droshev <mladen.droshev@sap.com>
|
|
|
7139
7149
|
|
|
7140
7150
|
- added a new modifier class to fd-row to achieve even alignment of its elements:fd-row--top in a form.
|
|
7141
7151
|
Before:
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
|
|
7152
|
+
<div class="fd-row">
|
|
7153
|
+
After:
|
|
7154
|
+
<div class="fd-row fd-row--top">
|
|
7145
7155
|
|
|
7146
7156
|
### Bug Fixes
|
|
7147
7157
|
|
|
@@ -1144,7 +1144,7 @@ This component works with or depends on:
|
|
|
1144
1144
|
<button
|
|
1145
1145
|
role="button"
|
|
1146
1146
|
title="Click to navigate"
|
|
1147
|
-
class="fd-button fd-button--transparent"
|
|
1147
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
1148
1148
|
>
|
|
1149
1149
|
<i
|
|
1150
1150
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -1178,7 +1178,7 @@ This component works with or depends on:
|
|
|
1178
1178
|
<button
|
|
1179
1179
|
role="button"
|
|
1180
1180
|
title="Click to navigate"
|
|
1181
|
-
class="fd-button fd-button--transparent"
|
|
1181
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
1182
1182
|
>
|
|
1183
1183
|
<i
|
|
1184
1184
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -1212,7 +1212,7 @@ This component works with or depends on:
|
|
|
1212
1212
|
<button
|
|
1213
1213
|
role="button"
|
|
1214
1214
|
title="Click to navigate"
|
|
1215
|
-
class="fd-button fd-button--transparent"
|
|
1215
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
1216
1216
|
>
|
|
1217
1217
|
<i
|
|
1218
1218
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -1249,7 +1249,7 @@ This component works with or depends on:
|
|
|
1249
1249
|
<button
|
|
1250
1250
|
role="button"
|
|
1251
1251
|
title="Click to navigate"
|
|
1252
|
-
class="fd-button fd-button--transparent"
|
|
1252
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
1253
1253
|
>
|
|
1254
1254
|
<i
|
|
1255
1255
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -1283,7 +1283,7 @@ This component works with or depends on:
|
|
|
1283
1283
|
<button
|
|
1284
1284
|
role="button"
|
|
1285
1285
|
title="Click to navigate"
|
|
1286
|
-
class="fd-button fd-button--transparent"
|
|
1286
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
1287
1287
|
>
|
|
1288
1288
|
<i
|
|
1289
1289
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -1317,7 +1317,7 @@ This component works with or depends on:
|
|
|
1317
1317
|
<button
|
|
1318
1318
|
role="button"
|
|
1319
1319
|
title="Click to navigate"
|
|
1320
|
-
class="fd-button fd-button--transparent"
|
|
1320
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
1321
1321
|
>
|
|
1322
1322
|
<i
|
|
1323
1323
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -1333,7 +1333,9 @@ This component works with or depends on:
|
|
|
1333
1333
|
<footer class="fd-dialog__footer fd-bar fd-bar--footer fd-settings__dialog-footer">
|
|
1334
1334
|
<div class="fd-bar__right">
|
|
1335
1335
|
<div class="fd-bar__element">
|
|
1336
|
-
<button class="fd-dialog__decisive-button fd-button fd-button--transparent">
|
|
1336
|
+
<button class="fd-dialog__decisive-button fd-button fd-button--transparent fd-list__button">
|
|
1337
|
+
Close
|
|
1338
|
+
</button>
|
|
1337
1339
|
</div>
|
|
1338
1340
|
</div>
|
|
1339
1341
|
</footer>
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
<button
|
|
173
173
|
role="button"
|
|
174
174
|
title="Click to navigate"
|
|
175
|
-
class="fd-button fd-button--transparent"
|
|
175
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
176
176
|
>
|
|
177
177
|
<i
|
|
178
178
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<button
|
|
207
207
|
role="button"
|
|
208
208
|
title="Click to navigate"
|
|
209
|
-
class="fd-button fd-button--transparent"
|
|
209
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
210
210
|
>
|
|
211
211
|
<i
|
|
212
212
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
<button
|
|
241
241
|
role="button"
|
|
242
242
|
title="Click to navigate"
|
|
243
|
-
class="fd-button fd-button--transparent"
|
|
243
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
244
244
|
>
|
|
245
245
|
<i
|
|
246
246
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
<button
|
|
278
278
|
role="button"
|
|
279
279
|
title="Click to navigate"
|
|
280
|
-
class="fd-button fd-button--transparent"
|
|
280
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
281
281
|
>
|
|
282
282
|
<i
|
|
283
283
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
<button
|
|
312
312
|
role="button"
|
|
313
313
|
title="Click to navigate"
|
|
314
|
-
class="fd-button fd-button--transparent"
|
|
314
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
315
315
|
>
|
|
316
316
|
<i
|
|
317
317
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
<button
|
|
346
346
|
role="button"
|
|
347
347
|
title="Click to navigate"
|
|
348
|
-
class="fd-button fd-button--transparent"
|
|
348
|
+
class="fd-button fd-button--transparent fd-list__button"
|
|
349
349
|
>
|
|
350
350
|
<i
|
|
351
351
|
class="sap-icon--navigation-right-arrow"
|
|
@@ -362,7 +362,9 @@
|
|
|
362
362
|
<footer class="fd-dialog__footer fd-bar fd-bar--footer fd-settings__dialog-footer">
|
|
363
363
|
<div class="fd-bar__right">
|
|
364
364
|
<div class="fd-bar__element">
|
|
365
|
-
<button class="fd-dialog__decisive-button fd-button fd-button--transparent">
|
|
365
|
+
<button class="fd-dialog__decisive-button fd-button fd-button--transparent fd-list__button">
|
|
366
|
+
Close
|
|
367
|
+
</button>
|
|
366
368
|
</div>
|
|
367
369
|
</div>
|
|
368
370
|
</footer>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-styles/mcp",
|
|
3
|
-
"version": "0.41.10-rc.
|
|
3
|
+
"version": "0.41.10-rc.4",
|
|
4
4
|
"mcpName": "io.github.sap/fundamental-styles-mcp",
|
|
5
5
|
"description": "MCP server exposing fundamental-styles CSS component metadata for AI coding assistants",
|
|
6
6
|
"license": "Apache-2.0",
|