@blateral/b.kit 2.0.0-beta.2.8 → 2.0.0-beta.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (473) hide show
  1. package/README.md +13 -12
  2. package/lib/components/base/Grid.d.ts +6 -2
  3. package/lib/components/base/Grid.d.ts.map +1 -1
  4. package/lib/components/base/Section.d.ts +2 -1
  5. package/lib/components/base/Section.d.ts.map +1 -1
  6. package/lib/components/base/Wrapper.d.ts +1 -0
  7. package/lib/components/base/Wrapper.d.ts.map +1 -1
  8. package/lib/components/base/icons/AngleDown.d.ts +1 -0
  9. package/lib/components/base/icons/AngleDown.d.ts.map +1 -1
  10. package/lib/components/base/icons/AngleLeft.d.ts +1 -0
  11. package/lib/components/base/icons/AngleLeft.d.ts.map +1 -1
  12. package/lib/components/base/icons/AngleRight.d.ts +1 -0
  13. package/lib/components/base/icons/AngleRight.d.ts.map +1 -1
  14. package/lib/components/base/icons/AngleUp.d.ts +1 -0
  15. package/lib/components/base/icons/AngleUp.d.ts.map +1 -1
  16. package/lib/components/base/icons/ArrowDown.d.ts +1 -0
  17. package/lib/components/base/icons/ArrowDown.d.ts.map +1 -1
  18. package/lib/components/base/icons/ArrowLeft.d.ts +8 -0
  19. package/lib/components/base/icons/ArrowLeft.d.ts.map +1 -0
  20. package/lib/components/base/icons/ArrowLeftGhost.d.ts +1 -0
  21. package/lib/components/base/icons/ArrowLeftGhost.d.ts.map +1 -1
  22. package/lib/components/base/icons/ArrowLeftRight.d.ts +1 -0
  23. package/lib/components/base/icons/ArrowLeftRight.d.ts.map +1 -1
  24. package/lib/components/base/icons/ArrowRight.d.ts +1 -0
  25. package/lib/components/base/icons/ArrowRight.d.ts.map +1 -1
  26. package/lib/components/base/icons/ArrowRightGhost.d.ts +1 -0
  27. package/lib/components/base/icons/ArrowRightGhost.d.ts.map +1 -1
  28. package/lib/components/base/icons/ArrowUp.d.ts +8 -0
  29. package/lib/components/base/icons/ArrowUp.d.ts.map +1 -0
  30. package/lib/components/base/icons/BoxArrowUpRight.d.ts +8 -0
  31. package/lib/components/base/icons/BoxArrowUpRight.d.ts.map +1 -0
  32. package/lib/components/base/icons/CalendarToday.d.ts +8 -0
  33. package/lib/components/base/icons/CalendarToday.d.ts.map +1 -0
  34. package/lib/components/base/icons/Category.d.ts +8 -0
  35. package/lib/components/base/icons/Category.d.ts.map +1 -0
  36. package/lib/components/base/icons/Check.d.ts +1 -0
  37. package/lib/components/base/icons/Check.d.ts.map +1 -1
  38. package/lib/components/base/icons/Clock.d.ts +8 -0
  39. package/lib/components/base/icons/Clock.d.ts.map +1 -0
  40. package/lib/components/base/icons/ClockFilled.d.ts +8 -0
  41. package/lib/components/base/icons/ClockFilled.d.ts.map +1 -0
  42. package/lib/components/base/icons/Computer.d.ts +8 -0
  43. package/lib/components/base/icons/Computer.d.ts.map +1 -0
  44. package/lib/components/base/icons/Cross.d.ts +1 -0
  45. package/lib/components/base/icons/Cross.d.ts.map +1 -1
  46. package/lib/components/base/icons/CrossSmall.d.ts +1 -0
  47. package/lib/components/base/icons/CrossSmall.d.ts.map +1 -1
  48. package/lib/components/base/icons/CurrentLocation.d.ts +8 -0
  49. package/lib/components/base/icons/CurrentLocation.d.ts.map +1 -0
  50. package/lib/components/base/icons/DateRange.d.ts +8 -0
  51. package/lib/components/base/icons/DateRange.d.ts.map +1 -0
  52. package/lib/components/base/icons/DeleteForever.d.ts +8 -0
  53. package/lib/components/base/icons/DeleteForever.d.ts.map +1 -0
  54. package/lib/components/base/icons/External.d.ts +1 -0
  55. package/lib/components/base/icons/External.d.ts.map +1 -1
  56. package/lib/components/base/icons/FlyTo.d.ts +1 -0
  57. package/lib/components/base/icons/FlyTo.d.ts.map +1 -1
  58. package/lib/components/base/icons/Icons.d.ts +61 -0
  59. package/lib/components/base/icons/Icons.d.ts.map +1 -0
  60. package/lib/components/base/icons/Info.d.ts +8 -0
  61. package/lib/components/base/icons/Info.d.ts.map +1 -0
  62. package/lib/components/base/icons/Language.d.ts +8 -0
  63. package/lib/components/base/icons/Language.d.ts.map +1 -0
  64. package/lib/components/base/icons/LocationPin.d.ts +8 -0
  65. package/lib/components/base/icons/LocationPin.d.ts.map +1 -0
  66. package/lib/components/base/icons/Magnifier.d.ts +1 -0
  67. package/lib/components/base/icons/Magnifier.d.ts.map +1 -1
  68. package/lib/components/base/icons/Mail.d.ts +2 -1
  69. package/lib/components/base/icons/Mail.d.ts.map +1 -1
  70. package/lib/components/base/icons/Map.d.ts +8 -0
  71. package/lib/components/base/icons/Map.d.ts.map +1 -0
  72. package/lib/components/base/icons/MenuBurger.d.ts +1 -0
  73. package/lib/components/base/icons/MenuBurger.d.ts.map +1 -1
  74. package/lib/components/base/icons/Minus.d.ts +1 -0
  75. package/lib/components/base/icons/Minus.d.ts.map +1 -1
  76. package/lib/components/base/icons/Money.d.ts +8 -0
  77. package/lib/components/base/icons/Money.d.ts.map +1 -0
  78. package/lib/components/base/icons/MyLocation.d.ts +8 -0
  79. package/lib/components/base/icons/MyLocation.d.ts.map +1 -0
  80. package/lib/components/base/icons/Person.d.ts +8 -0
  81. package/lib/components/base/icons/Person.d.ts.map +1 -0
  82. package/lib/components/base/icons/Phone.d.ts +1 -0
  83. package/lib/components/base/icons/Phone.d.ts.map +1 -1
  84. package/lib/components/base/icons/Place.d.ts +8 -0
  85. package/lib/components/base/icons/Place.d.ts.map +1 -0
  86. package/lib/components/base/icons/Play.d.ts +1 -0
  87. package/lib/components/base/icons/Play.d.ts.map +1 -1
  88. package/lib/components/base/icons/Plus.d.ts +1 -0
  89. package/lib/components/base/icons/Plus.d.ts.map +1 -1
  90. package/lib/components/base/icons/Route.d.ts +1 -0
  91. package/lib/components/base/icons/Route.d.ts.map +1 -1
  92. package/lib/components/base/icons/Star.d.ts +1 -0
  93. package/lib/components/base/icons/Star.d.ts.map +1 -1
  94. package/lib/components/base/icons/files/Excel.d.ts +2 -0
  95. package/lib/components/base/icons/files/Excel.d.ts.map +1 -1
  96. package/lib/components/base/icons/files/Image.d.ts +2 -0
  97. package/lib/components/base/icons/files/Image.d.ts.map +1 -1
  98. package/lib/components/base/icons/files/Pdf.d.ts +2 -0
  99. package/lib/components/base/icons/files/Pdf.d.ts.map +1 -1
  100. package/lib/components/base/icons/files/PowerPoint.d.ts +2 -0
  101. package/lib/components/base/icons/files/PowerPoint.d.ts.map +1 -1
  102. package/lib/components/base/icons/files/UploadFile.d.ts +8 -0
  103. package/lib/components/base/icons/files/UploadFile.d.ts.map +1 -0
  104. package/lib/components/base/icons/files/Word.d.ts +2 -0
  105. package/lib/components/base/icons/files/Word.d.ts.map +1 -1
  106. package/lib/components/base/icons/files/Zip.d.ts +2 -0
  107. package/lib/components/base/icons/files/Zip.d.ts.map +1 -1
  108. package/lib/components/base/icons/socials/Facebook.d.ts +1 -0
  109. package/lib/components/base/icons/socials/Facebook.d.ts.map +1 -1
  110. package/lib/components/base/icons/socials/Instagram.d.ts +1 -0
  111. package/lib/components/base/icons/socials/Instagram.d.ts.map +1 -1
  112. package/lib/components/base/icons/socials/LinkedIn.d.ts +1 -0
  113. package/lib/components/base/icons/socials/LinkedIn.d.ts.map +1 -1
  114. package/lib/components/base/icons/socials/Twitter.d.ts +1 -0
  115. package/lib/components/base/icons/socials/Twitter.d.ts.map +1 -1
  116. package/lib/components/base/icons/socials/Xing.d.ts +1 -0
  117. package/lib/components/base/icons/socials/Xing.d.ts.map +1 -1
  118. package/lib/components/base/icons/socials/Youtube.d.ts +1 -0
  119. package/lib/components/base/icons/socials/Youtube.d.ts.map +1 -1
  120. package/lib/components/blocks/Alert.d.ts.map +1 -1
  121. package/lib/components/blocks/Bdot.d.ts.map +1 -1
  122. package/lib/components/blocks/CookieConsent.d.ts +2 -0
  123. package/lib/components/blocks/CookieConsent.d.ts.map +1 -1
  124. package/lib/components/blocks/EventBlock.d.ts +11 -3
  125. package/lib/components/blocks/EventBlock.d.ts.map +1 -1
  126. package/lib/components/blocks/Feature.d.ts.map +1 -1
  127. package/lib/components/blocks/Image.d.ts +3 -0
  128. package/lib/components/blocks/Image.d.ts.map +1 -1
  129. package/lib/components/blocks/InfoList.d.ts +20 -0
  130. package/lib/components/blocks/InfoList.d.ts.map +1 -0
  131. package/lib/components/blocks/IntroBlock.d.ts +3 -0
  132. package/lib/components/blocks/IntroBlock.d.ts.map +1 -1
  133. package/lib/components/blocks/JobCard.d.ts +42 -0
  134. package/lib/components/blocks/JobCard.d.ts.map +1 -0
  135. package/lib/components/blocks/LanguageSwitcher.d.ts +2 -1
  136. package/lib/components/blocks/LanguageSwitcher.d.ts.map +1 -1
  137. package/lib/components/blocks/NavBlock.d.ts.map +1 -1
  138. package/lib/components/blocks/NewsCard.d.ts +6 -3
  139. package/lib/components/blocks/NewsCard.d.ts.map +1 -1
  140. package/lib/components/blocks/POICard.d.ts +49 -0
  141. package/lib/components/blocks/POICard.d.ts.map +1 -0
  142. package/lib/components/blocks/POIFacts.d.ts +12 -0
  143. package/lib/components/blocks/POIFacts.d.ts.map +1 -0
  144. package/lib/components/blocks/PromotionCard.d.ts +4 -0
  145. package/lib/components/blocks/PromotionCard.d.ts.map +1 -1
  146. package/lib/components/blocks/Slider.d.ts +9 -2
  147. package/lib/components/blocks/Slider.d.ts.map +1 -1
  148. package/lib/components/blocks/SocialList.d.ts +10 -4
  149. package/lib/components/blocks/SocialList.d.ts.map +1 -1
  150. package/lib/components/blocks/Tag.d.ts +9 -3
  151. package/lib/components/blocks/Tag.d.ts.map +1 -1
  152. package/lib/components/blocks/Title.d.ts.map +1 -1
  153. package/lib/components/blocks/VideoBlock.d.ts +2 -2
  154. package/lib/components/blocks/VideoBlock.d.ts.map +1 -1
  155. package/lib/components/blocks/VideoCard.d.ts.map +1 -1
  156. package/lib/components/buttons/Button.d.ts +1 -0
  157. package/lib/components/buttons/Button.d.ts.map +1 -1
  158. package/lib/components/buttons/ButtonGhost.d.ts +1 -0
  159. package/lib/components/buttons/ButtonGhost.d.ts.map +1 -1
  160. package/lib/components/buttons/Control.d.ts +11 -0
  161. package/lib/components/buttons/Control.d.ts.map +1 -0
  162. package/lib/components/buttons/Pointer.d.ts +1 -0
  163. package/lib/components/buttons/Pointer.d.ts.map +1 -1
  164. package/lib/components/buttons/QuicknavButton.d.ts.map +1 -1
  165. package/lib/components/examples/hooks/ArrayHookExample.d.ts +4 -0
  166. package/lib/components/examples/hooks/ArrayHookExample.d.ts.map +1 -0
  167. package/lib/components/examples/hooks/IntervalHookExample.d.ts +4 -0
  168. package/lib/components/examples/hooks/IntervalHookExample.d.ts.map +1 -0
  169. package/lib/components/fields/Checkbox.d.ts.map +1 -1
  170. package/lib/components/fields/CompactForm.d.ts.map +1 -1
  171. package/lib/components/fields/Datepicker.d.ts +8 -11
  172. package/lib/components/fields/Datepicker.d.ts.map +1 -1
  173. package/lib/components/fields/FileUpload.d.ts +3 -9
  174. package/lib/components/fields/FileUpload.d.ts.map +1 -1
  175. package/lib/components/fields/FilterField.d.ts +12 -0
  176. package/lib/components/fields/FilterField.d.ts.map +1 -0
  177. package/lib/components/fields/FormField.d.ts +33 -0
  178. package/lib/components/fields/FormField.d.ts.map +1 -0
  179. package/lib/components/fields/LocationField.d.ts +38 -0
  180. package/lib/components/fields/LocationField.d.ts.map +1 -0
  181. package/lib/components/fields/Radio.d.ts +0 -1
  182. package/lib/components/fields/Radio.d.ts.map +1 -1
  183. package/lib/components/fields/SearchInput.d.ts.map +1 -1
  184. package/lib/components/fields/SelectDropdown.d.ts +2 -11
  185. package/lib/components/fields/SelectDropdown.d.ts.map +1 -1
  186. package/lib/components/fields/Textarea.d.ts +1 -3
  187. package/lib/components/fields/Textarea.d.ts.map +1 -1
  188. package/lib/components/fields/Textfield.d.ts +2 -7
  189. package/lib/components/fields/Textfield.d.ts.map +1 -1
  190. package/lib/components/sections/Accordion.d.ts +3 -6
  191. package/lib/components/sections/Accordion.d.ts.map +1 -1
  192. package/lib/components/sections/AlertList.d.ts +1 -1
  193. package/lib/components/sections/Article.d.ts +1 -10
  194. package/lib/components/sections/Article.d.ts.map +1 -1
  195. package/lib/components/sections/CallToAction.d.ts +1 -1
  196. package/lib/components/sections/CardList.d.ts +5 -5
  197. package/lib/components/sections/CardList.d.ts.map +1 -1
  198. package/lib/components/sections/ComparisonSlider.d.ts +1 -1
  199. package/lib/components/sections/ComparisonSlider.d.ts.map +1 -1
  200. package/lib/components/sections/CrossPromotion.d.ts +1 -1
  201. package/lib/components/sections/FactGrid.d.ts +1 -1
  202. package/lib/components/sections/FactList.d.ts +1 -1
  203. package/lib/components/sections/FactList.d.ts.map +1 -1
  204. package/lib/components/sections/FeatureList.d.ts +1 -1
  205. package/lib/components/sections/Gallery.d.ts +8 -6
  206. package/lib/components/sections/Gallery.d.ts.map +1 -1
  207. package/lib/components/sections/IconList.d.ts +2 -1
  208. package/lib/components/sections/IconList.d.ts.map +1 -1
  209. package/lib/components/sections/IndexList.d.ts +5 -1
  210. package/lib/components/sections/IndexList.d.ts.map +1 -1
  211. package/lib/components/sections/Intro.d.ts +8 -3
  212. package/lib/components/sections/Intro.d.ts.map +1 -1
  213. package/lib/components/sections/Map.d.ts +38 -33
  214. package/lib/components/sections/Map.d.ts.map +1 -1
  215. package/lib/components/sections/NavList.d.ts +2 -10
  216. package/lib/components/sections/NavList.d.ts.map +1 -1
  217. package/lib/components/sections/NewsletterForm.d.ts +90 -0
  218. package/lib/components/sections/NewsletterForm.d.ts.map +1 -0
  219. package/lib/components/sections/NumberList.d.ts +1 -1
  220. package/lib/components/sections/NumberList.d.ts.map +1 -1
  221. package/lib/components/sections/Poster.d.ts +1 -1
  222. package/lib/components/sections/PriceList.d.ts +1 -1
  223. package/lib/components/sections/PriceList.d.ts.map +1 -1
  224. package/lib/components/sections/PriceTable.d.ts +1 -1
  225. package/lib/components/sections/Quicknav.d.ts +1 -1
  226. package/lib/components/sections/Quote.d.ts +1 -1
  227. package/lib/components/sections/SocialNav.d.ts +6 -5
  228. package/lib/components/sections/SocialNav.d.ts.map +1 -1
  229. package/lib/components/sections/SocialWall.d.ts +1 -1
  230. package/lib/components/sections/SocialWall.d.ts.map +1 -1
  231. package/lib/components/sections/Table.d.ts +1 -1
  232. package/lib/components/sections/Table.d.ts.map +1 -1
  233. package/lib/components/sections/Teaser.d.ts +1 -1
  234. package/lib/components/sections/TeaserWide.d.ts +1 -1
  235. package/lib/components/sections/TeaserWide.d.ts.map +1 -1
  236. package/lib/components/sections/Timeline.d.ts +1 -1
  237. package/lib/components/sections/Timeline.d.ts.map +1 -1
  238. package/lib/components/sections/Video.d.ts +1 -1
  239. package/lib/components/sections/carousel/CarouselBase.d.ts +1 -0
  240. package/lib/components/sections/carousel/CarouselBase.d.ts.map +1 -1
  241. package/lib/components/sections/carousel/FeatureCarousel.d.ts +1 -1
  242. package/lib/components/sections/carousel/ImageCarousel.d.ts +1 -1
  243. package/lib/components/sections/carousel/PromotionCarousel.d.ts +1 -1
  244. package/lib/components/sections/carousel/PromotionCarousel.d.ts.map +1 -1
  245. package/lib/components/sections/carousel/VideoCarousel.d.ts +1 -1
  246. package/lib/components/sections/carousel/VideoCarousel.d.ts.map +1 -1
  247. package/lib/components/sections/events/EventDetail.d.ts +58 -0
  248. package/lib/components/sections/events/EventDetail.d.ts.map +1 -0
  249. package/lib/components/sections/events/EventList.d.ts +39 -0
  250. package/lib/components/sections/events/EventList.d.ts.map +1 -0
  251. package/lib/components/sections/events/EventOverview.d.ts +62 -0
  252. package/lib/components/sections/events/EventOverview.d.ts.map +1 -0
  253. package/lib/components/sections/footer/Footer.d.ts +65 -0
  254. package/lib/components/sections/footer/Footer.d.ts.map +1 -0
  255. package/lib/components/sections/footer/partials/FooterBottomBar.d.ts +14 -0
  256. package/lib/components/sections/footer/partials/FooterBottomBar.d.ts.map +1 -0
  257. package/lib/components/sections/footer/partials/FooterColumn.d.ts +14 -0
  258. package/lib/components/sections/footer/partials/FooterColumn.d.ts.map +1 -0
  259. package/lib/components/sections/footer/partials/index.d.ts +3 -0
  260. package/lib/components/sections/footer/partials/index.d.ts.map +1 -0
  261. package/lib/components/sections/footer/skeletons/FooterArticle.d.ts +12 -0
  262. package/lib/components/sections/footer/skeletons/FooterArticle.d.ts.map +1 -0
  263. package/lib/components/sections/footer/skeletons/FooterBottomGrid.d.ts +16 -0
  264. package/lib/components/sections/footer/skeletons/FooterBottomGrid.d.ts.map +1 -0
  265. package/lib/components/sections/footer/skeletons/index.d.ts +3 -0
  266. package/lib/components/sections/footer/skeletons/index.d.ts.map +1 -0
  267. package/lib/components/sections/{DynamicForm.d.ts → form/DynamicForm.d.ts} +51 -20
  268. package/lib/components/sections/form/DynamicForm.d.ts.map +1 -0
  269. package/lib/components/sections/form/renderer/areaRenderer.d.ts +5 -0
  270. package/lib/components/sections/form/renderer/areaRenderer.d.ts.map +1 -0
  271. package/lib/components/sections/form/renderer/datepickerRenderer.d.ts +5 -0
  272. package/lib/components/sections/form/renderer/datepickerRenderer.d.ts.map +1 -0
  273. package/lib/components/sections/form/renderer/fieldGroupRenderer.d.ts +5 -0
  274. package/lib/components/sections/form/renderer/fieldGroupRenderer.d.ts.map +1 -0
  275. package/lib/components/sections/form/renderer/fieldRenderer.d.ts +5 -0
  276. package/lib/components/sections/form/renderer/fieldRenderer.d.ts.map +1 -0
  277. package/lib/components/sections/form/renderer/locationRenderer.d.ts +6 -0
  278. package/lib/components/sections/form/renderer/locationRenderer.d.ts.map +1 -0
  279. package/lib/components/sections/form/renderer/selectRenderer.d.ts +5 -0
  280. package/lib/components/sections/form/renderer/selectRenderer.d.ts.map +1 -0
  281. package/lib/components/sections/form/renderer/uploadRenderer.d.ts +5 -0
  282. package/lib/components/sections/form/renderer/uploadRenderer.d.ts.map +1 -0
  283. package/lib/components/sections/form/validators/areaValidator.d.ts +4 -0
  284. package/lib/components/sections/form/validators/areaValidator.d.ts.map +1 -0
  285. package/lib/components/sections/form/validators/datepickerValidator.d.ts +4 -0
  286. package/lib/components/sections/form/validators/datepickerValidator.d.ts.map +1 -0
  287. package/lib/components/sections/form/validators/fieldGroupValidator.d.ts +4 -0
  288. package/lib/components/sections/form/validators/fieldGroupValidator.d.ts.map +1 -0
  289. package/lib/components/sections/form/validators/fieldValidator.d.ts +4 -0
  290. package/lib/components/sections/form/validators/fieldValidator.d.ts.map +1 -0
  291. package/lib/components/sections/form/validators/locationValidator.d.ts +5 -0
  292. package/lib/components/sections/form/validators/locationValidator.d.ts.map +1 -0
  293. package/lib/components/sections/form/validators/selectValidator.d.ts +4 -0
  294. package/lib/components/sections/form/validators/selectValidator.d.ts.map +1 -0
  295. package/lib/components/sections/form/validators/uploadValidator.d.ts +4 -0
  296. package/lib/components/sections/form/validators/uploadValidator.d.ts.map +1 -0
  297. package/lib/components/sections/header/Header.d.ts +67 -47
  298. package/lib/components/sections/header/Header.d.ts.map +1 -1
  299. package/lib/components/sections/header/HeaderKenBurns.d.ts +4 -14
  300. package/lib/components/sections/header/HeaderKenBurns.d.ts.map +1 -1
  301. package/lib/components/sections/header/HeaderPoster.d.ts +7 -16
  302. package/lib/components/sections/header/HeaderPoster.d.ts.map +1 -1
  303. package/lib/components/sections/header/HeaderVideo.d.ts +6 -16
  304. package/lib/components/sections/header/HeaderVideo.d.ts.map +1 -1
  305. package/lib/components/sections/jobs/JobArticle.d.ts +52 -0
  306. package/lib/components/sections/jobs/JobArticle.d.ts.map +1 -0
  307. package/lib/components/sections/jobs/JobList.d.ts +39 -0
  308. package/lib/components/sections/jobs/JobList.d.ts.map +1 -0
  309. package/lib/components/sections/navigation/{remastered/NavBar.d.ts → NavBar.d.ts} +6 -1
  310. package/lib/components/sections/navigation/NavBar.d.ts.map +1 -0
  311. package/lib/components/sections/navigation/Navigation.d.ts +76 -56
  312. package/lib/components/sections/navigation/Navigation.d.ts.map +1 -1
  313. package/lib/components/sections/navigation/menu/Menu.d.ts +38 -30
  314. package/lib/components/sections/navigation/menu/Menu.d.ts.map +1 -1
  315. package/lib/components/sections/navigation/menu/variations/MenuFlyout.d.ts +16 -0
  316. package/lib/components/sections/navigation/menu/variations/MenuFlyout.d.ts.map +1 -0
  317. package/lib/components/sections/navigation/{remastered/menu → menu}/variations/MenuLarge.d.ts +0 -0
  318. package/lib/components/sections/navigation/menu/variations/MenuLarge.d.ts.map +1 -0
  319. package/lib/components/sections/navigation/partials/MenuFooter.d.ts +12 -0
  320. package/lib/components/sections/navigation/partials/MenuFooter.d.ts.map +1 -0
  321. package/lib/components/sections/navigation/partials/MenuHeader.d.ts +16 -0
  322. package/lib/components/sections/navigation/partials/MenuHeader.d.ts.map +1 -0
  323. package/lib/components/sections/navigation/{remastered/partials → partials}/NavBarBottom.d.ts +1 -1
  324. package/lib/components/sections/navigation/partials/NavBarBottom.d.ts.map +1 -0
  325. package/lib/components/sections/navigation/{remastered/partials → partials}/NavBarMain.d.ts +4 -0
  326. package/lib/components/sections/navigation/partials/NavBarMain.d.ts.map +1 -0
  327. package/lib/components/sections/navigation/{remastered/partials → partials}/NavBarTop.d.ts +1 -1
  328. package/lib/components/sections/navigation/partials/NavBarTop.d.ts.map +1 -0
  329. package/lib/components/sections/navigation/partials/index.d.ts +6 -0
  330. package/lib/components/sections/navigation/partials/index.d.ts.map +1 -0
  331. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarBreadCrumbs.d.ts +3 -3
  332. package/lib/components/sections/navigation/skeletons/BarBreadCrumbs.d.ts.map +1 -0
  333. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarColumn.d.ts +0 -0
  334. package/lib/components/sections/navigation/skeletons/BarColumn.d.ts.map +1 -0
  335. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarLogo.d.ts +2 -2
  336. package/lib/components/sections/navigation/skeletons/BarLogo.d.ts.map +1 -0
  337. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarMenuToggle.d.ts +1 -0
  338. package/lib/components/sections/navigation/skeletons/BarMenuToggle.d.ts.map +1 -0
  339. package/lib/components/sections/navigation/{remastered/skeletons → skeletons}/BarNavList.d.ts +0 -0
  340. package/lib/components/sections/navigation/skeletons/BarNavList.d.ts.map +1 -0
  341. package/lib/components/sections/navigation/skeletons/index.d.ts +6 -0
  342. package/lib/components/sections/navigation/skeletons/index.d.ts.map +1 -0
  343. package/lib/components/sections/news/NewsAuthorCard.d.ts +2 -2
  344. package/lib/components/sections/news/NewsAuthorCard.d.ts.map +1 -1
  345. package/lib/components/sections/news/NewsFooter.d.ts +30 -8
  346. package/lib/components/sections/news/NewsFooter.d.ts.map +1 -1
  347. package/lib/components/sections/news/NewsImages.d.ts +5 -1
  348. package/lib/components/sections/news/NewsImages.d.ts.map +1 -1
  349. package/lib/components/sections/news/NewsIntro.d.ts +39 -7
  350. package/lib/components/sections/news/NewsIntro.d.ts.map +1 -1
  351. package/lib/components/sections/news/NewsList.d.ts +8 -13
  352. package/lib/components/sections/news/NewsList.d.ts.map +1 -1
  353. package/lib/components/sections/news/NewsOverview.d.ts +8 -5
  354. package/lib/components/sections/news/NewsOverview.d.ts.map +1 -1
  355. package/lib/components/sections/news/NewsTable.d.ts +6 -2
  356. package/lib/components/sections/news/NewsTable.d.ts.map +1 -1
  357. package/lib/components/sections/news/NewsText.d.ts +6 -2
  358. package/lib/components/sections/news/NewsText.d.ts.map +1 -1
  359. package/lib/components/sections/news/NewsVideo.d.ts +5 -1
  360. package/lib/components/sections/news/NewsVideo.d.ts.map +1 -1
  361. package/lib/components/sections/pois/PointOfInterestDetail.d.ts +55 -0
  362. package/lib/components/sections/pois/PointOfInterestDetail.d.ts.map +1 -0
  363. package/lib/components/sections/pois/PointOfInterestMap.d.ts +121 -0
  364. package/lib/components/sections/pois/PointOfInterestMap.d.ts.map +1 -0
  365. package/lib/components/sections/pois/PointOfInterestOverview.d.ts +38 -0
  366. package/lib/components/sections/pois/PointOfInterestOverview.d.ts.map +1 -0
  367. package/lib/components/typography/Callout.d.ts +1 -0
  368. package/lib/components/typography/Callout.d.ts.map +1 -1
  369. package/lib/components/typography/Copy.d.ts +3 -1
  370. package/lib/components/typography/Copy.d.ts.map +1 -1
  371. package/lib/components/typography/Heading.d.ts +2 -1
  372. package/lib/components/typography/Heading.d.ts.map +1 -1
  373. package/lib/components/typography/Link.d.ts +2 -0
  374. package/lib/components/typography/Link.d.ts.map +1 -1
  375. package/lib/index.d.ts +48 -36
  376. package/lib/index.d.ts.map +1 -1
  377. package/lib/index.es.js +1 -15
  378. package/lib/index.es.js.map +1 -1
  379. package/lib/index.js +1 -1
  380. package/lib/index.js.map +1 -1
  381. package/lib/utils/LibThemeProvider.d.ts +2 -3
  382. package/lib/utils/LibThemeProvider.d.ts.map +1 -1
  383. package/lib/utils/arrays.d.ts +3 -0
  384. package/lib/utils/arrays.d.ts.map +1 -0
  385. package/lib/utils/concat.d.ts +8 -0
  386. package/lib/utils/concat.d.ts.map +1 -0
  387. package/lib/utils/dataURI.d.ts +3 -0
  388. package/lib/utils/dataURI.d.ts.map +1 -0
  389. package/lib/utils/filters.d.ts +2 -0
  390. package/lib/utils/filters.d.ts.map +1 -0
  391. package/lib/utils/formFieldText.d.ts +3 -0
  392. package/lib/utils/formFieldText.d.ts.map +1 -0
  393. package/lib/utils/getLinkIcon.d.ts +3 -0
  394. package/lib/utils/getLinkIcon.d.ts.map +1 -0
  395. package/lib/utils/hexRgbConverter.d.ts.map +1 -1
  396. package/lib/utils/menuHooks.d.ts +18 -0
  397. package/lib/utils/menuHooks.d.ts.map +1 -0
  398. package/lib/utils/navigation.d.ts +20 -0
  399. package/lib/utils/navigation.d.ts.map +1 -0
  400. package/lib/utils/statusFormatter.d.ts +7 -0
  401. package/lib/utils/statusFormatter.d.ts.map +1 -1
  402. package/lib/utils/structuredData.d.ts +12 -0
  403. package/lib/utils/structuredData.d.ts.map +1 -1
  404. package/lib/utils/styles.d.ts +54 -32
  405. package/lib/utils/styles.d.ts.map +1 -1
  406. package/lib/utils/types.d.ts +8 -0
  407. package/lib/utils/types.d.ts.map +1 -0
  408. package/lib/utils/urlParams.d.ts +4 -0
  409. package/lib/utils/urlParams.d.ts.map +1 -0
  410. package/lib/utils/useArray.d.ts +13 -0
  411. package/lib/utils/useArray.d.ts.map +1 -0
  412. package/lib/utils/useDebounce.d.ts +6 -0
  413. package/lib/utils/useDebounce.d.ts.map +1 -0
  414. package/lib/utils/useGeolocation.d.ts +8 -0
  415. package/lib/utils/useGeolocation.d.ts.map +1 -0
  416. package/lib/utils/useInterval.d.ts +4 -1
  417. package/lib/utils/useInterval.d.ts.map +1 -1
  418. package/lib/utils/useLazyInput.d.ts +8 -0
  419. package/lib/utils/useLazyInput.d.ts.map +1 -0
  420. package/lib/utils/useLeafletMap.d.ts +55 -0
  421. package/lib/utils/useLeafletMap.d.ts.map +1 -0
  422. package/lib/utils/useMounted.d.ts +3 -0
  423. package/lib/utils/useMounted.d.ts.map +1 -0
  424. package/lib/utils/useParams.d.ts +6 -0
  425. package/lib/utils/useParams.d.ts.map +1 -0
  426. package/lib/utils/usePrevious.d.ts +3 -0
  427. package/lib/utils/usePrevious.d.ts.map +1 -0
  428. package/lib/utils/useScrollIntoView.d.ts +5 -3
  429. package/lib/utils/useScrollIntoView.d.ts.map +1 -1
  430. package/lib/utils/useTimeout.d.ts +6 -0
  431. package/lib/utils/useTimeout.d.ts.map +1 -0
  432. package/lib/utils/useUpdateEffect.d.ts +5 -0
  433. package/lib/utils/useUpdateEffect.d.ts.map +1 -0
  434. package/package.json +46 -35
  435. package/lib/components/base/icons/ExclamationMark.d.ts +0 -7
  436. package/lib/components/base/icons/ExclamationMark.d.ts.map +0 -1
  437. package/lib/components/base/icons/StarGhost.d.ts +0 -7
  438. package/lib/components/base/icons/StarGhost.d.ts.map +0 -1
  439. package/lib/components/base/icons/files/Document.d.ts +0 -6
  440. package/lib/components/base/icons/files/Document.d.ts.map +0 -1
  441. package/lib/components/blocks/LeafletMap.d.ts +0 -42
  442. package/lib/components/blocks/LeafletMap.d.ts.map +0 -1
  443. package/lib/components/blocks/LinkList.d.ts +0 -11
  444. package/lib/components/blocks/LinkList.d.ts.map +0 -1
  445. package/lib/components/sections/DynamicForm.d.ts.map +0 -1
  446. package/lib/components/sections/EventList.d.ts +0 -23
  447. package/lib/components/sections/EventList.d.ts.map +0 -1
  448. package/lib/components/sections/Footer.d.ts +0 -58
  449. package/lib/components/sections/Footer.d.ts.map +0 -1
  450. package/lib/components/sections/Form.d.ts +0 -76
  451. package/lib/components/sections/Form.d.ts.map +0 -1
  452. package/lib/components/sections/navigation/TopBar.d.ts +0 -39
  453. package/lib/components/sections/navigation/TopBar.d.ts.map +0 -1
  454. package/lib/components/sections/navigation/menu/Flyout.d.ts +0 -53
  455. package/lib/components/sections/navigation/menu/Flyout.d.ts.map +0 -1
  456. package/lib/components/sections/navigation/remastered/NavBar.d.ts.map +0 -1
  457. package/lib/components/sections/navigation/remastered/Navigation.d.ts +0 -50
  458. package/lib/components/sections/navigation/remastered/Navigation.d.ts.map +0 -1
  459. package/lib/components/sections/navigation/remastered/menu/Menu.d.ts +0 -39
  460. package/lib/components/sections/navigation/remastered/menu/Menu.d.ts.map +0 -1
  461. package/lib/components/sections/navigation/remastered/menu/variations/MenuFlyout.d.ts +0 -8
  462. package/lib/components/sections/navigation/remastered/menu/variations/MenuFlyout.d.ts.map +0 -1
  463. package/lib/components/sections/navigation/remastered/menu/variations/MenuLarge.d.ts.map +0 -1
  464. package/lib/components/sections/navigation/remastered/partials/NavBarBottom.d.ts.map +0 -1
  465. package/lib/components/sections/navigation/remastered/partials/NavBarMain.d.ts.map +0 -1
  466. package/lib/components/sections/navigation/remastered/partials/NavBarTop.d.ts.map +0 -1
  467. package/lib/components/sections/navigation/remastered/skeletons/BarBreadCrumbs.d.ts.map +0 -1
  468. package/lib/components/sections/navigation/remastered/skeletons/BarColumn.d.ts.map +0 -1
  469. package/lib/components/sections/navigation/remastered/skeletons/BarLogo.d.ts.map +0 -1
  470. package/lib/components/sections/navigation/remastered/skeletons/BarMenuToggle.d.ts.map +0 -1
  471. package/lib/components/sections/navigation/remastered/skeletons/BarNavList.d.ts.map +0 -1
  472. package/lib/components/sections/navigation/remastered/skeletons/Skeletons.d.ts +0 -39
  473. package/lib/components/sections/navigation/remastered/skeletons/Skeletons.d.ts.map +0 -1
