@synergy-design-system/metadata 3.16.0 → 3.17.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.
Files changed (86) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/data/core/asset/asset:sick2018-icons.json +1 -1
  3. package/data/core/asset/asset:sick2018-logos.json +1 -1
  4. package/data/core/asset/asset:sick2018-system-icons.json +1 -1
  5. package/data/core/asset/asset:sick2025-icons-fill.json +1 -1
  6. package/data/core/asset/asset:sick2025-icons-outline.json +1 -1
  7. package/data/core/asset/asset:sick2025-logos.json +1 -1
  8. package/data/core/asset/asset:sick2025-system-icons.json +1 -1
  9. package/data/core/component/component:syn-chart.json +2 -2
  10. package/data/core/setup/setup:angular-components-module.json +1 -1
  11. package/data/core/setup/setup:angular-forms-module.json +1 -1
  12. package/data/core/setup/setup:angular-package.json +2 -2
  13. package/data/core/setup/setup:angular-validators-module.json +1 -1
  14. package/data/core/setup/setup:assets-package.json +2 -2
  15. package/data/core/setup/setup:components-package.json +2 -2
  16. package/data/core/setup/setup:fonts-package.json +2 -2
  17. package/data/core/setup/setup:react-package.json +2 -2
  18. package/data/core/setup/setup:styles-package.json +2 -2
  19. package/data/core/setup/setup:tokens-package.json +2 -2
  20. package/data/core/setup/setup:vue-package.json +2 -2
  21. package/data/core/style/style:syn-body.json +1 -1
  22. package/data/core/style/style:syn-heading.json +1 -1
  23. package/data/core/style/style:syn-link-list.json +1 -1
  24. package/data/core/style/style:syn-link.json +1 -1
  25. package/data/core/style/style:syn-table-cell.json +1 -1
  26. package/data/core/style/style:syn-table.json +1 -1
  27. package/data/core/style/style:syn-weight.json +1 -1
  28. package/data/core/token/token:tokens-charts-js-index-d-ts.json +1 -1
  29. package/data/core/token/token:tokens-charts-js-index-js.json +1 -1
  30. package/data/core/token/token:tokens-charts-scss-tokens-scss.json +1 -1
  31. package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +1 -1
  32. package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +1 -1
  33. package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
  34. package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
  35. package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
  36. package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
  37. package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
  38. package/data/core/token/token:tokens-js-index-js.json +1 -1
  39. package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
  40. package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
  41. package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
  42. package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
  43. package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
  44. package/data/core/utility/utility:fonts-sick-intl.json +1 -1
  45. package/data/index.json +1 -1
  46. package/data/layers/examples/component/component:syn-chart.md +115 -106
  47. package/data/layers/examples/component/component:syn-combobox.md +0 -18
  48. package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +11 -5
  49. package/data/layers/full/component/component:syn-chart/components/chart.component.ts +67 -20
  50. package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +59 -59
  51. package/data/layers/full/component/component:syn-chart/components/types.ts +47 -4
  52. package/data/layers/full/component/component:syn-chart/react/chart.ts +1 -1
  53. package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +11 -5
  54. package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +32 -0
  55. package/data/layers/full/setup/setup:angular-package/angular/package.json +4 -4
  56. package/data/layers/full/setup/setup:assets-package/assets/CHANGELOG.md +8 -0
  57. package/data/layers/full/setup/setup:assets-package/assets/package.json +3 -3
  58. package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +30 -0
  59. package/data/layers/full/setup/setup:components-package/components/package.json +8 -8
  60. package/data/layers/full/setup/setup:fonts-package/fonts/CHANGELOG.md +8 -0
  61. package/data/layers/full/setup/setup:fonts-package/fonts/package.json +2 -2
  62. package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +32 -0
  63. package/data/layers/full/setup/setup:react-package/react/package.json +2 -2
  64. package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +2 -2
  65. package/data/layers/full/setup/setup:styles-package/styles/CHANGELOG.md +8 -0
  66. package/data/layers/full/setup/setup:styles-package/styles/package.json +3 -3
  67. package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +27 -0
  68. package/data/layers/full/setup/setup:tokens-package/tokens/package.json +5 -5
  69. package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +32 -0
  70. package/data/layers/full/setup/setup:vue-package/vue/package.json +2 -2
  71. package/data/layers/full/tokens/charts/js/index.d.ts +275 -265
  72. package/data/layers/full/tokens/charts/js/index.js +143 -133
  73. package/data/layers/full/tokens/charts/scss/_tokens.scss +135 -133
  74. package/data/layers/full/tokens/charts/themes/sick2025_dark.css +135 -133
  75. package/data/layers/full/tokens/charts/themes/sick2025_light.css +135 -133
  76. package/data/layers/full/tokens/js/index.d.ts +11 -1
  77. package/data/layers/full/tokens/js/index.js +11 -1
  78. package/data/layers/full/tokens/scss/_tokens.scss +3 -1
  79. package/data/layers/full/tokens/themes/sick2018_dark.css +3 -1
  80. package/data/layers/full/tokens/themes/sick2018_light.css +3 -1
  81. package/data/layers/full/tokens/themes/sick2025_dark.css +3 -1
  82. package/data/layers/full/tokens/themes/sick2025_light.css +3 -1
  83. package/data/layers/interface/component/component:syn-chart.json +5 -5
  84. package/data/layers/interface/component/component:syn-chart.md +4 -4
  85. package/data/manifest.json +1 -1
  86. package/package.json +7 -7
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "description": "Design tokens for Synergy, the SICK Design System",
7
7
  "devDependencies": {
8
- "@dotenvx/dotenvx": "^1.71.0",
8
+ "@dotenvx/dotenvx": "^1.75.1",
9
9
  "@figma-export/cli": "^6.4.0",
10
10
  "@figma-export/types": "^6.4.0",
11
11
  "@figma/rest-api-spec": "^0.37.0",
@@ -13,12 +13,12 @@
13
13
  "@synergy-design-system/stylelint-config-syn": "workspace:*",
14
14
  "@tamtamchik/json-deep-sort": "^1.5.0",
15
15
  "@tokens-studio/sd-transforms": "^2.0.3",
16
- "@types/node": "^24.12.4",
16
+ "@types/node": "^24.13.2",
17
17
  "change-case": "^5.4.4",
18
18
  "eslint": "^9.39.4",
19
19
  "eslint-import-resolver-typescript": "^4.4.5",
20
- "style-dictionary": "^5.4.2",
21
- "stylelint": "^17.12.0",
20
+ "style-dictionary": "^5.5.0",
21
+ "stylelint": "^17.13.0",
22
22
  "typescript": "^5.9.3"
23
23
  },
