@synergy-design-system/mcp 1.38.4 → 1.39.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 +20 -0
- package/metadata/checksum.txt +1 -1
- package/metadata/packages/components/components/syn-button/component.custom.styles.ts +53 -28
- package/metadata/packages/components/components/syn-menu-item/component.custom.styles.ts +27 -12
- package/metadata/packages/components/components/syn-optgroup/component.styles.ts +3 -1
- package/metadata/packages/components/components/syn-option/component.custom.styles.ts +11 -6
- package/metadata/packages/components/migration/migration-synergy-v3.md +0 -5
- package/metadata/packages/components/static/CHANGELOG.md +26 -1
- package/metadata/packages/tokens/CHANGELOG.md +9 -0
- package/metadata/packages/tokens/dark.css +42 -0
- package/metadata/packages/tokens/index.js +210 -0
- package/metadata/packages/tokens/light.css +42 -0
- package/metadata/packages/tokens/sick2018_dark.css +42 -0
- package/metadata/packages/tokens/sick2018_light.css +42 -0
- package/metadata/packages/tokens/sick2025_dark.css +77 -35
- package/metadata/packages/tokens/sick2025_light.css +79 -37
- package/metadata/static/components/syn-button/docs.md +371 -301
- package/metadata/static/migration/index.md +1 -0
- package/package.json +5 -5
|
@@ -14,3 +14,4 @@ Migration from Synergy 2.0 to Synergy 3.0 (a.k.a. Brand Update):
|
|
|
14
14
|
- There are handwritten lists of changes that highlight the differences between Synergy V2 and Synergy V3.
|
|
15
15
|
- The document is structured as a list of breaking changes.
|
|
16
16
|
- The list of breaking changes is structured into blocks that define the change and a list of migration steps.
|
|
17
|
+
- You may tell the users that all components are now upgraded and it is save to move to the new sick 2025 theme.
|
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.
|
|
32
|
-
"@synergy-design-system/eslint-config-syn": "^0.1.0",
|
|
33
|
-
"@synergy-design-system/docs": "0.1.0",
|
|
31
|
+
"@synergy-design-system/components": "2.75.0",
|
|
34
32
|
"@synergy-design-system/fonts": "1.0.1",
|
|
33
|
+
"@synergy-design-system/docs": "0.1.0",
|
|
34
|
+
"@synergy-design-system/eslint-config-syn": "^0.1.0",
|
|
35
35
|
"@synergy-design-system/styles": "1.9.0",
|
|
36
|
-
"@synergy-design-system/tokens": "^2.
|
|
36
|
+
"@synergy-design-system/tokens": "^2.47.0"
|
|
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.
|
|
70
|
+
"version": "1.39.0",
|
|
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",
|