@synergy-design-system/metadata 3.14.0 → 3.15.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 (69) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/data/core/component/component:syn-card.json +0 -5
  3. package/data/core/component/component:syn-drawer.json +0 -5
  4. package/data/core/setup/setup:angular-components-module.json +1 -1
  5. package/data/core/setup/setup:angular-forms-module.json +1 -1
  6. package/data/core/setup/setup:angular-package.json +2 -2
  7. package/data/core/setup/setup:angular-validators-module.json +1 -1
  8. package/data/core/setup/setup:components-package.json +2 -2
  9. package/data/core/setup/setup:react-package.json +2 -2
  10. package/data/core/setup/setup:tokens-package.json +2 -2
  11. package/data/core/setup/setup:vue-package.json +2 -2
  12. package/data/core/token/token:tokens-charts-js-index-d-ts.json +1 -1
  13. package/data/core/token/token:tokens-charts-js-index-js.json +1 -1
  14. package/data/core/token/token:tokens-charts-scss-tokens-scss.json +1 -1
  15. package/data/core/token/token:tokens-charts-themes-sick2025-dark-css.json +1 -1
  16. package/data/core/token/token:tokens-charts-themes-sick2025-light-css.json +1 -1
  17. package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +1 -1
  18. package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +1 -1
  19. package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +1 -1
  20. package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +1 -1
  21. package/data/core/token/token:tokens-js-index-d-ts.json +1 -1
  22. package/data/core/token/token:tokens-js-index-js.json +1 -1
  23. package/data/core/token/token:tokens-scss-tokens-scss.json +1 -1
  24. package/data/core/token/token:tokens-themes-sick2018-dark-css.json +1 -1
  25. package/data/core/token/token:tokens-themes-sick2018-light-css.json +1 -1
  26. package/data/core/token/token:tokens-themes-sick2025-dark-css.json +1 -1
  27. package/data/core/token/token:tokens-themes-sick2025-light-css.json +1 -1
  28. package/data/index.json +3 -3
  29. package/data/layers/examples/component/component:syn-card.md +4 -4
  30. package/data/layers/examples/component/component:syn-header.md +1 -1
  31. package/data/layers/examples/template/template:appshell.md +56 -0
  32. package/data/layers/examples/template/template:breadcrumb.md +0 -3
  33. package/data/layers/examples/template/template:footer.md +7 -0
  34. package/data/layers/examples/template/template:forms.md +12 -24
  35. package/data/layers/examples/template/template:localization.md +0 -1
  36. package/data/layers/examples/template/template:tag-group.md +2 -8
  37. package/data/layers/full/component/component:syn-card/components/card.component.ts +10 -10
  38. package/data/layers/full/component/component:syn-card/components/card.styles.ts +31 -11
  39. package/data/layers/full/component/component:syn-card/components/card.ts +0 -1
  40. package/data/layers/full/component/component:syn-dialog/components/dialog.styles.ts +3 -14
  41. package/data/layers/full/component/component:syn-drawer/components/drawer.component.ts +1 -2
  42. package/data/layers/full/component/component:syn-drawer/components/drawer.styles.ts +47 -49
  43. package/data/layers/full/component/component:syn-header/components/header.styles.ts +1 -1
  44. package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +8 -0
  45. package/data/layers/full/setup/setup:angular-package/angular/package.json +1 -1
  46. package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +17 -0
  47. package/data/layers/full/setup/setup:components-package/components/package.json +1 -1
  48. package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +8 -0
  49. package/data/layers/full/setup/setup:react-package/react/package.json +1 -1
  50. package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +2 -0
  51. package/data/layers/full/setup/setup:tokens-package/tokens/package.json +1 -1
  52. package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +8 -0
  53. package/data/layers/full/setup/setup:vue-package/vue/package.json +1 -1
  54. package/data/layers/full/tokens/charts/js/index.d.ts +1 -1
  55. package/data/layers/full/tokens/charts/js/index.js +1 -1
  56. package/data/layers/full/tokens/charts/scss/_tokens.scss +1 -1
  57. package/data/layers/full/tokens/charts/themes/sick2025_dark.css +1 -1
  58. package/data/layers/full/tokens/charts/themes/sick2025_light.css +1 -1
  59. package/data/layers/full/tokens/js/index.d.ts +1 -1
  60. package/data/layers/full/tokens/js/index.js +1 -1
  61. package/data/layers/full/tokens/scss/_tokens.scss +1 -1
  62. package/data/layers/full/tokens/themes/sick2018_dark.css +1 -1
  63. package/data/layers/full/tokens/themes/sick2018_light.css +1 -1
  64. package/data/layers/full/tokens/themes/sick2025_dark.css +1 -1
  65. package/data/layers/full/tokens/themes/sick2025_light.css +1 -1
  66. package/data/manifest.json +1 -1
  67. package/package.json +4 -4
  68. package/data/layers/full/component/component:syn-card/components/card.custom.styles.ts +0 -60
  69. package/data/layers/full/component/component:syn-drawer/components/drawer.custom.styles.ts +0 -78
