@sbb-esta/lyne-react-dev 4.13.1-dev.1781017623 → 5.0.0-dev.1781073758

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 (676) hide show
  1. package/accordion/accordion.component.js +4 -4
  2. package/button/accent-button-link/accent-button-link.component.js +0 -1
  3. package/button/accent-button-static/accent-button-static.component.js +0 -1
  4. package/button/button-link/button-link.component.js +0 -1
  5. package/button/button-static/button-static.component.js +0 -1
  6. package/button/secondary-button-link/secondary-button-link.component.js +0 -1
  7. package/button/secondary-button-static/secondary-button-static.component.js +0 -1
  8. package/button/transparent-button-link/transparent-button-link.component.js +0 -1
  9. package/button/transparent-button-static/transparent-button-static.component.js +0 -1
  10. package/button.js +15 -15
  11. package/calendar/calendar/calendar.component.js +2 -0
  12. package/calendar.js +7 -7
  13. package/card.js +3 -3
  14. package/carousel.js +4 -4
  15. package/checkbox-panel/checkbox-panel.component.js +0 -1
  16. package/datepicker/datepicker/datepicker.component.js +2 -0
  17. package/datepicker.js +4 -4
  18. package/development/accordion/accordion.component.js +1 -1
  19. package/development/button/accent-button/accent-button.component.d.ts +2 -0
  20. package/development/button/accent-button/accent-button.component.d.ts.map +1 -1
  21. package/development/button/accent-button/accent-button.component.js +1 -1
  22. package/development/button/accent-button-link/accent-button-link.component.d.ts +6 -1
  23. package/development/button/accent-button-link/accent-button-link.component.d.ts.map +1 -1
  24. package/development/button/accent-button-link/accent-button-link.component.js +1 -2
  25. package/development/button/accent-button-static/accent-button-static.component.d.ts +6 -1
  26. package/development/button/accent-button-static/accent-button-static.component.d.ts.map +1 -1
  27. package/development/button/accent-button-static/accent-button-static.component.js +1 -2
  28. package/development/button/button/button.component.d.ts +2 -0
  29. package/development/button/button/button.component.d.ts.map +1 -1
  30. package/development/button/button/button.component.js +1 -1
  31. package/development/button/button-link/button-link.component.d.ts +6 -1
  32. package/development/button/button-link/button-link.component.d.ts.map +1 -1
  33. package/development/button/button-link/button-link.component.js +1 -2
  34. package/development/button/button-static/button-static.component.d.ts +6 -1
  35. package/development/button/button-static/button-static.component.d.ts.map +1 -1
  36. package/development/button/button-static/button-static.component.js +1 -2
  37. package/development/button/secondary-button/secondary-button.component.d.ts +2 -0
  38. package/development/button/secondary-button/secondary-button.component.d.ts.map +1 -1
  39. package/development/button/secondary-button/secondary-button.component.js +1 -1
  40. package/development/button/secondary-button-link/secondary-button-link.component.d.ts +6 -1
  41. package/development/button/secondary-button-link/secondary-button-link.component.d.ts.map +1 -1
  42. package/development/button/secondary-button-link/secondary-button-link.component.js +1 -2
  43. package/development/button/secondary-button-static/secondary-button-static.component.d.ts +6 -1
  44. package/development/button/secondary-button-static/secondary-button-static.component.d.ts.map +1 -1
  45. package/development/button/secondary-button-static/secondary-button-static.component.js +1 -2
  46. package/development/button/transparent-button/transparent-button.component.d.ts +2 -0
  47. package/development/button/transparent-button/transparent-button.component.d.ts.map +1 -1
  48. package/development/button/transparent-button/transparent-button.component.js +1 -1
  49. package/development/button/transparent-button-link/transparent-button-link.component.d.ts +6 -1
  50. package/development/button/transparent-button-link/transparent-button-link.component.d.ts.map +1 -1
  51. package/development/button/transparent-button-link/transparent-button-link.component.js +1 -2
  52. package/development/button/transparent-button-static/transparent-button-static.component.d.ts +6 -1
  53. package/development/button/transparent-button-static/transparent-button-static.component.d.ts.map +1 -1
  54. package/development/button/transparent-button-static/transparent-button-static.component.js +1 -2
  55. package/development/button.js +9 -9
  56. package/development/calendar/calendar/calendar.component.d.ts +4 -2
  57. package/development/calendar/calendar/calendar.component.d.ts.map +1 -1
  58. package/development/calendar/calendar/calendar.component.js +3 -1
  59. package/development/calendar.js +2 -2
  60. package/development/card.js +1 -1
  61. package/development/carousel/carousel-item/carousel-item.component.d.ts +3 -3
  62. package/development/carousel/carousel-item/carousel-item.component.d.ts.map +1 -1
  63. package/development/carousel/carousel-item/carousel-item.component.js +1 -1
  64. package/development/carousel.js +1 -1
  65. package/development/checkbox-panel/checkbox-panel.component.d.ts +6 -1
  66. package/development/checkbox-panel/checkbox-panel.component.d.ts.map +1 -1
  67. package/development/checkbox-panel/checkbox-panel.component.js +1 -2
  68. package/development/core/create-component.js +1 -1
  69. package/development/datepicker/datepicker/datepicker.component.d.ts +7 -7
  70. package/development/datepicker/datepicker/datepicker.component.d.ts.map +1 -1
  71. package/development/datepicker/datepicker/datepicker.component.js +3 -1
  72. package/development/datepicker.js +1 -1
  73. package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts +2 -0
  74. package/development/dialog/dialog-close-button/dialog-close-button.component.d.ts.map +1 -1
  75. package/development/dialog/dialog-close-button/dialog-close-button.component.js +1 -1
  76. package/development/dialog.js +1 -1
  77. package/development/expansion-panel.js +1 -1
  78. package/development/file-selector/file-selector/file-selector.component.d.ts +2 -2
  79. package/development/file-selector/file-selector/file-selector.component.d.ts.map +1 -1
  80. package/development/file-selector/file-selector/file-selector.component.js +1 -1
  81. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts +2 -2
  82. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
  83. package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
  84. package/development/file-selector.js +1 -1
  85. package/development/flip-card.js +1 -1
  86. package/development/form-field.js +2 -2
  87. package/development/icon/icon.component.js +1 -1
  88. package/development/icon-sidebar.js +1 -1
  89. package/development/link/block-link/block-link.component.d.ts +6 -1
  90. package/development/link/block-link/block-link.component.d.ts.map +1 -1
  91. package/development/link/block-link/block-link.component.js +1 -2
  92. package/development/link/block-link-button/block-link-button.component.d.ts +2 -0
  93. package/development/link/block-link-button/block-link-button.component.d.ts.map +1 -1
  94. package/development/link/block-link-button/block-link-button.component.js +1 -1
  95. package/development/link/block-link-static/block-link-static.component.d.ts +6 -1
  96. package/development/link/block-link-static/block-link-static.component.d.ts.map +1 -1
  97. package/development/link/block-link-static/block-link-static.component.js +1 -2
  98. package/development/link-list/link-list.component.d.ts +6 -1
  99. package/development/link-list/link-list.component.d.ts.map +1 -1
  100. package/development/link-list/link-list.component.js +1 -2
  101. package/development/link-list-anchor/link-list-anchor.component.d.ts +6 -1
  102. package/development/link-list-anchor/link-list-anchor.component.d.ts.map +1 -1
  103. package/development/link-list-anchor/link-list-anchor.component.js +1 -2
  104. package/development/menu.js +1 -1
  105. package/development/mini-calendar.js +1 -1
  106. package/development/navigation.js +2 -2
  107. package/development/option.js +1 -1
  108. package/development/paginator/compact-paginator/compact-paginator.component.d.ts +8 -4
  109. package/development/paginator/compact-paginator/compact-paginator.component.d.ts.map +1 -1
  110. package/development/paginator/compact-paginator/compact-paginator.component.js +1 -3
  111. package/development/paginator/paginator/paginator.component.d.ts +8 -4
  112. package/development/paginator/paginator/paginator.component.d.ts.map +1 -1
  113. package/development/paginator/paginator/paginator.component.js +1 -3
  114. package/development/popover/popover/popover.component.d.ts +14 -0
  115. package/development/popover/popover/popover.component.d.ts.map +1 -0
  116. package/development/popover/popover/popover.component.js +18 -0
  117. package/development/popover/popover-close-button/popover-close-button.component.d.ts +10 -0
  118. package/development/popover/popover-close-button/popover-close-button.component.d.ts.map +1 -0
  119. package/development/popover/popover-close-button/popover-close-button.component.js +12 -0
  120. package/development/popover.d.ts +2 -1
  121. package/development/popover.d.ts.map +1 -1
  122. package/development/popover.js +3 -2
  123. package/development/radio-button-panel/radio-button-panel.component.d.ts +6 -1
  124. package/development/radio-button-panel/radio-button-panel.component.d.ts.map +1 -1
  125. package/development/radio-button-panel/radio-button-panel.component.js +1 -2
  126. package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts +2 -0
  127. package/development/sidebar/sidebar-close-button/sidebar-close-button.component.d.ts.map +1 -1
  128. package/development/sidebar/sidebar-close-button/sidebar-close-button.component.js +1 -1
  129. package/development/sidebar.js +1 -1
  130. package/development/stepper/step/step.component.d.ts +2 -2
  131. package/development/stepper/step/step.component.d.ts.map +1 -1
  132. package/development/stepper/step/step.component.js +1 -1
  133. package/development/stepper.js +1 -1
  134. package/development/tabs/tab-group/tab-group.component.d.ts +2 -2
  135. package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
  136. package/development/tabs/tab-group/tab-group.component.js +1 -1
  137. package/development/tabs.js +1 -1
  138. package/development/tag/tag-group/tag-group.component.d.ts +6 -1
  139. package/development/tag/tag-group/tag-group.component.d.ts.map +1 -1
  140. package/development/tag/tag-group/tag-group.component.js +1 -2
  141. package/development/teaser-panel/teaser-panel.component.d.ts +3 -0
  142. package/development/teaser-panel/teaser-panel.component.d.ts.map +1 -0
  143. package/development/teaser-panel/teaser-panel.component.js +13 -0
  144. package/development/teaser-panel.d.ts +3 -0
  145. package/development/teaser-panel.d.ts.map +1 -0
  146. package/development/teaser-panel.js +2 -0
  147. package/development/teaser-product.js +1 -1
  148. package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts +2 -0
  149. package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.d.ts.map +1 -1
  150. package/development/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js +1 -1
  151. package/development/timetable-form.js +1 -1
  152. package/development/train/train-wagon-button/train-wagon-button.component.d.ts +8 -0
  153. package/development/train/train-wagon-button/train-wagon-button.component.d.ts.map +1 -0
  154. package/development/train/train-wagon-button/train-wagon-button.component.js +12 -0
  155. package/development/train/train-wagon-link/train-wagon-link.component.d.ts +3 -0
  156. package/development/train/train-wagon-link/train-wagon-link.component.d.ts.map +1 -0
  157. package/development/train/train-wagon-link/train-wagon-link.component.js +13 -0
  158. package/development/train.d.ts +2 -0
  159. package/development/train.d.ts.map +1 -1
  160. package/development/train.js +4 -2
  161. package/development/visual-checkbox/visual-checkbox.component.d.ts +6 -1
  162. package/development/visual-checkbox/visual-checkbox.component.d.ts.map +1 -1
  163. package/development/visual-checkbox/visual-checkbox.component.js +1 -2
  164. package/dialog.js +4 -4
  165. package/expansion-panel.js +4 -4
  166. package/file-selector.js +3 -3
  167. package/flip-card.js +4 -4
  168. package/form-field.js +5 -5
  169. package/icon/icon.component.js +4 -4
  170. package/icon-sidebar.js +3 -3
  171. package/link/block-link/block-link.component.js +0 -1
  172. package/link/block-link-static/block-link-static.component.js +0 -1
  173. package/link-list/link-list.component.js +0 -1
  174. package/link-list-anchor/link-list-anchor.component.js +0 -1
  175. package/menu.js +4 -4
  176. package/mini-calendar.js +3 -3
  177. package/navigation.js +7 -7
  178. package/option.js +3 -3
  179. package/package.json +13 -1183
  180. package/paginator/compact-paginator/compact-paginator.component.js +0 -2
  181. package/paginator/paginator/paginator.component.js +0 -2
  182. package/popover/{popover.component.js → popover/popover.component.js} +1 -1
  183. package/popover/popover-close-button/popover-close-button.component.js +10 -0
  184. package/popover.js +3 -2
  185. package/radio-button-panel/radio-button-panel.component.js +0 -1
  186. package/sidebar.js +3 -3
  187. package/stepper.js +4 -4
  188. package/tabs.js +4 -4
  189. package/tag/tag-group/tag-group.component.js +0 -1
  190. package/teaser-panel/teaser-panel.component.js +11 -0
  191. package/teaser-panel.js +2 -0
  192. package/teaser-product.js +3 -3
  193. package/timetable-form.js +5 -5
  194. package/train/train-wagon-button/train-wagon-button.component.js +10 -0
  195. package/train/train-wagon-link/train-wagon-link.component.js +11 -0
  196. package/train.js +6 -4
  197. package/visual-checkbox/visual-checkbox.component.js +0 -1
  198. package/alert/alert-group.js +0 -5
  199. package/alert/alert.js +0 -5
  200. package/breadcrumb/breadcrumb-group.js +0 -5
  201. package/breadcrumb/breadcrumb.js +0 -5
  202. package/button/accent-button-link.js +0 -5
  203. package/button/accent-button-static.js +0 -5
  204. package/button/accent-button.js +0 -5
  205. package/button/button-link.js +0 -5
  206. package/button/button-static.js +0 -5
  207. package/button/button.js +0 -5
  208. package/button/mini-button-group.js +0 -5
  209. package/button/mini-button-link.js +0 -5
  210. package/button/mini-button.js +0 -5
  211. package/button/secondary-button-link.js +0 -5
  212. package/button/secondary-button-static.js +0 -5
  213. package/button/secondary-button.js +0 -5
  214. package/button/transparent-button-link.js +0 -5
  215. package/button/transparent-button-static.js +0 -5
  216. package/button/transparent-button.js +0 -5
  217. package/calendar/calendar-day.js +0 -5
  218. package/calendar/calendar-month.js +0 -5
  219. package/calendar/calendar-weekday.js +0 -5
  220. package/calendar/calendar-weeknumber.js +0 -5
  221. package/calendar/calendar-year.js +0 -5
  222. package/calendar/calendar.js +0 -5
  223. package/card/card-badge.js +0 -5
  224. package/card/card-button.js +0 -5
  225. package/card/card-link.js +0 -5
  226. package/card/card.js +0 -5
  227. package/carousel/carousel-item.js +0 -5
  228. package/carousel/carousel-list.js +0 -5
  229. package/carousel/carousel.js +0 -5
  230. package/chip/chip-group.js +0 -5
  231. package/chip/chip.js +0 -5
  232. package/container/container.js +0 -5
  233. package/container/sticky-bar.js +0 -5
  234. package/datepicker/datepicker-next-day.js +0 -5
  235. package/datepicker/datepicker-previous-day.js +0 -5
  236. package/datepicker/datepicker-toggle.js +0 -5
  237. package/datepicker/datepicker.js +0 -5
  238. package/development/alert/alert-group.d.ts +0 -3
  239. package/development/alert/alert-group.d.ts.map +0 -1
  240. package/development/alert/alert-group.js +0 -8
  241. package/development/alert/alert.d.ts +0 -3
  242. package/development/alert/alert.d.ts.map +0 -1
  243. package/development/alert/alert.js +0 -8
  244. package/development/breadcrumb/breadcrumb-group.d.ts +0 -3
  245. package/development/breadcrumb/breadcrumb-group.d.ts.map +0 -1
  246. package/development/breadcrumb/breadcrumb-group.js +0 -8
  247. package/development/breadcrumb/breadcrumb.d.ts +0 -3
  248. package/development/breadcrumb/breadcrumb.d.ts.map +0 -1
  249. package/development/breadcrumb/breadcrumb.js +0 -8
  250. package/development/button/accent-button-link.d.ts +0 -3
  251. package/development/button/accent-button-link.d.ts.map +0 -1
  252. package/development/button/accent-button-link.js +0 -8
  253. package/development/button/accent-button-static.d.ts +0 -3
  254. package/development/button/accent-button-static.d.ts.map +0 -1
  255. package/development/button/accent-button-static.js +0 -8
  256. package/development/button/accent-button.d.ts +0 -3
  257. package/development/button/accent-button.d.ts.map +0 -1
  258. package/development/button/accent-button.js +0 -8
  259. package/development/button/button-link.d.ts +0 -3
  260. package/development/button/button-link.d.ts.map +0 -1
  261. package/development/button/button-link.js +0 -8
  262. package/development/button/button-static.d.ts +0 -3
  263. package/development/button/button-static.d.ts.map +0 -1
  264. package/development/button/button-static.js +0 -8
  265. package/development/button/button.d.ts +0 -3
  266. package/development/button/button.d.ts.map +0 -1
  267. package/development/button/button.js +0 -8
  268. package/development/button/mini-button-group.d.ts +0 -3
  269. package/development/button/mini-button-group.d.ts.map +0 -1
  270. package/development/button/mini-button-group.js +0 -8
  271. package/development/button/mini-button-link.d.ts +0 -3
  272. package/development/button/mini-button-link.d.ts.map +0 -1
  273. package/development/button/mini-button-link.js +0 -8
  274. package/development/button/mini-button.d.ts +0 -3
  275. package/development/button/mini-button.d.ts.map +0 -1
  276. package/development/button/mini-button.js +0 -8
  277. package/development/button/secondary-button-link.d.ts +0 -3
  278. package/development/button/secondary-button-link.d.ts.map +0 -1
  279. package/development/button/secondary-button-link.js +0 -8
  280. package/development/button/secondary-button-static.d.ts +0 -3
  281. package/development/button/secondary-button-static.d.ts.map +0 -1
  282. package/development/button/secondary-button-static.js +0 -8
  283. package/development/button/secondary-button.d.ts +0 -3
  284. package/development/button/secondary-button.d.ts.map +0 -1
  285. package/development/button/secondary-button.js +0 -8
  286. package/development/button/transparent-button-link.d.ts +0 -3
  287. package/development/button/transparent-button-link.d.ts.map +0 -1
  288. package/development/button/transparent-button-link.js +0 -8
  289. package/development/button/transparent-button-static.d.ts +0 -3
  290. package/development/button/transparent-button-static.d.ts.map +0 -1
  291. package/development/button/transparent-button-static.js +0 -8
  292. package/development/button/transparent-button.d.ts +0 -3
  293. package/development/button/transparent-button.d.ts.map +0 -1
  294. package/development/button/transparent-button.js +0 -8
  295. package/development/calendar/calendar-day.d.ts +0 -3
  296. package/development/calendar/calendar-day.d.ts.map +0 -1
  297. package/development/calendar/calendar-day.js +0 -8
  298. package/development/calendar/calendar-month.d.ts +0 -3
  299. package/development/calendar/calendar-month.d.ts.map +0 -1
  300. package/development/calendar/calendar-month.js +0 -8
  301. package/development/calendar/calendar-weekday.d.ts +0 -3
  302. package/development/calendar/calendar-weekday.d.ts.map +0 -1
  303. package/development/calendar/calendar-weekday.js +0 -8
  304. package/development/calendar/calendar-weeknumber.d.ts +0 -3
  305. package/development/calendar/calendar-weeknumber.d.ts.map +0 -1
  306. package/development/calendar/calendar-weeknumber.js +0 -8
  307. package/development/calendar/calendar-year.d.ts +0 -3
  308. package/development/calendar/calendar-year.d.ts.map +0 -1
  309. package/development/calendar/calendar-year.js +0 -8
  310. package/development/calendar/calendar.d.ts +0 -3
  311. package/development/calendar/calendar.d.ts.map +0 -1
  312. package/development/calendar/calendar.js +0 -8
  313. package/development/card/card-badge.d.ts +0 -3
  314. package/development/card/card-badge.d.ts.map +0 -1
  315. package/development/card/card-badge.js +0 -8
  316. package/development/card/card-button.d.ts +0 -3
  317. package/development/card/card-button.d.ts.map +0 -1
  318. package/development/card/card-button.js +0 -8
  319. package/development/card/card-link.d.ts +0 -3
  320. package/development/card/card-link.d.ts.map +0 -1
  321. package/development/card/card-link.js +0 -8
  322. package/development/card/card.d.ts +0 -3
  323. package/development/card/card.d.ts.map +0 -1
  324. package/development/card/card.js +0 -8
  325. package/development/carousel/carousel-item.d.ts +0 -3
  326. package/development/carousel/carousel-item.d.ts.map +0 -1
  327. package/development/carousel/carousel-item.js +0 -8
  328. package/development/carousel/carousel-list.d.ts +0 -3
  329. package/development/carousel/carousel-list.d.ts.map +0 -1
  330. package/development/carousel/carousel-list.js +0 -8
  331. package/development/carousel/carousel.d.ts +0 -3
  332. package/development/carousel/carousel.d.ts.map +0 -1
  333. package/development/carousel/carousel.js +0 -8
  334. package/development/chip/chip-group.d.ts +0 -3
  335. package/development/chip/chip-group.d.ts.map +0 -1
  336. package/development/chip/chip-group.js +0 -8
  337. package/development/chip/chip.d.ts +0 -3
  338. package/development/chip/chip.d.ts.map +0 -1
  339. package/development/chip/chip.js +0 -8
  340. package/development/container/container.d.ts +0 -3
  341. package/development/container/container.d.ts.map +0 -1
  342. package/development/container/container.js +0 -8
  343. package/development/container/sticky-bar.d.ts +0 -3
  344. package/development/container/sticky-bar.d.ts.map +0 -1
  345. package/development/container/sticky-bar.js +0 -8
  346. package/development/datepicker/datepicker-next-day.d.ts +0 -3
  347. package/development/datepicker/datepicker-next-day.d.ts.map +0 -1
  348. package/development/datepicker/datepicker-next-day.js +0 -8
  349. package/development/datepicker/datepicker-previous-day.d.ts +0 -3
  350. package/development/datepicker/datepicker-previous-day.d.ts.map +0 -1
  351. package/development/datepicker/datepicker-previous-day.js +0 -8
  352. package/development/datepicker/datepicker-toggle.d.ts +0 -3
  353. package/development/datepicker/datepicker-toggle.d.ts.map +0 -1
  354. package/development/datepicker/datepicker-toggle.js +0 -8
  355. package/development/datepicker/datepicker.d.ts +0 -3
  356. package/development/datepicker/datepicker.d.ts.map +0 -1
  357. package/development/datepicker/datepicker.js +0 -8
  358. package/development/dialog/dialog-actions.d.ts +0 -3
  359. package/development/dialog/dialog-actions.d.ts.map +0 -1
  360. package/development/dialog/dialog-actions.js +0 -8
  361. package/development/dialog/dialog-close-button.d.ts +0 -3
  362. package/development/dialog/dialog-close-button.d.ts.map +0 -1
  363. package/development/dialog/dialog-close-button.js +0 -8
  364. package/development/dialog/dialog-content.d.ts +0 -3
  365. package/development/dialog/dialog-content.d.ts.map +0 -1
  366. package/development/dialog/dialog-content.js +0 -8
  367. package/development/dialog/dialog-title.d.ts +0 -3
  368. package/development/dialog/dialog-title.d.ts.map +0 -1
  369. package/development/dialog/dialog-title.js +0 -8
  370. package/development/dialog/dialog.d.ts +0 -3
  371. package/development/dialog/dialog.d.ts.map +0 -1
  372. package/development/dialog/dialog.js +0 -8
  373. package/development/expansion-panel/expansion-panel-content.d.ts +0 -3
  374. package/development/expansion-panel/expansion-panel-content.d.ts.map +0 -1
  375. package/development/expansion-panel/expansion-panel-content.js +0 -8
  376. package/development/expansion-panel/expansion-panel-header.d.ts +0 -3
  377. package/development/expansion-panel/expansion-panel-header.d.ts.map +0 -1
  378. package/development/expansion-panel/expansion-panel-header.js +0 -8
  379. package/development/expansion-panel/expansion-panel.d.ts +0 -3
  380. package/development/expansion-panel/expansion-panel.d.ts.map +0 -1
  381. package/development/expansion-panel/expansion-panel.js +0 -8
  382. package/development/file-selector/file-selector-dropzone.d.ts +0 -3
  383. package/development/file-selector/file-selector-dropzone.d.ts.map +0 -1
  384. package/development/file-selector/file-selector-dropzone.js +0 -8
  385. package/development/file-selector/file-selector.d.ts +0 -3
  386. package/development/file-selector/file-selector.d.ts.map +0 -1
  387. package/development/file-selector/file-selector.js +0 -8
  388. package/development/flip-card/flip-card-details.d.ts +0 -3
  389. package/development/flip-card/flip-card-details.d.ts.map +0 -1
  390. package/development/flip-card/flip-card-details.js +0 -8
  391. package/development/flip-card/flip-card-summary.d.ts +0 -3
  392. package/development/flip-card/flip-card-summary.d.ts.map +0 -1
  393. package/development/flip-card/flip-card-summary.js +0 -8
  394. package/development/flip-card/flip-card.d.ts +0 -3
  395. package/development/flip-card/flip-card.d.ts.map +0 -1
  396. package/development/flip-card/flip-card.js +0 -8
  397. package/development/form-field/error.d.ts +0 -3
  398. package/development/form-field/error.d.ts.map +0 -1
  399. package/development/form-field/error.js +0 -8
  400. package/development/form-field/form-field-clear.d.ts +0 -3
  401. package/development/form-field/form-field-clear.d.ts.map +0 -1
  402. package/development/form-field/form-field-clear.js +0 -8
  403. package/development/form-field/form-field-text-counter.d.ts +0 -3
  404. package/development/form-field/form-field-text-counter.d.ts.map +0 -1
  405. package/development/form-field/form-field-text-counter.js +0 -8
  406. package/development/form-field/form-field.d.ts +0 -3
  407. package/development/form-field/form-field.d.ts.map +0 -1
  408. package/development/form-field/form-field.js +0 -8
  409. package/development/form-field/hint.d.ts +0 -3
  410. package/development/form-field/hint.d.ts.map +0 -1
  411. package/development/form-field/hint.js +0 -8
  412. package/development/header/header-button.d.ts +0 -3
  413. package/development/header/header-button.d.ts.map +0 -1
  414. package/development/header/header-button.js +0 -8
  415. package/development/header/header-environment.d.ts +0 -3
  416. package/development/header/header-environment.d.ts.map +0 -1
  417. package/development/header/header-environment.js +0 -8
  418. package/development/header/header-link.d.ts +0 -3
  419. package/development/header/header-link.d.ts.map +0 -1
  420. package/development/header/header-link.js +0 -8
  421. package/development/header/header.d.ts +0 -3
  422. package/development/header/header.d.ts.map +0 -1
  423. package/development/header/header.js +0 -8
  424. package/development/icon-sidebar/icon-sidebar-button.d.ts +0 -3
  425. package/development/icon-sidebar/icon-sidebar-button.d.ts.map +0 -1
  426. package/development/icon-sidebar/icon-sidebar-button.js +0 -8
  427. package/development/icon-sidebar/icon-sidebar-container.d.ts +0 -3
  428. package/development/icon-sidebar/icon-sidebar-container.d.ts.map +0 -1
  429. package/development/icon-sidebar/icon-sidebar-container.js +0 -8
  430. package/development/icon-sidebar/icon-sidebar-content.d.ts +0 -3
  431. package/development/icon-sidebar/icon-sidebar-content.d.ts.map +0 -1
  432. package/development/icon-sidebar/icon-sidebar-content.js +0 -8
  433. package/development/icon-sidebar/icon-sidebar-link.d.ts +0 -3
  434. package/development/icon-sidebar/icon-sidebar-link.d.ts.map +0 -1
  435. package/development/icon-sidebar/icon-sidebar-link.js +0 -8
  436. package/development/icon-sidebar/icon-sidebar.d.ts +0 -3
  437. package/development/icon-sidebar/icon-sidebar.d.ts.map +0 -1
  438. package/development/icon-sidebar/icon-sidebar.js +0 -8
  439. package/development/link/block-link-button.d.ts +0 -3
  440. package/development/link/block-link-button.d.ts.map +0 -1
  441. package/development/link/block-link-button.js +0 -8
  442. package/development/link/block-link-static.d.ts +0 -3
  443. package/development/link/block-link-static.d.ts.map +0 -1
  444. package/development/link/block-link-static.js +0 -8
  445. package/development/link/block-link.d.ts +0 -3
  446. package/development/link/block-link.d.ts.map +0 -1
  447. package/development/link/block-link.js +0 -8
  448. package/development/link/link-button.d.ts +0 -3
  449. package/development/link/link-button.d.ts.map +0 -1
  450. package/development/link/link-button.js +0 -8
  451. package/development/link/link-static.d.ts +0 -3
  452. package/development/link/link-static.d.ts.map +0 -1
  453. package/development/link/link-static.js +0 -8
  454. package/development/link/link.d.ts +0 -3
  455. package/development/link/link.d.ts.map +0 -1
  456. package/development/link/link.js +0 -8
  457. package/development/menu/menu-button.d.ts +0 -3
  458. package/development/menu/menu-button.d.ts.map +0 -1
  459. package/development/menu/menu-button.js +0 -8
  460. package/development/menu/menu-link.d.ts +0 -3
  461. package/development/menu/menu-link.d.ts.map +0 -1
  462. package/development/menu/menu-link.js +0 -8
  463. package/development/menu/menu.d.ts +0 -3
  464. package/development/menu/menu.d.ts.map +0 -1
  465. package/development/menu/menu.js +0 -8
  466. package/development/mini-calendar/mini-calendar-day.d.ts +0 -3
  467. package/development/mini-calendar/mini-calendar-day.d.ts.map +0 -1
  468. package/development/mini-calendar/mini-calendar-day.js +0 -8
  469. package/development/mini-calendar/mini-calendar-month.d.ts +0 -3
  470. package/development/mini-calendar/mini-calendar-month.d.ts.map +0 -1
  471. package/development/mini-calendar/mini-calendar-month.js +0 -8
  472. package/development/mini-calendar/mini-calendar.d.ts +0 -3
  473. package/development/mini-calendar/mini-calendar.d.ts.map +0 -1
  474. package/development/mini-calendar/mini-calendar.js +0 -8
  475. package/development/navigation/navigation-button.d.ts +0 -3
  476. package/development/navigation/navigation-button.d.ts.map +0 -1
  477. package/development/navigation/navigation-button.js +0 -8
  478. package/development/navigation/navigation-link.d.ts +0 -3
  479. package/development/navigation/navigation-link.d.ts.map +0 -1
  480. package/development/navigation/navigation-link.js +0 -8
  481. package/development/navigation/navigation-list.d.ts +0 -3
  482. package/development/navigation/navigation-list.d.ts.map +0 -1
  483. package/development/navigation/navigation-list.js +0 -8
  484. package/development/navigation/navigation-marker.d.ts +0 -3
  485. package/development/navigation/navigation-marker.d.ts.map +0 -1
  486. package/development/navigation/navigation-marker.js +0 -8
  487. package/development/navigation/navigation-section.d.ts +0 -3
  488. package/development/navigation/navigation-section.d.ts.map +0 -1
  489. package/development/navigation/navigation-section.js +0 -8
  490. package/development/navigation/navigation.d.ts +0 -3
  491. package/development/navigation/navigation.d.ts.map +0 -1
  492. package/development/navigation/navigation.js +0 -8
  493. package/development/option/optgroup.d.ts +0 -3
  494. package/development/option/optgroup.d.ts.map +0 -1
  495. package/development/option/optgroup.js +0 -8
  496. package/development/option/option-hint.d.ts +0 -3
  497. package/development/option/option-hint.d.ts.map +0 -1
  498. package/development/option/option-hint.js +0 -8
  499. package/development/option/option.d.ts +0 -3
  500. package/development/option/option.d.ts.map +0 -1
  501. package/development/option/option.js +0 -8
  502. package/development/paginator/compact-paginator.d.ts +0 -3
  503. package/development/paginator/compact-paginator.d.ts.map +0 -1
  504. package/development/paginator/compact-paginator.js +0 -8
  505. package/development/paginator/paginator.d.ts +0 -3
  506. package/development/paginator/paginator.d.ts.map +0 -1
  507. package/development/paginator/paginator.js +0 -8
  508. package/development/popover/popover.component.d.ts +0 -18
  509. package/development/popover/popover.component.d.ts.map +0 -1
  510. package/development/popover/popover.component.js +0 -18
  511. package/development/screen-reader-only/screen-reader-only.component.d.ts +0 -3
  512. package/development/screen-reader-only/screen-reader-only.component.d.ts.map +0 -1
  513. package/development/screen-reader-only/screen-reader-only.component.js +0 -13
  514. package/development/screen-reader-only.d.ts +0 -3
  515. package/development/screen-reader-only.d.ts.map +0 -1
  516. package/development/screen-reader-only.js +0 -2
  517. package/development/sidebar/sidebar-close-button.d.ts +0 -3
  518. package/development/sidebar/sidebar-close-button.d.ts.map +0 -1
  519. package/development/sidebar/sidebar-close-button.js +0 -8
  520. package/development/sidebar/sidebar-container.d.ts +0 -3
  521. package/development/sidebar/sidebar-container.d.ts.map +0 -1
  522. package/development/sidebar/sidebar-container.js +0 -8
  523. package/development/sidebar/sidebar-content.d.ts +0 -3
  524. package/development/sidebar/sidebar-content.d.ts.map +0 -1
  525. package/development/sidebar/sidebar-content.js +0 -8
  526. package/development/sidebar/sidebar-title.d.ts +0 -3
  527. package/development/sidebar/sidebar-title.d.ts.map +0 -1
  528. package/development/sidebar/sidebar-title.js +0 -8
  529. package/development/sidebar/sidebar.d.ts +0 -3
  530. package/development/sidebar/sidebar.d.ts.map +0 -1
  531. package/development/sidebar/sidebar.js +0 -8
  532. package/development/stepper/step-label.d.ts +0 -3
  533. package/development/stepper/step-label.d.ts.map +0 -1
  534. package/development/stepper/step-label.js +0 -8
  535. package/development/stepper/step.d.ts +0 -3
  536. package/development/stepper/step.d.ts.map +0 -1
  537. package/development/stepper/step.js +0 -8
  538. package/development/stepper/stepper.d.ts +0 -3
  539. package/development/stepper/stepper.d.ts.map +0 -1
  540. package/development/stepper/stepper.js +0 -8
  541. package/development/table/table-wrapper.d.ts +0 -3
  542. package/development/table/table-wrapper.d.ts.map +0 -1
  543. package/development/table/table-wrapper.js +0 -8
  544. package/development/tabs/tab-group.d.ts +0 -3
  545. package/development/tabs/tab-group.d.ts.map +0 -1
  546. package/development/tabs/tab-group.js +0 -8
  547. package/development/tabs/tab-label.d.ts +0 -3
  548. package/development/tabs/tab-label.d.ts.map +0 -1
  549. package/development/tabs/tab-label.js +0 -8
  550. package/development/tabs/tab-nav-bar.d.ts +0 -3
  551. package/development/tabs/tab-nav-bar.d.ts.map +0 -1
  552. package/development/tabs/tab-nav-bar.js +0 -8
  553. package/development/tabs/tab.d.ts +0 -3
  554. package/development/tabs/tab.d.ts.map +0 -1
  555. package/development/tabs/tab.js +0 -8
  556. package/development/tag/tag-group.d.ts +0 -3
  557. package/development/tag/tag-group.d.ts.map +0 -1
  558. package/development/tag/tag-group.js +0 -8
  559. package/development/tag/tag.d.ts +0 -3
  560. package/development/tag/tag.d.ts.map +0 -1
  561. package/development/tag/tag.js +0 -8
  562. package/development/teaser-product/teaser-product-static.d.ts +0 -3
  563. package/development/teaser-product/teaser-product-static.d.ts.map +0 -1
  564. package/development/teaser-product/teaser-product-static.js +0 -8
  565. package/development/teaser-product/teaser-product.d.ts +0 -3
  566. package/development/teaser-product/teaser-product.d.ts.map +0 -1
  567. package/development/teaser-product/teaser-product.js +0 -8
  568. package/development/timetable-form/timetable-form-details.d.ts +0 -3
  569. package/development/timetable-form/timetable-form-details.d.ts.map +0 -1
  570. package/development/timetable-form/timetable-form-details.js +0 -8
  571. package/development/timetable-form/timetable-form-field.d.ts +0 -3
  572. package/development/timetable-form/timetable-form-field.d.ts.map +0 -1
  573. package/development/timetable-form/timetable-form-field.js +0 -8
  574. package/development/timetable-form/timetable-form-swap-button.d.ts +0 -3
  575. package/development/timetable-form/timetable-form-swap-button.d.ts.map +0 -1
  576. package/development/timetable-form/timetable-form-swap-button.js +0 -8
  577. package/development/timetable-form/timetable-form.d.ts +0 -3
  578. package/development/timetable-form/timetable-form.d.ts.map +0 -1
  579. package/development/timetable-form/timetable-form.js +0 -8
  580. package/development/toggle/toggle-option.d.ts +0 -3
  581. package/development/toggle/toggle-option.d.ts.map +0 -1
  582. package/development/toggle/toggle-option.js +0 -8
  583. package/development/toggle/toggle.d.ts +0 -3
  584. package/development/toggle/toggle.d.ts.map +0 -1
  585. package/development/toggle/toggle.js +0 -8
  586. package/development/train/train-blocked-passage.d.ts +0 -3
  587. package/development/train/train-blocked-passage.d.ts.map +0 -1
  588. package/development/train/train-blocked-passage.js +0 -8
  589. package/development/train/train-formation.d.ts +0 -3
  590. package/development/train/train-formation.d.ts.map +0 -1
  591. package/development/train/train-formation.js +0 -8
  592. package/development/train/train-wagon.d.ts +0 -3
  593. package/development/train/train-wagon.d.ts.map +0 -1
  594. package/development/train/train-wagon.js +0 -8
  595. package/development/train/train.d.ts +0 -3
  596. package/development/train/train.d.ts.map +0 -1
  597. package/development/train/train.js +0 -8
  598. package/dialog/dialog-actions.js +0 -5
  599. package/dialog/dialog-close-button.js +0 -5
  600. package/dialog/dialog-content.js +0 -5
  601. package/dialog/dialog-title.js +0 -5
  602. package/dialog/dialog.js +0 -5
  603. package/expansion-panel/expansion-panel-content.js +0 -5
  604. package/expansion-panel/expansion-panel-header.js +0 -5
  605. package/expansion-panel/expansion-panel.js +0 -5
  606. package/file-selector/file-selector-dropzone.js +0 -5
  607. package/file-selector/file-selector.js +0 -5
  608. package/flip-card/flip-card-details.js +0 -5
  609. package/flip-card/flip-card-summary.js +0 -5
  610. package/flip-card/flip-card.js +0 -5
  611. package/form-field/error.js +0 -5
  612. package/form-field/form-field-clear.js +0 -5
  613. package/form-field/form-field-text-counter.js +0 -5
  614. package/form-field/form-field.js +0 -5
  615. package/form-field/hint.js +0 -5
  616. package/header/header-button.js +0 -5
  617. package/header/header-environment.js +0 -5
  618. package/header/header-link.js +0 -5
  619. package/header/header.js +0 -5
  620. package/icon-sidebar/icon-sidebar-button.js +0 -5
  621. package/icon-sidebar/icon-sidebar-container.js +0 -5
  622. package/icon-sidebar/icon-sidebar-content.js +0 -5
  623. package/icon-sidebar/icon-sidebar-link.js +0 -5
  624. package/icon-sidebar/icon-sidebar.js +0 -5
  625. package/link/block-link-button.js +0 -5
  626. package/link/block-link-static.js +0 -5
  627. package/link/block-link.js +0 -5
  628. package/link/link-button.js +0 -5
  629. package/link/link-static.js +0 -5
  630. package/link/link.js +0 -5
  631. package/menu/menu-button.js +0 -5
  632. package/menu/menu-link.js +0 -5
  633. package/menu/menu.js +0 -5
  634. package/mini-calendar/mini-calendar-day.js +0 -5
  635. package/mini-calendar/mini-calendar-month.js +0 -5
  636. package/mini-calendar/mini-calendar.js +0 -5
  637. package/navigation/navigation-button.js +0 -5
  638. package/navigation/navigation-link.js +0 -5
  639. package/navigation/navigation-list.js +0 -5
  640. package/navigation/navigation-marker.js +0 -5
  641. package/navigation/navigation-section.js +0 -5
  642. package/navigation/navigation.js +0 -5
  643. package/option/optgroup.js +0 -5
  644. package/option/option-hint.js +0 -5
  645. package/option/option.js +0 -5
  646. package/paginator/compact-paginator.js +0 -5
  647. package/paginator/paginator.js +0 -5
  648. package/screen-reader-only/screen-reader-only.component.js +0 -11
  649. package/screen-reader-only.js +0 -2
  650. package/sidebar/sidebar-close-button.js +0 -5
  651. package/sidebar/sidebar-container.js +0 -5
  652. package/sidebar/sidebar-content.js +0 -5
  653. package/sidebar/sidebar-title.js +0 -5
  654. package/sidebar/sidebar.js +0 -5
  655. package/stepper/step-label.js +0 -5
  656. package/stepper/step.js +0 -5
  657. package/stepper/stepper.js +0 -5
  658. package/table/table-wrapper.js +0 -5
  659. package/tabs/tab-group.js +0 -5
  660. package/tabs/tab-label.js +0 -5
  661. package/tabs/tab-nav-bar.js +0 -5
  662. package/tabs/tab.js +0 -5
  663. package/tag/tag-group.js +0 -5
  664. package/tag/tag.js +0 -5
  665. package/teaser-product/teaser-product-static.js +0 -5
  666. package/teaser-product/teaser-product.js +0 -5
  667. package/timetable-form/timetable-form-details.js +0 -5
  668. package/timetable-form/timetable-form-field.js +0 -5
  669. package/timetable-form/timetable-form-swap-button.js +0 -5
  670. package/timetable-form/timetable-form.js +0 -5
  671. package/toggle/toggle-option.js +0 -5
  672. package/toggle/toggle.js +0 -5
  673. package/train/train-blocked-passage.js +0 -5
  674. package/train/train-formation.js +0 -5
  675. package/train/train-wagon.js +0 -5
  676. package/train/train.js +0 -5
