@odx/websites-react 0.1.0 → 1.0.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 (243) hide show
  1. package/dist/components/actions/autocomplete/Autocomplete.d.ts +16 -0
  2. package/dist/components/actions/autocomplete/Autocomplete.d.ts.map +1 -0
  3. package/dist/components/actions/autocomplete/Autocomplete.js +47 -0
  4. package/dist/components/actions/autocomplete/Autocomplete.js.map +1 -0
  5. package/dist/components/actions/autocomplete/index.d.ts +2 -0
  6. package/dist/components/actions/autocomplete/index.d.ts.map +1 -0
  7. package/dist/components/actions/autocomplete/index.js +2 -0
  8. package/dist/components/actions/autocomplete/index.js.map +1 -0
  9. package/dist/components/actions/button/Button.d.ts +2 -2
  10. package/dist/components/actions/button/Button.d.ts.map +1 -1
  11. package/dist/components/actions/button/Button.js +12 -11
  12. package/dist/components/actions/button/Button.js.map +1 -1
  13. package/dist/components/actions/checkbox/Checkbox.d.ts +1 -5
  14. package/dist/components/actions/checkbox/Checkbox.d.ts.map +1 -1
  15. package/dist/components/actions/checkbox/Checkbox.js +11 -17
  16. package/dist/components/actions/checkbox/Checkbox.js.map +1 -1
  17. package/dist/components/actions/checkboxGroup/CheckboxGroup.d.ts +2 -1
  18. package/dist/components/actions/checkboxGroup/CheckboxGroup.d.ts.map +1 -1
  19. package/dist/components/actions/checkboxGroup/CheckboxGroup.js +7 -2
  20. package/dist/components/actions/checkboxGroup/CheckboxGroup.js.map +1 -1
  21. package/dist/components/actions/dropdown/Dropdown.d.ts.map +1 -1
  22. package/dist/components/actions/dropdown/Dropdown.js +1 -2
  23. package/dist/components/actions/dropdown/Dropdown.js.map +1 -1
  24. package/dist/components/actions/floatingButton/FloatingButton.js +4 -4
  25. package/dist/components/actions/floatingButton/FloatingButton.js.map +1 -1
  26. package/dist/components/actions/link/Link.d.ts +2 -1
  27. package/dist/components/actions/link/Link.d.ts.map +1 -1
  28. package/dist/components/actions/link/Link.js +13 -6
  29. package/dist/components/actions/link/Link.js.map +1 -1
  30. package/dist/components/actions/multiselect/Multiselect.js +1 -1
  31. package/dist/components/actions/multiselect/Multiselect.js.map +1 -1
  32. package/dist/components/actions/radioGroup/RadioGroup.d.ts.map +1 -1
  33. package/dist/components/actions/radioGroup/RadioGroup.js +1 -1
  34. package/dist/components/actions/radioGroup/RadioGroup.js.map +1 -1
  35. package/dist/components/actions/select/Select.d.ts.map +1 -1
  36. package/dist/components/actions/select/Select.js +1 -1
  37. package/dist/components/actions/select/Select.js.map +1 -1
  38. package/dist/components/actions/tag/Tag.js +2 -2
  39. package/dist/components/actions/tag/Tag.js.map +1 -1
  40. package/dist/components/actions/text-input/TextInput.d.ts.map +1 -1
  41. package/dist/components/actions/text-input/TextInput.js +1 -1
  42. package/dist/components/actions/text-input/TextInput.js.map +1 -1
  43. package/dist/components/actions/textarea/Textarea.d.ts.map +1 -1
  44. package/dist/components/actions/textarea/Textarea.js +2 -2
  45. package/dist/components/actions/textarea/Textarea.js.map +1 -1
  46. package/dist/components/actions/toggle-button/ToggleButton.js +1 -1
  47. package/dist/components/actions/toggle-button/ToggleButton.js.map +1 -1
  48. package/dist/components/index.d.ts +2 -1
  49. package/dist/components/index.d.ts.map +1 -1
  50. package/dist/components/index.js +2 -1
  51. package/dist/components/index.js.map +1 -1
  52. package/dist/components/layout/card/Card.d.ts.map +1 -1
  53. package/dist/components/layout/card/Card.js +2 -2
  54. package/dist/components/layout/card/Card.js.map +1 -1
  55. package/dist/components/layout/dataTable/DataTable.js +1 -1
  56. package/dist/components/layout/dataTable/DataTable.js.map +1 -1
  57. package/dist/components/layout/modal/Modal.js +1 -1
  58. package/dist/components/navigation/breadcrumbs/Breadcrumbs.js +1 -1
  59. package/dist/components/navigation/breadcrumbs/Breadcrumbs.js.map +1 -1
  60. package/dist/components/navigation/footer/Footer.d.ts.map +1 -1
  61. package/dist/components/navigation/footer/Footer.js +4 -3
  62. package/dist/components/navigation/footer/Footer.js.map +1 -1
  63. package/dist/components/navigation/header/AnimatedHeader.js +4 -2
  64. package/dist/components/navigation/header/AnimatedHeader.js.map +1 -1
  65. package/dist/components/navigation/header/Header.d.ts.map +1 -1
  66. package/dist/components/navigation/header/Header.js +4 -4
  67. package/dist/components/navigation/header/Header.js.map +1 -1
  68. package/dist/components/navigation/searchInput/SearchInput.d.ts +4 -12
  69. package/dist/components/navigation/searchInput/SearchInput.d.ts.map +1 -1
  70. package/dist/components/navigation/searchInput/SearchInput.js +13 -80
  71. package/dist/components/navigation/searchInput/SearchInput.js.map +1 -1
  72. package/dist/components/typography/bodyText/BodyText.d.ts +1 -1
  73. package/dist/components/typography/bodyText/BodyText.d.ts.map +1 -1
  74. package/dist/components/typography/bodyText/BodyText.js +1 -0
  75. package/dist/components/typography/bodyText/BodyText.js.map +1 -1
  76. package/dist/utils/utils.d.ts.map +1 -1
  77. package/dist/utils/utils.js +5 -1
  78. package/dist/utils/utils.js.map +1 -1
  79. package/dist/web/sections/contentBlock/ContentBlock.js +2 -2
  80. package/dist/web/sections/contentBlock/ContentBlock.js.map +1 -1
  81. package/dist/web/sections/stageSection/StageSection.js +1 -1
  82. package/dist/web/sections/stageSection/StageSection.js.map +1 -1
  83. package/package.json +4 -4
  84. package/dist/components/actions/combobox/Combobox.d.ts +0 -13
  85. package/dist/components/actions/combobox/Combobox.d.ts.map +0 -1
  86. package/dist/components/actions/combobox/Combobox.js +0 -45
  87. package/dist/components/actions/combobox/Combobox.js.map +0 -1
  88. package/dist/components/actions/combobox/index.d.ts +0 -2
  89. package/dist/components/actions/combobox/index.d.ts.map +0 -1
  90. package/dist/components/actions/combobox/index.js +0 -2
  91. package/dist/components/actions/combobox/index.js.map +0 -1
  92. package/dist/components/layout/contentArea/ContentArea.d.ts +0 -11
  93. package/dist/components/layout/contentArea/ContentArea.d.ts.map +0 -1
  94. package/dist/components/layout/contentArea/ContentArea.js +0 -22
  95. package/dist/components/layout/contentArea/ContentArea.js.map +0 -1
  96. package/dist/components/layout/contentArea/index.d.ts +0 -2
  97. package/dist/components/layout/contentArea/index.d.ts.map +0 -1
  98. package/dist/components/layout/contentArea/index.js +0 -2
  99. package/dist/components/layout/contentArea/index.js.map +0 -1
  100. package/dist/components/layout/fullWidth/FullWidth.d.ts +0 -6
  101. package/dist/components/layout/fullWidth/FullWidth.d.ts.map +0 -1
  102. package/dist/components/layout/fullWidth/FullWidth.js +0 -5
  103. package/dist/components/layout/fullWidth/FullWidth.js.map +0 -1
  104. package/dist/components/layout/fullWidth/index.d.ts +0 -2
  105. package/dist/components/layout/fullWidth/index.d.ts.map +0 -1
  106. package/dist/components/layout/fullWidth/index.js +0 -2
  107. package/dist/components/layout/fullWidth/index.js.map +0 -1
  108. package/dist/components/layout/grid/Grid.d.ts +0 -13
  109. package/dist/components/layout/grid/Grid.d.ts.map +0 -1
  110. package/dist/components/layout/grid/Grid.js +0 -21
  111. package/dist/components/layout/grid/Grid.js.map +0 -1
  112. package/dist/components/layout/grid/index.d.ts +0 -2
  113. package/dist/components/layout/grid/index.d.ts.map +0 -1
  114. package/dist/components/layout/grid/index.js +0 -2
  115. package/dist/components/layout/grid/index.js.map +0 -1
  116. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.d.ts +0 -8
  117. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.d.ts.map +0 -1
  118. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.js +0 -7
  119. package/dist/components/typography/sectionHeaderWithSubtitle/SectionHeaderWithSubtitle.js.map +0 -1
  120. package/dist/components/typography/textFormat/TextFormat.d.ts +0 -9
  121. package/dist/components/typography/textFormat/TextFormat.d.ts.map +0 -1
  122. package/dist/components/typography/textFormat/TextFormat.js +0 -27
  123. package/dist/components/typography/textFormat/TextFormat.js.map +0 -1
  124. package/dist/components/typography/textFormat/index.d.ts +0 -2
  125. package/dist/components/typography/textFormat/index.d.ts.map +0 -1
  126. package/dist/components/typography/textFormat/index.js +0 -2
  127. package/dist/components/typography/textFormat/index.js.map +0 -1
  128. package/dist/web/boxes/accordionBox/AccordionBox.d.ts +0 -17
  129. package/dist/web/boxes/accordionBox/AccordionBox.d.ts.map +0 -1
  130. package/dist/web/boxes/accordionBox/AccordionBox.js +0 -8
  131. package/dist/web/boxes/accordionBox/AccordionBox.js.map +0 -1
  132. package/dist/web/boxes/accordionBox/index.d.ts +0 -2
  133. package/dist/web/boxes/accordionBox/index.d.ts.map +0 -1
  134. package/dist/web/boxes/accordionBox/index.js +0 -2
  135. package/dist/web/boxes/accordionBox/index.js.map +0 -1
  136. package/dist/web/boxes/contentSliderBox/ContentSliderBox.d.ts +0 -7
  137. package/dist/web/boxes/contentSliderBox/ContentSliderBox.d.ts.map +0 -1
  138. package/dist/web/boxes/contentSliderBox/ContentSliderBox.js +0 -47
  139. package/dist/web/boxes/contentSliderBox/ContentSliderBox.js.map +0 -1
  140. package/dist/web/boxes/contentSliderBox/index.d.ts +0 -2
  141. package/dist/web/boxes/contentSliderBox/index.d.ts.map +0 -1
  142. package/dist/web/boxes/contentSliderBox/index.js +0 -2
  143. package/dist/web/boxes/contentSliderBox/index.js.map +0 -1
  144. package/dist/web/boxes/downloadBox/DownloadBox.d.ts +0 -11
  145. package/dist/web/boxes/downloadBox/DownloadBox.d.ts.map +0 -1
  146. package/dist/web/boxes/downloadBox/DownloadBox.js +0 -15
  147. package/dist/web/boxes/downloadBox/DownloadBox.js.map +0 -1
  148. package/dist/web/boxes/downloadBox/DownloadBoxItem.d.ts +0 -14
  149. package/dist/web/boxes/downloadBox/DownloadBoxItem.d.ts.map +0 -1
  150. package/dist/web/boxes/downloadBox/DownloadBoxItem.js +0 -11
  151. package/dist/web/boxes/downloadBox/DownloadBoxItem.js.map +0 -1
  152. package/dist/web/boxes/downloadBox/index.d.ts +0 -3
  153. package/dist/web/boxes/downloadBox/index.d.ts.map +0 -1
  154. package/dist/web/boxes/downloadBox/index.js +0 -3
  155. package/dist/web/boxes/downloadBox/index.js.map +0 -1
  156. package/dist/web/boxes/linkListBox/index.d.ts +0 -2
  157. package/dist/web/boxes/linkListBox/index.d.ts.map +0 -1
  158. package/dist/web/boxes/linkListBox/index.js +0 -2
  159. package/dist/web/boxes/linkListBox/index.js.map +0 -1
  160. package/dist/web/boxes/linkListBox/linkListBox.d.ts +0 -9
  161. package/dist/web/boxes/linkListBox/linkListBox.d.ts.map +0 -1
  162. package/dist/web/boxes/linkListBox/linkListBox.js +0 -9
  163. package/dist/web/boxes/linkListBox/linkListBox.js.map +0 -1
  164. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.d.ts +0 -34
  165. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.d.ts.map +0 -1
  166. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.js +0 -27
  167. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.js.map +0 -1
  168. package/dist/web/boxes/mediaTeaserBox/index.d.ts +0 -2
  169. package/dist/web/boxes/mediaTeaserBox/index.d.ts.map +0 -1
  170. package/dist/web/boxes/mediaTeaserBox/index.js +0 -2
  171. package/dist/web/boxes/mediaTeaserBox/index.js.map +0 -1
  172. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.d.ts +0 -10
  173. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.d.ts.map +0 -1
  174. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.js +0 -12
  175. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.js.map +0 -1
  176. package/dist/web/boxes/multiColumnTableBox/index.d.ts +0 -2
  177. package/dist/web/boxes/multiColumnTableBox/index.d.ts.map +0 -1
  178. package/dist/web/boxes/multiColumnTableBox/index.js +0 -2
  179. package/dist/web/boxes/multiColumnTableBox/index.js.map +0 -1
  180. package/dist/web/boxes/productBox/ProductBox.d.ts +0 -11
  181. package/dist/web/boxes/productBox/ProductBox.d.ts.map +0 -1
  182. package/dist/web/boxes/productBox/ProductBox.js +0 -7
  183. package/dist/web/boxes/productBox/ProductBox.js.map +0 -1
  184. package/dist/web/boxes/productBox/index.d.ts +0 -2
  185. package/dist/web/boxes/productBox/index.d.ts.map +0 -1
  186. package/dist/web/boxes/productBox/index.js +0 -2
  187. package/dist/web/boxes/productBox/index.js.map +0 -1
  188. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.d.ts +0 -16
  189. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.d.ts.map +0 -1
  190. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.js +0 -24
  191. package/dist/web/boxes/smallImageTextBox/SmallImageTextBox.js.map +0 -1
  192. package/dist/web/boxes/smallImageTextBox/index.d.ts +0 -2
  193. package/dist/web/boxes/smallImageTextBox/index.d.ts.map +0 -1
  194. package/dist/web/boxes/smallImageTextBox/index.js +0 -2
  195. package/dist/web/boxes/smallImageTextBox/index.js.map +0 -1
  196. package/dist/web/boxes/teaserCardBox/TeaserCardBox.d.ts +0 -8
  197. package/dist/web/boxes/teaserCardBox/TeaserCardBox.d.ts.map +0 -1
  198. package/dist/web/boxes/teaserCardBox/TeaserCardBox.js +0 -6
  199. package/dist/web/boxes/teaserCardBox/TeaserCardBox.js.map +0 -1
  200. package/dist/web/boxes/teaserCardBox/index.d.ts +0 -2
  201. package/dist/web/boxes/teaserCardBox/index.d.ts.map +0 -1
  202. package/dist/web/boxes/teaserCardBox/index.js +0 -2
  203. package/dist/web/boxes/teaserCardBox/index.js.map +0 -1
  204. package/dist/web/boxes/textBox/TextBox.d.ts +0 -12
  205. package/dist/web/boxes/textBox/TextBox.d.ts.map +0 -1
  206. package/dist/web/boxes/textBox/TextBox.js +0 -13
  207. package/dist/web/boxes/textBox/TextBox.js.map +0 -1
  208. package/dist/web/boxes/textBox/index.d.ts +0 -2
  209. package/dist/web/boxes/textBox/index.d.ts.map +0 -1
  210. package/dist/web/boxes/textBox/index.js +0 -2
  211. package/dist/web/boxes/textBox/index.js.map +0 -1
  212. package/dist/web/pageTemplates/sitemap/Sitemap.d.ts +0 -13
  213. package/dist/web/pageTemplates/sitemap/Sitemap.d.ts.map +0 -1
  214. package/dist/web/pageTemplates/sitemap/Sitemap.js +0 -11
  215. package/dist/web/pageTemplates/sitemap/Sitemap.js.map +0 -1
  216. package/dist/web/pageTemplates/sitemap/index.d.ts +0 -2
  217. package/dist/web/pageTemplates/sitemap/index.d.ts.map +0 -1
  218. package/dist/web/pageTemplates/sitemap/index.js +0 -2
  219. package/dist/web/pageTemplates/sitemap/index.js.map +0 -1
  220. package/dist/web/sections/mediaGallerySection/MediaGallerySection.d.ts +0 -11
  221. package/dist/web/sections/mediaGallerySection/MediaGallerySection.d.ts.map +0 -1
  222. package/dist/web/sections/mediaGallerySection/MediaGallerySection.js +0 -7
  223. package/dist/web/sections/mediaGallerySection/MediaGallerySection.js.map +0 -1
  224. package/dist/web/sections/mediaGallerySection/index.d.ts +0 -2
  225. package/dist/web/sections/mediaGallerySection/index.d.ts.map +0 -1
  226. package/dist/web/sections/mediaGallerySection/index.js +0 -2
  227. package/dist/web/sections/mediaGallerySection/index.js.map +0 -1
  228. package/dist/web/sections/newsroomSection/NewsroomSection.d.ts +0 -14
  229. package/dist/web/sections/newsroomSection/NewsroomSection.d.ts.map +0 -1
  230. package/dist/web/sections/newsroomSection/NewsroomSection.js +0 -7
  231. package/dist/web/sections/newsroomSection/NewsroomSection.js.map +0 -1
  232. package/dist/web/sections/newsroomSection/index.d.ts +0 -2
  233. package/dist/web/sections/newsroomSection/index.d.ts.map +0 -1
  234. package/dist/web/sections/newsroomSection/index.js +0 -2
  235. package/dist/web/sections/newsroomSection/index.js.map +0 -1
  236. package/dist/web/sections/productHeroSection/ProductHeroSection.d.ts +0 -11
  237. package/dist/web/sections/productHeroSection/ProductHeroSection.d.ts.map +0 -1
  238. package/dist/web/sections/productHeroSection/ProductHeroSection.js +0 -9
  239. package/dist/web/sections/productHeroSection/ProductHeroSection.js.map +0 -1
  240. package/dist/web/sections/productHeroSection/index.d.ts +0 -2
  241. package/dist/web/sections/productHeroSection/index.d.ts.map +0 -1
  242. package/dist/web/sections/productHeroSection/index.js +0 -2
  243. package/dist/web/sections/productHeroSection/index.js.map +0 -1
