@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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.17.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
+ ## 3.16.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#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
22
+
23
+ fix: 🐛 dependency updates ([#258](https://github.com/synergy-design-system/synergy-design-system/issues/258))
24
+
3
25
  ## 3.16.0
4
26
 
5
27
  ### Minor Changes
@@ -89029,7 +89029,7 @@
89029
89029
  "name": "sick2018 Icons",
89030
89030
  "package": "assets",
89031
89031
  "relations": [],
89032
- "since": "2.1.2",
89032
+ "since": "2.1.3",
89033
89033
  "sources": [
89034
89034
  "packages/assets/src/sick2018/js/index.ts"
89035
89035
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "sick2018 Logos",
18
18
  "package": "assets",
19
19
  "relations": [],
20
- "since": "2.1.2",
20
+ "since": "2.1.3",
21
21
  "sources": [],
22
22
  "status": "stable",
23
23
  "tags": [
@@ -41,7 +41,7 @@
41
41
  "name": "sick2018 System Icons",
42
42
  "package": "assets",
43
43
  "relations": [],
44
- "since": "2.1.2",
44
+ "since": "2.1.3",
45
45
  "sources": [],
46
46
  "status": "stable",
47
47
  "tags": [
@@ -152200,7 +152200,7 @@
152200
152200
  "name": "sick2025 Icons (Fill)",
152201
152201
  "package": "assets",
152202
152202
  "relations": [],
152203
- "since": "2.1.2",
152203
+ "since": "2.1.3",
152204
152204
  "sources": [
152205
152205
  "packages/assets/src/sick2025/js/filled.ts"
152206
152206
  ],
@@ -152200,7 +152200,7 @@
152200
152200
  "name": "sick2025 Icons (Outline)",
152201
152201
  "package": "assets",
152202
152202
  "relations": [],
152203
- "since": "2.1.2",
152203
+ "since": "2.1.3",
152204
152204
  "sources": [
152205
152205
  "packages/assets/src/sick2025/js/outline.ts"
152206
152206
  ],
@@ -23,7 +23,7 @@
23
23
  "name": "sick2025 Logos",
24
24
  "package": "assets",
25
25
  "relations": [],
26
- "since": "2.1.2",
26
+ "since": "2.1.3",
27
27
  "sources": [],
28
28
  "status": "stable",
29
29
  "tags": [
@@ -41,7 +41,7 @@
41
41
  "name": "sick2025 System Icons",
42
42
  "package": "assets",
43
43
  "relations": [],
44
- "since": "2.1.2",
44
+ "since": "2.1.3",
45
45
  "sources": [],
46
46
  "status": "stable",
47
47
  "tags": [
@@ -17,7 +17,7 @@
17
17
  "documentation": "https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs",
18
18
  "events": [],
19
19
  "packageName": "@synergy-design-system/react",
20
- "since": "0.0.0",
20
+ "since": "3.15.0",
21
21
  "sourcePath": "packages/react/src/types/syn-jsx-elements.ts",
22
22
  "status": "experimental",
23
23
  "subpathExport": "./types/latest",
@@ -158,7 +158,7 @@
158
158
  "name": "syn-chart",
159
159
  "package": "components",
160
160
  "relations": [],
161
- "since": "0.0.0",
161
+ "since": "3.15.0",
162
162
  "sources": [
163
163
  "packages/angular/components/chart/chart.component.ts",
164
164
  "packages/components/src/components/chart/chart.component.ts",
@@ -21,7 +21,7 @@
21
21
  "name": "Angular Components Module",
22
22
  "package": "angular",
23
23
  "relations": [],
24
- "since": "3.15.6",
24
+ "since": "3.16.0",
25
25
  "sources": [
26
26
  "packages/angular/modules/synergy/synergy.module.ts",
27
27
  "packages/angular/components/index.ts"
@@ -22,7 +22,7 @@
22
22
  "name": "Angular Forms Module",
23
23
  "package": "angular",
24
24
  "relations": [],
25
- "since": "3.15.6",
25
+ "since": "3.16.0",
26
26
  "sources": [
27
27
  "packages/angular/modules/forms/forms.module.ts"
28
28
  ],
@@ -2,7 +2,7 @@
2
2
  "custom": {
3
3
  "framework": "angular",
4
4
  "packageName": "@synergy-design-system/angular",
5
- "packageVersion": "3.15.6",
5
+ "packageVersion": "3.16.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.15.6",
42
+ "since": "3.16.0",
43
43
  "sources": [
44
44
  "packages/angular/README.md",
45
45
  "packages/angular/CHANGELOG.md",
@@ -22,7 +22,7 @@
22
22
  "name": "Angular Validators Module",
23
23
  "package": "angular",
24
24
  "relations": [],
25
- "since": "3.15.6",
25
+ "since": "3.16.0",
26
26
  "sources": [
27
27
  "packages/angular/directives/validators/validators.ts"
28
28
  ],
@@ -14,7 +14,7 @@
14
14
  "./src/sick2025/*"
15
15
  ],
16
16
  "packageName": "@synergy-design-system/assets",
17
- "packageVersion": "2.1.2"
17
+ "packageVersion": "2.1.3"
18
18
  },
19
19
  "id": "setup:assets-package",
20
20
  "kind": "setup",
@@ -41,7 +41,7 @@
41
41
  "name": "Assets Package",
42
42
  "package": "assets",
43
43
  "relations": [],
44
- "since": "2.1.2",
44
+ "since": "2.1.3",
45
45
  "sources": [
46
46
  "packages/assets/README.md",
47
47
  "packages/assets/CHANGELOG.md",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "custom": {
3
3
  "packageName": "@synergy-design-system/components",
4
- "packageVersion": "3.15.6"
4
+ "packageVersion": "3.16.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.15.6",
43
+ "since": "3.16.0",
44
44
  "sources": [
45
45
  "packages/components/README.md",
46
46
  "packages/components/CHANGELOG.md",
@@ -9,7 +9,7 @@
9
9
  "./src/*"
10
10
  ],
11
11
  "packageName": "@synergy-design-system/fonts",
12
- "packageVersion": "1.0.7"
12
+ "packageVersion": "1.0.8"
13
13
  },
14
14
  "id": "setup:fonts-package",
15
15
  "kind": "setup",
@@ -32,7 +32,7 @@
32
32
  "name": "Fonts Package",
33
33
  "package": "fonts",
34
34
  "relations": [],
35
- "since": "1.0.7",
35
+ "since": "1.0.8",
36
36
  "sources": [
37
37
  "packages/fonts/README.md",
38
38
  "packages/fonts/CHANGELOG.md",
@@ -2,7 +2,7 @@
2
2
  "custom": {
3
3
  "framework": "react",
4
4
  "packageName": "@synergy-design-system/react",
5
- "packageVersion": "3.15.6",
5
+ "packageVersion": "3.16.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.15.6",
45
+ "since": "3.16.0",
46
46
  "sources": [
47
47
  "packages/react/README.md",
48
48
  "packages/react/CHANGELOG.md",
@@ -6,7 +6,7 @@
6
6
  "./package.json"
7
7
  ],
8
8
  "packageName": "@synergy-design-system/styles",
9
- "packageVersion": "2.1.1"
9
+ "packageVersion": "2.1.2"
10
10
  },
11
11
  "id": "setup:styles-package",
12
12
  "kind": "setup",
@@ -33,7 +33,7 @@
33
33
  "name": "Styles Package",
34
34
  "package": "styles",
35
35
  "relations": [],
36
- "since": "2.1.1",
36
+ "since": "2.1.2",
37
37
  "sources": [
38
38
  "packages/styles/README.md",
39
39
  "packages/styles/CHANGELOG.md",
@@ -32,7 +32,7 @@
32
32
  "./themes/*"
33
33
  ],
34
34
  "packageName": "@synergy-design-system/tokens",
35
- "packageVersion": "3.15.6"
35
+ "packageVersion": "3.16.0"
36
36
  },
37
37
  "id": "setup:tokens-package",
38
38
  "kind": "setup",
@@ -59,7 +59,7 @@
59
59
  "name": "Tokens Package",
60
60
  "package": "tokens",
61
61
  "relations": [],
62
- "since": "3.15.6",
62
+ "since": "3.16.0",
63
63
  "sources": [
64
64
  "packages/tokens/BREAKING_CHANGES.md",
65
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.15.6"
5
+ "packageVersion": "3.16.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.15.6",
36
+ "since": "3.16.0",
37
37
  "sources": [
38
38
  "packages/vue/README.md",
39
39
  "packages/vue/CHANGELOG.md",
@@ -21,7 +21,7 @@
21
21
  "name": "syn-body",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/typography/body.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-heading",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/typography/heading.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-link-list",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/link-list/index.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-link",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/link/index.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-table-cell",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/tables/table-cell.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-table",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/tables/table.css"
27
27
  ],
@@ -21,7 +21,7 @@
21
21
  "name": "syn-weight",
22
22
  "package": "styles",
23
23
  "relations": [],
24
- "since": "2.1.1",
24
+ "since": "2.1.2",
25
25
  "sources": [
26
26
  "packages/styles/src/typography/weight.css"
27
27
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "index.d.ts",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.15.6",
20
+ "since": "3.16.0",
21
21
  "sources": [
22
22
  "packages/tokens/dist/charts/js/index.d.ts"
23
23
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "index.js",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.15.6",
20
+ "since": "3.16.0",
21
21
  "sources": [
22
22
  "packages/tokens/dist/charts/js/index.js"
23
23
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "_tokens.scss",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.15.6",
20
+ "since": "3.16.0",
21
21
  "sources": [
22
22
  "packages/tokens/dist/charts/scss/_tokens.scss"
23
23
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025_dark.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/dist/charts/themes/sick2025_dark.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025_light.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/dist/charts/themes/sick2025_light.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018-dark.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2018-dark.json"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018-light.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2018-light.json"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025-dark.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2025-dark.json"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025-light.json",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/src/figma-variables/output/sick2025-light.json"
24
24
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "index.d.ts",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.15.6",
20
+ "since": "3.16.0",
21
21
  "sources": [
22
22
  "packages/tokens/dist/js/index.d.ts"
23
23
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "index.js",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.15.6",
20
+ "since": "3.16.0",
21
21
  "sources": [
22
22
  "packages/tokens/dist/js/index.js"
23
23
  ],
@@ -17,7 +17,7 @@
17
17
  "name": "_tokens.scss",
18
18
  "package": "tokens",
19
19
  "relations": [],
20
- "since": "3.15.6",
20
+ "since": "3.16.0",
21
21
  "sources": [
22
22
  "packages/tokens/dist/scss/_tokens.scss"
23
23
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018_dark.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2018_dark.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2018_light.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2018_light.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025_dark.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2025_dark.css"
24
24
  ],
@@ -18,7 +18,7 @@
18
18
  "name": "sick2025_light.css",
19
19
  "package": "tokens",
20
20
  "relations": [],
21
- "since": "3.15.6",
21
+ "since": "3.16.0",
22
22
  "sources": [
23
23
  "packages/tokens/dist/themes/sick2025_light.css"
24
24
  ],
@@ -20,7 +20,7 @@
20
20
  "name": "SICK Intl Font Source",
21
21
  "package": "fonts",
22
22
  "relations": [],
23
- "since": "1.0.7",
23
+ "since": "1.0.8",
24
24
  "sources": [
25
25
  "packages/fonts/src/sick-intl/font.css",
26
26
  "packages/fonts/src/sick-intl/LICENSE"
package/data/index.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-06-22T13:06:16.661Z",
2
+ "builtAt": "2026-06-24T10:06:47.286Z",
3
3
  "entities": [
4
4
  {
5
5
  "corePath": "data/core/asset/asset:sick2018-icons.json",