@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,2830 @@
1
+ // ---------------------------------------------------------------------
2
+ // 🔒 AUTOGENERATED @synergy-design-system/react wrappers for @synergy-design-system/components
3
+ // Please do not edit this file directly!
4
+ // It will get recreated when running pnpm build.
5
+ // ---------------------------------------------------------------------
6
+ /* eslint-disable */
7
+
8
+ import type { CSSProperties, DOMAttributes, RefObject } from 'react';
9
+ import type {
10
+ SynShowEvent,
11
+ SynAfterShowEvent,
12
+ SynHideEvent,
13
+ SynAfterHideEvent,
14
+ SynBlurEvent,
15
+ SynFocusEvent,
16
+ SynInvalidEvent,
17
+ SynChangeEvent,
18
+ SynInputEvent,
19
+ SynClearEvent,
20
+ SynErrorEvent,
21
+ SynInitialFocusEvent,
22
+ SynRequestCloseEvent,
23
+ SynBurgerMenuClosedEvent,
24
+ SynBurgerMenuHiddenEvent,
25
+ SynBurgerMenuOpenEvent,
26
+ SynLoadEvent,
27
+ SynClampEvent,
28
+ SynSelectEvent,
29
+ SynPaginationPageChangedEvent,
30
+ SynPaginationPageSizeChangedEvent,
31
+ SynRepositionEvent,
32
+ SynMoveEvent,
33
+ SynCloseEvent,
34
+ SynTabShowEvent,
35
+ SynTabHideEvent,
36
+ SynRemoveEvent,
37
+ SynAccordion,
38
+ SynAlert,
39
+ SynBadge,
40
+ SynBreadcrumb,
41
+ SynBreadcrumbItem,
42
+ SynButton,
43
+ SynButtonGroup,
44
+ SynCard,
45
+ SynCheckbox,
46
+ SynCombobox,
47
+ SynDetails,
48
+ SynDialog,
49
+ SynDivider,
50
+ SynDrawer,
51
+ SynDropdown,
52
+ SynFile,
53
+ SynHeader,
54
+ SynIcon,
55
+ SynIconButton,
56
+ SynInput,
57
+ SynMenu,
58
+ SynMenuItem,
59
+ SynMenuLabel,
60
+ SynNavItem,
61
+ SynOptgroup,
62
+ SynOption,
63
+ SynPagination,
64
+ SynPopup,
65
+ SynPrioNav,
66
+ SynProgressBar,
67
+ SynProgressRing,
68
+ SynRadio,
69
+ SynRadioButton,
70
+ SynRadioGroup,
71
+ SynRange,
72
+ SynRangeTick,
73
+ SynSelect,
74
+ SynSideNav,
75
+ SynSpinner,
76
+ SynSwitch,
77
+ SynTab,
78
+ SynTabGroup,
79
+ SynTabPanel,
80
+ SynTag,
81
+ SynTagGroup,
82
+ SynTextarea,
83
+ SynTooltip,
84
+ SynValidate,
85
+ } from '@synergy-design-system/components';
86
+
87
+ /**
88
+ * Used core types
89
+ * @see https://coryrylan.com/blog/how-to-use-web-components-with-typescript-and-react
90
+ */
91
+
92
+ type SynEventTuple = [string, unknown];
93
+
94
+ type SynEventMap<T extends SynEventTuple[]> = {
95
+ [K in T[number] as `on${K[0]}`]: (event: K[1]) => void;
96
+ };
97
+
98
+ /**
99
+ * Synergy custom element type definition
100
+ * This type is used to define the custom elements in the Synergy Design System
101
+ */
102
+ export type SynCustomElement<
103
+ SynElement extends HTMLElement,
104
+ Events extends SynEventTuple[] = [],
105
+ > = Partial<
106
+ Omit<SynElement, 'style'> &
107
+ DOMAttributes<SynElement> & {
108
+ children?: any;
109
+ key?: any;
110
+ ref?: RefObject<SynElement | null>;
111
+ style?: CSSProperties | undefined;
112
+ } & SynEventMap<Events>
113
+ >;
114
+
115
+ /**
116
+ * @summary Accordions provide the ability to group a list of `<syn-details>`.
117
+ *
118
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-accordion--docs
119
+ * @status stable
120
+ * @since 1.23.0
121
+ *
122
+ * @slot - The accordion's main content. Must be `<syn-details />` elements.
123
+ *
124
+ * @csspart base - The component's base wrapper.
125
+ */ export type SynAccordionJSXElement = SynCustomElement<SynAccordion, []>;
126
+ /**
127
+ * @summary Alerts are used to display important messages inline or as toast notifications.
128
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-alert--docs
129
+ * @status stable
130
+ * @since 2.0
131
+ *
132
+ * @dependency syn-icon-button
133
+ *
134
+ * @slot - The alert's main content.
135
+ * @slot icon - An icon to show in the alert. Works best with `<syn-icon>`.
136
+ *
137
+ * @event syn-show - Emitted when the alert opens.
138
+ * @event syn-after-show - Emitted after the alert opens and all animations are complete.
139
+ * @event syn-hide - Emitted when the alert closes.
140
+ * @event syn-after-hide - Emitted after the alert closes and all animations are complete.
141
+ *
142
+ * @csspart base - The component's base wrapper.
143
+ * @csspart icon - The container that wraps the optional icon.
144
+ * @csspart message - The container that wraps the alert's main content.
145
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
146
+ * @csspart close-button__base - The close button's exported `base` part.
147
+ *
148
+ * @animation alert.show - The animation to use when showing the alert.
149
+ * @animation alert.hide - The animation to use when hiding the alert.
150
+ */ export type SynAlertJSXElement = SynCustomElement<
151
+ SynAlert,
152
+ [
153
+ ['syn-show', SynShowEvent],
154
+ ['syn-after-show', SynAfterShowEvent],
155
+ ['syn-hide', SynHideEvent],
156
+ ['syn-after-hide', SynAfterHideEvent],
157
+ ]
158
+ >;
159
+ /**
160
+ * @summary Badges are used to draw attention and display statuses or counts.
161
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-badge--docs
162
+ * @status stable
163
+ * @since 2.0
164
+ *
165
+ * @slot - The badge's content.
166
+ *
167
+ * @csspart base - The component's base wrapper.
168
+ */ export type SynBadgeJSXElement = SynCustomElement<SynBadge, []>;
169
+ /**
170
+ * @summary Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
171
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-breadcrumb--docs
172
+ * @status stable
173
+ * @since 2.0
174
+ *
175
+ * @slot - One or more breadcrumb items to display.
176
+ * @slot separator - The separator to use between breadcrumb items. Works best with `<syn-icon>`.
177
+ *
178
+ * @dependency syn-icon
179
+ *
180
+ * @csspart base - The component's base wrapper.
181
+ */ export type SynBreadcrumbJSXElement = SynCustomElement<SynBreadcrumb, []>;
182
+ /**
183
+ * @summary Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links.
184
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-breadcrumb-item--docs
185
+ * @status stable
186
+ * @since 2.0
187
+ *
188
+ * @slot - The breadcrumb item's label.
189
+ * @slot prefix - An optional prefix, usually an icon or icon button.
190
+ * @slot suffix - An optional suffix, usually an icon or icon button.
191
+ * @slot separator - The separator to use for the breadcrumb item. This will only change the separator for this item. If
192
+ * you want to change it for all items in the group, set the separator on `<syn-breadcrumb>` instead.
193
+ *
194
+ * @csspart base - The component's base wrapper.
195
+ * @csspart label - The breadcrumb item's label.
196
+ * @csspart prefix - The container that wraps the prefix.
197
+ * @csspart suffix - The container that wraps the suffix.
198
+ * @csspart separator - The container that wraps the separator.
199
+ */ export type SynBreadcrumbItemJSXElement = SynCustomElement<
200
+ SynBreadcrumbItem,
201
+ []
202
+ >;
203
+ /**
204
+ * @summary Buttons represent actions that are available to the user.
205
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button--docs
206
+ * @status stable
207
+ * @since 2.0
208
+ *
209
+ * @dependency syn-icon
210
+ * @dependency syn-spinner
211
+ *
212
+ * @event syn-blur - Emitted when the button loses focus.
213
+ * @event syn-focus - Emitted when the button gains focus.
214
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
215
+ *
216
+ * @slot - The button's label.
217
+ * @slot prefix - A presentational prefix icon or similar element.
218
+ * @slot suffix - A presentational suffix icon or similar element.
219
+ *
220
+ * @csspart base - The component's base wrapper.
221
+ * @csspart prefix - The container that wraps the prefix.
222
+ * @csspart label - The button's label.
223
+ * @csspart suffix - The container that wraps the suffix.
224
+ * @csspart caret - The button's caret icon, an `<syn-icon>` element.
225
+ * @csspart spinner - The spinner that shows when the button is in the loading state.
226
+ */ export type SynButtonJSXElement = SynCustomElement<
227
+ SynButton,
228
+ [
229
+ ['syn-blur', SynBlurEvent],
230
+ ['syn-focus', SynFocusEvent],
231
+ ['syn-invalid', SynInvalidEvent],
232
+ ]
233
+ >;
234
+ /**
235
+ * @summary Button groups can be used to group related buttons into sections.
236
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button-group--docs
237
+ * @status stable
238
+ * @since 2.0
239
+ *
240
+ * @slot - One or more `<syn-button>` elements to display in the button group.
241
+ *
242
+ * @csspart base - The component's base wrapper.
243
+ */ export type SynButtonGroupJSXElement = SynCustomElement<SynButtonGroup, []>;
244
+ /**
245
+ * @summary Cards can be used to group related subjects in a container.
246
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-card--docs
247
+ * @status stable
248
+ * @since 2.0
249
+ *
250
+ * @slot - The card's main content.
251
+ * @slot header - An optional header for the card.
252
+ * @slot footer - An optional footer for the card.
253
+ * @slot image - An optional image to render at the start of the card.
254
+ *
255
+ * @csspart base - The component's base wrapper.
256
+ * @csspart image - The container that wraps the card's image.
257
+ * @csspart header - The container that wraps the card's header.
258
+ * @csspart body - The container that wraps the card's main content.
259
+ * @csspart footer - The container that wraps the card's footer.
260
+ *
261
+ * @cssproperty --border-color - The card's border color, including borders that occur inside the card.
262
+ * @cssproperty --border-radius - The border radius for the card's edges.
263
+ * @cssproperty --border-width - The width of the card's borders.
264
+ * @cssproperty --padding - The padding to use for the card's sections.
265
+ */ export type SynCardJSXElement = SynCustomElement<SynCard, []>;
266
+ /**
267
+ * @summary Checkboxes allow the user to toggle an option on or off.
268
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-checkbox--docs
269
+ * @status stable
270
+ * @since 2.0
271
+ *
272
+ * @dependency syn-icon
273
+ *
274
+ * @slot - The checkbox's label.
275
+ * @slot help-text - Text that describes how to use the checkbox. Alternatively, you can use the `help-text` attribute.
276
+ *
277
+ * @event syn-blur - Emitted when the checkbox loses focus.
278
+ * @event syn-change - Emitted when the checked state changes.
279
+ * @event syn-focus - Emitted when the checkbox gains focus.
280
+ * @event syn-input - Emitted when the checkbox receives input.
281
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
282
+ *
283
+ * @csspart base - The component's base wrapper.
284
+ * @csspart control - The square container that wraps the checkbox's checked state.
285
+ * @csspart control--checked - Matches the control part when the checkbox is checked.
286
+ * @csspart control--indeterminate - Matches the control part when the checkbox is indeterminate.
287
+ * @csspart checked-icon - The checked icon, an `<syn-icon>` element.
288
+ * @csspart indeterminate-icon - The indeterminate icon, an `<syn-icon>` element.
289
+ * @csspart label - The container that wraps the checkbox's label.
290
+ * @csspart form-control-help-text - The help text's wrapper.
291
+ */ export type SynCheckboxJSXElement = SynCustomElement<
292
+ SynCheckbox,
293
+ [
294
+ ['syn-blur', SynBlurEvent],
295
+ ['syn-change', SynChangeEvent],
296
+ ['syn-focus', SynFocusEvent],
297
+ ['syn-input', SynInputEvent],
298
+ ['syn-invalid', SynInvalidEvent],
299
+ ]
300
+ >;
301
+ /**
302
+ * @summary A combobox component that combines the functionality of a text input with a dropdown listbox,
303
+ * allowing users to either select from predefined options or enter custom values (when not restricted).
304
+ *
305
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-combobox--docs
306
+ * @status stable
307
+ *
308
+ * @dependency syn-icon
309
+ * @dependency syn-popup
310
+ * @dependency syn-tag
311
+ *
312
+ * @slot - The listbox options. Must be `<syn-option>` elements.
313
+ * You can use `<syn-optgroup>`'s to group items visually.
314
+ * @slot label - The combobox's label. Alternatively, you can use the `label` attribute.
315
+ * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.
316
+ * @slot suffix - Used to append a presentational icon or similar element to the combobox.
317
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
318
+ * @slot expand-icon - The icon to show when the control is expanded and collapsed.
319
+ * Rotates on open and close.
320
+ * @slot help-text - Text that describes how to use the combobox.
321
+ * Alternatively, you can use the `help-text` attribute.
322
+ *
323
+ * @event syn-change - Emitted when the control's value changes.
324
+ * @event syn-clear - Emitted when the control's value is cleared.
325
+ * @event syn-input - Emitted when the control receives input.
326
+ * @event syn-focus - Emitted when the control gains focus.
327
+ * @event syn-blur - Emitted when the control loses focus.
328
+ * @event syn-show - Emitted when the combobox's menu opens.
329
+ * @event syn-after-show - Emitted after the combobox's menu opens and all animations are complete.
330
+ * @event syn-hide - Emitted when the combobox's menu closes.
331
+ * @event syn-after-hide - Emitted after the combobox's menu closes and all animations are complete.
332
+ * @event syn-invalid - Emitted when the form control has been checked for validity
333
+ * and its constraints aren't satisfied.
334
+ * @event syn-error - Emitted when the combobox menu fails to open.
335
+ *
336
+ * @csspart form-control - The form control that wraps the label, combobox, and help text.
337
+ * @csspart form-control-label - The label's wrapper.
338
+ * @csspart form-control-input - The combobox's wrapper.
339
+ * @csspart form-control-help-text - The help text's wrapper.
340
+ * @csspart combobox - The container that wraps the prefix, combobox, clear icon, and expand button.
341
+ * @csspart prefix - The container that wraps the prefix slot.
342
+ * @csspart suffix - The container that wraps the suffix slot.
343
+ * @csspart display-input - The element that displays the selected option's label,
344
+ * an `<input>` element.
345
+ * @csspart listbox - The listbox container where the options are slotted
346
+ * and the filtered options list exists.
347
+ * @csspart filtered-listbox - The container that wraps the filtered options.
348
+ * @csspart clear-button - The clear button.
349
+ * @csspart expand-icon - The container that wraps the expand icon.
350
+ * @csspart popup - The popup's exported `popup` part.
351
+ * Use this to target the tooltip's popup container.
352
+ * @csspart no-results - The container that wraps the "no results" message.
353
+ * @csspart tags - The container that houses option tags when `multiple` is used.
354
+ * @csspart tag - The individual tags that represent each selected option in `multiple`.
355
+ * @csspart tag__base - The tag's base part.
356
+ * @csspart tag__content - The tag's content part.
357
+ * @csspart tag__remove-button - The tag's remove button.
358
+ * @csspart tag__remove-button__base - The tag's remove button base part.
359
+ *
360
+ * @animation combobox.show - The animation to use when showing the combobox.
361
+ * @animation combobox.hide - The animation to use when hiding the combobox.
362
+ */ export type SynComboboxJSXElement = SynCustomElement<
363
+ SynCombobox,
364
+ [
365
+ ['syn-change', SynChangeEvent],
366
+ ['syn-clear', SynClearEvent],
367
+ ['syn-input', SynInputEvent],
368
+ ['syn-focus', SynFocusEvent],
369
+ ['syn-blur', SynBlurEvent],
370
+ ['syn-show', SynShowEvent],
371
+ ['syn-after-show', SynAfterShowEvent],
372
+ ['syn-hide', SynHideEvent],
373
+ ['syn-after-hide', SynAfterHideEvent],
374
+ ['syn-invalid', SynInvalidEvent],
375
+ ['syn-error', SynErrorEvent],
376
+ ]
377
+ >;
378
+ /**
379
+ * @summary Details show a brief summary and expand to show additional content.
380
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-details--docs
381
+ * @status stable
382
+ * @since 2.0
383
+ *
384
+ * @dependency syn-icon
385
+ *
386
+ * @slot - The details' main content.
387
+ * @slot summary - The details' summary. Alternatively, you can use the `summary` attribute.
388
+ * @slot expand-icon - Optional expand icon to use instead of the default. Works best with `<syn-icon>`.
389
+ * @slot collapse-icon - Optional collapse icon to use instead of the default. Works best with `<syn-icon>`.
390
+ *
391
+ * @event syn-show - Emitted when the details opens.
392
+ * @event syn-after-show - Emitted after the details opens and all animations are complete.
393
+ * @event syn-hide - Emitted when the details closes.
394
+ * @event syn-after-hide - Emitted after the details closes and all animations are complete.
395
+ *
396
+ * @csspart base - The component's base wrapper.
397
+ * @csspart header - The header that wraps both the summary and the expand/collapse icon.
398
+ * @csspart summary - The container that wraps the summary.
399
+ * @csspart summary-icon - The container that wraps the expand/collapse icons.
400
+ * @csspart content - The details content.
401
+ * @csspart body - The container that wraps the details content.
402
+ *
403
+ * @animation details.show - The animation to use when showing details. You can use `height: auto` with this animation.
404
+ * @animation details.hide - The animation to use when hiding details. You can use `height: auto` with this animation.
405
+ *
406
+ * @cssproperty --syn-details-open-rotation - The rotation angle of the summary icon when the details is open.
407
+ */ export type SynDetailsJSXElement = SynCustomElement<
408
+ SynDetails,
409
+ [
410
+ ['syn-show', SynShowEvent],
411
+ ['syn-after-show', SynAfterShowEvent],
412
+ ['syn-hide', SynHideEvent],
413
+ ['syn-after-hide', SynAfterHideEvent],
414
+ ]
415
+ >;
416
+ /**
417
+ * @summary Dialogs, sometimes called "modals", appear above the page and require the user's immediate attention.
418
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-dialog--docs
419
+ * @status stable
420
+ * @since 2.0
421
+ *
422
+ * @dependency syn-icon-button
423
+ *
424
+ * @slot - The dialog's main content.
425
+ * @slot label - The dialog's label. Alternatively, you can use the `label` attribute.
426
+ * @slot header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
427
+ * @slot footer - The dialog's footer, usually one or more buttons representing various options.
428
+ *
429
+ * @event syn-show - Emitted when the dialog opens.
430
+ * @event syn-after-show - Emitted after the dialog opens and all animations are complete.
431
+ * @event syn-hide - Emitted when the dialog closes.
432
+ * @event syn-after-hide - Emitted after the dialog closes and all animations are complete.
433
+ * @event syn-initial-focus - Emitted when the dialog opens and is ready to receive focus. Calling
434
+ * `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.
435
+ * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} syn-request-close - Emitted when the user attempts to
436
+ * close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling
437
+ * `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in
438
+ * destructive behavior such as data loss.
439
+ *
440
+ * @csspart base - The component's base wrapper.
441
+ * @csspart overlay - The overlay that covers the screen behind the dialog.
442
+ * @csspart panel - The dialog's panel (where the dialog and its content are rendered).
443
+ * @csspart header - The dialog's header. This element wraps the title and header actions.
444
+ * @csspart header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
445
+ * @csspart title - The dialog's title.
446
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
447
+ * @csspart close-button__base - The close button's exported `base` part.
448
+ * @csspart body - The dialog's body.
449
+ * @csspart footer - The dialog's footer.
450
+ *
451
+ * @cssproperty --width - The preferred width of the dialog. Note that the dialog will shrink to accommodate smaller screens.
452
+ * @cssproperty --header-spacing - The amount of padding to use for the header.
453
+ * @cssproperty --body-spacing - The amount of padding to use for the body.
454
+ * @cssproperty --footer-spacing - The amount of padding to use for the footer.
455
+ *
456
+ * @animation dialog.show - The animation to use when showing the dialog.
457
+ * @animation dialog.hide - The animation to use when hiding the dialog.
458
+ * @animation dialog.denyClose - The animation to use when a request to close the dialog is denied.
459
+ * @animation dialog.overlay.show - The animation to use when showing the dialog's overlay.
460
+ * @animation dialog.overlay.hide - The animation to use when hiding the dialog's overlay.
461
+ *
462
+ * @property modal - Exposes the internal modal utility that controls focus trapping. To temporarily disable focus
463
+ * trapping and allow third-party modals spawned from an active Synergy modal, call `modal.activateExternal()` when
464
+ * the third-party modal opens. Upon closing, call `modal.deactivateExternal()` to restore Synergy's focus trapping.
465
+ */ export type SynDialogJSXElement = SynCustomElement<
466
+ SynDialog,
467
+ [
468
+ ['syn-show', SynShowEvent],
469
+ ['syn-after-show', SynAfterShowEvent],
470
+ ['syn-hide', SynHideEvent],
471
+ ['syn-after-hide', SynAfterHideEvent],
472
+ ['syn-initial-focus', SynInitialFocusEvent],
473
+ ['syn-request-close', SynRequestCloseEvent],
474
+ ]
475
+ >;
476
+ /**
477
+ * @summary Dividers are used to visually separate or group elements.
478
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-divider--docs
479
+ * @status stable
480
+ * @since 2.0
481
+ *
482
+ * @cssproperty --color - The color of the divider.
483
+ * @cssproperty --width - The width of the divider.
484
+ * @cssproperty --spacing - The spacing of the divider.
485
+ */ export type SynDividerJSXElement = SynCustomElement<SynDivider, []>;
486
+ /**
487
+ * @summary Drawers slide in from a container to expose additional options and information.
488
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-drawer--docs
489
+ * @status stable
490
+ * @since 2.0
491
+ *
492
+ * @dependency syn-icon-button
493
+ *
494
+ * @slot - The drawer's main content.
495
+ * @slot label - The drawer's label. Alternatively, you can use the `label` attribute.
496
+ * @slot header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
497
+ * @slot footer - The drawer's footer, usually one or more buttons representing various options.
498
+ *
499
+ * @event syn-show - Emitted when the drawer opens.
500
+ * @event syn-after-show - Emitted after the drawer opens and all animations are complete.
501
+ * @event syn-hide - Emitted when the drawer closes.
502
+ * @event syn-after-hide - Emitted after the drawer closes and all animations are complete.
503
+ * @event syn-initial-focus - Emitted when the drawer opens and is ready to receive focus. Calling
504
+ * `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.
505
+ * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} syn-request-close - Emitted when the user attempts to
506
+ * close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling
507
+ * `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in
508
+ * destructive behavior such as data loss.
509
+ *
510
+ * @csspart base - The component's base wrapper.
511
+ * @csspart overlay - The overlay that covers the screen behind the drawer.
512
+ * @csspart panel - The drawer's panel (where the drawer and its content are rendered).
513
+ * @csspart header - The drawer's header. This element wraps the title and header actions.
514
+ * @csspart header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
515
+ * @csspart title - The drawer's title.
516
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
517
+ * @csspart close-button__base - The close button's exported `base` part.
518
+ * @csspart body - The drawer's body.
519
+ * @csspart footer - The drawer's footer.
520
+ *
521
+ * @cssproperty --size - The preferred size of the drawer. This will be applied to the drawer's width or height
522
+ * depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.
523
+ * @cssproperty --header-spacing - The amount of padding to use for the header.
524
+ * @cssproperty --body-spacing - The amount of padding to use for the body.
525
+ * @cssproperty --footer-spacing - The amount of padding to use for the footer.
526
+ *
527
+ * @animation drawer.showTop - The animation to use when showing a drawer with `top` placement.
528
+ * @animation drawer.showEnd - The animation to use when showing a drawer with `end` placement.
529
+ * @animation drawer.showBottom - The animation to use when showing a drawer with `bottom` placement.
530
+ * @animation drawer.showStart - The animation to use when showing a drawer with `start` placement.
531
+ * @animation drawer.hideTop - The animation to use when hiding a drawer with `top` placement.
532
+ * @animation drawer.hideEnd - The animation to use when hiding a drawer with `end` placement.
533
+ * @animation drawer.hideBottom - The animation to use when hiding a drawer with `bottom` placement.
534
+ * @animation drawer.hideStart - The animation to use when hiding a drawer with `start` placement.
535
+ * @animation drawer.denyClose - The animation to use when a request to close the drawer is denied.
536
+ * @animation drawer.overlay.show - The animation to use when showing the drawer's overlay.
537
+ * @animation drawer.overlay.hide - The animation to use when hiding the drawer's overlay.
538
+ *
539
+ * @property modal - Exposes the internal modal utility that controls focus trapping. To temporarily disable focus
540
+ * trapping and allow third-party modals spawned from an active Synergy modal, call `modal.activateExternal()` when
541
+ * the third-party modal opens. Upon closing, call `modal.deactivateExternal()` to restore Synergy's focus trapping.
542
+ */ export type SynDrawerJSXElement = SynCustomElement<
543
+ SynDrawer,
544
+ [
545
+ ['syn-show', SynShowEvent],
546
+ ['syn-after-show', SynAfterShowEvent],
547
+ ['syn-hide', SynHideEvent],
548
+ ['syn-after-hide', SynAfterHideEvent],
549
+ ['syn-initial-focus', SynInitialFocusEvent],
550
+ ['syn-request-close', SynRequestCloseEvent],
551
+ ]
552
+ >;
553
+ /**
554
+ * @summary Dropdowns expose additional content that "drops down" in a panel.
555
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-dropdown--docs
556
+ * @status stable
557
+ * @since 2.0
558
+ *
559
+ * @dependency syn-popup
560
+ *
561
+ * @slot - The dropdown's main content.
562
+ * @slot trigger - The dropdown's trigger, usually a `<syn-button>` element.
563
+ *
564
+ * @event syn-show - Emitted when the dropdown opens.
565
+ * @event syn-after-show - Emitted after the dropdown opens and all animations are complete.
566
+ * @event syn-hide - Emitted when the dropdown closes.
567
+ * @event syn-after-hide - Emitted after the dropdown closes and all animations are complete.
568
+ *
569
+ * @csspart base - The component's base wrapper, an `<syn-popup>` element.
570
+ * @csspart base__popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
571
+ * @csspart trigger - The container that wraps the trigger.
572
+ * @csspart panel - The panel that gets shown when the dropdown is open.
573
+ *
574
+ * @animation dropdown.show - The animation to use when showing the dropdown.
575
+ * @animation dropdown.hide - The animation to use when hiding the dropdown.
576
+ */ export type SynDropdownJSXElement = SynCustomElement<
577
+ SynDropdown,
578
+ [
579
+ ['syn-show', SynShowEvent],
580
+ ['syn-after-show', SynAfterShowEvent],
581
+ ['syn-hide', SynHideEvent],
582
+ ['syn-after-hide', SynAfterHideEvent],
583
+ ]
584
+ >;
585
+ /**
586
+ * @summary File controls allow selecting an arbitrary number of files for uploading.
587
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-file--docs
588
+ * @status stable
589
+ *
590
+ * @dependency syn-button
591
+ * @dependency syn-icon
592
+ *
593
+ * @slot label - The file control's label. Alternatively, you can use the `label` attribute.
594
+ * @slot help-text - Text that describes how to use the file control.
595
+ * Alternatively, you can use the `help-text` attribute.
596
+ * @slot droparea-icon - Optional droparea icon to use instead of the default.
597
+ * Works best with `<syn-icon>`.
598
+ * @slot trigger - Optional content to be used as trigger instead of the default content.
599
+ * Opening the file dialog on click and as well as drag and drop will work for this content.
600
+ * Following attributes will no longer work: *label*, *droparea*, *help-text*, *size*,
601
+ * *hide-value*. Also if using the disabled attribute, the disabled styling will not be
602
+ * applied and must be taken care of yourself.
603
+ *
604
+ * @event syn-blur - Emitted when the control loses focus.
605
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
606
+ * @event syn-error - Emitted when multiple files are selected via drag and drop, without
607
+ * the `multiple` property being set.
608
+ * @event syn-focus - Emitted when the control gains focus.
609
+ * @event syn-input - Emitted when the control receives input.
610
+ *
611
+ * @csspart form-control - The form control that wraps the label, input, and help text.
612
+ * @csspart form-control-label - The label's wrapper.
613
+ * @csspart form-control-input - The input's wrapper.
614
+ * @csspart form-control-help-text - The help text's wrapper.
615
+ * @csspart button-wrapper - The wrapper around the button and text value.
616
+ * @csspart button - The syn-button acting as a file input.
617
+ * @csspart button__base - The syn-button's exported `base` part.
618
+ * @csspart value - The chosen files or placeholder text for the file input.
619
+ * @csspart droparea - The element wrapping the drop zone.
620
+ * @csspart droparea-background - The background of the drop zone.
621
+ * @csspart droparea-icon - The container that wraps the icon for the drop zone.
622
+ * @csspart droparea-value - The text for the drop zone.
623
+ * @csspart trigger - The container that wraps the trigger.
624
+ *
625
+ * @animation file.iconDrop - The animation to use for the file icon
626
+ * when a file is dropped
627
+ * @animation file.text.disappear - The disappear animation to use for the file placeholder text
628
+ * when a file is dropped
629
+ * @animation file.text.appear - The appear animation to use for the file placeholder text
630
+ * when a file is dropped
631
+ */ export type SynFileJSXElement = SynCustomElement<
632
+ SynFile,
633
+ [
634
+ ['syn-blur', SynBlurEvent],
635
+ ['syn-change', SynChangeEvent],
636
+ ['syn-error', SynErrorEvent],
637
+ ['syn-focus', SynFocusEvent],
638
+ ['syn-input', SynInputEvent],
639
+ ]
640
+ >;
641
+ /**
642
+ * @summary The <syn-header /> element provides a generic application header
643
+ * that can be used to add applications name, toolbar and primary navigation.
644
+ *
645
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-header--docs
646
+ * @status stable
647
+ * @since 1.10.0
648
+ *
649
+ * @slot label - The label for the header
650
+ * @slot logo - The logo that should be displayed. Will fall back to the SICK logo if not provided
651
+ * @slot meta-navigation - The meta-navigation is used to add various application toolbar icons
652
+ * Best used with `<syn-icon-button />` and `<syn-drop-down />`
653
+ * @slot navigation - This slot can be used to add an optional horizontal navigation
654
+ * @slot open-burger-menu-icon - An icon to use in lieu of the default burger-menu=open state.
655
+ * The default close icon is a 'x'.
656
+ * @slot closed-burger-menu-icon - An icon to use in lieu of the default burger-menu=closed state.
657
+ * The default open icon is a burger menu.
658
+ *
659
+ * @event syn-burger-menu-closed - Emitted when the burger menu is toggled to closed
660
+ * @event syn-burger-menu-hidden - Emitted when the burger menu is toggled to hidden
661
+ * @event syn-burger-menu-open - Emitted when the burger menu is toggled to open
662
+ *
663
+ * @csspart base - The component's base wrapper
664
+ * @csspart content - The wrapper most content items reside
665
+ * @csspart logo - The wrapper the application logo resides in
666
+ * @csspart label - The element wrapping the application name
667
+ * @csspart meta-navigation - The Item wrapping the optional application menu
668
+ * @csspart navigation - The wrapper that is holding the optional top navigation section
669
+ * @csspart burger-menu-toggle-button - The button that toggles the burger menu
670
+ *
671
+ * @cssproperty --sticky-position - The position of the sticky header from the top of the viewport. Defaults to the top of the screen.
672
+ * @cssproperty --metanavigation-item-size - The size of the items in the meta navigation. Also used for the height of dividers in the meta navigation. Defaults to var(--syn-font-size-x-large)
673
+ */ export type SynHeaderJSXElement = SynCustomElement<
674
+ SynHeader,
675
+ [
676
+ ['syn-burger-menu-closed', SynBurgerMenuClosedEvent],
677
+ ['syn-burger-menu-hidden', SynBurgerMenuHiddenEvent],
678
+ ['syn-burger-menu-open', SynBurgerMenuOpenEvent],
679
+ ]
680
+ >;
681
+ /**
682
+ * @summary Icons are symbols that can be used to represent various options within an application.
683
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-icon--docs
684
+ * @status stable
685
+ * @since 2.0
686
+ *
687
+ * @event syn-load - Emitted when the icon has loaded. When using `spriteSheet: true` this will not emit.
688
+ * @event syn-error - Emitted when the icon fails to load due to an error. When using `spriteSheet: true` this will not emit.
689
+ *
690
+ * @csspart svg - The internal SVG element.
691
+ * @csspart use - The <use> element generated when using `spriteSheet: true`
692
+ */ export type SynIconJSXElement = SynCustomElement<
693
+ SynIcon,
694
+ [['syn-load', SynLoadEvent], ['syn-error', SynErrorEvent]]
695
+ >;
696
+ /**
697
+ * @summary Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.
698
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-icon-button--docs
699
+ * @status stable
700
+ * @since 2.0
701
+ *
702
+ * @dependency syn-icon
703
+ *
704
+ * @event syn-blur - Emitted when the icon button loses focus.
705
+ * @event syn-focus - Emitted when the icon button gains focus.
706
+ *
707
+ * @csspart base - The component's base wrapper.
708
+ */ export type SynIconButtonJSXElement = SynCustomElement<
709
+ SynIconButton,
710
+ [['syn-blur', SynBlurEvent], ['syn-focus', SynFocusEvent]]
711
+ >;
712
+ /**
713
+ * @summary Inputs collect data from the user.
714
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-input--docs
715
+ * @status stable
716
+ * @since 2.0
717
+ *
718
+ * @dependency syn-icon
719
+ * @dependency syn-divider
720
+ *
721
+ * @slot label - The input's label. Alternatively, you can use the `label` attribute.
722
+ * @slot prefix - Used to prepend a presentational icon or similar element to the input.
723
+ * @slot suffix - Used to append a presentational icon or similar element to the input.
724
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
725
+ * @slot show-password-icon - An icon to use in lieu of the default show password icon.
726
+ * @slot hide-password-icon - An icon to use in lieu of the default hide password icon.
727
+ * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
728
+ * @slot increment-number-stepper - An icon to use in lieu of the default increment number stepper icon.
729
+ * @slot decrement-number-stepper - An icon to use in lieu of the default decrement number stepper icon.
730
+ *
731
+ * @event syn-blur - Emitted when the control loses focus.
732
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
733
+ * @event syn-clear - Emitted when the clear button is activated.
734
+ * @event syn-focus - Emitted when the control gains focus.
735
+ * @event syn-input - Emitted when the control receives input.
736
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
737
+ * @event syn-clamp - Emitted if the numeric strategy allows autoClamp and the value is clamped to the min or max attribute.
738
+ *
739
+ * @csspart form-control - The form control that wraps the label, input, and help text.
740
+ * @csspart form-control-label - The label's wrapper.
741
+ * @csspart form-control-input - The input's wrapper.
742
+ * @csspart form-control-help-text - The help text's wrapper.
743
+ * @csspart base - The component's base wrapper.
744
+ * @csspart input - The internal `<input>` control.
745
+ * @csspart prefix - The container that wraps the prefix.
746
+ * @csspart clear-button - The clear button.
747
+ * @csspart password-toggle-button - The password toggle button.
748
+ * @csspart suffix - The container that wraps the suffix.
749
+ * @csspart stepper - The container that wraps the number stepper.
750
+ * @csspart decrement-number-stepper - The decrement number stepper button.
751
+ * @csspart increment-number-stepper - The increment number stepper button.
752
+ * @csspart divider - The divider between the increment and decrement number stepper buttons.
753
+ *
754
+ * @cssproperty --syn-input-autofill-shadow - The shadow to apply when the input is autofilled.
755
+ * @cssproperty --syn-input-autofill-readonly-shadow - The shadow to apply when the input is readonly and autofilled.
756
+ * @cssproperty --syn-input-autofill-text-fill-color - The text fill color to apply when the input is autofilled.
757
+ * @cssproperty --syn-input-autofill-caret-color - The caret color to apply when the input is autofilled.
758
+ */ export type SynInputJSXElement = SynCustomElement<
759
+ SynInput,
760
+ [
761
+ ['syn-blur', SynBlurEvent],
762
+ ['syn-change', SynChangeEvent],
763
+ ['syn-clear', SynClearEvent],
764
+ ['syn-focus', SynFocusEvent],
765
+ ['syn-input', SynInputEvent],
766
+ ['syn-invalid', SynInvalidEvent],
767
+ ['syn-clamp', SynClampEvent],
768
+ ]
769
+ >;
770
+ /**
771
+ * @summary Menus provide a list of options for the user to choose from.
772
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu--docs
773
+ * @status stable
774
+ * @since 2.0
775
+ *
776
+ * @slot - The menu's content, including menu items, menu labels, and dividers.
777
+ *
778
+ * @event {{ item: SynMenuItem }} syn-select - Emitted when a menu item is selected.
779
+ */ export type SynMenuJSXElement = SynCustomElement<
780
+ SynMenu,
781
+ [['syn-select', SynSelectEvent]]
782
+ >;
783
+ /**
784
+ * @summary Menu items provide options for the user to pick from in a menu.
785
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-item--docs
786
+ * @status stable
787
+ * @since 2.0
788
+ *
789
+ * @dependency syn-icon
790
+ * @dependency syn-popup
791
+ * @dependency syn-spinner
792
+ *
793
+ * @slot - The menu item's label.
794
+ * @slot prefix - Used to prepend an icon or similar element to the menu item.
795
+ * @slot suffix - Used to append an icon or similar element to the menu item.
796
+ * @slot submenu - Used to denote a nested menu.
797
+ *
798
+ * @csspart base - The component's base wrapper.
799
+ * @csspart checked-icon - The checked icon, which is only visible when the menu item is checked.
800
+ * @csspart prefix - The prefix container.
801
+ * @csspart label - The menu item label.
802
+ * @csspart suffix - The suffix container.
803
+ * @csspart spinner - The spinner that shows when the menu item is in the loading state.
804
+ * @csspart spinner__base - The spinner's base part.
805
+ * @csspart submenu-icon - The submenu icon, visible only when the menu item has a submenu (not yet implemented).
806
+ *
807
+ * @cssproperty [--submenu-offset=-2px] - The distance submenus shift to overlap the parent menu.
808
+ */ export type SynMenuItemJSXElement = SynCustomElement<SynMenuItem, []>;
809
+ /**
810
+ * @summary Menu labels are used to describe a group of menu items.
811
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-label--docs
812
+ * @status stable
813
+ * @since 2.0
814
+ *
815
+ * @slot - The menu label's content.
816
+ *
817
+ * @csspart base - The component's base wrapper.
818
+ * @csspart divider - The divider that is displayed above the content
819
+ * @csspart label - The label that is displayed below the divider
820
+ *
821
+ * @dependency syn-divider
822
+ *
823
+ * @cssproperty --display-divider - Display property of the divider. Defaults to "block"
824
+ */ export type SynMenuLabelJSXElement = SynCustomElement<SynMenuLabel, []>;
825
+ /**
826
+ * @summary Flexible button / link component that can be used to quickly build navigations.
827
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-nav-item--docs
828
+ * Takes one of 3 forms:
829
+ * - button (default),
830
+ * - link (overrides button if a 'href' is provided),
831
+ * - or accordion (overrides all other if 'children' slot is defined).
832
+ *
833
+ * @status stable
834
+ * @since 1.14.0
835
+ *
836
+ * @dependency syn-divider
837
+ * @dependency syn-icon
838
+ *
839
+ * @event syn-show - Emitted when the navigation item:
840
+ * - has children,
841
+ * - and is clicked while HTML details are hidden.
842
+ *
843
+ * @event syn-hide - Emitted when the navigation item:
844
+ * - has children,
845
+ * - and is clicked while HTML details are shown.
846
+ *
847
+ * @event syn-blur - Emitted when the button loses focus.
848
+ * @event syn-focus - Emitted when the button gains focus.
849
+ *
850
+ * @slot - The navigation item's label.
851
+ * @slot prefix - A presentational prefix icon or similar element.
852
+ * @slot suffix - A presentational suffix icon or similar element.
853
+ * @slot children - Slot used to provide nested child navigation elements.
854
+ * If provided, details and summary elements will be used.
855
+ * A chevron will be shown on the right side regardless of the chevron property.
856
+ *
857
+ * @csspart base - The component's base wrapper including children.
858
+ * @csspart children - The wrapper that holds the children
859
+ * @csspart content-wrapper - The component's content wrapper.
860
+ * @csspart content - The component's content excluding children.
861
+ * @csspart current-indicator - The indicator used when current is set to true
862
+ * @csspart chevron - The container that wraps the chevron.
863
+ * @csspart details - The details element rendered when there are children available
864
+ * @csspart divider - The components optional top divider.
865
+ * @csspart prefix - The container that wraps the prefix.
866
+ * @csspart suffix - The container that wraps the suffix.
867
+ *
868
+ * @cssproperty --indentation - Numeric value, indicating the level the item is placed at.
869
+ * @cssproperty --indentation-stepping - The amount of pixels each level will indent.
870
+ * @cssproperty --display-children - Display property of the children. Defaults to "contents"
871
+ */ export type SynNavItemJSXElement = SynCustomElement<
872
+ SynNavItem,
873
+ [
874
+ ['syn-show', SynShowEvent],
875
+ ['syn-hide', SynHideEvent],
876
+ ['syn-blur', SynBlurEvent],
877
+ ['syn-focus', SynFocusEvent],
878
+ ]
879
+ >;
880
+ /**
881
+ * @summary The <syn-optgroup> element creates a grouping for <syn-option>s within a <syn-select>.
882
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-optgroup--docs
883
+ * @status stable
884
+ * @since 1.3.0
885
+ *
886
+ * @dependency syn-divider
887
+ *
888
+ * @slot - The given options. Must be `<syn-option>` elements.
889
+ * @slot prefix - A presentational prefix icon or similar element.
890
+ * @slot label - The label for the optgroup
891
+ * @slot suffix - A presentational suffix icon or similar element.
892
+ *
893
+ * @csspart base - The component's base wrapper.
894
+ * @csspart label-container - The container that wraps prefix, label and base
895
+ * @csspart divider - The divider that is displayed above the content
896
+ * @csspart prefix - The container that wraps the prefix.
897
+ * @csspart suffix - The container that wraps the suffix.
898
+ * @csspart options - The container that wraps the <syn-option> elements.
899
+ *
900
+ * @cssproperty --display-divider - Display property of the divider. Defaults to "block"
901
+ */ export type SynOptgroupJSXElement = SynCustomElement<SynOptgroup, []>;
902
+ /**
903
+ * @summary Options define the selectable items within various form controls such as [select](/components/select).
904
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-option--docs
905
+ * @status stable
906
+ * @since 2.0
907
+ *
908
+ * @dependency syn-icon
909
+ *
910
+ * @slot - The option's label.
911
+ * @slot prefix - Used to prepend an icon or similar element to the menu item.
912
+ * @slot suffix - Used to append an icon or similar element to the menu item.
913
+ *
914
+ * @csspart checked-icon - The checked icon, an `<syn-icon>` element.
915
+ * @csspart base - The component's base wrapper.
916
+ * @csspart label - The option's label.
917
+ * @csspart prefix - The container that wraps the prefix.
918
+ * @csspart suffix - The container that wraps the suffix.
919
+ */ export type SynOptionJSXElement = SynCustomElement<SynOption, []>;
920
+ /**
921
+ * @summary <syn-pagination /> provides page navigation, direct page input, and page-size selection for large data sets.
922
+ *
923
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-pagination--docs
924
+ * @status stable
925
+ * @since 3.12.0
926
+ *
927
+ * @event syn-pagination-page-changed - Emitted when the current page changes
928
+ * @event syn-pagination-page-size-changed - Emitted when the page size changes
929
+ *
930
+ * @csspart base - The component's base wrapper.
931
+ * @csspart divider - The divider element displayed at the top of the pagination component.
932
+ * @csspart page-size-select-wrapper - The wrapper element containing the page size select and page item summary.
933
+ * @csspart page-size-select - The page size select element.
934
+ * @csspart page-item-summary - The text element displaying the current page item range and total items.
935
+ * @csspart page-input-section - The section containing the page number input and total pages display.
936
+ * @csspart page-input - The page number input element.
937
+ * @csspart navigation - The pagination navigation element.
938
+ * @csspart navigation-action - The individual navigation action buttons (first, previous, next, last).
939
+ *
940
+ * @accessibility
941
+ * The entire component is wrapped in a semantic `<nav>` landmark with an `aria-label` for screen reader accessibility.
942
+ * Use the `aria-label` attribute to provide a unique, descriptive label when multiple pagination controls exist on the page.
943
+ * Example: `<syn-pagination aria-label="Search results pagination"></syn-pagination>`
944
+ */ export type SynPaginationJSXElement = SynCustomElement<
945
+ SynPagination,
946
+ [
947
+ ['syn-pagination-page-changed', SynPaginationPageChangedEvent],
948
+ ['syn-pagination-page-size-changed', SynPaginationPageSizeChangedEvent],
949
+ ]
950
+ >;
951
+ /**
952
+ * @summary Popup is a utility that lets you declaratively anchor "popup" containers to another element.
953
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-popup--docs
954
+ * @status stable
955
+ * @since 2.0
956
+ *
957
+ * @event syn-reposition - Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive
958
+ * operations in your listener or consider debouncing it.
959
+ *
960
+ * @slot - The popup's content.
961
+ * @slot anchor - The element the popup will be anchored to. If the anchor lives outside of the popup, you can use the
962
+ * `anchor` attribute or property instead.
963
+ *
964
+ * @csspart arrow - The arrow's container. Avoid setting `top|bottom|left|right` properties, as these values are
965
+ * assigned dynamically as the popup moves. This is most useful for applying a background color to match the popup, and
966
+ * maybe a border or box shadow.
967
+ * @csspart popup - The popup's container. Useful for setting a background color, box shadow, etc.
968
+ * @csspart hover-bridge - The hover bridge element. Only available when the `hover-bridge` option is enabled.
969
+ *
970
+ * @cssproperty [--arrow-size=6px] - The size of the arrow. Note that an arrow won't be shown unless the `arrow`
971
+ * attribute is used.
972
+ * @cssproperty [--arrow-color=var(--syn-color-neutral-0)] - The color of the arrow.
973
+ * @cssproperty [--auto-size-available-width] - A read-only custom property that determines the amount of width the
974
+ * popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only
975
+ * available when using `auto-size`.
976
+ * @cssproperty [--auto-size-available-height] - A read-only custom property that determines the amount of height the
977
+ * popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only
978
+ * available when using `auto-size`.
979
+ */ export type SynPopupJSXElement = SynCustomElement<
980
+ SynPopup,
981
+ [['syn-reposition', SynRepositionEvent]]
982
+ >;
983
+ /**
984
+ * @summary The `<syn-prio-nav />` element provides a generic navigation bar
985
+ * that can be used to group multiple navigation items (usually horizontal `<syn-nav-item />`s)
986
+ * together. It will automatically group all items not visible in the viewport into a custom
987
+ * priority menu.
988
+ *
989
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-prio-nav--docs
990
+ * @example
991
+ * <syn-prio-nav>
992
+ * <syn-nav-item current horizontal>Item 1</syn-nav-item>
993
+ * <button role="menuitem">Item 2 (custom)</button>
994
+ * <syn-nav-item horizontal>Item 3</syn-nav-item>
995
+ * </syn-prio-nav>
996
+ *
997
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-prio-nav--docs
998
+ * @status stable
999
+ * @since 1.14.0
1000
+ *
1001
+ * @dependency syn-dropdown
1002
+ * @dependency syn-icon
1003
+ * @dependency syn-menu
1004
+ * @dependency syn-nav-item
1005
+ *
1006
+ * @slot - The given navigation items. Must be horizontal `<syn-nav-item>`s
1007
+ * or have a role of "menuitem"
1008
+ *
1009
+ * @csspart base - The component's base wrapper.
1010
+ * @csspart priority-menu - The wrapper around the priority menu
1011
+ * @csspart priority-menu-nav-item - The navigation item for the priority menu
1012
+ * @csspart priority-menu-label - The label for the priority menu
1013
+ * @csspart priority-menu-icon - The icon for the priority menu
1014
+ * @csspart priority-menu-container - The container for the shifted navigation items,
1015
+ * if there is not enough space.
1016
+ *
1017
+ */ export type SynPrioNavJSXElement = SynCustomElement<SynPrioNav, []>;
1018
+ /**
1019
+ * @summary Progress bars are used to show the status of an ongoing operation.
1020
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-progress-bar--docs
1021
+ * @status stable
1022
+ * @since 2.0
1023
+ *
1024
+ * @slot - A label to show inside the progress indicator.
1025
+ *
1026
+ * @csspart base - The component's base wrapper.
1027
+ * @csspart indicator - The progress bar's indicator.
1028
+ * @csspart label - The progress bar's label.
1029
+ *
1030
+ * @cssproperty --height - The progress bar's height.
1031
+ * @cssproperty --track-color - The color of the track.
1032
+ * @cssproperty --indicator-color - The color of the indicator.
1033
+ * @cssproperty --label-color - The color of the label.
1034
+ * @cssproperty --speed - The speed of the progress bar when in indeterminate state.
1035
+ */ export type SynProgressBarJSXElement = SynCustomElement<SynProgressBar, []>;
1036
+ /**
1037
+ * @summary Progress rings are used to show the progress of a determinate operation in a circular fashion.
1038
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-progress-ring--docs
1039
+ * @status stable
1040
+ * @since 2.0
1041
+ *
1042
+ * @slot - A label to show inside the ring.
1043
+ *
1044
+ * @csspart base - The component's base wrapper.
1045
+ * @csspart label - The progress ring label.
1046
+ *
1047
+ * @cssproperty --size - The diameter of the progress ring (cannot be a percentage).
1048
+ * @cssproperty --track-width - The width of the track.
1049
+ * @cssproperty --track-color - The color of the track.
1050
+ * @cssproperty --indicator-width - The width of the indicator. Defaults to the track width.
1051
+ * @cssproperty --indicator-color - The color of the indicator.
1052
+ * @cssproperty --indicator-transition-duration - The duration of the indicator's transition when the value changes.
1053
+ */ export type SynProgressRingJSXElement = SynCustomElement<
1054
+ SynProgressRing,
1055
+ []
1056
+ >;
1057
+ /**
1058
+ * @summary Radios allow the user to select a single option from a group.
1059
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio--docs
1060
+ * @status stable
1061
+ * @since 2.0
1062
+ *
1063
+ * @dependency syn-icon
1064
+ *
1065
+ * @slot - The radio's label.
1066
+ *
1067
+ * @event syn-blur - Emitted when the control loses focus.
1068
+ * @event syn-focus - Emitted when the control gains focus.
1069
+ *
1070
+ * @csspart base - The component's base wrapper.
1071
+ * @csspart control - The circular container that wraps the radio's checked state.
1072
+ * @csspart control--checked - The radio control when the radio is checked.
1073
+ * @csspart checked-icon - The checked icon, an `<syn-icon>` element.
1074
+ * @csspart label - The container that wraps the radio's label.
1075
+ */ export type SynRadioJSXElement = SynCustomElement<
1076
+ SynRadio,
1077
+ [['syn-blur', SynBlurEvent], ['syn-focus', SynFocusEvent]]
1078
+ >;
1079
+ /**
1080
+ * @summary Radios buttons allow the user to select a single option from a group using a button-like control.
1081
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio-button--docs
1082
+ * @status stable
1083
+ * @since 2.0
1084
+ *
1085
+ * @slot - The radio button's label.
1086
+ * @slot prefix - A presentational prefix icon or similar element.
1087
+ * @slot suffix - A presentational suffix icon or similar element.
1088
+ *
1089
+ * @event syn-blur - Emitted when the button loses focus.
1090
+ * @event syn-focus - Emitted when the button gains focus.
1091
+ *
1092
+ * @csspart base - The component's base wrapper.
1093
+ * @csspart button - The internal `<button>` element.
1094
+ * @csspart button--checked - The internal button element when the radio button is checked.
1095
+ * @csspart prefix - The container that wraps the prefix.
1096
+ * @csspart label - The container that wraps the radio button's label.
1097
+ * @csspart suffix - The container that wraps the suffix.
1098
+ */ export type SynRadioButtonJSXElement = SynCustomElement<
1099
+ SynRadioButton,
1100
+ [['syn-blur', SynBlurEvent], ['syn-focus', SynFocusEvent]]
1101
+ >;
1102
+ /**
1103
+ * @summary Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.
1104
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio-group--docs
1105
+ * @status stable
1106
+ * @since 2.0
1107
+ *
1108
+ * @dependency syn-button-group
1109
+ *
1110
+ * @slot - The default slot where `<syn-radio>` or `<syn-radio-button>` elements are placed.
1111
+ * @slot label - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label`
1112
+ * attribute.
1113
+ * @slot help-text - Text that describes how to use the radio group. Alternatively, you can use the `help-text` attribute.
1114
+ *
1115
+ * @event syn-change - Emitted when the radio group's selected value changes.
1116
+ * @event syn-input - Emitted when the radio group receives user input.
1117
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
1118
+ *
1119
+ * @csspart form-control - The form control that wraps the label, input, and help text.
1120
+ * @csspart form-control-label - The label's wrapper.
1121
+ * @csspart form-control-input - The input's wrapper.
1122
+ * @csspart form-control-help-text - The help text's wrapper.
1123
+ * @csspart button-group - The button group that wraps radio buttons.
1124
+ * @csspart button-group__base - The button group's `base` part.
1125
+ */ export type SynRadioGroupJSXElement = SynCustomElement<
1126
+ SynRadioGroup,
1127
+ [
1128
+ ['syn-change', SynChangeEvent],
1129
+ ['syn-input', SynInputEvent],
1130
+ ['syn-invalid', SynInvalidEvent],
1131
+ ]
1132
+ >;
1133
+ /**
1134
+ * @summary Ranges allow the user to select values within a given range using one or two thumbs.
1135
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs
1136
+ * @status stable
1137
+ *
1138
+ * @dependency syn-tooltip
1139
+ *
1140
+ * @slot label - The range's label. Alternatively, you can use the `label` attribute.
1141
+ * @slot prefix - Used to prepend a presentational icon or similar element to the range.
1142
+ * @slot suffix - Used to append a presentational icon or similar element to the range.
1143
+ * @slot help-text - Text that describes how to use the range.
1144
+ * Alternatively, you can use the `help-text` attribute.
1145
+ * @slot ticks - Used to display tick marks at specific intervals along the range.
1146
+ *
1147
+ * @event syn-blur - Emitted when the control loses focus.
1148
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
1149
+ * @event syn-focus - Emitted when the control gains focus.
1150
+ * @event syn-input - Emitted when the control receives input.
1151
+ * @event syn-invalid - Emitted when the form control has been checked for validity
1152
+ * and its constraints aren't satisfied.
1153
+ * @event syn-move - Emitted when the user moves a thumb, either via touch or keyboard.
1154
+ * Use `Event.preventDefault()` to prevent movement.
1155
+ *
1156
+ * @csspart form-control - The form control that wraps the label, input, and help text.
1157
+ * @csspart form-control-label - The label's wrapper.
1158
+ * @csspart form-control-help-text - The help text's wrapper.
1159
+ * @csspart base - The component's base wrapper.
1160
+ * @csspart input-wrapper - The container that wraps the input track and ticks.
1161
+ * @csspart track-wrapper - The wrapper for the track.
1162
+ * @csspart track - The inactive track.
1163
+ * @csspart active-track - The active track.
1164
+ * @csspart prefix - The container that wraps the prefix.
1165
+ * @csspart suffix - The container that wraps the suffix.
1166
+ * @csspart ticks - The container that wraps the tick marks.
1167
+ * @csspart thumb - The thumb(s) that the user can drag to change the range.
1168
+ *
1169
+ * @csspart tooltip__base - The base of the tooltip
1170
+ * @csspart tooltip__arrow - The arrow of the tooltip
1171
+ * @csspart tooltip__popup - The popup of the tooltip
1172
+ * @csspart tooltip__body - The body of the tooltip
1173
+ *
1174
+ * @cssproperty --thumb-size - The size of a thumb.
1175
+ * @cssproperty --thumb-hit-area-size - The clickable area around the thumb.
1176
+ * Per default this is set to 140% of the thumb size. Must be a scale css value (defaults to 1.4).
1177
+ * @cssproperty --track-hit-area-size - The clickable area around the track (top and left).
1178
+ * @cssproperty --track-color-active - Color of the track representing the current value.
1179
+ * @cssproperty --track-color-inactive - Color of the track that represents the remaining value.
1180
+ * @cssproperty --track-height - The height of the track.
1181
+ * @cssproperty --track-active-offset - The point of origin of the active track,
1182
+ * starting at the left side of the range.
1183
+ */ export type SynRangeJSXElement = SynCustomElement<
1184
+ SynRange,
1185
+ [
1186
+ ['syn-blur', SynBlurEvent],
1187
+ ['syn-change', SynChangeEvent],
1188
+ ['syn-focus', SynFocusEvent],
1189
+ ['syn-input', SynInputEvent],
1190
+ ['syn-invalid', SynInvalidEvent],
1191
+ ['syn-move', SynMoveEvent],
1192
+ ]
1193
+ >;
1194
+ /**
1195
+ * @summary Ticks visually improve positioning on range sliders.
1196
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range-tick--docs
1197
+ * @status stable
1198
+ *
1199
+ * @slot - The tick's label
1200
+ *
1201
+ * @csspart base - The component's base wrapper.
1202
+ * @csspart label - The component's label.
1203
+ * @csspart line - The component's tick line.
1204
+ *
1205
+ * @cssproperty --tick-height - The height of the tick marker.
1206
+ * @cssproperty --tick-label-top - The top offset of the tick label.
1207
+ */ export type SynRangeTickJSXElement = SynCustomElement<SynRangeTick, []>;
1208
+ /**
1209
+ * @summary Selects allow you to choose items from a menu of predefined options.
1210
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-select--docs
1211
+ * @status stable
1212
+ * @since 2.0
1213
+ *
1214
+ * @dependency syn-icon
1215
+ * @dependency syn-popup
1216
+ * @dependency syn-tag
1217
+ *
1218
+ * @slot - The listbox options. Must be `<syn-option>` elements. You can use `<syn-divider>` to group items visually.
1219
+ * @slot label - The input's label. Alternatively, you can use the `label` attribute.
1220
+ * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.
1221
+ * @slot suffix - Used to append a presentational icon or similar element to the combobox.
1222
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
1223
+ * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.
1224
+ * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
1225
+ *
1226
+ * @event syn-change - Emitted when the control's value changes.
1227
+ * @event syn-clear - Emitted when the control's value is cleared.
1228
+ * @event syn-input - Emitted when the control receives input.
1229
+ * @event syn-focus - Emitted when the control gains focus.
1230
+ * @event syn-blur - Emitted when the control loses focus.
1231
+ * @event syn-show - Emitted when the select's menu opens.
1232
+ * @event syn-after-show - Emitted after the select's menu opens and all animations are complete.
1233
+ * @event syn-hide - Emitted when the select's menu closes.
1234
+ * @event syn-after-hide - Emitted after the select's menu closes and all animations are complete.
1235
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
1236
+ *
1237
+ * @csspart form-control - The form control that wraps the label, input, and help text.
1238
+ * @csspart form-control-label - The label's wrapper.
1239
+ * @csspart form-control-input - The select's wrapper.
1240
+ * @csspart form-control-help-text - The help text's wrapper.
1241
+ * @csspart combobox - The container the wraps the prefix, suffix, combobox, clear icon, and expand button.
1242
+ * @csspart prefix - The container that wraps the prefix slot.
1243
+ * @csspart suffix - The container that wraps the suffix slot.
1244
+ * @csspart display-input - The element that displays the selected option's label, an `<input>` element.
1245
+ * @csspart listbox - The listbox container where options are slotted.
1246
+ * @csspart tags - The container that houses option tags when `multiselect` is used.
1247
+ * @csspart tag - The individual tags that represent each multiselect option.
1248
+ * @csspart tag__base - The tag's base part.
1249
+ * @csspart tag__content - The tag's content part.
1250
+ * @csspart tag__remove-button - The tag's remove button.
1251
+ * @csspart tag__remove-button__base - The tag's remove button base part.
1252
+ * @csspart clear-button - The clear button.
1253
+ * @csspart expand-icon - The container that wraps the expand icon.
1254
+ * @csspart popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
1255
+ */ export type SynSelectJSXElement = SynCustomElement<
1256
+ SynSelect,
1257
+ [
1258
+ ['syn-change', SynChangeEvent],
1259
+ ['syn-clear', SynClearEvent],
1260
+ ['syn-input', SynInputEvent],
1261
+ ['syn-focus', SynFocusEvent],
1262
+ ['syn-blur', SynBlurEvent],
1263
+ ['syn-show', SynShowEvent],
1264
+ ['syn-after-show', SynAfterShowEvent],
1265
+ ['syn-hide', SynHideEvent],
1266
+ ['syn-after-hide', SynAfterHideEvent],
1267
+ ['syn-invalid', SynInvalidEvent],
1268
+ ]
1269
+ >;
1270
+ /**
1271
+ * @summary The <syn-side-nav /> element contains secondary navigation and fits below the header.
1272
+ * It can be used to group multiple navigation items (<syn-nav-item />s) together.
1273
+ *
1274
+ * @example
1275
+ * <syn-side-nav open>
1276
+ * <syn-nav-item >Item 1</syn-nav-item>
1277
+ * <syn-nav-item divider>Item 2</syn-nav-item>
1278
+ * </syn-side-nav>
1279
+ *
1280
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-side-nav--docs
1281
+ * @status stable
1282
+ * @since 1.14.0
1283
+ *
1284
+ * @dependency syn-divider
1285
+ * @dependency syn-drawer
1286
+ * @dependency syn-icon
1287
+ * @dependency syn-nav-item
1288
+ *
1289
+ * @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.
1290
+ * @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.
1291
+ * Please avoid having to many nav-items as it can massively influence the user experience.
1292
+ * @slot toggle-label - The label of the toggle nav-item for variant="sticky".
1293
+ * @slot toggle-icon - An icon to use in lieu of the default icon for the toggle nav-item
1294
+ * for variant="sticky".
1295
+ *
1296
+ * @event syn-show - Emitted when the side-nav opens.
1297
+ * @event syn-after-show - Emitted after the side-nav opens and all animations are complete.
1298
+ * @event syn-hide - Emitted when the side-nav closes.
1299
+ * @event syn-after-hide - Emitted after the side-nav closes and all animations are complete.
1300
+ *
1301
+ * @csspart base - The components base wrapper
1302
+ * @csspart drawer - The drawer that is used under the hood for creating the side-nav
1303
+ * @csspart content-container - The components main content container
1304
+ * @csspart content - The components main content
1305
+ * @csspart footer-container - The components footer content container
1306
+ (where the footer slot content is rendered)
1307
+ * @csspart footer-divider - The components footer divider
1308
+ * @csspart footer - The components footer content
1309
+ * @csspart overlay - The overlay that covers the screen behind the side-nav.
1310
+ * @csspart panel - The side-nav's panel (where the whole content is rendered).
1311
+ * @csspart body - The side-nav's body (where the default slot content is rendered)
1312
+ * @csspart drawer__base - The drawer's base wrapper
1313
+ * @csspart toggle-nav-item - The nav-item to toggle open state for variant="sticky"
1314
+ * @csspart toggle-icon - The icon of the toggle nav-item for variant="sticky"
1315
+ * @csspart toggle-label - The label of the toggle nav-item for variant="sticky".
1316
+
1317
+ * @cssproperty --side-nav-open-width - The width of the side-nav if in open state
1318
+ *
1319
+ * @animation sideNav.showNonRail - The animation to use when showing the side-nav
1320
+ * in variant="default".
1321
+ * @animation sideNav.showRail - The animation to use when showing the side-nav in variant="rail"
1322
+ * and variant="sticky".
1323
+ * @animation sideNav.hideNonRail - The animation to use when hiding the side-nav
1324
+ * in variant="default".
1325
+ * @animation sideNav.hideRail - The animation to use when hiding the side-nav in variant="rail"
1326
+ * and variant="sticky".
1327
+ * @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.
1328
+ * @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.
1329
+ */ export type SynSideNavJSXElement = SynCustomElement<
1330
+ SynSideNav,
1331
+ [
1332
+ ['syn-show', SynShowEvent],
1333
+ ['syn-after-show', SynAfterShowEvent],
1334
+ ['syn-hide', SynHideEvent],
1335
+ ['syn-after-hide', SynAfterHideEvent],
1336
+ ]
1337
+ >;
1338
+ /**
1339
+ * @summary Spinners are used to show the progress of an indeterminate operation.
1340
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-spinner--docs
1341
+ * @status stable
1342
+ * @since 2.0
1343
+ *
1344
+ * @csspart base - The component's base wrapper.
1345
+ *
1346
+ * @cssproperty --track-width - The width of the track.
1347
+ * @cssproperty --indicator-color - The color of the spinner's indicator.
1348
+ * @cssproperty --speed - The time it takes for the spinner to complete one animation cycle.
1349
+ */ export type SynSpinnerJSXElement = SynCustomElement<SynSpinner, []>;
1350
+ /**
1351
+ * @summary Switches allow the user to toggle an option on or off.
1352
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-switch--docs
1353
+ * @status stable
1354
+ * @since 2.0
1355
+ *
1356
+ * @slot - The switch's label.
1357
+ * @slot help-text - Text that describes how to use the switch. Alternatively, you can use the `help-text` attribute.
1358
+ *
1359
+ * @event syn-blur - Emitted when the control loses focus.
1360
+ * @event syn-change - Emitted when the control's checked state changes.
1361
+ * @event syn-input - Emitted when the control receives input.
1362
+ * @event syn-focus - Emitted when the control gains focus.
1363
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
1364
+ *
1365
+ * @csspart base - The component's base wrapper.
1366
+ * @csspart control - The control that houses the switch's thumb.
1367
+ * @csspart thumb - The switch's thumb.
1368
+ * @csspart label - The switch's label.
1369
+ * @csspart form-control-help-text - The help text's wrapper.
1370
+ *
1371
+ * @cssproperty --width - The width of the switch.
1372
+ * @cssproperty --height - The height of the switch.
1373
+ * @cssproperty --thumb-size - The size of the thumb.
1374
+ */ export type SynSwitchJSXElement = SynCustomElement<
1375
+ SynSwitch,
1376
+ [
1377
+ ['syn-blur', SynBlurEvent],
1378
+ ['syn-change', SynChangeEvent],
1379
+ ['syn-input', SynInputEvent],
1380
+ ['syn-focus', SynFocusEvent],
1381
+ ['syn-invalid', SynInvalidEvent],
1382
+ ]
1383
+ >;
1384
+ /**
1385
+ * @summary Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).
1386
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab--docs
1387
+ * @status stable
1388
+ * @since 2.0
1389
+ *
1390
+ * @dependency syn-icon-button
1391
+ *
1392
+ * @slot - The tab's label.
1393
+ *
1394
+ * @event syn-close - Emitted when the tab is closable and the close button is activated.
1395
+ *
1396
+ * @csspart base - The component's base wrapper.
1397
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
1398
+ * @csspart close-button__base - The close button's exported `base` part.
1399
+ */ export type SynTabJSXElement = SynCustomElement<
1400
+ SynTab,
1401
+ [['syn-close', SynCloseEvent]]
1402
+ >;
1403
+ /**
1404
+ * @summary Tab groups organize content into a container that shows one section at a time.
1405
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-group--docs
1406
+ * @status stable
1407
+ * @since 2.0
1408
+ *
1409
+ * @dependency syn-icon-button
1410
+ *
1411
+ * @slot - Used for grouping tab panels in the tab group. Must be `<syn-tab-panel>` elements.
1412
+ * @slot nav - Used for grouping tabs in the tab group. Must be `<syn-tab>` elements.
1413
+ *
1414
+ * @event {{ name: String }} syn-tab-show - Emitted when a tab is shown. The payload of the event returns the "panel" attribute of the shown tab.
1415
+ * @event {{ name: String }} syn-tab-hide - Emitted when a tab is hidden. The payload of the event returns the "panel" attribute of the hidden tab.
1416
+ *
1417
+ * @csspart base - The component's base wrapper.
1418
+ * @csspart nav - The tab group's navigation container where tabs are slotted in.
1419
+ * @csspart tabs - The container that wraps the tabs.
1420
+ * @csspart active-tab-indicator - The line that highlights the currently selected tab.
1421
+ * @csspart body - The tab group's body where tab panels are slotted in.
1422
+ * @csspart scroll-button - The previous/next scroll buttons that show when tabs are scrollable, an `<syn-icon-button>`.
1423
+ * @csspart scroll-button--start - The starting scroll button.
1424
+ * @csspart scroll-button--end - The ending scroll button.
1425
+ * @csspart scroll-button__base - The scroll button's exported `base` part.
1426
+ *
1427
+ * @cssproperty --indicator-color - The color of the active tab indicator.
1428
+ * @cssproperty --track-color - The color of the indicator's track (the line that separates tabs from panels).
1429
+ * @cssproperty --track-width - The width of the indicator's track (the line that separates tabs from panels).
1430
+ * @cssproperty --indicator-width - The width of the active tab indicator.
1431
+ */ export type SynTabGroupJSXElement = SynCustomElement<
1432
+ SynTabGroup,
1433
+ [['syn-tab-show', SynTabShowEvent], ['syn-tab-hide', SynTabHideEvent]]
1434
+ >;
1435
+ /**
1436
+ * @summary Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.
1437
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-panel--docs
1438
+ * @status stable
1439
+ * @since 2.0
1440
+ *
1441
+ * @slot - The tab panel's content.
1442
+ *
1443
+ * @csspart base - The component's base wrapper.
1444
+ *
1445
+ * @cssproperty --padding - The tab panel's padding.
1446
+ */ export type SynTabPanelJSXElement = SynCustomElement<SynTabPanel, []>;
1447
+ /**
1448
+ * @summary Tags are used as labels to organize things or to indicate a selection.
1449
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tag--docs
1450
+ * @status stable
1451
+ * @since 2.0
1452
+ *
1453
+ * @dependency syn-icon-button
1454
+ *
1455
+ * @slot - The tag's content.
1456
+ *
1457
+ * @event syn-remove - Emitted when the remove button is activated.
1458
+ *
1459
+ * @csspart base - The component's base wrapper.
1460
+ * @csspart content - The tag's content.
1461
+ * @csspart remove-button - The tag's remove button, an `<syn-icon-button>`.
1462
+ * @csspart remove-button__base - The remove button's exported `base` part.
1463
+ */ export type SynTagJSXElement = SynCustomElement<
1464
+ SynTag,
1465
+ [['syn-remove', SynRemoveEvent]]
1466
+ >;
1467
+ /**
1468
+ * @summary A tag group is used to display multiple tags that belong together, often representing selected filters, categories, or user‑generated labels.
1469
+ * It arranges tags in flexible rows and supports different sizes and layouts.
1470
+ * Tags can be removable, icon‑based, or purely textual.
1471
+ *
1472
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tag-group--docs
1473
+ * @status stable
1474
+ *
1475
+ * @slot - The tag group's main content. Must be `<syn-tag />` elements.
1476
+ * @slot label - The tag group's label. Alternatively, you can use the `label` attribute.
1477
+ *
1478
+ * @csspart base - The component's base wrapper.
1479
+ * @csspart tag-label - The tag group's label.
1480
+ */ export type SynTagGroupJSXElement = SynCustomElement<SynTagGroup, []>;
1481
+ /**
1482
+ * @summary Textareas collect data from the user and allow multiple lines of text.
1483
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-textarea--docs
1484
+ * @status stable
1485
+ * @since 2.0
1486
+ *
1487
+ * @slot label - The textarea's label. Alternatively, you can use the `label` attribute.
1488
+ * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
1489
+ *
1490
+ * @event syn-blur - Emitted when the control loses focus.
1491
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
1492
+ * @event syn-focus - Emitted when the control gains focus.
1493
+ * @event syn-input - Emitted when the control receives input.
1494
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
1495
+ *
1496
+ * @csspart form-control - The form control that wraps the label, input, and help text.
1497
+ * @csspart form-control-label - The label's wrapper.
1498
+ * @csspart form-control-input - The input's wrapper.
1499
+ * @csspart form-control-help-text - The help text's wrapper.
1500
+ * @csspart base - The component's base wrapper.
1501
+ * @csspart textarea - The internal `<textarea>` control.
1502
+ */ export type SynTextareaJSXElement = SynCustomElement<
1503
+ SynTextarea,
1504
+ [
1505
+ ['syn-blur', SynBlurEvent],
1506
+ ['syn-change', SynChangeEvent],
1507
+ ['syn-focus', SynFocusEvent],
1508
+ ['syn-input', SynInputEvent],
1509
+ ['syn-invalid', SynInvalidEvent],
1510
+ ]
1511
+ >;
1512
+ /**
1513
+ * @summary Tooltips display additional information based on a specific action.
1514
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tooltip--docs
1515
+ * @status stable
1516
+ * @since 2.0
1517
+ *
1518
+ * @dependency syn-popup
1519
+ *
1520
+ * @slot - The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.
1521
+ * @slot content - The content to render in the tooltip. Alternatively, you can use the `content` attribute.
1522
+ *
1523
+ * @event syn-show - Emitted when the tooltip begins to show.
1524
+ * @event syn-after-show - Emitted after the tooltip has shown and all animations are complete.
1525
+ * @event syn-hide - Emitted when the tooltip begins to hide.
1526
+ * @event syn-after-hide - Emitted after the tooltip has hidden and all animations are complete.
1527
+ *
1528
+ * @csspart base - The component's base wrapper, an `<syn-popup>` element.
1529
+ * @csspart base__popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
1530
+ * @csspart base__arrow - The popup's exported `arrow` part. Use this to target the tooltip's arrow.
1531
+ * @csspart body - The tooltip's body where its content is rendered.
1532
+ *
1533
+ * @cssproperty --max-width - The maximum width of the tooltip before its content will wrap.
1534
+ * @cssproperty --hide-delay - The amount of time to wait before hiding the tooltip when hovering.
1535
+ * @cssproperty --show-delay - The amount of time to wait before showing the tooltip when hovering.
1536
+ *
1537
+ * @animation tooltip.show - The animation to use when showing the tooltip.
1538
+ * @animation tooltip.hide - The animation to use when hiding the tooltip.
1539
+ */ export type SynTooltipJSXElement = SynCustomElement<
1540
+ SynTooltip,
1541
+ [
1542
+ ['syn-show', SynShowEvent],
1543
+ ['syn-after-show', SynAfterShowEvent],
1544
+ ['syn-hide', SynHideEvent],
1545
+ ['syn-after-hide', SynAfterHideEvent],
1546
+ ]
1547
+ >;
1548
+ /**
1549
+ * @summary Validate provides form field validation messages in a unified way.
1550
+ * It does this by using [the native browser validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
1551
+ * and showing the validation message in a consistent, user defined way.
1552
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-validate--docs
1553
+ * @dependency syn-alert
1554
+ * @dependency syn-tooltip
1555
+ *
1556
+ * @slot - The form field that should be validated.
1557
+ * Avoid slotting in more than one element, as subsequent ones will be ignored.
1558
+ *
1559
+ * @csspart base - The component's base wrapper.
1560
+ * @csspart input-wrapper - The container that wraps the form field.
1561
+ *
1562
+ * @csspart alert - The syn-alert that is shown when the variant is set to "inline".
1563
+ * @csspart alert__base - The container that wraps the alert.
1564
+ * @csspart alert__message - The container that wraps the alert message.
1565
+ * @csspart alert__icon - The container that wraps the alert icon.
1566
+ *
1567
+ * @csspart tooltip - The syn-tooltip that is shown when the variant is set to "tooltip".
1568
+ * @csspart tooltip__base - The container that wraps the tooltip.
1569
+ * @csspart tooltip__popup - The container that wraps the tooltip popup.
1570
+ * @csspart tooltip__arrow - The container that wraps the tooltip arrow.
1571
+ * @csspart tooltip__body - The container that wraps the tooltip body.
1572
+ */ export type SynValidateJSXElement = SynCustomElement<SynValidate, []>;
1573
+
1574
+ declare module 'react' {
1575
+ // #746: Allow synergies custom properties as css variable names
1576
+ // @see https://github.com/frenic/csstype#what-should-i-do-when-i-get-type-errors
1577
+ // @see https://stackoverflow.com/questions/65878880/typescript-template-literal-as-interface-key/65879197#65879197
1578
+ interface CSSProperties {
1579
+ [key: `--${string}`]: string | undefined;
1580
+ }
1581
+
1582
+ namespace JSX {
1583
+ interface IntrinsicElements {
1584
+ /**
1585
+ * @summary Accordions provide the ability to group a list of `<syn-details>`.
1586
+ *
1587
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-accordion--docs
1588
+ * @status stable
1589
+ * @since 1.23.0
1590
+ *
1591
+ * @slot - The accordion's main content. Must be `<syn-details />` elements.
1592
+ *
1593
+ * @csspart base - The component's base wrapper.
1594
+ */ 'syn-accordion': SynAccordionJSXElement;
1595
+ /**
1596
+ * @summary Alerts are used to display important messages inline or as toast notifications.
1597
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-alert--docs
1598
+ * @status stable
1599
+ * @since 2.0
1600
+ *
1601
+ * @dependency syn-icon-button
1602
+ *
1603
+ * @slot - The alert's main content.
1604
+ * @slot icon - An icon to show in the alert. Works best with `<syn-icon>`.
1605
+ *
1606
+ * @event syn-show - Emitted when the alert opens.
1607
+ * @event syn-after-show - Emitted after the alert opens and all animations are complete.
1608
+ * @event syn-hide - Emitted when the alert closes.
1609
+ * @event syn-after-hide - Emitted after the alert closes and all animations are complete.
1610
+ *
1611
+ * @csspart base - The component's base wrapper.
1612
+ * @csspart icon - The container that wraps the optional icon.
1613
+ * @csspart message - The container that wraps the alert's main content.
1614
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
1615
+ * @csspart close-button__base - The close button's exported `base` part.
1616
+ *
1617
+ * @animation alert.show - The animation to use when showing the alert.
1618
+ * @animation alert.hide - The animation to use when hiding the alert.
1619
+ */ 'syn-alert': SynAlertJSXElement;
1620
+ /**
1621
+ * @summary Badges are used to draw attention and display statuses or counts.
1622
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-badge--docs
1623
+ * @status stable
1624
+ * @since 2.0
1625
+ *
1626
+ * @slot - The badge's content.
1627
+ *
1628
+ * @csspart base - The component's base wrapper.
1629
+ */ 'syn-badge': SynBadgeJSXElement;
1630
+ /**
1631
+ * @summary Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
1632
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-breadcrumb--docs
1633
+ * @status stable
1634
+ * @since 2.0
1635
+ *
1636
+ * @slot - One or more breadcrumb items to display.
1637
+ * @slot separator - The separator to use between breadcrumb items. Works best with `<syn-icon>`.
1638
+ *
1639
+ * @dependency syn-icon
1640
+ *
1641
+ * @csspart base - The component's base wrapper.
1642
+ */ 'syn-breadcrumb': SynBreadcrumbJSXElement;
1643
+ /**
1644
+ * @summary Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links.
1645
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-breadcrumb-item--docs
1646
+ * @status stable
1647
+ * @since 2.0
1648
+ *
1649
+ * @slot - The breadcrumb item's label.
1650
+ * @slot prefix - An optional prefix, usually an icon or icon button.
1651
+ * @slot suffix - An optional suffix, usually an icon or icon button.
1652
+ * @slot separator - The separator to use for the breadcrumb item. This will only change the separator for this item. If
1653
+ * you want to change it for all items in the group, set the separator on `<syn-breadcrumb>` instead.
1654
+ *
1655
+ * @csspart base - The component's base wrapper.
1656
+ * @csspart label - The breadcrumb item's label.
1657
+ * @csspart prefix - The container that wraps the prefix.
1658
+ * @csspart suffix - The container that wraps the suffix.
1659
+ * @csspart separator - The container that wraps the separator.
1660
+ */ 'syn-breadcrumb-item': SynBreadcrumbItemJSXElement;
1661
+ /**
1662
+ * @summary Buttons represent actions that are available to the user.
1663
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button--docs
1664
+ * @status stable
1665
+ * @since 2.0
1666
+ *
1667
+ * @dependency syn-icon
1668
+ * @dependency syn-spinner
1669
+ *
1670
+ * @event syn-blur - Emitted when the button loses focus.
1671
+ * @event syn-focus - Emitted when the button gains focus.
1672
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
1673
+ *
1674
+ * @slot - The button's label.
1675
+ * @slot prefix - A presentational prefix icon or similar element.
1676
+ * @slot suffix - A presentational suffix icon or similar element.
1677
+ *
1678
+ * @csspart base - The component's base wrapper.
1679
+ * @csspart prefix - The container that wraps the prefix.
1680
+ * @csspart label - The button's label.
1681
+ * @csspart suffix - The container that wraps the suffix.
1682
+ * @csspart caret - The button's caret icon, an `<syn-icon>` element.
1683
+ * @csspart spinner - The spinner that shows when the button is in the loading state.
1684
+ */ 'syn-button': SynButtonJSXElement;
1685
+ /**
1686
+ * @summary Button groups can be used to group related buttons into sections.
1687
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button-group--docs
1688
+ * @status stable
1689
+ * @since 2.0
1690
+ *
1691
+ * @slot - One or more `<syn-button>` elements to display in the button group.
1692
+ *
1693
+ * @csspart base - The component's base wrapper.
1694
+ */ 'syn-button-group': SynButtonGroupJSXElement;
1695
+ /**
1696
+ * @summary Cards can be used to group related subjects in a container.
1697
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-card--docs
1698
+ * @status stable
1699
+ * @since 2.0
1700
+ *
1701
+ * @slot - The card's main content.
1702
+ * @slot header - An optional header for the card.
1703
+ * @slot footer - An optional footer for the card.
1704
+ * @slot image - An optional image to render at the start of the card.
1705
+ *
1706
+ * @csspart base - The component's base wrapper.
1707
+ * @csspart image - The container that wraps the card's image.
1708
+ * @csspart header - The container that wraps the card's header.
1709
+ * @csspart body - The container that wraps the card's main content.
1710
+ * @csspart footer - The container that wraps the card's footer.
1711
+ *
1712
+ * @cssproperty --border-color - The card's border color, including borders that occur inside the card.
1713
+ * @cssproperty --border-radius - The border radius for the card's edges.
1714
+ * @cssproperty --border-width - The width of the card's borders.
1715
+ * @cssproperty --padding - The padding to use for the card's sections.
1716
+ */ 'syn-card': SynCardJSXElement;
1717
+ /**
1718
+ * @summary Checkboxes allow the user to toggle an option on or off.
1719
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-checkbox--docs
1720
+ * @status stable
1721
+ * @since 2.0
1722
+ *
1723
+ * @dependency syn-icon
1724
+ *
1725
+ * @slot - The checkbox's label.
1726
+ * @slot help-text - Text that describes how to use the checkbox. Alternatively, you can use the `help-text` attribute.
1727
+ *
1728
+ * @event syn-blur - Emitted when the checkbox loses focus.
1729
+ * @event syn-change - Emitted when the checked state changes.
1730
+ * @event syn-focus - Emitted when the checkbox gains focus.
1731
+ * @event syn-input - Emitted when the checkbox receives input.
1732
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
1733
+ *
1734
+ * @csspart base - The component's base wrapper.
1735
+ * @csspart control - The square container that wraps the checkbox's checked state.
1736
+ * @csspart control--checked - Matches the control part when the checkbox is checked.
1737
+ * @csspart control--indeterminate - Matches the control part when the checkbox is indeterminate.
1738
+ * @csspart checked-icon - The checked icon, an `<syn-icon>` element.
1739
+ * @csspart indeterminate-icon - The indeterminate icon, an `<syn-icon>` element.
1740
+ * @csspart label - The container that wraps the checkbox's label.
1741
+ * @csspart form-control-help-text - The help text's wrapper.
1742
+ */ 'syn-checkbox': SynCheckboxJSXElement;
1743
+ /**
1744
+ * @summary A combobox component that combines the functionality of a text input with a dropdown listbox,
1745
+ * allowing users to either select from predefined options or enter custom values (when not restricted).
1746
+ *
1747
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-combobox--docs
1748
+ * @status stable
1749
+ *
1750
+ * @dependency syn-icon
1751
+ * @dependency syn-popup
1752
+ * @dependency syn-tag
1753
+ *
1754
+ * @slot - The listbox options. Must be `<syn-option>` elements.
1755
+ * You can use `<syn-optgroup>`'s to group items visually.
1756
+ * @slot label - The combobox's label. Alternatively, you can use the `label` attribute.
1757
+ * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.
1758
+ * @slot suffix - Used to append a presentational icon or similar element to the combobox.
1759
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
1760
+ * @slot expand-icon - The icon to show when the control is expanded and collapsed.
1761
+ * Rotates on open and close.
1762
+ * @slot help-text - Text that describes how to use the combobox.
1763
+ * Alternatively, you can use the `help-text` attribute.
1764
+ *
1765
+ * @event syn-change - Emitted when the control's value changes.
1766
+ * @event syn-clear - Emitted when the control's value is cleared.
1767
+ * @event syn-input - Emitted when the control receives input.
1768
+ * @event syn-focus - Emitted when the control gains focus.
1769
+ * @event syn-blur - Emitted when the control loses focus.
1770
+ * @event syn-show - Emitted when the combobox's menu opens.
1771
+ * @event syn-after-show - Emitted after the combobox's menu opens and all animations are complete.
1772
+ * @event syn-hide - Emitted when the combobox's menu closes.
1773
+ * @event syn-after-hide - Emitted after the combobox's menu closes and all animations are complete.
1774
+ * @event syn-invalid - Emitted when the form control has been checked for validity
1775
+ * and its constraints aren't satisfied.
1776
+ * @event syn-error - Emitted when the combobox menu fails to open.
1777
+ *
1778
+ * @csspart form-control - The form control that wraps the label, combobox, and help text.
1779
+ * @csspart form-control-label - The label's wrapper.
1780
+ * @csspart form-control-input - The combobox's wrapper.
1781
+ * @csspart form-control-help-text - The help text's wrapper.
1782
+ * @csspart combobox - The container that wraps the prefix, combobox, clear icon, and expand button.
1783
+ * @csspart prefix - The container that wraps the prefix slot.
1784
+ * @csspart suffix - The container that wraps the suffix slot.
1785
+ * @csspart display-input - The element that displays the selected option's label,
1786
+ * an `<input>` element.
1787
+ * @csspart listbox - The listbox container where the options are slotted
1788
+ * and the filtered options list exists.
1789
+ * @csspart filtered-listbox - The container that wraps the filtered options.
1790
+ * @csspart clear-button - The clear button.
1791
+ * @csspart expand-icon - The container that wraps the expand icon.
1792
+ * @csspart popup - The popup's exported `popup` part.
1793
+ * Use this to target the tooltip's popup container.
1794
+ * @csspart no-results - The container that wraps the "no results" message.
1795
+ * @csspart tags - The container that houses option tags when `multiple` is used.
1796
+ * @csspart tag - The individual tags that represent each selected option in `multiple`.
1797
+ * @csspart tag__base - The tag's base part.
1798
+ * @csspart tag__content - The tag's content part.
1799
+ * @csspart tag__remove-button - The tag's remove button.
1800
+ * @csspart tag__remove-button__base - The tag's remove button base part.
1801
+ *
1802
+ * @animation combobox.show - The animation to use when showing the combobox.
1803
+ * @animation combobox.hide - The animation to use when hiding the combobox.
1804
+ */ 'syn-combobox': SynComboboxJSXElement;
1805
+ /**
1806
+ * @summary Details show a brief summary and expand to show additional content.
1807
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-details--docs
1808
+ * @status stable
1809
+ * @since 2.0
1810
+ *
1811
+ * @dependency syn-icon
1812
+ *
1813
+ * @slot - The details' main content.
1814
+ * @slot summary - The details' summary. Alternatively, you can use the `summary` attribute.
1815
+ * @slot expand-icon - Optional expand icon to use instead of the default. Works best with `<syn-icon>`.
1816
+ * @slot collapse-icon - Optional collapse icon to use instead of the default. Works best with `<syn-icon>`.
1817
+ *
1818
+ * @event syn-show - Emitted when the details opens.
1819
+ * @event syn-after-show - Emitted after the details opens and all animations are complete.
1820
+ * @event syn-hide - Emitted when the details closes.
1821
+ * @event syn-after-hide - Emitted after the details closes and all animations are complete.
1822
+ *
1823
+ * @csspart base - The component's base wrapper.
1824
+ * @csspart header - The header that wraps both the summary and the expand/collapse icon.
1825
+ * @csspart summary - The container that wraps the summary.
1826
+ * @csspart summary-icon - The container that wraps the expand/collapse icons.
1827
+ * @csspart content - The details content.
1828
+ * @csspart body - The container that wraps the details content.
1829
+ *
1830
+ * @animation details.show - The animation to use when showing details. You can use `height: auto` with this animation.
1831
+ * @animation details.hide - The animation to use when hiding details. You can use `height: auto` with this animation.
1832
+ *
1833
+ * @cssproperty --syn-details-open-rotation - The rotation angle of the summary icon when the details is open.
1834
+ */ 'syn-details': SynDetailsJSXElement;
1835
+ /**
1836
+ * @summary Dialogs, sometimes called "modals", appear above the page and require the user's immediate attention.
1837
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-dialog--docs
1838
+ * @status stable
1839
+ * @since 2.0
1840
+ *
1841
+ * @dependency syn-icon-button
1842
+ *
1843
+ * @slot - The dialog's main content.
1844
+ * @slot label - The dialog's label. Alternatively, you can use the `label` attribute.
1845
+ * @slot header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
1846
+ * @slot footer - The dialog's footer, usually one or more buttons representing various options.
1847
+ *
1848
+ * @event syn-show - Emitted when the dialog opens.
1849
+ * @event syn-after-show - Emitted after the dialog opens and all animations are complete.
1850
+ * @event syn-hide - Emitted when the dialog closes.
1851
+ * @event syn-after-hide - Emitted after the dialog closes and all animations are complete.
1852
+ * @event syn-initial-focus - Emitted when the dialog opens and is ready to receive focus. Calling
1853
+ * `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.
1854
+ * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} syn-request-close - Emitted when the user attempts to
1855
+ * close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling
1856
+ * `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in
1857
+ * destructive behavior such as data loss.
1858
+ *
1859
+ * @csspart base - The component's base wrapper.
1860
+ * @csspart overlay - The overlay that covers the screen behind the dialog.
1861
+ * @csspart panel - The dialog's panel (where the dialog and its content are rendered).
1862
+ * @csspart header - The dialog's header. This element wraps the title and header actions.
1863
+ * @csspart header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
1864
+ * @csspart title - The dialog's title.
1865
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
1866
+ * @csspart close-button__base - The close button's exported `base` part.
1867
+ * @csspart body - The dialog's body.
1868
+ * @csspart footer - The dialog's footer.
1869
+ *
1870
+ * @cssproperty --width - The preferred width of the dialog. Note that the dialog will shrink to accommodate smaller screens.
1871
+ * @cssproperty --header-spacing - The amount of padding to use for the header.
1872
+ * @cssproperty --body-spacing - The amount of padding to use for the body.
1873
+ * @cssproperty --footer-spacing - The amount of padding to use for the footer.
1874
+ *
1875
+ * @animation dialog.show - The animation to use when showing the dialog.
1876
+ * @animation dialog.hide - The animation to use when hiding the dialog.
1877
+ * @animation dialog.denyClose - The animation to use when a request to close the dialog is denied.
1878
+ * @animation dialog.overlay.show - The animation to use when showing the dialog's overlay.
1879
+ * @animation dialog.overlay.hide - The animation to use when hiding the dialog's overlay.
1880
+ *
1881
+ * @property modal - Exposes the internal modal utility that controls focus trapping. To temporarily disable focus
1882
+ * trapping and allow third-party modals spawned from an active Synergy modal, call `modal.activateExternal()` when
1883
+ * the third-party modal opens. Upon closing, call `modal.deactivateExternal()` to restore Synergy's focus trapping.
1884
+ */ 'syn-dialog': SynDialogJSXElement;
1885
+ /**
1886
+ * @summary Dividers are used to visually separate or group elements.
1887
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-divider--docs
1888
+ * @status stable
1889
+ * @since 2.0
1890
+ *
1891
+ * @cssproperty --color - The color of the divider.
1892
+ * @cssproperty --width - The width of the divider.
1893
+ * @cssproperty --spacing - The spacing of the divider.
1894
+ */ 'syn-divider': SynDividerJSXElement;
1895
+ /**
1896
+ * @summary Drawers slide in from a container to expose additional options and information.
1897
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-drawer--docs
1898
+ * @status stable
1899
+ * @since 2.0
1900
+ *
1901
+ * @dependency syn-icon-button
1902
+ *
1903
+ * @slot - The drawer's main content.
1904
+ * @slot label - The drawer's label. Alternatively, you can use the `label` attribute.
1905
+ * @slot header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
1906
+ * @slot footer - The drawer's footer, usually one or more buttons representing various options.
1907
+ *
1908
+ * @event syn-show - Emitted when the drawer opens.
1909
+ * @event syn-after-show - Emitted after the drawer opens and all animations are complete.
1910
+ * @event syn-hide - Emitted when the drawer closes.
1911
+ * @event syn-after-hide - Emitted after the drawer closes and all animations are complete.
1912
+ * @event syn-initial-focus - Emitted when the drawer opens and is ready to receive focus. Calling
1913
+ * `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.
1914
+ * @event {{ source: 'close-button' | 'keyboard' | 'overlay' }} syn-request-close - Emitted when the user attempts to
1915
+ * close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling
1916
+ * `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in
1917
+ * destructive behavior such as data loss.
1918
+ *
1919
+ * @csspart base - The component's base wrapper.
1920
+ * @csspart overlay - The overlay that covers the screen behind the drawer.
1921
+ * @csspart panel - The drawer's panel (where the drawer and its content are rendered).
1922
+ * @csspart header - The drawer's header. This element wraps the title and header actions.
1923
+ * @csspart header-actions - Optional actions to add to the header. Works best with `<syn-icon-button>`.
1924
+ * @csspart title - The drawer's title.
1925
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
1926
+ * @csspart close-button__base - The close button's exported `base` part.
1927
+ * @csspart body - The drawer's body.
1928
+ * @csspart footer - The drawer's footer.
1929
+ *
1930
+ * @cssproperty --size - The preferred size of the drawer. This will be applied to the drawer's width or height
1931
+ * depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.
1932
+ * @cssproperty --header-spacing - The amount of padding to use for the header.
1933
+ * @cssproperty --body-spacing - The amount of padding to use for the body.
1934
+ * @cssproperty --footer-spacing - The amount of padding to use for the footer.
1935
+ *
1936
+ * @animation drawer.showTop - The animation to use when showing a drawer with `top` placement.
1937
+ * @animation drawer.showEnd - The animation to use when showing a drawer with `end` placement.
1938
+ * @animation drawer.showBottom - The animation to use when showing a drawer with `bottom` placement.
1939
+ * @animation drawer.showStart - The animation to use when showing a drawer with `start` placement.
1940
+ * @animation drawer.hideTop - The animation to use when hiding a drawer with `top` placement.
1941
+ * @animation drawer.hideEnd - The animation to use when hiding a drawer with `end` placement.
1942
+ * @animation drawer.hideBottom - The animation to use when hiding a drawer with `bottom` placement.
1943
+ * @animation drawer.hideStart - The animation to use when hiding a drawer with `start` placement.
1944
+ * @animation drawer.denyClose - The animation to use when a request to close the drawer is denied.
1945
+ * @animation drawer.overlay.show - The animation to use when showing the drawer's overlay.
1946
+ * @animation drawer.overlay.hide - The animation to use when hiding the drawer's overlay.
1947
+ *
1948
+ * @property modal - Exposes the internal modal utility that controls focus trapping. To temporarily disable focus
1949
+ * trapping and allow third-party modals spawned from an active Synergy modal, call `modal.activateExternal()` when
1950
+ * the third-party modal opens. Upon closing, call `modal.deactivateExternal()` to restore Synergy's focus trapping.
1951
+ */ 'syn-drawer': SynDrawerJSXElement;
1952
+ /**
1953
+ * @summary Dropdowns expose additional content that "drops down" in a panel.
1954
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-dropdown--docs
1955
+ * @status stable
1956
+ * @since 2.0
1957
+ *
1958
+ * @dependency syn-popup
1959
+ *
1960
+ * @slot - The dropdown's main content.
1961
+ * @slot trigger - The dropdown's trigger, usually a `<syn-button>` element.
1962
+ *
1963
+ * @event syn-show - Emitted when the dropdown opens.
1964
+ * @event syn-after-show - Emitted after the dropdown opens and all animations are complete.
1965
+ * @event syn-hide - Emitted when the dropdown closes.
1966
+ * @event syn-after-hide - Emitted after the dropdown closes and all animations are complete.
1967
+ *
1968
+ * @csspart base - The component's base wrapper, an `<syn-popup>` element.
1969
+ * @csspart base__popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
1970
+ * @csspart trigger - The container that wraps the trigger.
1971
+ * @csspart panel - The panel that gets shown when the dropdown is open.
1972
+ *
1973
+ * @animation dropdown.show - The animation to use when showing the dropdown.
1974
+ * @animation dropdown.hide - The animation to use when hiding the dropdown.
1975
+ */ 'syn-dropdown': SynDropdownJSXElement;
1976
+ /**
1977
+ * @summary File controls allow selecting an arbitrary number of files for uploading.
1978
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-file--docs
1979
+ * @status stable
1980
+ *
1981
+ * @dependency syn-button
1982
+ * @dependency syn-icon
1983
+ *
1984
+ * @slot label - The file control's label. Alternatively, you can use the `label` attribute.
1985
+ * @slot help-text - Text that describes how to use the file control.
1986
+ * Alternatively, you can use the `help-text` attribute.
1987
+ * @slot droparea-icon - Optional droparea icon to use instead of the default.
1988
+ * Works best with `<syn-icon>`.
1989
+ * @slot trigger - Optional content to be used as trigger instead of the default content.
1990
+ * Opening the file dialog on click and as well as drag and drop will work for this content.
1991
+ * Following attributes will no longer work: *label*, *droparea*, *help-text*, *size*,
1992
+ * *hide-value*. Also if using the disabled attribute, the disabled styling will not be
1993
+ * applied and must be taken care of yourself.
1994
+ *
1995
+ * @event syn-blur - Emitted when the control loses focus.
1996
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
1997
+ * @event syn-error - Emitted when multiple files are selected via drag and drop, without
1998
+ * the `multiple` property being set.
1999
+ * @event syn-focus - Emitted when the control gains focus.
2000
+ * @event syn-input - Emitted when the control receives input.
2001
+ *
2002
+ * @csspart form-control - The form control that wraps the label, input, and help text.
2003
+ * @csspart form-control-label - The label's wrapper.
2004
+ * @csspart form-control-input - The input's wrapper.
2005
+ * @csspart form-control-help-text - The help text's wrapper.
2006
+ * @csspart button-wrapper - The wrapper around the button and text value.
2007
+ * @csspart button - The syn-button acting as a file input.
2008
+ * @csspart button__base - The syn-button's exported `base` part.
2009
+ * @csspart value - The chosen files or placeholder text for the file input.
2010
+ * @csspart droparea - The element wrapping the drop zone.
2011
+ * @csspart droparea-background - The background of the drop zone.
2012
+ * @csspart droparea-icon - The container that wraps the icon for the drop zone.
2013
+ * @csspart droparea-value - The text for the drop zone.
2014
+ * @csspart trigger - The container that wraps the trigger.
2015
+ *
2016
+ * @animation file.iconDrop - The animation to use for the file icon
2017
+ * when a file is dropped
2018
+ * @animation file.text.disappear - The disappear animation to use for the file placeholder text
2019
+ * when a file is dropped
2020
+ * @animation file.text.appear - The appear animation to use for the file placeholder text
2021
+ * when a file is dropped
2022
+ */ 'syn-file': SynFileJSXElement;
2023
+ /**
2024
+ * @summary The <syn-header /> element provides a generic application header
2025
+ * that can be used to add applications name, toolbar and primary navigation.
2026
+ *
2027
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-header--docs
2028
+ * @status stable
2029
+ * @since 1.10.0
2030
+ *
2031
+ * @slot label - The label for the header
2032
+ * @slot logo - The logo that should be displayed. Will fall back to the SICK logo if not provided
2033
+ * @slot meta-navigation - The meta-navigation is used to add various application toolbar icons
2034
+ * Best used with `<syn-icon-button />` and `<syn-drop-down />`
2035
+ * @slot navigation - This slot can be used to add an optional horizontal navigation
2036
+ * @slot open-burger-menu-icon - An icon to use in lieu of the default burger-menu=open state.
2037
+ * The default close icon is a 'x'.
2038
+ * @slot closed-burger-menu-icon - An icon to use in lieu of the default burger-menu=closed state.
2039
+ * The default open icon is a burger menu.
2040
+ *
2041
+ * @event syn-burger-menu-closed - Emitted when the burger menu is toggled to closed
2042
+ * @event syn-burger-menu-hidden - Emitted when the burger menu is toggled to hidden
2043
+ * @event syn-burger-menu-open - Emitted when the burger menu is toggled to open
2044
+ *
2045
+ * @csspart base - The component's base wrapper
2046
+ * @csspart content - The wrapper most content items reside
2047
+ * @csspart logo - The wrapper the application logo resides in
2048
+ * @csspart label - The element wrapping the application name
2049
+ * @csspart meta-navigation - The Item wrapping the optional application menu
2050
+ * @csspart navigation - The wrapper that is holding the optional top navigation section
2051
+ * @csspart burger-menu-toggle-button - The button that toggles the burger menu
2052
+ *
2053
+ * @cssproperty --sticky-position - The position of the sticky header from the top of the viewport. Defaults to the top of the screen.
2054
+ * @cssproperty --metanavigation-item-size - The size of the items in the meta navigation. Also used for the height of dividers in the meta navigation. Defaults to var(--syn-font-size-x-large)
2055
+ */ 'syn-header': SynHeaderJSXElement;
2056
+ /**
2057
+ * @summary Icons are symbols that can be used to represent various options within an application.
2058
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-icon--docs
2059
+ * @status stable
2060
+ * @since 2.0
2061
+ *
2062
+ * @event syn-load - Emitted when the icon has loaded. When using `spriteSheet: true` this will not emit.
2063
+ * @event syn-error - Emitted when the icon fails to load due to an error. When using `spriteSheet: true` this will not emit.
2064
+ *
2065
+ * @csspart svg - The internal SVG element.
2066
+ * @csspart use - The <use> element generated when using `spriteSheet: true`
2067
+ */ 'syn-icon': SynIconJSXElement;
2068
+ /**
2069
+ * @summary Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.
2070
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-icon-button--docs
2071
+ * @status stable
2072
+ * @since 2.0
2073
+ *
2074
+ * @dependency syn-icon
2075
+ *
2076
+ * @event syn-blur - Emitted when the icon button loses focus.
2077
+ * @event syn-focus - Emitted when the icon button gains focus.
2078
+ *
2079
+ * @csspart base - The component's base wrapper.
2080
+ */ 'syn-icon-button': SynIconButtonJSXElement;
2081
+ /**
2082
+ * @summary Inputs collect data from the user.
2083
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-input--docs
2084
+ * @status stable
2085
+ * @since 2.0
2086
+ *
2087
+ * @dependency syn-icon
2088
+ * @dependency syn-divider
2089
+ *
2090
+ * @slot label - The input's label. Alternatively, you can use the `label` attribute.
2091
+ * @slot prefix - Used to prepend a presentational icon or similar element to the input.
2092
+ * @slot suffix - Used to append a presentational icon or similar element to the input.
2093
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
2094
+ * @slot show-password-icon - An icon to use in lieu of the default show password icon.
2095
+ * @slot hide-password-icon - An icon to use in lieu of the default hide password icon.
2096
+ * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
2097
+ * @slot increment-number-stepper - An icon to use in lieu of the default increment number stepper icon.
2098
+ * @slot decrement-number-stepper - An icon to use in lieu of the default decrement number stepper icon.
2099
+ *
2100
+ * @event syn-blur - Emitted when the control loses focus.
2101
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
2102
+ * @event syn-clear - Emitted when the clear button is activated.
2103
+ * @event syn-focus - Emitted when the control gains focus.
2104
+ * @event syn-input - Emitted when the control receives input.
2105
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
2106
+ * @event syn-clamp - Emitted if the numeric strategy allows autoClamp and the value is clamped to the min or max attribute.
2107
+ *
2108
+ * @csspart form-control - The form control that wraps the label, input, and help text.
2109
+ * @csspart form-control-label - The label's wrapper.
2110
+ * @csspart form-control-input - The input's wrapper.
2111
+ * @csspart form-control-help-text - The help text's wrapper.
2112
+ * @csspart base - The component's base wrapper.
2113
+ * @csspart input - The internal `<input>` control.
2114
+ * @csspart prefix - The container that wraps the prefix.
2115
+ * @csspart clear-button - The clear button.
2116
+ * @csspart password-toggle-button - The password toggle button.
2117
+ * @csspart suffix - The container that wraps the suffix.
2118
+ * @csspart stepper - The container that wraps the number stepper.
2119
+ * @csspart decrement-number-stepper - The decrement number stepper button.
2120
+ * @csspart increment-number-stepper - The increment number stepper button.
2121
+ * @csspart divider - The divider between the increment and decrement number stepper buttons.
2122
+ *
2123
+ * @cssproperty --syn-input-autofill-shadow - The shadow to apply when the input is autofilled.
2124
+ * @cssproperty --syn-input-autofill-readonly-shadow - The shadow to apply when the input is readonly and autofilled.
2125
+ * @cssproperty --syn-input-autofill-text-fill-color - The text fill color to apply when the input is autofilled.
2126
+ * @cssproperty --syn-input-autofill-caret-color - The caret color to apply when the input is autofilled.
2127
+ */ 'syn-input': SynInputJSXElement;
2128
+ /**
2129
+ * @summary Menus provide a list of options for the user to choose from.
2130
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu--docs
2131
+ * @status stable
2132
+ * @since 2.0
2133
+ *
2134
+ * @slot - The menu's content, including menu items, menu labels, and dividers.
2135
+ *
2136
+ * @event {{ item: SynMenuItem }} syn-select - Emitted when a menu item is selected.
2137
+ */ 'syn-menu': SynMenuJSXElement;
2138
+ /**
2139
+ * @summary Menu items provide options for the user to pick from in a menu.
2140
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-item--docs
2141
+ * @status stable
2142
+ * @since 2.0
2143
+ *
2144
+ * @dependency syn-icon
2145
+ * @dependency syn-popup
2146
+ * @dependency syn-spinner
2147
+ *
2148
+ * @slot - The menu item's label.
2149
+ * @slot prefix - Used to prepend an icon or similar element to the menu item.
2150
+ * @slot suffix - Used to append an icon or similar element to the menu item.
2151
+ * @slot submenu - Used to denote a nested menu.
2152
+ *
2153
+ * @csspart base - The component's base wrapper.
2154
+ * @csspart checked-icon - The checked icon, which is only visible when the menu item is checked.
2155
+ * @csspart prefix - The prefix container.
2156
+ * @csspart label - The menu item label.
2157
+ * @csspart suffix - The suffix container.
2158
+ * @csspart spinner - The spinner that shows when the menu item is in the loading state.
2159
+ * @csspart spinner__base - The spinner's base part.
2160
+ * @csspart submenu-icon - The submenu icon, visible only when the menu item has a submenu (not yet implemented).
2161
+ *
2162
+ * @cssproperty [--submenu-offset=-2px] - The distance submenus shift to overlap the parent menu.
2163
+ */ 'syn-menu-item': SynMenuItemJSXElement;
2164
+ /**
2165
+ * @summary Menu labels are used to describe a group of menu items.
2166
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-menu-label--docs
2167
+ * @status stable
2168
+ * @since 2.0
2169
+ *
2170
+ * @slot - The menu label's content.
2171
+ *
2172
+ * @csspart base - The component's base wrapper.
2173
+ * @csspart divider - The divider that is displayed above the content
2174
+ * @csspart label - The label that is displayed below the divider
2175
+ *
2176
+ * @dependency syn-divider
2177
+ *
2178
+ * @cssproperty --display-divider - Display property of the divider. Defaults to "block"
2179
+ */ 'syn-menu-label': SynMenuLabelJSXElement;
2180
+ /**
2181
+ * @summary Flexible button / link component that can be used to quickly build navigations.
2182
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-nav-item--docs
2183
+ * Takes one of 3 forms:
2184
+ * - button (default),
2185
+ * - link (overrides button if a 'href' is provided),
2186
+ * - or accordion (overrides all other if 'children' slot is defined).
2187
+ *
2188
+ * @status stable
2189
+ * @since 1.14.0
2190
+ *
2191
+ * @dependency syn-divider
2192
+ * @dependency syn-icon
2193
+ *
2194
+ * @event syn-show - Emitted when the navigation item:
2195
+ * - has children,
2196
+ * - and is clicked while HTML details are hidden.
2197
+ *
2198
+ * @event syn-hide - Emitted when the navigation item:
2199
+ * - has children,
2200
+ * - and is clicked while HTML details are shown.
2201
+ *
2202
+ * @event syn-blur - Emitted when the button loses focus.
2203
+ * @event syn-focus - Emitted when the button gains focus.
2204
+ *
2205
+ * @slot - The navigation item's label.
2206
+ * @slot prefix - A presentational prefix icon or similar element.
2207
+ * @slot suffix - A presentational suffix icon or similar element.
2208
+ * @slot children - Slot used to provide nested child navigation elements.
2209
+ * If provided, details and summary elements will be used.
2210
+ * A chevron will be shown on the right side regardless of the chevron property.
2211
+ *
2212
+ * @csspart base - The component's base wrapper including children.
2213
+ * @csspart children - The wrapper that holds the children
2214
+ * @csspart content-wrapper - The component's content wrapper.
2215
+ * @csspart content - The component's content excluding children.
2216
+ * @csspart current-indicator - The indicator used when current is set to true
2217
+ * @csspart chevron - The container that wraps the chevron.
2218
+ * @csspart details - The details element rendered when there are children available
2219
+ * @csspart divider - The components optional top divider.
2220
+ * @csspart prefix - The container that wraps the prefix.
2221
+ * @csspart suffix - The container that wraps the suffix.
2222
+ *
2223
+ * @cssproperty --indentation - Numeric value, indicating the level the item is placed at.
2224
+ * @cssproperty --indentation-stepping - The amount of pixels each level will indent.
2225
+ * @cssproperty --display-children - Display property of the children. Defaults to "contents"
2226
+ */ 'syn-nav-item': SynNavItemJSXElement;
2227
+ /**
2228
+ * @summary The <syn-optgroup> element creates a grouping for <syn-option>s within a <syn-select>.
2229
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-optgroup--docs
2230
+ * @status stable
2231
+ * @since 1.3.0
2232
+ *
2233
+ * @dependency syn-divider
2234
+ *
2235
+ * @slot - The given options. Must be `<syn-option>` elements.
2236
+ * @slot prefix - A presentational prefix icon or similar element.
2237
+ * @slot label - The label for the optgroup
2238
+ * @slot suffix - A presentational suffix icon or similar element.
2239
+ *
2240
+ * @csspart base - The component's base wrapper.
2241
+ * @csspart label-container - The container that wraps prefix, label and base
2242
+ * @csspart divider - The divider that is displayed above the content
2243
+ * @csspart prefix - The container that wraps the prefix.
2244
+ * @csspart suffix - The container that wraps the suffix.
2245
+ * @csspart options - The container that wraps the <syn-option> elements.
2246
+ *
2247
+ * @cssproperty --display-divider - Display property of the divider. Defaults to "block"
2248
+ */ 'syn-optgroup': SynOptgroupJSXElement;
2249
+ /**
2250
+ * @summary Options define the selectable items within various form controls such as [select](/components/select).
2251
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-option--docs
2252
+ * @status stable
2253
+ * @since 2.0
2254
+ *
2255
+ * @dependency syn-icon
2256
+ *
2257
+ * @slot - The option's label.
2258
+ * @slot prefix - Used to prepend an icon or similar element to the menu item.
2259
+ * @slot suffix - Used to append an icon or similar element to the menu item.
2260
+ *
2261
+ * @csspart checked-icon - The checked icon, an `<syn-icon>` element.
2262
+ * @csspart base - The component's base wrapper.
2263
+ * @csspart label - The option's label.
2264
+ * @csspart prefix - The container that wraps the prefix.
2265
+ * @csspart suffix - The container that wraps the suffix.
2266
+ */ 'syn-option': SynOptionJSXElement;
2267
+ /**
2268
+ * @summary <syn-pagination /> provides page navigation, direct page input, and page-size selection for large data sets.
2269
+ *
2270
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-pagination--docs
2271
+ * @status stable
2272
+ * @since 3.12.0
2273
+ *
2274
+ * @event syn-pagination-page-changed - Emitted when the current page changes
2275
+ * @event syn-pagination-page-size-changed - Emitted when the page size changes
2276
+ *
2277
+ * @csspart base - The component's base wrapper.
2278
+ * @csspart divider - The divider element displayed at the top of the pagination component.
2279
+ * @csspart page-size-select-wrapper - The wrapper element containing the page size select and page item summary.
2280
+ * @csspart page-size-select - The page size select element.
2281
+ * @csspart page-item-summary - The text element displaying the current page item range and total items.
2282
+ * @csspart page-input-section - The section containing the page number input and total pages display.
2283
+ * @csspart page-input - The page number input element.
2284
+ * @csspart navigation - The pagination navigation element.
2285
+ * @csspart navigation-action - The individual navigation action buttons (first, previous, next, last).
2286
+ *
2287
+ * @accessibility
2288
+ * The entire component is wrapped in a semantic `<nav>` landmark with an `aria-label` for screen reader accessibility.
2289
+ * Use the `aria-label` attribute to provide a unique, descriptive label when multiple pagination controls exist on the page.
2290
+ * Example: `<syn-pagination aria-label="Search results pagination"></syn-pagination>`
2291
+ */ 'syn-pagination': SynPaginationJSXElement;
2292
+ /**
2293
+ * @summary Popup is a utility that lets you declaratively anchor "popup" containers to another element.
2294
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-popup--docs
2295
+ * @status stable
2296
+ * @since 2.0
2297
+ *
2298
+ * @event syn-reposition - Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive
2299
+ * operations in your listener or consider debouncing it.
2300
+ *
2301
+ * @slot - The popup's content.
2302
+ * @slot anchor - The element the popup will be anchored to. If the anchor lives outside of the popup, you can use the
2303
+ * `anchor` attribute or property instead.
2304
+ *
2305
+ * @csspart arrow - The arrow's container. Avoid setting `top|bottom|left|right` properties, as these values are
2306
+ * assigned dynamically as the popup moves. This is most useful for applying a background color to match the popup, and
2307
+ * maybe a border or box shadow.
2308
+ * @csspart popup - The popup's container. Useful for setting a background color, box shadow, etc.
2309
+ * @csspart hover-bridge - The hover bridge element. Only available when the `hover-bridge` option is enabled.
2310
+ *
2311
+ * @cssproperty [--arrow-size=6px] - The size of the arrow. Note that an arrow won't be shown unless the `arrow`
2312
+ * attribute is used.
2313
+ * @cssproperty [--arrow-color=var(--syn-color-neutral-0)] - The color of the arrow.
2314
+ * @cssproperty [--auto-size-available-width] - A read-only custom property that determines the amount of width the
2315
+ * popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only
2316
+ * available when using `auto-size`.
2317
+ * @cssproperty [--auto-size-available-height] - A read-only custom property that determines the amount of height the
2318
+ * popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only
2319
+ * available when using `auto-size`.
2320
+ */ 'syn-popup': SynPopupJSXElement;
2321
+ /**
2322
+ * @summary The `<syn-prio-nav />` element provides a generic navigation bar
2323
+ * that can be used to group multiple navigation items (usually horizontal `<syn-nav-item />`s)
2324
+ * together. It will automatically group all items not visible in the viewport into a custom
2325
+ * priority menu.
2326
+ *
2327
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-prio-nav--docs
2328
+ * @example
2329
+ * <syn-prio-nav>
2330
+ * <syn-nav-item current horizontal>Item 1</syn-nav-item>
2331
+ * <button role="menuitem">Item 2 (custom)</button>
2332
+ * <syn-nav-item horizontal>Item 3</syn-nav-item>
2333
+ * </syn-prio-nav>
2334
+ *
2335
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-prio-nav--docs
2336
+ * @status stable
2337
+ * @since 1.14.0
2338
+ *
2339
+ * @dependency syn-dropdown
2340
+ * @dependency syn-icon
2341
+ * @dependency syn-menu
2342
+ * @dependency syn-nav-item
2343
+ *
2344
+ * @slot - The given navigation items. Must be horizontal `<syn-nav-item>`s
2345
+ * or have a role of "menuitem"
2346
+ *
2347
+ * @csspart base - The component's base wrapper.
2348
+ * @csspart priority-menu - The wrapper around the priority menu
2349
+ * @csspart priority-menu-nav-item - The navigation item for the priority menu
2350
+ * @csspart priority-menu-label - The label for the priority menu
2351
+ * @csspart priority-menu-icon - The icon for the priority menu
2352
+ * @csspart priority-menu-container - The container for the shifted navigation items,
2353
+ * if there is not enough space.
2354
+ *
2355
+ */ 'syn-prio-nav': SynPrioNavJSXElement;
2356
+ /**
2357
+ * @summary Progress bars are used to show the status of an ongoing operation.
2358
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-progress-bar--docs
2359
+ * @status stable
2360
+ * @since 2.0
2361
+ *
2362
+ * @slot - A label to show inside the progress indicator.
2363
+ *
2364
+ * @csspart base - The component's base wrapper.
2365
+ * @csspart indicator - The progress bar's indicator.
2366
+ * @csspart label - The progress bar's label.
2367
+ *
2368
+ * @cssproperty --height - The progress bar's height.
2369
+ * @cssproperty --track-color - The color of the track.
2370
+ * @cssproperty --indicator-color - The color of the indicator.
2371
+ * @cssproperty --label-color - The color of the label.
2372
+ * @cssproperty --speed - The speed of the progress bar when in indeterminate state.
2373
+ */ 'syn-progress-bar': SynProgressBarJSXElement;
2374
+ /**
2375
+ * @summary Progress rings are used to show the progress of a determinate operation in a circular fashion.
2376
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-progress-ring--docs
2377
+ * @status stable
2378
+ * @since 2.0
2379
+ *
2380
+ * @slot - A label to show inside the ring.
2381
+ *
2382
+ * @csspart base - The component's base wrapper.
2383
+ * @csspart label - The progress ring label.
2384
+ *
2385
+ * @cssproperty --size - The diameter of the progress ring (cannot be a percentage).
2386
+ * @cssproperty --track-width - The width of the track.
2387
+ * @cssproperty --track-color - The color of the track.
2388
+ * @cssproperty --indicator-width - The width of the indicator. Defaults to the track width.
2389
+ * @cssproperty --indicator-color - The color of the indicator.
2390
+ * @cssproperty --indicator-transition-duration - The duration of the indicator's transition when the value changes.
2391
+ */ 'syn-progress-ring': SynProgressRingJSXElement;
2392
+ /**
2393
+ * @summary Radios allow the user to select a single option from a group.
2394
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio--docs
2395
+ * @status stable
2396
+ * @since 2.0
2397
+ *
2398
+ * @dependency syn-icon
2399
+ *
2400
+ * @slot - The radio's label.
2401
+ *
2402
+ * @event syn-blur - Emitted when the control loses focus.
2403
+ * @event syn-focus - Emitted when the control gains focus.
2404
+ *
2405
+ * @csspart base - The component's base wrapper.
2406
+ * @csspart control - The circular container that wraps the radio's checked state.
2407
+ * @csspart control--checked - The radio control when the radio is checked.
2408
+ * @csspart checked-icon - The checked icon, an `<syn-icon>` element.
2409
+ * @csspart label - The container that wraps the radio's label.
2410
+ */ 'syn-radio': SynRadioJSXElement;
2411
+ /**
2412
+ * @summary Radios buttons allow the user to select a single option from a group using a button-like control.
2413
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio-button--docs
2414
+ * @status stable
2415
+ * @since 2.0
2416
+ *
2417
+ * @slot - The radio button's label.
2418
+ * @slot prefix - A presentational prefix icon or similar element.
2419
+ * @slot suffix - A presentational suffix icon or similar element.
2420
+ *
2421
+ * @event syn-blur - Emitted when the button loses focus.
2422
+ * @event syn-focus - Emitted when the button gains focus.
2423
+ *
2424
+ * @csspart base - The component's base wrapper.
2425
+ * @csspart button - The internal `<button>` element.
2426
+ * @csspart button--checked - The internal button element when the radio button is checked.
2427
+ * @csspart prefix - The container that wraps the prefix.
2428
+ * @csspart label - The container that wraps the radio button's label.
2429
+ * @csspart suffix - The container that wraps the suffix.
2430
+ */ 'syn-radio-button': SynRadioButtonJSXElement;
2431
+ /**
2432
+ * @summary Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.
2433
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-radio-group--docs
2434
+ * @status stable
2435
+ * @since 2.0
2436
+ *
2437
+ * @dependency syn-button-group
2438
+ *
2439
+ * @slot - The default slot where `<syn-radio>` or `<syn-radio-button>` elements are placed.
2440
+ * @slot label - The radio group's label. Required for proper accessibility. Alternatively, you can use the `label`
2441
+ * attribute.
2442
+ * @slot help-text - Text that describes how to use the radio group. Alternatively, you can use the `help-text` attribute.
2443
+ *
2444
+ * @event syn-change - Emitted when the radio group's selected value changes.
2445
+ * @event syn-input - Emitted when the radio group receives user input.
2446
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
2447
+ *
2448
+ * @csspart form-control - The form control that wraps the label, input, and help text.
2449
+ * @csspart form-control-label - The label's wrapper.
2450
+ * @csspart form-control-input - The input's wrapper.
2451
+ * @csspart form-control-help-text - The help text's wrapper.
2452
+ * @csspart button-group - The button group that wraps radio buttons.
2453
+ * @csspart button-group__base - The button group's `base` part.
2454
+ */ 'syn-radio-group': SynRadioGroupJSXElement;
2455
+ /**
2456
+ * @summary Ranges allow the user to select values within a given range using one or two thumbs.
2457
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range--docs
2458
+ * @status stable
2459
+ *
2460
+ * @dependency syn-tooltip
2461
+ *
2462
+ * @slot label - The range's label. Alternatively, you can use the `label` attribute.
2463
+ * @slot prefix - Used to prepend a presentational icon or similar element to the range.
2464
+ * @slot suffix - Used to append a presentational icon or similar element to the range.
2465
+ * @slot help-text - Text that describes how to use the range.
2466
+ * Alternatively, you can use the `help-text` attribute.
2467
+ * @slot ticks - Used to display tick marks at specific intervals along the range.
2468
+ *
2469
+ * @event syn-blur - Emitted when the control loses focus.
2470
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
2471
+ * @event syn-focus - Emitted when the control gains focus.
2472
+ * @event syn-input - Emitted when the control receives input.
2473
+ * @event syn-invalid - Emitted when the form control has been checked for validity
2474
+ * and its constraints aren't satisfied.
2475
+ * @event syn-move - Emitted when the user moves a thumb, either via touch or keyboard.
2476
+ * Use `Event.preventDefault()` to prevent movement.
2477
+ *
2478
+ * @csspart form-control - The form control that wraps the label, input, and help text.
2479
+ * @csspart form-control-label - The label's wrapper.
2480
+ * @csspart form-control-help-text - The help text's wrapper.
2481
+ * @csspart base - The component's base wrapper.
2482
+ * @csspart input-wrapper - The container that wraps the input track and ticks.
2483
+ * @csspart track-wrapper - The wrapper for the track.
2484
+ * @csspart track - The inactive track.
2485
+ * @csspart active-track - The active track.
2486
+ * @csspart prefix - The container that wraps the prefix.
2487
+ * @csspart suffix - The container that wraps the suffix.
2488
+ * @csspart ticks - The container that wraps the tick marks.
2489
+ * @csspart thumb - The thumb(s) that the user can drag to change the range.
2490
+ *
2491
+ * @csspart tooltip__base - The base of the tooltip
2492
+ * @csspart tooltip__arrow - The arrow of the tooltip
2493
+ * @csspart tooltip__popup - The popup of the tooltip
2494
+ * @csspart tooltip__body - The body of the tooltip
2495
+ *
2496
+ * @cssproperty --thumb-size - The size of a thumb.
2497
+ * @cssproperty --thumb-hit-area-size - The clickable area around the thumb.
2498
+ * Per default this is set to 140% of the thumb size. Must be a scale css value (defaults to 1.4).
2499
+ * @cssproperty --track-hit-area-size - The clickable area around the track (top and left).
2500
+ * @cssproperty --track-color-active - Color of the track representing the current value.
2501
+ * @cssproperty --track-color-inactive - Color of the track that represents the remaining value.
2502
+ * @cssproperty --track-height - The height of the track.
2503
+ * @cssproperty --track-active-offset - The point of origin of the active track,
2504
+ * starting at the left side of the range.
2505
+ */ 'syn-range': SynRangeJSXElement;
2506
+ /**
2507
+ * @summary Ticks visually improve positioning on range sliders.
2508
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-range-tick--docs
2509
+ * @status stable
2510
+ *
2511
+ * @slot - The tick's label
2512
+ *
2513
+ * @csspart base - The component's base wrapper.
2514
+ * @csspart label - The component's label.
2515
+ * @csspart line - The component's tick line.
2516
+ *
2517
+ * @cssproperty --tick-height - The height of the tick marker.
2518
+ * @cssproperty --tick-label-top - The top offset of the tick label.
2519
+ */ 'syn-range-tick': SynRangeTickJSXElement;
2520
+ /**
2521
+ * @summary Selects allow you to choose items from a menu of predefined options.
2522
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-select--docs
2523
+ * @status stable
2524
+ * @since 2.0
2525
+ *
2526
+ * @dependency syn-icon
2527
+ * @dependency syn-popup
2528
+ * @dependency syn-tag
2529
+ *
2530
+ * @slot - The listbox options. Must be `<syn-option>` elements. You can use `<syn-divider>` to group items visually.
2531
+ * @slot label - The input's label. Alternatively, you can use the `label` attribute.
2532
+ * @slot prefix - Used to prepend a presentational icon or similar element to the combobox.
2533
+ * @slot suffix - Used to append a presentational icon or similar element to the combobox.
2534
+ * @slot clear-icon - An icon to use in lieu of the default clear icon.
2535
+ * @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.
2536
+ * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
2537
+ *
2538
+ * @event syn-change - Emitted when the control's value changes.
2539
+ * @event syn-clear - Emitted when the control's value is cleared.
2540
+ * @event syn-input - Emitted when the control receives input.
2541
+ * @event syn-focus - Emitted when the control gains focus.
2542
+ * @event syn-blur - Emitted when the control loses focus.
2543
+ * @event syn-show - Emitted when the select's menu opens.
2544
+ * @event syn-after-show - Emitted after the select's menu opens and all animations are complete.
2545
+ * @event syn-hide - Emitted when the select's menu closes.
2546
+ * @event syn-after-hide - Emitted after the select's menu closes and all animations are complete.
2547
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
2548
+ *
2549
+ * @csspart form-control - The form control that wraps the label, input, and help text.
2550
+ * @csspart form-control-label - The label's wrapper.
2551
+ * @csspart form-control-input - The select's wrapper.
2552
+ * @csspart form-control-help-text - The help text's wrapper.
2553
+ * @csspart combobox - The container the wraps the prefix, suffix, combobox, clear icon, and expand button.
2554
+ * @csspart prefix - The container that wraps the prefix slot.
2555
+ * @csspart suffix - The container that wraps the suffix slot.
2556
+ * @csspart display-input - The element that displays the selected option's label, an `<input>` element.
2557
+ * @csspart listbox - The listbox container where options are slotted.
2558
+ * @csspart tags - The container that houses option tags when `multiselect` is used.
2559
+ * @csspart tag - The individual tags that represent each multiselect option.
2560
+ * @csspart tag__base - The tag's base part.
2561
+ * @csspart tag__content - The tag's content part.
2562
+ * @csspart tag__remove-button - The tag's remove button.
2563
+ * @csspart tag__remove-button__base - The tag's remove button base part.
2564
+ * @csspart clear-button - The clear button.
2565
+ * @csspart expand-icon - The container that wraps the expand icon.
2566
+ * @csspart popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
2567
+ */ 'syn-select': SynSelectJSXElement;
2568
+ /**
2569
+ * @summary The <syn-side-nav /> element contains secondary navigation and fits below the header.
2570
+ * It can be used to group multiple navigation items (<syn-nav-item />s) together.
2571
+ *
2572
+ * @example
2573
+ * <syn-side-nav open>
2574
+ * <syn-nav-item >Item 1</syn-nav-item>
2575
+ * <syn-nav-item divider>Item 2</syn-nav-item>
2576
+ * </syn-side-nav>
2577
+ *
2578
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-side-nav--docs
2579
+ * @status stable
2580
+ * @since 1.14.0
2581
+ *
2582
+ * @dependency syn-divider
2583
+ * @dependency syn-drawer
2584
+ * @dependency syn-icon
2585
+ * @dependency syn-nav-item
2586
+ *
2587
+ * @slot - The main content of the side-nav. Used for <syn-nav-item /> elements.
2588
+ * @slot footer - The footer content of the side-nav. Used for <syn-nav-item /> elements.
2589
+ * Please avoid having to many nav-items as it can massively influence the user experience.
2590
+ * @slot toggle-label - The label of the toggle nav-item for variant="sticky".
2591
+ * @slot toggle-icon - An icon to use in lieu of the default icon for the toggle nav-item
2592
+ * for variant="sticky".
2593
+ *
2594
+ * @event syn-show - Emitted when the side-nav opens.
2595
+ * @event syn-after-show - Emitted after the side-nav opens and all animations are complete.
2596
+ * @event syn-hide - Emitted when the side-nav closes.
2597
+ * @event syn-after-hide - Emitted after the side-nav closes and all animations are complete.
2598
+ *
2599
+ * @csspart base - The components base wrapper
2600
+ * @csspart drawer - The drawer that is used under the hood for creating the side-nav
2601
+ * @csspart content-container - The components main content container
2602
+ * @csspart content - The components main content
2603
+ * @csspart footer-container - The components footer content container
2604
+ (where the footer slot content is rendered)
2605
+ * @csspart footer-divider - The components footer divider
2606
+ * @csspart footer - The components footer content
2607
+ * @csspart overlay - The overlay that covers the screen behind the side-nav.
2608
+ * @csspart panel - The side-nav's panel (where the whole content is rendered).
2609
+ * @csspart body - The side-nav's body (where the default slot content is rendered)
2610
+ * @csspart drawer__base - The drawer's base wrapper
2611
+ * @csspart toggle-nav-item - The nav-item to toggle open state for variant="sticky"
2612
+ * @csspart toggle-icon - The icon of the toggle nav-item for variant="sticky"
2613
+ * @csspart toggle-label - The label of the toggle nav-item for variant="sticky".
2614
+
2615
+ * @cssproperty --side-nav-open-width - The width of the side-nav if in open state
2616
+ *
2617
+ * @animation sideNav.showNonRail - The animation to use when showing the side-nav
2618
+ * in variant="default".
2619
+ * @animation sideNav.showRail - The animation to use when showing the side-nav in variant="rail"
2620
+ * and variant="sticky".
2621
+ * @animation sideNav.hideNonRail - The animation to use when hiding the side-nav
2622
+ * in variant="default".
2623
+ * @animation sideNav.hideRail - The animation to use when hiding the side-nav in variant="rail"
2624
+ * and variant="sticky".
2625
+ * @animation sideNav.overlay.show - The animation to use when showing the side-nav's overlay.
2626
+ * @animation sideNav.overlay.hide - The animation to use when hiding the side-nav's overlay.
2627
+ */ 'syn-side-nav': SynSideNavJSXElement;
2628
+ /**
2629
+ * @summary Spinners are used to show the progress of an indeterminate operation.
2630
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-spinner--docs
2631
+ * @status stable
2632
+ * @since 2.0
2633
+ *
2634
+ * @csspart base - The component's base wrapper.
2635
+ *
2636
+ * @cssproperty --track-width - The width of the track.
2637
+ * @cssproperty --indicator-color - The color of the spinner's indicator.
2638
+ * @cssproperty --speed - The time it takes for the spinner to complete one animation cycle.
2639
+ */ 'syn-spinner': SynSpinnerJSXElement;
2640
+ /**
2641
+ * @summary Switches allow the user to toggle an option on or off.
2642
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-switch--docs
2643
+ * @status stable
2644
+ * @since 2.0
2645
+ *
2646
+ * @slot - The switch's label.
2647
+ * @slot help-text - Text that describes how to use the switch. Alternatively, you can use the `help-text` attribute.
2648
+ *
2649
+ * @event syn-blur - Emitted when the control loses focus.
2650
+ * @event syn-change - Emitted when the control's checked state changes.
2651
+ * @event syn-input - Emitted when the control receives input.
2652
+ * @event syn-focus - Emitted when the control gains focus.
2653
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
2654
+ *
2655
+ * @csspart base - The component's base wrapper.
2656
+ * @csspart control - The control that houses the switch's thumb.
2657
+ * @csspart thumb - The switch's thumb.
2658
+ * @csspart label - The switch's label.
2659
+ * @csspart form-control-help-text - The help text's wrapper.
2660
+ *
2661
+ * @cssproperty --width - The width of the switch.
2662
+ * @cssproperty --height - The height of the switch.
2663
+ * @cssproperty --thumb-size - The size of the thumb.
2664
+ */ 'syn-switch': SynSwitchJSXElement;
2665
+ /**
2666
+ * @summary Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).
2667
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab--docs
2668
+ * @status stable
2669
+ * @since 2.0
2670
+ *
2671
+ * @dependency syn-icon-button
2672
+ *
2673
+ * @slot - The tab's label.
2674
+ *
2675
+ * @event syn-close - Emitted when the tab is closable and the close button is activated.
2676
+ *
2677
+ * @csspart base - The component's base wrapper.
2678
+ * @csspart close-button - The close button, an `<syn-icon-button>`.
2679
+ * @csspart close-button__base - The close button's exported `base` part.
2680
+ */ 'syn-tab': SynTabJSXElement;
2681
+ /**
2682
+ * @summary Tab groups organize content into a container that shows one section at a time.
2683
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-group--docs
2684
+ * @status stable
2685
+ * @since 2.0
2686
+ *
2687
+ * @dependency syn-icon-button
2688
+ *
2689
+ * @slot - Used for grouping tab panels in the tab group. Must be `<syn-tab-panel>` elements.
2690
+ * @slot nav - Used for grouping tabs in the tab group. Must be `<syn-tab>` elements.
2691
+ *
2692
+ * @event {{ name: String }} syn-tab-show - Emitted when a tab is shown. The payload of the event returns the "panel" attribute of the shown tab.
2693
+ * @event {{ name: String }} syn-tab-hide - Emitted when a tab is hidden. The payload of the event returns the "panel" attribute of the hidden tab.
2694
+ *
2695
+ * @csspart base - The component's base wrapper.
2696
+ * @csspart nav - The tab group's navigation container where tabs are slotted in.
2697
+ * @csspart tabs - The container that wraps the tabs.
2698
+ * @csspart active-tab-indicator - The line that highlights the currently selected tab.
2699
+ * @csspart body - The tab group's body where tab panels are slotted in.
2700
+ * @csspart scroll-button - The previous/next scroll buttons that show when tabs are scrollable, an `<syn-icon-button>`.
2701
+ * @csspart scroll-button--start - The starting scroll button.
2702
+ * @csspart scroll-button--end - The ending scroll button.
2703
+ * @csspart scroll-button__base - The scroll button's exported `base` part.
2704
+ *
2705
+ * @cssproperty --indicator-color - The color of the active tab indicator.
2706
+ * @cssproperty --track-color - The color of the indicator's track (the line that separates tabs from panels).
2707
+ * @cssproperty --track-width - The width of the indicator's track (the line that separates tabs from panels).
2708
+ * @cssproperty --indicator-width - The width of the active tab indicator.
2709
+ */ 'syn-tab-group': SynTabGroupJSXElement;
2710
+ /**
2711
+ * @summary Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.
2712
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tab-panel--docs
2713
+ * @status stable
2714
+ * @since 2.0
2715
+ *
2716
+ * @slot - The tab panel's content.
2717
+ *
2718
+ * @csspart base - The component's base wrapper.
2719
+ *
2720
+ * @cssproperty --padding - The tab panel's padding.
2721
+ */ 'syn-tab-panel': SynTabPanelJSXElement;
2722
+ /**
2723
+ * @summary Tags are used as labels to organize things or to indicate a selection.
2724
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tag--docs
2725
+ * @status stable
2726
+ * @since 2.0
2727
+ *
2728
+ * @dependency syn-icon-button
2729
+ *
2730
+ * @slot - The tag's content.
2731
+ *
2732
+ * @event syn-remove - Emitted when the remove button is activated.
2733
+ *
2734
+ * @csspart base - The component's base wrapper.
2735
+ * @csspart content - The tag's content.
2736
+ * @csspart remove-button - The tag's remove button, an `<syn-icon-button>`.
2737
+ * @csspart remove-button__base - The remove button's exported `base` part.
2738
+ */ 'syn-tag': SynTagJSXElement;
2739
+ /**
2740
+ * @summary A tag group is used to display multiple tags that belong together, often representing selected filters, categories, or user‑generated labels.
2741
+ * It arranges tags in flexible rows and supports different sizes and layouts.
2742
+ * Tags can be removable, icon‑based, or purely textual.
2743
+ *
2744
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tag-group--docs
2745
+ * @status stable
2746
+ *
2747
+ * @slot - The tag group's main content. Must be `<syn-tag />` elements.
2748
+ * @slot label - The tag group's label. Alternatively, you can use the `label` attribute.
2749
+ *
2750
+ * @csspart base - The component's base wrapper.
2751
+ * @csspart tag-label - The tag group's label.
2752
+ */ 'syn-tag-group': SynTagGroupJSXElement;
2753
+ /**
2754
+ * @summary Textareas collect data from the user and allow multiple lines of text.
2755
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-textarea--docs
2756
+ * @status stable
2757
+ * @since 2.0
2758
+ *
2759
+ * @slot label - The textarea's label. Alternatively, you can use the `label` attribute.
2760
+ * @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
2761
+ *
2762
+ * @event syn-blur - Emitted when the control loses focus.
2763
+ * @event syn-change - Emitted when an alteration to the control's value is committed by the user.
2764
+ * @event syn-focus - Emitted when the control gains focus.
2765
+ * @event syn-input - Emitted when the control receives input.
2766
+ * @event syn-invalid - Emitted when the form control has been checked for validity and its constraints aren't satisfied.
2767
+ *
2768
+ * @csspart form-control - The form control that wraps the label, input, and help text.
2769
+ * @csspart form-control-label - The label's wrapper.
2770
+ * @csspart form-control-input - The input's wrapper.
2771
+ * @csspart form-control-help-text - The help text's wrapper.
2772
+ * @csspart base - The component's base wrapper.
2773
+ * @csspart textarea - The internal `<textarea>` control.
2774
+ */ 'syn-textarea': SynTextareaJSXElement;
2775
+ /**
2776
+ * @summary Tooltips display additional information based on a specific action.
2777
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-tooltip--docs
2778
+ * @status stable
2779
+ * @since 2.0
2780
+ *
2781
+ * @dependency syn-popup
2782
+ *
2783
+ * @slot - The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.
2784
+ * @slot content - The content to render in the tooltip. Alternatively, you can use the `content` attribute.
2785
+ *
2786
+ * @event syn-show - Emitted when the tooltip begins to show.
2787
+ * @event syn-after-show - Emitted after the tooltip has shown and all animations are complete.
2788
+ * @event syn-hide - Emitted when the tooltip begins to hide.
2789
+ * @event syn-after-hide - Emitted after the tooltip has hidden and all animations are complete.
2790
+ *
2791
+ * @csspart base - The component's base wrapper, an `<syn-popup>` element.
2792
+ * @csspart base__popup - The popup's exported `popup` part. Use this to target the tooltip's popup container.
2793
+ * @csspart base__arrow - The popup's exported `arrow` part. Use this to target the tooltip's arrow.
2794
+ * @csspart body - The tooltip's body where its content is rendered.
2795
+ *
2796
+ * @cssproperty --max-width - The maximum width of the tooltip before its content will wrap.
2797
+ * @cssproperty --hide-delay - The amount of time to wait before hiding the tooltip when hovering.
2798
+ * @cssproperty --show-delay - The amount of time to wait before showing the tooltip when hovering.
2799
+ *
2800
+ * @animation tooltip.show - The animation to use when showing the tooltip.
2801
+ * @animation tooltip.hide - The animation to use when hiding the tooltip.
2802
+ */ 'syn-tooltip': SynTooltipJSXElement;
2803
+ /**
2804
+ * @summary Validate provides form field validation messages in a unified way.
2805
+ * It does this by using [the native browser validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
2806
+ * and showing the validation message in a consistent, user defined way.
2807
+ * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-validate--docs
2808
+ * @dependency syn-alert
2809
+ * @dependency syn-tooltip
2810
+ *
2811
+ * @slot - The form field that should be validated.
2812
+ * Avoid slotting in more than one element, as subsequent ones will be ignored.
2813
+ *
2814
+ * @csspart base - The component's base wrapper.
2815
+ * @csspart input-wrapper - The container that wraps the form field.
2816
+ *
2817
+ * @csspart alert - The syn-alert that is shown when the variant is set to "inline".
2818
+ * @csspart alert__base - The container that wraps the alert.
2819
+ * @csspart alert__message - The container that wraps the alert message.
2820
+ * @csspart alert__icon - The container that wraps the alert icon.
2821
+ *
2822
+ * @csspart tooltip - The syn-tooltip that is shown when the variant is set to "tooltip".
2823
+ * @csspart tooltip__base - The container that wraps the tooltip.
2824
+ * @csspart tooltip__popup - The container that wraps the tooltip popup.
2825
+ * @csspart tooltip__arrow - The container that wraps the tooltip arrow.
2826
+ * @csspart tooltip__body - The container that wraps the tooltip body.
2827
+ */ 'syn-validate': SynValidateJSXElement;
2828
+ }
2829
+ }
2830
+ }