@synergy-design-system/mcp 1.40.0 → 1.41.1

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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.41.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1147](https://github.com/synergy-design-system/synergy-design-system/pull/1147) [`8e3230c`](https://github.com/synergy-design-system/synergy-design-system/commit/8e3230cc351c62e2e9485c5234675d40ac7ac175) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-01-07
8
+
9
+ fix: 🐛 adjust syn button tokens (#1145)
10
+
11
+ The original tokens used `inherit` as a fallback value, which did not have any effect but to fall back to the original value.
12
+ This is now made explicit to allow the use of button variables in code directly.
13
+
14
+ ## 1.41.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#1132](https://github.com/synergy-design-system/synergy-design-system/pull/1132) [`13f6b25`](https://github.com/synergy-design-system/synergy-design-system/commit/13f6b259af388a0fbafc7c963443d08e61c4e99f) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-18
19
+
20
+ feat: ✨ support angular 21 (#1094)
21
+
22
+ Enables the possibility to use `angular@21`.
23
+
3
24
  ## 1.40.0
4
25
 
5
26
  ### Minor Changes
@@ -1 +1 @@
1
- b5c9690dc359d540101b8ccb74086919
1
+ 649ee535a15830cf256a83e92c317939
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.77.0
4
+
3
5
  ## 2.76.0
4
6
 
5
7
  ### Minor Changes
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.48.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1147](https://github.com/synergy-design-system/synergy-design-system/pull/1147) [`8e3230c`](https://github.com/synergy-design-system/synergy-design-system/commit/8e3230cc351c62e2e9485c5234675d40ac7ac175) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-01-07
8
+
9
+ fix: 🐛 adjust syn button tokens (#1145)
10
+
11
+ The original tokens used `inherit` as a fallback value, which did not have any effect but to fall back to the original value.
12
+ This is now made explicit to allow the use of button variables in code directly.
13
+
3
14
  ## 2.48.0
4
15
 
5
16
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -56,15 +56,15 @@
56
56
  --syn-button-color: var(--syn-interactive-emphasis-color);
57
57
  --syn-button-color-active: var(--syn-interactive-emphasis-color-active);
58
58
  --syn-button-color-hover: var(--syn-interactive-emphasis-color-hover);
59
- --syn-button-filled-color-text: inherit;
60
- --syn-button-filled-color-text-active: inherit;
61
- --syn-button-filled-color-text-hover: inherit;
59
+ --syn-button-filled-color-text: var(--syn-color-neutral-0);
60
+ --syn-button-filled-color-text-active: var(--syn-color-neutral-0);
61
+ --syn-button-filled-color-text-hover: var(--syn-color-neutral-0);
62
62
  --syn-button-font-size-large: var(--syn-font-size-large);
63
63
  --syn-button-font-size-medium: var(--syn-font-size-medium);
64
64
  --syn-button-font-size-small: var(--syn-font-size-small);
65
65
  --syn-button-outline-color-active: none;
66
66
  --syn-button-outline-color-hover: none;
67
- --syn-button-outline-color-text: inherit;
67
+ --syn-button-outline-color-text: var(--syn-color-primary-600);
68
68
  --syn-button-outline-color-text-active: var(--syn-color-primary-950);
69
69
  --syn-button-outline-color-text-hover: var(--syn-color-primary-900);
70
70
  --syn-button-text-color-text: var(--syn-button-color);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -56,15 +56,15 @@
56
56
  --syn-button-color: var(--syn-interactive-emphasis-color);
57
57
  --syn-button-color-active: var(--syn-interactive-emphasis-color-active);
58
58
  --syn-button-color-hover: var(--syn-interactive-emphasis-color-hover);
59
- --syn-button-filled-color-text: inherit;
60
- --syn-button-filled-color-text-active: inherit;
61
- --syn-button-filled-color-text-hover: inherit;
59
+ --syn-button-filled-color-text: var(--syn-color-neutral-0);
60
+ --syn-button-filled-color-text-active: var(--syn-color-neutral-0);
61
+ --syn-button-filled-color-text-hover: var(--syn-color-neutral-0);
62
62
  --syn-button-font-size-large: var(--syn-font-size-large);
63
63
  --syn-button-font-size-medium: var(--syn-font-size-medium);
64
64
  --syn-button-font-size-small: var(--syn-font-size-small);
65
65
  --syn-button-outline-color-active: none;
66
66
  --syn-button-outline-color-hover: none;
67
- --syn-button-outline-color-text: inherit;
67
+ --syn-button-outline-color-text: var(--syn-color-primary-600);
68
68
  --syn-button-outline-color-text-active: var(--syn-color-primary-950);
69
69
  --syn-button-outline-color-text-hover: var(--syn-color-primary-900);
70
70
  --syn-button-text-color-text: var(--syn-button-color);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -56,15 +56,15 @@
56
56
  --syn-button-color: var(--syn-interactive-emphasis-color);
57
57
  --syn-button-color-active: var(--syn-interactive-emphasis-color-active);
58
58
  --syn-button-color-hover: var(--syn-interactive-emphasis-color-hover);
59
- --syn-button-filled-color-text: inherit;
60
- --syn-button-filled-color-text-active: inherit;
61
- --syn-button-filled-color-text-hover: inherit;
59
+ --syn-button-filled-color-text: var(--syn-color-neutral-0);
60
+ --syn-button-filled-color-text-active: var(--syn-color-neutral-0);
61
+ --syn-button-filled-color-text-hover: var(--syn-color-neutral-0);
62
62
  --syn-button-font-size-large: var(--syn-font-size-large);
63
63
  --syn-button-font-size-medium: var(--syn-font-size-medium);
64
64
  --syn-button-font-size-small: var(--syn-font-size-small);
65
65
  --syn-button-outline-color-active: none;
66
66
  --syn-button-outline-color-hover: none;
67
- --syn-button-outline-color-text: inherit;
67
+ --syn-button-outline-color-text: var(--syn-color-primary-600);
68
68
  --syn-button-outline-color-text-active: var(--syn-color-primary-950);
69
69
  --syn-button-outline-color-text-hover: var(--syn-color-primary-900);
70
70
  --syn-button-text-color-text: var(--syn-button-color);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -56,15 +56,15 @@
56
56
  --syn-button-color: var(--syn-interactive-emphasis-color);
57
57
  --syn-button-color-active: var(--syn-interactive-emphasis-color-active);
58
58
  --syn-button-color-hover: var(--syn-interactive-emphasis-color-hover);
59
- --syn-button-filled-color-text: inherit;
60
- --syn-button-filled-color-text-active: inherit;
61
- --syn-button-filled-color-text-hover: inherit;
59
+ --syn-button-filled-color-text: var(--syn-color-neutral-0);
60
+ --syn-button-filled-color-text-active: var(--syn-color-neutral-0);
61
+ --syn-button-filled-color-text-hover: var(--syn-color-neutral-0);
62
62
  --syn-button-font-size-large: var(--syn-font-size-large);
63
63
  --syn-button-font-size-medium: var(--syn-font-size-medium);
64
64
  --syn-button-font-size-small: var(--syn-font-size-small);
65
65
  --syn-button-outline-color-active: none;
66
66
  --syn-button-outline-color-hover: none;
67
- --syn-button-outline-color-text: inherit;
67
+ --syn-button-outline-color-text: var(--syn-color-primary-600);
68
68
  --syn-button-outline-color-text-active: var(--syn-color-primary-950);
69
69
  --syn-button-outline-color-text-hover: var(--syn-color-primary-900);
70
70
  --syn-button-text-color-text: var(--syn-button-color);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 2.47.0
2
+ * @synergy-design-system/tokens version 2.48.0
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -56,9 +56,9 @@
56
56
  --syn-button-color: var(--syn-interactive-emphasis-color);
57
57
  --syn-button-color-active: var(--syn-interactive-emphasis-color-active);
58
58
  --syn-button-color-hover: var(--syn-interactive-emphasis-color-hover);
59
- --syn-button-filled-color-text: inherit;
60
- --syn-button-filled-color-text-active: inherit;
61
- --syn-button-filled-color-text-hover: inherit;
59
+ --syn-button-filled-color-text: var(--syn-color-neutral-0);
60
+ --syn-button-filled-color-text-active: var(--syn-color-neutral-0);
61
+ --syn-button-filled-color-text-hover: var(--syn-color-neutral-0);
62
62
  --syn-button-font-size-large: var(--syn-font-size-large);
63
63
  --syn-button-font-size-medium: var(--syn-font-size-medium);
64
64
  --syn-button-font-size-small: var(--syn-font-size-small);
package/package.json CHANGED
@@ -28,12 +28,12 @@
28
28
  "serve-handler": "^6.1.6",
29
29
  "ts-jest": "^29.4.0",
30
30
  "typescript": "^5.9.3",
31
+ "@synergy-design-system/components": "2.77.0",
31
32
  "@synergy-design-system/docs": "0.1.0",
32
33
  "@synergy-design-system/eslint-config-syn": "^0.1.0",
33
- "@synergy-design-system/fonts": "1.0.1",
34
34
  "@synergy-design-system/styles": "1.9.0",
35
- "@synergy-design-system/tokens": "^2.48.0",
36
- "@synergy-design-system/components": "2.76.0"
35
+ "@synergy-design-system/tokens": "^2.48.1",
36
+ "@synergy-design-system/fonts": "1.0.1"
37
37
  },
38
38
  "exports": {
39
39
  ".": {
@@ -67,7 +67,7 @@
67
67
  "directory": "packages/mcp"
68
68
  },
69
69
  "type": "module",
70
- "version": "1.40.0",
70
+ "version": "1.41.1",
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",