@synergy-design-system/metadata 3.8.0 → 3.10.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 (239) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/data/core/component/component:syn-chart.json +181 -0
  3. package/data/core/setup/setup:angular-components-module.json +1 -1
  4. package/data/core/setup/setup:angular-forms-module.json +1 -1
  5. package/data/core/setup/setup:angular-package.json +2 -2
  6. package/data/core/setup/setup:angular-validators-module.json +1 -1
  7. package/data/core/setup/setup:components-package.json +2 -2
  8. package/data/core/setup/setup:react-package.json +2 -2
  9. package/data/core/setup/setup:tokens-package.json +10 -2
  10. package/data/core/setup/setup:vue-package.json +2 -2
  11. package/data/core/token/token:tokens-charts-js-index-d-ts.json +31 -0
  12. package/data/core/token/token:tokens-charts-js-index-js.json +31 -0
  13. package/data/core/token/token:tokens-charts-scss-tokens-scss.json +31 -0
  14. package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +32 -0
  15. package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +32 -0
  16. package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
  17. package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
  18. package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
  19. package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
  20. package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
  21. package/data/core/token/token:tokens-js-index-js.json +1 -1
  22. package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
  23. package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
  24. package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
  25. package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
  26. package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
  27. package/data/index.json +108 -1
  28. package/data/layers/examples/component/component:syn-chart.md +191 -0
  29. package/data/layers/full/component/component:syn-accordion/angular/accordion.component.ts +1 -1
  30. package/data/layers/full/component/component:syn-accordion/vue/SynVueAccordion.vue +1 -1
  31. package/data/layers/full/component/component:syn-alert/angular/alert.component.ts +1 -1
  32. package/data/layers/full/component/component:syn-alert/vue/SynVueAlert.vue +1 -1
  33. package/data/layers/full/component/component:syn-badge/angular/badge.component.ts +1 -1
  34. package/data/layers/full/component/component:syn-badge/vue/SynVueBadge.vue +1 -1
  35. package/data/layers/full/component/component:syn-breadcrumb/angular/breadcrumb.component.ts +1 -1
  36. package/data/layers/full/component/component:syn-breadcrumb/vue/SynVueBreadcrumb.vue +1 -1
  37. package/data/layers/full/component/component:syn-breadcrumb-item/angular/breadcrumb-item.component.ts +1 -1
  38. package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue +1 -1
  39. package/data/layers/full/component/component:syn-button/angular/button.component.ts +1 -1
  40. package/data/layers/full/component/component:syn-button/vue/SynVueButton.vue +1 -1
  41. package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts +1 -1
  42. package/data/layers/full/component/component:syn-button-group/vue/SynVueButtonGroup.vue +1 -1
  43. package/data/layers/full/component/component:syn-card/angular/card.component.ts +1 -1
  44. package/data/layers/full/component/component:syn-card/vue/SynVueCard.vue +1 -1
  45. package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +84 -0
  46. package/data/layers/full/component/component:syn-chart/components/chart.component.ts +181 -0
  47. package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +110 -0
  48. package/data/layers/full/component/component:syn-chart/components/chart.styles.ts +15 -0
  49. package/data/layers/full/component/component:syn-chart/components/chart.ts +14 -0
  50. package/data/layers/full/component/component:syn-chart/components/types.ts +5 -0
  51. package/data/layers/full/component/component:syn-chart/react/SynChartJSXElement.ts +1 -0
  52. package/data/layers/full/component/component:syn-chart/react/chart.ts +28 -0
  53. package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +76 -0
  54. package/data/layers/full/component/component:syn-checkbox/angular/checkbox.component.ts +1 -1
  55. package/data/layers/full/component/component:syn-checkbox/vue/SynVueCheckbox.vue +1 -1
  56. package/data/layers/full/component/component:syn-combobox/angular/combobox.component.ts +1 -1
  57. package/data/layers/full/component/component:syn-combobox/vue/SynVueCombobox.vue +1 -1
  58. package/data/layers/full/component/component:syn-details/angular/details.component.ts +1 -1
  59. package/data/layers/full/component/component:syn-details/vue/SynVueDetails.vue +1 -1
  60. package/data/layers/full/component/component:syn-dialog/angular/dialog.component.ts +1 -1
  61. package/data/layers/full/component/component:syn-dialog/vue/SynVueDialog.vue +1 -1
  62. package/data/layers/full/component/component:syn-divider/angular/divider.component.ts +1 -1
  63. package/data/layers/full/component/component:syn-divider/vue/SynVueDivider.vue +1 -1
  64. package/data/layers/full/component/component:syn-drawer/angular/drawer.component.ts +1 -1
  65. package/data/layers/full/component/component:syn-drawer/vue/SynVueDrawer.vue +1 -1
  66. package/data/layers/full/component/component:syn-dropdown/angular/dropdown.component.ts +1 -1
  67. package/data/layers/full/component/component:syn-dropdown/vue/SynVueDropdown.vue +1 -1
  68. package/data/layers/full/component/component:syn-file/angular/file.component.ts +1 -1
  69. package/data/layers/full/component/component:syn-file/vue/SynVueFile.vue +1 -1
  70. package/data/layers/full/component/component:syn-header/angular/header.component.ts +1 -1
  71. package/data/layers/full/component/component:syn-header/vue/SynVueHeader.vue +1 -1
  72. package/data/layers/full/component/component:syn-icon/angular/icon.component.ts +1 -1
  73. package/data/layers/full/component/component:syn-icon/vue/SynVueIcon.vue +1 -1
  74. package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts +1 -1
  75. package/data/layers/full/component/component:syn-icon-button/vue/SynVueIconButton.vue +1 -1
  76. package/data/layers/full/component/component:syn-input/angular/input.component.ts +1 -1
  77. package/data/layers/full/component/component:syn-input/vue/SynVueInput.vue +1 -1
  78. package/data/layers/full/component/component:syn-menu/angular/menu.component.ts +1 -1
  79. package/data/layers/full/component/component:syn-menu/vue/SynVueMenu.vue +1 -1
  80. package/data/layers/full/component/component:syn-menu-item/angular/menu-item.component.ts +1 -1
  81. package/data/layers/full/component/component:syn-menu-item/vue/SynVueMenuItem.vue +1 -1
  82. package/data/layers/full/component/component:syn-menu-label/angular/menu-label.component.ts +1 -1
  83. package/data/layers/full/component/component:syn-menu-label/vue/SynVueMenuLabel.vue +1 -1
  84. package/data/layers/full/component/component:syn-nav-item/angular/nav-item.component.ts +1 -1
  85. package/data/layers/full/component/component:syn-nav-item/vue/SynVueNavItem.vue +1 -1
  86. package/data/layers/full/component/component:syn-optgroup/angular/optgroup.component.ts +1 -1
  87. package/data/layers/full/component/component:syn-optgroup/vue/SynVueOptgroup.vue +1 -1
  88. package/data/layers/full/component/component:syn-option/angular/option.component.ts +1 -1
  89. package/data/layers/full/component/component:syn-option/vue/SynVueOption.vue +1 -1
  90. package/data/layers/full/component/component:syn-pagination/angular/pagination.component.ts +1 -1
  91. package/data/layers/full/component/component:syn-pagination/vue/SynVuePagination.vue +1 -1
  92. package/data/layers/full/component/component:syn-popup/angular/popup.component.ts +1 -1
  93. package/data/layers/full/component/component:syn-popup/vue/SynVuePopup.vue +1 -1
  94. package/data/layers/full/component/component:syn-prio-nav/angular/prio-nav.component.ts +1 -1
  95. package/data/layers/full/component/component:syn-prio-nav/vue/SynVuePrioNav.vue +1 -1
  96. package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts +1 -1
  97. package/data/layers/full/component/component:syn-progress-bar/vue/SynVueProgressBar.vue +1 -1
  98. package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts +1 -1
  99. package/data/layers/full/component/component:syn-progress-ring/vue/SynVueProgressRing.vue +1 -1
  100. package/data/layers/full/component/component:syn-radio/angular/radio.component.ts +1 -1
  101. package/data/layers/full/component/component:syn-radio/vue/SynVueRadio.vue +1 -1
  102. package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts +1 -1
  103. package/data/layers/full/component/component:syn-radio-button/vue/SynVueRadioButton.vue +1 -1
  104. package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts +1 -1
  105. package/data/layers/full/component/component:syn-radio-group/vue/SynVueRadioGroup.vue +1 -1
  106. package/data/layers/full/component/component:syn-range/angular/range.component.ts +1 -1
  107. package/data/layers/full/component/component:syn-range/vue/SynVueRange.vue +1 -1
  108. package/data/layers/full/component/component:syn-range-tick/angular/range-tick.component.ts +1 -1
  109. package/data/layers/full/component/component:syn-range-tick/vue/SynVueRangeTick.vue +1 -1
  110. package/data/layers/full/component/component:syn-select/angular/select.component.ts +1 -1
  111. package/data/layers/full/component/component:syn-select/vue/SynVueSelect.vue +1 -1
  112. package/data/layers/full/component/component:syn-side-nav/angular/side-nav.component.ts +1 -1
  113. package/data/layers/full/component/component:syn-side-nav/vue/SynVueSideNav.vue +1 -1
  114. package/data/layers/full/component/component:syn-spinner/angular/spinner.component.ts +1 -1
  115. package/data/layers/full/component/component:syn-spinner/vue/SynVueSpinner.vue +1 -1
  116. package/data/layers/full/component/component:syn-switch/angular/switch.component.ts +1 -1
  117. package/data/layers/full/component/component:syn-switch/vue/SynVueSwitch.vue +1 -1
  118. package/data/layers/full/component/component:syn-tab/angular/tab.component.ts +1 -1
  119. package/data/layers/full/component/component:syn-tab/vue/SynVueTab.vue +1 -1
  120. package/data/layers/full/component/component:syn-tab-group/angular/tab-group.component.ts +1 -1
  121. package/data/layers/full/component/component:syn-tab-group/vue/SynVueTabGroup.vue +1 -1
  122. package/data/layers/full/component/component:syn-tab-panel/angular/tab-panel.component.ts +1 -1
  123. package/data/layers/full/component/component:syn-tab-panel/vue/SynVueTabPanel.vue +1 -1
  124. package/data/layers/full/component/component:syn-tag/angular/tag.component.ts +1 -1
  125. package/data/layers/full/component/component:syn-tag/vue/SynVueTag.vue +1 -1
  126. package/data/layers/full/component/component:syn-tag-group/angular/tag-group.component.ts +1 -1
  127. package/data/layers/full/component/component:syn-tag-group/vue/SynVueTagGroup.vue +1 -1
  128. package/data/layers/full/component/component:syn-textarea/angular/textarea.component.ts +1 -1
  129. package/data/layers/full/component/component:syn-textarea/vue/SynVueTextarea.vue +1 -1
  130. package/data/layers/full/component/component:syn-tooltip/angular/tooltip.component.ts +1 -1
  131. package/data/layers/full/component/component:syn-tooltip/vue/SynVueTooltip.vue +1 -1
  132. package/data/layers/full/component/component:syn-validate/angular/validate.component.ts +1 -1
  133. package/data/layers/full/component/component:syn-validate/vue/SynVueValidate.vue +1 -1
  134. package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +19 -0
  135. package/data/layers/full/setup/setup:angular-package/angular/README.md +4 -0
  136. package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
  137. package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +18 -0
  138. package/data/layers/full/setup/setup:components-package/components/README.md +84 -2
  139. package/data/layers/full/setup/setup:components-package/components/package.json +8 -5
  140. package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +19 -0
  141. package/data/layers/full/setup/setup:react-package/react/README.md +4 -0
  142. package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
  143. package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +19 -0
  144. package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +16 -0
  145. package/data/layers/full/setup/setup:tokens-package/tokens/README.md +119 -19
  146. package/data/layers/full/setup/setup:tokens-package/tokens/package.json +11 -6
  147. package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +19 -0
  148. package/data/layers/full/setup/setup:vue-package/vue/README.md +4 -0
  149. package/data/layers/full/setup/setup:vue-package/vue/package.json +9 -2
  150. package/data/layers/full/tokens/charts/js/index.d.ts +664 -0
  151. package/data/layers/full/tokens/charts/js/index.js +664 -0
  152. package/data/layers/full/tokens/charts/scss/_tokens.scss +136 -0
  153. package/data/layers/full/tokens/charts/themes/sick2025_dark.css +142 -0
  154. package/data/layers/full/tokens/charts/themes/sick2025_light.css +142 -0
  155. package/data/layers/full/tokens/figma-variables/sick2025-light.json +12 -12
  156. package/data/layers/full/tokens/js/index.d.ts +1 -1
  157. package/data/layers/full/tokens/js/index.js +1 -1
  158. package/data/layers/full/tokens/scss/_tokens.scss +1 -1
  159. package/data/layers/full/tokens/themes/sick2018_dark.css +1 -1
  160. package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
  161. package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
  162. package/data/layers/full/tokens/themes/sick2025_light.css +12 -12
  163. package/data/layers/interface/component/component:syn-chart.json +51 -0
  164. package/data/layers/interface/component/component:syn-chart.md +61 -0
  165. package/data/layers/rules/component/component:syn-chart.md +39 -0
  166. package/data/manifest.json +3 -3
  167. package/package.json +5 -5
  168. package/dist/intentPolicy/capabilities/action.d.ts +0 -2
  169. package/dist/intentPolicy/capabilities/action.js +0 -26
  170. package/dist/intentPolicy/capabilities/assistance.d.ts +0 -2
  171. package/dist/intentPolicy/capabilities/assistance.js +0 -10
  172. package/dist/intentPolicy/capabilities/disclosure.d.ts +0 -2
  173. package/dist/intentPolicy/capabilities/disclosure.js +0 -14
  174. package/dist/intentPolicy/capabilities/feedback.d.ts +0 -2
  175. package/dist/intentPolicy/capabilities/feedback.js +0 -42
  176. package/dist/intentPolicy/capabilities/index.d.ts +0 -6
  177. package/dist/intentPolicy/capabilities/index.js +0 -22
  178. package/dist/intentPolicy/capabilities/input.d.ts +0 -2
  179. package/dist/intentPolicy/capabilities/input.js +0 -38
  180. package/dist/intentPolicy/capabilities/navigation.d.ts +0 -2
  181. package/dist/intentPolicy/capabilities/navigation.js +0 -54
  182. package/dist/intentPolicy/capabilities/status.d.ts +0 -2
  183. package/dist/intentPolicy/capabilities/status.js +0 -14
  184. package/dist/intentPolicy/capabilities/structure.d.ts +0 -2
  185. package/dist/intentPolicy/capabilities/structure.js +0 -22
  186. package/dist/intentPolicy/categories/action.d.ts +0 -2
  187. package/dist/intentPolicy/categories/action.js +0 -4
  188. package/dist/intentPolicy/categories/assistance.d.ts +0 -2
  189. package/dist/intentPolicy/categories/assistance.js +0 -4
  190. package/dist/intentPolicy/categories/disclosure.d.ts +0 -2
  191. package/dist/intentPolicy/categories/disclosure.js +0 -4
  192. package/dist/intentPolicy/categories/feedback.d.ts +0 -2
  193. package/dist/intentPolicy/categories/feedback.js +0 -4
  194. package/dist/intentPolicy/categories/index.d.ts +0 -5
  195. package/dist/intentPolicy/categories/index.js +0 -22
  196. package/dist/intentPolicy/categories/input.d.ts +0 -2
  197. package/dist/intentPolicy/categories/input.js +0 -4
  198. package/dist/intentPolicy/categories/navigation.d.ts +0 -2
  199. package/dist/intentPolicy/categories/navigation.js +0 -4
  200. package/dist/intentPolicy/categories/status.d.ts +0 -2
  201. package/dist/intentPolicy/categories/status.js +0 -4
  202. package/dist/intentPolicy/categories/structure.d.ts +0 -2
  203. package/dist/intentPolicy/categories/structure.js +0 -4
  204. package/dist/intentPolicy/intents/action.d.ts +0 -2
  205. package/dist/intentPolicy/intents/action.js +0 -38
  206. package/dist/intentPolicy/intents/assistance.d.ts +0 -2
  207. package/dist/intentPolicy/intents/assistance.js +0 -14
  208. package/dist/intentPolicy/intents/disclosure.d.ts +0 -2
  209. package/dist/intentPolicy/intents/disclosure.js +0 -20
  210. package/dist/intentPolicy/intents/feedback.d.ts +0 -2
  211. package/dist/intentPolicy/intents/feedback.js +0 -32
  212. package/dist/intentPolicy/intents/index.d.ts +0 -7
  213. package/dist/intentPolicy/intents/index.js +0 -23
  214. package/dist/intentPolicy/intents/input.d.ts +0 -2
  215. package/dist/intentPolicy/intents/input.js +0 -62
  216. package/dist/intentPolicy/intents/navigation.d.ts +0 -2
  217. package/dist/intentPolicy/intents/navigation.js +0 -44
  218. package/dist/intentPolicy/intents/status.d.ts +0 -2
  219. package/dist/intentPolicy/intents/status.js +0 -26
  220. package/dist/intentPolicy/intents/structure.d.ts +0 -2
  221. package/dist/intentPolicy/intents/structure.js +0 -32
  222. package/dist/intentPolicy/patterns/action.d.ts +0 -2
  223. package/dist/intentPolicy/patterns/action.js +0 -195
  224. package/dist/intentPolicy/patterns/assistance.d.ts +0 -2
  225. package/dist/intentPolicy/patterns/assistance.js +0 -13
  226. package/dist/intentPolicy/patterns/disclosure.d.ts +0 -2
  227. package/dist/intentPolicy/patterns/disclosure.js +0 -23
  228. package/dist/intentPolicy/patterns/feedback.d.ts +0 -2
  229. package/dist/intentPolicy/patterns/feedback.js +0 -44
  230. package/dist/intentPolicy/patterns/index.d.ts +0 -6
  231. package/dist/intentPolicy/patterns/index.js +0 -22
  232. package/dist/intentPolicy/patterns/input.d.ts +0 -2
  233. package/dist/intentPolicy/patterns/input.js +0 -99
  234. package/dist/intentPolicy/patterns/navigation.d.ts +0 -2
  235. package/dist/intentPolicy/patterns/navigation.js +0 -192
  236. package/dist/intentPolicy/patterns/status.d.ts +0 -2
  237. package/dist/intentPolicy/patterns/status.js +0 -32
  238. package/dist/intentPolicy/patterns/structure.d.ts +0 -2
  239. package/dist/intentPolicy/patterns/structure.js +0 -107
