@synergy-design-system/mcp 1.41.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,16 @@
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
+
3
14
  ## 1.41.0
4
15
 
5
16
  ### Minor Changes
@@ -1 +1 @@
1
- a63ba6a328e910f16e0cd08c9f83e9af
1
+ 649ee535a15830cf256a83e92c317939
@@ -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
@@ -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);
@@ -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);
@@ -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);
@@ -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);
@@ -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/docs": "0.1.0",
32
31
  "@synergy-design-system/components": "2.77.0",
33
- "@synergy-design-system/fonts": "1.0.1",
34
- "@synergy-design-system/styles": "1.9.0",
32
+ "@synergy-design-system/docs": "0.1.0",
35
33
  "@synergy-design-system/eslint-config-syn": "^0.1.0",
36
- "@synergy-design-system/tokens": "^2.48.0"
34
+ "@synergy-design-system/styles": "1.9.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.41.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",