@@ -3,7 +3,7 @@
3
3
  ```html
4
4
  <div>
5
5
  <form class="filter-form">
6
- <h1>Capacitive proximity sensors</h1>
6
+ <h1 class="syn-heading--3x-large">Capacitive proximity sensors</h1>
7
7
 
8
8
  <syn-details size="small" summary="Hide filters" open="">
9
9
  <div class="filter-group">
@@ -132,10 +132,7 @@
132
132
  }
133
133
 
134
134
  .filter-form h1 {
135
- color: var(--syn-typography-color-text);
136
- font: var(--syn-heading-3x-large);
137
135
  margin: 0 0 var(--syn-spacing-2x-large);
138
- padding: 0;
139
136
  }
140
137
 
141
138
  .filter-form syn-details::part(base) {
@@ -214,7 +211,7 @@
214
211
  ```html
215
212
  <div>
216
213
  <form class="filter-form">
217
- <h1>Capacitive proximity sensors</h1>
214
+ <h1 class="syn-heading--3x-large">Capacitive proximity sensors</h1>
218
215
 
219
216
  <syn-details size="small" summary="Hide filters" open="">
220
217
  <div class="filter-group">
@@ -343,10 +340,7 @@
343
340
  }
344
341
 
345
342
  .filter-form h1 {
346
- color: var(--syn-typography-color-text);
347
- font: var(--syn-heading-3x-large);
348
343
  margin: 0 0 var(--syn-spacing-2x-large);
349
- padding: 0;
350
344
  }
351
345
 
