@synergy-design-system/mcp 1.23.0 → 1.24.0
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 +13 -0
- package/metadata/checksum.txt +1 -1
- package/metadata/packages/assets/CHANGELOG.md +8 -0
- package/metadata/packages/components/components/syn-button/component.ts +1 -1
- package/metadata/packages/components/components/syn-validate/component.ts +1 -1
- package/metadata/packages/components/static/CHANGELOG.md +13 -0
- package/metadata/packages/tokens/CHANGELOG.md +8 -0
- package/metadata/packages/tokens/dark.css +1 -1
- package/metadata/packages/tokens/index.js +1 -1
- package/metadata/packages/tokens/light.css +1 -1
- package/metadata/packages/tokens/sick2018_dark.css +1 -1
- package/metadata/packages/tokens/sick2018_light.css +1 -1
- package/metadata/packages/tokens/sick2025_dark.css +1 -1
- package/metadata/packages/tokens/sick2025_light.css +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.24.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1086](https://github.com/synergy-design-system/synergy-design-system/pull/1086) [`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-19
|
|
8
|
+
|
|
9
|
+
feat: ✨ Brand updates for `<syn validate>` (#973)
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d)]:
|
|
14
|
+
- @synergy-design-system/assets@1.22.0
|
|
15
|
+
|
|
3
16
|
## 1.23.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/metadata/checksum.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e4580d57e51553f431865895f2834f20
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.22.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1086](https://github.com/synergy-design-system/synergy-design-system/pull/1086) [`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-19
|
|
8
|
+
|
|
9
|
+
feat: ✨ Brand updates for `<syn validate>` (#973)
|
|
10
|
+
|
|
3
11
|
## 1.21.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -311,7 +311,7 @@ export default class SynButton extends SynergyElement implements SynergyFormCont
|
|
|
311
311
|
<slot part="label" class=${classMap({ 'button__label': true, 'button__icon-only': this.iconOnly })} @slotchange=${this.handleSlotChange}></slot>
|
|
312
312
|
<slot name="suffix" part="suffix" class="button__suffix"></slot>
|
|
313
313
|
${
|
|
314
|
-
this.caret ? html` <syn-icon part="caret" class="button__caret" library="system" name="
|
|
314
|
+
this.caret ? html` <syn-icon part="caret" class="button__caret" library="system" name="chevron-down"></syn-icon> ` : ''
|
|
315
315
|
}
|
|
316
316
|
${this.loading ? html`<syn-spinner part="spinner"></syn-spinner>` : ''}
|
|
317
317
|
</${tag}>
|
|
@@ -411,7 +411,7 @@ export default class SynValidate extends SynergyElement {
|
|
|
411
411
|
variant="danger"
|
|
412
412
|
>
|
|
413
413
|
${!this.hideIcon
|
|
414
|
-
? html`<syn-icon slot="icon" name="error" library="system"></syn-icon>`
|
|
414
|
+
? html`<syn-icon slot="icon" name="status-error" library="system"></syn-icon>`
|
|
415
415
|
: ''
|
|
416
416
|
}
|
|
417
417
|
${this.validationMessage}
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.62.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1086](https://github.com/synergy-design-system/synergy-design-system/pull/1086) [`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-19
|
|
8
|
+
|
|
9
|
+
feat: ✨ Brand updates for `<syn validate>` (#973)
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d)]:
|
|
14
|
+
- @synergy-design-system/tokens@2.43.0
|
|
15
|
+
|
|
3
16
|
## 2.61.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.43.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1086](https://github.com/synergy-design-system/synergy-design-system/pull/1086) [`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-19
|
|
8
|
+
|
|
9
|
+
feat: ✨ Brand updates for `<syn validate>` (#973)
|
|
10
|
+
|
|
3
11
|
## 2.42.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@modelcontextprotocol/sdk": "^1.19.1",
|
|
11
11
|
"globby": "^15.0.0",
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
|
-
"@synergy-design-system/assets": "1.
|
|
13
|
+
"@synergy-design-system/assets": "1.22.0"
|
|
14
14
|
},
|
|
15
15
|
"description": "MCP Server for the Synergy Design System",
|
|
16
16
|
"devDependencies": {
|
|
@@ -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/components": "2.
|
|
31
|
+
"@synergy-design-system/components": "2.62.0",
|
|
32
|
+
"@synergy-design-system/eslint-config-syn": "^0.1.0",
|
|
32
33
|
"@synergy-design-system/docs": "0.1.0",
|
|
33
|
-
"@synergy-design-system/tokens": "^2.
|
|
34
|
-
"@synergy-design-system/styles": "1.9.0"
|
|
35
|
-
"@synergy-design-system/eslint-config-syn": "^0.1.0"
|
|
34
|
+
"@synergy-design-system/tokens": "^2.43.0",
|
|
35
|
+
"@synergy-design-system/styles": "1.9.0"
|
|
36
36
|
},
|
|
37
37
|
"exports": {
|
|
38
38
|
".": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"directory": "packages/mcp"
|
|
67
67
|
},
|
|
68
68
|
"type": "module",
|
|
69
|
-
"version": "1.
|
|
69
|
+
"version": "1.24.0",
|
|
70
70
|
"scripts": {
|
|
71
71
|
"build": "pnpm run build:ts && pnpm run build:metadata && pnpm build:hash",
|
|
72
72
|
"build:all": "pnpm run build && pnpm run build:storybook",
|