@synergy-design-system/mcp 1.38.2 → 1.38.3
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.38.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1137](https://github.com/synergy-design-system/synergy-design-system/pull/1137) [`f7c0662`](https://github.com/synergy-design-system/synergy-design-system/commit/f7c0662d80dacd3aae6f4bd8559aadc399025858) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
|
|
8
|
+
|
|
9
|
+
fix: 🐛 SICK Intl Semibold does not display correctly on Windows (#1124)
|
|
10
|
+
|
|
11
|
+
This release fixes an issue that only appears when using Windows 10 and 11.
|
|
12
|
+
The exported font used cleartype annotations which lead to broken renderings on certain font sizes.
|
|
13
|
+
|
|
14
|
+
> We are still in the process of optimizing `SICK Intl` and are actively working on a solution for current problems like blurry rendering.
|
|
15
|
+
|
|
3
16
|
## 1.38.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/metadata/checksum.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
278966e03dfcb1b0aadaaa295827b268
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1137](https://github.com/synergy-design-system/synergy-design-system/pull/1137) [`f7c0662`](https://github.com/synergy-design-system/synergy-design-system/commit/f7c0662d80dacd3aae6f4bd8559aadc399025858) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
|
|
8
|
+
|
|
9
|
+
fix: 🐛 SICK Intl Semibold does not display correctly on Windows (#1124)
|
|
10
|
+
|
|
11
|
+
This release fixes an issue that only appears when using Windows 10 and 11.
|
|
12
|
+
The exported font used cleartype annotations which lead to broken renderings on certain font sizes.
|
|
13
|
+
|
|
14
|
+
> We are still in the process of optimizing `SICK Intl` and are actively working on a solution for current problems like blurry rendering.
|
|
15
|
+
|
|
3
16
|
## 1.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
|
@@ -155,3 +155,10 @@ This package uses PostCSS to generate multiple font distribution formats:
|
|
|
155
155
|
- Base64 inline CSS for self-contained usage
|
|
156
156
|
|
|
157
157
|
The inline version is automatically generated during build and includes the font files as data URIs.
|
|
158
|
+
|
|
159
|
+
### Steps for updating SICK Intl
|
|
160
|
+
|
|
161
|
+
When updating SICK Intl to the latest version, please make sure to:
|
|
162
|
+
|
|
163
|
+
- Use the [Font Squirrel Webfont Generator](https://www.fontsquirrel.com/tools/webfont-generator)
|
|
164
|
+
- Use the export settings in the `export-configs` folder of this package.
|
package/package.json
CHANGED
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"serve-handler": "^6.1.6",
|
|
29
29
|
"ts-jest": "^29.4.0",
|
|
30
30
|
"typescript": "^5.9.3",
|
|
31
|
-
"@synergy-design-system/docs": "0.1.0",
|
|
32
31
|
"@synergy-design-system/components": "2.74.2",
|
|
33
|
-
"@synergy-design-system/
|
|
34
|
-
"@synergy-design-system/
|
|
32
|
+
"@synergy-design-system/docs": "0.1.0",
|
|
33
|
+
"@synergy-design-system/fonts": "1.0.1",
|
|
35
34
|
"@synergy-design-system/tokens": "^2.46.0",
|
|
35
|
+
"@synergy-design-system/styles": "1.9.0",
|
|
36
36
|
"@synergy-design-system/eslint-config-syn": "^0.1.0"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"directory": "packages/mcp"
|
|
68
68
|
},
|
|
69
69
|
"type": "module",
|
|
70
|
-
"version": "1.38.
|
|
70
|
+
"version": "1.38.3",
|
|
71
71
|
"scripts": {
|
|
72
72
|
"build": "pnpm run build:ts && pnpm run build:metadata && pnpm build:hash",
|
|
73
73
|
"build:all": "pnpm run build && pnpm run build:storybook",
|