@@ -12,7 +12,7 @@ import {
12
12
  EventEmitter,
13
13
  AfterContentInit,
14
14
  } from '@angular/core';
15
- import type { SynValidate } from '@synergy-design-system/components';
15
+ import type SynValidate from '@synergy-design-system/components/components/validate/validate.component.js';
16
16
 
17
17
  import '@synergy-design-system/components/components/validate/validate.js';
18
18
 
@@ -36,7 +36,7 @@
36
36
  import { computed, ref } from 'vue';
37
37
  import '@synergy-design-system/components/components/validate/validate.js';
38
38
 
39
- import type { SynValidate } from '@synergy-design-system/components';
39
+ import type SynValidate from '@synergy-design-system/components/components/validate/validate.component.js';
40
40
 
41
41
  // DOM Reference to the element
42
42
  const nativeElement = ref<SynValidate>();
@@ -1,5 +1,24 @@
1
1
  # @synergy-design-system/angular
2
2
 
3
+ ## 3.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1271](https://github.com/synergy-design-system/synergy-design-system/pull/1271) [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-05-28
8
+
9
+ feat: ✨ `<syn-chart>` ([#1205](https://github.com/synergy-design-system/synergy-design-system/issues/1205))
10
+
11
+ This release adds an experimental MVP for the new `<syn-chart>` component for data visualization based on [Apache ECharts](https://echarts.apache.org).
12
+ It is available for Web Component, React, Angular and Vue
13
+
14
+ > ⚠️ **Experimental:** The API or behavior may change in future releases without a major version bump.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef), [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef)]:
19
+ - @synergy-design-system/tokens@3.15.0
20
+ - @synergy-design-system/components@3.15.0
21
+
3
22
  ## 3.14.0
4
23
 
5
24
  ### Minor Changes
@@ -378,6 +378,10 @@ export class Home {
378
378
  }
379
379
  ```
380
380
 
381
+ ### 11. Using the chart component
382
+
383
+ For details on chart components, see the [chart overview](https://synergy-design-system.github.io/?path=/docs/charts-overview--docs) and the [Angular-specific chart documentation](https://synergy-design-system.github.io/?path=/docs/charts-overview--docs#angular).
384
+
381
385
  ---
382
386
 
383
387
  ## Development
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/synergy-design-system/synergy-design-system.git",
23
23
  "directory": "packages/angular"
24
24
  },
25
- "version": "3.14.0",
25
+ "version": "3.15.0",
26
26
  "scripts": {
27
27
  "_build": "pnpm _clean && ng-packagr -c tsconfig.lib.json && pnpm _after-build",
28
28
  "_clean": "rm -rf ../_private/angular-demo/.angular",
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1271](https://github.com/synergy-design-system/synergy-design-system/pull/1271) [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-05-28
8
+
9
+ feat: ✨ `<syn-chart>` ([#1205](https://github.com/synergy-design-system/synergy-design-system/issues/1205))
10
+
11
+ This release adds an experimental MVP for the new `<syn-chart>` component for data visualization based on [Apache ECharts](https://echarts.apache.org).
12
+ It is available for Web Component, React, Angular and Vue
13
+
14
+ > ⚠️ **Experimental:** The API or behavior may change in future releases without a major version bump.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef)]:
19
+ - @synergy-design-system/tokens@3.15.0
20
+
3
21
  ## 3.14.0
4
22
 
5
23
  ### Minor Changes
@@ -209,7 +209,89 @@ document.addEventListener("load", () => {
209
209
 
210
210
  ---
211
211
 
212
- ### 6. Add html autocompletion to VSCode (optional)
212
+ ### 6. Using the `syn-chart` component (optional)
213
+
214
+ For more detailed information about the `syn-chart` component see the [Charting Overview page](https://synergy-design-system.github.io/?path=/docs/charting-overview--docs)
215
+
216
+ The `<syn-chart>` component allows you to display charts powered by [Apache ECharts](https://echarts.apache.org). Because not every project needs charting functionality, `echarts` is an **optional peer dependency** that must be installed separately.
217
+
218
+ > **Note:** `syn-chart` is currently **experimental**. Only **line charts** (`series[].type: 'line'`) are supported. Support for additional chart types will be added in future releases.
219
+
220
+ #### Step 1: Install the `echarts` dependency
221
+
222
+ ```bash
223
+ npm install --save echarts
224
+ ```
225
+
226
+ > **Note:** Only **Apache ECharts version 6** (`echarts@^6.1.0`) is officially supported. Other versions may work but are not tested or guaranteed to be compatible.
227
+
228
+ #### Step 2: Load the component tokens (required)
229
+
230
+ The chart component requires two sets of design tokens to render correctly:
231
+
232
+ 1. **The standard Synergy component tokens** – loaded as part of the regular theme setup (light or dark). If you have already done this as part of step 3 above, you can skip this.
233
+ 2. **The chart-specific tokens** – must be loaded **in addition** to the standard tokens.
234
+
235
+ ```typescript
236
+ // main.ts
237
+
238
+ // 1. Load the standard Synergy theme tokens (light or dark)
239
+ import "@synergy-design-system/tokens/themes/light.css";
240
+
241
+ // 2. Load the chart-specific tokens matching your theme (light or dark)
242
+ import "@synergy-design-system/tokens/charts/themes/light.css";
243
+ ```
244
+
245
+ #### Step 3: Import the chart component explicitly
246
+
247
+ `syn-chart` is **not** included in the default Synergy bundle (i.e. it is not exported by the main `synergy.js` entry point). You must import it explicitly:
248
+
249
+ ```typescript
250
+ // main.ts
251
+
252
+ // Import the chart component explicitly (not part of the default bundle)
253
+ import "@synergy-design-system/components/components/chart/chart.js";
254
+ ```
255
+
256
+ #### Step 4: Use the component in your HTML
257
+
258
+ ```html
259
+ <syn-chart id="my-chart"></syn-chart>
260
+
261
+ <script type="module">
262
+ const chart = document.getElementById("my-chart");
263
+
264
+ chart.config = {
265
+ xAxis: { type: "category", data: ["Mon", "Tue", "Wed", "Thu", "Fri"] },
266
+ yAxis: { type: "value" },
267
+ series: [{ type: "line", data: [820, 932, 901, 934, 1290] }],
268
+ };
269
+ </script>
270
+ ```
271
+
272
+ #### Complete setup example (using a build tool like Vite)
273
+
274
+ ```typescript
275
+ // main.ts
276
+
277
+ // 1. Load the standard Synergy theme (required for all components)
278
+ import "@synergy-design-system/tokens/themes/light.css";
279
+
280
+ // 2. Load the chart-specific tokens (required for syn-chart)
281
+ import "@synergy-design-system/tokens/charts/themes/light.css";
282
+
283
+ // 3. Load the Synergy CSS utility functions
284
+ import "@synergy-design-system/components/index.css";
285
+
286
+ // 4. Import the chart component explicitly
287
+ import "@synergy-design-system/components/components/chart/chart.js";
288
+ ```
289
+
290
+ For the full API documentation, available properties, and live examples, visit the [syn-chart component documentation](https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs).
291
+
292
+ ---
293
+
294
+ ### 7. Add html autocompletion to VSCode (optional)
213
295
 
214
296
  This package ships with a [custom-elements-manifest](https://github.com/webcomponents/custom-elements-manifest) that may be used to provide typings for tags. To enable code completion, please proceed the following way:
215
297
 
@@ -224,7 +306,7 @@ This package ships with a [custom-elements-manifest](https://github.com/webcompo
224
306
 
225
307
  ---
226
308
 
227
- ### 7. Breaking changes between major versions
309
+ ### 8. Breaking changes between major versions
228
310
 
229
311
  Please have a look at the official [breaking changes list](https://synergy-design-system.github.io/?path=/docs/packages-components-breaking-changes--docs) for information how to update to new major versions of Synergy.
230
312
 
@@ -4,7 +4,7 @@
4
4
  "url": "https://www.sick.com"
5
5
  },
6
6
  "name": "@synergy-design-system/components",
7
- "version": "3.14.0",
7
+ "version": "3.15.0",
8
8
  "description": "",
9
9
  "repository": {
10
10
  "type": "git",
@@ -84,12 +84,10 @@
84
84
  "@web/test-runner": "^0.20.2",
85
85
  "@web/test-runner-commands": "^0.9.0",
86
86
  "@web/test-runner-playwright": "^0.11.1",
87
- "chalk": "^5.6.2",
88
87
  "change-case": "^5.4.4",
89
88
  "command-line-args": "^6.0.2",
90
89
  "comment-parser": "^1.4.6",
91
90
  "custom-element-vs-code-integration": "^1.5.0",
92
- "del": "^8.0.1",
93
91
  "esbuild": "^0.28.0",
94
92
  "esbuild-plugin-replace": "^1.4.0",
95
93
  "eslint": "^9.39.4",
@@ -101,7 +99,6 @@
101
99
  "eslint-plugin-lit-a11y": "^5.1.1",
102
100
  "eslint-plugin-playwright": "^2.10.2",
103
101
  "eslint-plugin-wc": "^3.1.0",
104
- "globby": "^16.2.0",
105
102
  "html-validate": "^10.13.1",
106
103
  "ora": "^9.4.0",
107
104
  "postcss": "^8.5.10",
@@ -119,7 +116,13 @@
119
116
  "lit": "^3.3.2"
120
117
  },
121
118
  "peerDependencies": {
122
- "@synergy-design-system/tokens": "workspace:*"
119
+ "@synergy-design-system/tokens": "workspace:*",
120
+ "echarts": "^6.1.0"
121
+ },
122
+ "peerDependenciesMeta": {
123
+ "echarts": {
124
+ "optional": true
125
+ }
123
126
  },
124
127
  "customElements": "dist/custom-elements.json"
125
128
  }
@@ -1,5 +1,24 @@
1
1
  # @synergy-design-system/react
2
2
 
3
+ ## 3.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1271](https://github.com/synergy-design-system/synergy-design-system/pull/1271) [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-05-28
8
+
9
+ feat: ✨ `<syn-chart>` ([#1205](https://github.com/synergy-design-system/synergy-design-system/issues/1205))
10
+
11
+ This release adds an experimental MVP for the new `<syn-chart>` component for data visualization based on [Apache ECharts](https://echarts.apache.org).
12
+ It is available for Web Component, React, Angular and Vue
13
+
14
+ > ⚠️ **Experimental:** The API or behavior may change in future releases without a major version bump.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef), [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef)]:
19
+ - @synergy-design-system/tokens@3.15.0
20
+ - @synergy-design-system/components@3.15.0
21
+
3
22
  ## 3.14.0
4
23
 
5
24
  ### Minor Changes
@@ -247,6 +247,10 @@ export const Home: FC = () => {
247
247
  };
248
248
  ```
249
249
 
250
+ ### 10. Using the chart component
251
+
252
+ For details on chart components, see the [chart overview](https://synergy-design-system.github.io/?path=/docs/charts-overview--docs) and the [React-specific chart documentation](https://synergy-design-system.github.io/?path=/docs/charts-overview--docs#react).
253
+
250
254
  ---
251
255
 
252
256
  ## Development
@@ -43,7 +43,7 @@
43
43
  "directory": "packages/react"
44
44
  },
45
45
  "type": "module",
46
- "version": "3.14.0",
46
+ "version": "3.15.0",
47
47
  "devDependencies": {
48
48
  "@types/react": "^19.2.14",
49
49
  "react": "^19.2.5"
@@ -83,6 +83,7 @@ import type {
83
83
  SynTooltip,
84
84
  SynValidate,
85
85
  } from '@synergy-design-system/components';
86
+ import type SynChart from '@synergy-design-system/components/components/chart/chart.component.js';
86
87
 
87
88
  /**
88
89
  * Used core types
@@ -263,6 +264,15 @@ export type SynCustomElement<
263
264
  * @cssproperty --border-width - The width of the card's borders.
264
265
  * @cssproperty --padding - The padding to use for the card's sections.
265
266
  */ export type SynCardJSXElement = SynCustomElement<SynCard, []>;
267
+ /**
268
+ * @summary The `<syn-chart>` component is a container for displaying charts. It provides a structured layout and styling for chart elements, allowing for consistent presentation across different types of charts. The chart component is based on [Apache ECharts](https://echarts.apache.org)
269
+ *
270
+ * @documentation https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs
271
+ * @status experimental
272
+ * @since 0.0.0
273
+ *
274
+ * @csspart base - The component's base wrapper.
275
+ */ export type SynChartJSXElement = SynCustomElement<SynChart, []>;
266
276
  /**
267
277
  * @summary Checkboxes allow the user to toggle an option on or off.
268
278
  * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-checkbox--docs
@@ -1722,6 +1732,15 @@ declare module 'react' {
1722
1732
  * @cssproperty --border-width - The width of the card's borders.
1723
1733
  * @cssproperty --padding - The padding to use for the card's sections.
1724
1734
  */ 'syn-card': SynCardJSXElement;
1735
+ /**
1736
+ * @summary The `<syn-chart>` component is a container for displaying charts. It provides a structured layout and styling for chart elements, allowing for consistent presentation across different types of charts. The chart component is based on [Apache ECharts](https://echarts.apache.org)
1737
+ *
1738
+ * @documentation https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs
1739
+ * @status experimental
1740
+ * @since 0.0.0
1741
+ *
1742
+ * @csspart base - The component's base wrapper.
1743
+ */ 'syn-chart': SynChartJSXElement;
1725
1744
  /**
1726
1745
  * @summary Checkboxes allow the user to toggle an option on or off.
1727
1746
  * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-checkbox--docs
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1271](https://github.com/synergy-design-system/synergy-design-system/pull/1271) [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-05-28
8
+
9
+ feat: ✨ New chart color tokens ([#1205](https://github.com/synergy-design-system/synergy-design-system/issues/1205))
10
+
11
+ **What's new?**
12
+ - New chart tokens available as CSS, SCSS, and JavaScript exports under `dist/charts/`
13
+ - **Categorical palette** – 12 distinct colors to visually distinguish discrete data categories
14
+ - **Sequential palettes** (`sequential-01`–`sequential-07`) – 10-step single-hue ramps progressing from light to dark, ideal for visualizing ordered data by intensity or magnitude
15
+ - **Status palettes** – 10-step ramps for `critical`, `error`, `info`, `success`, and `warning`, progressing from light (low impact) to dark (high urgency) to convey severity within a single status color
16
+
17
+ ⚠️ The chart tokens are only available for the sick2025 theme and **NOT** for the sick2018 theme.
18
+
3
19
  ## 3.14.0
4
20
 
5
21
  ## 3.13.4
@@ -5,6 +5,9 @@ It provides exports for colors, spacings, shadows, sizings, typography and more
5
5
 
6
6
  The source of the tokens can be found at [Figma](https://www.figma.com/file/bZFqk9urD3NlghGUKrkKCR/Synergy-Digital-Design-System?type=design&node-id=104-235&mode=design&t=GPu4VVd9yffLLAaS-0)
7
7
 
8
+ In addition, it ships dedicated color palettes that can be used for charts components.
9
+ The source of the chart tokens can be found at [Figma](https://www.figma.com/design/9IpXnDH4GFziUH9sOpnK8V/Chart-Library?node-id=15-221&p=f&t=rVC9uEQgFFNLGUcL-0)
10
+
8
11
  ---
9
12
 
10
13
  ## Installation
@@ -188,6 +191,61 @@ Currently the raw .json tokens files are exported under `/src/figma-tokens/*/`.
188
191
 
189
192
  ---
190
193
 
194
+ ### Using chart tokens
195
+
196
+ The tokens package also ships a dedicated set of **chart tokens** for data-visualization use cases (e.g. for the `syn-chart` component). They follow the same theme/mode structure as the component tokens.
197
+
198
+ Chart tokens are served from a separate output path: `dist/charts/themes/`. Like the component tokens, they provide theme-specific files as well as generic `light.css` and `dark.css` aliases pointing to the current default theme (`sick2025`).
199
+
200
+ #### Available chart token files
201
+
202
+ | Theme | Mode | Stylesheet to use | Corresponding classNames |
203
+ | :------- | :---- | :--------------------------------------------- | :-------------------------------------- |
204
+ | sick2025 | light | `tokens/dist/charts/themes/sick2025_light.css` | `syn-theme-light`, `syn-sick2025-light` |
205
+ | sick2025 | dark | `tokens/dist/charts/themes/sick2025_dark.css` | `syn-theme-dark`, `syn-sick2025-dark` |
206
+
207
+ The generic aliases always point to the current default theme:
208
+
209
+ | Alias | Points to |
210
+ | :---------- | :-------------------------------------- |
211
+ | `light.css` | `dist/charts/themes/sick2025_light.css` |
212
+ | `dark.css` | `dist/charts/themes/sick2025_dark.css` |
213
+
214
+ #### Loading chart tokens
215
+
216
+ Chart tokens **must be loaded in addition to the regular component tokens**, as they reference CSS variables defined there.
217
+
218
+ ```html
219
+ <!DOCTYPE html>
220
+ <head>
221
+ <!-- 1. Load component tokens first (required base) -->
222
+ <link rel="stylesheet" href="/node_modules/@synergy-design-system/tokens/dist/themes/light.css" />
223
+
224
+ <!-- 2. Load chart tokens on top -->
225
+ <link rel="stylesheet" href="/node_modules/@synergy-design-system/tokens/dist/charts/themes/light.css" />
226
+ </head>
227
+ </html>
228
+ ```
229
+
230
+ ```javascript
231
+ // When using a bundler
232
+ import "@synergy-design-system/tokens/themes/light.css";
233
+ import "@synergy-design-system/tokens/charts/themes/light.css";
234
+ ```
235
+
236
+ Chart tokens expose CSS custom properties with the `--syn-` prefix, for example:
237
+
238
+ ```css
239
+ /* Categorical color series (01–12) */
240
+ --syn-categorical-01: var(--syn-color-primary-400);
241
+ --syn-categorical-02: var(--syn-color-accent-700);
242
+ /* … */
243
+
244
+ /* Sequential and diverging palette tokens are also provided */
245
+ ```
246
+
247
+ ---
248
+
191
249
  ## Optional: Configuring tokens in VSCode
192
250
 
193
251
  Using VSCode?
@@ -206,8 +264,10 @@ Just make sure to add a valid path to the light theme in the `.vscode/settings.j
206
264
 
207
265
  ### Architecture and Data Flow
208
266
 
267
+ #### Component tokens
268
+
209
269
  ```
210
- Figma
270
+ Figma (main file: bZFqk9urD3NlghGUKrkKCR)
211
271
 
212
272
  Figma REST API
213
273
 
@@ -215,11 +275,29 @@ Raw JSON Files (src/figma-variables/variableTokens.json + styleTokens.json)
215
275
 
216
276
  Transform Scripts (scripts/figma/)
217
277
 
218
- Style Dictionary compliant JSON Files (src/figma-variables/output/)
278
+ Style Dictionary-compatible JSON Files (src/figma-variables/output/)
279
+
280
+ Style Dictionary Processing (scripts/build-components.js)
281
+
282
+ Build Output (dist/themes/, dist/js/, dist/scss/)
283
+ ```
284
+
285
+ #### Chart tokens
286
+
287
+ ```
288
+ Figma (chart file: 9IpXnDH4GFziUH9sOpnK8V)
289
+
290
+ Figma REST API
291
+
292
+ Raw JSON File (src/figma-charts/chartTokens.json)
293
+
294
+ Transform Script (scripts/figma/transformer-variables-generic.js)
219
295
 
220
- Style Dictionary Processing (scripts/build.js)
296
+ Style Dictionary-compatible JSON Files (src/figma-charts/output/)
221
297
 
222
- Build Output (dist/)
298
+ Style Dictionary Processing (scripts/build-charts.js)
299
+
300
+ Build Output (dist/charts/themes/, dist/charts/js/, dist/charts/scss/)
223
301
  ```
224
302
 
225
303
  ### Building the tokens
@@ -233,31 +311,34 @@ This scripts needs the figma access token and optionally the figma file id, so i
233
311
  # Required: Figma Personal Access Token
234
312
  export FIGMA_TOKEN="your_figma_token_here"
235
313
 
236
- # Optional: Specific Figma File/Branch ID (Default: Main Branch)
314
+ # Optional: Specific Figma File/Branch ID for component tokens (Default: Main Branch)
237
315
  export FIGMA_FILE_ID="your_figma_file_id"
316
+
317
+ # Optional: Specific Figma File/Branch ID for chart tokens (Default: Chart file)
318
+ export FIGMA_CHARTING_FILE_ID="your_figma_charting_file_id"
238
319
  ```
239
320
 
240
321
  ```bash
241
- # Fetch all Figma data (Variables + Styles)
322
+ # Fetch all Figma data (component variables, chart variables + styles)
242
323
  pnpm fetch:figma
243
324
 
244
- # Only fetch variables and transform into Style Dictionary format
325
+ # Only fetch component + chart variables and transform into Style Dictionary format
245
326
  pnpm fetch:variables
246
327
 
247
328
  # Only fetch styles and transform into Style Dictionary format
248
329
  pnpm fetch:styles
249
330
 
250
- # Transform already fetched variables into Style Dictionary format
331
+ # Transform already fetched component variables into Style Dictionary format
251
332
  pnpm build:variables
252
333
 
253
334
  # Transform already fetched styles into Style Dictionary format
254
335
  pnpm build:styles
255
336
 
256
- # Process transformed tokens with Style Dictionary (build final output)
337
+ # Build component and chart tokens (final CSS/JS/SCSS output in dist/)
257
338
  pnpm build
258
339
 
259
340
  # Or do it all at once
260
- FIGMA_FILE_ID="FILE_ID" FIGMA_TOKEN="FIGMA_TOKEN" pnpm build:all
341
+ FIGMA_FILE_ID="FILE_ID" FIGMA_CHARTING_FILE_ID="CHART_FILE_ID" FIGMA_TOKEN="FIGMA_TOKEN" pnpm build:all
261
342
  ```
262
343
 
263
344
  #### Figma variables
@@ -295,14 +376,29 @@ You can trigger a build using `pnpm build` in the `tokens` package root. This wi
295
376
  - `sick2025-light.json`: Light Theme Tokens for SICK 2025
296
377
  - `sick2025-dark.json`: Dark Theme Tokens for SICK 2025
297
378
 
379
+ #### `/src/figma-charts/`
380
+
381
+ - **`chartTokens.json`**: Raw data of Figma Chart Variables, directly fetched from the charting Figma file
382
+ - **`output/`**: Transformed chart token files in Style Dictionary-compatible formats
383
+ - `sick2025-light.json`: Light Chart Tokens for SICK 2025
384
+ - `sick2025-dark.json`: Dark Chart Tokens for SICK 2025
385
+
298
386
  #### `/scripts/figma/`
299
387
 
300
- - **`fetch-variables.js`**: Downloads Figma Variables via the REST API
388
+ - **`fetch-variables.js`**: Downloads Figma Variables (component **and** chart tokens) via the REST API
301
389
  - **`style-dict-outputter.js`**: Custom outputter for Figma Styles export
302
- - **`transform-tokens.js`**: Transforms Figma Variables into Style Dictionary format
390
+ - **`transformer-variables-generic.js`**: Transforms Figma Variables into Style Dictionary format (shared by component and chart pipelines)
303
391
  - **`transform-styles.js`**: Transforms Figma Styles into Style Dictionary format
304
392
  - **`helpers.js`**: Utility functions
305
393
 
394
+ #### `/scripts/build-components.js`
395
+
396
+ Runs the Style Dictionary pipeline for component tokens and writes output to `dist/themes/`, `dist/js/`, and `dist/scss/`.
397
+
398
+ #### `/scripts/build-charts.js`
399
+
400
+ Runs the Style Dictionary pipeline for chart tokens and writes output to `dist/charts/themes/`, `dist/charts/js/`, and `dist/charts/scss/`. Chart tokens reference component token variables for resolution but only emit chart-specific CSS custom properties in the final output.
401
+
306
402
  #### `/scripts/add-missing-tokens.js`
307
403
 
308
404
  **Purpose**:
@@ -314,9 +410,9 @@ This script is designed to inspect and append missing CSS variables based on a g
314
410
 
315
411
  **Key Functions**:
316
412
 
317
- - `extractVariables(data, prefix)`: Extracts variables from the provided data based on the prefix.
318
- - `compareAndAppendVariables(sourceFilePath, targetFilePath, prefix)`: Compares source and target files for missing variables and appends them.
319
- - `addMissingTokens(prefix)`: Main function that loops through target files and checks for missing variables.
413
+ - `extractVariables(data)`: Extracts CSS variable declarations from the provided CSS string.
414
+ - `appendVariables(targetFilePath, variables)`: Appends missing variables to the target CSS file, skipping any that already exist.
415
+ - `addMissingTokens(targetDir)`: Main function that iterates over all CSS files in the target directory and appends any missing variables.
320
416
 
321
417
  ### Github Action
322
418
 
@@ -377,9 +473,10 @@ When adding new tokens or changing existing token values, the test reference fil
377
473
 
378
474
  The token package includes a test system that validates the consistency between the built token files and reference files:
379
475
 
380
- - **`test/light.css`**: Reference file containing expected CSS variables for the light theme
381
- - **`test/dark.css`**: Reference file containing expected CSS variables for the dark theme
382
- - **`test/test-css-variables.js`**: Test script that compares built files against reference files
476
+ - **`test/sick2018_light.css`** / **`test/sick2018_dark.css`**: Reference files for the SICK 2018 component themes
477
+ - **`test/sick2025_light.css`** / **`test/sick2025_dark.css`**: Reference files for the SICK 2025 component themes
478
+ - **`test/sick2025_light_charts.css`** / **`test/sick2025_dark_charts.css`**: Reference files for the SICK 2025 chart themes
479
+ - **`test/test-css-variables.js`**: Test script that compares built files against all reference files
383
480
 
384
481
  #### When to Update Test Files
385
482
 
@@ -409,8 +506,11 @@ After the new / updated tokens are fetched and build:
409
506
  3. **Update reference files**: If the changes are intentional, copy the built files to the test directory or update the files manually with the changes
410
507
 
411
508
  ```bash
412
- # Copy the newly built files to serve as new reference files
509
+ # Copy the newly built component theme files to serve as new reference files
413
510
  cp dist/themes/sick*.css test
511
+
512
+ # Copy the newly built chart theme files to serve as new reference files
513
+ cp dist/charts/themes/sick*.css test
414
514
  ```
415
515
 
416
516
  4. **Verify the update**: Run the test again to ensure everything matches
@@ -14,11 +14,9 @@
14
14
  "@tamtamchik/json-deep-sort": "^1.5.0",
15
15
  "@tokens-studio/sd-transforms": "^2.0.3",
16
16
  "@types/node": "^24.12.2",
17
- "chalk": "^5.6.2",
18
17
  "change-case": "^5.4.4",
19
18
  "eslint": "^9.39.4",
20
19
  "eslint-import-resolver-typescript": "^4.4.4",
21
- "rimraf": "^6.1.3",
22
20
  "style-dictionary": "^5.4.0",
23
21
  "stylelint": "^17.9.0",
24
22
  "typescript": "^5.9.3"
@@ -33,7 +31,14 @@
33
31
  "default": "./package.json"
34
32
  },
35
33
  "./themes/*": "./dist/themes/*",
36
- "./scss/*": "./dist/scss/*"
34
+ "./scss/*": "./dist/scss/*",
35
+ "./charts/themes/*": "./dist/charts/themes/*",
36
+ "./charts/scss/*": "./dist/charts/scss/*",
37
+ "./charts": {
38
+ "types": "./dist/charts/js/index.d.ts",
39
+ "import": "./dist/charts/js/index.js",
40
+ "default": "./dist/charts/js/index.js"
41
+ }
37
42
  },
38
43
  "files": [
39
44
  "dist",
@@ -60,12 +65,12 @@
60
65
  "build:all": "dotenvx -q run pnpm build:_all",
61
66
  "build:_all": "pnpm clean && pnpm fetch:figma && pnpm build:figma && pnpm build",
62
67
  "build:figma": "pnpm run build:variables && pnpm run build:styles",
63
- "build:variables": "node scripts/figma/transform-tokens.js",
68
+ "build:variables": "node scripts/figma/transform-variables.js",
64
69
  "build:styles": "node scripts/figma/transform-styles.js",
65
70
  "fetch:figma": "pnpm run fetch:variables && pnpm run fetch:styles",
66
71
  "fetch:styles": "figma-export use-config",
67
72
  "fetch:variables": "node scripts/figma/fetch-variables.js",
68
- "clean": "rimraf dist",
73
+ "clean": "node scripts/clean.js",
69
74
  "lint:css": "stylelint \"dist/**/*.css\"",
70
75
  "lint:js": "eslint scripts dist/js",
71
76
  "lint:types": "tsc --noEmit",
@@ -77,5 +82,5 @@
77
82
  },
78
83
  "type": "module",
79
84
  "types": "./dist/js/index.d.ts",
80
- "version": "3.14.0"
85
+ "version": "3.15.0"
81
86
  }
@@ -1,5 +1,24 @@
1
1
  # @synergy-design-system/vue
2
2
 
3
+ ## 3.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1271](https://github.com/synergy-design-system/synergy-design-system/pull/1271) [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-05-28
8
+
9
+ feat: ✨ `<syn-chart>` ([#1205](https://github.com/synergy-design-system/synergy-design-system/issues/1205))
10
+
11
+ This release adds an experimental MVP for the new `<syn-chart>` component for data visualization based on [Apache ECharts](https://echarts.apache.org).
12
+ It is available for Web Component, React, Angular and Vue
13
+
14
+ > ⚠️ **Experimental:** The API or behavior may change in future releases without a major version bump.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef), [`74917ea`](https://github.com/synergy-design-system/synergy-design-system/commit/74917ea30e2d26780202c382c7f157c63e3833ef)]:
19
+ - @synergy-design-system/tokens@3.15.0
20
+ - @synergy-design-system/components@3.15.0
21
+
3
22
  ## 3.14.0
4
23
 
5
24
  ### Minor Changes