Skip to content

Commit dcdb303

Browse files
Merge branch 'master' into 2078-from-scratch
2 parents b24fe85 + f2e00ca commit dcdb303

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "39.4.2",
3+
"version": "39.4.3",
44
"npmClient": "pnpm"
55
}

packages/components/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v39.4.3 (Wed Dec 03 2025)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Typography: Updates documentation [#2122](https://github.com/Infineon/infineon-design-system-stencil/pull/2122) ([@halmleticia](https://github.com/halmleticia) [@tishoyanchev](https://github.com/tishoyanchev))
6+
7+
#### ⚠️ Pushed to `master`
8+
9+
- Update Stencil library version to 39.4.2 (github-actions@github.com)
10+
11+
#### Authors: 3
12+
13+
- [@halmleticia](https://github.com/halmleticia)
14+
- github-actions (github-actions@github.com)
15+
- Tisho Yanchev ([@tishoyanchev](https://github.com/tishoyanchev))
16+
17+
---
18+
119
# v39.4.2 (Tue Dec 02 2025)
220

321
#### 🐛 Bug Fix

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@infineon/infineon-design-system-stencil",
3-
"version": "39.4.2",
3+
"version": "39.4.3",
44
"description": "Infineon Design System - Web Components built with Stencil",
55
"keywords": [
66
"infineon",

packages/components/src/components/accordion/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
### Used by
2828

29-
- [ifx-faq](../../stories/setup-and-installation/faq)
29+
- [ifx-faq](../../storybook/stories/setup-and-installation/faq)
3030

3131
### Depends on
3232

packages/components/src/storybook/stories/foundations/Typography.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ Typestyles have been updated with generic names (`display`, `heading`, `eyebrow`
8383
## Typestyle Color
8484

8585
The default text color is `black`. For Interactive text elements (e.g. Links) we use `ocean-500`. Disabled interactive texts use `engineering-300` except some cases, where text is used on an colored background (Text Field). In context of notifications, we use the text color `red-500` for error messages (e.g. captions beneath text fields), `orange-500` for warnings and `green-500` for success.
86+
87+
## Fallback Font
88+
89+
If the corporate font Source Sans 3 is not available in your environment, please use `Arial` as the fallback font. Arial offers a clean, neutral design that complements Source Sans 3. Choosing it as a fallback maintains a professional appearance and ensures users can still enjoy a clear and consistent experience if the main font cannot be used.

packages/components/src/storybook/stories/setup-and-installation/faq/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
### Depends on
1111

12-
- [ifx-accordion](../../../components/accordion)
13-
- [ifx-accordion-item](../../../components/accordion)
12+
- [ifx-accordion](../../../../components/accordion)
13+
- [ifx-accordion-item](../../../../components/accordion)
1414

1515
### Graph
1616
```mermaid

0 commit comments

Comments
 (0)