@odx/websites-react 0.0.8 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/dist/components/actions/checkboxGroup/CheckboxGroup.d.ts +1 -1
  2. package/dist/components/actions/form/Form.js +2 -2
  3. package/dist/components/actions/form/Form.js.map +1 -1
  4. package/dist/components/actions/link/Link.d.ts +2 -1
  5. package/dist/components/actions/link/Link.d.ts.map +1 -1
  6. package/dist/components/actions/link/Link.js +2 -1
  7. package/dist/components/actions/link/Link.js.map +1 -1
  8. package/dist/components/actions/radioGroup/RadioGroup.d.ts +1 -1
  9. package/dist/components/{layout → archived}/grid/Grid.d.ts +4 -0
  10. package/dist/components/archived/grid/Grid.d.ts.map +1 -0
  11. package/dist/components/{layout → archived}/grid/Grid.js +5 -1
  12. package/dist/components/archived/grid/Grid.js.map +1 -0
  13. package/dist/components/archived/grid/index.d.ts.map +1 -0
  14. package/dist/components/archived/grid/index.js.map +1 -0
  15. package/dist/components/index.d.ts +5 -4
  16. package/dist/components/index.d.ts.map +1 -1
  17. package/dist/components/index.js +5 -4
  18. package/dist/components/index.js.map +1 -1
  19. package/dist/components/layout/accordion/Accordion.d.ts.map +1 -1
  20. package/dist/components/layout/accordion/Accordion.js +1 -2
  21. package/dist/components/layout/accordion/Accordion.js.map +1 -1
  22. package/dist/components/layout/block/Block.d.ts +15 -0
  23. package/dist/components/layout/block/Block.d.ts.map +1 -0
  24. package/dist/components/layout/block/Block.js +26 -0
  25. package/dist/components/layout/block/Block.js.map +1 -0
  26. package/dist/components/layout/block/index.d.ts +2 -0
  27. package/dist/components/layout/block/index.d.ts.map +1 -0
  28. package/dist/components/layout/block/index.js +2 -0
  29. package/dist/components/layout/block/index.js.map +1 -0
  30. package/dist/components/layout/calloutMedia/CalloutMedia.d.ts.map +1 -1
  31. package/dist/components/layout/calloutMedia/CalloutMedia.js +2 -3
  32. package/dist/components/layout/calloutMedia/CalloutMedia.js.map +1 -1
  33. package/dist/components/layout/calloutQuote/CalloutQuote.d.ts.map +1 -1
  34. package/dist/components/layout/calloutQuote/CalloutQuote.js +5 -10
  35. package/dist/components/layout/calloutQuote/CalloutQuote.js.map +1 -1
  36. package/dist/components/layout/card/Card.d.ts.map +1 -1
  37. package/dist/components/layout/card/Card.js +3 -2
  38. package/dist/components/layout/card/Card.js.map +1 -1
  39. package/dist/components/layout/card/CardGroup.d.ts +3 -3
  40. package/dist/components/layout/card/CardGroup.d.ts.map +1 -1
  41. package/dist/components/layout/card/CardGroup.js +2 -2
  42. package/dist/components/layout/card/CardGroup.js.map +1 -1
  43. package/dist/components/layout/container/Container.d.ts +7 -0
  44. package/dist/components/layout/container/Container.d.ts.map +1 -0
  45. package/dist/components/layout/container/Container.js +11 -0
  46. package/dist/components/layout/container/Container.js.map +1 -0
  47. package/dist/components/layout/container/index.d.ts +2 -0
  48. package/dist/components/layout/container/index.d.ts.map +1 -0
  49. package/dist/components/layout/container/index.js +2 -0
  50. package/dist/components/layout/container/index.js.map +1 -0
  51. package/dist/components/layout/contentItem/ContentItem.d.ts.map +1 -1
  52. package/dist/components/layout/contentItem/ContentItem.js +1 -1
  53. package/dist/components/layout/contentItem/ContentItem.js.map +1 -1
  54. package/dist/components/layout/contentSlider/ContentSlider.d.ts +7 -0
  55. package/dist/components/layout/contentSlider/ContentSlider.d.ts.map +1 -0
  56. package/dist/{web/boxes/contentSliderBox/ContentSliderBox.js → components/layout/contentSlider/ContentSlider.js} +7 -6
  57. package/dist/components/layout/contentSlider/ContentSlider.js.map +1 -0
  58. package/dist/components/layout/contentSlider/index.d.ts +2 -0
  59. package/dist/components/layout/contentSlider/index.d.ts.map +1 -0
  60. package/dist/components/layout/contentSlider/index.js +2 -0
  61. package/dist/components/layout/contentSlider/index.js.map +1 -0
  62. package/dist/components/layout/downloadItem/DownloadItem.d.ts +14 -0
  63. package/dist/components/layout/downloadItem/DownloadItem.d.ts.map +1 -0
  64. package/dist/components/layout/downloadItem/DownloadItem.js +9 -0
  65. package/dist/components/layout/downloadItem/DownloadItem.js.map +1 -0
  66. package/dist/components/layout/downloadItem/index.d.ts +2 -0
  67. package/dist/components/layout/downloadItem/index.d.ts.map +1 -0
  68. package/dist/components/layout/downloadItem/index.js +2 -0
  69. package/dist/components/layout/downloadItem/index.js.map +1 -0
  70. package/dist/components/layout/modal/Modal.d.ts +1 -2
  71. package/dist/components/layout/modal/Modal.d.ts.map +1 -1
  72. package/dist/components/layout/modal/Modal.js +14 -1
  73. package/dist/components/layout/modal/Modal.js.map +1 -1
  74. package/dist/components/layout/sectionWrapper/SectionWrapper.js +1 -1
  75. package/dist/components/layout/sectionWrapper/SectionWrapper.js.map +1 -1
  76. package/dist/components/layout/showMore/ShowMore.d.ts.map +1 -1
  77. package/dist/components/layout/showMore/ShowMore.js +1 -0
  78. package/dist/components/layout/showMore/ShowMore.js.map +1 -1
  79. package/dist/components/layout/slimRichText/SlimRichText.js +1 -1
  80. package/dist/components/layout/slimRichText/SlimRichText.js.map +1 -1
  81. package/dist/components/navigation/anchorNav/AnchorNav.d.ts.map +1 -1
  82. package/dist/components/navigation/anchorNav/AnchorNav.js +8 -7
  83. package/dist/components/navigation/anchorNav/AnchorNav.js.map +1 -1
  84. package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts.map +1 -1
  85. package/dist/components/navigation/breadcrumbs/Breadcrumbs.js +4 -2
  86. package/dist/components/navigation/breadcrumbs/Breadcrumbs.js.map +1 -1
  87. package/dist/components/navigation/flyout/Flyout.d.ts.map +1 -1
  88. package/dist/components/navigation/flyout/Flyout.js +11 -9
  89. package/dist/components/navigation/flyout/Flyout.js.map +1 -1
  90. package/dist/components/navigation/footer/Footer.d.ts.map +1 -1
  91. package/dist/components/navigation/footer/Footer.js +5 -3
  92. package/dist/components/navigation/footer/Footer.js.map +1 -1
  93. package/dist/components/navigation/header/AnimatedHeader.d.ts.map +1 -1
  94. package/dist/components/navigation/header/AnimatedHeader.js +5 -4
  95. package/dist/components/navigation/header/AnimatedHeader.js.map +1 -1
  96. package/dist/components/navigation/header/Header.d.ts.map +1 -1
  97. package/dist/components/navigation/header/Header.js +5 -4
  98. package/dist/components/navigation/header/Header.js.map +1 -1
  99. package/dist/components/navigation/searchInput/SearchInput.js +3 -3
  100. package/dist/components/navigation/searchInput/SearchInput.js.map +1 -1
  101. package/dist/components/typography/headline/Headline.d.ts +1 -1
  102. package/dist/hooks/useScrollPosition/useScrollPosition.d.ts.map +1 -1
  103. package/dist/web/index.d.ts +2 -21
  104. package/dist/web/index.d.ts.map +1 -1
  105. package/dist/web/index.js +2 -21
  106. package/dist/web/index.js.map +1 -1
  107. package/dist/web/layout/contentHeadings/ContentHeadings.d.ts.map +1 -1
  108. package/dist/web/layout/contentHeadings/ContentHeadings.js +1 -1
  109. package/dist/web/layout/contentHeadings/ContentHeadings.js.map +1 -1
  110. package/dist/web/sections/calloutContact/CalloutContact.d.ts +1 -1
  111. package/dist/web/sections/calloutContact/CalloutContact.d.ts.map +1 -1
  112. package/dist/web/sections/calloutContact/CalloutContact.js +7 -7
  113. package/dist/web/sections/calloutContact/CalloutContact.js.map +1 -1
  114. package/dist/web/sections/contentBlock/ContentBlock.d.ts +10 -0
  115. package/dist/web/sections/contentBlock/ContentBlock.d.ts.map +1 -0
  116. package/dist/web/sections/contentBlock/ContentBlock.js +9 -0
  117. package/dist/web/sections/contentBlock/ContentBlock.js.map +1 -0
  118. package/dist/web/sections/contentBlock/index.d.ts +2 -0
  119. package/dist/web/sections/contentBlock/index.d.ts.map +1 -0
  120. package/dist/web/sections/contentBlock/index.js +2 -0
  121. package/dist/web/sections/contentBlock/index.js.map +1 -0
  122. package/dist/web/sections/contentGroup/ContentGroup.d.ts +11 -0
  123. package/dist/web/sections/contentGroup/ContentGroup.d.ts.map +1 -0
  124. package/dist/web/sections/contentGroup/ContentGroup.js +18 -0
  125. package/dist/web/sections/contentGroup/ContentGroup.js.map +1 -0
  126. package/dist/web/sections/contentGroup/index.d.ts +2 -0
  127. package/dist/web/sections/contentGroup/index.d.ts.map +1 -0
  128. package/dist/web/sections/contentGroup/index.js +2 -0
  129. package/dist/web/sections/contentGroup/index.js.map +1 -0
  130. package/dist/web/sections/contentSection/ContentSection.d.ts +4 -6
  131. package/dist/web/sections/contentSection/ContentSection.d.ts.map +1 -1
  132. package/dist/web/sections/contentSection/ContentSection.js +4 -5
  133. package/dist/web/sections/contentSection/ContentSection.js.map +1 -1
  134. package/dist/web/sections/questionnaireFormSection/QuestionnaireFormSection.d.ts.map +1 -1
  135. package/dist/web/sections/questionnaireFormSection/QuestionnaireFormSection.js +4 -2
  136. package/dist/web/sections/questionnaireFormSection/QuestionnaireFormSection.js.map +1 -1
  137. package/dist/web/sections/stageSection/StageSection.d.ts +1 -1
  138. package/dist/web/sections/stageSection/StageSection.d.ts.map +1 -1
  139. package/dist/web/sections/stageSection/StageSection.js +4 -8
  140. package/dist/web/sections/stageSection/StageSection.js.map +1 -1
  141. package/package.json +5 -5
  142. package/dist/components/layout/contentArea/ContentArea.d.ts +0 -11
  143. package/dist/components/layout/contentArea/ContentArea.d.ts.map +0 -1
  144. package/dist/components/layout/contentArea/ContentArea.js +0 -22
  145. package/dist/components/layout/contentArea/ContentArea.js.map +0 -1
  146. package/dist/components/layout/contentArea/index.d.ts +0 -2
  147. package/dist/components/layout/contentArea/index.d.ts.map +0 -1
  148. package/dist/components/layout/contentArea/index.js +0 -2
  149. package/dist/components/layout/contentArea/index.js.map +0 -1
  150. package/dist/components/layout/fullWidth/FullWidth.d.ts +0 -6
  151. package/dist/components/layout/fullWidth/FullWidth.d.ts.map +0 -1
  152. package/dist/components/layout/fullWidth/FullWidth.js +0 -5
  153. package/dist/components/layout/fullWidth/FullWidth.js.map +0 -1
  154. package/dist/components/layout/fullWidth/index.d.ts +0 -2
  155. package/dist/components/layout/fullWidth/index.d.ts.map +0 -1
  156. package/dist/components/layout/fullWidth/index.js +0 -2
  157. package/dist/components/layout/fullWidth/index.js.map +0 -1
  158. package/dist/components/layout/grid/Grid.d.ts.map +0 -1
  159. package/dist/components/layout/grid/Grid.js.map +0 -1
  160. package/dist/components/layout/grid/index.d.ts.map +0 -1
  161. package/dist/components/layout/grid/index.js.map +0 -1
  162. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.d.ts +0 -8
  163. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.d.ts.map +0 -1
  164. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.js +0 -7
  165. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.js.map +0 -1
  166. package/dist/components/typography/textFormat/TextFormat.d.ts +0 -9
  167. package/dist/components/typography/textFormat/TextFormat.d.ts.map +0 -1
  168. package/dist/components/typography/textFormat/TextFormat.js +0 -27
  169. package/dist/components/typography/textFormat/TextFormat.js.map +0 -1
  170. package/dist/components/typography/textFormat/index.d.ts +0 -2
  171. package/dist/components/typography/textFormat/index.d.ts.map +0 -1
  172. package/dist/components/typography/textFormat/index.js +0 -2
  173. package/dist/components/typography/textFormat/index.js.map +0 -1
  174. package/dist/web/boxes/accordionBox/AccordionBox.d.ts +0 -17
  175. package/dist/web/boxes/accordionBox/AccordionBox.d.ts.map +0 -1
  176. package/dist/web/boxes/accordionBox/AccordionBox.js +0 -8
  177. package/dist/web/boxes/accordionBox/AccordionBox.js.map +0 -1
  178. package/dist/web/boxes/accordionBox/index.d.ts +0 -2
  179. package/dist/web/boxes/accordionBox/index.d.ts.map +0 -1
  180. package/dist/web/boxes/accordionBox/index.js +0 -2
  181. package/dist/web/boxes/accordionBox/index.js.map +0 -1
  182. package/dist/web/boxes/contentSliderBox/ContentSliderBox.d.ts +0 -7
  183. package/dist/web/boxes/contentSliderBox/ContentSliderBox.d.ts.map +0 -1
  184. package/dist/web/boxes/contentSliderBox/ContentSliderBox.js.map +0 -1
  185. package/dist/web/boxes/contentSliderBox/index.d.ts +0 -2
  186. package/dist/web/boxes/contentSliderBox/index.d.ts.map +0 -1
  187. package/dist/web/boxes/contentSliderBox/index.js +0 -2
  188. package/dist/web/boxes/contentSliderBox/index.js.map +0 -1
  189. package/dist/web/boxes/downloadBox/DownloadBox.d.ts +0 -11
  190. package/dist/web/boxes/downloadBox/DownloadBox.d.ts.map +0 -1
  191. package/dist/web/boxes/downloadBox/DownloadBox.js +0 -15
  192. package/dist/web/boxes/downloadBox/DownloadBox.js.map +0 -1
  193. package/dist/web/boxes/downloadBox/DownloadBoxItem.d.ts +0 -14
  194. package/dist/web/boxes/downloadBox/DownloadBoxItem.d.ts.map +0 -1
  195. package/dist/web/boxes/downloadBox/DownloadBoxItem.js +0 -11
  196. package/dist/web/boxes/downloadBox/DownloadBoxItem.js.map +0 -1
  197. package/dist/web/boxes/downloadBox/index.d.ts +0 -3
  198. package/dist/web/boxes/downloadBox/index.d.ts.map +0 -1
  199. package/dist/web/boxes/downloadBox/index.js +0 -3
  200. package/dist/web/boxes/downloadBox/index.js.map +0 -1
  201. package/dist/web/boxes/linkListBox/index.d.ts +0 -2
  202. package/dist/web/boxes/linkListBox/index.d.ts.map +0 -1
  203. package/dist/web/boxes/linkListBox/index.js +0 -2
  204. package/dist/web/boxes/linkListBox/index.js.map +0 -1
  205. package/dist/web/boxes/linkListBox/linkListBox.d.ts +0 -9
  206. package/dist/web/boxes/linkListBox/linkListBox.d.ts.map +0 -1
  207. package/dist/web/boxes/linkListBox/linkListBox.js +0 -9
  208. package/dist/web/boxes/linkListBox/linkListBox.js.map +0 -1
  209. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.d.ts +0 -34
  210. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.d.ts.map +0 -1
  211. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.js +0 -27
  212. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.js.map +0 -1
  213. package/dist/web/boxes/mediaTeaserBox/index.d.ts +0 -2
  214. package/dist/web/boxes/mediaTeaserBox/index.d.ts.map +0 -1
  215. package/dist/web/boxes/mediaTeaserBox/index.js +0 -2
  216. package/dist/web/boxes/mediaTeaserBox/index.js.map +0 -1
  217. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.d.ts +0 -10
  218. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.d.ts.map +0 -1
  219. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.js +0 -12
  220. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.js.map +0 -1
  221. package/dist/web/boxes/multiColumnTableBox/index.d.ts +0 -2
  222. package/dist/web/boxes/multiColumnTableBox/index.d.ts.map +0 -1
  223. package/dist/web/boxes/multiColumnTableBox/index.js +0 -2
  224. package/dist/web/boxes/multiColumnTableBox/index.js.map +0 -1
  225. package/dist/web/boxes/productBox/ProductBox.d.ts +0 -11
  226. package/dist/web/boxes/productBox/ProductBox.d.ts.map +0 -1
  227. package/dist/web/boxes/productBox/ProductBox.js +0 -7
  228. package/dist/web/boxes/productBox/ProductBox.js.map +0 -1
  229. package/dist/web/boxes/productBox/index.d.ts +0 -2
  230. package/dist/web/boxes/productBox/index.d.ts.map +0 -1
  231. package/dist/web/boxes/productBox/index.js +0 -2
  232. package/dist/web/boxes/productBox/index.js.map +0 -1
  233. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.d.ts +0 -16
  234. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.d.ts.map +0 -1
  235. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.js +0 -24
  236. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.js.map +0 -1
  237. package/dist/web/boxes/smallImageTextBox/index.d.ts +0 -2
  238. package/dist/web/boxes/smallImageTextBox/index.d.ts.map +0 -1
  239. package/dist/web/boxes/smallImageTextBox/index.js +0 -2
  240. package/dist/web/boxes/smallImageTextBox/index.js.map +0 -1
  241. package/dist/web/boxes/teaserCardBox/TeaserCardBox.d.ts +0 -8
  242. package/dist/web/boxes/teaserCardBox/TeaserCardBox.d.ts.map +0 -1
  243. package/dist/web/boxes/teaserCardBox/TeaserCardBox.js +0 -6
  244. package/dist/web/boxes/teaserCardBox/TeaserCardBox.js.map +0 -1
  245. package/dist/web/boxes/teaserCardBox/index.d.ts +0 -2
  246. package/dist/web/boxes/teaserCardBox/index.d.ts.map +0 -1
  247. package/dist/web/boxes/teaserCardBox/index.js +0 -2
  248. package/dist/web/boxes/teaserCardBox/index.js.map +0 -1
  249. package/dist/web/boxes/textBox/TextBox.d.ts +0 -12
  250. package/dist/web/boxes/textBox/TextBox.d.ts.map +0 -1
  251. package/dist/web/boxes/textBox/TextBox.js +0 -13
  252. package/dist/web/boxes/textBox/TextBox.js.map +0 -1
  253. package/dist/web/boxes/textBox/index.d.ts +0 -2
  254. package/dist/web/boxes/textBox/index.d.ts.map +0 -1
  255. package/dist/web/boxes/textBox/index.js +0 -2
  256. package/dist/web/boxes/textBox/index.js.map +0 -1
  257. package/dist/web/pageTemplates/sitemap/Sitemap.d.ts +0 -13
  258. package/dist/web/pageTemplates/sitemap/Sitemap.d.ts.map +0 -1
  259. package/dist/web/pageTemplates/sitemap/Sitemap.js +0 -11
  260. package/dist/web/pageTemplates/sitemap/Sitemap.js.map +0 -1
  261. package/dist/web/pageTemplates/sitemap/index.d.ts +0 -2
  262. package/dist/web/pageTemplates/sitemap/index.d.ts.map +0 -1
  263. package/dist/web/pageTemplates/sitemap/index.js +0 -2
  264. package/dist/web/pageTemplates/sitemap/index.js.map +0 -1
  265. package/dist/web/sections/mediaGallerySection/MediaGallerySection.d.ts +0 -11
  266. package/dist/web/sections/mediaGallerySection/MediaGallerySection.d.ts.map +0 -1
  267. package/dist/web/sections/mediaGallerySection/MediaGallerySection.js +0 -7
  268. package/dist/web/sections/mediaGallerySection/MediaGallerySection.js.map +0 -1
  269. package/dist/web/sections/mediaGallerySection/index.d.ts +0 -2
  270. package/dist/web/sections/mediaGallerySection/index.d.ts.map +0 -1
  271. package/dist/web/sections/mediaGallerySection/index.js +0 -2
  272. package/dist/web/sections/mediaGallerySection/index.js.map +0 -1
  273. package/dist/web/sections/newsroomSection/NewsroomSection.d.ts +0 -14
  274. package/dist/web/sections/newsroomSection/NewsroomSection.d.ts.map +0 -1
  275. package/dist/web/sections/newsroomSection/NewsroomSection.js +0 -7
  276. package/dist/web/sections/newsroomSection/NewsroomSection.js.map +0 -1
  277. package/dist/web/sections/newsroomSection/index.d.ts +0 -2
  278. package/dist/web/sections/newsroomSection/index.d.ts.map +0 -1
  279. package/dist/web/sections/newsroomSection/index.js +0 -2
  280. package/dist/web/sections/newsroomSection/index.js.map +0 -1
  281. package/dist/web/sections/productHeroSection/ProductHeroSection.d.ts +0 -11
  282. package/dist/web/sections/productHeroSection/ProductHeroSection.d.ts.map +0 -1
  283. package/dist/web/sections/productHeroSection/ProductHeroSection.js +0 -9
  284. package/dist/web/sections/productHeroSection/ProductHeroSection.js.map +0 -1
  285. package/dist/web/sections/productHeroSection/index.d.ts +0 -2
  286. package/dist/web/sections/productHeroSection/index.d.ts.map +0 -1
  287. package/dist/web/sections/productHeroSection/index.js +0 -2
  288. package/dist/web/sections/productHeroSection/index.js.map +0 -1
  289. /package/dist/components/{layout → archived}/grid/index.d.ts +0 -0
  290. /package/dist/components/{layout → archived}/grid/index.js +0 -0
