@synergy-design-system/metadata 1.0.0 → 3.0.1

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 (731) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +96 -0
  3. package/data/core/asset/asset:sick2018-icons.json +89042 -0
  4. package/data/core/asset/asset:sick2018-logos.json +28 -0
  5. package/data/core/asset/asset:sick2018-system-icons.json +52 -0
  6. package/data/core/asset/asset:sick2025-icons-fill.json +152214 -0
  7. package/data/core/asset/asset:sick2025-icons-outline.json +152214 -0
  8. package/data/core/asset/asset:sick2025-logos.json +34 -0
  9. package/data/core/asset/asset:sick2025-system-icons.json +52 -0
  10. package/data/core/component/component:syn-accordion.json +189 -0
  11. package/data/core/component/component:syn-alert.json +244 -0
  12. package/data/core/component/component:syn-badge.json +183 -0
  13. package/data/core/component/component:syn-breadcrumb-item.json +139 -0
  14. package/data/core/component/component:syn-breadcrumb.json +188 -0
  15. package/data/core/component/component:syn-button-group.json +200 -0
  16. package/data/core/component/component:syn-button.json +273 -0
  17. package/data/core/component/component:syn-card.json +205 -0
  18. package/data/core/component/component:syn-checkbox.json +259 -0
  19. package/data/core/component/component:syn-combobox.json +421 -0
  20. package/data/core/component/component:syn-details.json +222 -0
  21. package/data/core/component/component:syn-dialog.json +219 -0
  22. package/data/core/component/component:syn-divider.json +178 -0
  23. package/data/core/component/component:syn-drawer.json +268 -0
  24. package/data/core/component/component:syn-dropdown.json +211 -0
  25. package/data/core/component/component:syn-file.json +284 -0
  26. package/data/core/component/component:syn-header.json +235 -0
  27. package/data/core/component/component:syn-icon-button.json +223 -0
  28. package/data/core/component/component:syn-icon.json +166 -0
  29. package/data/core/component/component:syn-input.json +352 -0
  30. package/data/core/component/component:syn-menu-item.json +218 -0
  31. package/data/core/component/component:syn-menu-label.json +139 -0
  32. package/data/core/component/component:syn-menu.json +161 -0
  33. package/data/core/component/component:syn-nav-item.json +259 -0
  34. package/data/core/component/component:syn-optgroup.json +126 -0
  35. package/data/core/component/component:syn-option.json +182 -0
  36. package/data/core/component/component:syn-pagination.json +125 -0
  37. package/data/core/component/component:syn-popup.json +138 -0
  38. package/data/core/component/component:syn-prio-nav.json +167 -0
  39. package/data/core/component/component:syn-progress-bar.json +183 -0
  40. package/data/core/component/component:syn-progress-ring.json +190 -0
  41. package/data/core/component/component:syn-radio-button.json +114 -0
  42. package/data/core/component/component:syn-radio-group.json +262 -0
  43. package/data/core/component/component:syn-radio.json +214 -0
  44. package/data/core/component/component:syn-range-tick.json +166 -0
  45. package/data/core/component/component:syn-range.json +333 -0
  46. package/data/core/component/component:syn-select.json +347 -0
  47. package/data/core/component/component:syn-side-nav.json +234 -0
  48. package/data/core/component/component:syn-spinner.json +172 -0
  49. package/data/core/component/component:syn-switch.json +232 -0
  50. package/data/core/component/component:syn-tab-group.json +230 -0
  51. package/data/core/component/component:syn-tab-panel.json +139 -0
  52. package/data/core/component/component:syn-tab.json +149 -0
  53. package/data/core/component/component:syn-tag-group.json +168 -0
  54. package/data/core/component/component:syn-tag.json +173 -0
  55. package/data/core/component/component:syn-textarea.json +276 -0
  56. package/data/core/component/component:syn-tooltip.json +233 -0
  57. package/data/core/component/component:syn-validate.json +245 -0
  58. package/data/core/setup/setup:angular-components-module.json +36 -0
  59. package/data/core/setup/setup:angular-forms-module.json +37 -0
  60. package/data/core/setup/setup:angular-package.json +56 -0
  61. package/data/core/setup/setup:angular-validators-module.json +37 -0
  62. package/data/core/setup/setup:assets-package.json +56 -0
  63. package/data/core/setup/setup:components-package.json +59 -0
  64. package/data/core/setup/setup:fonts-package.json +46 -0
  65. package/data/core/setup/setup:react-package.json +60 -0
  66. package/data/core/setup/setup:styles-package.json +48 -0
  67. package/data/core/setup/setup:synergy-migrations.json +63 -0
  68. package/data/core/setup/setup:tokens-package.json +66 -0
  69. package/data/core/setup/setup:vue-package.json +50 -0
  70. package/data/core/style/style:syn-body.json +37 -0
  71. package/data/core/style/style:syn-heading.json +37 -0
  72. package/data/core/style/style:syn-link-list.json +37 -0
  73. package/data/core/style/style:syn-link.json +37 -0
  74. package/data/core/style/style:syn-table-cell.json +37 -0
  75. package/data/core/style/style:syn-table.json +37 -0
  76. package/data/core/style/style:syn-weight.json +37 -0
  77. package/data/core/template/template:appshell.json +22 -0
  78. package/data/core/template/template:breadcrumb.json +22 -0
  79. package/data/core/template/template:footer.json +22 -0
  80. package/data/core/template/template:forms.json +22 -0
  81. package/data/core/template/template:localization.json +22 -0
  82. package/data/core/template/template:table.json +22 -0
  83. package/data/core/template/template:tag-group.json +22 -0
  84. package/data/core/token/token:tokens-figma-variables-sick2018-dark-json.json +32 -0
  85. package/data/core/token/token:tokens-figma-variables-sick2018-light-json.json +32 -0
  86. package/data/core/token/token:tokens-figma-variables-sick2025-dark-json.json +32 -0
  87. package/data/core/token/token:tokens-figma-variables-sick2025-light-json.json +32 -0
  88. package/data/core/token/token:tokens-js-index-d-ts.json +31 -0
  89. package/data/core/token/token:tokens-js-index-js.json +31 -0
  90. package/data/core/token/token:tokens-scss-tokens-scss.json +31 -0
  91. package/data/core/token/token:tokens-themes-sick2018-dark-css.json +32 -0
  92. package/data/core/token/token:tokens-themes-sick2018-light-css.json +32 -0
  93. package/data/core/token/token:tokens-themes-sick2025-dark-css.json +32 -0
  94. package/data/core/token/token:tokens-themes-sick2025-light-css.json +32 -0
  95. package/data/core/utility/utility:fonts-sick-intl.json +35 -0
  96. package/data/index.json +1754 -0
  97. package/data/layers/examples/component/component:syn-accordion.md +410 -0
  98. package/data/layers/examples/component/component:syn-alert.md +262 -0
  99. package/data/layers/examples/component/component:syn-badge.md +102 -0
  100. package/data/layers/examples/component/component:syn-breadcrumb-item.md +16 -0
  101. package/data/layers/examples/component/component:syn-breadcrumb.md +110 -0
  102. package/data/layers/examples/component/component:syn-button-group.md +183 -0
  103. package/data/layers/examples/component/component:syn-button.md +289 -0
  104. package/data/layers/examples/component/component:syn-card.md +257 -0
  105. package/data/layers/examples/component/component:syn-checkbox.md +159 -0
  106. package/data/layers/examples/component/component:syn-combobox.md +629 -0
  107. package/data/layers/examples/component/component:syn-details.md +202 -0
  108. package/data/layers/examples/component/component:syn-dialog.md +349 -0
  109. package/data/layers/examples/component/component:syn-divider.md +57 -0
  110. package/data/layers/examples/component/component:syn-drawer.md +346 -0
  111. package/data/layers/examples/component/component:syn-dropdown.md +165 -0
  112. package/data/layers/examples/component/component:syn-file.md +192 -0
  113. package/data/layers/examples/component/component:syn-header.md +171 -0
  114. package/data/layers/examples/component/component:syn-icon-button.md +141 -0
  115. package/data/layers/examples/component/component:syn-icon.md +130 -0
  116. package/data/layers/examples/component/component:syn-input.md +294 -0
  117. package/data/layers/examples/component/component:syn-menu-item.md +132 -0
  118. package/data/layers/examples/component/component:syn-menu-label.md +17 -0
  119. package/data/layers/examples/component/component:syn-menu.md +66 -0
  120. package/data/layers/examples/component/component:syn-nav-item.md +154 -0
  121. package/data/layers/examples/component/component:syn-optgroup.md +67 -0
  122. package/data/layers/examples/component/component:syn-option.md +54 -0
  123. package/data/layers/examples/component/component:syn-pagination.md +92 -0
  124. package/data/layers/examples/component/component:syn-popup.md +705 -0
  125. package/data/layers/examples/component/component:syn-prio-nav.md +42 -0
  126. package/data/layers/examples/component/component:syn-progress-bar.md +87 -0
  127. package/data/layers/examples/component/component:syn-progress-ring.md +99 -0
  128. package/data/layers/examples/component/component:syn-radio-group.md +184 -0
  129. package/data/layers/examples/component/component:syn-radio.md +93 -0
  130. package/data/layers/examples/component/component:syn-range-tick.md +110 -0
  131. package/data/layers/examples/component/component:syn-range.md +403 -0
  132. package/data/layers/examples/component/component:syn-select.md +359 -0
  133. package/data/layers/examples/component/component:syn-side-nav.md +627 -0
  134. package/data/layers/examples/component/component:syn-spinner.md +45 -0
  135. package/data/layers/examples/component/component:syn-switch.md +113 -0
  136. package/data/layers/examples/component/component:syn-tab-group.md +318 -0
  137. package/data/layers/examples/component/component:syn-tab-panel.md +38 -0
  138. package/data/layers/examples/component/component:syn-tab.md +11 -0
  139. package/data/layers/examples/component/component:syn-tag-group.md +197 -0
  140. package/data/layers/examples/component/component:syn-tag.md +60 -0
  141. package/data/layers/examples/component/component:syn-textarea.md +153 -0
  142. package/data/layers/examples/component/component:syn-tooltip.md +220 -0
  143. package/data/layers/examples/component/component:syn-validate.md +349 -0
  144. package/data/layers/examples/style/style:syn-body.md +5 -0
  145. package/data/layers/examples/style/style:syn-heading.md +5 -0
  146. package/data/layers/examples/style/style:syn-link-list.md +213 -0
  147. package/data/layers/examples/style/style:syn-link.md +116 -0
  148. package/data/layers/examples/style/style:syn-table-cell.md +127 -0
  149. package/data/layers/examples/style/style:syn-table.md +201 -0
  150. package/data/layers/examples/style/style:syn-weight.md +5 -0
  151. package/data/layers/examples/template/template:appshell.md +2274 -0
  152. package/data/layers/examples/template/template:breadcrumb.md +240 -0
  153. package/data/layers/examples/template/template:footer.md +353 -0
  154. package/data/layers/examples/template/template:forms.md +536 -0
  155. package/data/layers/examples/template/template:localization.md +263 -0
  156. package/data/layers/examples/template/template:table.md +1143 -0
  157. package/data/layers/examples/template/template:tag-group.md +419 -0
  158. package/data/layers/full/assets/sick2018/js/index.ts +2167 -0
  159. package/data/layers/full/assets/sick2025/js/filled.ts +3704 -0
  160. package/data/layers/full/assets/sick2025/js/outline.ts +3704 -0
  161. package/data/layers/full/component/component:syn-accordion/angular/accordion.component.ts +80 -0
  162. package/data/layers/full/component/component:syn-accordion/components/accordion.component.ts +111 -0
  163. package/data/layers/full/component/component:syn-accordion/components/accordion.styles.ts +15 -0
  164. package/data/layers/full/component/component:syn-accordion/components/accordion.ts +12 -0
  165. package/data/layers/full/component/component:syn-accordion/react/SynAccordionJSXElement.ts +1 -0
  166. package/data/layers/full/component/component:syn-accordion/react/accordion.ts +30 -0
  167. package/data/layers/full/component/component:syn-accordion/vue/SynVueAccordion.vue +64 -0
  168. package/data/layers/full/component/component:syn-alert/angular/alert.component.ts +169 -0
  169. package/data/layers/full/component/component:syn-alert/components/alert.component.ts +322 -0
  170. package/data/layers/full/component/component:syn-alert/components/alert.styles.ts +203 -0
  171. package/data/layers/full/component/component:syn-alert/components/alert.ts +13 -0
  172. package/data/layers/full/component/component:syn-alert/react/SynAlertJSXElement.ts +9 -0
  173. package/data/layers/full/component/component:syn-alert/react/alert.ts +60 -0
  174. package/data/layers/full/component/component:syn-alert/vue/SynVueAlert.vue +135 -0
  175. package/data/layers/full/component/component:syn-badge/angular/badge.component.ts +53 -0
  176. package/data/layers/full/component/component:syn-badge/components/badge.component.ts +58 -0
  177. package/data/layers/full/component/component:syn-badge/components/badge.custom.styles.ts +62 -0
  178. package/data/layers/full/component/component:syn-badge/components/badge.styles.ts +52 -0
  179. package/data/layers/full/component/component:syn-badge/components/badge.ts +13 -0
  180. package/data/layers/full/component/component:syn-badge/react/SynBadgeJSXElement.ts +1 -0
  181. package/data/layers/full/component/component:syn-badge/react/badge.ts +29 -0
  182. package/data/layers/full/component/component:syn-badge/vue/SynVueBadge.vue +53 -0
  183. package/data/layers/full/component/component:syn-breadcrumb/angular/breadcrumb.component.ts +58 -0
  184. package/data/layers/full/component/component:syn-breadcrumb/components/breadcrumb.component.ts +103 -0
  185. package/data/layers/full/component/component:syn-breadcrumb/components/breadcrumb.custom.styles.ts +5 -0
  186. package/data/layers/full/component/component:syn-breadcrumb/components/breadcrumb.styles.ts +11 -0
  187. package/data/layers/full/component/component:syn-breadcrumb/components/breadcrumb.ts +13 -0
  188. package/data/layers/full/component/component:syn-breadcrumb/react/SynBreadcrumbJSXElement.ts +1 -0
  189. package/data/layers/full/component/component:syn-breadcrumb/react/breadcrumb.ts +32 -0
  190. package/data/layers/full/component/component:syn-breadcrumb/vue/SynVueBreadcrumb.vue +58 -0
  191. package/data/layers/full/component/component:syn-breadcrumb-item/angular/breadcrumb-item.component.ts +88 -0
  192. package/data/layers/full/component/component:syn-breadcrumb-item/components/breadcrumb-item.component.ts +132 -0
  193. package/data/layers/full/component/component:syn-breadcrumb-item/components/breadcrumb-item.custom.styles.ts +78 -0
  194. package/data/layers/full/component/component:syn-breadcrumb-item/components/breadcrumb-item.styles.ts +88 -0
  195. package/data/layers/full/component/component:syn-breadcrumb-item/components/breadcrumb-item.ts +13 -0
  196. package/data/layers/full/component/component:syn-breadcrumb-item/react/SynBreadcrumbItemJSXElement.ts +4 -0
  197. package/data/layers/full/component/component:syn-breadcrumb-item/react/breadcrumb-item.ts +37 -0
  198. package/data/layers/full/component/component:syn-breadcrumb-item/vue/SynVueBreadcrumbItem.vue +76 -0
  199. package/data/layers/full/component/component:syn-button/angular/button.component.ts +318 -0
  200. package/data/layers/full/component/component:syn-button/components/button.component.ts +315 -0
  201. package/data/layers/full/component/component:syn-button/components/button.custom.styles.ts +245 -0
  202. package/data/layers/full/component/component:syn-button/components/button.styles.ts +361 -0
  203. package/data/layers/full/component/component:syn-button/components/button.ts +13 -0
  204. package/data/layers/full/component/component:syn-button/react/SynButtonJSXElement.ts +8 -0
  205. package/data/layers/full/component/component:syn-button/react/button.ts +56 -0
  206. package/data/layers/full/component/component:syn-button/vue/SynVueButton.vue +204 -0
  207. package/data/layers/full/component/component:syn-button-group/angular/button-group.component.ts +79 -0
  208. package/data/layers/full/component/component:syn-button-group/components/button-group.component.ts +171 -0
  209. package/data/layers/full/component/component:syn-button-group/components/button-group.custom.styles.ts +5 -0
  210. package/data/layers/full/component/component:syn-button-group/components/button-group.styles.ts +14 -0
  211. package/data/layers/full/component/component:syn-button-group/components/button-group.ts +13 -0
  212. package/data/layers/full/component/component:syn-button-group/react/SynButtonGroupJSXElement.ts +1 -0
  213. package/data/layers/full/component/component:syn-button-group/react/button-group.ts +29 -0
  214. package/data/layers/full/component/component:syn-button-group/vue/SynVueButtonGroup.vue +67 -0
  215. package/data/layers/full/component/component:syn-card/angular/card.component.ts +83 -0
  216. package/data/layers/full/component/component:syn-card/components/card.component.ts +65 -0
  217. package/data/layers/full/component/component:syn-card/components/card.custom.styles.ts +60 -0
  218. package/data/layers/full/component/component:syn-card/components/card.styles.ts +70 -0
  219. package/data/layers/full/component/component:syn-card/components/card.ts +13 -0
  220. package/data/layers/full/component/component:syn-card/react/SynCardJSXElement.ts +1 -0
  221. package/data/layers/full/component/component:syn-card/react/card.ts +41 -0
  222. package/data/layers/full/component/component:syn-card/vue/SynVueCard.vue +73 -0
  223. package/data/layers/full/component/component:syn-checkbox/angular/checkbox.component.ts +273 -0
  224. package/data/layers/full/component/component:syn-checkbox/components/checkbox.component.ts +287 -0
  225. package/data/layers/full/component/component:syn-checkbox/components/checkbox.styles.ts +183 -0
  226. package/data/layers/full/component/component:syn-checkbox/components/checkbox.ts +13 -0
  227. package/data/layers/full/component/component:syn-checkbox/react/SynCheckboxJSXElement.ts +10 -0
  228. package/data/layers/full/component/component:syn-checkbox/react/checkbox.ts +64 -0
  229. package/data/layers/full/component/component:syn-checkbox/vue/SynVueCheckbox.vue +191 -0
  230. package/data/layers/full/component/component:syn-combobox/angular/combobox.component.ts +516 -0
  231. package/data/layers/full/component/component:syn-combobox/components/combobox.component.ts +1684 -0
  232. package/data/layers/full/component/component:syn-combobox/components/combobox.styles.ts +393 -0
  233. package/data/layers/full/component/component:syn-combobox/components/combobox.ts +12 -0
  234. package/data/layers/full/component/component:syn-combobox/components/option-renderer.ts +47 -0
  235. package/data/layers/full/component/component:syn-combobox/components/utils.ts +134 -0
  236. package/data/layers/full/component/component:syn-combobox/react/SynComboboxJSXElement.ts +16 -0
  237. package/data/layers/full/component/component:syn-combobox/react/combobox.ts +118 -0
  238. package/data/layers/full/component/component:syn-combobox/vue/SynVueCombobox.vue +350 -0
  239. package/data/layers/full/component/component:syn-details/angular/details.component.ts +186 -0
  240. package/data/layers/full/component/component:syn-details/components/details.component.ts +261 -0
  241. package/data/layers/full/component/component:syn-details/components/details.styles.ts +181 -0
  242. package/data/layers/full/component/component:syn-details/components/details.ts +13 -0
  243. package/data/layers/full/component/component:syn-details/react/SynDetailsJSXElement.ts +9 -0
  244. package/data/layers/full/component/component:syn-details/react/details.ts +65 -0
  245. package/data/layers/full/component/component:syn-details/vue/SynVueDetails.vue +136 -0
  246. package/data/layers/full/component/component:syn-dialog/angular/dialog.component.ts +201 -0
  247. package/data/layers/full/component/component:syn-dialog/components/dialog.component.ts +367 -0
  248. package/data/layers/full/component/component:syn-dialog/components/dialog.styles.ts +130 -0
  249. package/data/layers/full/component/component:syn-dialog/components/dialog.ts +13 -0
  250. package/data/layers/full/component/component:syn-dialog/react/SynDialogJSXElement.ts +11 -0
  251. package/data/layers/full/component/component:syn-dialog/react/dialog.ts +91 -0
  252. package/data/layers/full/component/component:syn-dialog/vue/SynVueDialog.vue +169 -0
  253. package/data/layers/full/component/component:syn-divider/angular/divider.component.ts +55 -0
  254. package/data/layers/full/component/component:syn-divider/components/divider.component.ts +34 -0
  255. package/data/layers/full/component/component:syn-divider/components/divider.styles.ts +22 -0
  256. package/data/layers/full/component/component:syn-divider/components/divider.ts +13 -0
  257. package/data/layers/full/component/component:syn-divider/react/SynDividerJSXElement.ts +1 -0
  258. package/data/layers/full/component/component:syn-divider/react/divider.ts +29 -0
  259. package/data/layers/full/component/component:syn-divider/vue/SynVueDivider.vue +51 -0
  260. package/data/layers/full/component/component:syn-drawer/angular/drawer.component.ts +234 -0
  261. package/data/layers/full/component/component:syn-drawer/components/drawer.component.ts +489 -0
  262. package/data/layers/full/component/component:syn-drawer/components/drawer.custom.styles.ts +78 -0
  263. package/data/layers/full/component/component:syn-drawer/components/drawer.styles.ts +158 -0
  264. package/data/layers/full/component/component:syn-drawer/components/drawer.ts +13 -0
  265. package/data/layers/full/component/component:syn-drawer/react/SynDrawerJSXElement.ts +11 -0
  266. package/data/layers/full/component/component:syn-drawer/react/drawer.ts +98 -0
  267. package/data/layers/full/component/component:syn-drawer/vue/SynVueDrawer.vue +188 -0
  268. package/data/layers/full/component/component:syn-dropdown/angular/dropdown.component.ts +208 -0
  269. package/data/layers/full/component/component:syn-dropdown/components/dropdown.component.ts +469 -0
  270. package/data/layers/full/component/component:syn-dropdown/components/dropdown.styles.ts +51 -0
  271. package/data/layers/full/component/component:syn-dropdown/components/dropdown.ts +13 -0
  272. package/data/layers/full/component/component:syn-dropdown/react/SynDropdownJSXElement.ts +9 -0
  273. package/data/layers/full/component/component:syn-dropdown/react/dropdown.ts +59 -0
  274. package/data/layers/full/component/component:syn-dropdown/vue/SynVueDropdown.vue +152 -0
  275. package/data/layers/full/component/component:syn-file/angular/file.component.ts +372 -0
  276. package/data/layers/full/component/component:syn-file/components/file.component.ts +645 -0
  277. package/data/layers/full/component/component:syn-file/components/file.styles.ts +197 -0
  278. package/data/layers/full/component/component:syn-file/components/file.ts +12 -0
  279. package/data/layers/full/component/component:syn-file/react/SynFileJSXElement.ts +10 -0
  280. package/data/layers/full/component/component:syn-file/react/file.ts +85 -0
  281. package/data/layers/full/component/component:syn-file/vue/SynVueFile.vue +256 -0
  282. package/data/layers/full/component/component:syn-header/angular/header.component.ts +149 -0
  283. package/data/layers/full/component/component:syn-header/components/header.component.ts +310 -0
  284. package/data/layers/full/component/component:syn-header/components/header.styles.ts +143 -0
  285. package/data/layers/full/component/component:syn-header/components/header.ts +12 -0
  286. package/data/layers/full/component/component:syn-header/react/SynHeaderJSXElement.ts +8 -0
  287. package/data/layers/full/component/component:syn-header/react/header.ts +68 -0
  288. package/data/layers/full/component/component:syn-header/vue/SynVueHeader.vue +126 -0
  289. package/data/layers/full/component/component:syn-icon/angular/icon.component.ts +115 -0
  290. package/data/layers/full/component/component:syn-icon/components/icon.component.ts +227 -0
  291. package/data/layers/full/component/component:syn-icon/components/icon.custom.styles.ts +5 -0
  292. package/data/layers/full/component/component:syn-icon/components/icon.styles.ts +18 -0
  293. package/data/layers/full/component/component:syn-icon/components/icon.ts +13 -0
  294. package/data/layers/full/component/component:syn-icon/components/library.default.ts +10 -0
  295. package/data/layers/full/component/component:syn-icon/components/library.migration.ts +317 -0
  296. package/data/layers/full/component/component:syn-icon/components/library.system.ts +46 -0
  297. package/data/layers/full/component/component:syn-icon/components/library.ts +54 -0
  298. package/data/layers/full/component/component:syn-icon/components/sick2018-system-icons.ts +37 -0
  299. package/data/layers/full/component/component:syn-icon/components/sick2025-system-icons.ts +34 -0
  300. package/data/layers/full/component/component:syn-icon/react/SynIconJSXElement.ts +4 -0
  301. package/data/layers/full/component/component:syn-icon/react/icon.ts +41 -0
  302. package/data/layers/full/component/component:syn-icon/vue/SynVueIcon.vue +100 -0
  303. package/data/layers/full/component/component:syn-icon-button/angular/icon-button.component.ts +185 -0
  304. package/data/layers/full/component/component:syn-icon-button/components/icon-button.component.ts +147 -0
  305. package/data/layers/full/component/component:syn-icon-button/components/icon-button.custom.styles.ts +79 -0
  306. package/data/layers/full/component/component:syn-icon-button/components/icon-button.styles.ts +52 -0
  307. package/data/layers/full/component/component:syn-icon-button/components/icon-button.ts +13 -0
  308. package/data/layers/full/component/component:syn-icon-button/react/SynIconButtonJSXElement.ts +4 -0
  309. package/data/layers/full/component/component:syn-icon-button/react/icon-button.ts +42 -0
  310. package/data/layers/full/component/component:syn-icon-button/vue/SynVueIconButton.vue +132 -0
  311. package/data/layers/full/component/component:syn-input/angular/input.component.ts +608 -0
  312. package/data/layers/full/component/component:syn-input/components/formatter.ts +75 -0
  313. package/data/layers/full/component/component:syn-input/components/input.component.ts +941 -0
  314. package/data/layers/full/component/component:syn-input/components/input.custom.styles.ts +278 -0
  315. package/data/layers/full/component/component:syn-input/components/input.styles.ts +280 -0
  316. package/data/layers/full/component/component:syn-input/components/input.ts +13 -0
  317. package/data/layers/full/component/component:syn-input/components/strategies.ts +79 -0
  318. package/data/layers/full/component/component:syn-input/react/SynInputJSXElement.ts +12 -0
  319. package/data/layers/full/component/component:syn-input/react/input.ts +91 -0
  320. package/data/layers/full/component/component:syn-input/vue/SynVueInput.vue +370 -0
  321. package/data/layers/full/component/component:syn-menu/angular/menu.component.ts +52 -0
  322. package/data/layers/full/component/component:syn-menu/components/menu.component.ts +191 -0
  323. package/data/layers/full/component/component:syn-menu/components/menu.styles.ts +37 -0
  324. package/data/layers/full/component/component:syn-menu/components/menu.ts +13 -0
  325. package/data/layers/full/component/component:syn-menu/react/SynMenuJSXElement.ts +4 -0
  326. package/data/layers/full/component/component:syn-menu/react/menu.ts +36 -0
  327. package/data/layers/full/component/component:syn-menu/vue/SynVueMenu.vue +48 -0
  328. package/data/layers/full/component/component:syn-menu-item/angular/menu-item.component.ts +121 -0
  329. package/data/layers/full/component/component:syn-menu-item/components/menu-item.component.ts +201 -0
  330. package/data/layers/full/component/component:syn-menu-item/components/menu-item.styles.ts +285 -0
  331. package/data/layers/full/component/component:syn-menu-item/components/menu-item.ts +13 -0
  332. package/data/layers/full/component/component:syn-menu-item/components/submenu-controller.ts +285 -0
  333. package/data/layers/full/component/component:syn-menu-item/react/SynMenuItemJSXElement.ts +1 -0
  334. package/data/layers/full/component/component:syn-menu-item/react/menu-item.ts +45 -0
  335. package/data/layers/full/component/component:syn-menu-item/vue/SynVueMenuItem.vue +91 -0
  336. package/data/layers/full/component/component:syn-menu-label/angular/menu-label.component.ts +48 -0
  337. package/data/layers/full/component/component:syn-menu-label/components/menu-label.component.ts +46 -0
  338. package/data/layers/full/component/component:syn-menu-label/components/menu-label.styles.ts +31 -0
  339. package/data/layers/full/component/component:syn-menu-label/components/menu-label.ts +13 -0
  340. package/data/layers/full/component/component:syn-menu-label/react/SynMenuLabelJSXElement.ts +1 -0
  341. package/data/layers/full/component/component:syn-menu-label/react/menu-label.ts +35 -0
  342. package/data/layers/full/component/component:syn-menu-label/vue/SynVueMenuLabel.vue +41 -0
  343. package/data/layers/full/component/component:syn-nav-item/angular/nav-item.component.ts +242 -0
  344. package/data/layers/full/component/component:syn-nav-item/components/nav-item.component.ts +491 -0
  345. package/data/layers/full/component/component:syn-nav-item/components/nav-item.styles.ts +333 -0
  346. package/data/layers/full/component/component:syn-nav-item/components/nav-item.ts +12 -0
  347. package/data/layers/full/component/component:syn-nav-item/react/SynNavItemJSXElement.ts +9 -0
  348. package/data/layers/full/component/component:syn-nav-item/react/nav-item.ts +82 -0
  349. package/data/layers/full/component/component:syn-nav-item/vue/SynVueNavItem.vue +182 -0
  350. package/data/layers/full/component/component:syn-optgroup/angular/optgroup.component.ts +79 -0
  351. package/data/layers/full/component/component:syn-optgroup/components/optgroup.component.ts +176 -0
  352. package/data/layers/full/component/component:syn-optgroup/components/optgroup.styles.ts +61 -0
  353. package/data/layers/full/component/component:syn-optgroup/components/optgroup.ts +13 -0
  354. package/data/layers/full/component/component:syn-optgroup/react/SynOptgroupJSXElement.ts +1 -0
  355. package/data/layers/full/component/component:syn-optgroup/react/optgroup.ts +41 -0
  356. package/data/layers/full/component/component:syn-optgroup/vue/SynVueOptgroup.vue +71 -0
  357. package/data/layers/full/component/component:syn-option/angular/option.component.ts +79 -0
  358. package/data/layers/full/component/component:syn-option/components/option-size.styles.ts +37 -0
  359. package/data/layers/full/component/component:syn-option/components/option.component.ts +191 -0
  360. package/data/layers/full/component/component:syn-option/components/option.styles.ts +165 -0
  361. package/data/layers/full/component/component:syn-option/components/option.ts +13 -0
  362. package/data/layers/full/component/component:syn-option/components/utility.ts +11 -0
  363. package/data/layers/full/component/component:syn-option/react/SynOptionJSXElement.ts +1 -0
  364. package/data/layers/full/component/component:syn-option/react/option.ts +37 -0
  365. package/data/layers/full/component/component:syn-option/vue/SynVueOption.vue +71 -0
  366. package/data/layers/full/component/component:syn-pagination/angular/pagination.component.ts +201 -0
  367. package/data/layers/full/component/component:syn-pagination/components/pagination.component.ts +452 -0
  368. package/data/layers/full/component/component:syn-pagination/components/pagination.styles.ts +128 -0
  369. package/data/layers/full/component/component:syn-pagination/components/pagination.ts +12 -0
  370. package/data/layers/full/component/component:syn-pagination/components/utility.ts +123 -0
  371. package/data/layers/full/component/component:syn-pagination/react/SynPaginationJSXElement.ts +7 -0
  372. package/data/layers/full/component/component:syn-pagination/react/pagination.ts +56 -0
  373. package/data/layers/full/component/component:syn-pagination/vue/SynVuePagination.vue +144 -0
  374. package/data/layers/full/component/component:syn-popup/angular/popup.component.ts +372 -0
  375. package/data/layers/full/component/component:syn-popup/components/popup.component.ts +582 -0
  376. package/data/layers/full/component/component:syn-popup/components/popup.styles.ts +70 -0
  377. package/data/layers/full/component/component:syn-popup/components/popup.ts +13 -0
  378. package/data/layers/full/component/component:syn-popup/react/SynPopupJSXElement.ts +4 -0
  379. package/data/layers/full/component/component:syn-popup/react/popup.ts +55 -0
  380. package/data/layers/full/component/component:syn-popup/vue/SynVuePopup.vue +233 -0
  381. package/data/layers/full/component/component:syn-prio-nav/angular/prio-nav.component.ts +67 -0
  382. package/data/layers/full/component/component:syn-prio-nav/components/prio-nav.component.ts +288 -0
  383. package/data/layers/full/component/component:syn-prio-nav/components/prio-nav.styles.ts +48 -0
  384. package/data/layers/full/component/component:syn-prio-nav/components/prio-nav.ts +12 -0
  385. package/data/layers/full/component/component:syn-prio-nav/components/utils.ts +57 -0
  386. package/data/layers/full/component/component:syn-prio-nav/react/SynPrioNavJSXElement.ts +1 -0
  387. package/data/layers/full/component/component:syn-prio-nav/react/prio-nav.ts +54 -0
  388. package/data/layers/full/component/component:syn-prio-nav/vue/SynVuePrioNav.vue +60 -0
  389. package/data/layers/full/component/component:syn-progress-bar/angular/progress-bar.component.ts +85 -0
  390. package/data/layers/full/component/component:syn-progress-bar/components/progress-bar.component.ts +67 -0
  391. package/data/layers/full/component/component:syn-progress-bar/components/progress-bar.custom.styles.ts +24 -0
  392. package/data/layers/full/component/component:syn-progress-bar/components/progress-bar.styles.ts +87 -0
  393. package/data/layers/full/component/component:syn-progress-bar/components/progress-bar.ts +13 -0
  394. package/data/layers/full/component/component:syn-progress-bar/react/SynProgressBarJSXElement.ts +1 -0
  395. package/data/layers/full/component/component:syn-progress-bar/react/progress-bar.ts +37 -0
  396. package/data/layers/full/component/component:syn-progress-bar/vue/SynVueProgressBar.vue +71 -0
  397. package/data/layers/full/component/component:syn-progress-ring/angular/progress-ring.component.ts +72 -0
  398. package/data/layers/full/component/component:syn-progress-ring/components/progress-ring.component.ts +83 -0
  399. package/data/layers/full/component/component:syn-progress-ring/components/progress-ring.custom.styles.ts +19 -0
  400. package/data/layers/full/component/component:syn-progress-ring/components/progress-ring.styles.ts +70 -0
  401. package/data/layers/full/component/component:syn-progress-ring/components/progress-ring.ts +13 -0
  402. package/data/layers/full/component/component:syn-progress-ring/react/SynProgressRingJSXElement.ts +4 -0
  403. package/data/layers/full/component/component:syn-progress-ring/react/progress-ring.ts +37 -0
  404. package/data/layers/full/component/component:syn-progress-ring/vue/SynVueProgressRing.vue +66 -0
  405. package/data/layers/full/component/component:syn-radio/angular/radio.component.ts +122 -0
  406. package/data/layers/full/component/component:syn-radio/components/radio.component.ts +131 -0
  407. package/data/layers/full/component/component:syn-radio/components/radio.styles.ts +179 -0
  408. package/data/layers/full/component/component:syn-radio/components/radio.ts +13 -0
  409. package/data/layers/full/component/component:syn-radio/react/SynRadioJSXElement.ts +4 -0
  410. package/data/layers/full/component/component:syn-radio/react/radio.ts +48 -0
  411. package/data/layers/full/component/component:syn-radio/vue/SynVueRadio.vue +104 -0
  412. package/data/layers/full/component/component:syn-radio-button/angular/radio-button.component.ts +123 -0
  413. package/data/layers/full/component/component:syn-radio-button/components/radio-button.component.ts +142 -0
  414. package/data/layers/full/component/component:syn-radio-button/components/radio-button.styles.ts +30 -0
  415. package/data/layers/full/component/component:syn-radio-button/components/radio-button.ts +13 -0
  416. package/data/layers/full/component/component:syn-radio-button/react/SynRadioButtonJSXElement.ts +4 -0
  417. package/data/layers/full/component/component:syn-radio-button/react/radio-button.ts +49 -0
  418. package/data/layers/full/component/component:syn-radio-button/vue/SynVueRadioButton.vue +105 -0
  419. package/data/layers/full/component/component:syn-radio-group/angular/radio-group.component.ts +204 -0
  420. package/data/layers/full/component/component:syn-radio-group/components/radio-group.component.ts +440 -0
  421. package/data/layers/full/component/component:syn-radio-group/components/radio-group.styles.ts +58 -0
  422. package/data/layers/full/component/component:syn-radio-group/components/radio-group.ts +13 -0
  423. package/data/layers/full/component/component:syn-radio-group/react/SynRadioGroupJSXElement.ts +8 -0
  424. package/data/layers/full/component/component:syn-radio-group/react/radio-group.ts +56 -0
  425. package/data/layers/full/component/component:syn-radio-group/vue/SynVueRadioGroup.vue +158 -0
  426. package/data/layers/full/component/component:syn-range/angular/range.component.ts +347 -0
  427. package/data/layers/full/component/component:syn-range/components/range.component.ts +933 -0
  428. package/data/layers/full/component/component:syn-range/components/range.styles.ts +310 -0
  429. package/data/layers/full/component/component:syn-range/components/range.ts +12 -0
  430. package/data/layers/full/component/component:syn-range/components/utility.ts +38 -0
  431. package/data/layers/full/component/component:syn-range/react/SynRangeJSXElement.ts +11 -0
  432. package/data/layers/full/component/component:syn-range/react/range.ts +92 -0
  433. package/data/layers/full/component/component:syn-range/vue/SynVueRange.vue +245 -0
  434. package/data/layers/full/component/component:syn-range-tick/angular/range-tick.component.ts +59 -0
  435. package/data/layers/full/component/component:syn-range-tick/components/range-tick.component.ts +50 -0
  436. package/data/layers/full/component/component:syn-range-tick/components/range-tick.styles.ts +34 -0
  437. package/data/layers/full/component/component:syn-range-tick/components/range-tick.ts +12 -0
  438. package/data/layers/full/component/component:syn-range-tick/react/SynRangeTickJSXElement.ts +1 -0
  439. package/data/layers/full/component/component:syn-range-tick/react/range-tick.ts +33 -0
  440. package/data/layers/full/component/component:syn-range-tick/vue/SynVueRangeTick.vue +57 -0
  441. package/data/layers/full/component/component:syn-select/angular/select.component.ts +439 -0
  442. package/data/layers/full/component/component:syn-select/components/select.component.ts +1056 -0
  443. package/data/layers/full/component/component:syn-select/components/select.styles.ts +380 -0
  444. package/data/layers/full/component/component:syn-select/components/select.ts +13 -0
  445. package/data/layers/full/component/component:syn-select/components/utility.ts +41 -0
  446. package/data/layers/full/component/component:syn-select/react/SynSelectJSXElement.ts +15 -0
  447. package/data/layers/full/component/component:syn-select/react/select.ts +101 -0
  448. package/data/layers/full/component/component:syn-select/vue/SynVueSelect.vue +301 -0
  449. package/data/layers/full/component/component:syn-side-nav/angular/side-nav.component.ts +210 -0
  450. package/data/layers/full/component/component:syn-side-nav/components/side-nav.component.ts +458 -0
  451. package/data/layers/full/component/component:syn-side-nav/components/side-nav.styles.ts +142 -0
  452. package/data/layers/full/component/component:syn-side-nav/components/side-nav.ts +12 -0
  453. package/data/layers/full/component/component:syn-side-nav/react/SynSideNavJSXElement.ts +9 -0
  454. package/data/layers/full/component/component:syn-side-nav/react/side-nav.ts +95 -0
  455. package/data/layers/full/component/component:syn-side-nav/vue/SynVueSideNav.vue +188 -0
  456. package/data/layers/full/component/component:syn-spinner/angular/spinner.component.ts +44 -0
  457. package/data/layers/full/component/component:syn-spinner/components/spinner.component.ts +35 -0
  458. package/data/layers/full/component/component:syn-spinner/components/spinner.custom.styles.ts +32 -0
  459. package/data/layers/full/component/component:syn-spinner/components/spinner.styles.ts +48 -0
  460. package/data/layers/full/component/component:syn-spinner/components/spinner.ts +13 -0
  461. package/data/layers/full/component/component:syn-spinner/react/SynSpinnerJSXElement.ts +1 -0
  462. package/data/layers/full/component/component:syn-spinner/react/spinner.ts +31 -0
  463. package/data/layers/full/component/component:syn-spinner/vue/SynVueSpinner.vue +35 -0
  464. package/data/layers/full/component/component:syn-switch/angular/switch.component.ts +257 -0
  465. package/data/layers/full/component/component:syn-switch/components/switch.component.ts +279 -0
  466. package/data/layers/full/component/component:syn-switch/components/switch.styles.ts +252 -0
  467. package/data/layers/full/component/component:syn-switch/components/switch.ts +13 -0
  468. package/data/layers/full/component/component:syn-switch/react/SynSwitchJSXElement.ts +10 -0
  469. package/data/layers/full/component/component:syn-switch/react/switch.ts +63 -0
  470. package/data/layers/full/component/component:syn-switch/vue/SynVueSwitch.vue +183 -0
  471. package/data/layers/full/component/component:syn-tab/angular/tab.component.ts +109 -0
  472. package/data/layers/full/component/component:syn-tab/components/tab.component.ts +125 -0
  473. package/data/layers/full/component/component:syn-tab/components/tab.custom.styles.ts +94 -0
  474. package/data/layers/full/component/component:syn-tab/components/tab.styles.ts +70 -0
  475. package/data/layers/full/component/component:syn-tab/components/tab.ts +13 -0
  476. package/data/layers/full/component/component:syn-tab/react/SynTabJSXElement.ts +4 -0
  477. package/data/layers/full/component/component:syn-tab/react/tab.ts +42 -0
  478. package/data/layers/full/component/component:syn-tab/vue/SynVueTab.vue +91 -0
  479. package/data/layers/full/component/component:syn-tab-group/angular/tab-group.component.ts +166 -0
  480. package/data/layers/full/component/component:syn-tab-group/components/tab-group.component.ts +551 -0
  481. package/data/layers/full/component/component:syn-tab-group/components/tab-group.custom.styles.ts +218 -0
  482. package/data/layers/full/component/component:syn-tab-group/components/tab-group.styles.ts +193 -0
  483. package/data/layers/full/component/component:syn-tab-group/components/tab-group.ts +13 -0
  484. package/data/layers/full/component/component:syn-tab-group/react/SynTabGroupJSXElement.ts +4 -0
  485. package/data/layers/full/component/component:syn-tab-group/react/tab-group.ts +58 -0
  486. package/data/layers/full/component/component:syn-tab-group/vue/SynVueTabGroup.vue +126 -0
  487. package/data/layers/full/component/component:syn-tab-panel/angular/tab-panel.component.ts +68 -0
  488. package/data/layers/full/component/component:syn-tab-panel/components/tab-panel.component.ts +60 -0
  489. package/data/layers/full/component/component:syn-tab-panel/components/tab-panel.custom.styles.ts +8 -0
  490. package/data/layers/full/component/component:syn-tab-panel/components/tab-panel.styles.ts +20 -0
  491. package/data/layers/full/component/component:syn-tab-panel/components/tab-panel.ts +13 -0
  492. package/data/layers/full/component/component:syn-tab-panel/react/SynTabPanelJSXElement.ts +1 -0
  493. package/data/layers/full/component/component:syn-tab-panel/react/tab-panel.ts +31 -0
  494. package/data/layers/full/component/component:syn-tab-panel/vue/SynVueTabPanel.vue +60 -0
  495. package/data/layers/full/component/component:syn-tag/angular/tag.component.ts +83 -0
  496. package/data/layers/full/component/component:syn-tag/components/tag.component.ts +83 -0
  497. package/data/layers/full/component/component:syn-tag/components/tag.custom.styles.ts +121 -0
  498. package/data/layers/full/component/component:syn-tag/components/tag.styles.ts +58 -0
  499. package/data/layers/full/component/component:syn-tag/components/tag.ts +13 -0
  500. package/data/layers/full/component/component:syn-tag/react/SynTagJSXElement.ts +4 -0
  501. package/data/layers/full/component/component:syn-tag/react/tag.ts +43 -0
  502. package/data/layers/full/component/component:syn-tag/vue/SynVueTag.vue +81 -0
  503. package/data/layers/full/component/component:syn-tag-group/angular/tag-group.component.ts +83 -0
  504. package/data/layers/full/component/component:syn-tag-group/components/tag-group.component.ts +95 -0
  505. package/data/layers/full/component/component:syn-tag-group/components/tag-group.styles.ts +49 -0
  506. package/data/layers/full/component/component:syn-tag-group/components/tag-group.ts +12 -0
  507. package/data/layers/full/component/component:syn-tag-group/react/SynTagGroupJSXElement.ts +1 -0
  508. package/data/layers/full/component/component:syn-tag-group/react/tag-group.ts +33 -0
  509. package/data/layers/full/component/component:syn-tag-group/vue/SynVueTagGroup.vue +69 -0
  510. package/data/layers/full/component/component:syn-textarea/angular/textarea.component.ts +396 -0
  511. package/data/layers/full/component/component:syn-textarea/components/textarea.component.ts +400 -0
  512. package/data/layers/full/component/component:syn-textarea/components/textarea.styles.ts +208 -0
  513. package/data/layers/full/component/component:syn-textarea/components/textarea.ts +13 -0
  514. package/data/layers/full/component/component:syn-textarea/react/SynTextareaJSXElement.ts +10 -0
  515. package/data/layers/full/component/component:syn-textarea/react/textarea.ts +60 -0
  516. package/data/layers/full/component/component:syn-textarea/vue/SynVueTextarea.vue +244 -0
  517. package/data/layers/full/component/component:syn-tooltip/angular/tooltip.component.ts +196 -0
  518. package/data/layers/full/component/component:syn-tooltip/components/tooltip.component.ts +312 -0
  519. package/data/layers/full/component/component:syn-tooltip/components/tooltip.styles.ts +62 -0
  520. package/data/layers/full/component/component:syn-tooltip/components/tooltip.ts +13 -0
  521. package/data/layers/full/component/component:syn-tooltip/react/SynTooltipJSXElement.ts +9 -0
  522. package/data/layers/full/component/component:syn-tooltip/react/tooltip.ts +63 -0
  523. package/data/layers/full/component/component:syn-tooltip/vue/SynVueTooltip.vue +150 -0
  524. package/data/layers/full/component/component:syn-validate/angular/validate.component.ts +137 -0
  525. package/data/layers/full/component/component:syn-validate/components/utility.ts +160 -0
  526. package/data/layers/full/component/component:syn-validate/components/validate.component.ts +590 -0
  527. package/data/layers/full/component/component:syn-validate/components/validate.styles.ts +9 -0
  528. package/data/layers/full/component/component:syn-validate/components/validate.ts +12 -0
  529. package/data/layers/full/component/component:syn-validate/react/SynValidateJSXElement.ts +1 -0
  530. package/data/layers/full/component/component:syn-validate/react/validate.ts +44 -0
  531. package/data/layers/full/component/component:syn-validate/vue/SynVueValidate.vue +107 -0
  532. package/data/layers/full/fonts/sick-intl/LICENSE +3 -0
  533. package/data/layers/full/fonts/sick-intl/font.css +17 -0
  534. package/data/layers/full/setup/setup:angular-components-module/angular/index.ts +53 -0
  535. package/data/layers/full/setup/setup:angular-components-module/angular/synergy.module.ts +115 -0
  536. package/data/layers/full/setup/setup:angular-forms-module/angular/forms.module.ts +92 -0
  537. package/data/layers/full/setup/setup:angular-package/angular/CHANGELOG.md +628 -0
  538. package/data/layers/full/setup/setup:angular-package/angular/LIMITATIONS.md +32 -0
  539. package/data/layers/full/setup/setup:angular-package/angular/README.md +393 -0
  540. package/data/layers/full/setup/setup:angular-package/angular/index.ts +9 -0
  541. package/data/layers/full/setup/setup:angular-package/angular/package.json +64 -0
  542. package/data/layers/full/setup/setup:angular-validators-module/angular/validators.ts +125 -0
  543. package/data/layers/full/setup/setup:assets-package/assets/BREAKING_CHANGES.md +305 -0
  544. package/data/layers/full/setup/setup:assets-package/assets/CHANGELOG.md +382 -0
  545. package/data/layers/full/setup/setup:assets-package/assets/README.md +103 -0
  546. package/data/layers/full/setup/setup:assets-package/assets/package.json +98 -0
  547. package/data/layers/full/setup/setup:components-package/components/BREAKING_CHANGES.md +908 -0
  548. package/data/layers/full/setup/setup:components-package/components/CHANGELOG.md +2166 -0
  549. package/data/layers/full/setup/setup:components-package/components/LIMITATIONS.md +433 -0
  550. package/data/layers/full/setup/setup:components-package/components/README.md +231 -0
  551. package/data/layers/full/setup/setup:components-package/components/package.json +125 -0
  552. package/data/layers/full/setup/setup:components-package/docs/icon-usage.md +411 -0
  553. package/data/layers/full/setup/setup:components-package/docs/prerequisites.md +319 -0
  554. package/data/layers/full/setup/setup:fonts-package/fonts/CHANGELOG.md +65 -0
  555. package/data/layers/full/setup/setup:fonts-package/fonts/README.md +164 -0
  556. package/data/layers/full/setup/setup:fonts-package/fonts/package.json +72 -0
  557. package/data/layers/full/setup/setup:react-package/react/CHANGELOG.md +551 -0
  558. package/data/layers/full/setup/setup:react-package/react/LIMITATIONS.md +31 -0
  559. package/data/layers/full/setup/setup:react-package/react/README.md +262 -0
  560. package/data/layers/full/setup/setup:react-package/react/index.ts +53 -0
  561. package/data/layers/full/setup/setup:react-package/react/package.json +54 -0
  562. package/data/layers/full/setup/setup:react-package/react/syn-jsx-elements.ts +2830 -0
  563. package/data/layers/full/setup/setup:styles-package/styles/BREAKING_CHANGES.md +105 -0
  564. package/data/layers/full/setup/setup:styles-package/styles/CHANGELOG.md +196 -0
  565. package/data/layers/full/setup/setup:styles-package/styles/README.md +132 -0
  566. package/data/layers/full/setup/setup:styles-package/styles/package.json +57 -0
  567. package/data/layers/full/setup/setup:synergy-migrations/components/BREAKING_CHANGES.md +908 -0
  568. package/data/layers/full/setup/setup:synergy-migrations/davinci/basic-elements.md +1859 -0
  569. package/data/layers/full/setup/setup:synergy-migrations/migration/index.md +57 -0
  570. package/data/layers/full/setup/setup:synergy-migrations/migration/v2-2018-to-v2-2025.md +481 -0
  571. package/data/layers/full/setup/setup:synergy-migrations/migration/v2-2018-to-v3-2018.md +147 -0
  572. package/data/layers/full/setup/setup:synergy-migrations/migration/v2-2018-to-v3-2025.md +150 -0
  573. package/data/layers/full/setup/setup:synergy-migrations/migration/v2-2025-to-v3-2025.md +133 -0
  574. package/data/layers/full/setup/setup:tokens-package/tokens/BREAKING_CHANGES.md +180 -0
  575. package/data/layers/full/setup/setup:tokens-package/tokens/CHANGELOG.md +967 -0
  576. package/data/layers/full/setup/setup:tokens-package/tokens/README.md +435 -0
  577. package/data/layers/full/setup/setup:tokens-package/tokens/package.json +81 -0
  578. package/data/layers/full/setup/setup:vue-package/vue/CHANGELOG.md +618 -0
  579. package/data/layers/full/setup/setup:vue-package/vue/LIMITATIONS.md +53 -0
  580. package/data/layers/full/setup/setup:vue-package/vue/README.md +252 -0
  581. package/data/layers/full/setup/setup:vue-package/vue/index.ts +53 -0
  582. package/data/layers/full/setup/setup:vue-package/vue/package.json +58 -0
  583. package/data/layers/full/styles/link/index.css +89 -0
  584. package/data/layers/full/styles/link-list/index.css +51 -0
  585. package/data/layers/full/styles/tables/table-cell.css +125 -0
  586. package/data/layers/full/styles/tables/table.css +16 -0
  587. package/data/layers/full/styles/typography/body.css +19 -0
  588. package/data/layers/full/styles/typography/heading.css +19 -0
  589. package/data/layers/full/styles/typography/weight.css +16 -0
  590. package/data/layers/full/tokens/figma-variables/sick2018-dark.json +2268 -0
  591. package/data/layers/full/tokens/figma-variables/sick2018-light.json +2268 -0
  592. package/data/layers/full/tokens/figma-variables/sick2025-dark.json +2268 -0
  593. package/data/layers/full/tokens/figma-variables/sick2025-light.json +2268 -0
  594. package/data/layers/full/tokens/js/index.d.ts +2224 -0
  595. package/data/layers/full/tokens/js/index.js +2224 -0
  596. package/data/layers/full/tokens/scss/_tokens.scss +448 -0
  597. package/data/layers/full/tokens/themes/sick2018_dark.css +454 -0
  598. package/data/layers/full/tokens/themes/sick2018_light.css +454 -0
  599. package/data/layers/full/tokens/themes/sick2025_dark.css +454 -0
  600. package/data/layers/full/tokens/themes/sick2025_light.css +454 -0
  601. package/data/layers/interface/component/component:syn-accordion.json +95 -0
  602. package/data/layers/interface/component/component:syn-accordion.md +57 -0
  603. package/data/layers/interface/component/component:syn-alert.json +182 -0
  604. package/data/layers/interface/component/component:syn-alert.md +135 -0
  605. package/data/layers/interface/component/component:syn-badge.json +43 -0
  606. package/data/layers/interface/component/component:syn-badge.md +39 -0
  607. package/data/layers/interface/component/component:syn-breadcrumb-item.json +114 -0
  608. package/data/layers/interface/component/component:syn-breadcrumb-item.md +64 -0
  609. package/data/layers/interface/component/component:syn-breadcrumb.json +61 -0
  610. package/data/layers/interface/component/component:syn-breadcrumb.md +44 -0
  611. package/data/layers/interface/component/component:syn-button-group.json +86 -0
  612. package/data/layers/interface/component/component:syn-button-group.md +57 -0
  613. package/data/layers/interface/component/component:syn-button.json +424 -0
  614. package/data/layers/interface/component/component:syn-button.md +287 -0
  615. package/data/layers/interface/component/component:syn-card.json +86 -0
  616. package/data/layers/interface/component/component:syn-card.md +55 -0
  617. package/data/layers/interface/component/component:syn-checkbox.json +330 -0
  618. package/data/layers/interface/component/component:syn-checkbox.md +237 -0
  619. package/data/layers/interface/component/component:syn-combobox.json +667 -0
  620. package/data/layers/interface/component/component:syn-combobox.md +388 -0
  621. package/data/layers/interface/component/component:syn-details.json +202 -0
  622. package/data/layers/interface/component/component:syn-details.md +129 -0
  623. package/data/layers/interface/component/component:syn-dialog.json +194 -0
  624. package/data/layers/interface/component/component:syn-dialog.md +136 -0
  625. package/data/layers/interface/component/component:syn-divider.json +39 -0
  626. package/data/layers/interface/component/component:syn-divider.md +31 -0
  627. package/data/layers/interface/component/component:syn-drawer.json +239 -0
  628. package/data/layers/interface/component/component:syn-drawer.md +154 -0
  629. package/data/layers/interface/component/component:syn-dropdown.json +272 -0
  630. package/data/layers/interface/component/component:syn-dropdown.md +171 -0
  631. package/data/layers/interface/component/component:syn-file.json +445 -0
  632. package/data/layers/interface/component/component:syn-file.md +280 -0
  633. package/data/layers/interface/component/component:syn-header.json +149 -0
  634. package/data/layers/interface/component/component:syn-header.md +102 -0
  635. package/data/layers/interface/component/component:syn-icon-button.json +201 -0
  636. package/data/layers/interface/component/component:syn-icon-button.md +157 -0
  637. package/data/layers/interface/component/component:syn-icon.json +105 -0
  638. package/data/layers/interface/component/component:syn-icon.md +77 -0
  639. package/data/layers/interface/component/component:syn-input.json +758 -0
  640. package/data/layers/interface/component/component:syn-input.md +522 -0
  641. package/data/layers/interface/component/component:syn-menu-item.json +185 -0
  642. package/data/layers/interface/component/component:syn-menu-item.md +100 -0
  643. package/data/layers/interface/component/component:syn-menu-label.json +36 -0
  644. package/data/layers/interface/component/component:syn-menu-label.md +34 -0
  645. package/data/layers/interface/component/component:syn-menu.json +41 -0
  646. package/data/layers/interface/component/component:syn-menu.md +32 -0
  647. package/data/layers/interface/component/component:syn-nav-item.json +269 -0
  648. package/data/layers/interface/component/component:syn-nav-item.md +198 -0
  649. package/data/layers/interface/component/component:syn-optgroup.json +98 -0
  650. package/data/layers/interface/component/component:syn-optgroup.md +60 -0
  651. package/data/layers/interface/component/component:syn-option.json +149 -0
  652. package/data/layers/interface/component/component:syn-option.md +74 -0
  653. package/data/layers/interface/component/component:syn-pagination.json +200 -0
  654. package/data/layers/interface/component/component:syn-pagination.md +128 -0
  655. package/data/layers/interface/component/component:syn-popup.json +360 -0
  656. package/data/layers/interface/component/component:syn-popup.md +258 -0
  657. package/data/layers/interface/component/component:syn-prio-nav.json +51 -0
  658. package/data/layers/interface/component/component:syn-prio-nav.md +43 -0
  659. package/data/layers/interface/component/component:syn-progress-bar.json +81 -0
  660. package/data/layers/interface/component/component:syn-progress-bar.md +59 -0
  661. package/data/layers/interface/component/component:syn-progress-ring.json +74 -0
  662. package/data/layers/interface/component/component:syn-progress-ring.md +49 -0
  663. package/data/layers/interface/component/component:syn-radio-button.json +164 -0
  664. package/data/layers/interface/component/component:syn-radio-button.md +102 -0
  665. package/data/layers/interface/component/component:syn-radio-group.json +259 -0
  666. package/data/layers/interface/component/component:syn-radio-group.md +161 -0
  667. package/data/layers/interface/component/component:syn-radio.json +140 -0
  668. package/data/layers/interface/component/component:syn-radio.md +88 -0
  669. package/data/layers/interface/component/component:syn-range-tick.json +51 -0
  670. package/data/layers/interface/component/component:syn-range-tick.md +41 -0
  671. package/data/layers/interface/component/component:syn-range.json +429 -0
  672. package/data/layers/interface/component/component:syn-range.md +266 -0
  673. package/data/layers/interface/component/component:syn-select.json +580 -0
  674. package/data/layers/interface/component/component:syn-select.md +341 -0
  675. package/data/layers/interface/component/component:syn-side-nav.json +189 -0
  676. package/data/layers/interface/component/component:syn-side-nav.md +123 -0
  677. package/data/layers/interface/component/component:syn-spinner.json +21 -0
  678. package/data/layers/interface/component/component:syn-spinner.md +24 -0
  679. package/data/layers/interface/component/component:syn-switch.json +301 -0
  680. package/data/layers/interface/component/component:syn-switch.md +220 -0
  681. package/data/layers/interface/component/component:syn-tab-group.json +234 -0
  682. package/data/layers/interface/component/component:syn-tab-group.md +120 -0
  683. package/data/layers/interface/component/component:syn-tab-panel.json +64 -0
  684. package/data/layers/interface/component/component:syn-tab-panel.md +48 -0
  685. package/data/layers/interface/component/component:syn-tab.json +121 -0
  686. package/data/layers/interface/component/component:syn-tab.md +80 -0
  687. package/data/layers/interface/component/component:syn-tag-group.json +98 -0
  688. package/data/layers/interface/component/component:syn-tag-group.md +61 -0
  689. package/data/layers/interface/component/component:syn-tag.json +78 -0
  690. package/data/layers/interface/component/component:syn-tag.md +63 -0
  691. package/data/layers/interface/component/component:syn-textarea.json +532 -0
  692. package/data/layers/interface/component/component:syn-textarea.md +350 -0
  693. package/data/layers/interface/component/component:syn-tooltip.json +216 -0
  694. package/data/layers/interface/component/component:syn-tooltip.md +154 -0
  695. package/data/layers/interface/component/component:syn-validate.json +226 -0
  696. package/data/layers/interface/component/component:syn-validate.md +102 -0
  697. package/data/manifest.json +47 -0
  698. package/data/schemas/core-entity.schema.json +130 -0
  699. package/data/schemas/layer-ref.schema.json +22 -0
  700. package/data/schemas/manifest.schema.json +76 -0
  701. package/dist/index.d.ts +5 -0
  702. package/dist/index.js +5 -0
  703. package/dist/public/domains/assets.d.ts +34 -0
  704. package/dist/public/domains/assets.js +238 -0
  705. package/dist/public/domains/clusters.d.ts +21 -0
  706. package/dist/public/domains/clusters.js +189 -0
  707. package/dist/public/domains/components.d.ts +66 -0
  708. package/dist/public/domains/components.js +286 -0
  709. package/dist/public/domains/fonts.d.ts +21 -0
  710. package/dist/public/domains/fonts.js +141 -0
  711. package/dist/public/domains/migrations.d.ts +13 -0
  712. package/dist/public/domains/migrations.js +59 -0
  713. package/dist/public/domains/setup.d.ts +39 -0
  714. package/dist/public/domains/setup.js +144 -0
  715. package/dist/public/domains/styles.d.ts +47 -0
  716. package/dist/public/domains/styles.js +182 -0
  717. package/dist/public/domains/templates.d.ts +47 -0
  718. package/dist/public/domains/templates.js +182 -0
  719. package/dist/public/domains/tokens.d.ts +46 -0
  720. package/dist/public/domains/tokens.js +165 -0
  721. package/dist/public/index.d.ts +21 -0
  722. package/dist/public/index.js +11 -0
  723. package/dist/public/store.d.ts +19 -0
  724. package/dist/public/store.js +184 -0
  725. package/dist/public/types.d.ts +374 -0
  726. package/dist/public/types.js +5 -0
  727. package/dist/public/utils.d.ts +48 -0
  728. package/dist/public/utils.js +98 -0
  729. package/package.json +49 -7
  730. package/LICENSE +0 -9
  731. package/src/index.js +0 -1