24
24
  "exports": {
@@ -82,5 +82,5 @@
82
82
  },
83
83
  "type": "module",
84
84
  "types": "./dist/js/index.d.ts",
85
- "version": "3.15.6"
85
+ "version": "3.16.0"
86
86
  }
@@ -1,5 +1,37 @@
1
1
  # @synergy-design-system/vue
2
2
 
3
+ ## 3.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1291](https://github.com/synergy-design-system/synergy-design-system/pull/1291) [`363595e`](https://github.com/synergy-design-system/synergy-design-system/commit/363595ea1fde8baad6e11d69365732aa9f547c10) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-06-24
8
+
9
+ feat: ✨ chart axes mvp ([#1203](https://github.com/synergy-design-system/synergy-design-system/issues/1203))
10
+
11
+ This release introduces the first chart axis MVP for syn-chart.
12
+
13
+ New features:
14
+ - Adds and registers a Synergy ECharts light theme as default for syn-chart.
15
+ - Provides a config callback API with preset methods like `axesShowSplitLines()`, `axesAddXLabelIcons()`, and `axesHideLabels()` as an alternative to raw ECharts configuration objects for the _config_ property. These methods support both method chaining and sequential calling patterns for maximum flexibility.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`363595e`](https://github.com/synergy-design-system/synergy-design-system/commit/363595ea1fde8baad6e11d69365732aa9f547c10), [`363595e`](https://github.com/synergy-design-system/synergy-design-system/commit/363595ea1fde8baad6e11d69365732aa9f547c10)]:
20
+ - @synergy-design-system/components@3.16.0
21
+ - @synergy-design-system/tokens@3.16.0
22
+
23
+ ## 3.15.7
24
+
25
+ ### Patch Changes
26
+
27
+ - [#1313](https://github.com/synergy-design-system/synergy-design-system/pull/1313) [`89a2022`](https://github.com/synergy-design-system/synergy-design-system/commit/89a2022e49b8f7aad3469ac392e5e5601b7238e8) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-06-24
28
+
29
+ fix: 🐛 dependency updates ([#258](https://github.com/synergy-design-system/synergy-design-system/issues/258))
30
+
31
+ - Updated dependencies [[`89a2022`](https://github.com/synergy-design-system/synergy-design-system/commit/89a2022e49b8f7aad3469ac392e5e5601b7238e8)]:
32
+ - @synergy-design-system/components@3.15.7
33
+ - @synergy-design-system/tokens@3.15.7
34
+
3
35
  ## 3.15.6
4
36
 
5
37
  ### Patch Changes
@@ -50,14 +50,14 @@
50
50
  "directory": "packages/vue"
51
51
  },
52
52
  "type": "module",
53
- "version": "3.15.6",
53
+ "version": "3.16.0",
54
54
  "devDependencies": {
55
55
  "@vitejs/plugin-vue": "^6.0.7",
56
56
  "@vue/tsconfig": "^0.9.1",
57
57
  "rollup-plugin-node-externals": "^9.0.1",
58
58
  "vite": "^8.0.16",
59
59
  "vite-plugin-dts": "^4.5.4",
60
- "vue": "^3.5.35"
60
+ "vue": "^3.5.38"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "@synergy-design-system/tokens": "workspace:*"