@@ -0,0 +1,13 @@
1
+ import { createComponent } from "../core.js";
2
+ import react from "react";
3
+ import { SbbTeaserPanelElement } from "@sbb-esta/lyne-elements/teaser-panel.pure.js";
4
+ //#region src/react/teaser-panel/teaser-panel.component.ts
5
+ var SbbTeaserPanel = createComponent({
6
+ tagName: "sbb-teaser-panel",
7
+ elementClass: SbbTeaserPanelElement,
8
+ react
9
+ });
10
+ //#endregion
11
+ export { SbbTeaserPanel };
12
+
13
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVhc2VyLXBhbmVsLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvdGVhc2VyLXBhbmVsL3RlYXNlci1wYW5lbC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJUZWFzZXJQYW5lbEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy90ZWFzZXItcGFuZWwucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVGVhc2VyUGFuZWwgPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXRlYXNlci1wYW5lbCcsXG4gIGVsZW1lbnRDbGFzczogU2JiVGVhc2VyUGFuZWxFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxpQkFBaUIsZ0JBQWdCO0NBQzVDLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCJ9
@@ -0,0 +1,3 @@
1
+ /** @entrypoint */
2
+ export * from './teaser-panel/teaser-panel.component.js';
3
+ //# sourceMappingURL=teaser-panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"teaser-panel.d.ts","sourceRoot":"","sources":["../../../src/react/teaser-panel.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,0CAA0C,CAAC"}
@@ -0,0 +1,2 @@
1
+ import { SbbTeaserPanel } from "./teaser-panel/teaser-panel.component.js";
2
+ export { SbbTeaserPanel };
@@ -1,3 +1,3 @@
1
- import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
2
1
  import { SbbTeaserProductStatic } from "./teaser-product/teaser-product-static/teaser-product-static.component.js";
