@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.
- package/CHANGELOG.md +21 -0
- package/data/core/component/component:syn-chart.json +181 -0
- package/data/core/setup/setup:angular-components-module.json +1 -1
- package/data/core/setup/setup:angular-forms-module.json +1 -1
- package/data/core/setup/setup:angular-package.json +2 -2
- package/data/core/setup/setup:angular-validators-module.json +1 -1
- package/data/core/setup/setup:components-package.json +2 -2
- package/data/core/setup/setup:react-package.json +2 -2
- package/data/core/setup/setup:tokens-package.json +10 -2
- package/data/core/setup/setup:vue-package.json +2 -2
- package/data/core/token/token:tokens-charts-js-index-d-ts.json +31 -0
- package/data/core/token/token:tokens-charts-js-index-js.json +31 -0
- package/data/core/token/token:tokens-charts-scss-tokens-scss.json +31 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +32 -0
- package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +32 -0
- package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
- package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
- package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
- package/data/core/token/token:tokens-js-index-js.json +1 -1
- package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
- package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
- package/data/index.json +108 -1
- package/data/layers/examples/component/component:syn-chart.md +191 -0
- package/data/layers/full/component/component:syn-accordion/angular/accordion.component.ts +1 -1
- package/data/layers/full/component/component:syn-accordion/vue/SynVueAccordion.vue +1 -1
- package/data/layers/full/component/component:syn-alert/angular/alert.component.ts +1 -1
- package/data/layers/full/component/component:syn-alert/vue/SynVueAlert.vue +1 -1
- package/data/layers/full/component/component:syn-badge/angular/badge.component.ts +1 -1
- package/data/layers/full/component/component:syn-badge/vue/SynVueBadge.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/angular/breadcrumb.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb/vue/SynVueBreadcrumb.vue +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/angular/breadcrumb-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue +1 -1
- package/data/layers/full/component/component:syn-button/angular/button.component.ts +1 -1
- package/data/layers/full/component/component:syn-button/vue/SynVueButton.vue +1 -1
- package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-button-group/vue/SynVueButtonGroup.vue +1 -1
- package/data/layers/full/component/component:syn-card/angular/card.component.ts +1 -1
- package/data/layers/full/component/component:syn-card/vue/SynVueCard.vue +1 -1
- package/data/layers/full/component/component:syn-chart/angular/chart.component.ts +84 -0
- package/data/layers/full/component/component:syn-chart/components/chart.component.ts +181 -0
- package/data/layers/full/component/component:syn-chart/components/chart.palettes.ts +110 -0
- package/data/layers/full/component/component:syn-chart/components/chart.styles.ts +15 -0
- package/data/layers/full/component/component:syn-chart/components/chart.ts +14 -0
- package/data/layers/full/component/component:syn-chart/components/types.ts +5 -0
- package/data/layers/full/component/component:syn-chart/react/SynChartJSXElement.ts +1 -0
- package/data/layers/full/component/component:syn-chart/react/chart.ts +28 -0
- package/data/layers/full/component/component:syn-chart/vue/SynVueChart.vue +76 -0
- package/data/layers/full/component/component:syn-checkbox/angular/checkbox.component.ts +1 -1
- package/data/layers/full/component/component:syn-checkbox/vue/SynVueCheckbox.vue +1 -1
- package/data/layers/full/component/component:syn-combobox/angular/combobox.component.ts +1 -1
- package/data/layers/full/component/component:syn-combobox/vue/SynVueCombobox.vue +1 -1
- package/data/layers/full/component/component:syn-details/angular/details.component.ts +1 -1
- package/data/layers/full/component/component:syn-details/vue/SynVueDetails.vue +1 -1
- package/data/layers/full/component/component:syn-dialog/angular/dialog.component.ts +1 -1
- package/data/layers/full/component/component:syn-dialog/vue/SynVueDialog.vue +1 -1
- package/data/layers/full/component/component:syn-divider/angular/divider.component.ts +1 -1
- package/data/layers/full/component/component:syn-divider/vue/SynVueDivider.vue +1 -1
- package/data/layers/full/component/component:syn-drawer/angular/drawer.component.ts +1 -1
- package/data/layers/full/component/component:syn-drawer/vue/SynVueDrawer.vue +1 -1
- package/data/layers/full/component/component:syn-dropdown/angular/dropdown.component.ts +1 -1
- package/data/layers/full/component/component:syn-dropdown/vue/SynVueDropdown.vue +1 -1
- package/data/layers/full/component/component:syn-file/angular/file.component.ts +1 -1
- package/data/layers/full/component/component:syn-file/vue/SynVueFile.vue +1 -1
- package/data/layers/full/component/component:syn-header/angular/header.component.ts +1 -1
- package/data/layers/full/component/component:syn-header/vue/SynVueHeader.vue +1 -1
- package/data/layers/full/component/component:syn-icon/angular/icon.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon/vue/SynVueIcon.vue +1 -1
- package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-icon-button/vue/SynVueIconButton.vue +1 -1
- package/data/layers/full/component/component:syn-input/angular/input.component.ts +1 -1
- package/data/layers/full/component/component:syn-input/vue/SynVueInput.vue +1 -1
- package/data/layers/full/component/component:syn-menu/angular/menu.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu/vue/SynVueMenu.vue +1 -1
- package/data/layers/full/component/component:syn-menu-item/angular/menu-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-item/vue/SynVueMenuItem.vue +1 -1
- package/data/layers/full/component/component:syn-menu-label/angular/menu-label.component.ts +1 -1
- package/data/layers/full/component/component:syn-menu-label/vue/SynVueMenuLabel.vue +1 -1
- package/data/layers/full/component/component:syn-nav-item/angular/nav-item.component.ts +1 -1
- package/data/layers/full/component/component:syn-nav-item/vue/SynVueNavItem.vue +1 -1
- package/data/layers/full/component/component:syn-optgroup/angular/optgroup.component.ts +1 -1
- package/data/layers/full/component/component:syn-optgroup/vue/SynVueOptgroup.vue +1 -1
- package/data/layers/full/component/component:syn-option/angular/option.component.ts +1 -1
- package/data/layers/full/component/component:syn-option/vue/SynVueOption.vue +1 -1
- package/data/layers/full/component/component:syn-pagination/angular/pagination.component.ts +1 -1
- package/data/layers/full/component/component:syn-pagination/vue/SynVuePagination.vue +1 -1
- package/data/layers/full/component/component:syn-popup/angular/popup.component.ts +1 -1
- package/data/layers/full/component/component:syn-popup/vue/SynVuePopup.vue +1 -1
- package/data/layers/full/component/component:syn-prio-nav/angular/prio-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-prio-nav/vue/SynVuePrioNav.vue +1 -1
- package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-bar/vue/SynVueProgressBar.vue +1 -1
- package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts +1 -1
- package/data/layers/full/component/component:syn-progress-ring/vue/SynVueProgressRing.vue +1 -1
- package/data/layers/full/component/component:syn-radio/angular/radio.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio/vue/SynVueRadio.vue +1 -1
- package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-button/vue/SynVueRadioButton.vue +1 -1
- package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-radio-group/vue/SynVueRadioGroup.vue +1 -1
- package/data/layers/full/component/component:syn-range/angular/range.component.ts +1 -1
- package/data/layers/full/component/component:syn-range/vue/SynVueRange.vue +1 -1
- package/data/layers/full/component/component:syn-range-tick/angular/range-tick.component.ts +1 -1
- package/data/layers/full/component/component:syn-range-tick/vue/SynVueRangeTick.vue +1 -1
- package/data/layers/full/component/component:syn-select/angular/select.component.ts +1 -1
- package/data/layers/full/component/component:syn-select/vue/SynVueSelect.vue +1 -1
- package/data/layers/full/component/component:syn-side-nav/angular/side-nav.component.ts +1 -1
- package/data/layers/full/component/component:syn-side-nav/vue/SynVueSideNav.vue +1 -1
- package/data/layers/full/component/component:syn-spinner/angular/spinner.component.ts +1 -1
- package/data/layers/full/component/component:syn-spinner/vue/SynVueSpinner.vue +1 -1
- package/data/layers/full/component/component:syn-switch/angular/switch.component.ts +1 -1
- package/data/layers/full/component/component:syn-switch/vue/SynVueSwitch.vue +1 -1
- package/data/layers/full/component/component:syn-tab/angular/tab.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab/vue/SynVueTab.vue +1 -1
- package/data/layers/full/component/component:syn-tab-group/angular/tab-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-group/vue/SynVueTabGroup.vue +1 -1
- package/data/layers/full/component/component:syn-tab-panel/angular/tab-panel.component.ts +1 -1
- package/data/layers/full/component/component:syn-tab-panel/vue/SynVueTabPanel.vue +1 -1
- package/data/layers/full/component/component:syn-tag/angular/tag.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag/vue/SynVueTag.vue +1 -1
- package/data/layers/full/component/component:syn-tag-group/angular/tag-group.component.ts +1 -1
- package/data/layers/full/component/component:syn-tag-group/vue/SynVueTagGroup.vue +1 -1
- package/data/layers/full/component/component:syn-textarea/angular/textarea.component.ts +1 -1
- package/data/layers/full/component/component:syn-textarea/vue/SynVueTextarea.vue +1 -1
- package/data/layers/full/component/component:syn-tooltip/angular/tooltip.component.ts +1 -1
- package/data/layers/full/component/component:syn-tooltip/vue/SynVueTooltip.vue +1 -1
- package/data/layers/full/component/component:syn-validate/angular/validate.component.ts +1 -1
- package/data/layers/full/component/component:syn-validate/vue/SynVueValidate.vue +1 -1
- package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:angular-package/angular/README.md +4 -0
- package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
- package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +18 -0
- package/data/layers/full/setup/setup:components-package/components/README.md +84 -2
- package/data/layers/full/setup/setup:components-package/components/package.json +8 -5
- package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:react-package/react/README.md +4 -0
- package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
- package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +19 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +16 -0
- package/data/layers/full/setup/setup:tokens-package/tokens/README.md +119 -19
- package/data/layers/full/setup/setup:tokens-package/tokens/package.json +11 -6
- package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +19 -0
- package/data/layers/full/setup/setup:vue-package/vue/README.md +4 -0
- package/data/layers/full/setup/setup:vue-package/vue/package.json +9 -2
- package/data/layers/full/tokens/charts/js/index.d.ts +664 -0
- package/data/layers/full/tokens/charts/js/index.js +664 -0
- package/data/layers/full/tokens/charts/scss/_tokens.scss +136 -0
- package/data/layers/full/tokens/charts/themes/sick2025_dark.css +142 -0
- package/data/layers/full/tokens/charts/themes/sick2025_light.css +142 -0
- package/data/layers/full/tokens/figma-variables/sick2025-light.json +12 -12
- package/data/layers/full/tokens/js/index.d.ts +1 -1
- package/data/layers/full/tokens/js/index.js +1 -1
- package/data/layers/full/tokens/scss/_tokens.scss +1 -1
- package/data/layers/full/tokens/themes/sick2018_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
- package/data/layers/full/tokens/themes/sick2025_light.css +12 -12
- package/data/layers/interface/component/component:syn-chart.json +51 -0
- package/data/layers/interface/component/component:syn-chart.md +61 -0
- package/data/layers/rules/component/component:syn-chart.md +39 -0
- package/data/manifest.json +3 -3
- package/package.json +5 -5
- package/dist/intentPolicy/capabilities/action.d.ts +0 -2
- package/dist/intentPolicy/capabilities/action.js +0 -26
- package/dist/intentPolicy/capabilities/assistance.d.ts +0 -2
- package/dist/intentPolicy/capabilities/assistance.js +0 -10
- package/dist/intentPolicy/capabilities/disclosure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/disclosure.js +0 -14
- package/dist/intentPolicy/capabilities/feedback.d.ts +0 -2
- package/dist/intentPolicy/capabilities/feedback.js +0 -42
- package/dist/intentPolicy/capabilities/index.d.ts +0 -6
- package/dist/intentPolicy/capabilities/index.js +0 -22
- package/dist/intentPolicy/capabilities/input.d.ts +0 -2
- package/dist/intentPolicy/capabilities/input.js +0 -38
- package/dist/intentPolicy/capabilities/navigation.d.ts +0 -2
- package/dist/intentPolicy/capabilities/navigation.js +0 -54
- package/dist/intentPolicy/capabilities/status.d.ts +0 -2
- package/dist/intentPolicy/capabilities/status.js +0 -14
- package/dist/intentPolicy/capabilities/structure.d.ts +0 -2
- package/dist/intentPolicy/capabilities/structure.js +0 -22
- package/dist/intentPolicy/categories/action.d.ts +0 -2
- package/dist/intentPolicy/categories/action.js +0 -4
- package/dist/intentPolicy/categories/assistance.d.ts +0 -2
- package/dist/intentPolicy/categories/assistance.js +0 -4
- package/dist/intentPolicy/categories/disclosure.d.ts +0 -2
- package/dist/intentPolicy/categories/disclosure.js +0 -4
- package/dist/intentPolicy/categories/feedback.d.ts +0 -2
- package/dist/intentPolicy/categories/feedback.js +0 -4
- package/dist/intentPolicy/categories/index.d.ts +0 -5
- package/dist/intentPolicy/categories/index.js +0 -22
- package/dist/intentPolicy/categories/input.d.ts +0 -2
- package/dist/intentPolicy/categories/input.js +0 -4
- package/dist/intentPolicy/categories/navigation.d.ts +0 -2
- package/dist/intentPolicy/categories/navigation.js +0 -4
- package/dist/intentPolicy/categories/status.d.ts +0 -2
- package/dist/intentPolicy/categories/status.js +0 -4
- package/dist/intentPolicy/categories/structure.d.ts +0 -2
- package/dist/intentPolicy/categories/structure.js +0 -4
- package/dist/intentPolicy/intents/action.d.ts +0 -2
- package/dist/intentPolicy/intents/action.js +0 -38
- package/dist/intentPolicy/intents/assistance.d.ts +0 -2
- package/dist/intentPolicy/intents/assistance.js +0 -14
- package/dist/intentPolicy/intents/disclosure.d.ts +0 -2
- package/dist/intentPolicy/intents/disclosure.js +0 -20
- package/dist/intentPolicy/intents/feedback.d.ts +0 -2
- package/dist/intentPolicy/intents/feedback.js +0 -32
- package/dist/intentPolicy/intents/index.d.ts +0 -7
- package/dist/intentPolicy/intents/index.js +0 -23
- package/dist/intentPolicy/intents/input.d.ts +0 -2
- package/dist/intentPolicy/intents/input.js +0 -62
- package/dist/intentPolicy/intents/navigation.d.ts +0 -2
- package/dist/intentPolicy/intents/navigation.js +0 -44
- package/dist/intentPolicy/intents/status.d.ts +0 -2
- package/dist/intentPolicy/intents/status.js +0 -26
- package/dist/intentPolicy/intents/structure.d.ts +0 -2
- package/dist/intentPolicy/intents/structure.js +0 -32
- package/dist/intentPolicy/patterns/action.d.ts +0 -2
- package/dist/intentPolicy/patterns/action.js +0 -195
- package/dist/intentPolicy/patterns/assistance.d.ts +0 -2
- package/dist/intentPolicy/patterns/assistance.js +0 -13
- package/dist/intentPolicy/patterns/disclosure.d.ts +0 -2
- package/dist/intentPolicy/patterns/disclosure.js +0 -23
- package/dist/intentPolicy/patterns/feedback.d.ts +0 -2
- package/dist/intentPolicy/patterns/feedback.js +0 -44
- package/dist/intentPolicy/patterns/index.d.ts +0 -6
- package/dist/intentPolicy/patterns/index.js +0 -22
- package/dist/intentPolicy/patterns/input.d.ts +0 -2
- package/dist/intentPolicy/patterns/input.js +0 -99
- package/dist/intentPolicy/patterns/navigation.d.ts +0 -2
- package/dist/intentPolicy/patterns/navigation.js +0 -192
- package/dist/intentPolicy/patterns/status.d.ts +0 -2
- package/dist/intentPolicy/patterns/status.js +0 -32
- package/dist/intentPolicy/patterns/structure.d.ts +0 -2
- package/dist/intentPolicy/patterns/structure.js +0 -107
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Released on: 2026-06-02
|
|
8
|
+
|
|
9
|
+
chore: ✨ Update Metadata and MCP with latest metadata
|
|
10
|
+
|
|
11
|
+
## 3.9.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#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
|
|
16
|
+
|
|
17
|
+
feat: ✨ `<syn-chart>` ([#1205](https://github.com/synergy-design-system/synergy-design-system/issues/1205))
|
|
18
|
+
|
|
19
|
+
This release adds an experimental MVP for the new `<syn-chart>` component for data visualization based on [Apache ECharts](https://echarts.apache.org).
|
|
20
|
+
It is available for Web Component, React, Angular and Vue
|
|
21
|
+
|
|
22
|
+
> ⚠️ **Experimental:** The API or behavior may change in future releases without a major version bump.
|
|
23
|
+
|
|
3
24
|
## 3.8.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
{
|
|
2
|
+
"custom": {
|
|
3
|
+
"clusters": [
|
|
4
|
+
"components-by-tag/data-visualization"
|
|
5
|
+
],
|
|
6
|
+
"frameworks": {
|
|
7
|
+
"angular": {
|
|
8
|
+
"componentName": "SynChartComponent",
|
|
9
|
+
"exportPath": "packages/angular/index.ts",
|
|
10
|
+
"packageName": "@synergy-design-system/angular",
|
|
11
|
+
"selector": "syn-chart",
|
|
12
|
+
"sourcePath": "packages/angular/components/chart/chart.component.ts"
|
|
13
|
+
},
|
|
14
|
+
"react": {
|
|
15
|
+
"jsx": {
|
|
16
|
+
"componentName": "SynChart",
|
|
17
|
+
"documentation": "https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs",
|
|
18
|
+
"events": [],
|
|
19
|
+
"packageName": "@synergy-design-system/react",
|
|
20
|
+
"since": "0.0.0",
|
|
21
|
+
"sourcePath": "packages/react/src/types/syn-jsx-elements.ts",
|
|
22
|
+
"status": "experimental",
|
|
23
|
+
"subpathExport": "./types/latest",
|
|
24
|
+
"typeName": "SynChartJSXElement"
|
|
25
|
+
},
|
|
26
|
+
"wrapper": {
|
|
27
|
+
"componentName": "SynChart",
|
|
28
|
+
"exportPath": "packages/react/src/index.ts",
|
|
29
|
+
"packageName": "@synergy-design-system/react",
|
|
30
|
+
"sourcePath": "packages/react/src/components/chart.ts"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"vue": {
|
|
34
|
+
"componentName": "SynVueChart",
|
|
35
|
+
"exportPath": "packages/vue/src/index.ts",
|
|
36
|
+
"packageName": "@synergy-design-system/vue",
|
|
37
|
+
"sourcePath": "packages/vue/src/components/SynVueChart.vue"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"override": {
|
|
41
|
+
"figmaDocsId": "https://www.figma.com/design/9IpXnDH4GFziUH9sOpnK8V/Chart-Library?node-id=0-1&p=f&t=PkQKC2p7WIr2k0og-0",
|
|
42
|
+
"storySourcePath": "components.chart",
|
|
43
|
+
"storyTags": [
|
|
44
|
+
"Data Visualization"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"rules": {
|
|
48
|
+
"accessibility": [
|
|
49
|
+
"Do not rely on color alone to distinguish data series; use labels, markers, or patterns where helpful.",
|
|
50
|
+
"Provide a text alternative or data table for users who cannot interpret visualizations reliably.",
|
|
51
|
+
"Ensure chart context is available in surrounding text, including what is shown and why it matters."
|
|
52
|
+
],
|
|
53
|
+
"component": "syn-chart",
|
|
54
|
+
"usageGuidelines": [
|
|
55
|
+
{
|
|
56
|
+
"content": [
|
|
57
|
+
"Use charts when visual pattern recognition (trends, peaks, outliers) is more helpful than raw tables.",
|
|
58
|
+
"Keep the chart goal specific and clear (for example trend over time, comparison, distribution).",
|
|
59
|
+
"Avoid using charts when exact value lookup is the primary task; provide a table or value list as a complement."
|
|
60
|
+
],
|
|
61
|
+
"id": "data-and-purpose",
|
|
62
|
+
"name": "Data and Purpose"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"content": [
|
|
66
|
+
"Use clear axis labels, units, and legends so users can understand the data context immediately.",
|
|
67
|
+
"Limit the number of simultaneously visible series to reduce visual noise.",
|
|
68
|
+
"Choose palettes that maintain sufficient contrast between series and background.",
|
|
69
|
+
"Avoid excessive decoration and effects that do not add analytical value."
|
|
70
|
+
],
|
|
71
|
+
"id": "visual-clarity",
|
|
72
|
+
"name": "Visual Clarity"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"content": [
|
|
76
|
+
"Ensure labels, tooltips, and legends remain readable at small viewport sizes.",
|
|
77
|
+
"Prevent overlapping labels and crowded markers by simplifying or reducing displayed data where needed.",
|
|
78
|
+
"Keep chart dimensions appropriate for the amount and complexity of the data shown."
|
|
79
|
+
],
|
|
80
|
+
"id": "responsiveness-and-density",
|
|
81
|
+
"name": "Responsiveness and Density"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"useCases": [
|
|
85
|
+
"Display time-based trends such as sensor values, throughput, or production metrics.",
|
|
86
|
+
"Compare multiple data series in dashboards to identify differences and anomalies.",
|
|
87
|
+
"Present historical data to support analysis, reporting, and decision-making.",
|
|
88
|
+
"Visualize key performance indicators where users need a fast visual overview."
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"sourceModulePath": "components/chart/chart.js",
|
|
92
|
+
"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)"
|
|
93
|
+
},
|
|
94
|
+
"id": "component:syn-chart",
|
|
95
|
+
"kind": "component",
|
|
96
|
+
"layers": {
|
|
97
|
+
"examples": [
|
|
98
|
+
{
|
|
99
|
+
"layer": "examples",
|
|
100
|
+
"path": "layers/examples/component/component:syn-chart.md"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"full": [
|
|
104
|
+
{
|
|
105
|
+
"layer": "full",
|
|
106
|
+
"path": "layers/full/component/component:syn-chart/angular/chart.component.ts"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"layer": "full",
|
|
110
|
+
"path": "layers/full/component/component:syn-chart/components/chart.component.ts"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"layer": "full",
|
|
114
|
+
"path": "layers/full/component/component:syn-chart/components/chart.palettes.ts"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"layer": "full",
|
|
118
|
+
"path": "layers/full/component/component:syn-chart/components/chart.styles.ts"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"layer": "full",
|
|
122
|
+
"path": "layers/full/component/component:syn-chart/components/chart.ts"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"layer": "full",
|
|
126
|
+
"path": "layers/full/component/component:syn-chart/components/types.ts"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"layer": "full",
|
|
130
|
+
"path": "layers/full/component/component:syn-chart/react/chart.ts"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"layer": "full",
|
|
134
|
+
"path": "layers/full/component/component:syn-chart/vue/SynVueChart.vue"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"layer": "full",
|
|
138
|
+
"path": "layers/full/component/component:syn-chart/react/SynChartJSXElement.ts"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"interface": [
|
|
142
|
+
{
|
|
143
|
+
"layer": "interface",
|
|
144
|
+
"path": "layers/interface/component/component:syn-chart.json"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"layer": "interface",
|
|
148
|
+
"path": "layers/interface/component/component:syn-chart.md"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"rules": [
|
|
152
|
+
{
|
|
153
|
+
"layer": "rules",
|
|
154
|
+
"path": "layers/rules/component/component:syn-chart.md"
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
"name": "syn-chart",
|
|
159
|
+
"package": "components",
|
|
160
|
+
"relations": [],
|
|
161
|
+
"since": "0.0.0",
|
|
162
|
+
"sources": [
|
|
163
|
+
"packages/angular/components/chart/chart.component.ts",
|
|
164
|
+
"packages/components/src/components/chart/chart.component.ts",
|
|
165
|
+
"packages/components/src/components/chart/chart.palettes.ts",
|
|
166
|
+
"packages/components/src/components/chart/chart.styles.ts",
|
|
167
|
+
"packages/components/src/components/chart/chart.ts",
|
|
168
|
+
"packages/components/src/components/chart/types.ts",
|
|
169
|
+
"packages/react/src/components/chart.ts",
|
|
170
|
+
"packages/vue/src/components/SynVueChart.vue"
|
|
171
|
+
],
|
|
172
|
+
"status": "experimental",
|
|
173
|
+
"tags": [
|
|
174
|
+
"angular",
|
|
175
|
+
"chart",
|
|
176
|
+
"component",
|
|
177
|
+
"react",
|
|
178
|
+
"syn-chart",
|
|
179
|
+
"vue"
|
|
180
|
+
]
|
|
181
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"custom": {
|
|
3
3
|
"framework": "angular",
|
|
4
4
|
"packageName": "@synergy-design-system/angular",
|
|
5
|
-
"packageVersion": "3.
|
|
5
|
+
"packageVersion": "3.15.0",
|
|
6
6
|
"subpathExports": [
|
|
7
7
|
".",
|
|
8
8
|
"./components/*",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"name": "Angular Framework Package",
|
|
40
40
|
"package": "angular",
|
|
41
41
|
"relations": [],
|
|
42
|
-
"since": "3.
|
|
42
|
+
"since": "3.15.0",
|
|
43
43
|
"sources": [
|
|
44
44
|
"packages/angular/README.md",
|
|
45
45
|
"packages/angular/CHANGELOG.md",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"custom": {
|
|
3
3
|
"packageName": "@synergy-design-system/components",
|
|
4
|
-
"packageVersion": "3.
|
|
4
|
+
"packageVersion": "3.15.0"
|
|
5
5
|
},
|
|
6
6
|
"id": "setup:components-package",
|
|
7
7
|
"kind": "setup",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"name": "Components Package",
|
|
41
41
|
"package": "components",
|
|
42
42
|
"relations": [],
|
|
43
|
-
"since": "3.
|
|
43
|
+
"since": "3.15.0",
|
|
44
44
|
"sources": [
|
|
45
45
|
"packages/components/README.md",
|
|
46
46
|
"packages/components/CHANGELOG.md",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"custom": {
|
|
3
3
|
"framework": "react",
|
|
4
4
|
"packageName": "@synergy-design-system/react",
|
|
5
|
-
"packageVersion": "3.
|
|
5
|
+
"packageVersion": "3.15.0",
|
|
6
6
|
"subpathExports": [
|
|
7
7
|
".",
|
|
8
8
|
"./components/*",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"name": "React Framework Package",
|
|
43
43
|
"package": "react",
|
|
44
44
|
"relations": [],
|
|
45
|
-
"since": "3.
|
|
45
|
+
"since": "3.15.0",
|
|
46
46
|
"sources": [
|
|
47
47
|
"packages/react/README.md",
|
|
48
48
|
"packages/react/CHANGELOG.md",
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
"custom": {
|
|
3
3
|
"artifactGroups": {
|
|
4
4
|
"dist": [
|
|
5
|
+
"packages/tokens/dist/charts/js/index.d.ts",
|
|
6
|
+
"packages/tokens/dist/charts/js/index.js",
|
|
7
|
+
"packages/tokens/dist/charts/scss/_tokens.scss",
|
|
8
|
+
"packages/tokens/dist/charts/themes/sick2025_dark.css",
|
|
9
|
+
"packages/tokens/dist/charts/themes/sick2025_light.css",
|
|
5
10
|
"packages/tokens/dist/js/index.d.ts",
|
|
6
11
|
"packages/tokens/dist/js/index.js",
|
|
7
12
|
"packages/tokens/dist/scss/_tokens.scss",
|
|
@@ -19,12 +24,15 @@
|
|
|
19
24
|
},
|
|
20
25
|
"exports": [
|
|
21
26
|
".",
|
|
27
|
+
"./charts",
|
|
28
|
+
"./charts/scss/*",
|
|
29
|
+
"./charts/themes/*",
|
|
22
30
|
"./package.json",
|
|
23
31
|
"./scss/*",
|
|
24
32
|
"./themes/*"
|
|
25
33
|
],
|
|
26
34
|
"packageName": "@synergy-design-system/tokens",
|
|
27
|
-
"packageVersion": "3.
|
|
35
|
+
"packageVersion": "3.15.0"
|
|
28
36
|
},
|
|
29
37
|
"id": "setup:tokens-package",
|
|
30
38
|
"kind": "setup",
|
|
@@ -51,7 +59,7 @@
|
|
|
51
59
|
"name": "Tokens Package",
|
|
52
60
|
"package": "tokens",
|
|
53
61
|
"relations": [],
|
|
54
|
-
"since": "3.
|
|
62
|
+
"since": "3.15.0",
|
|
55
63
|
"sources": [
|
|
56
64
|
"packages/tokens/BREAKING_CHANGES.md",
|
|
57
65
|
"packages/tokens/CHANGELOG.md",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"custom": {
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"packageName": "@synergy-design-system/vue",
|
|
5
|
-
"packageVersion": "3.
|
|
5
|
+
"packageVersion": "3.15.0"
|
|
6
6
|
},
|
|
7
7
|
"id": "setup:vue-package",
|
|
8
8
|
"kind": "setup",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"name": "Vue Framework Package",
|
|
34
34
|
"package": "vue",
|
|
35
35
|
"relations": [],
|
|
36
|
-
"since": "3.
|
|
36
|
+
"since": "3.15.0",
|
|
37
37
|
"sources": [
|
|
38
38
|
"packages/vue/README.md",
|
|
39
39
|
"packages/vue/CHANGELOG.md",
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"custom": {
|
|
3
|
+
"artifactPath": "charts/js/index.d.ts",
|
|
4
|
+
"format": "javascript",
|
|
5
|
+
"sourceType": "dist"
|
|
6
|
+
},
|
|
7
|
+
"id": "token:tokens-charts-js-index-d-ts",
|
|
8
|
+
"kind": "token",
|
|
9
|
+
"layers": {
|
|
10
|
+
"full": [
|
|
11
|
+
{
|
|
12
|
+
"layer": "full",
|
|
13
|
+
"path": "layers/full/tokens/charts/js/index.d.ts"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"name": "index.d.ts",
|
|
18
|
+
"package": "tokens",
|
|
19
|
+
"relations": [],
|
|
20
|
+
"since": "3.15.0",
|
|
21
|
+
"sources": [
|
|
22
|
+
"packages/tokens/dist/charts/js/index.d.ts"
|
|
23
|
+
],
|
|
24
|
+
"status": "stable",
|
|
25
|
+
"tags": [
|
|
26
|
+
"artifact",
|
|
27
|
+
"token",
|
|
28
|
+
"tokens",
|
|
29
|
+
"dist"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"custom": {
|
|
3
|
+
"artifactPath": "charts/js/index.js",
|
|
4
|
+
"format": "javascript",
|
|
5
|
+
"sourceType": "dist"
|
|
6
|
+
},
|
|
7
|
+
"id": "token:tokens-charts-js-index-js",
|
|
8
|
+
"kind": "token",
|
|
9
|
+
"layers": {
|
|
10
|
+
"full": [
|
|
11
|
+
{
|
|
12
|
+
"layer": "full",
|
|
13
|
+
"path": "layers/full/tokens/charts/js/index.js"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"name": "index.js",
|
|
18
|
+
"package": "tokens",
|
|
19
|
+
"relations": [],
|
|
20
|
+
"since": "3.15.0",
|
|
21
|
+
"sources": [
|
|
22
|
+
"packages/tokens/dist/charts/js/index.js"
|
|
23
|
+
],
|
|
24
|
+
"status": "stable",
|
|
25
|
+
"tags": [
|
|
26
|
+
"artifact",
|
|
27
|
+
"token",
|
|
28
|
+
"tokens",
|
|
29
|
+
"dist"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"custom": {
|
|
3
|
+
"artifactPath": "charts/scss/_tokens.scss",
|
|
4
|
+
"format": "sass",
|
|
5
|
+
"sourceType": "dist"
|
|
6
|
+
},
|
|
7
|
+
"id": "token:tokens-charts-scss-tokens-scss",
|
|
8
|
+
"kind": "token",
|
|
9
|
+
"layers": {
|
|
10
|
+
"full": [
|
|
11
|
+
{
|
|
12
|
+
"layer": "full",
|
|
13
|
+
"path": "layers/full/tokens/charts/scss/_tokens.scss"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"name": "_tokens.scss",
|
|
18
|
+
"package": "tokens",
|
|
19
|
+
"relations": [],
|
|
20
|
+
"since": "3.15.0",
|
|
21
|
+
"sources": [
|
|
22
|
+
"packages/tokens/dist/charts/scss/_tokens.scss"
|
|
23
|
+
],
|
|
24
|
+
"status": "stable",
|
|
25
|
+
"tags": [
|
|
26
|
+
"artifact",
|
|
27
|
+
"token",
|
|
28
|
+
"tokens",
|
|
29
|
+
"dist"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"custom": {
|
|
3
|
+
"artifactPath": "charts/themes/sick2025_dark.css",
|
|
4
|
+
"format": "css",
|
|
5
|
+
"sourceType": "dist",
|
|
6
|
+
"theme": "sick2025-dark"
|
|
7
|
+
},
|
|
8
|
+
"id": "token:tokens-charts-themes-sick2025-dark-css",
|
|
9
|
+
"kind": "token",
|
|
10
|
+
"layers": {
|
|
11
|
+
"full": [
|
|
12
|
+
{
|
|
13
|
+
"layer": "full",
|
|
14
|
+
"path": "layers/full/tokens/charts/themes/sick2025_dark.css"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"name": "sick2025_dark.css",
|
|
19
|
+
"package": "tokens",
|
|
20
|
+
"relations": [],
|
|
21
|
+
"since": "3.15.0",
|
|
22
|
+
"sources": [
|
|
23
|
+
"packages/tokens/dist/charts/themes/sick2025_dark.css"
|
|
24
|
+
],
|
|
25
|
+
"status": "stable",
|
|
26
|
+
"tags": [
|
|
27
|
+
"artifact",
|
|
28
|
+
"token",
|
|
29
|
+
"tokens",
|
|
30
|
+
"dist"
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"custom": {
|
|
3
|
+
"artifactPath": "charts/themes/sick2025_light.css",
|
|
4
|
+
"format": "css",
|
|
5
|
+
"sourceType": "dist",
|
|
6
|
+
"theme": "sick2025-light"
|
|
7
|
+
},
|
|
8
|
+
"id": "token:tokens-charts-themes-sick2025-light-css",
|
|
9
|
+
"kind": "token",
|
|
10
|
+
"layers": {
|
|
11
|
+
"full": [
|
|
12
|
+
{
|
|
13
|
+
"layer": "full",
|
|
14
|
+
"path": "layers/full/tokens/charts/themes/sick2025_light.css"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"name": "sick2025_light.css",
|
|
19
|
+
"package": "tokens",
|
|
20
|
+
"relations": [],
|
|
21
|
+
"since": "3.15.0",
|
|
22
|
+
"sources": [
|
|
23
|
+
"packages/tokens/dist/charts/themes/sick2025_light.css"
|
|
24
|
+
],
|
|
25
|
+
"status": "stable",
|
|
26
|
+
"tags": [
|
|
27
|
+
"artifact",
|
|
28
|
+
"token",
|
|
29
|
+
"tokens",
|
|
30
|
+
"dist"
|
|
31
|
+
]
|
|
32
|
+
}
|