@@ -1,6 +1,8 @@
1
1
  import React from 'react';
2
2
  import { ImageProps } from "../../blocks/Image";
3
3
  export declare const NewsVideoComponent: React.FC<{
4
+ /** ID value for targeting section with anchor hashes */
5
+ anchorId?: string | undefined;
4
6
  bgImage?: ImageProps | undefined;
5
7
  embedId?: string | undefined;
6
8
  playIcon?: React.ReactChild | undefined;
@@ -9,6 +11,8 @@ export declare const NewsVideoComponent: React.FC<{
9
11
  bgMode?: "full" | "inverted" | undefined;
10
12
  }>;
11
13
  declare const _default: React.FC<{
14
+ /** ID value for targeting section with anchor hashes */
15
+ anchorId?: string | undefined;
12
16
  bgImage?: ImageProps | undefined;
13
17
  embedId?: string | undefined;
14
18
  playIcon?: React.ReactChild | undefined;
@@ -16,7 +20,7 @@ declare const _default: React.FC<{
16
20
  secondaryAction?: ((isInverted?: boolean | undefined) => React.ReactNode) | undefined;
17
21
  bgMode?: "full" | "inverted" | undefined;
18
22
  } & {
19
- theme?: import("../../../utils/LibThemeProvider").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
23
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
20
24
  }>;
21
25
  export default _default;
22
26
  //# sourceMappingURL=NewsVideo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NewsVideo.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,EAAE,UAAU,EAAE,2BAAgC;AAqErD,eAAO,MAAM,kBAAkB;;;;2DApDe,MAAM,SAAS;6DACb,MAAM,SAAS;;EAmDpB,CAAC;;;;;;;;;;;AAC5C,wBAAuC"}
1
+ {"version":3,"file":"NewsVideo.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/news/NewsVideo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,UAAU,EAAE,2BAAgC;AA0ErD,eAAO,MAAM,kBAAkB;IA7D3B,wDAAwD;;;;;2DAOd,MAAM,SAAS;6DACb,MAAM,SAAS;;EAqDpB,CAAC;;IA7DxC,wDAAwD;;;;;;;;;;;AA8D5D,wBAAuC"}
@@ -0,0 +1,55 @@
1
+ import React from 'react';
2
+ import { ImageProps } from "../../blocks/Image";
3
+ import { InfoGroup } from "../../blocks/InfoList";
4
+ export declare const PointOfInterestDetailComponent: React.FC<{
5
+ /** ID value for targeting section with anchor hashes */
6
+ anchorId?: string | undefined;
7
+ /** POI image */
8
+ image?: Omit<ImageProps, "coverSpace"> | undefined;
9
+ /** POI title */
10
+ title?: string | undefined;
11
+ /** POI intro text */
12
+ intro?: string | undefined;
13
+ /** POI text (richtext) */
14
+ text?: string | undefined;
15
+ /** Array of POI facts */
16
+ facts?: string[] | undefined;
17
+ /** Additional POI infos */
18
+ infos?: InfoGroup[] | undefined;
19
+ /** Section background */
20
+ bgMode?: "inverted" | "full" | undefined;
21
+ /** Function to inject custom feature node */
22
+ customFact?: ((props: {
23
+ key: React.Key;
24
+ name: string;
25
+ isInverted?: boolean;
26
+ }) => React.ReactNode) | undefined;
27
+ }>;
28
+ declare const _default: React.FC<{
29
+ /** ID value for targeting section with anchor hashes */
30
+ anchorId?: string | undefined;
31
+ /** POI image */
32
+ image?: Omit<ImageProps, "coverSpace"> | undefined;
33
+ /** POI title */
34
+ title?: string | undefined;
35
+ /** POI intro text */
36
+ intro?: string | undefined;
37
+ /** POI text (richtext) */
38
+ text?: string | undefined;
39
+ /** Array of POI facts */
40
+ facts?: string[] | undefined;
41
+ /** Additional POI infos */
42
+ infos?: InfoGroup[] | undefined;
43
+ /** Section background */
44
+ bgMode?: "inverted" | "full" | undefined;
45
+ /** Function to inject custom feature node */
46
+ customFact?: ((props: {
47
+ key: React.Key;
48
+ name: string;
49
+ isInverted?: boolean | undefined;
50
+ }) => React.ReactNode) | undefined;
51
+ } & {
52
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
53
+ }>;
54
+ export default _default;
55
+ //# sourceMappingURL=PointOfInterestDetail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PointOfInterestDetail.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/pois/PointOfInterestDetail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAc,EAAE,UAAU,EAAE,2BAAgC;AAM5D,OAAiB,EAAE,SAAS,EAAE,8BAAmC;AA4IjE,eAAO,MAAM,8BAA8B;IA9GvC,wDAAwD;;IAGxD,gBAAgB;;IAGhB,gBAAgB;;IAGhB,qBAAqB;;IAGrB,0BAA0B;;IAG1B,yBAAyB;;IAGzB,2BAA2B;;IAG3B,yBAAyB;;IAGzB,6CAA6C;0BACxB;QACjB,GAAG,EAAE,MAAM,GAAG,CAAC;QACf,MAAM,MAAM,CAAC;QACb,UAAU,CAAC,EAAE,OAAO,CAAC;KACxB,KAAK,MAAM,SAAS;EAiF0C,CAAC;;IA9GhE,wDAAwD;;IAGxD,gBAAgB;;IAGhB,gBAAgB;;IAGhB,qBAAqB;;IAGrB,0BAA0B;;IAG1B,yBAAyB;;IAGzB,2BAA2B;;IAG3B,yBAAyB;;IAGzB,6CAA6C;;;;;;;;;AAuFjD,wBAAmD"}
@@ -0,0 +1,121 @@
1
+ import React from 'react';
2
+ import { Info } from "../../blocks/InfoList";
3
+ export interface LocationIcon {
4
+ url: string;
5
+ size: [number, number];
6
+ anchor: [number, number];
7
+ sizeActive: [number, number];
8
+ anchorActive: [number, number];
9
+ }
10
+ export interface MapPOI {
11
+ /** Unique ID */
12
+ id: string;
13
+ /** Latitude and Longitude of item position */
14
+ position: [number, number];
15
+ /** Marker icon settings */
16
+ icon?: LocationIcon;
17
+ /** POI name */
18
+ name?: string;
19
+ /** POI short description text */
20
+ description?: string;
21
+ /** Array of POI facts */
22
+ facts?: string[];
23
+ /** Array of additional POI informations */
24
+ infos?: Info[];
25
+ /** Function to inject custom action node */
26
+ action?: React.ReactNode;
27
+ }
28
+ export declare const PointOfInterestMapComponent: React.FC<{
29
+ /** ID value for targeting section with anchor hashes */
30
+ anchorId?: string | undefined;
31
+ /** Size mode */
32
+ size?: "default" | "large" | undefined;
33
+ /** Array of POI card settings */
34
+ pois?: MapPOI[] | undefined;
35
+ /** Use geolocation for own position */
36
+ showOwnPosition?: boolean | undefined;
37
+ /** Map tile provider */
38
+ provider?: string | undefined;
39
+ /** Map attribution text (richtext) */
40
+ attribution?: string | undefined;
41
+ /** Initial center of the map */
42
+ center?: [number, number] | undefined;
43
+ /** Initial map zoom */
44
+ zoom?: number | undefined;
45
+ /** Min map zoom */
46
+ minZoom?: number | undefined;
47
+ /** Max map zoom */
48
+ maxZoom?: number | undefined;
49
+ /** Zoom if map jumps to location */
50
+ flyToZoom?: number | undefined;
51
+ /** Initial location */
52
+ initialPointOfInterest?: string | undefined;
53
+ /** Show all markers on first load */
54
+ allMarkersOnInit?: boolean | undefined;
55
+ /** Restrict map to bounds of markers area */
56
+ restrictToMarkersArea?: boolean | undefined;
57
+ /** Buffer ratio if map is restricted to marker area */
58
+ markerAreaBufferRatio?: number | undefined;
59
+ /** Map container padding for show all markers */
60
+ fitBoundsPadding?: [number, number] | undefined;
61
+ /** Function to inject custom fact node into MapCard */
62
+ customFact?: ((props: {
63
+ key: React.Key;
64
+ name: string;
65
+ }) => React.ReactNode) | undefined;
66
+ /** Custom current position marker */
67
+ currentPosMarker?: LocationIcon | undefined;
68
+ /** Custom card close icon */
69
+ customCardClose?: React.ReactNode;
70
+ /** Custom icon for my location request button */
71
+ customLocationRequest?: React.ReactNode;
72
+ }>;
73
+ declare const _default: React.FC<{
74
+ /** ID value for targeting section with anchor hashes */
75
+ anchorId?: string | undefined;
76
+ /** Size mode */
77
+ size?: "default" | "large" | undefined;
78
+ /** Array of POI card settings */
79
+ pois?: MapPOI[] | undefined;
80
+ /** Use geolocation for own position */
81
+ showOwnPosition?: boolean | undefined;
82
+ /** Map tile provider */
83
+ provider?: string | undefined;
84
+ /** Map attribution text (richtext) */
85
+ attribution?: string | undefined;
86
+ /** Initial center of the map */
87
+ center?: [number, number] | undefined;
88
+ /** Initial map zoom */
89
+ zoom?: number | undefined;
90
+ /** Min map zoom */
91
+ minZoom?: number | undefined;
92
+ /** Max map zoom */
93
+ maxZoom?: number | undefined;
94
+ /** Zoom if map jumps to location */
95
+ flyToZoom?: number | undefined;
96
+ /** Initial location */
97
+ initialPointOfInterest?: string | undefined;
98
+ /** Show all markers on first load */
99
+ allMarkersOnInit?: boolean | undefined;
100
+ /** Restrict map to bounds of markers area */
101
+ restrictToMarkersArea?: boolean | undefined;
102
+ /** Buffer ratio if map is restricted to marker area */
103
+ markerAreaBufferRatio?: number | undefined;
104
+ /** Map container padding for show all markers */
105
+ fitBoundsPadding?: [number, number] | undefined;
106
+ /** Function to inject custom fact node into MapCard */
107
+ customFact?: ((props: {
108
+ key: React.Key;
109
+ name: string;
110
+ }) => React.ReactNode) | undefined;
111
+ /** Custom current position marker */
112
+ currentPosMarker?: LocationIcon | undefined;
113
+ /** Custom card close icon */
114
+ customCardClose?: React.ReactNode;
115
+ /** Custom icon for my location request button */
116
+ customLocationRequest?: React.ReactNode;
117
+ } & {
118
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
119
+ }>;
120
+ export default _default;
121
+ //# sourceMappingURL=PointOfInterestMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PointOfInterestMap.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/pois/PointOfInterestMap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAiBhE,OAAiB,EAAE,IAAI,EAAE,8BAAmC;AAyT5D,MAAM,WAAW,YAAY;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACvB,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEzB,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,MAAM;IACnB,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IAEX,8CAA8C;IAC9C,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAE3B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,YAAY,CAAC;IAEpB,eAAe;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IAEjB,2CAA2C;IAC3C,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IAEf,4CAA4C;IAC5C,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AA4PD,eAAO,MAAM,2BAA2B;IAzPpC,wDAAwD;;IAGxD,gBAAgB;;IAGhB,iCAAiC;;IAGjC,uCAAuC;;IAGvC,wBAAwB;;IAGxB,sCAAsC;;IAGtC,gCAAgC;;IAGhC,uBAAuB;;IAGvB,mBAAmB;;IAGnB,mBAAmB;;IAGnB,oCAAoC;;IAGpC,uBAAuB;;IAGvB,qCAAqC;;IAGrC,6CAA6C;;IAG7C,uDAAuD;;IAGvD,iDAAiD;;IAGjD,uDAAuD;0BAClC;QAAE,GAAG,EAAE,MAAM,GAAG,CAAC;QAAC,MAAM,MAAM,CAAA;KAAE,KAAK,MAAM,SAAS;IAEzE,qCAAqC;;IAGrC,6BAA6B;sBACX,MAAM,SAAS;IAEjC,iDAAiD;4BACzB,MAAM,SAAS;EA+LkB,CAAC;;IAzP1D,wDAAwD;;IAGxD,gBAAgB;;IAGhB,iCAAiC;;IAGjC,uCAAuC;;IAGvC,wBAAwB;;IAGxB,sCAAsC;;IAGtC,gCAAgC;;IAGhC,uBAAuB;;IAGvB,mBAAmB;;IAGnB,mBAAmB;;IAGnB,oCAAoC;;IAGpC,uBAAuB;;IAGvB,qCAAqC;;IAGrC,6CAA6C;;IAG7C,uDAAuD;;IAGvD,iDAAiD;;IAGjD,uDAAuD;;;;;IAGvD,qCAAqC;;IAGrC,6BAA6B;;IAG7B,iDAAiD;;;;;AAiMrD,wBAAgD"}
@@ -0,0 +1,38 @@
1
+ import { Info } from "../../blocks/InfoList";
2
+ import { POICardProps } from "../../blocks/POICard";
3
+ import React from 'react';
4
+ interface CardProps extends POICardProps {
5
+ id: string;
6
+ infos?: Array<Info & {
7
+ allowFiltering?: boolean;
8
+ }>;
9
+ }
10
+ export declare type PointOfInterestOverviewItem = Omit<CardProps, 'isInverted'>;
11
+ export declare const PointOfInterestOverviewComponent: React.FC<{
12
+ /** ID value for targeting section with anchor hashes */
13
+ anchorId?: string | undefined;
14
+ /** Array of POI card settings */
15
+ pois?: PointOfInterestOverviewItem[] | undefined;
16
+ /** Enable/Disable filtering */
17
+ enableFiltering?: boolean | undefined;
18
+ /** Placeholder for filter input */
19
+ filterPlaceholder?: string | undefined;
20
+ /** Section background */
21
+ bgMode?: "full" | "inverted" | undefined;
22
+ }>;
23
+ declare const _default: React.FC<{
24
+ /** ID value for targeting section with anchor hashes */
25
+ anchorId?: string | undefined;
26
+ /** Array of POI card settings */
27
+ pois?: PointOfInterestOverviewItem[] | undefined;
28
+ /** Enable/Disable filtering */
29
+ enableFiltering?: boolean | undefined;
30
+ /** Placeholder for filter input */
31
+ filterPlaceholder?: string | undefined;
32
+ /** Section background */
33
+ bgMode?: "full" | "inverted" | undefined;
34
+ } & {
35
+ theme?: import("../../../utils/types").RecursivePartial<import("styled-components").DefaultTheme> | undefined;
36
+ }>;
37
+ export default _default;
38
+ //# sourceMappingURL=PointOfInterestOverview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PointOfInterestOverview.d.ts","sourceRoot":"","sources":["../../../../src/components/sections/pois/PointOfInterestOverview.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,8BAAmC;AAClD,OAAgB,EAAE,YAAY,EAAE,6BAAkC;AAGlE,OAAO,KAAuC,MAAM,OAAO,CAAC;AA+F5D,UAAU,SAAU,SAAQ,YAAY;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG;QAAE,cAAc,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;CACtD;AAED,oBAAY,2BAA2B,GAAG,IAAI,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC;AA0KxE,eAAO,MAAM,gCAAgC;IAlKzC,wDAAwD;;IAGxD,iCAAiC;;IAGjC,+BAA+B;;IAG/B,mCAAmC;;IAGnC,yBAAyB;;EAsJ0C,CAAC;;IAlKpE,wDAAwD;;IAGxD,iCAAiC;;IAGjC,+BAA+B;;IAG/B,mCAAmC;;IAGnC,yBAAyB;;;;;AAuJ7B,wBAAqD"}
@@ -11,6 +11,7 @@ declare const Callout: React.FC<{
11
11
  hasShadow?: boolean;
12
12
  innerHTML?: string;
13
13
  className?: string;
14
+ children?: React.ReactNode;
14
15
  }>;
15
16
  export default Callout;
16
17
  //# sourceMappingURL=Callout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Callout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,cAAc,EAKjB,2BAAqB;AA4DtB,oBAAY,UAAU,GAChB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,KAAK,GACL,YAAY,CAAC;AAEnB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA2CA,CAAC;AAOF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Callout.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Callout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,cAAc,EAKjB,2BAAqB;AA8DtB,oBAAY,UAAU,GAChB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,KAAK,GACL,YAAY,CAAC;AAEnB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CA2CA,CAAC;AAOF,eAAe,OAAO,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { FontType, FontOptionType, FontOptions } from "../../utils/styles";
3
- export declare type CopyType = Exclude<FontType, 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'callout' | 'super'>;
3
+ export declare type CopyType = Extract<FontType, 'copy-b' | 'copy-i' | 'copy'>;
4
4
  export declare const copyStyle: (type: CopyType, size?: keyof FontOptions) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
5
5
  export declare type CopyTag = 'label' | 'span' | 'div' | 'legend' | 'th' | 'td' | 'li' | 'p' | 'caption' | 'figcaption';
6
6
  declare const Copy: React.FC<{
@@ -12,8 +12,10 @@ declare const Copy: React.FC<{
12
12
  size?: FontOptionType;
13
13
  columns?: boolean;
14
14
  innerHTML?: string;
15
+ allowLinkIcons?: boolean;
15
16
  onClick?: (ev: React.SyntheticEvent<HTMLElement>) => void;
16
17
  className?: string;
18
+ children?: React.ReactNode;
17
19
  }>;
18
20
  export default Copy;
19
21
  //# sourceMappingURL=Copy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACH,QAAQ,EAIR,cAAc,EAGd,WAAW,EACd,2BAAqB;AAGtB,oBAAY,QAAQ,GAAG,OAAO,CAC1B,QAAQ,EACR,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAC9E,CAAC;AAEF,eAAO,MAAM,SAAS,SACZ,QAAQ,SACR,MAAM,WAAW,uIAS1B,CAAC;AA+LF,oBAAY,OAAO,GACb,OAAO,GACP,MAAM,GACN,KAAK,GACL,QAAQ,GACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,GAAG,GACH,SAAS,GACT,YAAY,CAAC;AAEnB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CA8CA,CAAC;AAIF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Copy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EACH,QAAQ,EAIR,cAAc,EAId,WAAW,EAGd,2BAAqB;AAGtB,oBAAY,QAAQ,GAAG,OAAO,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC,CAAC;AAEvE,eAAO,MAAM,SAAS,SACZ,QAAQ,SACR,MAAM,WAAW,uIAU1B,CAAC;AA0SF,oBAAY,OAAO,GACb,OAAO,GACP,MAAM,GACN,KAAK,GACL,QAAQ,GACR,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,GAAG,GACH,SAAS,GACT,YAAY,CAAC;AAEnB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAgDA,CAAC;AAIF,eAAe,IAAI,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { FontType } from "../../utils/styles";
3
- declare type HeadingType = Exclude<FontType, 'copy' | 'copy-i' | 'copy-b' | 'callout'>;
3
+ declare type HeadingType = Extract<FontType, 'heading-1' | 'heading-2' | 'heading-3' | 'heading-4' | 'super'>;
4
4
  export declare const headingStyle: (type: HeadingType) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
5
5
  export declare type HeadlineTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span' | 'div' | 'blockquote';
6
6
  declare const Heading: React.FC<{
@@ -13,6 +13,7 @@ declare const Heading: React.FC<{
13
13
  hasShadow?: boolean;
14
14
  innerHTML?: string;
15
15
  className?: string;
16
+ children?: React.ReactNode;
16
17
  }>;
17
18
  export default Heading;
18
19
  //# sourceMappingURL=Heading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Heading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEH,QAAQ,EAKX,2BAAqB;AAEtB,aAAK,WAAW,GAAG,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC,CAAC;AA6C/E,eAAO,MAAM,YAAY,SAAU,WAAW,uIAY7C,CAAC;AAYF,oBAAY,WAAW,GACjB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,KAAK,GACL,YAAY,CAAC;AAEnB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAiEA,CAAC;AAOF,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"Heading.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Heading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEH,QAAQ,EAKX,2BAAqB;AAEtB,aAAK,WAAW,GAAG,OAAO,CACtB,QAAQ,EACR,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,OAAO,CAClE,CAAC;AA6CF,eAAO,MAAM,YAAY,SAAU,WAAW,uIAc7C,CAAC;AAYF,oBAAY,WAAW,GACjB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,KAAK,GACL,YAAY,CAAC;AAEnB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAiEA,CAAC;AAOF,eAAe,OAAO,CAAC"}
@@ -6,6 +6,8 @@ export interface LinkProps {
6
6
  export declare const linkStyles: (isInverted?: boolean | undefined) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
7
7
  declare const Link: React.ForwardRefExoticComponent<LinkProps & {
8
8
  ariaLabel?: string | undefined;
9
+ tabIndex?: number | undefined;
10
+ dataSheet?: string | undefined;
9
11
  isInverted?: boolean | undefined;
10
12
  onClick?: ((ev?: React.SyntheticEvent<HTMLAnchorElement, Event> | undefined) => void) | undefined;
11
13
  className?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Link.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAK1C,MAAM,WAAW,SAAS;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,UAAU,0KAgBtB,CAAC;AAMF,QAAA,MAAM,IAAI;;;oFAK0D,IAAI;;eAErD,MAAM,SAAS;2CA8BjC,CAAC;AAIF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../src/components/typography/Link.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAK1C,MAAM,WAAW,SAAS;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,UAAU,0KA+BtB,CAAC;AAMF,QAAA,MAAM,IAAI;;;;;oFAO0D,IAAI;;eAErD,MAAM,SAAS;2CAkCjC,CAAC;AAIF,eAAe,IAAI,CAAC"}
package/lib/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /***** Version: 2.0.0-beta.2.8 *****/
2
1
  import 'styled-components';
3
2
  import { Colors, FontBase, Fonts, GlobalSettings } from "./utils/styles";
4
3
  /***** Styled Component theme override *****/
@@ -26,11 +25,24 @@ export { useScrollTo } from "./utils/useScrollTo";
26
25
  export { usePoster, canUseWebP } from "./utils/usePoster";
27
26
  export { default as useInterval } from "./utils/useInterval";
28
27
  export { default as useTouch } from "./utils/useTouch";
28
+ export { default as useUpdateEffect } from "./utils/useUpdateEffect";
29
+ export { default as useMounted } from "./utils/useMounted";
30
+ export { default as useTimeout } from "./utils/useTimeout";
31
+ export { default as useDebounce } from "./utils/useDebounce";
32
+ export { default as useLazyInput } from "./utils/useLazyInput";
33
+ export { default as useArray } from "./utils/useArray";
29
34
  export { useImgPreload } from "./utils/useImgPreload";
30
35
  export { hexToRgba } from "./utils/hexRgbConverter";
31
36
  export { getBgImage } from "./utils/backgroundImage";
32
37
  export { clampValue } from "./utils/clamp";
33
38
  export { importFonts } from "./utils/fontLoading";
39
+ export { getCurrentNavItem, getCurrentNavPath } from "./utils/navigation";
40
+ export { isEmptyArray, isValidArray } from "./utils/arrays";
41
+ export { concat, printAnchorTag } from "./utils/concat";
42
+ export { getLinkIcon } from "./utils/getLinkIcon";
43
+ export { default as useLeafletMap } from "./utils/useLeafletMap";
44
+ export { default as useParams } from "./utils/useParams";
45
+ export * from "./utils/urlParams";
34
46
  /***** Component exports *****/
35
47
  export * from "./utils/LibThemeProvider";
36
48
  /***** Sections *****/
@@ -41,14 +53,15 @@ export { default as CallToAction } from "./components/sections/CallToAction";
41
53
  export { default as CardList } from "./components/sections/CardList";
42
54
  export { default as ComparisonSlider } from "./components/sections/ComparisonSlider";
43
55
  export { default as CrossPromotion } from "./components/sections/CrossPromotion";
44
- export { default as DynamicForm } from "./components/sections/DynamicForm";
45
- export { default as EventList } from "./components/sections/EventList";
56
+ export { default as DynamicForm } from "./components/sections/form/DynamicForm";
57
+ export { default as NewsletterForm } from "./components/sections/NewsletterForm";
58
+ export { default as EventList } from "./components/sections/events/EventList";
59
+ export { default as EventOverview } from "./components/sections/events/EventOverview";
60
+ export { default as EventDetail } from "./components/sections/events/EventDetail";
46
61
  export { default as FactGrid } from "./components/sections/FactGrid";
47
62
  export { default as FactList } from "./components/sections/FactList";
48
63
  export { default as FeatureCarousel } from "./components/sections/carousel/FeatureCarousel";
49
64
  export { default as FeatureList } from "./components/sections/FeatureList";
50
- export { default as Footer } from "./components/sections/Footer";
51
- export { default as Form } from "./components/sections/Form";
52
65
  export { default as Gallery } from "./components/sections/Gallery";
53
66
  export { default as Header } from "./components/sections/header/Header";
54
67
  export { default as IconList } from "./components/sections/IconList";
@@ -83,60 +96,59 @@ export { default as TeaserWide } from "./components/sections/TeaserWide";
83
96
  export { default as Timeline } from "./components/sections/Timeline";
84
97
  export { default as Video } from "./components/sections/Video";
85
98
  export { default as VideoCarousel } from "./components/sections/carousel/VideoCarousel";
99
+ export { default as JobList } from "./components/sections/jobs/JobList";
100
+ export { default as JobArticle } from "./components/sections/jobs/JobArticle";
101
+ export { default as PointOfInterestDetail } from "./components/sections/pois/PointOfInterestDetail";
102
+ export { default as PointOfInterestOverview } from "./components/sections/pois/PointOfInterestOverview";
103
+ export { default as PointOfInterestMap } from "./components/sections/pois/PointOfInterestMap";
86
104
  /***** Buttons *****/
87
105
  export { default as Button } from "./components/buttons/Button";
88
106
  export { default as ButtonGhost } from "./components/buttons/ButtonGhost";
89
107
  export { default as Pointer } from "./components/buttons/Pointer";
108
+ export { default as Control } from "./components/buttons/Control";
90
109
  /***** Base *****/
91
110
  export { default as Grid, gridSettings, getGridWidth, } from "./components/base/Grid";
92
111
  export { default as Section, mapToBgMode } from "./components/base/Section";
93
112
  export { default as Wrapper, wrapperWhitespace } from "./components/base/Wrapper";
94
113
  /***** Typography *****/
95
114
  export { default as Heading } from "./components/typography/Heading";
96
- export { default as Copy } from "./components/typography/Copy";
115
+ export { default as Copy, copyStyle } from "./components/typography/Copy";
97
116
  export { default as Callout } from "./components/typography/Callout";
98
117
  export { default as Link } from "./components/typography/Link";
99
118
  /***** Fields *****/
100
119
  export { default as CompactForm } from "./components/fields/CompactForm";
101
120
  export { default as SearchInput } from "./components/fields/SearchInput";
121
+ export { default as FilterField } from "./components/fields/FilterField";
122
+ export { default as FormField } from "./components/fields/FormField";
102
123
  /***** Blocks *****/
103
124
  export { default as Title } from "./components/blocks/Title";
104
125
  export { default as Actions } from "./components/blocks/Actions";
105
126
  export { default as Bdot } from "./components/blocks/Bdot";
106
127
  export { default as IntroBlock } from "./components/blocks/IntroBlock";
107
128
  export { default as Image } from "./components/blocks/Image";
129
+ export { default as LanguageSwitcher } from "./components/blocks/LanguageSwitcher";
130
+ export { default as VideoBlock } from "./components/blocks/VideoBlock";
131
+ export { default as EventBlock } from "./components/blocks/EventBlock";
132
+ export { default as Tag } from "./components/blocks/Tag";
133
+ export { default as POIFacts } from "./components/blocks/POIFacts";
134
+ export { default as POICard } from "./components/blocks/POICard";
135
+ export { default as InfoList } from "./components/blocks/InfoList";
108
136
  export { default as CookieConsent, CookieIcon, CookieTitle, CookieText, CookieActions, } from "./components/blocks/CookieConsent";
109
137
  export { default as Slider } from "./components/blocks/Slider";
110
- export { default as Navigation } from "./components/sections/navigation/Navigation";
111
- export { default as Menu } from "./components/sections/navigation/menu/Menu";
112
- export { default as TopBar } from "./components/sections/navigation/TopBar";
113
- export { default as NewNavigation } from "./components/sections/navigation/remastered/Navigation";
114
- export { default as NavSkeletons } from "./components/sections/navigation/remastered/skeletons/Skeletons";
115
- export { default as NavBarMainPartial } from "./components/sections/navigation/remastered/partials/NavBarMain";
116
- export { default as NavBarTopPartial } from "./components/sections/navigation/remastered/partials/NavBarTop";
117
- export { default as NavBarBottomPartial } from "./components/sections/navigation/remastered/partials/NavBarBottom";
138
+ /***** Navigation *****/
139
+ export { default as Navigation, getFullNavbarHeights, } from "./components/sections/navigation/Navigation";
140
+ export * as NavPartials from "./components/sections/navigation/partials/index";
141
+ export * as NavSkeletons from "./components/sections/navigation/skeletons/index";
142
+ export { default as NavBarMainPartial } from "./components/sections/navigation/partials/NavBarMain";
143
+ export { default as NavBarTopPartial } from "./components/sections/navigation/partials/NavBarTop";
144
+ export { default as NavBarBottomPartial } from "./components/sections/navigation/partials/NavBarBottom";
145
+ export { default as MenuHeaderPartial } from "./components/sections/navigation/partials/MenuHeader";
146
+ export { default as MenuFooterPartial } from "./components/sections/navigation/partials/MenuFooter";
118
147
  export { default as SocialList } from "./components/blocks/SocialList";
148
+ /***** Footer *****/
149
+ export { default as Footer } from "./components/sections/footer/Footer";
150
+ export * as FooterPartials from "./components/sections/footer/partials/index";
151
+ export * as FooterSkeletons from "./components/sections/footer/skeletons/index";
119
152
  /***** Icons *****/
120
- export { default as ArrowRightIcon } from "./components/base/icons/ArrowRight";
121
- export { default as ArrowLeftGhostIcon } from "./components/base/icons/ArrowLeftGhost";
122
- export { default as ArrowRightGhostIcon } from "./components/base/icons/ArrowRightGhost";
123
- export { default as CrossIcon } from "./components/base/icons/Cross";
124
- export { default as CrossSmallIcon } from "./components/base/icons/CrossSmall";
125
- export { default as MagnifierIcon } from "./components/base/icons/Magnifier";
126
- export { default as MenuBurgerIcon } from "./components/base/icons/MenuBurger";
127
- export { default as PlayIcon } from "./components/base/icons/Play";
128
- export { default as FlyToIcon } from "./components/base/icons/FlyTo";
129
- export { default as StarIcon } from "./components/base/icons/Star";
130
- export { default as StarGhostIcon } from "./components/base/icons/StarGhost";
131
- export { default as MailIcon } from "./components/base/icons/Mail";
132
- export { default as PhoneIcon } from "./components/base/icons/Phone";
133
- export { default as RouteIcon } from "./components/base/icons/Route";
134
- export { default as ExternalIcon } from "./components/base/icons/External";
135
- /***** Social Icons *****/
136
- export { default as FacebookIcon } from "./components/base/icons/socials/Facebook";
137
- export { default as LinkedInIcon } from "./components/base/icons/socials/LinkedIn";
138
- export { default as TwitterIcon } from "./components/base/icons/socials/Twitter";
139
- export { default as XingIcon } from "./components/base/icons/socials/Xing";
140
- export { default as InstagramIcon } from "./components/base/icons/socials/Instagram";
141
- export { default as YoutubeIcon } from "./components/base/icons/socials/Youtube";
153
+ export * as Icons from "./components/base/icons/Icons";
142
154
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}