2
+ import { SbbTeaserProduct } from "./teaser-product/teaser-product/teaser-product.component.js";
3
3
  export { SbbTeaserProduct, SbbTeaserProductStatic };
@@ -1,6 +1,8 @@
1
1
  import { EventName } from '../../core.js';
2
2
  import { SbbTimetableFormSwapButtonElement } from '@sbb-esta/lyne-elements/timetable-form.pure.js';
3
3
  declare class SbbTimetableFormSwapButtonComponentType extends SbbTimetableFormSwapButtonElement {
4
+ set size(value: string | SbbTimetableFormSwapButtonElement['size']);
5
+ get size(): string | SbbTimetableFormSwapButtonElement['size'];
4
6
  set form(value: string | SbbTimetableFormSwapButtonElement['form']);
5
7
  get form(): string | SbbTimetableFormSwapButtonElement['form'];
6
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"timetable-form-swap-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,iCAAiC,EAAE,MAAM,gDAAgD,CAAC;AAGnG,OAAO,OAAO,uCAAwC,SAAQ,iCAAiC;IAE7F,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;CAEF;AAKD,eAAO,MAAM,0BAA0B;cAKX,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
1
+ {"version":3,"file":"timetable-form-swap-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,iCAAiC,EAAE,MAAM,gDAAgD,CAAC;AAGnG,OAAO,OAAO,uCAAwC,SAAQ,iCAAiC;IAE7F,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;IAGD,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,EAExE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,iCAAiC,CAAC,MAAM,CAAC,CAEpE;CAEF;AAKD,eAAO,MAAM,0BAA0B;cAKX,SAAS,CAAC,KAAK,CAAC;aAClB,SAAS,CAAC,UAAU,CAAC;EAG7C,CAAC"}
@@ -13,4 +13,4 @@ var SbbTimetableFormSwapButton = createComponent({
13
13
  //#endregion
14
14
  export { SbbTimetableFormSwapButton };
15
15
 
16
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXRhYmxlLWZvcm0tc3dhcC1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC90aW1ldGFibGUtZm9ybS90aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbi90aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbi5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvdGltZXRhYmxlLWZvcm0ucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uQ29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uRWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgZm9ybSh2YWx1ZTogc3RyaW5nIHwgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50Wydmb3JtJ10pIHtcbiAgICBzdXBlci5mb3JtID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgZm9ybSgpOiBzdHJpbmcgfCBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkVsZW1lbnRbJ2Zvcm0nXSB7XG4gICAgcmV0dXJuIHN1cGVyLmZvcm07XG4gIH1cblxufVxuY29uc3QgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25Db21wb25lbnQgPSBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkVsZW1lbnQgYXMgdHlwZW9mIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uQ29tcG9uZW50VHlwZTtcblxuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b24gPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXRpbWV0YWJsZS1mb3JtLXN3YXAtYnV0dG9uJyxcbiAgZWxlbWVudENsYXNzOiBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkNvbXBvbmVudCxcbiAgcmVhY3QsXG4gIGV2ZW50czoge1xuICAgICdvbkNoYW5nZSc6ICdjaGFuZ2UnIGFzIEV2ZW50TmFtZTxFdmVudD4sXG4gICAgJ29uSW5wdXQnOiAnaW5wdXQnIGFzIEV2ZW50TmFtZTxJbnB1dEV2ZW50PixcbiAgfSxcblxufSk7XG4iXSwibWFwcGluZ3MiOiI7OztBQW9CQSxJQUFhLDZCQUE2QixnQkFBZ0I7Q0FDeEQsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNBLFFBQVE7RUFDTixZQUFZO0VBQ1osV0FBVzs7Q0FHZCJ9
16
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZXRhYmxlLWZvcm0tc3dhcC1idXR0b24uY29tcG9uZW50LmpzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9yZWFjdC90aW1ldGFibGUtZm9ybS90aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbi90aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbi5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50LCB0eXBlIEV2ZW50TmFtZSB9IGZyb20gJy4uLy4uL2NvcmUuanMnO1xuaW1wb3J0IHsgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50IH0gZnJvbSAnQHNiYi1lc3RhL2x5bmUtZWxlbWVudHMvdGltZXRhYmxlLWZvcm0ucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uQ29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uRWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgc2l6ZSh2YWx1ZTogc3RyaW5nIHwgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50WydzaXplJ10pIHtcbiAgICBzdXBlci5zaXplID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgc2l6ZSgpOiBzdHJpbmcgfCBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkVsZW1lbnRbJ3NpemUnXSB7XG4gICAgcmV0dXJuIHN1cGVyLnNpemU7XG4gIH1cblxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgc2V0IGZvcm0odmFsdWU6IHN0cmluZyB8IFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uRWxlbWVudFsnZm9ybSddKSB7XG4gICAgc3VwZXIuZm9ybSA9IHZhbHVlIGFzIGFueTtcbiAgfVxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgZ2V0IGZvcm0oKTogc3RyaW5nIHwgU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50Wydmb3JtJ10ge1xuICAgIHJldHVybiBzdXBlci5mb3JtO1xuICB9XG5cbn1cbmNvbnN0IFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uQ29tcG9uZW50ID0gU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25FbGVtZW50IGFzIHR5cGVvZiBTYmJUaW1ldGFibGVGb3JtU3dhcEJ1dHRvbkNvbXBvbmVudFR5cGU7XG5cblxuLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uYW1pbmctY29udmVudGlvblxuZXhwb3J0IGNvbnN0IFNiYlRpbWV0YWJsZUZvcm1Td2FwQnV0dG9uID0gY3JlYXRlQ29tcG9uZW50KHtcbiAgdGFnTmFtZTogJ3NiYi10aW1ldGFibGUtZm9ybS1zd2FwLWJ1dHRvbicsXG4gIGVsZW1lbnRDbGFzczogU2JiVGltZXRhYmxlRm9ybVN3YXBCdXR0b25Db21wb25lbnQsXG4gIHJlYWN0LFxuICBldmVudHM6IHtcbiAgICAnb25DaGFuZ2UnOiAnY2hhbmdlJyBhcyBFdmVudE5hbWU8RXZlbnQ+LFxuICAgICdvbklucHV0JzogJ2lucHV0JyBhcyBFdmVudE5hbWU8SW5wdXRFdmVudD4sXG4gIH0sXG5cbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7QUE2QkEsSUFBYSw2QkFBNkIsZ0JBQWdCO0NBQ3hELFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDQSxRQUFRO0VBQ04sWUFBWTtFQUNaLFdBQVc7O0NBR2QifQ==
@@ -1,5 +1,5 @@
1
- import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
2
1
  import { SbbTimetableFormDetails } from "./timetable-form/timetable-form-details/timetable-form-details.component.js";
3
2
  import { SbbTimetableFormField } from "./timetable-form/timetable-form-field/timetable-form-field.component.js";
4
3
  import { SbbTimetableFormSwapButton } from "./timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js";
4
+ import { SbbTimetableForm } from "./timetable-form/timetable-form/timetable-form.component.js";
5
5
  export { SbbTimetableForm, SbbTimetableFormDetails, SbbTimetableFormField, SbbTimetableFormSwapButton };
@@ -0,0 +1,8 @@
1
+ import { SbbTrainWagonButtonElement } from '@sbb-esta/lyne-elements/train.pure.js';
2
+ declare class SbbTrainWagonButtonComponentType extends SbbTrainWagonButtonElement {
3
+ set form(value: string | SbbTrainWagonButtonElement['form']);
4
+ get form(): string | SbbTrainWagonButtonElement['form'];
5
+ }
6
+ export declare const SbbTrainWagonButton: import('../../core.js').ReactWebComponent<SbbTrainWagonButtonComponentType, {}>;
7
+ export {};
8
+ //# sourceMappingURL=train-wagon-button.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"train-wagon-button.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/train/train-wagon-button/train-wagon-button.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AAGnF,OAAO,OAAO,gCAAiC,SAAQ,0BAA0B;IAE/E,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,0BAA0B,CAAC,MAAM,CAAC,EAEjE;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,0BAA0B,CAAC,MAAM,CAAC,CAE7D;CAEF;AAKD,eAAO,MAAM,mBAAmB,iFAI9B,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { createComponent } from "../../core.js";
2
+ import react from "react";
3
+ import { SbbTrainWagonButtonElement } from "@sbb-esta/lyne-elements/train.pure.js";
4
+ var SbbTrainWagonButton = createComponent({
5
+ tagName: "sbb-train-wagon-button",
6
+ elementClass: SbbTrainWagonButtonElement,
7
+ react
8
+ });
9
+ //#endregion
10
+ export { SbbTrainWagonButton };
11
+
12
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhaW4td2Fnb24tYnV0dG9uLmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvcmVhY3QvdHJhaW4vdHJhaW4td2Fnb24tYnV0dG9uL3RyYWluLXdhZ29uLWJ1dHRvbi5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJUcmFpbldhZ29uQnV0dG9uRWxlbWVudCB9IGZyb20gJ0BzYmItZXN0YS9seW5lLWVsZW1lbnRzL3RyYWluLnB1cmUuanMnO1xuaW1wb3J0IHJlYWN0IGZyb20gJ3JlYWN0JztcblxuZGVjbGFyZSBjbGFzcyBTYmJUcmFpbldhZ29uQnV0dG9uQ29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlRyYWluV2Fnb25CdXR0b25FbGVtZW50IHtcbiAgLy8gQHRzLWV4cGVjdC1lcnJvciBBZGQgc3RyaW5nIHRvIHR5cGVcbiAgcHVibGljIHNldCBmb3JtKHZhbHVlOiBzdHJpbmcgfCBTYmJUcmFpbldhZ29uQnV0dG9uRWxlbWVudFsnZm9ybSddKSB7XG4gICAgc3VwZXIuZm9ybSA9IHZhbHVlIGFzIGFueTtcbiAgfVxuICAvLyBAdHMtZXhwZWN0LWVycm9yIEFkZCBzdHJpbmcgdG8gdHlwZVxuICBwdWJsaWMgZ2V0IGZvcm0oKTogc3RyaW5nIHwgU2JiVHJhaW5XYWdvbkJ1dHRvbkVsZW1lbnRbJ2Zvcm0nXSB7XG4gICAgcmV0dXJuIHN1cGVyLmZvcm07XG4gIH1cblxufVxuY29uc3QgU2JiVHJhaW5XYWdvbkJ1dHRvbkNvbXBvbmVudCA9IFNiYlRyYWluV2Fnb25CdXR0b25FbGVtZW50IGFzIHR5cGVvZiBTYmJUcmFpbldhZ29uQnV0dG9uQ29tcG9uZW50VHlwZTtcblxuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVHJhaW5XYWdvbkJ1dHRvbiA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItdHJhaW4td2Fnb24tYnV0dG9uJyxcbiAgZWxlbWVudENsYXNzOiBTYmJUcmFpbldhZ29uQnV0dG9uQ29tcG9uZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7QUFvQkEsSUFBYSxzQkFBc0IsZ0JBQWdCO0NBQ2pELFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCJ9
@@ -0,0 +1,3 @@
1
+ import { SbbTrainWagonLinkElement } from '@sbb-esta/lyne-elements/train.pure.js';
2
+ export declare const SbbTrainWagonLink: import('../../core.js').ReactWebComponent<SbbTrainWagonLinkElement, {}>;
3
+ //# sourceMappingURL=train-wagon-link.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"train-wagon-link.component.d.ts","sourceRoot":"","sources":["../../../../../src/react/train/train-wagon-link/train-wagon-link.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,uCAAuC,CAAC;AAIjF,eAAO,MAAM,iBAAiB,yEAI5B,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { createComponent } from "../../core.js";
2
+ import react from "react";
3
+ import { SbbTrainWagonLinkElement } from "@sbb-esta/lyne-elements/train.pure.js";
4
+ //#region src/react/train/train-wagon-link/train-wagon-link.component.ts
5
+ var SbbTrainWagonLink = createComponent({
6
+ tagName: "sbb-train-wagon-link",
7
+ elementClass: SbbTrainWagonLinkElement,
8
+ react
9
+ });
10
+ //#endregion
11
+ export { SbbTrainWagonLink };
12
+
13
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhaW4td2Fnb24tbGluay5jb21wb25lbnQuanMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL3JlYWN0L3RyYWluL3RyYWluLXdhZ29uLWxpbmsvdHJhaW4td2Fnb24tbGluay5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJUcmFpbldhZ29uTGlua0VsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy90cmFpbi5wdXJlLmpzJztcbmltcG9ydCByZWFjdCBmcm9tICdyZWFjdCc7XG5cbi8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbmFtaW5nLWNvbnZlbnRpb25cbmV4cG9ydCBjb25zdCBTYmJUcmFpbldhZ29uTGluayA9IGNyZWF0ZUNvbXBvbmVudCh7XG4gIHRhZ05hbWU6ICdzYmItdHJhaW4td2Fnb24tbGluaycsXG4gIGVsZW1lbnRDbGFzczogU2JiVHJhaW5XYWdvbkxpbmtFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxvQkFBb0IsZ0JBQWdCO0NBQy9DLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCJ9
@@ -3,4 +3,6 @@ export * from './train/train/train.component.js';
3
3
  export * from './train/train-blocked-passage/train-blocked-passage.component.js';
4
4
  export * from './train/train-formation/train-formation.component.js';
5
5
  export * from './train/train-wagon/train-wagon.component.js';
6
+ export * from './train/train-wagon-button/train-wagon-button.component.js';
7
+ export * from './train/train-wagon-link/train-wagon-link.component.js';
6
8
  //# sourceMappingURL=train.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"train.d.ts","sourceRoot":"","sources":["../../../src/react/train.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,kCAAkC,CAAC;AACjD,cAAc,kEAAkE,CAAC;AACjF,cAAc,sDAAsD,CAAC;AACrE,cAAc,8CAA8C,CAAC"}
1
+ {"version":3,"file":"train.d.ts","sourceRoot":"","sources":["../../../src/react/train.ts"],"names":[],"mappings":"AAAA,kBAAkB;AAClB,cAAc,kCAAkC,CAAC;AACjD,cAAc,kEAAkE,CAAC;AACjF,cAAc,sDAAsD,CAAC;AACrE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,4DAA4D,CAAC;AAC3E,cAAc,wDAAwD,CAAC"}
@@ -1,5 +1,7 @@
1
1
  import { SbbTrain } from "./train/train/train.component.js";
2
- import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
3
2
  import { SbbTrainFormation } from "./train/train-formation/train-formation.component.js";
3
+ import { SbbTrainBlockedPassage } from "./train/train-blocked-passage/train-blocked-passage.component.js";
4
+ import { SbbTrainWagonButton } from "./train/train-wagon-button/train-wagon-button.component.js";
5
+ import { SbbTrainWagonLink } from "./train/train-wagon-link/train-wagon-link.component.js";
4
6
  import { SbbTrainWagon } from "./train/train-wagon/train-wagon.component.js";
5
- export { SbbTrain, SbbTrainBlockedPassage, SbbTrainFormation, SbbTrainWagon };
7
+ export { SbbTrain, SbbTrainBlockedPassage, SbbTrainFormation, SbbTrainWagon, SbbTrainWagonButton, SbbTrainWagonLink };
@@ -1,3 +1,8 @@
1
1
  import { SbbVisualCheckboxElement } from '@sbb-esta/lyne-elements/visual-checkbox.pure.js';
2
- export declare const SbbVisualCheckbox: import('../core.js').ReactWebComponent<SbbVisualCheckboxElement, {}>;
2
+ declare class SbbVisualCheckboxComponentType extends SbbVisualCheckboxElement {
3
+ set size(value: string | SbbVisualCheckboxElement['size']);
4
+ get size(): string | SbbVisualCheckboxElement['size'];
5
+ }
6
+ export declare const SbbVisualCheckbox: import('../core.js').ReactWebComponent<SbbVisualCheckboxComponentType, {}>;
7
+ export {};
3
8
  //# sourceMappingURL=visual-checkbox.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"visual-checkbox.component.d.ts","sourceRoot":"","sources":["../../../../src/react/visual-checkbox/visual-checkbox.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAI3F,eAAO,MAAM,iBAAiB,sEAI5B,CAAC"}
1
+ {"version":3,"file":"visual-checkbox.component.d.ts","sourceRoot":"","sources":["../../../../src/react/visual-checkbox/visual-checkbox.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAG3F,OAAO,OAAO,8BAA+B,SAAQ,wBAAwB;IAE3E,IAAW,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,wBAAwB,CAAC,MAAM,CAAC,EAE/D;IAED,IAAW,IAAI,IAAI,MAAM,GAAG,wBAAwB,CAAC,MAAM,CAAC,CAE3D;CAEF;AAKD,eAAO,MAAM,iBAAiB,4EAI5B,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { createComponent } from "../core.js";
2
2
  import react from "react";
3
3
  import { SbbVisualCheckboxElement } from "@sbb-esta/lyne-elements/visual-checkbox.pure.js";
4
- //#region src/react/visual-checkbox/visual-checkbox.component.ts
5
4
  var SbbVisualCheckbox = createComponent({
6
5
  tagName: "sbb-visual-checkbox",
7
6
  elementClass: SbbVisualCheckboxElement,
@@ -10,4 +9,4 @@ var SbbVisualCheckbox = createComponent({
10
9
  //#endregion
11
10
  export { SbbVisualCheckbox };
12
11
 
13
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlzdWFsLWNoZWNrYm94LmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvdmlzdWFsLWNoZWNrYm94L3Zpc3VhbC1jaGVja2JveC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy92aXN1YWwtY2hlY2tib3gucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVmlzdWFsQ2hlY2tib3ggPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXZpc3VhbC1jaGVja2JveCcsXG4gIGVsZW1lbnRDbGFzczogU2JiVmlzdWFsQ2hlY2tib3hFbGVtZW50LFxuICByZWFjdCxcbn0pO1xuIl0sIm1hcHBpbmdzIjoiOzs7O0FBTUEsSUFBYSxvQkFBb0IsZ0JBQWdCO0NBQy9DLFNBQVM7Q0FDVCxjQUFjO0NBQ2Q7Q0FDRCJ9
12
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmlzdWFsLWNoZWNrYm94LmNvbXBvbmVudC5qcyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmVhY3QvdmlzdWFsLWNoZWNrYm94L3Zpc3VhbC1jaGVja2JveC5jb21wb25lbnQudHMiXSwic291cmNlc0NvbnRlbnQiOlsiLyogYXV0b2dlbmVyYXRlZCAqL1xuaW1wb3J0IHsgY3JlYXRlQ29tcG9uZW50IH0gZnJvbSAnLi4vY29yZS5qcyc7XG5pbXBvcnQgeyBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnQgfSBmcm9tICdAc2JiLWVzdGEvbHluZS1lbGVtZW50cy92aXN1YWwtY2hlY2tib3gucHVyZS5qcyc7XG5pbXBvcnQgcmVhY3QgZnJvbSAncmVhY3QnO1xuXG5kZWNsYXJlIGNsYXNzIFNiYlZpc3VhbENoZWNrYm94Q29tcG9uZW50VHlwZSBleHRlbmRzIFNiYlZpc3VhbENoZWNrYm94RWxlbWVudCB7XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBzZXQgc2l6ZSh2YWx1ZTogc3RyaW5nIHwgU2JiVmlzdWFsQ2hlY2tib3hFbGVtZW50WydzaXplJ10pIHtcbiAgICBzdXBlci5zaXplID0gdmFsdWUgYXMgYW55O1xuICB9XG4gIC8vIEB0cy1leHBlY3QtZXJyb3IgQWRkIHN0cmluZyB0byB0eXBlXG4gIHB1YmxpYyBnZXQgc2l6ZSgpOiBzdHJpbmcgfCBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnRbJ3NpemUnXSB7XG4gICAgcmV0dXJuIHN1cGVyLnNpemU7XG4gIH1cblxufVxuY29uc3QgU2JiVmlzdWFsQ2hlY2tib3hDb21wb25lbnQgPSBTYmJWaXN1YWxDaGVja2JveEVsZW1lbnQgYXMgdHlwZW9mIFNiYlZpc3VhbENoZWNrYm94Q29tcG9uZW50VHlwZTtcblxuXG4vLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uXG5leHBvcnQgY29uc3QgU2JiVmlzdWFsQ2hlY2tib3ggPSBjcmVhdGVDb21wb25lbnQoe1xuICB0YWdOYW1lOiAnc2JiLXZpc3VhbC1jaGVja2JveCcsXG4gIGVsZW1lbnRDbGFzczogU2JiVmlzdWFsQ2hlY2tib3hDb21wb25lbnQsXG4gIHJlYWN0LFxufSk7XG4iXSwibWFwcGluZ3MiOiI7OztBQW9CQSxJQUFhLG9CQUFvQixnQkFBZ0I7Q0FDL0MsU0FBUztDQUNULGNBQWM7Q0FDZDtDQUNEIn0=
package/dialog.js CHANGED
@@ -1,6 +1,6 @@
1
- import { SbbDialog as e } from "./dialog/dialog/dialog.component.js";
2
- import { SbbDialogActions as t } from "./dialog/dialog-actions/dialog-actions.component.js";
3
- import { SbbDialogCloseButton as n } from "./dialog/dialog-close-button/dialog-close-button.component.js";
1
+ import { SbbDialogActions as e } from "./dialog/dialog-actions/dialog-actions.component.js";
2
+ import { SbbDialogCloseButton as t } from "./dialog/dialog-close-button/dialog-close-button.component.js";
3
+ import { SbbDialog as n } from "./dialog/dialog/dialog.component.js";
4
4
  import { SbbDialogContent as r } from "./dialog/dialog-content/dialog-content.component.js";
5
5
  import { SbbDialogTitle as i } from "./dialog/dialog-title/dialog-title.component.js";
6
- export { e as SbbDialog, t as SbbDialogActions, n as SbbDialogCloseButton, r as SbbDialogContent, i as SbbDialogTitle };
6
+ export { n as SbbDialog, e as SbbDialogActions, t as SbbDialogCloseButton, r as SbbDialogContent, i as SbbDialogTitle };
@@ -1,4 +1,4 @@
1
- import { SbbExpansionPanel as e } from "./expansion-panel/expansion-panel/expansion-panel.component.js";
2
- import { SbbExpansionPanelContent as t } from "./expansion-panel/expansion-panel-content/expansion-panel-content.component.js";
3
- import { SbbExpansionPanelHeader as n } from "./expansion-panel/expansion-panel-header/expansion-panel-header.component.js";
4
- export { e as SbbExpansionPanel, t as SbbExpansionPanelContent, n as SbbExpansionPanelHeader };
1
+ import { SbbExpansionPanelHeader as e } from "./expansion-panel/expansion-panel-header/expansion-panel-header.component.js";
2
+ import { SbbExpansionPanel as t } from "./expansion-panel/expansion-panel/expansion-panel.component.js";
3
+ import { SbbExpansionPanelContent as n } from "./expansion-panel/expansion-panel-content/expansion-panel-content.component.js";
4
+ export { t as SbbExpansionPanel, n as SbbExpansionPanelContent, e as SbbExpansionPanelHeader };
package/file-selector.js CHANGED
@@ -1,3 +1,3 @@
1
- import { SbbFileSelector as e } from "./file-selector/file-selector/file-selector.component.js";
2
- import { SbbFileSelectorDropzone as t } from "./file-selector/file-selector-dropzone/file-selector-dropzone.component.js";
3
- export { e as SbbFileSelector, t as SbbFileSelectorDropzone };
1
+ import { SbbFileSelectorDropzone as e } from "./file-selector/file-selector-dropzone/file-selector-dropzone.component.js";
2
+ import { SbbFileSelector as t } from "./file-selector/file-selector/file-selector.component.js";
3
+ export { t as SbbFileSelector, e as SbbFileSelectorDropzone };
package/flip-card.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbFlipCard as e } from "./flip-card/flip-card/flip-card.component.js";
2
- import { SbbFlipCardDetails as t } from "./flip-card/flip-card-details/flip-card-details.component.js";
3
- import { SbbFlipCardSummary as n } from "./flip-card/flip-card-summary/flip-card-summary.component.js";
4
- export { e as SbbFlipCard, t as SbbFlipCardDetails, n as SbbFlipCardSummary };
1
+ import { SbbFlipCardDetails as e } from "./flip-card/flip-card-details/flip-card-details.component.js";
2
+ import { SbbFlipCardSummary as t } from "./flip-card/flip-card-summary/flip-card-summary.component.js";
3
+ import { SbbFlipCard as n } from "./flip-card/flip-card/flip-card.component.js";
4
+ export { n as SbbFlipCard, e as SbbFlipCardDetails, t as SbbFlipCardSummary };
package/form-field.js CHANGED
@@ -1,6 +1,6 @@
1
- import { SbbError as e } from "./form-field/error/error.component.js";
2
- import { SbbFormField as t } from "./form-field/form-field/form-field.component.js";
1
+ import { SbbFormField as e } from "./form-field/form-field/form-field.component.js";
2
+ import { SbbError as t } from "./form-field/error/error.component.js";
3
3
  import { SbbFormFieldClear as n } from "./form-field/form-field-clear/form-field-clear.component.js";
4
- import { SbbFormFieldTextCounter as r } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
5
- import { SbbHint as i } from "./form-field/hint/hint.component.js";
6
- export { e as SbbError, t as SbbFormField, n as SbbFormFieldClear, r as SbbFormFieldTextCounter, i as SbbHint };
4
+ import { SbbHint as r } from "./form-field/hint/hint.component.js";
5
+ import { SbbFormFieldTextCounter as i } from "./form-field/form-field-text-counter/form-field-text-counter.component.js";
6
+ export { t as SbbError, e as SbbFormField, n as SbbFormFieldClear, i as SbbFormFieldTextCounter, r as SbbHint };
@@ -1,11 +1,11 @@
1
1
  import { createComponent as e } from "../core.js";
2
- import t from "react";
3
- import { SbbIconElement as n } from "@sbb-esta/lyne-elements/icon.pure.js";
2
+ import { SbbIconElement as t } from "@sbb-esta/lyne-elements/icon.pure.js";
3
+ import n from "react";
4
4
  //#region src/react/icon/icon.component.ts
5
5
  var r = e({
6
6
  tagName: "sbb-icon",
7
- elementClass: n,
8
- react: t
7
+ elementClass: t,
8
+ react: n
9
9
  });
10
10
  //#endregion
11
11
  export { r as SbbIcon };
package/icon-sidebar.js CHANGED
@@ -1,6 +1,6 @@
1
- import { SbbIconSidebar as e } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
2
- import { SbbIconSidebarButton as t } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
1
+ import { SbbIconSidebarButton as e } from "./icon-sidebar/icon-sidebar-button/icon-sidebar-button.component.js";
2
+ import { SbbIconSidebar as t } from "./icon-sidebar/icon-sidebar/icon-sidebar.component.js";
3
3
  import { SbbIconSidebarContainer as n } from "./icon-sidebar/icon-sidebar-container/icon-sidebar-container.component.js";
4
4
  import { SbbIconSidebarContent as r } from "./icon-sidebar/icon-sidebar-content/icon-sidebar-content.component.js";
5
5
  import { SbbIconSidebarLink as i } from "./icon-sidebar/icon-sidebar-link/icon-sidebar-link.component.js";
6
- export { e as SbbIconSidebar, t as SbbIconSidebarButton, n as SbbIconSidebarContainer, r as SbbIconSidebarContent, i as SbbIconSidebarLink };
6
+ export { t as SbbIconSidebar, e as SbbIconSidebarButton, n as SbbIconSidebarContainer, r as SbbIconSidebarContent, i as SbbIconSidebarLink };
@@ -1,7 +1,6 @@
1
1
  import { createComponent as e } from "../../core.js";
2
2
  import t from "react";
3
3
  import { SbbBlockLinkElement as n } from "@sbb-esta/lyne-elements/link.pure.js";
4
- //#region src/react/link/block-link/block-link.component.ts
5
4
  var r = e({
6
5
  tagName: "sbb-block-link",
7
6
  elementClass: n,
@@ -1,7 +1,6 @@
1
1
  import { createComponent as e } from "../../core.js";
2
2
  import t from "react";
3
3
  import { SbbBlockLinkStaticElement as n } from "@sbb-esta/lyne-elements/link.pure.js";
4
- //#region src/react/link/block-link-static/block-link-static.component.ts
5
4
  var r = e({
6
5
  tagName: "sbb-block-link-static",
7
6
  elementClass: n,
@@ -1,7 +1,6 @@
1
1
  import { createComponent as e } from "../core.js";
2
2
  import t from "react";
3
3
  import { SbbLinkListElement as n } from "@sbb-esta/lyne-elements/link-list.pure.js";
4
- //#region src/react/link-list/link-list.component.ts
5
4
  var r = e({
6
5
  tagName: "sbb-link-list",
7
6
  elementClass: n,
@@ -1,7 +1,6 @@
1
1
  import { createComponent as e } from "../core.js";
2
2
  import t from "react";
3
3
  import { SbbLinkListAnchorElement as n } from "@sbb-esta/lyne-elements/link-list-anchor.pure.js";
4
- //#region src/react/link-list-anchor/link-list-anchor.component.ts
5
4
  var r = e({
6
5
  tagName: "sbb-link-list-anchor",
7
6
  elementClass: n,
package/menu.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbMenu as e } from "./menu/menu/menu.component.js";
2
- import { SbbMenuButton as t } from "./menu/menu-button/menu-button.component.js";
3
- import { SbbMenuLink as n } from "./menu/menu-link/menu-link.component.js";
4
- export { e as SbbMenu, t as SbbMenuButton, n as SbbMenuLink };
1
+ import { SbbMenuButton as e } from "./menu/menu-button/menu-button.component.js";
2
+ import { SbbMenuLink as t } from "./menu/menu-link/menu-link.component.js";
3
+ import { SbbMenu as n } from "./menu/menu/menu.component.js";
4
+ export { n as SbbMenu, e as SbbMenuButton, t as SbbMenuLink };
package/mini-calendar.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbMiniCalendar as e } from "./mini-calendar/mini-calendar/mini-calendar.component.js";
2
- import { SbbMiniCalendarDay as t } from "./mini-calendar/mini-calendar-day/mini-calendar-day.component.js";
1
+ import { SbbMiniCalendarDay as e } from "./mini-calendar/mini-calendar-day/mini-calendar-day.component.js";
2
+ import { SbbMiniCalendar as t } from "./mini-calendar/mini-calendar/mini-calendar.component.js";
3
3
  import { SbbMiniCalendarMonth as n } from "./mini-calendar/mini-calendar-month/mini-calendar-month.component.js";
4
- export { e as SbbMiniCalendar, t as SbbMiniCalendarDay, n as SbbMiniCalendarMonth };
4
+ export { t as SbbMiniCalendar, e as SbbMiniCalendarDay, n as SbbMiniCalendarMonth };
package/navigation.js CHANGED
@@ -1,7 +1,7 @@
1
- import { SbbNavigation as e } from "./navigation/navigation/navigation.component.js";
2
- import { SbbNavigationButton as t } from "./navigation/navigation-button/navigation-button.component.js";
3
- import { SbbNavigationLink as n } from "./navigation/navigation-link/navigation-link.component.js";
4
- import { SbbNavigationList as r } from "./navigation/navigation-list/navigation-list.component.js";
5
- import { SbbNavigationMarker as i } from "./navigation/navigation-marker/navigation-marker.component.js";
6
- import { SbbNavigationSection as a } from "./navigation/navigation-section/navigation-section.component.js";
7
- export { e as SbbNavigation, t as SbbNavigationButton, n as SbbNavigationLink, r as SbbNavigationList, i as SbbNavigationMarker, a as SbbNavigationSection };
1
+ import { SbbNavigationButton as e } from "./navigation/navigation-button/navigation-button.component.js";
2
+ import { SbbNavigationLink as t } from "./navigation/navigation-link/navigation-link.component.js";
3
+ import { SbbNavigationMarker as n } from "./navigation/navigation-marker/navigation-marker.component.js";
4
+ import { SbbNavigation as r } from "./navigation/navigation/navigation.component.js";
5
+ import { SbbNavigationSection as i } from "./navigation/navigation-section/navigation-section.component.js";
6
+ import { SbbNavigationList as a } from "./navigation/navigation-list/navigation-list.component.js";
7
+ export { r as SbbNavigation, e as SbbNavigationButton, t as SbbNavigationLink, a as SbbNavigationList, n as SbbNavigationMarker, i as SbbNavigationSection };
package/option.js CHANGED
@@ -1,4 +1,4 @@
1
- import { SbbOptGroup as e } from "./option/optgroup/optgroup.component.js";
2
- import { SbbOption as t } from "./option/option/option.component.js";
1
+ import { SbbOption as e } from "./option/option/option.component.js";
2
+ import { SbbOptGroup as t } from "./option/optgroup/optgroup.component.js";
3
3
  import { SbbOptionHint as n } from "./option/option-hint/option-hint.component.js";
4
- export { e as SbbOptGroup, t as SbbOption, n as SbbOptionHint };
4
+ export { t as SbbOptGroup, e as SbbOption, n as SbbOptionHint };