@fundamental-styles/mcp 0.41.8-rc.8 → 0.41.8
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 +32 -0
- package/data/accessibility.json +34 -6
- package/data/component-graph.md +7128 -465
- package/data/component-relationships.json +42632 -2263
- package/data/components/avatar-product-switch.md +391 -271
- package/data/components/dynamic-page-dynamic-page.md +287 -3
- package/data/components/dynamic-page.md +1 -1
- package/data/components/panel.md +15 -11
- package/data/design-tokens.json +2 -2
- package/data/examples/Components/panel/borderless.example.html +3 -3
- package/data/examples/Components/panel/expandable.example.html +2 -2
- package/data/examples/Components/panel/fixed-height-content.example.html +1 -1
- package/data/examples/Components/panel/fixed.example.html +1 -1
- package/data/examples/Components/panel/sticky-header.example.html +1 -1
- package/data/examples/Components/panel/transparent.example.html +2 -2
- package/data/examples/Components/product-switch/large.example.html +125 -94
- package/data/examples/Components/product-switch/medium.example.html +26 -13
- package/data/examples/Components/product-switch/small.example.html +71 -33
- package/data/examples/Layouts/dynamic-page/large.example.html +156 -0
- package/data/examples/Layouts/dynamic-page/mobile-collapsed.example.html +1 -1
- package/data/examples/Layouts/dynamic-page/responsive-paddings.example.html +121 -0
- package/data/examples/Layouts/dynamic-page/summary-line.example.html +1 -1
- package/package.json +2 -1
package/data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
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.8](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.13...v0.41.8) (2026-07-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package fundamental-styles
|
|
9
|
+
|
|
10
|
+
## [0.41.8-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.12...v0.41.8-rc.13) (2026-07-06)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- **styles:** ACC-282.1 (Level AA) Section headers truncated at 320px viewport width ([#6350](https://github.com/SAP/fundamental-styles/issues/6350)) ([d821be0](https://github.com/SAP/fundamental-styles/commit/d821be01a72d868efaf18a7c03bd826ef63e8dc8))
|
|
15
|
+
|
|
16
|
+
## [0.41.8-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.11...v0.41.8-rc.12) (2026-06-30)
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
- **styles:** replace outline with fake focus in Input Group [ci visual] ([#6347](https://github.com/SAP/fundamental-styles/issues/6347)) ([80ad171](https://github.com/SAP/fundamental-styles/commit/80ad1719a401d441cbf207ff58382a45071b255e))
|
|
21
|
+
|
|
22
|
+
## [0.41.8-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.10...v0.41.8-rc.11) (2026-06-29)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package fundamental-styles
|
|
25
|
+
|
|
26
|
+
## [0.41.8-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.9...v0.41.8-rc.10) (2026-06-26)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
- **styles, docs:** update dynamic page styles and examples ([#6343](https://github.com/SAP/fundamental-styles/issues/6343)) ([ca7cfdb](https://github.com/SAP/fundamental-styles/commit/ca7cfdbb4c9d553a0a9acf6bd24db5a7422f6ead))
|
|
31
|
+
|
|
32
|
+
## [0.41.8-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.8...v0.41.8-rc.9) (2026-06-23)
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
- **styles:** update product switch to match the new specs ([#6329](https://github.com/SAP/fundamental-styles/issues/6329)) ([0dbe859](https://github.com/SAP/fundamental-styles/commit/0dbe859051b1d3b5ec811c16ab0e125a5de63bf5))
|
|
37
|
+
|
|
6
38
|
## [0.41.8-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.41.8-rc.7...v0.41.8-rc.8) (2026-06-16)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package fundamental-styles
|
package/data/accessibility.json
CHANGED
|
@@ -2044,21 +2044,47 @@
|
|
|
2044
2044
|
},
|
|
2045
2045
|
"product-switch": {
|
|
2046
2046
|
"roles": [
|
|
2047
|
-
"
|
|
2047
|
+
"menuitem",
|
|
2048
|
+
"img",
|
|
2049
|
+
"menu"
|
|
2048
2050
|
],
|
|
2049
2051
|
"requiredAttrs": [
|
|
2050
2052
|
{
|
|
2051
2053
|
"name": "aria-label",
|
|
2052
2054
|
"purpose": "Accessible name when no visible text",
|
|
2053
2055
|
"exampleValues": [
|
|
2054
|
-
"
|
|
2055
|
-
"
|
|
2056
|
+
"Home Home Home Home Home Home Home Home Central Home Central Home Central Home Central Home",
|
|
2057
|
+
"Home",
|
|
2058
|
+
"Analytics Cloud Analytics Cloud Analytics Cloud"
|
|
2056
2059
|
],
|
|
2057
2060
|
"when": "Required when no visible text label"
|
|
2058
2061
|
}
|
|
2059
2062
|
],
|
|
2060
|
-
"optionalAttrs": [
|
|
2061
|
-
|
|
2063
|
+
"optionalAttrs": [
|
|
2064
|
+
{
|
|
2065
|
+
"name": "aria-posinset",
|
|
2066
|
+
"purpose": "Position in set",
|
|
2067
|
+
"exampleValues": [
|
|
2068
|
+
"1",
|
|
2069
|
+
"2",
|
|
2070
|
+
"3"
|
|
2071
|
+
]
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "aria-setsize",
|
|
2075
|
+
"purpose": "Total items in set",
|
|
2076
|
+
"exampleValues": [
|
|
2077
|
+
"14",
|
|
2078
|
+
"5"
|
|
2079
|
+
]
|
|
2080
|
+
}
|
|
2081
|
+
],
|
|
2082
|
+
"keyboardSupport": [
|
|
2083
|
+
"Enter",
|
|
2084
|
+
"Space",
|
|
2085
|
+
"Arrow keys",
|
|
2086
|
+
"Escape"
|
|
2087
|
+
],
|
|
2062
2088
|
"focusManagement": "Uses tabindex for focus management",
|
|
2063
2089
|
"notes": []
|
|
2064
2090
|
},
|
|
@@ -3123,7 +3149,8 @@
|
|
|
3123
3149
|
"img",
|
|
3124
3150
|
"form",
|
|
3125
3151
|
"region",
|
|
3126
|
-
"list"
|
|
3152
|
+
"list",
|
|
3153
|
+
"note"
|
|
3127
3154
|
],
|
|
3128
3155
|
"requiredAttrs": [
|
|
3129
3156
|
{
|
|
@@ -3166,6 +3193,7 @@
|
|
|
3166
3193
|
"name": "aria-labelledby",
|
|
3167
3194
|
"purpose": "References visible label element",
|
|
3168
3195
|
"exampleValues": [
|
|
3196
|
+
"message-strip-hidden-text-2 message-strip-text-2",
|
|
3169
3197
|
"__panel-title-8",
|
|
3170
3198
|
"__panel-title-10"
|
|
3171
3199
|
]
|