@@ -1,34 +0,0 @@
1
- import * as React from 'react';
2
- import { type VariantProps } from 'class-variance-authority';
3
- import { LinkButton } from '../../../components/actions/button';
4
- import { LinkComponent } from '../../../utils';
5
- export interface IVideo {
6
- urlPosterTarget: string;
7
- urlTarget: string;
8
- altText: string;
9
- }
10
- export interface IButton {
11
- url: {
12
- linkType: 'external' | 'internal' | 'document';
13
- urlTarget: string;
14
- };
15
- text: string;
16
- }
17
- export interface MediaTeaserBoxProps extends LinkComponent, VariantProps<typeof mediaTeaserBoxImageVariants> {
18
- video: IVideo;
19
- buttonPlayVideoLabel: string;
20
- headline: string;
21
- copy: string;
22
- button: IButton;
23
- linkProps?: React.ComponentProps<typeof LinkButton>;
24
- }
25
- export interface MediaTeaserProps {
26
- buttonPlayVideoLabel: string;
27
- video: IVideo;
28
- }
29
- declare const mediaTeaserBoxImageVariants: (props?: ({
30
- mediaAlignment?: "left" | "right" | null | undefined;
31
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
32
- declare const MediaTeaserBox: React.FC<MediaTeaserBoxProps>;
33
- export { MediaTeaserBox };
34
- //# sourceMappingURL=MediaTeaserBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaTeaserBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/mediaTeaserBox/MediaTeaserBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,KAAK,YAAY,EAAM,MAAM,0BAA0B,CAAC;AAIhE,OAAO,EAAS,UAAU,EAAC,MAAM,oCAAoC,CAAC;AAItE,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,MAAM,WAAW,MAAM;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,OAAO;IACtB,GAAG,EAAE;QACH,QAAQ,EAAE,UAAU,GAAG,UAAU,GAAG,UAAU,CAAC;QAC/C,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,mBACf,SAAQ,aAAa,EACnB,YAAY,CAAC,OAAO,2BAA2B,CAAC;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,oBAAoB,EAAE,MAAM,CAAC;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,gBAAgB;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,QAAA,MAAM,2BAA2B;;mFAU/B,CAAC;AAsBH,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAoCjD,CAAC;AAEF,OAAO,EAAC,cAAc,EAAC,CAAC"}
@@ -1,27 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { cva } from 'class-variance-authority';
3
- import { Image } from '../../../components/images-icons/image';
4
- import { Headline } from '../../../components/typography/headline';
5
- import { BodyText } from '../../../components/typography/bodyText';
6
- import { Button, LinkButton } from '../../../components/actions/button';
7
- import { Grid, GridItem } from '../../../components/layout/grid';
8
- import { ContentArea } from '../../../components/layout/contentArea';
9
- import { SlimRichText } from '../../../components/layout/slimRichText';
10
- const mediaTeaserBoxImageVariants = cva('py-5', {
11
- variants: {
12
- mediaAlignment: {
13
- left: 'order-0',
14
- right: 'md:order-2',
15
- },
16
- },
17
- defaultVariants: {
18
- mediaAlignment: 'left',
19
- },
20
- });
21
- const MediaTeaser = ({ buttonPlayVideoLabel, video, }) => {
22
- const { urlPosterTarget, urlTarget, altText } = video;
23
- return (_jsxs("div", { className: "relative", children: [_jsx(Image, { alt: altText, src: urlPosterTarget || urlTarget, ratio: '3/2' }), _jsx("div", { className: "absolute top-0 flex items-center justify-center w-full h-full cursor-pointer", onClick: () => { }, children: _jsx(Button, { size: 'lg', fontSize: 'lg', children: buttonPlayVideoLabel }) })] }));
24
- };
25
- const MediaTeaserBox = ({ video, buttonPlayVideoLabel, headline, copy, button, linkProps = {}, mediaAlignment, LinkComponent, }) => (_jsx(ContentArea, { children: _jsxs(Grid, { cols: 2, children: [_jsx(GridItem, { className: mediaTeaserBoxImageVariants({ mediaAlignment }), children: _jsx(MediaTeaser, { video: video, buttonPlayVideoLabel: buttonPlayVideoLabel }) }), _jsxs(GridItem, { children: [_jsx(Headline, { headingLevel: "h3", children: _jsx(SlimRichText, { text: headline }) }), _jsx(BodyText, { variant: "small", children: copy }), _jsx(LinkButton, { className: "mt-8", size: 'lg', fontSize: 'lg', LinkComponent: LinkComponent, ...linkProps, href: button.url.urlTarget, children: button.text })] })] }) }));
26
- export { MediaTeaserBox };
27
- //# sourceMappingURL=MediaTeaserBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaTeaserBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/mediaTeaserBox/MediaTeaserBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAoB,GAAG,EAAC,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAC,KAAK,EAAC,MAAM,wCAAwC,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,WAAW,EAAC,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAC,YAAY,EAAC,MAAM,yCAAyC,CAAC;AAiCrE,MAAM,2BAA2B,GAAG,GAAG,CAAC,MAAM,EAAE;IAC9C,QAAQ,EAAE;QACR,cAAc,EAAE;YACd,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,YAAY;SACpB;KACF;IACD,eAAe,EAAE;QACf,cAAc,EAAE,MAAM;KACvB;CACF,CAAC,CAAC;AAEH,MAAM,WAAW,GAA+B,CAAC,EAC/C,oBAAoB,EACpB,KAAK,GACN,EAAE,EAAE;IACH,MAAM,EAAC,eAAe,EAAE,SAAS,EAAE,OAAO,EAAC,GAAG,KAAK,CAAC;IACpD,OAAO,CACL,eAAK,SAAS,EAAC,UAAU,aACvB,KAAC,KAAK,IAAC,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,eAAe,IAAI,SAAS,EAAE,KAAK,EAAE,KAAK,GAAI,EACxE,cACE,SAAS,EAAC,8EAA8E,EACxF,OAAO,EAAE,GAAG,EAAE,GAAE,CAAC,YAEjB,KAAC,MAAM,IAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,YAC/B,oBAAoB,GACd,GACL,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,cAAc,GAAkC,CAAC,EACrD,KAAK,EACL,oBAAoB,EACpB,QAAQ,EACR,IAAI,EACJ,MAAM,EACN,SAAS,GAAG,EAAE,EACd,cAAc,EACd,aAAa,GACd,EAAE,EAAE,CAAC,CACJ,KAAC,WAAW,cACV,MAAC,IAAI,IAAC,IAAI,EAAE,CAAC,aACX,KAAC,QAAQ,IAAC,SAAS,EAAE,2BAA2B,CAAC,EAAC,cAAc,EAAC,CAAC,YAChE,KAAC,WAAW,IACV,KAAK,EAAE,KAAK,EACZ,oBAAoB,EAAE,oBAAoB,GAC1C,GACO,EACX,MAAC,QAAQ,eACP,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YACzB,KAAC,YAAY,IAAC,IAAI,EAAE,QAAQ,GAAI,GACvB,EACX,KAAC,QAAQ,IAAC,OAAO,EAAC,OAAO,YAAE,IAAI,GAAY,EAC3C,KAAC,UAAU,IACT,SAAS,EAAC,MAAM,EAChB,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,IAAI,EACd,aAAa,EAAE,aAAa,KACxB,SAAS,EACb,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,SAAS,YAEzB,MAAM,CAAC,IAAI,GACD,IACJ,IACN,GACK,CACf,CAAC;AAEF,OAAO,EAAC,cAAc,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './MediaTeaserBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/mediaTeaserBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './MediaTeaserBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/mediaTeaserBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import { ContentAreaProps, type RichTextType } from '../../../components';
3
- export interface MultiColumnTableBoxProps extends ContentAreaProps {
4
- headline: string;
5
- copy: RichTextType;
6
- children: React.ReactNode;
7
- }
8
- declare const MultiColumnTableBox: React.FC<MultiColumnTableBoxProps>;
9
- export { MultiColumnTableBox };
10
- //# sourceMappingURL=MultiColumnTableBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultiColumnTableBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/multiColumnTableBox/MultiColumnTableBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAEL,gBAAgB,EAGhB,KAAK,YAAY,EAClB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAuB3D,CAAC;AAEF,OAAO,EAAC,mBAAmB,EAAC,CAAC"}
@@ -1,12 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import * as React from 'react';
3
- import { ContentArea, Headline, SlimRichText, } from '../../../components';
4
- const MultiColumnTableBox = ({ headline, copy, children, ...props }) => {
5
- const allItems = React.Children.toArray(children);
6
- if (allItems.length === 0) {
7
- return null;
8
- }
9
- return (_jsxs("div", { className: "flex flex-col gap-20", children: [_jsx(ContentArea, { width: 2, ...props, children: _jsxs("div", { children: [_jsx(Headline, { headingLevel: "h3", children: headline }), _jsx(SlimRichText, { text: copy.value })] }) }), _jsx(ContentArea, { width: 1, children: children })] }));
10
- };
11
- export { MultiColumnTableBox };
12
- //# sourceMappingURL=MultiColumnTableBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MultiColumnTableBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/multiColumnTableBox/MultiColumnTableBox.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,WAAW,EAEX,QAAQ,EACR,YAAY,GAEb,MAAM,qBAAqB,CAAC;AAQ7B,MAAM,mBAAmB,GAAuC,CAAC,EAC/D,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAElD,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC1B,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,eAAK,SAAS,EAAC,sBAAsB,aACnC,KAAC,WAAW,IAAC,KAAK,EAAE,CAAC,KAAM,KAAK,YAC9B,0BACE,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,KAAC,YAAY,IAAC,IAAI,EAAE,IAAI,CAAC,KAAK,GAAI,IAC9B,GACM,EACd,KAAC,WAAW,IAAC,KAAK,EAAE,CAAC,YAAG,QAAQ,GAAe,IAC3C,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,mBAAmB,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './MultiColumnTableBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/multiColumnTableBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './MultiColumnTableBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/multiColumnTableBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- import { CardProps, GridProps } from '../../../components';
3
- export interface ProductBoxCardProps extends CardProps {
4
- }
5
- declare const ProductBoxCard: React.FC<ProductBoxCardProps>;
6
- export interface ProductBoxProps extends GridProps {
7
- children: React.ReactNode[];
8
- }
9
- declare const ProductBox: React.FC<ProductBoxProps>;
10
- export { ProductBox, ProductBoxCard };
11
- //# sourceMappingURL=ProductBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProductBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/productBox/ProductBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAEL,SAAS,EAGT,SAAS,EACV,MAAM,qBAAqB,CAAC;AAE7B,MAAM,WAAW,mBAAoB,SAAQ,SAAS;CAAG;AAEzD,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAQjD,CAAC;AAEF,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC7B;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAUzC,CAAC;AAEF,OAAO,EAAC,UAAU,EAAE,cAAc,EAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { cn } from '../../../utils';
3
- import { Card, ContentArea, Grid, } from '../../../components';
4
- const ProductBoxCard = ({ children, variant, ...props }) => (_jsx(Card, { variant: variant ? variant : 'paleBlue', ...props, children: children }));
5
- const ProductBox = ({ children, className, ...props }) => (_jsx(ContentArea, { children: _jsx(Grid, { cols: 3, className: cn('gap-y-14', className), ...props, children: children }) }));
6
- export { ProductBox, ProductBoxCard };
7
- //# sourceMappingURL=ProductBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProductBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/productBox/ProductBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAClC,OAAO,EACL,IAAI,EAEJ,WAAW,EACX,IAAI,GAEL,MAAM,qBAAqB,CAAC;AAI7B,MAAM,cAAc,GAAkC,CAAC,EACrD,QAAQ,EACR,OAAO,EACP,GAAG,KAAK,EACT,EAAE,EAAE,CAAC,CACJ,KAAC,IAAI,IAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,UAAU,KAAM,KAAK,YACrD,QAAQ,GACJ,CACR,CAAC;AAMF,MAAM,UAAU,GAA8B,CAAC,EAC7C,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,EAAE,CAAC,CACJ,KAAC,WAAW,cACV,KAAC,IAAI,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,KAAM,KAAK,YAC3D,QAAQ,GACJ,GACK,CACf,CAAC;AAEF,OAAO,EAAC,UAAU,EAAE,cAAc,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ProductBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/productBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ProductBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/productBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1,16 +0,0 @@
1
- import { VariantProps } from 'class-variance-authority';
2
- import * as React from 'react';
3
- import { LinkComponent, LinkComponentProps } from '../../../utils';
4
- export interface SmallImageTextBoxProps extends LinkComponent, React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof smallImageTextBoxVariants> {
5
- imageUrl: string;
6
- imageAlt: string;
7
- headline: string;
8
- copy: string;
9
- buttonLinkProps: LinkComponentProps;
10
- }
11
- declare const smallImageTextBoxVariants: (props?: ({
12
- imageAlignment?: "left" | "right" | null | undefined;
13
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
14
- declare const SmallImageTextBox: React.FC<SmallImageTextBoxProps>;
15
- export { SmallImageTextBox };
16
- //# sourceMappingURL=SmallImageTextBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SmallImageTextBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/smallImageTextBox/SmallImageTextBox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAM,MAAM,0BAA0B,CAAC;AAC3D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAC,aAAa,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAEjE,MAAM,WAAW,sBACf,SAAQ,aAAa,EACnB,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EACpC,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAChD,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,kBAAkB,CAAC;CACrC;AAED,QAAA,MAAM,yBAAyB;;mFAU7B,CAAC;AAEH,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA6BvD,CAAC;AAEF,OAAO,EAAC,iBAAiB,EAAC,CAAC"}
@@ -1,24 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { cva } from 'class-variance-authority';
3
- import { Image } from '../../../components/images-icons/image';
4
- import { Headline } from '../../../components/typography/headline';
5
- import { BodyText } from '../../../components/typography/bodyText';
6
- import { LinkButton } from '../../../components/actions/button';
7
- import { Grid, GridItem } from '../../../components/layout/grid';
8
- import { ContentArea } from '../../../components';
9
- const smallImageTextBoxVariants = cva('', {
10
- variants: {
11
- imageAlignment: {
12
- left: 'order-0',
13
- right: 'order-2',
14
- },
15
- },
16
- defaultVariants: {
17
- imageAlignment: 'left',
18
- },
19
- });
20
- const SmallImageTextBox = ({ imageUrl, imageAlt, headline, copy, buttonLinkProps, imageAlignment, className, LinkComponent, ...props }) => {
21
- return (_jsx(ContentArea, { width: 2, children: _jsxs(Grid, { cols: 2, className: className, ...props, children: [_jsx(GridItem, { className: smallImageTextBoxVariants({ imageAlignment }), children: _jsx(Image, { src: imageUrl, ratio: '4/3', alt: imageAlt }) }), _jsxs(GridItem, { children: [_jsx(Headline, { headingLevel: "h3", children: headline }), _jsx(BodyText, { variant: "small", children: copy }), _jsx(LinkButton, { className: "mt-8", LinkComponent: LinkComponent, ...buttonLinkProps })] })] }) }));
22
- };
23
- export { SmallImageTextBox };
24
- //# sourceMappingURL=SmallImageTextBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SmallImageTextBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/smallImageTextBox/SmallImageTextBox.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAe,GAAG,EAAC,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAC,KAAK,EAAC,MAAM,wCAAwC,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,UAAU,EAAC,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,WAAW,EAAC,MAAM,qBAAqB,CAAC;AAchD,MAAM,yBAAyB,GAAG,GAAG,CAAC,EAAE,EAAE;IACxC,QAAQ,EAAE;QACR,cAAc,EAAE;YACd,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;SACjB;KACF;IACD,eAAe,EAAE;QACf,cAAc,EAAE,MAAM;KACvB;CACF,CAAC,CAAC;AAEH,MAAM,iBAAiB,GAAqC,CAAC,EAC3D,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,eAAe,EACf,cAAc,EACd,SAAS,EACT,aAAa,EACb,GAAG,KAAK,EACT,EAAE,EAAE;IACH,OAAO,CACL,KAAC,WAAW,IAAC,KAAK,EAAE,CAAC,YACnB,MAAC,IAAI,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,SAAS,KAAM,KAAK,aAC5C,KAAC,QAAQ,IAAC,SAAS,EAAE,yBAAyB,CAAC,EAAC,cAAc,EAAC,CAAC,YAC9D,KAAC,KAAK,IAAC,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,QAAQ,GAAI,GAC5C,EACX,MAAC,QAAQ,eACP,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,KAAC,QAAQ,IAAC,OAAO,EAAC,OAAO,YAAE,IAAI,GAAY,EAC3C,KAAC,UAAU,IACT,SAAS,EAAC,MAAM,EAChB,aAAa,EAAE,aAAa,KACxB,eAAe,GACnB,IACO,IACN,GACK,CACf,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,iBAAiB,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './SmallImageTextBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/smallImageTextBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './SmallImageTextBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/smallImageTextBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
@@ -1,8 +0,0 @@
1
- import * as React from 'react';
2
- import { GridProps } from '../../../components';
3
- export interface TeaserCardBoxProps extends GridProps {
4
- children: React.ReactNode[];
5
- }
6
- declare const TeaserCardBox: React.FC<TeaserCardBoxProps>;
7
- export { TeaserCardBox };
8
- //# sourceMappingURL=TeaserCardBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TeaserCardBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/teaserCardBox/TeaserCardBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAoB,SAAS,EAAC,MAAM,qBAAqB,CAAC;AAGjE,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC7B;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAU/C,CAAC;AAEF,OAAO,EAAC,aAAa,EAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { ContentArea, Grid } from '../../../components';
3
- import { cn } from '../../../utils';
4
- const TeaserCardBox = ({ children, className, ...props }) => (_jsx(ContentArea, { children: _jsx(Grid, { cols: 3, className: cn('gap-y-14', className), ...props, children: children }) }));
5
- export { TeaserCardBox };
6
- //# sourceMappingURL=TeaserCardBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TeaserCardBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/teaserCardBox/TeaserCardBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,WAAW,EAAE,IAAI,EAAY,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAMlC,MAAM,aAAa,GAAiC,CAAC,EACnD,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,EAAE,CAAC,CACJ,KAAC,WAAW,cACV,KAAC,IAAI,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,KAAM,KAAK,YAC3D,QAAQ,GACJ,GACK,CACf,CAAC;AAEF,OAAO,EAAC,aAAa,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TeaserCardBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/teaserCardBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TeaserCardBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/teaserCardBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- import { ContentAreaProps } from '../../../components';
3
- import { LinkComponent, LinkComponentProps } from '../../../utils';
4
- export interface TextBoxProps extends LinkComponent {
5
- headline?: string;
6
- copy?: string;
7
- buttonLinkProps?: LinkComponentProps;
8
- contentAreaProps?: Omit<ContentAreaProps, 'width'>;
9
- }
10
- declare const TextBox: React.FC<TextBoxProps>;
11
- export { TextBox };
12
- //# sourceMappingURL=TextBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/textBox/TextBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAML,gBAAgB,EACjB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAC,aAAa,EAAE,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAEjE,MAAM,WAAW,YAAa,SAAQ,aAAa;IACjD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,kBAAkB,CAAC;IACrC,gBAAgB,CAAC,EAAE,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;CACpD;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAmCnC,CAAC;AAEF,OAAO,EAAC,OAAO,EAAC,CAAC"}
@@ -1,13 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Headline, BodyText, SvgIcon, LinkButton, ContentArea, } from '../../../components';
3
- import { IconChevronDown } from '../../../icons';
4
- const TextBox = ({ headline, copy, buttonLinkProps, contentAreaProps, LinkComponent, }) => {
5
- if (buttonLinkProps === undefined &&
6
- copy === undefined &&
7
- headline === undefined) {
8
- return null;
9
- }
10
- return (_jsxs(ContentArea, { width: 2, ...contentAreaProps, children: [headline && (_jsx(Headline, { headingLevel: "h3", className: "font-medium", children: headline })), copy && _jsx(BodyText, { children: copy }), buttonLinkProps && (_jsxs(LinkButton, { className: "mt-8", LinkComponent: LinkComponent, ...buttonLinkProps, children: [_jsx(SvgIcon, { icon: IconChevronDown, size: "md" }), _jsx("span", { className: "ml-1", children: buttonLinkProps.children })] }))] }));
11
- };
12
- export { TextBox };
13
- //# sourceMappingURL=TextBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/textBox/TextBox.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,UAAU,EACV,WAAW,GAEZ,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAU/C,MAAM,OAAO,GAA2B,CAAC,EACvC,QAAQ,EACR,IAAI,EACJ,eAAe,EACf,gBAAgB,EAChB,aAAa,GACd,EAAE,EAAE;IACH,IACE,eAAe,KAAK,SAAS;QAC7B,IAAI,KAAK,SAAS;QAClB,QAAQ,KAAK,SAAS,EACtB,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,MAAC,WAAW,IAAC,KAAK,EAAE,CAAC,KAAM,gBAAgB,aACxC,QAAQ,IAAI,CACX,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,YAChD,QAAQ,GACA,CACZ,EACA,IAAI,IAAI,KAAC,QAAQ,cAAE,IAAI,GAAY,EACnC,eAAe,IAAI,CAClB,MAAC,UAAU,IACT,SAAS,EAAC,MAAM,EAChB,aAAa,EAAE,aAAa,KACxB,eAAe,aAEnB,KAAC,OAAO,IAAC,IAAI,EAAE,eAAe,EAAE,IAAI,EAAC,IAAI,GAAG,EAC5C,eAAM,SAAS,EAAC,MAAM,YAAE,eAAe,CAAC,QAAQ,GAAQ,IAC7C,CACd,IACW,CACf,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,OAAO,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TextBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/textBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TextBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/textBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- export interface SitemapCategoryColumnProps extends React.PropsWithChildren {
3
- headline?: string;
4
- }
5
- export interface SitemapCategoryProps extends React.PropsWithChildren {
6
- headline: string;
7
- }
8
- export interface SitemapSectionProps extends React.PropsWithChildren {
9
- }
10
- export declare const SitemapCategoryColumn: React.FC<SitemapCategoryColumnProps>;
11
- export declare const SitemapCategory: React.FC<SitemapCategoryProps>;
12
- export declare const SitemapSection: React.FC<SitemapSectionProps>;
13
- //# sourceMappingURL=Sitemap.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Sitemap.d.ts","sourceRoot":"","sources":["../../../../src/web/pageTemplates/sitemap/Sitemap.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,0BAA2B,SAAQ,KAAK,CAAC,iBAAiB;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,oBAAqB,SAAQ,KAAK,CAAC,iBAAiB;IACnE,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,mBAAoB,SAAQ,KAAK,CAAC,iBAAiB;CAAG;AAEvE,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAQtE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAY1D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAExD,CAAC"}
@@ -1,11 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { ContentArea, Grid, GridItem, Headline } from '../../../components';
3
- import { cn } from '../../../utils';
4
- export const SitemapCategoryColumn = ({ children, headline, }) => (_jsxs(GridItem, { className: cn('flex flex-col gap-y-3', !headline && 'pt-8'), children: [headline && _jsx(Headline, { headingLevel: "h4", children: headline }), children] }));
5
- export const SitemapCategory = ({ children, headline, }) => {
6
- return (_jsxs(ContentArea, { className: "flex flex-col gap-3", children: [_jsx(Headline, { headingLevel: "h3", children: headline }), _jsx(Grid, { cols: 3, className: "gap-y-10 md:gap-y-9 ", children: children })] }));
7
- };
8
- export const SitemapSection = ({ children }) => {
9
- return _jsx("div", { className: "flex flex-col gap-5 py-32 xl:gap-16", children: children });
10
- };
11
- //# sourceMappingURL=Sitemap.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Sitemap.js","sourceRoot":"","sources":["../../../../src/web/pageTemplates/sitemap/Sitemap.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAC,MAAM,qBAAqB,CAAC;AAC1E,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAYlC,MAAM,CAAC,MAAM,qBAAqB,GAAyC,CAAC,EAC1E,QAAQ,EACR,QAAQ,GACT,EAAE,EAAE,CAAC,CACJ,MAAC,QAAQ,IAAC,SAAS,EAAE,EAAE,CAAC,uBAAuB,EAAE,CAAC,QAAQ,IAAI,MAAM,CAAC,aAClE,QAAQ,IAAI,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EAC7D,QAAQ,IACA,CACZ,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAmC,CAAC,EAC9D,QAAQ,EACR,QAAQ,GACT,EAAE,EAAE;IACH,OAAO,CACL,MAAC,WAAW,IAAC,SAAS,EAAC,qBAAqB,aAC1C,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,KAAC,IAAI,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAC,sBAAsB,YAC5C,QAAQ,GACJ,IACK,CACf,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAkC,CAAC,EAAC,QAAQ,EAAC,EAAE,EAAE;IAC1E,OAAO,cAAK,SAAS,EAAC,qCAAqC,YAAE,QAAQ,GAAO,CAAC;AAC/E,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './Sitemap';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/pageTemplates/sitemap/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './Sitemap';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/pageTemplates/sitemap/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- import { SectionWrapperProps } from '../../../components/layout/sectionWrapper';
3
- export interface MediaGallerySectionProps {
4
- headline: string;
5
- copy: string;
6
- children: React.ReactNode[];
7
- sectionProps?: SectionWrapperProps;
8
- }
9
- declare const MediaGallerySection: React.FC<MediaGallerySectionProps>;
10
- export { MediaGallerySection };
11
- //# sourceMappingURL=MediaGallerySection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaGallerySection.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/mediaGallerySection/MediaGallerySection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEL,mBAAmB,EACpB,MAAM,2CAA2C,CAAC;AAEnD,MAAM,WAAW,wBAAwB;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE,mBAAmB,CAAC;CACpC;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAgB3D,CAAC;AAEF,OAAO,EAAC,mBAAmB,EAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { ContentArea, MediaGallery } from '../../../components';
3
- import { SectionHeaderWithSubtitle } from '../../../components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle';
4
- import { SectionWrapper, } from '../../../components/layout/sectionWrapper';
5
- const MediaGallerySection = ({ headline, copy, children, sectionProps, }) => (_jsxs(SectionWrapper, { ...sectionProps, children: [_jsx(ContentArea, { children: _jsx(SectionHeaderWithSubtitle, { className: "mb-20", header: headline, subtitle: copy }) }), _jsx(MediaGallery, { children: children })] }));
6
- export { MediaGallerySection };
7
- //# sourceMappingURL=MediaGallerySection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MediaGallerySection.js","sourceRoot":"","sources":["../../../../src/web/sections/mediaGallerySection/MediaGallerySection.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,WAAW,EAAE,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAC,yBAAyB,EAAC,MAAM,oFAAoF,CAAC;AAC7H,OAAO,EACL,cAAc,GAEf,MAAM,2CAA2C,CAAC;AASnD,MAAM,mBAAmB,GAAuC,CAAC,EAC/D,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,YAAY,GACb,EAAE,EAAE,CAAC,CACJ,MAAC,cAAc,OAAK,YAAY,aAC9B,KAAC,WAAW,cACV,KAAC,yBAAyB,IACxB,SAAS,EAAC,OAAO,EACjB,MAAM,EAAE,QAAQ,EAChB,QAAQ,EAAE,IAAI,GACd,GACU,EACd,KAAC,YAAY,cAAE,QAAQ,GAAgB,IACxB,CAClB,CAAC;AAEF,OAAO,EAAC,mBAAmB,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './MediaGallerySection';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/mediaGallerySection/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './MediaGallerySection';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/sections/mediaGallerySection/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
@@ -1,14 +0,0 @@
1
- import * as React from 'react';
2
- import { CardProps, SectionWrapperProps } from '../../../components';
3
- export interface NewsroomSectionCardProps extends Omit<CardProps, 'variant'> {
4
- }
5
- declare const NewsroomSectionCard: React.FC<NewsroomSectionCardProps>;
6
- export interface NewsroomSectionProps {
7
- headline: string;
8
- copy: string;
9
- children: React.ReactNode | React.ReactNode[];
10
- sectionProps?: SectionWrapperProps;
11
- }
12
- declare const NewsroomSection: React.FC<NewsroomSectionProps>;
13
- export { NewsroomSection, NewsroomSectionCard };
14
- //# sourceMappingURL=NewsroomSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NewsroomSection.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/newsroomSection/NewsroomSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAEL,SAAS,EAIT,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAG7B,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC;CAAG;AAE/E,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAO3D,CAAC;AAEF,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;IAC9C,YAAY,CAAC,EAAE,mBAAmB,CAAC;CACpC;AAED,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAcnD,CAAC;AAEF,OAAO,EAAC,eAAe,EAAE,mBAAmB,EAAC,CAAC"}
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Card, ContentArea, Grid, SectionWrapper, } from '../../../components';
3
- import { SectionHeaderWithSubtitle } from '../../../components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle';
4
- const NewsroomSectionCard = ({ children, ...props }) => (_jsx(Card, { ...props, variant: "white", children: children }));
5
- const NewsroomSection = ({ headline, copy, children, sectionProps, }) => (_jsxs(SectionWrapper, { className: "pt-16 pb-28", ...sectionProps, children: [_jsx(ContentArea, { width: 2, className: "mb-20", children: _jsx(SectionHeaderWithSubtitle, { header: headline, subtitle: copy }) }), _jsx(ContentArea, { width: 1, children: _jsx(Grid, { cols: 3, children: children }) })] }));
6
- export { NewsroomSection, NewsroomSectionCard };
7
- //# sourceMappingURL=NewsroomSection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NewsroomSection.js","sourceRoot":"","sources":["../../../../src/web/sections/newsroomSection/NewsroomSection.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,IAAI,EAEJ,WAAW,EACX,IAAI,EACJ,cAAc,GAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,yBAAyB,EAAC,MAAM,oFAAoF,CAAC;AAI7H,MAAM,mBAAmB,GAAuC,CAAC,EAC/D,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,EAAE,CAAC,CACJ,KAAC,IAAI,OAAK,KAAK,EAAE,OAAO,EAAC,OAAO,YAC7B,QAAQ,GACJ,CACR,CAAC;AASF,MAAM,eAAe,GAAmC,CAAC,EACvD,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,YAAY,GACb,EAAE,EAAE,CAAC,CACJ,MAAC,cAAc,IAAC,SAAS,EAAC,aAAa,KAAK,YAAY,aACtD,KAAC,WAAW,IAAC,KAAK,EAAE,CAAC,EAAE,SAAS,EAAC,OAAO,YACtC,KAAC,yBAAyB,IAAC,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,GAAI,GACnD,EACd,KAAC,WAAW,IAAC,KAAK,EAAE,CAAC,YACnB,KAAC,IAAI,IAAC,IAAI,EAAE,CAAC,YAAG,QAAQ,GAAQ,GACpB,IACC,CAClB,CAAC;AAEF,OAAO,EAAC,eAAe,EAAE,mBAAmB,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './NewsroomSection';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/newsroomSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './NewsroomSection';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/sections/newsroomSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- import { type ImageProps } from '../../../components';
3
- import { type SectionWrapperProps } from '../../../components/layout/sectionWrapper';
4
- export interface ProductHeroSectionProps extends SectionWrapperProps {
5
- headline: string;
6
- copy: string;
7
- imageProps: ImageProps;
8
- }
9
- declare const ProductHeroSection: React.FC<ProductHeroSectionProps>;
10
- export { ProductHeroSection };
11
- //# sourceMappingURL=ProductHeroSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProductHeroSection.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/productHeroSection/ProductHeroSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAKL,KAAK,UAAU,EAChB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,mBAAmB,EAEzB,MAAM,2CAA2C,CAAC;AAEnD,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,UAAU,CAAC;CACxB;AAED,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAoBzD,CAAC;AAEF,OAAO,EAAC,kBAAkB,EAAC,CAAC"}
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { SectionHeaderWithSubtitle } from '../../../components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle';
3
- import { ContentArea, Grid, GridItem, Image, } from '../../../components';
4
- import { SectionWrapper, } from '../../../components/layout/sectionWrapper';
5
- const ProductHeroSection = ({ headline, copy, imageProps, ...props }) => {
6
- return (_jsx(SectionWrapper, { ...props, children: _jsx(ContentArea, { children: _jsxs(Grid, { cols: 2, className: "gap-x-0 gap-y-0", children: [_jsx(GridItem, { className: "flex items-center justify-center overflow-hidden sm:order-1", children: _jsx(Image, { className: "max-w-none md:h-full", ...imageProps }) }), _jsx(GridItem, { className: "px-16 py-12 bg-draeger-pale-blue", children: _jsx(SectionHeaderWithSubtitle, { header: headline, subtitle: copy }) })] }) }) }));
7
- };
8
- export { ProductHeroSection };
9
- //# sourceMappingURL=ProductHeroSection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProductHeroSection.js","sourceRoot":"","sources":["../../../../src/web/sections/productHeroSection/ProductHeroSection.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,yBAAyB,EAAC,MAAM,oFAAoF,CAAC;AAC7H,OAAO,EACL,WAAW,EACX,IAAI,EACJ,QAAQ,EACR,KAAK,GAEN,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAEL,cAAc,GACf,MAAM,2CAA2C,CAAC;AAQnD,MAAM,kBAAkB,GAAsC,CAAC,EAC7D,QAAQ,EACR,IAAI,EACJ,UAAU,EACV,GAAG,KAAK,EACT,EAAE,EAAE;IACH,OAAO,CACL,KAAC,cAAc,OAAK,KAAK,YACvB,KAAC,WAAW,cACV,MAAC,IAAI,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAC,iBAAiB,aACxC,KAAC,QAAQ,IAAC,SAAS,EAAC,6DAA6D,YAC/E,KAAC,KAAK,IAAC,SAAS,EAAC,sBAAsB,KAAK,UAAU,GAAI,GACjD,EACX,KAAC,QAAQ,IAAC,SAAS,EAAC,kCAAkC,YACpD,KAAC,yBAAyB,IAAC,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,GAAI,GACtD,IACN,GACK,GACC,CAClB,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,kBAAkB,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ProductHeroSection';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/productHeroSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ProductHeroSection';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/sections/productHeroSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}