@@ -1,27 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { SectionHeaderWithSubtitle } from '../sectionHeaderWithSubtitle/SectionHeaderWithSubtitle';
3
- import { Headline } from '../headline';
4
- import { cn } from '../../../utils';
5
- import { BodyText } from '../bodyText';
6
- const TextFormat = ({ variant, heading, bodyText, className, ...props }) => {
7
- if (variant === 'contentSectionTitle') {
8
- return (_jsx(SectionHeaderWithSubtitle, { header: heading, subtitle: bodyText, className: className, ...props }));
9
- }
10
- if (variant === 'boxTitleBodyStandardRegular') {
11
- return (_jsxs("div", { className: cn('flex flex-col gap-3', className), ...props, children: [_jsx(Headline, { headingLevel: "h2", children: heading }), _jsx(BodyText, { children: bodyText })] }));
12
- }
13
- if (variant === 'boxTitleBodyStandardMedium') {
14
- return (_jsxs("div", { className: cn('flex flex-col gap-2', className), ...props, children: [_jsx(Headline, { headingLevel: "h2", children: heading }), _jsx(BodyText, { children: bodyText })] }));
15
- }
16
- if (variant === 'boxTitleBodySmallMedium') {
17
- return (_jsxs("div", { className: cn('flex flex-col gap-2', className), ...props, children: [_jsx(Headline, { headingLevel: "h2", children: heading }), _jsx(BodyText, { variant: "small", children: bodyText })] }));
18
- }
19
- if (variant === 'h4BodySmallRegular') {
20
- return (_jsxs("div", { className: cn('flex flex-col gap-3.5', className), ...props, children: [_jsx(Headline, { headingLevel: "h4", children: heading }), _jsx(BodyText, { variant: "small", children: bodyText })] }));
21
- }
22
- if (variant === 'h6BodySmall') {
23
- return (_jsxs("div", { className: cn('flex flex-col gap-4', className), ...props, children: [_jsx(Headline, { headingLevel: "h6", children: heading }), _jsx(BodyText, { variant: "small", children: bodyText })] }));
24
- }
25
- };
26
- export { TextFormat };
27
- //# sourceMappingURL=TextFormat.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextFormat.js","sourceRoot":"","sources":["../../../../src/components/typography/textFormat/TextFormat.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,yBAAyB,EAAC,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AACrC,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAC;AAcrC,MAAM,UAAU,GAA8B,CAAC,EAC7C,OAAO,EACP,OAAO,EACP,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,EAAE;IACH,IAAI,OAAO,KAAK,qBAAqB,EAAE,CAAC;QACtC,OAAO,CACL,KAAC,yBAAyB,IACxB,MAAM,EAAE,OAAO,EACf,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,KAChB,KAAK,GACT,CACH,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,KAAK,6BAA6B,EAAE,CAAC;QAC9C,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,qBAAqB,EAAE,SAAS,CAAC,KAAM,KAAK,aAC7D,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,OAAO,GAAY,EAChD,KAAC,QAAQ,cAAE,QAAQ,GAAY,IAC3B,CACP,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,KAAK,4BAA4B,EAAE,CAAC;QAC7C,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,qBAAqB,EAAE,SAAS,CAAC,KAAM,KAAK,aAC7D,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,OAAO,GAAY,EAChD,KAAC,QAAQ,cAAE,QAAQ,GAAY,IAC3B,CACP,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,KAAK,yBAAyB,EAAE,CAAC;QAC1C,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,qBAAqB,EAAE,SAAS,CAAC,KAAM,KAAK,aAC7D,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,OAAO,GAAY,EAChD,KAAC,QAAQ,IAAC,OAAO,EAAC,OAAO,YAAE,QAAQ,GAAY,IAC3C,CACP,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,KAAK,oBAAoB,EAAE,CAAC;QACrC,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,uBAAuB,EAAE,SAAS,CAAC,KAAM,KAAK,aAC/D,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,OAAO,GAAY,EAChD,KAAC,QAAQ,IAAC,OAAO,EAAC,OAAO,YAAE,QAAQ,GAAY,IAC3C,CACP,CAAC;IACJ,CAAC;IACD,IAAI,OAAO,KAAK,aAAa,EAAE,CAAC;QAC9B,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,qBAAqB,EAAE,SAAS,CAAC,KAAM,KAAK,aAC7D,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,OAAO,GAAY,EAChD,KAAC,QAAQ,IAAC,OAAO,EAAC,OAAO,YAAE,QAAQ,GAAY,IAC3C,CACP,CAAC;IACJ,CAAC;AACH,CAAC,CAAC;AAEF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TextFormat';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/textFormat/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './TextFormat';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/typography/textFormat/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
@@ -1,17 +0,0 @@
1
- import * as React from 'react';
2
- import { Accordion, type RichTextType } from '../../../components';
3
- type AccordionItemType = {
4
- heading: string;
5
- copyText?: {
6
- value: string;
7
- };
8
- };
9
- export interface AccordionBoxProps extends React.HTMLAttributes<HTMLDivElement> {
10
- headline: string;
11
- copyText?: RichTextType;
12
- accordionProps?: React.ComponentProps<typeof Accordion>;
13
- items?: AccordionItemType[];
14
- }
15
- declare const AccordionBox: React.FC<AccordionBoxProps>;
16
- export { AccordionBox };
17
- //# sourceMappingURL=AccordionBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AccordionBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/accordionBox/AccordionBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EACL,SAAS,EAKT,KAAK,YAAY,EAClB,MAAM,qBAAqB,CAAC;AAE7B,KAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH,CAAC;AAEF,MAAM,WAAW,iBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;IACxD,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAC7B;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2B7C,CAAC;AAEF,OAAO,EAAC,YAAY,EAAC,CAAC"}
@@ -1,8 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { Headline } from '../../../components/typography/headline';
3
- import { ContentArea } from '../../../components/layout/contentArea';
4
- import { Accordion, AccordionContent, AccordionItem, AccordionItemToggle, SlimRichText, } from '../../../components';
5
- const AccordionBox = ({ headline, copyText, accordionProps = {}, items, }) => (_jsxs(_Fragment, { children: [_jsxs(ContentArea, { width: 2, className: "mb-14", children: [_jsx(Headline, { headingLevel: "h3", children: headline }), _jsx(SlimRichText, { text: copyText?.value })] }), _jsx(ContentArea, { children: _jsx(Accordion, { ...accordionProps, children: !!items?.length &&
6
- items.map(({ heading, copyText }) => (_jsxs(AccordionItem, { value: heading, children: [_jsx(AccordionItemToggle, { headline: heading }), _jsx(ContentArea, { width: 2, children: _jsx(AccordionContent, { children: _jsx(SlimRichText, { text: copyText?.value }) }) })] }, heading))) }) })] }));
7
- export { AccordionBox };
8
- //# sourceMappingURL=AccordionBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AccordionBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/accordionBox/AccordionBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,WAAW,EAAC,MAAM,wCAAwC,CAAC;AACnE,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,mBAAmB,EACnB,YAAY,GAEb,MAAM,qBAAqB,CAAC;AAiB7B,MAAM,YAAY,GAAgC,CAAC,EACjD,QAAQ,EACR,QAAQ,EACR,cAAc,GAAG,EAAE,EACnB,KAAK,GACN,EAAE,EAAE,CAAC,CACJ,8BACE,MAAC,WAAW,IAAC,KAAK,EAAE,CAAC,EAAE,SAAS,EAAC,OAAO,aACtC,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,KAAC,YAAY,IAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,GAAI,IAC3B,EACd,KAAC,WAAW,cACV,KAAC,SAAS,OAAK,cAAc,YAC1B,CAAC,CAAC,KAAK,EAAE,MAAM;oBACd,KAAK,CAAC,GAAG,CAAC,CAAC,EAAC,OAAO,EAAE,QAAQ,EAAC,EAAE,EAAE,CAAC,CACjC,MAAC,aAAa,IAAC,KAAK,EAAE,OAAO,aAC3B,KAAC,mBAAmB,IAAC,QAAQ,EAAE,OAAO,GAAI,EAC1C,KAAC,WAAW,IAAC,KAAK,EAAE,CAAC,YACnB,KAAC,gBAAgB,cACf,KAAC,YAAY,IAAC,IAAI,EAAE,QAAQ,EAAE,KAAK,GAAI,GACtB,GACP,KANoB,OAAO,CAO3B,CACjB,CAAC,GACM,GACA,IACb,CACJ,CAAC;AAEF,OAAO,EAAC,YAAY,EAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './AccordionBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/accordionBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './AccordionBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/accordionBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -1,7 +0,0 @@
1
- import * as React from 'react';
2
- export interface ContentSliderBoxProps extends React.HTMLAttributes<HTMLDivElement> {
3
- children: React.ReactNode[];
4
- }
5
- declare const ContentSliderBox: React.FC<ContentSliderBoxProps>;
6
- export { ContentSliderBox };
7
- //# sourceMappingURL=ContentSliderBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentSliderBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/contentSliderBox/ContentSliderBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAa/B,MAAM,WAAW,qBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC7B;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAgGrD,CAAC;AAEF,OAAO,EAAC,gBAAgB,EAAC,CAAC"}
@@ -1,47 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import * as React from 'react';
3
- import useEmblaCarousel from 'embla-carousel-react';
4
- import { cn } from '../../../utils';
5
- import { Button, ContentArea, Controls, ControlsItem } from '../../../components';
6
- import { IconChevronLeft, IconChevronRight } from '../../../icons';
7
- import { Slot } from '@radix-ui/react-slot';
8
- //@ts-expect-error type defenitions do not work for this config field
9
- import tailwindConfig from '@odx/websites-ui/tailwind';
10
- const ContentSliderBox = ({ className, children, ...props }) => {
11
- const theme = tailwindConfig.theme;
12
- // @ts-expect-error tailwind config can not be resolved due to an error, that is why it is used without types
13
- if (!theme.screens && !theme.screens[screenSize])
14
- throw new Error('Breakpoint is not defined in tailwind config');
15
- const screens = theme.screens;
16
- const [emblaRef, emblaApi] = useEmblaCarousel({
17
- align: 'start',
18
- containScroll: 'keepSnaps',
19
- slidesToScroll: 1,
20
- breakpoints: {
21
- [`(min-width: ${screens.md})`]: { slidesToScroll: 2 },
22
- [`(min-width: ${screens.xl})`]: { slidesToScroll: 3 },
23
- },
24
- });
25
- const [scrollSnaps, setScrollSnaps] = React.useState([]);
26
- const [activeIndex, setActiveIndex] = React.useState(0);
27
- const scrollPrev = React.useCallback(() => emblaApi && emblaApi.scrollPrev(), [emblaApi]);
28
- const scrollNext = React.useCallback(() => emblaApi && emblaApi.scrollNext(), [emblaApi]);
29
- const scrollTo = React.useCallback((index) => emblaApi && emblaApi.scrollTo(index), [emblaApi]);
30
- const onSelect = React.useCallback(() => {
31
- if (!emblaApi) {
32
- return;
33
- }
34
- setActiveIndex(emblaApi.selectedScrollSnap());
35
- }, [emblaApi]);
36
- React.useEffect(() => {
37
- if (!emblaApi) {
38
- return;
39
- }
40
- onSelect();
41
- setScrollSnaps(emblaApi.scrollSnapList());
42
- emblaApi.on('select', onSelect);
43
- }, [emblaApi, emblaApi?.scrollSnapList()]);
44
- return (_jsx(ContentArea, { className: "overflow-hidden pb-20", children: _jsxs("div", { className: cn('pt-16', className), ...props, children: [_jsx("div", { ref: emblaRef, className: "", children: _jsx("div", { className: "flex", children: children.map((child, index) => (_jsx("div", { className: "flex-[0_0_100%] md:flex-[0_0_50%] xl:flex-[0_0_33.3%]", children: _jsx(Slot, { className: "mx-3", children: child }) }, index))) }) }), _jsxs("div", { className: "mt-11 relative h-14 flex", children: [_jsx(Controls, { className: "my-auto w-full", children: scrollSnaps.map((_, index) => (_jsx(ControlsItem, { active: activeIndex === index, onClick: () => scrollTo(index) }, index))) }), _jsxs("div", { className: "hidden md:block absolute z-10 top-0 right-0", children: [_jsx(Button, { onClick: scrollPrev, disabled: activeIndex === 0, icon: IconChevronLeft, size: "lg" }), _jsx(Button, { onClick: scrollNext, disabled: activeIndex === scrollSnaps.length - 1, icon: IconChevronRight, size: "lg" })] })] })] }) }));
45
- };
46
- export { ContentSliderBox };
47
- //# sourceMappingURL=ContentSliderBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContentSliderBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/contentSliderBox/ContentSliderBox.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export * from './ContentSliderBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/contentSliderBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ContentSliderBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/contentSliderBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- import { ContentAreaProps } from '../../../components/layout/contentArea';
3
- import { type RichTextType } from '../../../components';
4
- export interface DownloadBoxProps extends ContentAreaProps {
5
- headline: string;
6
- copy: RichTextType;
7
- children: React.ReactNode[];
8
- }
9
- declare const DownloadBox: React.FC<DownloadBoxProps>;
10
- export { DownloadBox };
11
- //# sourceMappingURL=DownloadBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DownloadBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/downloadBox/DownloadBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEL,gBAAgB,EACjB,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAC,KAAK,YAAY,EAAe,MAAM,qBAAqB,CAAC;AAEpE,MAAM,WAAW,gBAAiB,SAAQ,gBAAgB;IACxD,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;CAC7B;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA8B3C,CAAC;AAEF,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -1,15 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import * as React from 'react';
3
- import { Grid, GridItem } from '../../../components/layout/grid';
4
- import { Headline } from '../../../components/typography/headline';
5
- import { ContentArea, } from '../../../components/layout/contentArea';
6
- import { SlimRichText } from '../../../components';
7
- const DownloadBox = ({ headline, copy, children, ...props }) => {
8
- const allItems = React.Children.toArray(children);
9
- if (allItems.length === 0) {
10
- return null;
11
- }
12
- return (_jsxs(ContentArea, { width: 2, ...props, children: [_jsxs("div", { children: [_jsx(Headline, { headingLevel: "h3", children: headline }), _jsx(SlimRichText, { text: copy.value })] }), _jsx(Grid, { cols: 2, className: "mt-16 lg:gap-x-5 lg:gap-y-11", children: allItems.map((child, idx) => (_jsx(GridItem, { className: "col-span-2 lg:col-span-1", children: child }, `${headline}-${idx}`))) })] }));
13
- };
14
- export { DownloadBox };
15
- //# sourceMappingURL=DownloadBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DownloadBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/downloadBox/DownloadBox.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EACL,WAAW,GAEZ,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAAoB,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAQpE,MAAM,WAAW,GAA+B,CAAC,EAC/C,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,MAAC,WAAW,IAAC,KAAK,EAAE,CAAC,KAAM,KAAK,aAC9B,0BACE,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,KAAC,YAAY,IAAC,IAAI,EAAE,IAAI,CAAC,KAAK,GAAI,IAC9B,EACN,KAAC,IAAI,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAC,8BAA8B,YACpD,QAAQ,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE,CAAC,CAC5B,KAAC,QAAQ,IAEP,SAAS,EAAC,0BAA0B,YAEnC,KAAK,IAHD,GAAG,QAAQ,IAAI,GAAG,EAAE,CAIhB,CACZ,CAAC,GACG,IACK,CACf,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -1,14 +0,0 @@
1
- import * as React from 'react';
2
- import { type RichTextType } from '../../../components';
3
- export interface DownloadBoxItemProps extends React.HTMLAttributes<HTMLDivElement> {
4
- headline: string;
5
- copy: RichTextType;
6
- fileSize: string;
7
- imageSrc: string;
8
- imageAlt: string;
9
- children: React.ReactNode;
10
- className?: string;
11
- }
12
- declare const DownloadBoxItem: React.FC<DownloadBoxItemProps>;
13
- export { DownloadBoxItem };
14
- //# sourceMappingURL=DownloadBoxItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DownloadBoxItem.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/downloadBox/DownloadBoxItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAe,KAAK,YAAY,EAAC,MAAM,qBAAqB,CAAC;AAEpE,MAAM,WAAW,oBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,YAAY,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8BnD,CAAC;AAEF,OAAO,EAAC,eAAe,EAAC,CAAC"}
@@ -1,11 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Headline } from '../../../components/typography/headline';
3
- import { Image } from '../../../components/images-icons/image';
4
- import { BodyText } from '../../../components/typography/bodyText';
5
- import { Button } from '../../../components/actions/button';
6
- import { SlimRichText } from '../../../components';
7
- const DownloadBoxItem = ({ headline, copy, fileSize, imageSrc, imageAlt, children, className, ...props }) => {
8
- return (_jsxs("div", { ...props, className: className, children: [_jsx(Headline, { headingLevel: "h5", children: headline }), _jsxs("div", { className: "flex", children: [_jsx(Image, { src: imageSrc, alt: imageAlt, ratio: "9/11", className: "shrink min-w-[11.75rem] h-auto mb-auto me-4" }), _jsxs("div", { children: [_jsx(SlimRichText, { variant: "small", text: copy.value }), _jsx(Button, { className: "mt-8 mb-2", children: children }), _jsx(BodyText, { variant: "small", textColor: "airBlue", children: fileSize })] })] })] }));
9
- };
10
- export { DownloadBoxItem };
11
- //# sourceMappingURL=DownloadBoxItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DownloadBoxItem.js","sourceRoot":"","sources":["../../../../src/web/boxes/downloadBox/DownloadBoxItem.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,KAAK,EAAC,MAAM,wCAAwC,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,MAAM,EAAC,MAAM,oCAAoC,CAAC;AAC1D,OAAO,EAAC,YAAY,EAAoB,MAAM,qBAAqB,CAAC;AAapE,MAAM,eAAe,GAAmC,CAAC,EACvD,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,EAAE;IACH,OAAO,CACL,kBAAS,KAAK,EAAE,SAAS,EAAE,SAAS,aAClC,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,eAAK,SAAS,EAAC,MAAM,aACnB,KAAC,KAAK,IACJ,GAAG,EAAE,QAAQ,EACb,GAAG,EAAE,QAAQ,EACb,KAAK,EAAC,MAAM,EACZ,SAAS,EAAC,6CAA6C,GACvD,EACF,0BACE,KAAC,YAAY,IAAC,OAAO,EAAC,OAAO,EAAC,IAAI,EAAE,IAAI,CAAC,KAAK,GAAI,EAClD,KAAC,MAAM,IAAC,SAAS,EAAC,WAAW,YAAE,QAAQ,GAAU,EACjD,KAAC,QAAQ,IAAC,OAAO,EAAC,OAAO,EAAC,SAAS,EAAC,SAAS,YAC1C,QAAQ,GACA,IACP,IACF,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,eAAe,EAAC,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './DownloadBox';
2
- export * from './DownloadBoxItem';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/downloadBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './DownloadBox';
2
- export * from './DownloadBoxItem';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/downloadBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './linkListBox';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/linkListBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './linkListBox';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/boxes/linkListBox/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -1,9 +0,0 @@
1
- import * as React from 'react';
2
- export interface LinkListBoxProps extends React.HTMLAttributes<HTMLElement> {
3
- headline: string;
4
- description: string;
5
- children?: React.ReactNode;
6
- }
7
- declare const LinkListBox: React.FC<LinkListBoxProps>;
8
- export { LinkListBox };
9
- //# sourceMappingURL=linkListBox.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linkListBox.d.ts","sourceRoot":"","sources":["../../../../src/web/boxes/linkListBox/linkListBox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IACzE,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAsB3C,CAAC;AACF,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { cn } from '../../../utils';
3
- import { Headline } from '../../../components/typography/headline/Headline';
4
- import { BodyText } from '../../../components/typography/bodyText';
5
- const LinkListBox = ({ headline, description, children, className, ...props }) => {
6
- return (_jsxs("div", { className: cn('flex flex-col items-left gap-y-2 text-draeger-dark-blue', className), ...props, children: [_jsx(Headline, { headingLevel: "h3", className: "pb-4", children: headline }), _jsx(BodyText, { className: "mb-8", children: description }), children] }));
7
- };
8
- export { LinkListBox };
9
- //# sourceMappingURL=linkListBox.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linkListBox.js","sourceRoot":"","sources":["../../../../src/web/boxes/linkListBox/linkListBox.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,kDAAkD,CAAC;AAC1E,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AAQjE,MAAM,WAAW,GAA+B,CAAC,EAC/C,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,EAAE;IACH,OAAO,CACL,eACE,SAAS,EAAE,EAAE,CACX,yDAAyD,EACzD,SAAS,CACV,KACG,KAAK,aAET,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,EAAC,SAAS,EAAC,MAAM,YACzC,QAAQ,GACA,EACX,KAAC,QAAQ,IAAC,SAAS,EAAC,MAAM,YAAE,WAAW,GAAY,EAClD,QAAQ,IACL,CACP,CAAC;AACJ,CAAC,CAAC;AACF,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -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"}