352
346
  .filter-form syn-details::part(base) {
@@ -1,13 +1,13 @@
1
- /* eslint-disable */
1
+ import {
2
+ type CSSResultGroup,
3
+ html,
4
+ } from 'lit';
2
5
  import { classMap } from 'lit/directives/class-map.js';
3
6
  import { property } from 'lit/decorators.js';
4
7
  import { HasSlotController } from '../../internal/slot.js';
5
- import { html } from 'lit';
6
8
  import componentStyles from '../../styles/component.styles.js';
7
9
  import SynergyElement from '../../internal/synergy-element.js';
8
10
  import styles from './card.styles.js';
9
- import customStyles from './card.custom.styles.js';
10
- import type { CSSResultGroup } from 'lit';
11
11
 
12
12
  /**
13
13
  * @summary Cards can be used to group related subjects in a container.
@@ -32,15 +32,15 @@ import type { CSSResultGroup } from 'lit';
32
32
  * @cssproperty --padding - The padding to use for the card's sections.
33
33
  */
34
34
  export default class SynCard extends SynergyElement {
35
- static styles: CSSResultGroup = [componentStyles, styles, customStyles];
35
+ static styles: CSSResultGroup = [componentStyles, styles];
36
36
 
37
37
  private readonly hasSlotController = new HasSlotController(this, 'footer', 'header', 'image');
38
38
 
39
39
  /** Draws the card with a shadow. Can be used when the card has to stand out visually, for example in dashboards. */
40
- @property({ type: Boolean, reflect: true }) shadow = false;
40
+ @property({ reflect: true, type: Boolean }) shadow = false;
41
41
 
42
42
  /** Draws the card with sharp edges. Can be used e.g. when nesting multiple syn-cards to create hierarchy. */
43
- @property({ type: Boolean, reflect: true }) sharp = false;
43
+ @property({ reflect: true, type: Boolean }) sharp = false;
44
44
 
45
45
  render() {
46
46
  return html`
@@ -48,11 +48,11 @@ export default class SynCard extends SynergyElement {
48
48
  part="base"
49
49
  class=${classMap({
50
50
  card: true,
51
- 'card--shadow': this.shadow,
52
- 'card--sharp': this.sharp,
53
51
  'card--has-footer': this.hasSlotController.test('footer'),
52
+ 'card--has-header': this.hasSlotController.test('header'),
54
53
  'card--has-image': this.hasSlotController.test('image'),
55
- 'card--has-header': this.hasSlotController.test('header')
54
+ 'card--shadow': this.shadow,
55
+ 'card--sharp': this.sharp,
56
56
  })}
57
57
  >
58
58
  <slot name="image" part="image" class="card__image"></slot>
@@ -1,30 +1,32 @@
1
- /* eslint-disable */
2
1
  import { css } from 'lit';
3
2
 
4
3
  export default css`
5
- /* stylelint-disable */
6
4
  :host {
7
- --border-color: var(--syn-color-neutral-200);
5
+ --border-color: var(--syn-panel-border-color);
6
+ --border-width: var(--syn-border-width-small);
8
7
  --border-radius: var(--syn-border-radius-medium);
9
- --border-width: 1px;
10
8
  --padding: var(--syn-spacing-large);
11
9
 
12
10
  display: inline-block;
13
11
  }
14
12
 
15
13
  .card {
16
- display: flex;
17
- flex-direction: column;
18
14
  background-color: var(--syn-panel-background-color);
19
- box-shadow: var(--syn-shadow-x-small);
20
15
  border: solid var(--border-width) var(--border-color);
21
16
  border-radius: var(--border-radius);
17
+ display: flex;
18
+ flex-direction: column;
19
+ }
20
+
21
+ /** #1107: Add shadow property to card */
22
+ .card--shadow {
23
+ box-shadow: var(--syn-shadow-small);
22
24
  }
23
25
 
24
26
  .card__image {
25
- display: flex;
26
27
  border-top-left-radius: var(--border-radius);
27
28
  border-top-right-radius: var(--border-radius);
29
+ display: flex;
28
30
  margin: calc(-1 * var(--border-width));
29
31
  overflow: hidden;
30
32
  }
@@ -34,13 +36,30 @@ export default css`
34
36
  width: 100%;
35
37
  }
36
38
 
39
+ /**
40
+ * #1107: Sharp cards do not receive a border radius
41
+ */
42
+ .card--sharp {
43
+ border-radius: var(--syn-border-radius-none);
44
+ }
45
+
46
+ /**
47
+ * #1107: Do not apply border radius to sharp card images
48
+ */
49
+ .card--sharp .card__image {
50
+ border-top-left-radius: var(--syn-border-radius-none);
51
+ border-top-right-radius: var(--syn-border-radius-none);
52
+ }
53
+
37
54
  .card:not(.card--has-image) .card__image {
38
55
  display: none;
39
56
  }
40
57
 
41
58
  .card__header {
59
+ color: var(--syn-typography-color-text);
42
60
  display: block;
43
- border-bottom: solid var(--border-width) var(--border-color);
61
+ font: var(--syn-heading-large);
62
+ line-height: var(--syn-line-height-normal);
44
63
  padding: calc(var(--padding) / 2) var(--padding);
45
64
  }
46
65
 
@@ -54,14 +73,15 @@ export default css`
54
73
  }
55
74
 
56
75
  .card__body {
76
+ color: var(--syn-typography-color-text);
57
77
  display: block;
78
+ font: var(--syn-body-medium-regular);
58
79
  padding: var(--padding);
59
80
  }
60
81
 
61
82
  .card--has-footer .card__footer {
62
83
  display: block;
63
- border-top: solid var(--border-width) var(--border-color);
64
- padding: var(--padding);
84
+ padding: var(--syn-spacing-x-small) var(--syn-spacing-large) var(--syn-spacing-large);
65
85
  }
66
86
 
67
87
  .card:not(.card--has-footer) .card__footer {
@@ -1,4 +1,3 @@
1
- /* eslint-disable */
2
1
  import SynCard from './card.component.js';
3
2
 
4
3
  export * from './card.component.js';
@@ -54,12 +54,10 @@ export default css`
54
54
  }
55
55
 
56
56
  .dialog__title {
57
+ align-items: center;
58
+ display: flex;
57
59
  flex: 1 1 auto;
58
- font: inherit;
59
- font-family: var(--syn-font-sans);
60
- font-size: var(--syn-font-size-x-large);
61
- font-weight: var(--syn-font-weight-bold);
62
- line-height: var(--syn-line-height-normal);
60
+ font: var(--syn-heading-x-large);
63
61
  margin: 0;
64
62
  padding: var(--header-spacing);
65
63
  }
@@ -74,15 +72,6 @@ export default css`
74
72
  padding: var(--syn-spacing-large) var(--syn-spacing-small) var(--syn-spacing-large) 0;
75
73
  }
76
74
 
77
- /**
78
- * We need this to make sure we are big enough as defined in the layout
79
- * When omitting this statement, we will get rounding problems via line-height
80
- */
81
- .dialog__title,
82
- .dialog__header-actions {
83
- min-height: 88px;
84
- }
85
-
86
75
  .dialog__header-actions syn-icon-button,
87
76
  .dialog__header-actions ::slotted(syn-icon-button) {
88
77
  align-items: center;
@@ -17,7 +17,6 @@ import Modal from '../../internal/modal.js';
17
17
  import SynergyElement from '../../internal/synergy-element.js';
18
18
  import SynIconButton from '../icon-button/icon-button.component.js';
19
19
  import styles from './drawer.styles.js';
20
- import customStyles from './drawer.custom.styles.js';
21
20
  import type { CSSResultGroup } from 'lit';
22
21
 
23
22
  /**
@@ -78,7 +77,7 @@ import type { CSSResultGroup } from 'lit';
78
77
  * the third-party modal opens. Upon closing, call `modal.deactivateExternal()` to restore Synergy's focus trapping.
79
78
  */
80
79
  export default class SynDrawer extends SynergyElement {
81
- static styles: CSSResultGroup = [componentStyles, styles, customStyles];
80
+ static styles: CSSResultGroup = [componentStyles, styles];
82
81
  static dependencies = { 'syn-icon-button': SynIconButton };
83
82
 
84
83
  private readonly hasSlotController = new HasSlotController(this, 'footer');
@@ -1,24 +1,22 @@
1
- /* eslint-disable */
2
1
  import { css } from 'lit';
3
2
 
4
3
  export default css`
5
- /* stylelint-disable */
6
4
  :host {
7
5
  --size: 25rem;
8
- --header-spacing: var(--syn-spacing-large);
9
- --body-spacing: var(--syn-spacing-large);
10
- --footer-spacing: var(--syn-spacing-large);
6
+ --header-spacing: var(--syn-spacing-large) var(--syn-spacing-x-small) var(--syn-spacing-large) var(--syn-spacing-large);
7
+ --body-spacing: var(--syn-spacing-medium) var(--syn-spacing-large);
8
+ --footer-spacing: var(--syn-spacing-medium) var(--syn-spacing-large) var(--syn-spacing-large) var(--syn-spacing-medium);
11
9
 
12
10
  display: contents;
13
11
  }
14
12
 
15
13
  .drawer {
16
- top: 0;
17
- inset-inline-start: 0;
18
- width: 100%;
19
14
  height: 100%;
20
- pointer-events: none;
15
+ inset-inline-start: 0;
21
16
  overflow: hidden;
17
+ pointer-events: none;
18
+ top: 0;
19
+ width: 100%;
22
20
  }
23
21
 
24
22
  .drawer--contained {
@@ -32,16 +30,17 @@ export default css`
32
30
  }
33
31
 
34
32
  .drawer__panel {
35
- position: absolute;
33
+ background-color: var(--syn-panel-background-color);
34
+ border: 0 solid var(--syn-panel-border-color);
35
+ color: var(--syn-color-neutral-950);
36
36
  display: flex;
37
37
  flex-direction: column;
38
- z-index: 2;
39
- max-width: 100%;
40
38
  max-height: 100%;
41
- background-color: var(--syn-panel-background-color);
42
- box-shadow: var(--syn-shadow-x-large);
39
+ max-width: 100%;
43
40
  overflow: auto;
44
41
  pointer-events: all;
42
+ position: absolute;
43
+ z-index: 2;
45
44
  }
46
45
 
47
46
  .drawer__panel:focus {
@@ -49,39 +48,39 @@ export default css`
49
48
  }
50
49
 
51
50
  .drawer--top .drawer__panel {
52
- top: 0;
53
- inset-inline-end: auto;
51
+ border-bottom-width: var(--syn-border-width-small);
54
52
  bottom: auto;
55
- inset-inline-start: 0;
56
- width: 100%;
57
53
  height: var(--size);
54
+ inset-inline: 0 auto;
55
+ top: 0;
56
+ width: 100%;
58
57
  }
59
58
 
60
59
  .drawer--end .drawer__panel {
61
- top: 0;
62
- inset-inline-end: 0;
60
+ border-left-width: var(--syn-border-width-small);
63
61
  bottom: auto;
64
- inset-inline-start: auto;
65
- width: var(--size);
66
62
  height: 100%;
63
+ inset-inline: auto 0;
64
+ top: 0;
65
+ width: var(--size);
67
66
  }
68
67
 
69
68
  .drawer--bottom .drawer__panel {
70
- top: auto;
71
- inset-inline-end: auto;
69
+ border-top-width: var(--syn-border-width-small);
72
70
  bottom: 0;
73
- inset-inline-start: 0;
74
- width: 100%;
75
71
  height: var(--size);
72
+ inset-inline: 0 auto;
73
+ top: auto;
74
+ width: 100%;
76
75
  }
77
76
 
78
77
  .drawer--start .drawer__panel {
79
- top: 0;
80
- inset-inline-end: auto;
78
+ border-right-width: var(--syn-border-width-small);
81
79
  bottom: auto;
82
- inset-inline-start: 0;
83
- width: var(--size);
84
80
  height: 100%;
81
+ inset-inline: 0 auto;
82
+ top: 0;
83
+ width: var(--size);
85
84
  }
86
85
 
87
86
  .drawer__header {
@@ -89,42 +88,44 @@ export default css`
89
88
  }
90
89
 
91
90
  .drawer__title {
91
+ align-items: center;
92
+ display: flex;
92
93
  flex: 1 1 auto;
93
- font: inherit;
94
- font-size: var(--syn-font-size-large);
95
- line-height: var(--syn-line-height-dense);
96
- padding: var(--header-spacing);
94
+ font: var(--syn-heading-x-large);
97
95
  margin: 0;
96
+ padding: var(--header-spacing);
98
97
  }
99
98
 
100
99
  .drawer__header-actions {
101
- flex-shrink: 0;
100
+ align-items: flex-start;
102
101
  display: flex;
102
+ flex-shrink: 0;
103
103
  flex-wrap: wrap;
104
+ gap: var(--syn-spacing-x-small);
104
105
  justify-content: end;
105
- gap: var(--syn-spacing-2x-small);
106
- padding: 0 var(--header-spacing);
106
+ padding: var(--syn-spacing-large) var(--syn-spacing-small) var(--syn-spacing-large) 0;
107
107
  }
108
108
 
109
109
  .drawer__header-actions syn-icon-button,
110
110
  .drawer__header-actions ::slotted(syn-icon-button) {
111
- flex: 0 0 auto;
112
- display: flex;
113
111
  align-items: center;
114
- font-size: var(--syn-font-size-medium);
112
+ color: var(--syn-color-neutral-950);
113
+ display: flex;
114
+ flex: 0 0 auto;
115
+ font-size: var(--syn-font-size-x-large);
115
116
  }
116
117
 
117
118
  .drawer__body {
118
- flex: 1 1 auto;
119
119
  display: block;
120
- padding: var(--body-spacing);
120
+ flex: 1 1 auto;
121
121
  overflow: auto;
122
122
  -webkit-overflow-scrolling: touch;
123
+ padding: var(--body-spacing);
123
124
  }
124
125
 
125
126
  .drawer__footer {
126
- text-align: right;
127
127
  padding: var(--footer-spacing);
128
+ text-align: right;
128
129
  }
129
130
 
130
131
  .drawer__footer ::slotted(syn-button:not(:last-of-type)) {
@@ -136,14 +137,11 @@ export default css`
136
137
  }
137
138
 
138
139
  .drawer__overlay {
139
- display: block;
140
- position: fixed;
141
- top: 0;
142
- right: 0;
143
- bottom: 0;
144
- left: 0;
145
140
  background-color: var(--syn-overlay-background-color);
141
+ display: block;
142
+ inset: 0;
146
143
  pointer-events: all;
144
+ position: fixed;
147
145
  }
148
146
 
149
147
  .drawer--contained .drawer__overlay {
@@ -65,7 +65,7 @@ export default css`
65
65
  */
66
66
  .header__label {
67
67
  color: var(--syn-typography-color-text);
68
- font: var(--syn-body-large-bold);
68
+ font: var(--syn-heading-large);
69
69
  padding: 0 var(--syn-spacing-2x-large);
70
70
  white-space: nowrap;
71
71
  }
@@ -1,5 +1,13 @@
1
1
  # @synergy-design-system/angular
2
2
 
3
+ ## 3.15.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`77a02c1`](https://github.com/synergy-design-system/synergy-design-system/commit/77a02c15b4d9310dbb24ea945629c83a7a2e4e16)]:
8
+ - @synergy-design-system/components@3.15.6
9
+ - @synergy-design-system/tokens@3.15.6
10
+
3
11
  ## 3.15.5
4
12
 
5
13
  ### Patch Changes
@@ -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.15.5",
25
+ "version": "3.15.6",
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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.15.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1302](https://github.com/synergy-design-system/synergy-design-system/pull/1302) [`77a02c1`](https://github.com/synergy-design-system/synergy-design-system/commit/77a02c15b4d9310dbb24ea945629c83a7a2e4e16) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-06-22
8
+
9
+ fix: 🐛 Components should use correct headline styles ([#1290](https://github.com/synergy-design-system/synergy-design-system/issues/1290))
10
+
11
+ This release fixes multiple typographic issues for headers in the following components:
12
+ - `<syn-card>`
13
+ - `<syn-dialog>`
14
+ - `<syn-drawer>`
15
+ - `<syn-header>`
16
+
17
+ - Updated dependencies []:
18
+ - @synergy-design-system/tokens@3.15.6
19
+
3
20
  ## 3.15.5
4
21
 
5
22
  ### Patch Changes
@@ -4,7 +4,7 @@
4
4
  "url": "https://www.sick.com"
5
5
  },
6
6
  "name": "@synergy-design-system/components",
7
- "version": "3.15.5",
7
+ "version": "3.15.6",
8
8
  "description": "",
9
9
  "repository": {
10
10
  "type": "git",
@@ -1,5 +1,13 @@
1
1
  # @synergy-design-system/react
2
2
 
3
+ ## 3.15.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`77a02c1`](https://github.com/synergy-design-system/synergy-design-system/commit/77a02c15b4d9310dbb24ea945629c83a7a2e4e16)]:
8
+ - @synergy-design-system/components@3.15.6
9
+ - @synergy-design-system/tokens@3.15.6
10
+
3
11
  ## 3.15.5
4
12
 
5
13
  ### Patch Changes
@@ -43,7 +43,7 @@
43
43
  "directory": "packages/react"
44
44
  },
45
45
  "type": "module",
46
- "version": "3.15.5",
46
+ "version": "3.15.6",
47
47
  "devDependencies": {
48
48
  "@types/react": "^19.2.16",
49
49
  "react": "^19.2.7"
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.15.6
4
+
3
5
  ## 3.15.5
4
6
 
5
7
  ## 3.15.4
@@ -82,5 +82,5 @@
82
82
  },
83
83
  "type": "module",
84
84
  "types": "./dist/js/index.d.ts",
85
- "version": "3.15.5"
85
+ "version": "3.15.6"
86
86
  }
@@ -1,5 +1,13 @@
1
1
  # @synergy-design-system/vue
2
2
 
3
+ ## 3.15.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`77a02c1`](https://github.com/synergy-design-system/synergy-design-system/commit/77a02c15b4d9310dbb24ea945629c83a7a2e4e16)]:
8
+ - @synergy-design-system/components@3.15.6
9
+ - @synergy-design-system/tokens@3.15.6
10
+
3
11
  ## 3.15.5
4
12
 
5
13
  ### Patch Changes
@@ -50,7 +50,7 @@
50
50
  "directory": "packages/vue"
51
51
  },
52
52
  "type": "module",
53
- "version": "3.15.5",
53
+ "version": "3.15.6",
54
54
  "devDependencies": {
55
55
  "@vitejs/plugin-vue": "^6.0.7",
56
56
  "@vue/tsconfig": "^0.9.1",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynCategorical10: var(--syn-categorical-10) !default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  */
5
5
  $SynAlertErrorColorBackground: var(--syn-alert-error-color-background) !default;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @synergy-design-system/tokens version 3.15.5
2
+ * @synergy-design-system/tokens version 3.15.6
3
3
  * SICK Global UX Foundation
4
4
  * Do not edit directly, this file was auto-generated.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  {
2
- "builtAt": "2026-06-16T06:12:15.594Z",
2
+ "builtAt": "2026-06-22T12:51:56.630Z",
3
3
  "sources": [
4
4
  {
5
5
  "entityCount": 4,