@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,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"}