@@ -0,0 +1,2166 @@
1
+ # Changelog
2
+
3
+ ## 3.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1263](https://github.com/synergy-design-system/synergy-design-system/pull/1263) [`f422a1f`](https://github.com/synergy-design-system/synergy-design-system/commit/f422a1f5e7c8d8970b086d914dbba3a5b3bb8d0b) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-04-28
8
+
9
+ fix: 🐛 dependency updates ([#258](https://github.com/synergy-design-system/synergy-design-system/issues/258))
10
+
11
+ - Updated dependencies [[`f422a1f`](https://github.com/synergy-design-system/synergy-design-system/commit/f422a1f5e7c8d8970b086d914dbba3a5b3bb8d0b)]:
12
+ - @synergy-design-system/tokens@3.12.1
13
+
14
+ ## 3.12.0
15
+
16
+ ### Minor Changes
17
+
18
+ - [#1240](https://github.com/synergy-design-system/synergy-design-system/pull/1240) [`06c29d4`](https://github.com/synergy-design-system/synergy-design-system/commit/06c29d4be7b9297d34919646cfd71394abdc6f88) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-04-22
19
+
20
+ feat: ✨ Add new component `<syn-pagination>` (#684)
21
+
22
+ Adds a new component `<syn-pagination>` that may be used to paginate large datasets.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [[`06c29d4`](https://github.com/synergy-design-system/synergy-design-system/commit/06c29d4be7b9297d34919646cfd71394abdc6f88)]:
27
+ - @synergy-design-system/tokens@3.12.0
28
+
29
+ ## 3.11.1
30
+
31
+ ### Patch Changes
32
+
33
+ - [#1252](https://github.com/synergy-design-system/synergy-design-system/pull/1252) [`9d36167`](https://github.com/synergy-design-system/synergy-design-system/commit/9d36167d35ebbdd43820d520140d6823e1331ea1) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-04-20
34
+
35
+ fix: 🐛 syn-dialog has broken scrolling when slotting scrollable children (#1249)
36
+
37
+ - Updated dependencies []:
38
+ - @synergy-design-system/tokens@3.11.1
39
+
40
+ ## 3.11.0
41
+
42
+ ### Minor Changes
43
+
44
+ - [#1247](https://github.com/synergy-design-system/synergy-design-system/pull/1247) [`b3ab501`](https://github.com/synergy-design-system/synergy-design-system/commit/b3ab50132ec4ab770b79fa32b1334a1054c60746) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-04-15
45
+
46
+ feat: ✨ Updates to the Synergy translation System (#452, #1242, #1248)
47
+
48
+ This release adds translations for all officially supported languages, as well as documentation about how to use Synergies translation system.
49
+ It also removes unneeded dependencies from the components package:
50
+ - `@shoelace-style/translate` has reached end of live. We forked the original code to make sure it receives updates in Synergy if needed.
51
+ - `@shoelace-style/animation` was never used internally.
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies []:
56
+ - @synergy-design-system/tokens@3.11.0
57
+
58
+ ## 3.10.5
59
+
60
+ ### Patch Changes
61
+
62
+ - [#1246](https://github.com/synergy-design-system/synergy-design-system/pull/1246) [`5f0eb58`](https://github.com/synergy-design-system/synergy-design-system/commit/5f0eb58996be36571edf1764a7314f78bac96dd9) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-27
63
+
64
+ fix: 🐛 dependency updates (#258)
65
+
66
+ - Updated dependencies [[`5f0eb58`](https://github.com/synergy-design-system/synergy-design-system/commit/5f0eb58996be36571edf1764a7314f78bac96dd9)]:
67
+ - @synergy-design-system/tokens@3.10.5
68
+
69
+ ## 3.10.4
70
+
71
+ ### Patch Changes
72
+
73
+ - [#1228](https://github.com/synergy-design-system/synergy-design-system/pull/1228) [`0c5d176`](https://github.com/synergy-design-system/synergy-design-system/commit/0c5d1761ca6ef9d60714ec4010cd47665c2f7731) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-20
74
+
75
+ fix: 🐛 `<syn-option>` corner radius may look blurry or too sharp on low resolution screens (#1200)
76
+
77
+ This release fixes an issue with `<syn-option>` in combination with the SICK2025 theme.
78
+ When using this combination, the `border-radius` looked either blurry or too sharp on low resolution screens.
79
+
80
+ - Updated dependencies []:
81
+ - @synergy-design-system/tokens@3.10.4
82
+
83
+ ## 3.10.3
84
+
85
+ ### Patch Changes
86
+
87
+ - [#1227](https://github.com/synergy-design-system/synergy-design-system/pull/1227) [`c827385`](https://github.com/synergy-design-system/synergy-design-system/commit/c82738594731dc3c2a5041695741f099393068de) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-10
88
+
89
+ fix: 🐛 `<syn-select>` may throw an error when configured to be `readonly` and `multiple` (#1225)
90
+
91
+ - Updated dependencies []:
92
+ - @synergy-design-system/tokens@3.10.3
93
+
94
+ ## 3.10.2
95
+
96
+ ### Patch Changes
97
+
98
+ - [#1224](https://github.com/synergy-design-system/synergy-design-system/pull/1224) [`7defd03`](https://github.com/synergy-design-system/synergy-design-system/commit/7defd0349dc50d4f9549eda59c4b6bcc96c4612c) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-09
99
+
100
+ fix: 🐛 `<syn-range>` content may bleed into the label when rendering a prefix or suffix slot and using ticks (#1143)
101
+
102
+ This release fixes an issue with `<syn-range>` that caused a layout miscalculation when using prefix and suffix slots in combination with slots.
103
+
104
+ - Updated dependencies []:
105
+ - @synergy-design-system/tokens@3.10.2
106
+
107
+ ## 3.10.1
108
+
109
+ ### Patch Changes
110
+
111
+ - [#1223](https://github.com/synergy-design-system/synergy-design-system/pull/1223) [`60b2845`](https://github.com/synergy-design-system/synergy-design-system/commit/60b2845fc089c2508f7e4a2b068b359fad166288) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-09
112
+
113
+ fix: 🐛 dependency updates (#258)
114
+
115
+ - Updated dependencies [[`60b2845`](https://github.com/synergy-design-system/synergy-design-system/commit/60b2845fc089c2508f7e4a2b068b359fad166288)]:
116
+ - @synergy-design-system/tokens@3.10.1
117
+
118
+ ## 3.10.0
119
+
120
+ ### Minor Changes
121
+
122
+ - [#1209](https://github.com/synergy-design-system/synergy-design-system/pull/1209) [`5704a96`](https://github.com/synergy-design-system/synergy-design-system/commit/5704a96fbe2d0481822a30ce171a01df960c82f1) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-09
123
+
124
+ feat: ✨ Allow `<syn-divider>` as a separator in meta-navigation of `<syn-header>` (#1130)
125
+
126
+ This release adds the possiblity to use `<syn-divider>` as a separator between items in the `<syn-header>` metanavigation.
127
+ It will automatically set the correct `height` on vertically aligned `<syn-dividers>`.
128
+
129
+ `<syn-header>` now also exposes a new `cssproperty` `--metanavigation-item-size` that can be used to define the size of rendered `<syn-icon-buttons>`, as well as the height of `<syn-divider>`
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [[`5704a96`](https://github.com/synergy-design-system/synergy-design-system/commit/5704a96fbe2d0481822a30ce171a01df960c82f1)]:
134
+ - @synergy-design-system/tokens@3.10.0
135
+
136
+ ## 3.9.0
137
+
138
+ ### Patch Changes
139
+
140
+ - Updated dependencies [[`8d3e2a7`](https://github.com/synergy-design-system/synergy-design-system/commit/8d3e2a712619cb94938083620168caafc091323f)]:
141
+ - @synergy-design-system/tokens@3.9.0
142
+
143
+ ## 3.8.0
144
+
145
+ ### Minor Changes
146
+
147
+ - [#1216](https://github.com/synergy-design-system/synergy-design-system/pull/1216) [`fa7ebf8`](https://github.com/synergy-design-system/synergy-design-system/commit/fa7ebf8ca9aef4e246f75688711c7dbb24cb25cb) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-06
148
+
149
+ feat: ✨ `<syn-combobox>` should support `maxlength` attribute (#1184)
150
+
151
+ This release adds the ability to set a maximal input length for `<syn-combobox>` via `<syn-combobox maxlength="5">`.
152
+ This provides the ability to set the maximal amount of free text input for the comboboxes input field.
153
+ It still allows to use options from the list of available options and works as a restriction for free text only.
154
+
155
+ ### Patch Changes
156
+
157
+ - Updated dependencies []:
158
+ - @synergy-design-system/tokens@3.8.0
159
+
160
+ ## 3.7.0
161
+
162
+ ### Minor Changes
163
+
164
+ - [#1193](https://github.com/synergy-design-system/synergy-design-system/pull/1193) [`c7f6a8b`](https://github.com/synergy-design-system/synergy-design-system/commit/c7f6a8bc8ed2eb76c5f9510c1d499f6feca5d302) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-06
165
+
166
+ feat: ✨ Add new component `<syn-tag-group>` (#1152)
167
+
168
+ Adds a new component `<syn-tag-group>`, including templates how to use this component.
169
+
170
+ ### Patch Changes
171
+
172
+ - Updated dependencies [[`c7f6a8b`](https://github.com/synergy-design-system/synergy-design-system/commit/c7f6a8bc8ed2eb76c5f9510c1d499f6feca5d302)]:
173
+ - @synergy-design-system/tokens@3.7.0
174
+
175
+ ## 3.6.2
176
+
177
+ ### Patch Changes
178
+
179
+ - [#1214](https://github.com/synergy-design-system/synergy-design-system/pull/1214) [`01c5e9c`](https://github.com/synergy-design-system/synergy-design-system/commit/01c5e9cc231c6bcc260cedc2f5d5713cf71ea254) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-06
180
+
181
+ fix: 🐛 Angular: `<syn-validate>` does not work when dynamically added to the DOM (#851)
182
+
183
+ This release fixes an issue that made `<syn-validate>` ignore its set `customValidationMessage` when the component gets dynamically added to the DOM in Angular. It does so by preferring the provided `customValidationMessage` over of the internally available `validationMessage`, which could be empty under certain conditions.
184
+
185
+ - Updated dependencies []:
186
+ - @synergy-design-system/tokens@3.6.2
187
+
188
+ ## 3.6.1
189
+
190
+ ### Patch Changes
191
+
192
+ - [#1208](https://github.com/synergy-design-system/synergy-design-system/pull/1208) [`49c9d1c`](https://github.com/synergy-design-system/synergy-design-system/commit/49c9d1c30d777384024134ec983d183aed109421) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-03
193
+
194
+ fix: 🐛 `<syn-menu-item>`: Slotted `<syn-icon>` elements not visible on hover (#1194)
195
+
196
+ This release fixes a bug that accidentally set the color of slotted elements in `<syn-menu-item>` to white which lead to the icons appear to be invisible.
197
+
198
+ - Updated dependencies []:
199
+ - @synergy-design-system/tokens@3.6.1
200
+
201
+ ## 3.6.0
202
+
203
+ ### Minor Changes
204
+
205
+ - [#1192](https://github.com/synergy-design-system/synergy-design-system/pull/1192) [`31c54c0`](https://github.com/synergy-design-system/synergy-design-system/commit/31c54c04a651a14e20bc5f4b2aff1bd92ad26bc0) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-02
206
+
207
+ feat: ✨ New variant `tooltip` for `<syn-validate>` (#664)
208
+
209
+ `<syn-validate>` received the option to show validation errors using `<syn-tooltip>`.
210
+ To use this feature, set the `variant` property to `tooltip`.
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies [[`31c54c0`](https://github.com/synergy-design-system/synergy-design-system/commit/31c54c04a651a14e20bc5f4b2aff1bd92ad26bc0)]:
215
+ - @synergy-design-system/tokens@3.6.0
216
+
217
+ ## 3.5.0
218
+
219
+ ### Minor Changes
220
+
221
+ - [#1189](https://github.com/synergy-design-system/synergy-design-system/pull/1189) [`a4f49ac`](https://github.com/synergy-design-system/synergy-design-system/commit/a4f49ac79a660ef5b8d1b380fe9fcd2159dc9b78) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-02-26
222
+
223
+ feat: ✨ Added readonly for various form fields (#1171, #1172, #1173, #1174, #1175, #1176, #1177, #1178)
224
+
225
+ Applies to:
226
+ - `<syn-checkbox>`
227
+ - `<syn-combobox>`
228
+ - `<syn-file>`
229
+ - `<syn-radio>`
230
+ - `<syn-radio-group>`
231
+ - `<syn-range>`
232
+ - `<syn-select>`
233
+ - `<syn-switch>`
234
+
235
+ Form elements now support being displayed as `readonly` fields.
236
+
237
+ Field marked `readonly` may receive focus, but their value cannot be changed by customer inputs.
238
+
239
+ ### Patch Changes
240
+
241
+ - Updated dependencies [[`a4f49ac`](https://github.com/synergy-design-system/synergy-design-system/commit/a4f49ac79a660ef5b8d1b380fe9fcd2159dc9b78)]:
242
+ - @synergy-design-system/tokens@3.5.0
243
+
244
+ ## 3.4.1
245
+
246
+ ### Patch Changes
247
+
248
+ - [#1196](https://github.com/synergy-design-system/synergy-design-system/pull/1196) [`6a9b934`](https://github.com/synergy-design-system/synergy-design-system/commit/6a9b9349f6404a638fadd842e3f2fd8216fd81cd) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-02-25
249
+
250
+ fix: 🐛 prio nav with only one item (#1195)
251
+
252
+ - Updated dependencies []:
253
+ - @synergy-design-system/tokens@3.4.1
254
+
255
+ ## 3.4.0
256
+
257
+ ### Minor Changes
258
+
259
+ - [#1188](https://github.com/synergy-design-system/synergy-design-system/pull/1188) [`c60deb9`](https://github.com/synergy-design-system/synergy-design-system/commit/c60deb9da1175404ddaa25b2c19ce9e182205cd2) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-02-19
260
+
261
+ feat: ✨ `<syn-header>` sticky behavior (#529)
262
+
263
+ `<syn-header>` now has a new `sticky` boolean property that can be used when a sticky header is needed, e.g. `<syn-header sticky></syn-header>`.
264
+ This adds `position: sticky`, as well as a small shadow that indicates that the header is stuck.
265
+ You can configure the `top` position via the new `--sticky-position` css property (defaults to `0` to make it stick to the top).
266
+
267
+ ### Patch Changes
268
+
269
+ - Updated dependencies [[`c60deb9`](https://github.com/synergy-design-system/synergy-design-system/commit/c60deb9da1175404ddaa25b2c19ce9e182205cd2)]:
270
+ - @synergy-design-system/tokens@3.4.0
271
+
272
+ ## 3.3.0
273
+
274
+ ### Minor Changes
275
+
276
+ - [#1191](https://github.com/synergy-design-system/synergy-design-system/pull/1191) [`30f3b74`](https://github.com/synergy-design-system/synergy-design-system/commit/30f3b74891cf693735a792a901c5b23b016c71b8) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-02-19
277
+
278
+ feat: ✨ Add new size `small` to `<syn-details>` and `<syn-accordion>` (#1154)
279
+
280
+ The `<syn-details>` element was the only element with a `size` property that had no `small` variant.
281
+ This was now added for consistency with other elements that have a `size` property.
282
+
283
+ This can be used via `<syn-details size="small"></syn-details>` or `<syn-accordion size="small"></syn-accordion>`.
284
+
285
+ ### Patch Changes
286
+
287
+ - Updated dependencies []:
288
+ - @synergy-design-system/tokens@3.3.0
289
+
290
+ ## 3.2.1
291
+
292
+ ### Patch Changes
293
+
294
+ - [#1182](https://github.com/synergy-design-system/synergy-design-system/pull/1182) [`460f8c2`](https://github.com/synergy-design-system/synergy-design-system/commit/460f8c22dfdc305d3990ba0af4b4aefc451fa8ea) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-02-19
295
+
296
+ fix: 🐛 Dependency updates (#258)
297
+
298
+ - Updated dependencies [[`460f8c2`](https://github.com/synergy-design-system/synergy-design-system/commit/460f8c22dfdc305d3990ba0af4b4aefc451fa8ea)]:
299
+ - @synergy-design-system/tokens@3.2.1
300
+
301
+ ## 3.2.0
302
+
303
+ ### Minor Changes
304
+
305
+ - [#1164](https://github.com/synergy-design-system/synergy-design-system/pull/1164) [`c9fb440`](https://github.com/synergy-design-system/synergy-design-system/commit/c9fb4405c0a1eb3499e4753447ac643ae632ff56) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-02-05
306
+
307
+ feat: ✨ syn-combobox multiple (#627)
308
+
309
+ Adds multiple selection functionality to the `syn-combobox` component, enabling users to select multiple options simultaneously.
310
+
311
+ **Properties Added:**
312
+ - `multiple`: Enables multiple selection mode
313
+ - `delimiter`: Customizable value separator (default: ` ` (space))
314
+ - `max-options-visible`: Controls visible tag limit with overflow handling
315
+ - `getTag`: Custom tag rendering function
316
+
317
+ ### Patch Changes
318
+
319
+ - Updated dependencies []:
320
+ - @synergy-design-system/tokens@3.2.0
321
+
322
+ ## 3.1.0
323
+
324
+ ### Minor Changes
325
+
326
+ - [#1141](https://github.com/synergy-design-system/synergy-design-system/pull/1141) [`96dff2e`](https://github.com/synergy-design-system/synergy-design-system/commit/96dff2ebb47cee901f72773664ee864db5653219) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-02-02
327
+
328
+ feat: ✨ `<syn-button-group>` (#392)
329
+
330
+ We added a new component `<syn-button-group>` that you can use to group a list of buttons.
331
+
332
+ It will automatically apply its `size` and `variant` properties to all nested buttons.
333
+
334
+ ### Patch Changes
335
+
336
+ - Updated dependencies [[`96dff2e`](https://github.com/synergy-design-system/synergy-design-system/commit/96dff2ebb47cee901f72773664ee864db5653219)]:
337
+ - @synergy-design-system/tokens@3.1.0
338
+
339
+ ## 3.0.0
340
+
341
+ ### Major Changes
342
+
343
+ - [#1160](https://github.com/synergy-design-system/synergy-design-system/pull/1160) [`669cbcb`](https://github.com/synergy-design-system/synergy-design-system/commit/669cbcb9cccce72134beac99ac12a2591f3e3c74) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-02-02
344
+
345
+ feat: 💥 Component updates and deprecations for Synergy 3.0
346
+
347
+ This release removes deprecated attributes, updates defaults, and improves bundle size by removing fallback variables.
348
+
349
+ **Key Changes:**
350
+ - **Breaking:** Removed `hoist` attribute from `<syn-combobox>`, `<syn-dropdown>`, `<syn-select>`, and `<syn-tooltip>` (no longer needed with Popover API support)
351
+ - **Breaking:** Removed `strategy` attribute from `<syn-popup>` (no longer needed with Popover API support)
352
+ - **Breaking:** Removed `rail` attribute from `<syn-side-nav>` (use `variant="rail"` instead)
353
+ - **Breaking:** Changed default for `<syn-input>` `numeric-strategy` from "native" to "modern"
354
+ - **Breaking:** Variable fallbacks removed - all CSS custom property fallbacks have been eliminated to reduce bundle size
355
+ - **Breaking:** Token package alignment - components now has a `peerDependency` on `@synergy-design-system/tokens@^3.0.0`
356
+ - **Breaking:** Angular support - removed support for Angular 16 and 17 (no longer actively maintained)
357
+ - **Deprecation Notice:** Icon migration utilities (`migrateIconName`, `migrateIconNameFilled`, `migrationLibrary`) are now deprecated
358
+ - **Deprecation Notice:** `enableExperimentalSettingEmitEvents` is now deprecated in favor of `enableSettingEmitEvents`
359
+
360
+ **Migration Steps:**
361
+ - Remove all `hoist` and `strategy` attributes from affected components
362
+ - Update `<syn-side-nav rail>` to `<syn-side-nav variant="rail">`
363
+ - Remove `numeric-strategy="modern"` from `<syn-input>` as it's now the default
364
+ - Update Angular projects to version 18 or higher
365
+ - Replace `enableExperimentalSettingEmitEvents` with `enableSettingEmitEvents`
366
+ - Ensure matching versions of components and tokens packages
367
+
368
+ For detailed migration instructions, please refer to the [breaking changes documentation](https://synergy-design-system.github.io/?path=/docs/packages-components-breaking-changes--docs).
369
+
370
+ ### Patch Changes
371
+
372
+ - Updated dependencies [[`669cbcb`](https://github.com/synergy-design-system/synergy-design-system/commit/669cbcb9cccce72134beac99ac12a2591f3e3c74)]:
373
+ - @synergy-design-system/tokens@3.0.0
374
+
375
+ ## 2.77.1
376
+
377
+ ### Patch Changes
378
+
379
+ - [#1148](https://github.com/synergy-design-system/synergy-design-system/pull/1148) [`73b7011`](https://github.com/synergy-design-system/synergy-design-system/commit/73b70118ae21bc58c83cbfeb9e2e8447873803a6) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-01-08
380
+
381
+ fix: 🐛 Minor dependency updates (#258)
382
+
383
+ - Updated dependencies [[`73b7011`](https://github.com/synergy-design-system/synergy-design-system/commit/73b70118ae21bc58c83cbfeb9e2e8447873803a6)]:
384
+ - @synergy-design-system/tokens@2.48.2
385
+
386
+ ## 2.77.0
387
+
388
+ ### Minor Changes
389
+
390
+ - [#1132](https://github.com/synergy-design-system/synergy-design-system/pull/1132) [`13f6b25`](https://github.com/synergy-design-system/synergy-design-system/commit/13f6b259af388a0fbafc7c963443d08e61c4e99f) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-18
391
+
392
+ feat: ✨ support angular 21 (#1094)
393
+
394
+ Enables the possibility to use `angular@21`.
395
+
396
+ ## 2.76.0
397
+
398
+ ### Minor Changes
399
+
400
+ - [#1138](https://github.com/synergy-design-system/synergy-design-system/pull/1138) [`dc56e6f`](https://github.com/synergy-design-system/synergy-design-system/commit/dc56e6f0ebc08e44b23bdbdaa6fffa03abc26e9e) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-18
401
+
402
+ feat: ✨ form element active states (#433)
403
+
404
+ This release adds adjustments for `:active` states for various form elements.
405
+ - `<syn-checkbox>` now has new active states, dependent on if it is checked and unchecked.
406
+ - `<syn-nav-item>` now has a new active state
407
+ - `<syn-radio>` will show its active indicator when pressing the associated label, too.
408
+ - `<syn-switch>` now has new active states, dependent on if it is checked and unchecked.
409
+
410
+ ### Patch Changes
411
+
412
+ - Updated dependencies [[`dc56e6f`](https://github.com/synergy-design-system/synergy-design-system/commit/dc56e6f0ebc08e44b23bdbdaa6fffa03abc26e9e)]:
413
+ - @synergy-design-system/tokens@2.48.0
414
+
415
+ ## 2.75.0
416
+
417
+ ### Minor Changes
418
+
419
+ - [#1109](https://github.com/synergy-design-system/synergy-design-system/pull/1109) [`6b4b7e2`](https://github.com/synergy-design-system/synergy-design-system/commit/6b4b7e2940b5c87e44d5da6030354ec0e21f2f38) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
420
+
421
+ feat: ✨ Brand updates for `<syn-button>` (#871)
422
+ feat: ✨ Brand updates for `<syn-dropdown>` (#949)
423
+
424
+ ### Patch Changes
425
+
426
+ - Updated dependencies [[`6b4b7e2`](https://github.com/synergy-design-system/synergy-design-system/commit/6b4b7e2940b5c87e44d5da6030354ec0e21f2f38)]:
427
+ - @synergy-design-system/tokens@2.47.0
428
+
429
+ ## 2.74.4
430
+
431
+ ### Patch Changes
432
+
433
+ - [#1134](https://github.com/synergy-design-system/synergy-design-system/pull/1134) [`53bd655`](https://github.com/synergy-design-system/synergy-design-system/commit/53bd655f465b76c2aa7d57449750b99e8fcfb500) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
434
+
435
+ fix: 🐛 Adjust `<syn-option>` and `<syn-menu-item>` interactive background (#1127)
436
+
437
+ Minor adjustments for `<syn-option>` and `<syn-menu-item>` hover and focus states to better mimic the effects as detailed in Figma for the SICK 2025 themes.
438
+ Both components now use a combination of `background` and `border-radius` to show the `<syn-option>` with an inset highlight color, allowing to better match the wanted spacings.
439
+
440
+ ## 2.74.3
441
+
442
+ ### Patch Changes
443
+
444
+ - [#1139](https://github.com/synergy-design-system/synergy-design-system/pull/1139) [`6cc7376`](https://github.com/synergy-design-system/synergy-design-system/commit/6cc737681f2b137702f3e95b0a666ae6f28b5039) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
445
+
446
+ fix: 🐛 Incorrect offset of submenu items when submenu opens to the left (#1009)
447
+
448
+ Fixes an issue that leads to incorrect offsets when a nested `<syn-menu>` is opened to the left instead of to the right.
449
+
450
+ ## 2.74.2
451
+
452
+ ### Patch Changes
453
+
454
+ - [#1136](https://github.com/synergy-design-system/synergy-design-system/pull/1136) [`212b5bd`](https://github.com/synergy-design-system/synergy-design-system/commit/212b5bd29087b10d1fe0e6bbb94c97090b7b4f74) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-16
455
+
456
+ fix: 🐛 `<syn-alert>` close icon should be aligned to top (#1135)
457
+
458
+ Fixes an issue that was introduced in version `2.74.0`.
459
+ The close icons is now always aligned to the top of the `<syn-alert>` again.
460
+
461
+ ## 2.74.1
462
+
463
+ ### Patch Changes
464
+
465
+ - [#1133](https://github.com/synergy-design-system/synergy-design-system/pull/1133) [`82ea066`](https://github.com/synergy-design-system/synergy-design-system/commit/82ea066fa18e35831d94f22c7ac620135bc8c334) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-15
466
+
467
+ fix: 🐛 syn menu submenu rounding (#1131)
468
+
469
+ Fixes an issue with `<syn-menu-item>` when rendering submenus.
470
+ Submenus did not take the changed `border-radius` of `<syn-menu>` into account, leading to squared borders in the `SICK 2025` themes.
471
+
472
+ ## 2.74.0
473
+
474
+ ### Minor Changes
475
+
476
+ - [#1129](https://github.com/synergy-design-system/synergy-design-system/pull/1129) [`102e650`](https://github.com/synergy-design-system/synergy-design-system/commit/102e6503af3a72d0d2529ed216ce6053a07b9607) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-12
477
+
478
+ feat: ✨ syn alert add sizes (#1119)
479
+
480
+ We have added a new property `size` to `<syn-alert>` that can be set to `small`, `medium` (the default) and `large`.
481
+ The property can also be used with Synergy `defaultSettings`.
482
+
483
+ We also adjusted `<syn-validate>` to draw the `size` attribute of its `slotted` `HTMLInputElement`. If a `size` property is found on the rendered input, it will be forwarded to the rendered `<syn-alert>` if you use `variant="inline"`.
484
+
485
+ ## 2.73.0
486
+
487
+ ### Minor Changes
488
+
489
+ - [#1122](https://github.com/synergy-design-system/synergy-design-system/pull/1122) [`740816b`](https://github.com/synergy-design-system/synergy-design-system/commit/740816b1a86768e7f2fed5516241bdb3a9df4ef7) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-11
490
+
491
+ feat: ✨ adjust sizes of form elements (#1083)
492
+ - `<syn-checkbox>` Bigger checkbox in small and medium
493
+ - `<syn-radio>` Bigger radio control in small and medium
494
+ - `<syn-switch>` Larger label and bigger switch control in all sizes
495
+
496
+ ### Patch Changes
497
+
498
+ - Updated dependencies [[`740816b`](https://github.com/synergy-design-system/synergy-design-system/commit/740816b1a86768e7f2fed5516241bdb3a9df4ef7)]:
499
+ - @synergy-design-system/tokens@2.46.0
500
+
501
+ ## 2.72.0
502
+
503
+ ### Minor Changes
504
+
505
+ - [#1128](https://github.com/synergy-design-system/synergy-design-system/pull/1128) [`7de2441`](https://github.com/synergy-design-system/synergy-design-system/commit/7de244110cf55bb3788e26f65704194bfc861412) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-09
506
+
507
+ feat: ✨ Add a new `shadow` propertry to `<syn-card>` (#1107)
508
+
509
+ Using `<syn-card shadow></syn-card>` will draw the card with a shadow. This can be used when the card has to stand out visually, for example in dashboards.
510
+
511
+ ## 2.71.0
512
+
513
+ ### Minor Changes
514
+
515
+ - [#1126](https://github.com/synergy-design-system/synergy-design-system/pull/1126) [`ab15da3`](https://github.com/synergy-design-system/synergy-design-system/commit/ab15da3bf8956f1d523ca3115a466205474e071f) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-09
516
+
517
+ feat: ✨ remove background blur from drawer (#1120)
518
+
519
+ After gathering community feedback, we chose to remove the background blur introduced in version `2.48.0` from `<syn-drawer>`.
520
+ This was done because users might loose context when for example using the `<syn-side-nav>`.
521
+ The blur effect is still used in `<syn-dialog>`. It may be removed entirely via setting `--syn-overlay-background-blur: 0;` if needed.
522
+
523
+ ## 2.70.0
524
+
525
+ ### Minor Changes
526
+
527
+ - [#1125](https://github.com/synergy-design-system/synergy-design-system/pull/1125) [`d414abe`](https://github.com/synergy-design-system/synergy-design-system/commit/d414abe26eaee05928a8f1914748de1866837804) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-09
528
+
529
+ feat: ✨ adjust badge font size (#1108)
530
+
531
+ The font size of `<syn-badge>` was perceived as too large. Therefore, it was changed from medium to small.
532
+
533
+ ## 2.69.0
534
+
535
+ ### Minor Changes
536
+
537
+ - [#1095](https://github.com/synergy-design-system/synergy-design-system/pull/1095) [`f9f544f`](https://github.com/synergy-design-system/synergy-design-system/commit/f9f544feb2adb3edef95bd1b50a303440e0c8385) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-04
538
+
539
+ feat: ✨ Brand updates for `<syn-select>`, `<syn-option>` and `<syn-optgroup>` (#988)
540
+ feat: ✨ Brand updates for `<syn-combobox>` (#944)
541
+
542
+ ## 2.68.0
543
+
544
+ ### Minor Changes
545
+
546
+ - [#1116](https://github.com/synergy-design-system/synergy-design-system/pull/1116) [`7c97c2e`](https://github.com/synergy-design-system/synergy-design-system/commit/7c97c2eed665902484eb07d7dc23534bf2064f08) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-12-03
547
+
548
+ feat: ✨ `<syn-details>` summary is now always shown in bold. (#1114)
549
+
550
+ ## 2.67.0
551
+
552
+ ### Minor Changes
553
+
554
+ - [#1092](https://github.com/synergy-design-system/synergy-design-system/pull/1092) [`b82f1d9`](https://github.com/synergy-design-system/synergy-design-system/commit/b82f1d961aa4c2898f41b7c55eb3b7d43220878c) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2025-11-28
555
+
556
+ feat: ✨ Brand update for `syn-file` (#953)
557
+
558
+ ### Patch Changes
559
+
560
+ - Updated dependencies [[`b82f1d9`](https://github.com/synergy-design-system/synergy-design-system/commit/b82f1d961aa4c2898f41b7c55eb3b7d43220878c)]:
561
+ - @synergy-design-system/tokens@2.45.0
562
+
563
+ ## 2.66.0
564
+
565
+ ### Minor Changes
566
+
567
+ - [#1105](https://github.com/synergy-design-system/synergy-design-system/pull/1105) [`27adaae`](https://github.com/synergy-design-system/synergy-design-system/commit/27adaaeab60487ca4c92be8fd15b09eb4f09fdc6) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-28
568
+
569
+ feat: ✨ add new error icon (#1101)
570
+
571
+ ## 2.65.0
572
+
573
+ ### Minor Changes
574
+
575
+ - [#1082](https://github.com/synergy-design-system/synergy-design-system/pull/1082) [`e27f95b`](https://github.com/synergy-design-system/synergy-design-system/commit/e27f95ba3e5bd1f494db80ad51d0c1957b8d2204) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-27
576
+
577
+ feat: ✨ Brand updates for `<syn-tab-group>`, `<syn-tab-panel>` and `<syn-tab>` (#969)
578
+
579
+ ## 2.64.1
580
+
581
+ ### Patch Changes
582
+
583
+ - [#1098](https://github.com/synergy-design-system/synergy-design-system/pull/1098) [`92973ed`](https://github.com/synergy-design-system/synergy-design-system/commit/92973ed0242ceb836dfe662cbe8e81b7a5364c2e) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-27
584
+
585
+ fix: 🐛 angular validator api fix (#1097)
586
+
587
+ Validators do not use the internal `_enabled` property anymore.
588
+
589
+ ## 2.64.0
590
+
591
+ ### Minor Changes
592
+
593
+ - [#1074](https://github.com/synergy-design-system/synergy-design-system/pull/1074) [`ac24e63`](https://github.com/synergy-design-system/synergy-design-system/commit/ac24e6379862c7e60b5d5293614f0d804eeb7388) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-27
594
+
595
+ feat: ✨ Brand updates for `<syn-menu>`, `<syn-menu-item>` and `<syn-menu-label>` (#958)
596
+
597
+ ### Patch Changes
598
+
599
+ - Updated dependencies [[`ac24e63`](https://github.com/synergy-design-system/synergy-design-system/commit/ac24e6379862c7e60b5d5293614f0d804eeb7388)]:
600
+ - @synergy-design-system/tokens@2.44.0
601
+
602
+ ## 2.63.0
603
+
604
+ ### Minor Changes
605
+
606
+ - [#1079](https://github.com/synergy-design-system/synergy-design-system/pull/1079) [`3f893f9`](https://github.com/synergy-design-system/synergy-design-system/commit/3f893f9d9d04cbfa3ae530bf8e3ecbcfe7be022f) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-25
607
+
608
+ feat: ✨ create migration iconset (#1078)
609
+
610
+ Added new utilities that help with migrating from 2018 to the new 2025 theme:
611
+
612
+ `migrationLibrary`:
613
+
614
+ A small migration library, aimed to be a drop in replacement for the default system icon library.
615
+ Please have a look at [Synergies 2025 migration guide](https://synergy-design-system.github.io/?path=/docs/migration-to-synergy-3-0--docs) about how to use this.
616
+
617
+ `migrateIconName` and `migrateIconNameFilled`:
618
+
619
+ New low level utilities that helps mapping 2018 icons to the new 2025 icon library.
620
+ This may be used if a custom icon library is in place.
621
+ You should use `migrateIconName` in most cases as the default for Synergy are outlined icons.
622
+ In cases where needed, you may also use `migrateIconNameFilled`, which will use the filled variant of Material Icons.
623
+
624
+ `setupIcons`:
625
+
626
+ High level feature that allows to toggle the default icon library, as well as the system icons via one command. You may use `setupIcons('sick2025');` to switch to the new icon set.
627
+
628
+ > Note this only works if you have your icons setup according to the Synergy defaults.
629
+
630
+ docs: 📚 Make sure to use correct icons on both 2018 and 2025 stories (#1024)
631
+
632
+ Documentation now correctly toggles the icon sets, using the new `migrateIconName` underneath.
633
+
634
+ ## 2.62.0
635
+
636
+ ### Minor Changes
637
+
638
+ - [#1086](https://github.com/synergy-design-system/synergy-design-system/pull/1086) [`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-19
639
+
640
+ feat: ✨ Brand updates for `<syn validate>` (#973)
641
+
642
+ ### Patch Changes
643
+
644
+ - Updated dependencies [[`515226c`](https://github.com/synergy-design-system/synergy-design-system/commit/515226c44f8bba7b2b4b80cdd0f21f3237f0670d)]:
645
+ - @synergy-design-system/tokens@2.43.0
646
+
647
+ ## 2.61.0
648
+
649
+ ### Minor Changes
650
+
651
+ - [#1076](https://github.com/synergy-design-system/synergy-design-system/pull/1076) [`1392ed2`](https://github.com/synergy-design-system/synergy-design-system/commit/1392ed23aba2b628344356adba0a78e1e8beff84) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-18
652
+
653
+ feat: ✨ Brand updates for `<syn-side-nav>`, `<syn-prio-nav>` and `<syn-nav-item>` (#967, #960)
654
+
655
+ ### Patch Changes
656
+
657
+ - Updated dependencies [[`1392ed2`](https://github.com/synergy-design-system/synergy-design-system/commit/1392ed23aba2b628344356adba0a78e1e8beff84)]:
658
+ - @synergy-design-system/tokens@2.42.0
659
+
660
+ ## 2.60.0
661
+
662
+ ### Minor Changes
663
+
664
+ - [#1063](https://github.com/synergy-design-system/synergy-design-system/pull/1063) [`6e616f5`](https://github.com/synergy-design-system/synergy-design-system/commit/6e616f51007ebde567eeb33190518159becc7c32) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2025-11-17
665
+
666
+ feat: ✨ Brand update for syn-range and syn-range-tick (#966)
667
+
668
+ ### Patch Changes
669
+
670
+ - Updated dependencies [[`6e616f5`](https://github.com/synergy-design-system/synergy-design-system/commit/6e616f51007ebde567eeb33190518159becc7c32)]:
671
+ - @synergy-design-system/tokens@2.41.0
672
+
673
+ ## 2.59.0
674
+
675
+ ### Minor Changes
676
+
677
+ - [#1072](https://github.com/synergy-design-system/synergy-design-system/pull/1072) [`81dae1e`](https://github.com/synergy-design-system/synergy-design-system/commit/81dae1e912bcbdefb4346b4a3bbc245f7fac9f12) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-07
678
+
679
+ feat: ✨ Brand updates for `<syn-card>` (#942)
680
+
681
+ ### Patch Changes
682
+
683
+ - Updated dependencies [[`81dae1e`](https://github.com/synergy-design-system/synergy-design-system/commit/81dae1e912bcbdefb4346b4a3bbc245f7fac9f12)]:
684
+ - @synergy-design-system/tokens@2.40.0
685
+
686
+ ## 2.58.0
687
+
688
+ ### Minor Changes
689
+
690
+ - [#1073](https://github.com/synergy-design-system/synergy-design-system/pull/1073) [`0ae632c`](https://github.com/synergy-design-system/synergy-design-system/commit/0ae632c5331f0583ba652add18755df01766cbf5) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-07
691
+
692
+ feat: ✨ Brand updates for `<syn-dialog>` (#946)
693
+
694
+ Also made sure to have smaller `blur` settings as the token has double the size in Figma.
695
+
696
+ ### Patch Changes
697
+
698
+ - Updated dependencies [[`0ae632c`](https://github.com/synergy-design-system/synergy-design-system/commit/0ae632c5331f0583ba652add18755df01766cbf5)]:
699
+ - @synergy-design-system/tokens@2.39.0
700
+
701
+ ## 2.57.0
702
+
703
+ ### Minor Changes
704
+
705
+ - [#1039](https://github.com/synergy-design-system/synergy-design-system/pull/1039) [`bc0bc63`](https://github.com/synergy-design-system/synergy-design-system/commit/bc0bc639a996fc75c57194244596d5733097389d) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2025-11-04
706
+
707
+ feat: ✨ changesets migration (#928)
708
+
709
+ This PR migrates Synergies ci/cd system from `semantic-release` to `changesets`.
710
+
711
+ ### Patch Changes
712
+
713
+ - Updated dependencies [[`bc0bc63`](https://github.com/synergy-design-system/synergy-design-system/commit/bc0bc639a996fc75c57194244596d5733097389d)]:
714
+ - @synergy-design-system/tokens@2.38.0
715
+
716
+ ## 2.56.2
717
+
718
+ (Released on: 2025-11-03)
719
+
720
+ ### Patch Changes
721
+
722
+ - 🐛 Async delimiter change for pre-selected value in syn-select not displayed ([#1061](https://github.com/synergy-design-system/synergy-design-system/issues/1061)) ([5f6d361](https://github.com/synergy-design-system/synergy-design-system/commit/5f6d36102b669cc34aa44cded47ef49559e74529))
723
+
724
+ ## 2.56.1
725
+
726
+ (Released on: 2025-11-03)
727
+
728
+ ### Patch Changes
729
+
730
+ - 🐛 Show scrollbars for closed sticky variant of side-nav ([#1062](https://github.com/synergy-design-system/synergy-design-system/issues/1062)) ([926905b](https://github.com/synergy-design-system/synergy-design-system/commit/926905bd15c87948700e5f32382547b2a1c43821))
731
+
732
+ ## 2.56.0
733
+
734
+ (Released on: 2025-11-03)
735
+
736
+ ### Minor Changes
737
+
738
+ - ✨CD update for syn-alert ([#1064](https://github.com/synergy-design-system/synergy-design-system/issues/1064)) ([f9c0656](https://github.com/synergy-design-system/synergy-design-system/commit/f9c0656a268a71ea676ed0b937d8ca77cca2c924))
739
+
740
+ ## 2.55.0
741
+
742
+ (Released on: 2025-10-29)
743
+
744
+ ### Minor Changes
745
+
746
+ - ✨ CD update for syn-switch ([#1046](https://github.com/synergy-design-system/synergy-design-system/issues/1046)) ([088ce44](https://github.com/synergy-design-system/synergy-design-system/commit/088ce44da4e948099f10c66d29ca48dc6da3b5bb))
747
+
748
+ ## 2.54.0
749
+
750
+ (Released on: 2025-10-28)
751
+
752
+ ### Minor Changes
753
+
754
+ - ✨ CD update for syn-radio ([#1051](https://github.com/synergy-design-system/synergy-design-system/issues/1051)) ([b245f1f](https://github.com/synergy-design-system/synergy-design-system/commit/b245f1f90836a68594ecc8fdc026ecb8b3d284a9))
755
+
756
+ ## 2.53.0
757
+
758
+ (Released on: 2025-10-27)
759
+
760
+ ### Minor Changes
761
+
762
+ - ✨ CD update for syn-badge ([#1049](https://github.com/synergy-design-system/synergy-design-system/issues/1049)) ([894e541](https://github.com/synergy-design-system/synergy-design-system/commit/894e5416653a66f5ef81acaaee8b74a1adf7f3ab))
763
+
764
+ ## 2.52.0
765
+
766
+ (Released on: 2025-10-23)
767
+
768
+ ### Minor Changes
769
+
770
+ - ✨ CD update for syn-checkbox ([#1050](https://github.com/synergy-design-system/synergy-design-system/issues/1050)) ([1054c71](https://github.com/synergy-design-system/synergy-design-system/commit/1054c71415f36233ba1e242433806aac21d4d19b))
771
+
772
+ ## 2.51.0
773
+
774
+ (Released on: 2025-10-23)
775
+
776
+ ### Minor Changes
777
+
778
+ - ✨ CD update for syn-icon-button ([#1048](https://github.com/synergy-design-system/synergy-design-system/issues/1048)) ([d740a54](https://github.com/synergy-design-system/synergy-design-system/commit/d740a5495abd1b36bbe1c1c47fc69ca6a6480549))
779
+
780
+ ## 2.50.0
781
+
782
+ (Released on: 2025-10-23)
783
+
784
+ ### Minor Changes
785
+
786
+ - ✨ CD update for syn-breadcrumb ([#1045](https://github.com/synergy-design-system/synergy-design-system/issues/1045)) ([46383b2](https://github.com/synergy-design-system/synergy-design-system/commit/46383b2557d284328cfb49d476a052986cb47d75))
787
+
788
+ ## 2.49.0
789
+
790
+ (Released on: 2025-10-22)
791
+
792
+ ### Minor Changes
793
+
794
+ - ✨ CD update for syn-header ([#1047](https://github.com/synergy-design-system/synergy-design-system/issues/1047)) ([6841148](https://github.com/synergy-design-system/synergy-design-system/commit/684114811f939b91a13302cc85300fd1b9b1670e))
795
+
796
+ ## 2.48.0
797
+
798
+ (Released on: 2025-10-20)
799
+
800
+ ### Minor Changes
801
+
802
+ - ✨ CD update for syn-drawer ([#1043](https://github.com/synergy-design-system/synergy-design-system/issues/1043)) ([214b367](https://github.com/synergy-design-system/synergy-design-system/commit/214b367e8e603e264ec2718772087601f463439e))
803
+
804
+ ## 2.47.2
805
+
806
+ (Released on: 2025-10-15)
807
+
808
+ ### Patch Changes
809
+
810
+ - 🐛 Upgrade packages to latest versions - 10/25 ([#1035](https://github.com/synergy-design-system/synergy-design-system/issues/1035)) ([2fb5693](https://github.com/synergy-design-system/synergy-design-system/commit/2fb5693e536df706ea2c99a8ffc6e4d853442bbf))
811
+
812
+ ## 2.47.1
813
+
814
+ (Released on: 2025-10-13)
815
+
816
+ ### Patch Changes
817
+
818
+ - 🐛 Testing syn-popup in angular results in console errors ([#1042](https://github.com/synergy-design-system/synergy-design-system/issues/1042)) ([544e01a](https://github.com/synergy-design-system/synergy-design-system/commit/544e01a1227e4760c76d7a74238a224c7ca31a18))
819
+
820
+ ## 2.47.0
821
+
822
+ (Released on: 2025-10-13)
823
+
824
+ ### Minor Changes
825
+
826
+ - ✨ CD update for syn-progress-ring ([#1033](https://github.com/synergy-design-system/synergy-design-system/issues/1033)) ([ba51374](https://github.com/synergy-design-system/synergy-design-system/commit/ba51374977ad486c2a8020586718740e60da7f51))
827
+
828
+ ## 2.46.1
829
+
830
+ (Released on: 2025-10-08)
831
+
832
+ ### Patch Changes
833
+
834
+ - 🐛 Subsequently changed delimiter not taking into account for option value ([#1040](https://github.com/synergy-design-system/synergy-design-system/issues/1040)) ([fb45b32](https://github.com/synergy-design-system/synergy-design-system/commit/fb45b32c36d39046da754a294bff79d1a0ffeb42))
835
+
836
+ ## 2.46.0
837
+
838
+ (Released on: 2025-10-02)
839
+
840
+ ### Minor Changes
841
+
842
+ - ✨ CD update for syn-divider, syn-tag, syn-accordion, syn-details ([#1028](https://github.com/synergy-design-system/synergy-design-system/issues/1028)) ([b43a81a](https://github.com/synergy-design-system/synergy-design-system/commit/b43a81ab651da6b41668e481981ccbdcc1f07254))
843
+
844
+ ## 2.45.2
845
+
846
+ (Released on: 2025-10-02)
847
+
848
+ ### Patch Changes
849
+
850
+ - 🐛 Synergy does not work with Typescript 5.9.x ([#1027](https://github.com/synergy-design-system/synergy-design-system/issues/1027)) ([7f6921c](https://github.com/synergy-design-system/synergy-design-system/commit/7f6921cccb536a9a91e7d61b487fef2ad62dc831))
851
+
852
+ ## 2.45.1
853
+
854
+ (Released on: 2025-09-30)
855
+
856
+ ### Patch Changes
857
+
858
+ - 🐛 Synergy element which use syn-popup may break if used in a stacking context ([#1034](https://github.com/synergy-design-system/synergy-design-system/issues/1034)) ([8d23dc7](https://github.com/synergy-design-system/synergy-design-system/commit/8d23dc737e36065a0208bc01a98981541540d0ef))
859
+
860
+ ## 2.45.0
861
+
862
+ (Released on: 2025-09-24)
863
+
864
+ ### Minor Changes
865
+
866
+ - ✨ CD update for syn-tooltip ([#1025](https://github.com/synergy-design-system/synergy-design-system/issues/1025)) ([b02ec3d](https://github.com/synergy-design-system/synergy-design-system/commit/b02ec3d7d720a869975dcd19dd29f096b8fd2035))
867
+
868
+ ## 2.44.0
869
+
870
+ (Released on: 2025-09-24)
871
+
872
+ ### Minor Changes
873
+
874
+ - ✨ CD update for syn-progress-bar ([#1026](https://github.com/synergy-design-system/synergy-design-system/issues/1026)) ([7bb3a49](https://github.com/synergy-design-system/synergy-design-system/commit/7bb3a49dfec36d4b78180e1a6413bd0f68d80724))
875
+
876
+ ## 2.43.0
877
+
878
+ (Released on: 2025-09-23)
879
+
880
+ ### Minor Changes
881
+
882
+ - ✨ CD update for syn-spinner, syn-textarea, syn-link, syn-table ([#1010](https://github.com/synergy-design-system/synergy-design-system/issues/1010)) ([c472bab](https://github.com/synergy-design-system/synergy-design-system/commit/c472bab888e5fb9efd368456e1b8f60953970b63))
883
+
884
+ ## 2.42.0
885
+
886
+ (Released on: 2025-09-12)
887
+
888
+ ### Minor Changes
889
+
890
+ - ✨ add new logos for sick2025 ([#1017](https://github.com/synergy-design-system/synergy-design-system/issues/1017)) ([d9eec10](https://github.com/synergy-design-system/synergy-design-system/commit/d9eec1045812f0538d686269254dfc33414d0667))
891
+
892
+ ## 2.41.1
893
+
894
+ (Released on: 2025-08-28)
895
+
896
+ ### Patch Changes
897
+
898
+ - 🐛 Add old token as fallback token for new SICK 2025 tokens ([#1006](https://github.com/synergy-design-system/synergy-design-system/issues/1006)) ([e5fff30](https://github.com/synergy-design-system/synergy-design-system/commit/e5fff3060b340ceae2707eefdd06b2f2b32b9224))
899
+
900
+ ## 2.41.0
901
+
902
+ (Released on: 2025-08-28)
903
+
904
+ ### Minor Changes
905
+
906
+ - ✨CD update for syn-input ([#1001](https://github.com/synergy-design-system/synergy-design-system/issues/1001)) ([52f42f8](https://github.com/synergy-design-system/synergy-design-system/commit/52f42f8d1f494c54492e54b6ddafc6693dcdb0bb))
907
+
908
+ ## 2.40.1
909
+
910
+ (Released on: 2025-08-21)
911
+
912
+ ### Patch Changes
913
+
914
+ - 🐛 Placeholder is clipped for syn-select multiple ([#992](https://github.com/synergy-design-system/synergy-design-system/issues/992)) ([973933e](https://github.com/synergy-design-system/synergy-design-system/commit/973933e477a2cba1611c2f73f77e4e79d755c8a1))
915
+
916
+ ## 2.40.0
917
+
918
+ (Released on: 2025-08-08)
919
+
920
+ ### Minor Changes
921
+
922
+ - ✨ syn-icon: Provide a function to switch the icon set to brand2025 ([#974](https://github.com/synergy-design-system/synergy-design-system/issues/974)) ([1482e34](https://github.com/synergy-design-system/synergy-design-system/commit/1482e34f21ce80b9ad6f25e760f87de13d5f70db))
923
+
924
+ ## 2.39.2
925
+
926
+ (Released on: 2025-08-05)
927
+
928
+ ### Patch Changes
929
+
930
+ - 🐛 syn-header with syn-side-nav burger menu stops working ([#976](https://github.com/synergy-design-system/synergy-design-system/issues/976)) ([cdf744c](https://github.com/synergy-design-system/synergy-design-system/commit/cdf744ccb77cd83dc700b2816f53aa6e7d7a7da9))
931
+
932
+ ## 2.39.1
933
+
934
+ (Released on: 2025-07-11)
935
+
936
+ ### Patch Changes
937
+
938
+ - 🐛 syn-validate - Incorrect state of form element if setting customValidationMessage via custom event ([#916](https://github.com/synergy-design-system/synergy-design-system/issues/916)) ([679a92f](https://github.com/synergy-design-system/synergy-design-system/commit/679a92f4499d2ff81b8fd83c4f78a45375694e56))
939
+
940
+ ## 2.39.0
941
+
942
+ (Released on: 2025-07-09)
943
+
944
+ ### Minor Changes
945
+
946
+ - ✨ Add restricted options to syn-combobox ([#914](https://github.com/synergy-design-system/synergy-design-system/issues/914)) ([d1b2e4d](https://github.com/synergy-design-system/synergy-design-system/commit/d1b2e4d0d63bf9f132fa179cc3954e9b21b4ea72))
947
+
948
+ ## 2.38.0
949
+
950
+ (Released on: 2025-06-24)
951
+
952
+ ### Minor Changes
953
+
954
+ - ✨ syn-radio-group: Allow numbers as valid value ([#904](https://github.com/synergy-design-system/synergy-design-system/issues/904)) ([e8bb39c](https://github.com/synergy-design-system/synergy-design-system/commit/e8bb39cb4eab164d537338974cc604bc1d028504))
955
+
956
+ ## 2.37.1
957
+
958
+ (Released on: 2025-06-20)
959
+
960
+ ### Patch Changes
961
+
962
+ - 🐛 Upgrade packages to latest versions ([#905](https://github.com/synergy-design-system/synergy-design-system/issues/905)) ([64de3cd](https://github.com/synergy-design-system/synergy-design-system/commit/64de3cd72f7ab3c7eeb727a9de85d9d980b27055))
963
+
964
+ ## 2.37.0
965
+
966
+ (Released on: 2025-06-10)
967
+
968
+ ### Minor Changes
969
+
970
+ - ✨ Add support for Angular 20 ([#895](https://github.com/synergy-design-system/synergy-design-system/issues/895)) ([b4f575e](https://github.com/synergy-design-system/synergy-design-system/commit/b4f575ed64088969acc49d7db876101eb735c858))
971
+
972
+ ## 2.36.0
973
+
974
+ (Released on: 2025-06-10)
975
+
976
+ ### Minor Changes
977
+
978
+ - ✨ Remove static opacity in favor of the new syn-opacity-medium token ([#894](https://github.com/synergy-design-system/synergy-design-system/issues/894)) ([455ab99](https://github.com/synergy-design-system/synergy-design-system/commit/455ab9958caf6ee82cd8bbabcf04fc0e0acd8b4c))
979
+
980
+ ## 2.35.0
981
+
982
+ (Released on: 2025-06-06)
983
+
984
+ ### Minor Changes
985
+
986
+ - ✨ assets: Provide infrastructure for fetching new icon sets ([#888](https://github.com/synergy-design-system/synergy-design-system/issues/888)) ([f051b6f](https://github.com/synergy-design-system/synergy-design-system/commit/f051b6f5ed256dcdb5e39ae653c22fc602a7fe5f))
987
+
988
+ ## 2.34.3
989
+
990
+ (Released on: 2025-06-04)
991
+
992
+ ### Patch Changes
993
+
994
+ - 🐛 syn-select with numeric value does not work with 0 ([#892](https://github.com/synergy-design-system/synergy-design-system/issues/892)) ([9e09a8f](https://github.com/synergy-design-system/synergy-design-system/commit/9e09a8f4aad6bbc8de9c855f4cabbaa0e22fc706))
995
+
996
+ ## 2.34.2
997
+
998
+ (Released on: 2025-05-27)
999
+
1000
+ ### Patch Changes
1001
+
1002
+ - 🐛 syn-input: Numeric inputs having wrong min/max state when setting the value prop externally ([#881](https://github.com/synergy-design-system/synergy-design-system/issues/881)) ([01a3169](https://github.com/synergy-design-system/synergy-design-system/commit/01a31693a6490fb944391dd85b668619607d643f))
1003
+
1004
+ ## 2.34.1
1005
+
1006
+ (Released on: 2025-05-27)
1007
+
1008
+ ### Patch Changes
1009
+
1010
+ - 🐛 syn-nav-item: syn-icon not in dependencies list ([#879](https://github.com/synergy-design-system/synergy-design-system/issues/879)) ([61c1075](https://github.com/synergy-design-system/synergy-design-system/commit/61c107557e3f0b58aa88a57edaf3b25932a1df59))
1011
+
1012
+ ## 2.34.0
1013
+
1014
+ (Released on: 2025-05-26)
1015
+
1016
+ ### Minor Changes
1017
+
1018
+ - ✨ Make angular ngModel event changeable ([#870](https://github.com/synergy-design-system/synergy-design-system/issues/870)) ([4692c69](https://github.com/synergy-design-system/synergy-design-system/commit/4692c69e919e69d078365f51f9a793330c9da353))
1019
+
1020
+ ## 2.33.0
1021
+
1022
+ (Released on: 2025-05-26)
1023
+
1024
+ ### Minor Changes
1025
+
1026
+ - ✨ number-input - allow clamping via property ([#853](https://github.com/synergy-design-system/synergy-design-system/issues/853)) ([674f310](https://github.com/synergy-design-system/synergy-design-system/commit/674f310b19aad7e02e8b6d0e6346c8cff1a89d94))
1027
+
1028
+ ## 2.32.0
1029
+
1030
+ (Released on: 2025-05-21)
1031
+
1032
+ ### Minor Changes
1033
+
1034
+ - ✨ Add variant="sticky" to syn-side-nav ([#855](https://github.com/synergy-design-system/synergy-design-system/issues/855)) ([0004497](https://github.com/synergy-design-system/synergy-design-system/commit/0004497ff3c35fab1de65fdd70730f5962ffd748))
1035
+ > `rail` attribute received a deprecation warning as it will be removed in the next major synergy version (3.0). Please use `variant="rail"` instead.
1036
+
1037
+ ## 2.31.2
1038
+
1039
+ (Released on: 2025-05-20)
1040
+
1041
+ ### Patch Changes
1042
+
1043
+ - 🐛 Angular problem with multiple select and async options ([#867](https://github.com/synergy-design-system/synergy-design-system/issues/867)) ([3508710](https://github.com/synergy-design-system/synergy-design-system/commit/350871007772fd7a5a5ed4cc4239c33b403f7291))
1044
+
1045
+ ## 2.31.1
1046
+
1047
+ (Released on: 2025-05-19)
1048
+
1049
+ ### Patch Changes
1050
+
1051
+ - 🐛 syn-side-nav does not correctly reappear after double-click on burger menu ([#865](https://github.com/synergy-design-system/synergy-design-system/issues/865)) ([fde5c13](https://github.com/synergy-design-system/synergy-design-system/commit/fde5c13426b410fc98a31d21432ab191cdb57392))
1052
+
1053
+ ## 2.31.0
1054
+
1055
+ (Released on: 2025-05-13)
1056
+
1057
+ ### Minor Changes
1058
+
1059
+ - ✨ syn-combobox, syn-select: Allow listbox of syn-select to exceed the input width ([#861](https://github.com/synergy-design-system/synergy-design-system/issues/861)) ([0759a8f](https://github.com/synergy-design-system/synergy-design-system/commit/0759a8f3545200dc9fb93d51ccd4c1e6b503c0b8))
1060
+
1061
+ ## 2.30.5
1062
+
1063
+ (Released on: 2025-05-13)
1064
+
1065
+ ### Patch Changes
1066
+
1067
+ - 🐛 syn-tooltip - box-shadow bleeds into tooltip arrow ([#863](https://github.com/synergy-design-system/synergy-design-system/issues/863)) ([853ed25](https://github.com/synergy-design-system/synergy-design-system/commit/853ed2534f9cc470959501f66453d0e17ec5839f))
1068
+
1069
+ ## 2.30.4
1070
+
1071
+ (Released on: 2025-05-12)
1072
+
1073
+ ### Patch Changes
1074
+
1075
+ - 🐛 Tags expand and push out UI elements in syn-select with multiple enabled and fixed width ([#859](https://github.com/synergy-design-system/synergy-design-system/issues/859)) ([74a33f4](https://github.com/synergy-design-system/synergy-design-system/commit/74a33f423735a1a125582eb868da052809200fe6))
1076
+
1077
+ ## 2.30.3
1078
+
1079
+ (Released on: 2025-05-08)
1080
+
1081
+ ### Patch Changes
1082
+
1083
+ - 🤔 Vendorism rewrites inline comment tickets to github to synergy account ([#860](https://github.com/synergy-design-system/synergy-design-system/issues/860)) ([99c9b43](https://github.com/synergy-design-system/synergy-design-system/commit/99c9b438e0485550215a810c2d33833140ac941e))
1084
+
1085
+ ## 2.30.2
1086
+
1087
+ (Released on: 2025-05-07)
1088
+
1089
+ ### Patch Changes
1090
+
1091
+ - 🐛 Form fields: Allow to set title attribute for the whole component ([#858](https://github.com/synergy-design-system/synergy-design-system/issues/858)) ([affa56b](https://github.com/synergy-design-system/synergy-design-system/commit/affa56bd5d22d93aaf615a1293ff8b4b9f541d22))
1092
+
1093
+ ## 2.30.1
1094
+
1095
+ (Released on: 2025-04-28)
1096
+
1097
+ ### Patch Changes
1098
+
1099
+ - 🐛 syn-input has some paddings which are not aligned with design ([#852](https://github.com/synergy-design-system/synergy-design-system/issues/852)) ([15f110a](https://github.com/synergy-design-system/synergy-design-system/commit/15f110aca5b3e81d1860cf930942a3d1555d6d9b))
1100
+
1101
+ ## 2.30.0
1102
+
1103
+ (Released on: 2025-04-16)
1104
+
1105
+ ### Minor Changes
1106
+
1107
+ - ✨ Let users configure delimiter for syn-select ([#844](https://github.com/synergy-design-system/synergy-design-system/issues/844)) ([b19fe82](https://github.com/synergy-design-system/synergy-design-system/commit/b19fe82ac6e19ad5daf7b776f3bae40044bbe389))
1108
+
1109
+ ## 2.29.1
1110
+
1111
+ (Released on: 2025-04-14)
1112
+
1113
+ ### Patch Changes
1114
+
1115
+ - 🐛 Make the syn-select more robust to allow undefined as value ([#846](https://github.com/synergy-design-system/synergy-design-system/issues/846)) ([87fc921](https://github.com/synergy-design-system/synergy-design-system/commit/87fc921b8ce2f50fc609d6827b7923e1ab27a86e))
1116
+
1117
+ ## 2.29.0
1118
+
1119
+ (Released on: 2025-04-11)
1120
+
1121
+ ### Minor Changes
1122
+
1123
+ - ✨ syn-select should allow numeric types as value ([#842](https://github.com/synergy-design-system/synergy-design-system/issues/842)) ([29156b2](https://github.com/synergy-design-system/synergy-design-system/commit/29156b239a1192ae6bbf0c805543a9e5b286658e))
1124
+
1125
+ ## 2.28.0
1126
+
1127
+ (Released on: 2025-04-10)
1128
+
1129
+ ### Minor Changes
1130
+
1131
+ - ✨ improve delayed loading of system icons ([#837](https://github.com/synergy-design-system/synergy-design-system/issues/837)) ([ab0fab2](https://github.com/synergy-design-system/synergy-design-system/commit/ab0fab2b66402b383c4d974cf16f94b43b8b987b))
1132
+
1133
+ ## 2.27.0
1134
+
1135
+ (Released on: 2025-04-10)
1136
+
1137
+ ### Minor Changes
1138
+
1139
+ - ✨ syn-range should align vertically with other input elements ([#836](https://github.com/synergy-design-system/synergy-design-system/issues/836)) ([680962a](https://github.com/synergy-design-system/synergy-design-system/commit/680962ab95ab95efc36392021480992de8f33352))
1140
+
1141
+ ## 2.26.4
1142
+
1143
+ (Released on: 2025-04-02)
1144
+
1145
+ ### Patch Changes
1146
+
1147
+ - 🐛 dynamically added active tab in angular does not show any panel content ([#832](https://github.com/synergy-design-system/synergy-design-system/issues/832)) ([bb9c1c0](https://github.com/synergy-design-system/synergy-design-system/commit/bb9c1c00333b38f2db2d1a788aff7e42434ae89d))
1148
+
1149
+ ## 2.26.3
1150
+
1151
+ (Released on: 2025-04-01)
1152
+
1153
+ ### Patch Changes
1154
+
1155
+ - 🐛 disabling syn-option does not work when nested in syn-optgroup ([#819](https://github.com/synergy-design-system/synergy-design-system/issues/819)) ([507797e](https://github.com/synergy-design-system/synergy-design-system/commit/507797ec54cc9514e11bc32528ea5fd70d93d2b0))
1156
+
1157
+ ## 2.26.2
1158
+
1159
+ (Released on: 2025-03-31)
1160
+
1161
+ ### Patch Changes
1162
+
1163
+ - 🐛 Upgrade packages to latest versions ([#830](https://github.com/synergy-design-system/synergy-design-system/issues/830)) ([f5fe54f](https://github.com/synergy-design-system/synergy-design-system/commit/f5fe54fb55732b1e3efdf3062d55ee517aef4e81))
1164
+
1165
+ ## 2.26.1
1166
+
1167
+ (Released on: 2025-03-31)
1168
+
1169
+ ### Patch Changes
1170
+
1171
+ - 🐛 Combobox and select not showing selected value if value was initially set via property binding ([#822](https://github.com/synergy-design-system/synergy-design-system/issues/822)) ([bb06d87](https://github.com/synergy-design-system/synergy-design-system/commit/bb06d87e64467d3710acf74868a69372be1225aa))
1172
+
1173
+ ## 2.26.0
1174
+
1175
+ (Released on: 2025-03-27)
1176
+
1177
+ ### Minor Changes
1178
+
1179
+ - ✨ syn-nav-item: Allow opening links in new windows ([#820](https://github.com/synergy-design-system/synergy-design-system/issues/820)) ([7aa93c0](https://github.com/synergy-design-system/synergy-design-system/commit/7aa93c02ebc127aac35aaca7e7ede1e26f637394))
1180
+
1181
+ ## 2.25.0
1182
+
1183
+ (Released on: 2025-03-25)
1184
+
1185
+ ### Minor Changes
1186
+
1187
+ - ✨ syn-details exports content_wrapper as CSS part ([#821](https://github.com/synergy-design-system/synergy-design-system/issues/821)) ([d343f4b](https://github.com/synergy-design-system/synergy-design-system/commit/d343f4b07a70d263824a166e6793d164313bfc22))
1188
+
1189
+ ## 2.24.1
1190
+
1191
+ (Released on: 2025-03-24)
1192
+
1193
+ ### Patch Changes
1194
+
1195
+ - 🐛 Combobox should always show the text content of the option instead of the value ([#816](https://github.com/synergy-design-system/synergy-design-system/issues/816)) ([9999fb8](https://github.com/synergy-design-system/synergy-design-system/commit/9999fb885795019b598bf90fcdbedfe3fa262fcc))
1196
+
1197
+ ## 2.24.0
1198
+
1199
+ (Released on: 2025-03-14)
1200
+
1201
+ ### Minor Changes
1202
+
1203
+ - ✨ provide html linting ([#798](https://github.com/synergy-design-system/synergy-design-system/issues/798)) ([c62acd4](https://github.com/synergy-design-system/synergy-design-system/commit/c62acd45d0c6a15932e25ffd0c327462037c4dab))
1204
+
1205
+ ## 2.23.0
1206
+
1207
+ (Released on: 2025-03-12)
1208
+
1209
+ ### Minor Changes
1210
+
1211
+ - ✨ Allow to override autofill styles for syn-input ([#803](https://github.com/synergy-design-system/synergy-design-system/issues/803)) ([d2f66f9](https://github.com/synergy-design-system/synergy-design-system/commit/d2f66f9eb3d10222a4d157c627f9f4a2ab860820))
1212
+
1213
+ ## 2.22.6
1214
+
1215
+ (Released on: 2025-03-11)
1216
+
1217
+ ### Patch Changes
1218
+
1219
+ - 🐛 setGlobalDefaultSettings does overwrite explicitly set default property values with new default size ([#801](https://github.com/synergy-design-system/synergy-design-system/issues/801)) ([46b3ebd](https://github.com/synergy-design-system/synergy-design-system/commit/46b3ebd5f39f58682995d75e3b665dfd6b800961))
1220
+
1221
+ ## 2.22.5
1222
+
1223
+ (Released on: 2025-03-03)
1224
+
1225
+ ### Patch Changes
1226
+
1227
+ - 🐛 stepper buttons of reused syn-input type=number nodes no longer working ([#796](https://github.com/synergy-design-system/synergy-design-system/issues/796)) ([300d044](https://github.com/synergy-design-system/synergy-design-system/commit/300d044dc59d2678861e9a8306d2ee7a3db5d6c1))
1228
+
1229
+ ## 2.22.4
1230
+
1231
+ (Released on: 2025-02-27)
1232
+
1233
+ ### Patch Changes
1234
+
1235
+ - 🐛 syn-details in angular animates incorrectly when it is set to be open initially via property binding ([#790](https://github.com/synergy-design-system/synergy-design-system/issues/790)) ([e9f50a1](https://github.com/synergy-design-system/synergy-design-system/commit/e9f50a192ed284cd556b3328f1b5fee905bda025))
1236
+
1237
+ ## 2.22.3
1238
+
1239
+ (Released on: 2025-02-27)
1240
+
1241
+ ### Patch Changes
1242
+
1243
+ - 🐛 syn-alert should not emit warnings when closing and a slotted element has focus ([#787](https://github.com/synergy-design-system/synergy-design-system/issues/787)) ([61c8cd3](https://github.com/synergy-design-system/synergy-design-system/commit/61c8cd3453f182c08884b40c7eada1e1c878248f))
1244
+
1245
+ ## 2.22.2
1246
+
1247
+ (Released on: 2025-02-27)
1248
+
1249
+ ### Patch Changes
1250
+
1251
+ - 🐛 syn-card font-size and color of slot content can not be changed ([#792](https://github.com/synergy-design-system/synergy-design-system/issues/792)) ([e3c470c](https://github.com/synergy-design-system/synergy-design-system/commit/e3c470ca7a07d81c06d881a81d7f3ff46829f31b))
1252
+
1253
+ ## 2.22.1
1254
+
1255
+ (Released on: 2025-02-26)
1256
+
1257
+ ### Patch Changes
1258
+
1259
+ - 🐛 syn-select with multiple should not error when value is set to a falsy value ([#788](https://github.com/synergy-design-system/synergy-design-system/issues/788)) ([e0ac297](https://github.com/synergy-design-system/synergy-design-system/commit/e0ac2978f25d4d7632dea465c746cbc649776fe5))
1260
+
1261
+ ## 2.22.0
1262
+
1263
+ (Released on: 2025-02-14)
1264
+
1265
+ ### Minor Changes
1266
+
1267
+ - ✨ UPDATED syn-header to a more compact form by reducing the internal padding-top/bottom from 24px to 12px. New total height is 64px, down from 88px.
1268
+
1269
+ Based on feedback from the stakeholder community, we only provide one header size to ensure our applications are consistent across the whole organization. ([#777](https://github.com/synergy-design-system/synergy-design-system/issues/777)) ([ae9245b](https://github.com/synergy-design-system/synergy-design-system/commit/ae9245b87caa93e9f4edd9a609e83a9d2779a3ce))
1270
+
1271
+ ## 2.21.1
1272
+
1273
+ (Released on: 2025-02-13)
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - 🐛 Closable syn-alert closes on whole vertical area instead of the close icon only ([#774](https://github.com/synergy-design-system/synergy-design-system/issues/774)) ([3793ab2](https://github.com/synergy-design-system/synergy-design-system/commit/3793ab283cbb26bccc57612eb56bdc90aa3b563b))
1278
+
1279
+ ## 2.21.0
1280
+
1281
+ (Released on: 2025-02-12)
1282
+
1283
+ ### Minor Changes
1284
+
1285
+ - ✨ Allow to set global defaults for Synergy Component props ([#733](https://github.com/synergy-design-system/synergy-design-system/issues/733)) ([d5cf6fb](https://github.com/synergy-design-system/synergy-design-system/commit/d5cf6fbb07a496f142c15e2f021b65a2561a4e3a))
1286
+
1287
+ ## 2.20.1
1288
+
1289
+ (Released on: 2025-02-10)
1290
+
1291
+ ### Patch Changes
1292
+
1293
+ - 🐛 SynTabGroup does not allow nested SynTabGroup as a child ([#766](https://github.com/synergy-design-system/synergy-design-system/issues/766)) ([4ccb938](https://github.com/synergy-design-system/synergy-design-system/commit/4ccb9382b2a40e009761af5aef117751f4230ccb))
1294
+
1295
+ ## 2.20.0
1296
+
1297
+ (Released on: 2025-02-10)
1298
+
1299
+ ### Minor Changes
1300
+
1301
+ - ✨Update shoelace and deps to latest version ([#769](https://github.com/synergy-design-system/synergy-design-system/issues/769)) ([143d88f](https://github.com/synergy-design-system/synergy-design-system/commit/143d88f0a50c47a996be0cb1527629802266800e))
1302
+
1303
+ ## 2.19.3
1304
+
1305
+ (Released on: 2025-02-07)
1306
+
1307
+ ### Patch Changes
1308
+
1309
+ - 🐛 syn-input is overflowing in flex and grid container with fix size ([#768](https://github.com/synergy-design-system/synergy-design-system/issues/768)) ([fb68576](https://github.com/synergy-design-system/synergy-design-system/commit/fb68576ca378466cc3eb22e0f30228d2008e84c3))
1310
+
1311
+ ## 2.19.2
1312
+
1313
+ (Released on: 2025-02-07)
1314
+
1315
+ ### Patch Changes
1316
+
1317
+ - 🐛 Only apply min-width styling for syn-input type="number" with spin buttons ([#767](https://github.com/synergy-design-system/synergy-design-system/issues/767)) ([dfacbcb](https://github.com/synergy-design-system/synergy-design-system/commit/dfacbcbb79768a3cd658e0de440d270fa768fcfb))
1318
+
1319
+ ## 2.19.1
1320
+
1321
+ (Released on: 2025-01-27)
1322
+
1323
+ ### Patch Changes
1324
+
1325
+ - 🐛 Remove warning message in console for syn-header and syn-combobox in dev mode ([#756](https://github.com/synergy-design-system/synergy-design-system/issues/756)) ([724196c](https://github.com/synergy-design-system/synergy-design-system/commit/724196c50bb598bfaf40a30792fc140f2aa704a2))
1326
+
1327
+ ## 2.19.0
1328
+
1329
+ (Released on: 2025-01-27)
1330
+
1331
+ ### Minor Changes
1332
+
1333
+ - ✨ Tree shakable angular components ([#724](https://github.com/synergy-design-system/synergy-design-system/issues/724)) ([d65e323](https://github.com/synergy-design-system/synergy-design-system/commit/d65e323f19b819d533b1b70b146c293e4fddbe2b))
1334
+
1335
+ ## 2.18.8
1336
+
1337
+ (Released on: 2025-01-23)
1338
+
1339
+ ### Patch Changes
1340
+
1341
+ - 🐛 React: style and ref for react19 not working ([#748](https://github.com/synergy-design-system/synergy-design-system/issues/748)) ([b71d73a](https://github.com/synergy-design-system/synergy-design-system/commit/b71d73a2c4d561a9d744c7301606070b179f25c3))
1342
+
1343
+ ## 2.18.7
1344
+
1345
+ (Released on: 2025-01-23)
1346
+
1347
+ ### Patch Changes
1348
+
1349
+ - 🐛 Accessibility error in console when using syn-side-nav as rail ([#752](https://github.com/synergy-design-system/synergy-design-system/issues/752)) ([a5d7d4d](https://github.com/synergy-design-system/synergy-design-system/commit/a5d7d4d33a59af5507940508b374306544745da1))
1350
+
1351
+ ## 2.18.6
1352
+
1353
+ (Released on: 2025-01-20)
1354
+
1355
+ ### Patch Changes
1356
+
1357
+ - 🐛 syn-range Various issues for syn-range ([#742](https://github.com/synergy-design-system/synergy-design-system/issues/742)) ([d6dc350](https://github.com/synergy-design-system/synergy-design-system/commit/d6dc3505576aa65cadb7c78f7a4a44deeffb3e4a))
1358
+ - Syn-Range suffix jumps when used with ticks and component is not visible initially ([#727](https://github.com/synergy-design-system/synergy-design-system/issues/727))
1359
+ - Tooltip displayed below items with higher stacking context ([#728](https://github.com/synergy-design-system/synergy-design-system/issues/728))
1360
+ - Sliding a thumb after clicking on the track does not work without releasing the gesture ([#595](https://github.com/synergy-design-system/synergy-design-system/issues/595))
1361
+ - Vue: Range resets all thumb values to the same when using multiple knobs and two way databinding ([#729](https://github.com/synergy-design-system/synergy-design-system/issues/729))
1362
+
1363
+ ## 2.18.5
1364
+
1365
+ (Released on: 2025-01-20)
1366
+
1367
+ ### Patch Changes
1368
+
1369
+ - 🐛 syn-validate: Rendered input should be highlighted as error when loading with an invalid state ([#745](https://github.com/synergy-design-system/synergy-design-system/issues/745)) ([c07e688](https://github.com/synergy-design-system/synergy-design-system/commit/c07e6885a8c1392cd42adfd3877f7869125ced6b))
1370
+
1371
+ ## 2.18.4
1372
+
1373
+ (Released on: 2025-01-20)
1374
+
1375
+ ### Patch Changes
1376
+
1377
+ - 🐛 syn-validate: Validation message not removed when the slotted input is set to readonly or disabled ([#739](https://github.com/synergy-design-system/synergy-design-system/issues/739)) ([12766f0](https://github.com/synergy-design-system/synergy-design-system/commit/12766f008f9c73de2c2f72d49d6830fa2a780b13))
1378
+
1379
+ ## 2.18.3
1380
+
1381
+ (Released on: 2025-01-20)
1382
+
1383
+ ### Patch Changes
1384
+
1385
+ - 🐛 Side-nav not working correctly for some production builds ([#744](https://github.com/synergy-design-system/synergy-design-system/issues/744)) ([c7d5a57](https://github.com/synergy-design-system/synergy-design-system/commit/c7d5a5719edca5e6759d4eae6a20b240e6143ffd))
1386
+
1387
+ ## 2.18.2
1388
+
1389
+ (Released on: 2025-01-17)
1390
+
1391
+ ### Patch Changes
1392
+
1393
+ - 🐛 Checkbox and Radio have different disabled styles ([#740](https://github.com/synergy-design-system/synergy-design-system/issues/740)) ([c2c77d3](https://github.com/synergy-design-system/synergy-design-system/commit/c2c77d3d6c72175b707b1a9808bc117d6daa2674))
1394
+
1395
+ ## 2.18.1
1396
+
1397
+ (Released on: 2025-01-16)
1398
+
1399
+ ### Patch Changes
1400
+
1401
+ - 🐛 Z-index order rendering problem with syn-side-nav in rail mode ([#737](https://github.com/synergy-design-system/synergy-design-system/issues/737)) ([dce8bb2](https://github.com/synergy-design-system/synergy-design-system/commit/dce8bb21a9594a6b6d9bc00b3201907e992dc044))
1402
+
1403
+ ## 2.18.0
1404
+
1405
+ (Released on: 2025-01-15)
1406
+
1407
+ ### Minor Changes
1408
+
1409
+ - ✨ React: Add support for react v19 ([#710](https://github.com/synergy-design-system/synergy-design-system/issues/710)) ([7f9992a](https://github.com/synergy-design-system/synergy-design-system/commit/7f9992a36ea7403c803faff2813b4d506ef1ae26))
1410
+
1411
+ ## 2.17.0
1412
+
1413
+ (Released on: 2025-01-10)
1414
+
1415
+ ### Minor Changes
1416
+
1417
+ - ✨ range: restrain knobs via property ([#725](https://github.com/synergy-design-system/synergy-design-system/issues/725)) ([3dcbfe2](https://github.com/synergy-design-system/synergy-design-system/commit/3dcbfe224ede07866358c86b07e48744969e5ec4))
1418
+
1419
+ ## 2.16.0
1420
+
1421
+ (Released on: 2025-01-08)
1422
+
1423
+ ### Minor Changes
1424
+
1425
+ - ✨ syn-select: dropdown items should be same size as the select itself ([#707](https://github.com/synergy-design-system/synergy-design-system/issues/707)) ([a4e5703](https://github.com/synergy-design-system/synergy-design-system/commit/a4e5703b9c1280ad1711f748d3825ee4f6e3806c))
1426
+
1427
+ ## 2.15.2
1428
+
1429
+ (Released on: 2025-01-07)
1430
+
1431
+ ### Patch Changes
1432
+
1433
+ - 🐛 Various issues with syn-combobox ([#723](https://github.com/synergy-design-system/synergy-design-system/issues/723)) ([744c485](https://github.com/synergy-design-system/synergy-design-system/commit/744c485a7c24636f5f7cdd9f61f6640e593fcb8b))
1434
+ - Fixed a bug in `<syn-combobox>` that results in incorrect toggling of the open state, when using the expand icon ([#719](https://github.com/synergy-design-system/synergy-design-system/issues/719))
1435
+ - Fixed a bug in `<syn-combobox>` when using optgroups their label is not shown ([#712](https://github.com/synergy-design-system/synergy-design-system/issues/712))
1436
+ - Fixed a bug in `<syn-combobox>` that results in added custom styles to syn-options are not applied ([#714](https://github.com/synergy-design-system/synergy-design-system/issues/714))
1437
+
1438
+ ## 2.15.1
1439
+
1440
+ (Released on: 2024-12-20)
1441
+
1442
+ ### Patch Changes
1443
+
1444
+ - 🐛 Indentation of nested nav-items in side-nav is not shown correctly for firefox ([#722](https://github.com/synergy-design-system/synergy-design-system/issues/722)) ([916a79d](https://github.com/synergy-design-system/synergy-design-system/commit/916a79dd4a7cc6bac079d76464bffdbbfc624b51))
1445
+
1446
+ ## 2.15.0
1447
+
1448
+ (Released on: 2024-12-11)
1449
+
1450
+ ### Minor Changes
1451
+
1452
+ - ✨ adjust padding for syn-menu + syn-option checkmarks ([#682](https://github.com/synergy-design-system/synergy-design-system/issues/682)) ([09447c6](https://github.com/synergy-design-system/synergy-design-system/commit/09447c6ad2bcab3847375b21d74d4893f07095d4))
1453
+
1454
+ ## 2.14.4
1455
+
1456
+ (Released on: 2024-12-10)
1457
+
1458
+ ### Patch Changes
1459
+
1460
+ - 🐛 Align prefixes, suffixes and build-in icons to design ([#709](https://github.com/synergy-design-system/synergy-design-system/issues/709)) ([b91fa56](https://github.com/synergy-design-system/synergy-design-system/commit/b91fa56004070cffcd6f59989b7d783c3fac4cb9))
1461
+
1462
+ ## 2.14.3
1463
+
1464
+ (Released on: 2024-12-05)
1465
+
1466
+ ### Patch Changes
1467
+
1468
+ -  🐛 select does not respect async value property anymore ([#705](https://github.com/synergy-design-system/synergy-design-system/issues/705)) ([f4fc645](https://github.com/synergy-design-system/synergy-design-system/commit/f4fc645092ab6a902e66c7e59aeb1a5178e3956a))
1469
+
1470
+ ## 2.14.2
1471
+
1472
+ (Released on: 2024-12-04)
1473
+
1474
+ ### Patch Changes
1475
+
1476
+ -  🐛 Change active tab via active property of syn-tab ([#701](https://github.com/synergy-design-system/synergy-design-system/issues/701)) ([2f84cbe](https://github.com/synergy-design-system/synergy-design-system/commit/2f84cbe961b19247d829ec93c379778784ca1b74))
1477
+
1478
+ ## 2.14.1
1479
+
1480
+ (Released on: 2024-11-29)
1481
+
1482
+ ### Patch Changes
1483
+
1484
+ - 🤔 Adjust Paddings for syn-prio-nav ([#691](https://github.com/synergy-design-system/synergy-design-system/issues/691)) ([2c2937b](https://github.com/synergy-design-system/synergy-design-system/commit/2c2937b3d4e4c847e9cdd3df55555cc8085a4b74))
1485
+
1486
+ ## 2.14.0
1487
+
1488
+ (Released on: 2024-11-29)
1489
+
1490
+ ### Minor Changes
1491
+
1492
+ - ✨ DX: Angular should allow using boolean attributes without square brackets in templates ([#694](https://github.com/synergy-design-system/synergy-design-system/issues/694)) ([78e82b8](https://github.com/synergy-design-system/synergy-design-system/commit/78e82b8bbecd427b4f6bac188537cbe19bdf5a5a))
1493
+
1494
+ ## 2.13.0
1495
+
1496
+ (Released on: 2024-11-28)
1497
+
1498
+ ### Minor Changes
1499
+
1500
+ - ✨ Update packages to latest versions ([#688](https://github.com/synergy-design-system/synergy-design-system/issues/688)) ([37fd055](https://github.com/synergy-design-system/synergy-design-system/commit/37fd055f0b4d067ea1afecb90a1bd1390de4d382))
1501
+ - Upgrade Shoelace@2.18.0
1502
+ - Added the .focus function to `<syn-radio-group>` [shoelace#2192](https://github.com/shoelace-style/shoelace/pull/2192)
1503
+ - Fixed a bug in `<syn-tab-group>` when removed from the DOM too quickly [shoelace#2218](https://github.com/shoelace-style/shoelace/pull/2218)
1504
+ - Fixed a bug with `<syn-select>` not respecting its initial value [shoelace#2204](https://github.com/shoelace-style/shoelace/pull/2204)
1505
+ - Fixed a bug with certain bundlers when using dynamic imports [shoelace#2210](https://github.com/shoelace-style/shoelace/pull/2210)
1506
+ - Fixed a bug in `<syn-textarea>` causing scroll jumping when using resize="auto" [shoelace#2182](https://github.com/shoelace-style/shoelace/pull/2182)
1507
+ - Fixed a bug in `<syn-select>` that caused multi-selects without placeholders to have the wrong padding [shoelace#2194](https://github.com/shoelace-style/shoelace/pull/2194)
1508
+ - Fixed a bug in `<syn-tooltip>` that caused a memory leak in disconnected elements [shoelace#2226](https://github.com/shoelace-style/shoelace/pull/2226)
1509
+ - Fixed a bug in `<syn-select>` that caused an exception in an edge case using Edge + autofill [shoelace#2221](https://github.com/shoelace-style/shoelace/pull/2221)
1510
+ - Updated all checks for directionality to use this.localize.dir() instead of el.matches(:dir(rtl)) so older browsers don’t error out [shoelace#2188](https://github.com/shoelace-style/shoelace/pull/2188)
1511
+ - Add support for Angular@19
1512
+
1513
+ ## 2.12.1
1514
+
1515
+ (Released on: 2024-11-22)
1516
+
1517
+ ### Patch Changes
1518
+
1519
+ - 🤔 Syn-radio uses wrong line-height when in multi-line mode ([#681](https://github.com/synergy-design-system/synergy-design-system/issues/681)) ([1638bd9](https://github.com/synergy-design-system/synergy-design-system/commit/1638bd91a55f45fedc3eada4b69c525c150b26a3))
1520
+
1521
+ ## 2.12.0
1522
+
1523
+ (Released on: 2024-11-21)
1524
+
1525
+ ### Minor Changes
1526
+
1527
+ - ✨ provide accessible solution for validation ([#599](https://github.com/synergy-design-system/synergy-design-system/issues/599)) ([f8ef81a](https://github.com/synergy-design-system/synergy-design-system/commit/f8ef81a4a61af27fcb6de2c03ce13ef502fcb732))
1528
+
1529
+ ## 2.11.8
1530
+
1531
+ (Released on: 2024-11-15)
1532
+
1533
+ ### Patch Changes
1534
+
1535
+ - 🐛 syn-alert's left border does not reach the edge anymore ([#676](https://github.com/synergy-design-system/synergy-design-system/issues/676)) ([83eebd8](https://github.com/synergy-design-system/synergy-design-system/commit/83eebd8ac4762fc57c4470aaf99fcdc2143f542d))
1536
+
1537
+ ## 2.11.7
1538
+
1539
+ (Released on: 2024-11-11)
1540
+
1541
+ ### Patch Changes
1542
+
1543
+ - 🤔 Vue: Using registerIconLibrary with wrappers lead to bigger bundle size ([#670](https://github.com/synergy-design-system/synergy-design-system/issues/670)) ([61a13af](https://github.com/synergy-design-system/synergy-design-system/commit/61a13afe843f113a7e8d76f9e2eb3d8089df73fe))
1544
+
1545
+ ## 2.11.6
1546
+
1547
+ (Released on: 2024-11-08)
1548
+
1549
+ ### Patch Changes
1550
+
1551
+ - 🐛 syn-prio-nav takes size of prio menu into account when it's not shown ([#665](https://github.com/synergy-design-system/synergy-design-system/issues/665)) ([3218669](https://github.com/synergy-design-system/synergy-design-system/commit/3218669c14a89b0f613edddb0d0c2866a2b0a48e))
1552
+
1553
+ ## 2.11.5
1554
+
1555
+ (Released on: 2024-11-05)
1556
+
1557
+ ### Patch Changes
1558
+
1559
+ - 🐛 Add default entry for default export for better tooling compatibility ([#668](https://github.com/synergy-design-system/synergy-design-system/issues/668)) ([c1206e9](https://github.com/synergy-design-system/synergy-design-system/commit/c1206e9dce7e4d45a6b8d5569ad2163b735b9497))
1560
+
1561
+ ## 2.11.4
1562
+
1563
+ (Released on: 2024-10-25)
1564
+
1565
+ ### Patch Changes
1566
+
1567
+ - 🐛 Make attribute:false properties work with all wrappers ([#658](https://github.com/synergy-design-system/synergy-design-system/issues/658)) ([6bf63e9](https://github.com/synergy-design-system/synergy-design-system/commit/6bf63e93ca36c4eed2e823bef856b8be72ed3be0))
1568
+
1569
+ ## 2.11.3
1570
+
1571
+ (Released on: 2024-10-24)
1572
+
1573
+ ### Patch Changes
1574
+
1575
+ - 🐛 Incorrect scaling of syn-icon with font-size if using spritesheet ([#656](https://github.com/synergy-design-system/synergy-design-system/issues/656)) ([593cbc4](https://github.com/synergy-design-system/synergy-design-system/commit/593cbc4aec47866bed8316ac0acb63a03de0e7bf))
1576
+
1577
+ ## 2.11.2
1578
+
1579
+ (Released on: 2024-10-23)
1580
+
1581
+ ### Patch Changes
1582
+
1583
+ - 🐛 Incorrect validations in angular forms ([#655](https://github.com/synergy-design-system/synergy-design-system/issues/655)) ([cb3a3fc](https://github.com/synergy-design-system/synergy-design-system/commit/cb3a3fc551620d0ff27e7284f0c26221eaf125b0))
1584
+
1585
+ ## 2.11.1
1586
+
1587
+ (Released on: 2024-10-16)
1588
+
1589
+ ### Patch Changes
1590
+
1591
+ - 🐛 syn-tab-group may throw an error when unmounted too quick ([#653](https://github.com/synergy-design-system/synergy-design-system/issues/653)) ([6ac5b37](https://github.com/synergy-design-system/synergy-design-system/commit/6ac5b378b3b60babdf7eb68e00a53211b42992e4))
1592
+
1593
+ ## 2.11.0
1594
+
1595
+ (Released on: 2024-10-11)
1596
+
1597
+ ### Minor Changes
1598
+
1599
+ - ✨ Update Shoelace to 2.17.1 ([#641](https://github.com/synergy-design-system/synergy-design-system/issues/641)) ([86fd83b](https://github.com/synergy-design-system/synergy-design-system/commit/86fd83b528be24abc8dd8427604c7fd62e8c1ff2))
1600
+
1601
+ ## 2.10.2
1602
+
1603
+ (Released on: 2024-10-11)
1604
+
1605
+ ### Patch Changes
1606
+
1607
+ - 🐛 Various issues with syn-prio-nav ([#645](https://github.com/synergy-design-system/synergy-design-system/issues/645)) ([f509e94](https://github.com/synergy-design-system/synergy-design-system/commit/f509e94672d494aa6393cf3287a749ca8eeee1ed))
1608
+ - Fixed a bug in `<syn-side-nav>` that results in the parent syn-nav-item incorrectly remained the selected state ([#582](https://github.com/synergy-design-system/synergy-design-system/issues/582))
1609
+ - Fixed a bug in `<syn-nav-item>` that results in a bad text alignment using the href attribute ([#631](https://github.com/synergy-design-system/synergy-design-system/issues/631))
1610
+ - Updated the `<syn-prio-nav>` shrinking mechanism to have a better UX ([#410](https://github.com/synergy-design-system/synergy-design-system/issues/410))
1611
+ - Fixed a misalignment in the `<syn-nav-item>` if using horizontal attribute and a prefix icon ([#409](https://github.com/synergy-design-system/synergy-design-system/issues/409))
1612
+ - Fixed a misalignment in the `<syn-nav-item>` where the shrinked drop down text and icon was not centered to the other items ([#630](https://github.com/synergy-design-system/synergy-design-system/issues/630))
1613
+ - Fixed a bug in the `<syn-prio-nav` where the items where hidden too early because of wrong calculations ([#639](https://github.com/synergy-design-system/synergy-design-system/issues/639))
1614
+
1615
+ ## 2.10.1
1616
+
1617
+ (Released on: 2024-10-02)
1618
+
1619
+ ### Patch Changes
1620
+
1621
+ - 🐛 syn-prio-nav: priority menu position is always calculated from the absolute left of the document ([#608](https://github.com/synergy-design-system/synergy-design-system/issues/608)) ([06a7974](https://github.com/synergy-design-system/synergy-design-system/commit/06a7974b6f6e93dbe7b6eee66e0c1ede99377629))
1622
+
1623
+ ## 2.10.0
1624
+
1625
+ (Released on: 2024-10-02)
1626
+
1627
+ ### Minor Changes
1628
+
1629
+ - ✨ syn-radio-group should allow to set focus programmatically ([#638](https://github.com/synergy-design-system/synergy-design-system/issues/638)) ([6a81714](https://github.com/synergy-design-system/synergy-design-system/commit/6a81714e1ec29ccffe0324e78cba693d1f64091d))
1630
+
1631
+ ## 2.9.0
1632
+
1633
+ (Released on: 2024-09-27)
1634
+
1635
+ ### Minor Changes
1636
+
1637
+ - ✨ add support for folder dnd in syn-file ([#616](https://github.com/synergy-design-system/synergy-design-system/issues/616)) ([114893b](https://github.com/synergy-design-system/synergy-design-system/commit/114893b7422ae86acd5893fc3f212054ce7e297e))
1638
+
1639
+ ## 2.8.1
1640
+
1641
+ (Released on: 2024-09-26)
1642
+
1643
+ ### Patch Changes
1644
+
1645
+ - 🐛 syn-combobox: Keyboard navigation not working after text was entered ([#634](https://github.com/synergy-design-system/synergy-design-system/issues/634)) ([077d010](https://github.com/synergy-design-system/synergy-design-system/commit/077d010c25995663e521e2eafa065612db1cb739))
1646
+
1647
+ ## 2.8.0
1648
+
1649
+ (Released on: 2024-09-24)
1650
+
1651
+ ### Minor Changes
1652
+
1653
+ - ✨add syn-combobox ([#542](https://github.com/synergy-design-system/synergy-design-system/issues/542)) ([9be251b](https://github.com/synergy-design-system/synergy-design-system/commit/9be251b327f9ea63fb29c1194d2471d87c195ed4))
1654
+
1655
+ ## 2.7.3
1656
+
1657
+ (Released on: 2024-09-16)
1658
+
1659
+ ### Patch Changes
1660
+
1661
+ - 🤔 Build: Use prettier for formatting generated framework wrappers ([#611](https://github.com/synergy-design-system/synergy-design-system/issues/611)) ([a6b2c90](https://github.com/synergy-design-system/synergy-design-system/commit/a6b2c90f9efd411ae5b6adc71a8ae559114dc651))
1662
+
1663
+ ## 2.7.2
1664
+
1665
+ (Released on: 2024-09-13)
1666
+
1667
+ ### Patch Changes
1668
+
1669
+ - 🐛 Wrong font weight for text content in button ([#606](https://github.com/synergy-design-system/synergy-design-system/issues/606)) ([42f3054](https://github.com/synergy-design-system/synergy-design-system/commit/42f3054cb7652ab16e5e276e499f6c60eeebf81b))
1670
+
1671
+ ## 2.7.1
1672
+
1673
+ (Released on: 2024-09-05)
1674
+
1675
+ ### Patch Changes
1676
+
1677
+ - 🐛 syn-icon-button is not honoring 'currentColor' correctly ([#597](https://github.com/synergy-design-system/synergy-design-system/issues/597)) ([670528c](https://github.com/synergy-design-system/synergy-design-system/commit/670528c9ebdec2465e905141fe6930204aceca56))
1678
+
1679
+ ## 2.7.0
1680
+
1681
+ (Released on: 2024-08-23)
1682
+
1683
+ ### Minor Changes
1684
+
1685
+ - ✨ Upgrade packages to latest versions ([#592](https://github.com/synergy-design-system/synergy-design-system/issues/592)) ([e43c563](https://github.com/synergy-design-system/synergy-design-system/commit/e43c5630b6c43ef855af6815604c7649376104ee)), closes [#2078](https://github.com/synergy-design-system/synergy-design-system/issues/2078) [#2063](https://github.com/synergy-design-system/synergy-design-system/issues/2063) [#2041](https://github.com/synergy-design-system/synergy-design-system/issues/2041) [#2041](https://github.com/synergy-design-system/synergy-design-system/issues/2041) [#2116](https://github.com/synergy-design-system/synergy-design-system/issues/2116) [#2121](https://github.com/synergy-design-system/synergy-design-system/issues/2121) [#1992](https://github.com/synergy-design-system/synergy-design-system/issues/1992) [#2079](https://github.com/synergy-design-system/synergy-design-system/issues/2079) [#2009](https://github.com/synergy-design-system/synergy-design-system/issues/2009) [#1967](https://github.com/synergy-design-system/synergy-design-system/issues/1967) [#1947](https://github.com/synergy-design-system/synergy-design-system/issues/1947) [#1974](https://github.com/synergy-design-system/synergy-design-system/issues/1974) [#1985](https://github.com/synergy-design-system/synergy-design-system/issues/1985) [#2001](https://github.com/synergy-design-system/synergy-design-system/issues/2001)
1686
+
1687
+ ## 2.6.0
1688
+
1689
+ (Released on: 2024-08-23)
1690
+
1691
+ ### Minor Changes
1692
+
1693
+ - ✨ syn-range ([#551](https://github.com/synergy-design-system/synergy-design-system/issues/551)) ([ee0f1fa](https://github.com/synergy-design-system/synergy-design-system/commit/ee0f1fa27dbaf8fe2fac840fba9cc2274715e377))
1694
+
1695
+ ## 2.5.0
1696
+
1697
+ (Released on: 2024-08-19)
1698
+
1699
+ ### Minor Changes
1700
+
1701
+ - ✨ create syn-file ([#563](https://github.com/synergy-design-system/synergy-design-system/issues/563)) ([181f121](https://github.com/synergy-design-system/synergy-design-system/commit/181f121ee87e43ba0381ec4288470d3414467d8e))
1702
+
1703
+ ## 2.4.3
1704
+
1705
+ (Released on: 2024-07-24)
1706
+
1707
+ ### Patch Changes
1708
+
1709
+ - 🤔 syn-side-nav and syn-details may throw an error when unmounted too quick ([#565](https://github.com/synergy-design-system/synergy-design-system/issues/565)) ([c308e28](https://github.com/synergy-design-system/synergy-design-system/commit/c308e28cd3dbdd452273b1c1d80344c3f378f1dc))
1710
+
1711
+ ## 2.4.2
1712
+
1713
+ (Released on: 2024-07-17)
1714
+
1715
+ ### Patch Changes
1716
+
1717
+ - 🤔 Typescript error on vue components with no properties ([#558](https://github.com/synergy-design-system/synergy-design-system/issues/558)) ([8564df1](https://github.com/synergy-design-system/synergy-design-system/commit/8564df1880fc6e17b6dc077a1cde7c4262705699))
1718
+
1719
+ ## 2.4.1
1720
+
1721
+ (Released on: 2024-06-25)
1722
+
1723
+ ### Patch Changes
1724
+
1725
+ - 🤔 added invalid state to syn-select ([#517](https://github.com/synergy-design-system/synergy-design-system/issues/517)) ([ac290d1](https://github.com/synergy-design-system/synergy-design-system/commit/ac290d16dd208342d2c2565259895bf8eca62a96))
1726
+
1727
+ ## 2.4.0
1728
+
1729
+ (Released on: 2024-06-21)
1730
+
1731
+ ### Minor Changes
1732
+
1733
+ - ✨ Add open / close handling for side-nav in rail mode for keyboard focus ([#513](https://github.com/synergy-design-system/synergy-design-system/issues/513)) ([ab1ccc2](https://github.com/synergy-design-system/synergy-design-system/commit/ab1ccc24837dcbf5b56195f4f31c03555b47d2f6))
1734
+
1735
+ ## 2.3.0
1736
+
1737
+ (Released on: 2024-06-21)
1738
+
1739
+ ### Minor Changes
1740
+
1741
+ - ✨ syn-details ([#468](https://github.com/synergy-design-system/synergy-design-system/issues/468)) ([e064922](https://github.com/synergy-design-system/synergy-design-system/commit/e064922ef435f3173db12548375e6032d281421a))
1742
+
1743
+ ## 2.2.1
1744
+
1745
+ (Released on: 2024-06-20)
1746
+
1747
+ ### Patch Changes
1748
+
1749
+ - 🤔 syn-tab-group may throw an error when unmounted too quick ([#512](https://github.com/synergy-design-system/synergy-design-system/issues/512)) ([49ca556](https://github.com/synergy-design-system/synergy-design-system/commit/49ca55659358577973122fff9059a6c36b5343d9))
1750
+
1751
+ ## 2.2.0
1752
+
1753
+ (Released on: 2024-06-18)
1754
+
1755
+ ### Minor Changes
1756
+
1757
+ - ✨ Styles Package ([#495](https://github.com/synergy-design-system/synergy-design-system/issues/495)) ([5e7b3dc](https://github.com/synergy-design-system/synergy-design-system/commit/5e7b3dc54bc9d94060fafc8119648e9e01bd07b7))
1758
+
1759
+ ## 2.1.0
1760
+
1761
+ (Released on: 2024-06-18)
1762
+
1763
+ ### Minor Changes
1764
+
1765
+ - ✨ syn-tab ([#496](https://github.com/synergy-design-system/synergy-design-system/issues/496)) ([921299e](https://github.com/synergy-design-system/synergy-design-system/commit/921299e8f37db2b0a5f3e53a891f8f03ce39e12d))
1766
+
1767
+ ## 2.0.0
1768
+
1769
+ (Released on: 2024-06-05)
1770
+
1771
+ ### Patch Changes
1772
+
1773
+ - 🤔 v2 breaking changes ([#448](https://github.com/synergy-design-system/synergy-design-system/issues/448)) ([b251fa7](https://github.com/synergy-design-system/synergy-design-system/commit/b251fa72ec6668d005eed23c561e901dc050ab83))
1774
+
1775
+ ### BREAKING CHANGES
1776
+
1777
+ - syn-header - Deprecate default slot in favor of label slot
1778
+ - syn-header - fix attribute naming
1779
+ - syn-prio-nav - Deprecated prop "priority-menu-label"
1780
+ - syn-side-nav - Adjust default width of open sidenav
1781
+ - syn-card - Rename nested prop to sharp
1782
+ - Wrappers - Remove deprecated methods in wrappers
1783
+
1784
+ ## 1.27.0
1785
+
1786
+ (Released on: 2024-06-05)
1787
+
1788
+ ### Minor Changes
1789
+
1790
+ - ✨ icon-only button ([#498](https://github.com/synergy-design-system/synergy-design-system/issues/498)) ([d223e2c](https://github.com/synergy-design-system/synergy-design-system/commit/d223e2cd649fce2bb9109798613d4b7c60ce2117))
1791
+
1792
+ ## 1.26.3
1793
+
1794
+ (Released on: 2024-06-05)
1795
+
1796
+ ### Patch Changes
1797
+
1798
+ - 🤔  syn-nav-item getting too wide when in syn-side-nav with keyboard navigation ([#503](https://github.com/synergy-design-system/synergy-design-system/issues/503)) ([e297474](https://github.com/synergy-design-system/synergy-design-system/commit/e2974749b8a3d19b3a7c1ecd3fda0f1855ceca7c))
1799
+
1800
+ ## 1.26.2
1801
+
1802
+ (Released on: 2024-06-05)
1803
+
1804
+ ### Patch Changes
1805
+
1806
+ - 🤔 Support Angular@18 ([#502](https://github.com/synergy-design-system/synergy-design-system/issues/502)) ([10cb7fc](https://github.com/synergy-design-system/synergy-design-system/commit/10cb7fc47c951a9dfb0ea1f6070780262c0632c4))
1807
+
1808
+ ## 1.26.1
1809
+
1810
+ (Released on: 2024-06-03)
1811
+
1812
+ ### Patch Changes
1813
+
1814
+ - 🤔 Nav-item has incorrect hover state when :focus ([#497](https://github.com/synergy-design-system/synergy-design-system/issues/497)) ([ace15b3](https://github.com/synergy-design-system/synergy-design-system/commit/ace15b3c67a88c8136ce97aa4df522f1d18eded5))
1815
+
1816
+ ## 1.26.0
1817
+
1818
+ (Released on: 2024-05-15)
1819
+
1820
+ ### Minor Changes
1821
+
1822
+ - ✨ syn-breadcrumb ([#470](https://github.com/synergy-design-system/synergy-design-system/issues/470)) ([3f15e28](https://github.com/synergy-design-system/synergy-design-system/commit/3f15e28c60829f344d07c3751d19e1cf8787e64e))
1823
+
1824
+ ## 1.25.0
1825
+
1826
+ (Released on: 2024-05-15)
1827
+
1828
+ ### Minor Changes
1829
+
1830
+ - ✨ syn-card ([#467](https://github.com/synergy-design-system/synergy-design-system/issues/467)) ([6fa03de](https://github.com/synergy-design-system/synergy-design-system/commit/6fa03def4564236b737df851880902da03b4f47d))
1831
+
1832
+ ## 1.24.1
1833
+
1834
+ (Released on: 2024-05-15)
1835
+
1836
+ ### Patch Changes
1837
+
1838
+ - 🤔 syn-header label uses wrong text color ([#487](https://github.com/synergy-design-system/synergy-design-system/issues/487)) ([a09ea5e](https://github.com/synergy-design-system/synergy-design-system/commit/a09ea5ea26610b3e1107ed9b742050a4f53c0947))
1839
+
1840
+ ## 1.24.0
1841
+
1842
+ (Released on: 2024-05-13)
1843
+
1844
+ ### Minor Changes
1845
+
1846
+ - ✨ expose native element in vue and angular wrapper ([#478](https://github.com/synergy-design-system/synergy-design-system/issues/478)) ([c70a7d6](https://github.com/synergy-design-system/synergy-design-system/commit/c70a7d6c88709fa9262279092eebc653d1e2402d))
1847
+
1848
+ ## 1.23.1
1849
+
1850
+ (Released on: 2024-05-08)
1851
+
1852
+ ### Patch Changes
1853
+
1854
+ - 🤔 Syn-Checkbox uses wrong line-height when in multi-line mode ([#456](https://github.com/synergy-design-system/synergy-design-system/issues/456)) ([b072591](https://github.com/synergy-design-system/synergy-design-system/commit/b072591bb1c8e6052cbff96936905c173ec64ce5))
1855
+
1856
+ ## 1.23.0
1857
+
1858
+ (Released on: 2024-05-08)
1859
+
1860
+ ### Minor Changes
1861
+
1862
+ - ✨ syn-dialog ([#458](https://github.com/synergy-design-system/synergy-design-system/issues/458)) ([7247f0c](https://github.com/synergy-design-system/synergy-design-system/commit/7247f0cca654ea10ec5968d92175e546c43515cd))
1863
+
1864
+ ## 1.22.0
1865
+
1866
+ (Released on: 2024-04-29)
1867
+
1868
+ ### Minor Changes
1869
+
1870
+ - ✨ syn-spinner ([#421](https://github.com/synergy-design-system/synergy-design-system/issues/421)) ([455400f](https://github.com/synergy-design-system/synergy-design-system/commit/455400f17a4862e85a7464c5507ee09623dff3fd))
1871
+
1872
+ ## 1.21.0
1873
+
1874
+ (Released on: 2024-04-26)
1875
+
1876
+ ### Minor Changes
1877
+
1878
+ - ✨ tooltip ([#451](https://github.com/synergy-design-system/synergy-design-system/issues/451)) ([b6f3958](https://github.com/synergy-design-system/synergy-design-system/commit/b6f395846b00598273d0287daa98a64f82b75699))
1879
+
1880
+ ## 1.20.2
1881
+
1882
+ (Released on: 2024-04-26)
1883
+
1884
+ ### Patch Changes
1885
+
1886
+ - 🤔 chevron of syn-nav-item using wrong symbol ([#447](https://github.com/synergy-design-system/synergy-design-system/issues/447)) ([f1c2023](https://github.com/synergy-design-system/synergy-design-system/commit/f1c202329eebb7d4c480bceab2f7d63adf267c64))
1887
+
1888
+ ## 1.20.1
1889
+
1890
+ (Released on: 2024-04-23)
1891
+
1892
+ ### Patch Changes
1893
+
1894
+ - 🤔 Flickering of side-nav if changing its width via css variable ([#445](https://github.com/synergy-design-system/synergy-design-system/issues/445)) ([4c98710](https://github.com/synergy-design-system/synergy-design-system/commit/4c98710d4dec9005340ed329086972f9da0ab1e9))
1895
+
1896
+ ## 1.20.0
1897
+
1898
+ (Released on: 2024-04-23)
1899
+
1900
+ ### Minor Changes
1901
+
1902
+ - ✨ syn-alert ([#427](https://github.com/synergy-design-system/synergy-design-system/issues/427)) ([961f16c](https://github.com/synergy-design-system/synergy-design-system/commit/961f16c08da28958e5854270b98c096f0127bdad))
1903
+
1904
+ ## 1.19.0
1905
+
1906
+ (Released on: 2024-04-23)
1907
+
1908
+ ### Minor Changes
1909
+
1910
+ - ✨ progress-bar ([#423](https://github.com/synergy-design-system/synergy-design-system/issues/423)) ([587d2ad](https://github.com/synergy-design-system/synergy-design-system/commit/587d2adad36266d5e2bd3aadad2c7350c5b8aa34))
1911
+
1912
+ ## 1.18.0
1913
+
1914
+ (Released on: 2024-04-23)
1915
+
1916
+ ### Minor Changes
1917
+
1918
+ - ✨ progress ring ([#422](https://github.com/synergy-design-system/synergy-design-system/issues/422)) ([d7606fe](https://github.com/synergy-design-system/synergy-design-system/commit/d7606fe56e24f4a7cf82c6670f00b18977d3784b))
1919
+
1920
+ ## 1.17.2
1921
+
1922
+ (Released on: 2024-04-23)
1923
+
1924
+ ### Patch Changes
1925
+
1926
+ - 🤔 update dependencies ([#438](https://github.com/synergy-design-system/synergy-design-system/issues/438)) ([f3d648b](https://github.com/synergy-design-system/synergy-design-system/commit/f3d648b2071214cd6d58ff18d66e434dd32bfc76))
1927
+
1928
+ ## 1.17.1
1929
+
1930
+ (Released on: 2024-04-23)
1931
+
1932
+ ### Patch Changes
1933
+
1934
+ - 🤔 syn-text-area may throw an error when unmounted too quick ([#437](https://github.com/synergy-design-system/synergy-design-system/issues/437)) ([096f99f](https://github.com/synergy-design-system/synergy-design-system/commit/096f99fb92c13508ea3a32bc648ff555dd36fad1))
1935
+
1936
+ ## 1.17.0
1937
+
1938
+ (Released on: 2024-04-19)
1939
+
1940
+ ### Minor Changes
1941
+
1942
+ - ✨ Angular: Allow two way data binding component wrappers ([#420](https://github.com/synergy-design-system/synergy-design-system/issues/420)) ([7c9c6a6](https://github.com/synergy-design-system/synergy-design-system/commit/7c9c6a6aab568c868c337c1c117c66cca141b694))
1943
+
1944
+ ## 1.16.0
1945
+
1946
+ (Released on: 2024-04-12)
1947
+
1948
+ ### Minor Changes
1949
+
1950
+ - ✨ upgrade shoelace to 2.15.0 ([#411](https://github.com/synergy-design-system/synergy-design-system/issues/411)) ([6d4eba7](https://github.com/synergy-design-system/synergy-design-system/commit/6d4eba7ca73a8959cb25e6d9d3a8d33468be61d3))
1951
+ - See detailed changelog at https://shoelace.style/resources/changelog#id_2_15_0.
1952
+ - Added the sync property to `<syn-dropdown>` so the menu can easily sync sizes with the trigger element
1953
+ - Fixed a bug in `<syn-icon>` that did not properly apply mutators to spritesheets
1954
+ - Fixed a bug in .syn-scroll-lock causing layout shifts
1955
+ - Fixed a bug in `<syn-select>` that caused the menu to not close when rendered in a shadow root
1956
+ - Fixed a bug in the submenu controller that allowed two submenus to be open at the same time
1957
+ - Fixed a bug in `<syn-select>` where the tag size wouldn’t update with the control’s size
1958
+ - Fixed a bug in `<syn-checkbox>` and `<syn-switch>` where the color of the required content wasn’t applying correctly
1959
+ - Fixed a bug in `<syn-checkbox>` where help text was incorrectly styled
1960
+ - Fixed a bug in `<syn-input>` that prevented the control from receiving focus when clicking over the clear button
1961
+
1962
+ ## 1.15.0
1963
+
1964
+ (Released on: 2024-04-08)
1965
+
1966
+ ### Minor Changes
1967
+
1968
+ - ✨ add syn-side-nav, syn-nav-item, syn-prio-nav ([#364](https://github.com/synergy-design-system/synergy-design-system/issues/364)) ([fd9b821](https://github.com/synergy-design-system/synergy-design-system/commit/fd9b82138385f2708003ce18d9c118b7a8fb7925))
1969
+
1970
+ ## 1.14.0
1971
+
1972
+ (Released on: 2024-03-28)
1973
+
1974
+ ### Minor Changes
1975
+
1976
+ - ✨ syn-badge ([#390](https://github.com/synergy-design-system/synergy-design-system/issues/390)) ([a44d683](https://github.com/synergy-design-system/synergy-design-system/commit/a44d683b35e984bfbdac093dba5abd04c74f33c0))
1977
+
1978
+ ## 1.13.0
1979
+
1980
+ (Released on: 2024-03-25)
1981
+
1982
+ ### Minor Changes
1983
+
1984
+ - ✨ syn-divider in syn-dropdown should have a color syn-color-neutral-200 ([#386](https://github.com/synergy-design-system/synergy-design-system/issues/386)) ([b9fc00b](https://github.com/synergy-design-system/synergy-design-system/commit/b9fc00bba664b5e3a550df3d8bcca544ad6e04ed))
1985
+
1986
+ ## 1.12.0
1987
+
1988
+ (Released on: 2024-03-18)
1989
+
1990
+ ### Minor Changes
1991
+
1992
+ - ✨ drop-down ([#367](https://github.com/synergy-design-system/synergy-design-system/issues/367)) ([562daf8](https://github.com/synergy-design-system/synergy-design-system/commit/562daf8b06627b7d44a3f06210b3202c7eee9540))
1993
+
1994
+ ## 1.11.0
1995
+
1996
+ (Released on: 2024-03-07)
1997
+
1998
+ ### Minor Changes
1999
+
2000
+ - ✨ add border-radius and roundings to syn-tag ([#357](https://github.com/synergy-design-system/synergy-design-system/issues/357)) ([72ca994](https://github.com/synergy-design-system/synergy-design-system/commit/72ca994be047a04c07c49873578d74ed6adbe548))
2001
+
2002
+ ## 1.10.1
2003
+
2004
+ (Released on: 2024-03-07)
2005
+
2006
+ ### Patch Changes
2007
+
2008
+ - 🤔 syn-icon-button has a border-radius ([#358](https://github.com/synergy-design-system/synergy-design-system/issues/358)) ([fc59185](https://github.com/synergy-design-system/synergy-design-system/commit/fc591858578f2a7f64a38548e98a14abee4621ac))
2009
+
2010
+ ## 1.10.0
2011
+
2012
+ (Released on: 2024-02-28)
2013
+
2014
+ ### Minor Changes
2015
+
2016
+ - ✨ Create syn-header ([#331](https://github.com/synergy-design-system/synergy-design-system/issues/331)) ([acde61d](https://github.com/synergy-design-system/synergy-design-system/commit/acde61d762dd4123aae553227f3af2015e824208))
2017
+
2018
+ ## 1.9.0
2019
+
2020
+ (Released on: 2024-02-28)
2021
+
2022
+ ### Minor Changes
2023
+
2024
+ - ✨ upgrade shoelace to 2.14.0 ([#348](https://github.com/synergy-design-system/synergy-design-system/issues/348)) ([a00dcb9](https://github.com/synergy-design-system/synergy-design-system/commit/a00dcb9fd85e7271c8923d8256a6fea3ecdcb5d6))
2025
+ - See detailed changelog at https://shoelace.style/resources/changelog#id_2_14_0.
2026
+ - Added help text to `<syn-checkbox>`
2027
+ - Added help text to `<syn-switch>`
2028
+ - Fixed a bug in `<syn-option>` that caused HTML tags to be included in getTextLabel()
2029
+ - Fixed a bug in `<syn-option>` that caused slotted content to show up when calling getTextLabel()
2030
+ - Fixed a bug in `<syn-input>` and `<syn-textarea>` that made it work differently from `<input>` and `<textarea>` when using defaults
2031
+ - Fixed a bug in `<syn-select>` that prevented it from closing when tabbing to another select inside a shadow root
2032
+ - Fixed a bug that caused form controls to submit even after they were removed from the DOM
2033
+ - Fixed a bug that caused empty `<syn-radio-group>` elements to log an error in the console
2034
+ - Improved “close” behavior of multiple components in supportive browsers using the CloseWatcher API
2035
+
2036
+ ## 1.8.0
2037
+
2038
+ (Released on: 2024-02-27)
2039
+
2040
+ ### Minor Changes
2041
+
2042
+ - ✨ syn-drawer ([#320](https://github.com/synergy-design-system/synergy-design-system/issues/320)) ([ce20a42](https://github.com/synergy-design-system/synergy-design-system/commit/ce20a42f9f90eb5b38c0ae84f99d4a8db2e08613))
2043
+
2044
+ ## 1.7.0
2045
+
2046
+ (Released on: 2024-02-09)
2047
+
2048
+ ### Minor Changes
2049
+
2050
+ - ✨ Improve events export in framework wrapper ([#307](https://github.com/synergy-design-system/synergy-design-system/issues/307)) ([fc33867](https://github.com/synergy-design-system/synergy-design-system/commit/fc33867dcbb3e602479b67999f76234d51ff31aa))
2051
+
2052
+ ## 1.6.1
2053
+
2054
+ (Released on: 2024-02-07)
2055
+
2056
+ ### Patch Changes
2057
+
2058
+ - 🤔 Vue two way data binding does not honor the provided default value ([#308](https://github.com/synergy-design-system/synergy-design-system/issues/308)) ([507f0ca](https://github.com/synergy-design-system/synergy-design-system/commit/507f0ca31d8bfb301edc47582aefbece6decab40))
2059
+
2060
+ ## 1.6.0
2061
+
2062
+ (Released on: 2024-02-01)
2063
+
2064
+ ### Minor Changes
2065
+
2066
+ - ✨ update number input ([#287](https://github.com/synergy-design-system/synergy-design-system/issues/287)) ([123bffd](https://github.com/synergy-design-system/synergy-design-system/commit/123bffd3ec2d915e9fde84ed987da9e97d407563))
2067
+
2068
+ ## 1.5.1
2069
+
2070
+ (Released on: 2024-01-31)
2071
+
2072
+ ### Patch Changes
2073
+
2074
+ - 🤔 disabled button uses wrong color ([#284](https://github.com/synergy-design-system/synergy-design-system/issues/284)) ([028fbd1](https://github.com/synergy-design-system/synergy-design-system/commit/028fbd158f0e8e36c908054fdc672d267ad3503e))
2075
+
2076
+ ## 1.5.0
2077
+
2078
+ (Released on: 2024-01-30)
2079
+
2080
+ ### Minor Changes
2081
+
2082
+ - ✨ syn-select / syn-option / syn-optgroup ([#274](https://github.com/synergy-design-system/synergy-design-system/issues/274)) ([25c6788](https://github.com/synergy-design-system/synergy-design-system/commit/25c678829e58a173c0fc23005a4f724b6d792dd7))
2083
+
2084
+ ## 1.4.1
2085
+
2086
+ (Released on: 2024-01-24)
2087
+
2088
+ ### Patch Changes
2089
+
2090
+ - 🤔 Update project dependencies ([#276](https://github.com/synergy-design-system/synergy-design-system/issues/276)) ([9aa94be](https://github.com/synergy-design-system/synergy-design-system/commit/9aa94beb8f1191862d7cf48617af2d1994a6df9c))
2091
+
2092
+ ## 1.4.0
2093
+
2094
+ (Released on: 2024-01-22)
2095
+
2096
+ ### Minor Changes
2097
+
2098
+ - ✨ add syn-divider ([#271](https://github.com/synergy-design-system/synergy-design-system/issues/271)) ([2848dea](https://github.com/synergy-design-system/synergy-design-system/commit/2848dea5fb5c976909b18fd20d66f5d7015724be))
2099
+
2100
+ ## 1.3.0
2101
+
2102
+ (Released on: 2024-01-19)
2103
+
2104
+ ### Minor Changes
2105
+
2106
+ - ✨update icons ([#273](https://github.com/synergy-design-system/synergy-design-system/issues/273)) ([8677925](https://github.com/synergy-design-system/synergy-design-system/commit/8677925421d09f65c3aa8e056013b0cba8354f9a))
2107
+
2108
+ ## 1.2.2
2109
+
2110
+ (Released on: 2024-01-15)
2111
+
2112
+ ### Patch Changes
2113
+
2114
+ - 🤔 Update to shoelace 2.12.0 ([#257](https://github.com/synergy-design-system/synergy-design-system/issues/257)) ([42b1c26](https://github.com/synergy-design-system/synergy-design-system/commit/42b1c268688a32290ab67795c758c96b5a382aff))
2115
+ - See detailed changelog at https://shoelace.style/resources/changelog#id_2_12_0.
2116
+ - Added the ability to call form.checkValidity() and it will use Shoelace’s custom checkValidity() handler.
2117
+ - Fixed a bug with form controls removing the custom validity handlers from the form
2118
+ - Fixed a bug in form control components that used a form property, but not an attribute
2119
+
2120
+ ## 1.2.1
2121
+
2122
+ (Released on: 2024-01-15)
2123
+
2124
+ ### Patch Changes
2125
+
2126
+ - 🤔 Syn-Button Spacing ([#254](https://github.com/synergy-design-system/synergy-design-system/issues/254)) ([808db09](https://github.com/synergy-design-system/synergy-design-system/commit/808db09668e0bd1871d894cfaf3433d39ce41637))
2127
+
2128
+ ## 1.2.0
2129
+
2130
+ (Released on: 2024-01-12)
2131
+
2132
+ ### Minor Changes
2133
+
2134
+ - ✨ add syn-tag ([#217](https://github.com/synergy-design-system/synergy-design-system/issues/217)) ([da91945](https://github.com/synergy-design-system/synergy-design-system/commit/da91945d1e7f4e5bb5cc2efd36e70f790c5663ad))
2135
+
2136
+ ## 1.1.0
2137
+
2138
+ (Released on: 2024-01-11)
2139
+
2140
+ ### Minor Changes
2141
+
2142
+ - ✨ add syn-icon-button ([#211](https://github.com/synergy-design-system/synergy-design-system/issues/211)) ([2a460be](https://github.com/synergy-design-system/synergy-design-system/commit/2a460be6bdad09c3a7b0fb211e92b26d71d5408e))
2143
+
2144
+ ## 1.0.2
2145
+
2146
+ (Released on: 2023-12-14)
2147
+
2148
+ ### Patch Changes
2149
+
2150
+ - 📚 improve links in documentation ([#224](https://github.com/synergy-design-system/synergy-design-system/issues/224)) ([f55934c](https://github.com/synergy-design-system/synergy-design-system/commit/f55934c34c6c53b0f7c9a5afa8d91bc520df4fdf))
2151
+
2152
+ ## 1.0.1
2153
+
2154
+ (Released on: 2023-12-06)
2155
+
2156
+ ### Patch Changes
2157
+
2158
+ - improve changelogs ([#213](https://github.com/synergy-design-system/synergy-design-system/issues/213)) ([3674aed](https://github.com/synergy-design-system/synergy-design-system/commit/3674aed156b3f604a220be23957ca2da05717472))
2159
+
2160
+ # @synergy-design-system/components-v1.0.0 (2023-12-06)
2161
+
2162
+ ### Features
2163
+
2164
+ - init first release ([#210](https://github.com/synergy-design-system/synergy-design-system/issues/210)) ([55fe07e](https://github.com/synergy-design-system/synergy-design-system/commit/55fe07e9454ec159506f24223222786f315e800c))
2165
+ - ✨ add syn-button, syn-checkbox, syn-icon, syn-input, syn-radio, syn-radio-group, syn-switch, syn-textarea
2166
+ - ✨ add Angular, React and Vue wrappers