@odx/websites-react 0.0.3 → 0.0.5

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 (285) hide show
  1. package/dist/components/actions/button/Button.d.ts +3 -3
  2. package/dist/components/actions/button/Button.d.ts.map +1 -1
  3. package/dist/components/actions/button/Button.js +4 -4
  4. package/dist/components/actions/button/Button.js.map +1 -1
  5. package/dist/components/actions/checkbox/Checkbox.d.ts +1 -0
  6. package/dist/components/actions/checkbox/Checkbox.d.ts.map +1 -1
  7. package/dist/components/actions/checkbox/Checkbox.js +4 -4
  8. package/dist/components/actions/checkbox/Checkbox.js.map +1 -1
  9. package/dist/components/actions/combobox/Combobox.d.ts.map +1 -1
  10. package/dist/components/actions/combobox/Combobox.js +6 -6
  11. package/dist/components/actions/combobox/Combobox.js.map +1 -1
  12. package/dist/components/actions/dropdown/Dropdown.d.ts +1 -0
  13. package/dist/components/actions/dropdown/Dropdown.d.ts.map +1 -1
  14. package/dist/components/actions/dropdown/Dropdown.js +2 -2
  15. package/dist/components/actions/dropdown/Dropdown.js.map +1 -1
  16. package/dist/components/actions/filterPanel/FilterPanel.d.ts +22 -0
  17. package/dist/components/actions/filterPanel/FilterPanel.d.ts.map +1 -0
  18. package/dist/components/actions/filterPanel/FilterPanel.js +14 -0
  19. package/dist/components/actions/filterPanel/FilterPanel.js.map +1 -0
  20. package/dist/components/actions/filterPanel/index.d.ts +2 -0
  21. package/dist/components/actions/filterPanel/index.d.ts.map +1 -0
  22. package/dist/components/actions/filterPanel/index.js +2 -0
  23. package/dist/components/actions/filterPanel/index.js.map +1 -0
  24. package/dist/components/actions/formField/FormField.d.ts +4 -1
  25. package/dist/components/actions/formField/FormField.d.ts.map +1 -1
  26. package/dist/components/actions/formField/FormField.js +12 -1
  27. package/dist/components/actions/formField/FormField.js.map +1 -1
  28. package/dist/components/actions/multiselect/Multiselect.d.ts +1 -0
  29. package/dist/components/actions/multiselect/Multiselect.d.ts.map +1 -1
  30. package/dist/components/actions/multiselect/Multiselect.js +3 -3
  31. package/dist/components/actions/multiselect/Multiselect.js.map +1 -1
  32. package/dist/components/actions/phoneInput/PhoneInput.d.ts +2 -1
  33. package/dist/components/actions/phoneInput/PhoneInput.d.ts.map +1 -1
  34. package/dist/components/actions/phoneInput/PhoneInput.js +7 -5
  35. package/dist/components/actions/phoneInput/PhoneInput.js.map +1 -1
  36. package/dist/components/actions/radioGroup/RadioGroup.d.ts.map +1 -1
  37. package/dist/components/actions/radioGroup/RadioGroup.js +6 -6
  38. package/dist/components/actions/radioGroup/RadioGroup.js.map +1 -1
  39. package/dist/components/actions/search/Search.d.ts +13 -0
  40. package/dist/components/actions/search/Search.d.ts.map +1 -0
  41. package/dist/components/actions/search/Search.js +33 -0
  42. package/dist/components/actions/search/Search.js.map +1 -0
  43. package/dist/components/actions/search/index.d.ts +2 -0
  44. package/dist/components/actions/search/index.d.ts.map +1 -0
  45. package/dist/components/actions/search/index.js +2 -0
  46. package/dist/components/actions/search/index.js.map +1 -0
  47. package/dist/components/actions/select/Select.d.ts +2 -2
  48. package/dist/components/actions/select/Select.d.ts.map +1 -1
  49. package/dist/components/actions/select/Select.js +3 -3
  50. package/dist/components/actions/select/Select.js.map +1 -1
  51. package/dist/components/actions/tag/Tag.js +2 -2
  52. package/dist/components/actions/tag/Tag.js.map +1 -1
  53. package/dist/components/actions/text-input/TextInput.d.ts +0 -4
  54. package/dist/components/actions/text-input/TextInput.d.ts.map +1 -1
  55. package/dist/components/actions/text-input/TextInput.js +2 -2
  56. package/dist/components/actions/text-input/TextInput.js.map +1 -1
  57. package/dist/components/actions/textarea/Textarea.d.ts.map +1 -1
  58. package/dist/components/actions/textarea/Textarea.js +2 -2
  59. package/dist/components/actions/textarea/Textarea.js.map +1 -1
  60. package/dist/components/actions/toggle-button/ToggleButton.d.ts.map +1 -1
  61. package/dist/components/actions/toggle-button/ToggleButton.js +3 -2
  62. package/dist/components/actions/toggle-button/ToggleButton.js.map +1 -1
  63. package/dist/components/images-icons/svg-icon/SvgIcon.d.ts +1 -1
  64. package/dist/components/images-icons/svg-icon/SvgIcon.d.ts.map +1 -1
  65. package/dist/components/images-icons/svg-icon/SvgIcon.js +2 -0
  66. package/dist/components/images-icons/svg-icon/SvgIcon.js.map +1 -1
  67. package/dist/components/index.d.ts +10 -3
  68. package/dist/components/index.d.ts.map +1 -1
  69. package/dist/components/index.js +10 -3
  70. package/dist/components/index.js.map +1 -1
  71. package/dist/components/layout/accordion/Accordion.d.ts +4 -3
  72. package/dist/components/layout/accordion/Accordion.d.ts.map +1 -1
  73. package/dist/components/layout/accordion/Accordion.js +17 -58
  74. package/dist/components/layout/accordion/Accordion.js.map +1 -1
  75. package/dist/components/layout/accordion/AccordionContext.d.ts +2 -2
  76. package/dist/components/layout/accordion/AccordionContext.d.ts.map +1 -1
  77. package/dist/components/layout/accordion/AccordionContext.js +3 -3
  78. package/dist/components/layout/accordion/AccordionContext.js.map +1 -1
  79. package/dist/components/layout/calloutMedia/CalloutMedia.d.ts +13 -0
  80. package/dist/components/layout/calloutMedia/CalloutMedia.d.ts.map +1 -0
  81. package/dist/components/layout/calloutMedia/CalloutMedia.js +10 -0
  82. package/dist/components/layout/calloutMedia/CalloutMedia.js.map +1 -0
  83. package/dist/components/layout/calloutMedia/index.d.ts +2 -0
  84. package/dist/components/layout/calloutMedia/index.d.ts.map +1 -0
  85. package/dist/components/layout/calloutMedia/index.js +2 -0
  86. package/dist/components/layout/calloutMedia/index.js.map +1 -0
  87. package/dist/components/layout/calloutQuote/CalloutQuote.d.ts +14 -0
  88. package/dist/components/layout/calloutQuote/CalloutQuote.d.ts.map +1 -0
  89. package/dist/components/layout/calloutQuote/CalloutQuote.js +29 -0
  90. package/dist/components/layout/calloutQuote/CalloutQuote.js.map +1 -0
  91. package/dist/components/layout/calloutQuote/index.d.ts +2 -0
  92. package/dist/components/layout/calloutQuote/index.d.ts.map +1 -0
  93. package/dist/components/layout/calloutQuote/index.js +2 -0
  94. package/dist/components/layout/calloutQuote/index.js.map +1 -0
  95. package/dist/components/layout/card/Card.d.ts +8 -6
  96. package/dist/components/layout/card/Card.d.ts.map +1 -1
  97. package/dist/components/layout/card/Card.js +11 -9
  98. package/dist/components/layout/card/Card.js.map +1 -1
  99. package/dist/components/layout/card/CardGroup.d.ts +9 -0
  100. package/dist/components/layout/card/CardGroup.d.ts.map +1 -0
  101. package/dist/components/layout/card/CardGroup.js +5 -0
  102. package/dist/components/layout/card/CardGroup.js.map +1 -0
  103. package/dist/components/layout/card/index.d.ts +1 -0
  104. package/dist/components/layout/card/index.d.ts.map +1 -1
  105. package/dist/components/layout/card/index.js +1 -0
  106. package/dist/components/layout/card/index.js.map +1 -1
  107. package/dist/components/layout/carousel/Carousel.d.ts +21 -0
  108. package/dist/components/layout/carousel/Carousel.d.ts.map +1 -0
  109. package/dist/components/layout/carousel/Carousel.js +52 -0
  110. package/dist/components/layout/carousel/Carousel.js.map +1 -0
  111. package/dist/components/layout/carousel/index.d.ts +2 -0
  112. package/dist/components/layout/carousel/index.d.ts.map +1 -0
  113. package/dist/components/layout/carousel/index.js +2 -0
  114. package/dist/components/layout/carousel/index.js.map +1 -0
  115. package/dist/components/layout/contentItem/ContentItem.d.ts +21 -0
  116. package/dist/components/layout/contentItem/ContentItem.d.ts.map +1 -0
  117. package/dist/components/layout/contentItem/ContentItem.js +10 -0
  118. package/dist/components/layout/contentItem/ContentItem.js.map +1 -0
  119. package/dist/components/layout/contentItem/index.d.ts +2 -0
  120. package/dist/components/layout/contentItem/index.d.ts.map +1 -0
  121. package/dist/components/layout/contentItem/index.js +2 -0
  122. package/dist/components/layout/contentItem/index.js.map +1 -0
  123. package/dist/components/layout/modal/Modal.js +1 -1
  124. package/dist/components/layout/showMore/ShowMore.d.ts.map +1 -1
  125. package/dist/components/layout/showMore/ShowMore.js +4 -5
  126. package/dist/components/layout/showMore/ShowMore.js.map +1 -1
  127. package/dist/components/layout/slimRichText/SlimRichText.d.ts +13 -0
  128. package/dist/components/layout/slimRichText/SlimRichText.d.ts.map +1 -0
  129. package/dist/components/layout/slimRichText/SlimRichText.js +44 -0
  130. package/dist/components/layout/slimRichText/SlimRichText.js.map +1 -0
  131. package/dist/components/layout/slimRichText/index.d.ts +2 -0
  132. package/dist/components/layout/slimRichText/index.d.ts.map +1 -0
  133. package/dist/components/layout/slimRichText/index.js +2 -0
  134. package/dist/components/layout/slimRichText/index.js.map +1 -0
  135. package/dist/components/layout/structuredList/StructuredList.d.ts +10 -0
  136. package/dist/components/layout/structuredList/StructuredList.d.ts.map +1 -0
  137. package/dist/components/layout/structuredList/StructuredList.js +10 -0
  138. package/dist/components/layout/structuredList/StructuredList.js.map +1 -0
  139. package/dist/components/layout/structuredList/StructuredListItem.d.ts +23 -0
  140. package/dist/components/layout/structuredList/StructuredListItem.d.ts.map +1 -0
  141. package/dist/components/layout/structuredList/StructuredListItem.js +12 -0
  142. package/dist/components/layout/structuredList/StructuredListItem.js.map +1 -0
  143. package/dist/components/layout/structuredList/index.d.ts +3 -0
  144. package/dist/components/layout/structuredList/index.d.ts.map +1 -0
  145. package/dist/components/layout/structuredList/index.js +3 -0
  146. package/dist/components/layout/structuredList/index.js.map +1 -0
  147. package/dist/components/layout/tabBar/TabBar.d.ts +30 -0
  148. package/dist/components/layout/tabBar/TabBar.d.ts.map +1 -0
  149. package/dist/components/layout/tabBar/TabBar.js +118 -0
  150. package/dist/components/layout/tabBar/TabBar.js.map +1 -0
  151. package/dist/components/layout/tabBar/TabBarContext.d.ts +9 -0
  152. package/dist/components/layout/tabBar/TabBarContext.d.ts.map +1 -0
  153. package/dist/components/layout/tabBar/TabBarContext.js +8 -0
  154. package/dist/components/layout/tabBar/TabBarContext.js.map +1 -0
  155. package/dist/components/layout/tabBar/index.d.ts.map +1 -0
  156. package/dist/components/layout/tabBar/index.js.map +1 -0
  157. package/dist/components/navigation/{tabbar/TabBar.d.ts → anchorNav/AnchorNav.d.ts} +7 -7
  158. package/dist/components/navigation/anchorNav/AnchorNav.d.ts.map +1 -0
  159. package/dist/components/navigation/{tabbar/TabBar.js → anchorNav/AnchorNav.js} +11 -11
  160. package/dist/components/navigation/anchorNav/AnchorNav.js.map +1 -0
  161. package/dist/components/navigation/anchorNav/index.d.ts +2 -0
  162. package/dist/components/navigation/anchorNav/index.d.ts.map +1 -0
  163. package/dist/components/navigation/anchorNav/index.js +2 -0
  164. package/dist/components/navigation/anchorNav/index.js.map +1 -0
  165. package/dist/components/typography/headline/Headline.d.ts +1 -0
  166. package/dist/components/typography/headline/Headline.d.ts.map +1 -1
  167. package/dist/components/typography/headline/Headline.js +5 -5
  168. package/dist/components/typography/headline/Headline.js.map +1 -1
  169. package/dist/icons/uncolored/DraegerIconSetUncolored.d.ts.map +1 -1
  170. package/dist/icons/uncolored/DraegerIconSetUncolored.js +2 -0
  171. package/dist/icons/uncolored/DraegerIconSetUncolored.js.map +1 -1
  172. package/dist/icons/uncolored/IconReload.d.ts +4 -0
  173. package/dist/icons/uncolored/IconReload.d.ts.map +1 -0
  174. package/dist/icons/uncolored/IconReload.js +4 -0
  175. package/dist/icons/uncolored/IconReload.js.map +1 -0
  176. package/dist/icons/uncolored/index.d.ts +1 -0
  177. package/dist/icons/uncolored/index.d.ts.map +1 -1
  178. package/dist/icons/uncolored/index.js +1 -0
  179. package/dist/icons/uncolored/index.js.map +1 -1
  180. package/dist/utils/types.d.ts +1 -1
  181. package/dist/utils/types.d.ts.map +1 -1
  182. package/dist/web/boxes/accordionBox/AccordionBox.d.ts +2 -4
  183. package/dist/web/boxes/accordionBox/AccordionBox.d.ts.map +1 -1
  184. package/dist/web/boxes/accordionBox/AccordionBox.js +3 -5
  185. package/dist/web/boxes/accordionBox/AccordionBox.js.map +1 -1
  186. package/dist/web/boxes/downloadBox/DownloadBox.d.ts +2 -2
  187. package/dist/web/boxes/downloadBox/DownloadBox.d.ts.map +1 -1
  188. package/dist/web/boxes/downloadBox/DownloadBox.js +2 -3
  189. package/dist/web/boxes/downloadBox/DownloadBox.js.map +1 -1
  190. package/dist/web/boxes/downloadBox/DownloadBoxItem.d.ts +2 -2
  191. package/dist/web/boxes/downloadBox/DownloadBoxItem.d.ts.map +1 -1
  192. package/dist/web/boxes/downloadBox/DownloadBoxItem.js +2 -2
  193. package/dist/web/boxes/downloadBox/DownloadBoxItem.js.map +1 -1
  194. package/dist/web/boxes/linkListBox/linkListBox.js +1 -1
  195. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.js +2 -2
  196. package/dist/web/boxes/mediaTeaserBox/MediaTeaserBox.js.map +1 -1
  197. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.d.ts +2 -2
  198. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.d.ts.map +1 -1
  199. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.js +2 -2
  200. package/dist/web/boxes/multiColumnTableBox/MultiColumnTableBox.js.map +1 -1
  201. package/dist/web/boxes/textBox/TextBox.js +1 -1
  202. package/dist/web/boxes/textBox/TextBox.js.map +1 -1
  203. package/dist/web/index.d.ts +9 -3
  204. package/dist/web/index.d.ts.map +1 -1
  205. package/dist/web/index.js +9 -3
  206. package/dist/web/index.js.map +1 -1
  207. package/dist/web/layout/contentHeadings/ContentHeadings.d.ts +9 -0
  208. package/dist/web/layout/contentHeadings/ContentHeadings.d.ts.map +1 -0
  209. package/dist/web/layout/contentHeadings/ContentHeadings.js +9 -0
  210. package/dist/web/layout/contentHeadings/ContentHeadings.js.map +1 -0
  211. package/dist/web/layout/contentHeadings/index.d.ts +2 -0
  212. package/dist/web/layout/contentHeadings/index.d.ts.map +1 -0
  213. package/dist/web/layout/contentHeadings/index.js +2 -0
  214. package/dist/web/layout/contentHeadings/index.js.map +1 -0
  215. package/dist/web/pageTemplates/sitemap/Sitemap.d.ts +13 -0
  216. package/dist/web/pageTemplates/sitemap/Sitemap.d.ts.map +1 -0
  217. package/dist/web/pageTemplates/sitemap/Sitemap.js +11 -0
  218. package/dist/web/pageTemplates/sitemap/Sitemap.js.map +1 -0
  219. package/dist/web/pageTemplates/sitemap/index.d.ts +2 -0
  220. package/dist/web/pageTemplates/sitemap/index.d.ts.map +1 -0
  221. package/dist/web/pageTemplates/sitemap/index.js +2 -0
  222. package/dist/web/pageTemplates/sitemap/index.js.map +1 -0
  223. package/dist/web/sections/calloutContact/CalloutContact.d.ts +16 -0
  224. package/dist/web/sections/calloutContact/CalloutContact.d.ts.map +1 -0
  225. package/dist/web/sections/calloutContact/CalloutContact.js +15 -0
  226. package/dist/web/sections/calloutContact/CalloutContact.js.map +1 -0
  227. package/dist/web/sections/calloutContact/index.d.ts +2 -0
  228. package/dist/web/sections/calloutContact/index.d.ts.map +1 -0
  229. package/dist/web/sections/calloutContact/index.js +2 -0
  230. package/dist/web/sections/calloutContact/index.js.map +1 -0
  231. package/package.json +7 -5
  232. package/dist/components/layout/resultList/ResultList.d.ts +0 -13
  233. package/dist/components/layout/resultList/ResultList.d.ts.map +0 -1
  234. package/dist/components/layout/resultList/ResultList.js +0 -14
  235. package/dist/components/layout/resultList/ResultList.js.map +0 -1
  236. package/dist/components/layout/resultList/ResultListContext.d.ts +0 -13
  237. package/dist/components/layout/resultList/ResultListContext.d.ts.map +0 -1
  238. package/dist/components/layout/resultList/ResultListContext.js +0 -13
  239. package/dist/components/layout/resultList/ResultListContext.js.map +0 -1
  240. package/dist/components/layout/resultList/ResultListItem.d.ts +0 -33
  241. package/dist/components/layout/resultList/ResultListItem.d.ts.map +0 -1
  242. package/dist/components/layout/resultList/ResultListItem.js +0 -26
  243. package/dist/components/layout/resultList/ResultListItem.js.map +0 -1
  244. package/dist/components/layout/resultList/index.d.ts +0 -3
  245. package/dist/components/layout/resultList/index.d.ts.map +0 -1
  246. package/dist/components/layout/resultList/index.js +0 -3
  247. package/dist/components/layout/resultList/index.js.map +0 -1
  248. package/dist/components/navigation/tabbar/TabBar.d.ts.map +0 -1
  249. package/dist/components/navigation/tabbar/TabBar.js.map +0 -1
  250. package/dist/components/navigation/tabbar/index.d.ts.map +0 -1
  251. package/dist/components/navigation/tabbar/index.js.map +0 -1
  252. package/dist/components/typography/richText/RichText.d.ts +0 -9
  253. package/dist/components/typography/richText/RichText.d.ts.map +0 -1
  254. package/dist/components/typography/richText/RichText.js +0 -3
  255. package/dist/components/typography/richText/RichText.js.map +0 -1
  256. package/dist/components/typography/richText/index.d.ts +0 -2
  257. package/dist/components/typography/richText/index.d.ts.map +0 -1
  258. package/dist/components/typography/richText/index.js +0 -2
  259. package/dist/components/typography/richText/index.js.map +0 -1
  260. package/dist/web/sections/contactUsSection/ContactUsSection.d.ts +0 -19
  261. package/dist/web/sections/contactUsSection/ContactUsSection.d.ts.map +0 -1
  262. package/dist/web/sections/contactUsSection/ContactUsSection.js +0 -17
  263. package/dist/web/sections/contactUsSection/ContactUsSection.js.map +0 -1
  264. package/dist/web/sections/contactUsSection/index.d.ts +0 -2
  265. package/dist/web/sections/contactUsSection/index.d.ts.map +0 -1
  266. package/dist/web/sections/contactUsSection/index.js +0 -2
  267. package/dist/web/sections/contactUsSection/index.js.map +0 -1
  268. package/dist/web/sections/contentImageSection/ContentImageSection.d.ts +0 -13
  269. package/dist/web/sections/contentImageSection/ContentImageSection.d.ts.map +0 -1
  270. package/dist/web/sections/contentImageSection/ContentImageSection.js +0 -9
  271. package/dist/web/sections/contentImageSection/ContentImageSection.js.map +0 -1
  272. package/dist/web/sections/contentImageSection/index.d.ts +0 -2
  273. package/dist/web/sections/contentImageSection/index.d.ts.map +0 -1
  274. package/dist/web/sections/contentImageSection/index.js +0 -2
  275. package/dist/web/sections/contentImageSection/index.js.map +0 -1
  276. package/dist/web/sections/quoteSection/QuoteSection.d.ts +0 -15
  277. package/dist/web/sections/quoteSection/QuoteSection.d.ts.map +0 -1
  278. package/dist/web/sections/quoteSection/QuoteSection.js +0 -37
  279. package/dist/web/sections/quoteSection/QuoteSection.js.map +0 -1
  280. package/dist/web/sections/quoteSection/index.d.ts +0 -2
  281. package/dist/web/sections/quoteSection/index.d.ts.map +0 -1
  282. package/dist/web/sections/quoteSection/index.js +0 -2
  283. package/dist/web/sections/quoteSection/index.js.map +0 -1
  284. /package/dist/components/{navigation/tabbar → layout/tabBar}/index.d.ts +0 -0
  285. /package/dist/components/{navigation/tabbar → layout/tabBar}/index.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/web/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qCAAqC,CAAC;AAEpD;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/web/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qCAAqC,CAAC;AAEpD;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AAEnC;;GAEG;AACH,cAAc,0BAA0B,CAAC;AAEzC;;GAEG;AACH,cAAc,yBAAyB,CAAC"}
package/dist/web/index.js CHANGED
@@ -1,13 +1,11 @@
1
1
  /**
2
2
  * Page Sections
3
3
  */
4
- export * from './sections/contactUsSection';
4
+ export * from './sections/calloutContact';
5
5
  export * from './sections/contentSection';
6
6
  export * from './sections/mediaGallerySection';
7
7
  export * from './sections/productHeroSection';
8
- export * from './sections/quoteSection';
9
8
  export * from './sections/newsroomSection';
10
- export * from './sections/contentImageSection';
11
9
  export * from './sections/stageSection';
12
10
  export * from './sections/questionnaireFormSection';
13
11
  /**
@@ -24,4 +22,12 @@ export * from './boxes/multiColumnTableBox';
24
22
  export * from './boxes/teaserCardBox';
25
23
  export * from './boxes/contentSliderBox';
26
24
  export * from './boxes/productBox';
25
+ /**
26
+ * Layout
27
+ */
28
+ export * from './layout/contentHeadings';
29
+ /**
30
+ * Page Templates
31
+ */
32
+ export * from './pageTemplates/sitemap';
27
33
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/web/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qCAAqC,CAAC;AAEpD;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/web/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qCAAqC,CAAC;AAEpD;;GAEG;AACH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AAEnC;;GAEG;AACH,cAAc,0BAA0B,CAAC;AAEzC;;GAEG;AACH,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import * as React from 'react';
2
+ export interface ContentHeadingProps extends React.HTMLAttributes<HTMLDivElement> {
3
+ type: 'section' | 'block' | 'item';
4
+ headline: string;
5
+ text: string;
6
+ }
7
+ declare const ContentHeadings: React.FC<ContentHeadingProps>;
8
+ export { ContentHeadings };
9
+ //# sourceMappingURL=ContentHeadings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentHeadings.d.ts","sourceRoot":"","sources":["../../../../src/web/layout/contentHeadings/ContentHeadings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IACnC,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAuBlD,CAAC;AAEF,OAAO,EAAC,eAAe,EAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Headline } from '../../../components/typography/headline';
3
+ import { SlimRichText } from '../../../components/layout/slimRichText';
4
+ const ContentHeadings = ({ type, headline, text, ...props }) => {
5
+ const headingLevel = type === 'section' ? 'h2' : type === 'block' ? 'h3' : 'h4';
6
+ return (_jsxs("div", { ...props, children: [_jsx(Headline, { headingLevel: headingLevel, underlined: type === 'section', className: type === 'section' ? 'pb-4 xl:pb-6' : '', children: headline }), _jsx(SlimRichText, { variant: type === 'section' ? 'large' : 'medium', text: text })] }));
7
+ };
8
+ export { ContentHeadings };
9
+ //# sourceMappingURL=ContentHeadings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentHeadings.js","sourceRoot":"","sources":["../../../../src/web/layout/contentHeadings/ContentHeadings.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,YAAY,EAAC,MAAM,yCAAyC,CAAC;AASrE,MAAM,eAAe,GAAkC,CAAC,EACtD,IAAI,EACJ,QAAQ,EACR,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,EAAE;IACH,MAAM,YAAY,GAChB,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAC7D,OAAO,CACL,kBAAS,KAAK,aACZ,KAAC,QAAQ,IACP,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,IAAI,KAAK,SAAS,EAC9B,SAAS,EAAE,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,YAElD,QAAQ,GACA,EACX,KAAC,YAAY,IACX,OAAO,EAAE,IAAI,KAAK,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAChD,IAAI,EAAE,IAAI,GACV,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,OAAO,EAAC,eAAe,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ContentHeadings';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/layout/contentHeadings/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ContentHeadings';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/layout/contentHeadings/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,13 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,11 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,2 @@
1
+ export * from './Sitemap';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/pageTemplates/sitemap/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Sitemap';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/pageTemplates/sitemap/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+ import { type SectionWrapperProps } from '../../../components';
3
+ export interface CalloutContactColumnProps {
4
+ headline: string;
5
+ phoneNumber: string;
6
+ text01?: string;
7
+ text02?: string;
8
+ }
9
+ export interface CalloutContactProps extends React.HTMLAttributes<HTMLDivElement> {
10
+ title: string;
11
+ children?: React.ReactNode;
12
+ sectionProps?: SectionWrapperProps;
13
+ }
14
+ export declare const CalloutContactColumn: React.FC<CalloutContactColumnProps>;
15
+ export declare const CalloutContact: React.FC<CalloutContactProps>;
16
+ //# sourceMappingURL=CalloutContact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalloutContact.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/calloutContact/CalloutContact.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAGL,KAAK,mBAAmB,EACzB,MAAM,qBAAqB,CAAC;AAG7B,MAAM,WAAW,yBAAyB;IACxC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,mBAAmB,CAAC;CACpC;AAGD,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA2BpE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA2BxD,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ContentArea } from '../../../components/layout/contentArea';
3
+ import { Grid, GridItem } from '../../../components/layout/grid';
4
+ import { Headline } from '../../../components/typography/headline';
5
+ import { BodyText } from '../../../components/typography/bodyText';
6
+ import { SvgIcon } from '../../../components/images-icons/svg-icon';
7
+ import { IconPhone } from '../../../icons';
8
+ import { SlimRichText, SectionWrapper, } from '../../../components';
9
+ import { cn } from '../../../utils';
10
+ // TODO: CalloutContact has its own styles for rich text, will be defined later
11
+ export const CalloutContactColumn = ({ headline, phoneNumber, text01, text02, }) => (_jsx(GridItem, { children: _jsxs("div", { className: "flex flex-col gap-y-3", children: [_jsx(Headline, { headingLevel: "h4", children: headline }), _jsx(SlimRichText, { variant: 'small', text: text01 }), _jsxs("a", { className: "self-start", target: "_self", href: `tel:${phoneNumber.replace(/\s/g, '')}`, children: [_jsx(SvgIcon, { className: "inline-block mr-2 align-middle", icon: IconPhone, size: 'md' }), _jsx(BodyText, { variant: 'small', className: "inline-block align-middle", children: phoneNumber })] }), _jsx(SlimRichText, { variant: 'small', text: text02 })] }) }));
12
+ export const CalloutContact = ({ title, children, className, sectionProps, }) => {
13
+ return (_jsx(SectionWrapper, { className: cn('pt-16 pb-20 bg-draeger-pale-blue text-draeger-dark-blue', className), ...sectionProps, children: _jsxs(ContentArea, { className: "mb-20", children: [_jsx("p", { className: "mb-8 font-display font-semibold text-[2rem] leading-[1.14]", children: title }), _jsx(Grid, { cols: 3, className: "gap-x-10 gap-y-10 md:gap-x-4 md:gap-y-9 lg:gap-x-6", children: children })] }) }));
14
+ };
15
+ //# sourceMappingURL=CalloutContact.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalloutContact.js","sourceRoot":"","sources":["../../../../src/web/sections/calloutContact/CalloutContact.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,WAAW,EAAC,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,OAAO,EAAC,MAAM,2CAA2C,CAAC;AAClE,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACzC,OAAO,EACL,YAAY,EACZ,cAAc,GAEf,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAgBlC,+EAA+E;AAC/E,MAAM,CAAC,MAAM,oBAAoB,GAAwC,CAAC,EACxE,QAAQ,EACR,WAAW,EACX,MAAM,EACN,MAAM,GACP,EAAE,EAAE,CAAC,CACJ,KAAC,QAAQ,cACP,eAAK,SAAS,EAAC,uBAAuB,aACpC,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,KAAC,YAAY,IAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAI,EAChD,aACE,SAAS,EAAC,YAAY,EACtB,MAAM,EAAC,OAAO,EACd,IAAI,EAAE,OAAO,WAAW,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,EAAE,aAE7C,KAAC,OAAO,IACN,SAAS,EAAC,gCAAgC,EAC1C,IAAI,EAAE,SAAS,EACf,IAAI,EAAE,IAAI,GACV,EACF,KAAC,QAAQ,IAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAC,2BAA2B,YAC9D,WAAW,GACH,IACT,EACJ,KAAC,YAAY,IAAC,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,GAAI,IAC5C,GACG,CACZ,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAkC,CAAC,EAC5D,KAAK,EACL,QAAQ,EACR,SAAS,EACT,YAAY,GACb,EAAE,EAAE;IACH,OAAO,CACL,KAAC,cAAc,IACb,SAAS,EAAE,EAAE,CACX,yDAAyD,EACzD,SAAS,CACV,KACG,YAAY,YAEhB,MAAC,WAAW,IAAC,SAAS,EAAC,OAAO,aAC5B,YAAG,SAAS,EAAC,4DAA4D,YACtE,KAAK,GACJ,EACJ,KAAC,IAAI,IACH,IAAI,EAAE,CAAC,EACP,SAAS,EAAC,oDAAoD,YAE7D,QAAQ,GACJ,IACK,GACC,CAClB,CAAC;AACJ,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './CalloutContact';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/calloutContact/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './CalloutContact';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/sections/calloutContact/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/websites-react",
3
3
  "author": "Drägerwerk AG & Co. KGaA",
4
- "version": "0.0.3",
4
+ "version": "0.0.5",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "description": "ODX React component library for websites",
7
7
  "type": "module",
@@ -38,7 +38,7 @@
38
38
  "tailwind-lib-content.js"
39
39
  ],
40
40
  "dependencies": {
41
- "@headlessui/react": "2.0.3",
41
+ "@headlessui/react": "2.1.2",
42
42
  "@radix-ui/react-checkbox": "^1.0.4",
43
43
  "@radix-ui/react-dialog": "^1.0.5",
44
44
  "@radix-ui/react-dropdown-menu": "^2.0.6",
@@ -50,11 +50,12 @@
50
50
  "class-variance-authority": "^0.7.0",
51
51
  "clsx": "^2.0.0",
52
52
  "embla-carousel-react": "8.0.0-rc20",
53
+ "html-react-parser": "^5.1.10",
53
54
  "resize-observer-polyfill": "^1.5.1",
54
55
  "tailwind-merge": "^2.0.0"
55
56
  },
56
57
  "devDependencies": {
57
- "@floating-ui/react": "^0.26.15",
58
+ "@floating-ui/react": "^0.26.18",
58
59
  "@svgr/core": "^8.1.0",
59
60
  "@svgr/plugin-jsx": "^8.1.0",
60
61
  "@svgr/plugin-prettier": "^8.1.0",
@@ -77,15 +78,16 @@
77
78
  "tailwindcss": "^3.3.5",
78
79
  "tailwindcss-animate": "1.0.7",
79
80
  "ts-jest": "^29.1.1",
81
+ "ts-node": "^10.9.2",
80
82
  "tsup": "^8.0.1",
81
83
  "tsx": "^4.15.6",
82
84
  "typescript": "^5.3.2",
83
85
  "@odx/eslint-config-websites": "0.0.0",
84
86
  "@odx/websites-tsconfig": "0.0.0",
85
- "@odx/websites-ui": "0.0.1"
87
+ "@odx/websites-ui": "0.0.3"
86
88
  },
87
89
  "peerDependencies": {
88
- "@odx/websites-ui": ">=0.0.1",
90
+ "@odx/websites-ui": ">=0.0.3",
89
91
  "react": "^18.2.0",
90
92
  "react-dom": "^18.2.0",
91
93
  "tailwindcss": "^3.3.5"
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- export interface ResultListComponentProps extends React.HTMLAttributes<HTMLDivElement> {
3
- children?: React.ReactNode | React.ReactNode[];
4
- }
5
- export interface ResultListProps extends ResultListComponentProps {
6
- checkboxes?: {
7
- checkedItems: number[];
8
- onCheckedChange: (item: number) => void;
9
- };
10
- }
11
- declare const ResultList: React.FC<ResultListProps>;
12
- export { ResultList };
13
- //# sourceMappingURL=ResultList.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultList.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/resultList/ResultList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,wBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;CAChD;AAMD,MAAM,WAAW,eAAgB,SAAQ,wBAAwB;IAC/D,UAAU,CAAC,EAAE;QACX,YAAY,EAAE,MAAM,EAAE,CAAC;QACvB,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;KACzC,CAAC;CACH;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAczC,CAAC;AAEF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -1,14 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { ResultListContext } from './ResultListContext';
3
- const ResultListComponent = ({ children, }) => _jsx("div", { className: "flex flex-col gap-12 font-text", children: children });
4
- const ResultList = ({ children, checkboxes }) => {
5
- if (checkboxes !== undefined) {
6
- return (_jsx(ResultListContext.Provider, { value: {
7
- checkedItems: checkboxes.checkedItems,
8
- onCheckedChange: checkboxes.onCheckedChange,
9
- }, children: _jsx(ResultListComponent, { children: children }) }));
10
- }
11
- return _jsx(ResultListComponent, { children: children });
12
- };
13
- export { ResultList };
14
- //# sourceMappingURL=ResultList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultList.js","sourceRoot":"","sources":["../../../../src/components/layout/resultList/ResultList.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAOtD,MAAM,mBAAmB,GAAuC,CAAC,EAC/D,QAAQ,GACT,EAAE,EAAE,CAAC,cAAK,SAAS,EAAC,gCAAgC,YAAE,QAAQ,GAAO,CAAC;AASvE,MAAM,UAAU,GAA8B,CAAC,EAAC,QAAQ,EAAE,UAAU,EAAC,EAAE,EAAE;IACvE,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;QAC7B,OAAO,CACL,KAAC,iBAAiB,CAAC,QAAQ,IACzB,KAAK,EAAE;gBACL,YAAY,EAAE,UAAU,CAAC,YAAY;gBACrC,eAAe,EAAE,UAAU,CAAC,eAAe;aAC5C,YAED,KAAC,mBAAmB,cAAE,QAAQ,GAAuB,GAC1B,CAC9B,CAAC;IACJ,CAAC;IACD,OAAO,KAAC,mBAAmB,cAAE,QAAQ,GAAuB,CAAC;AAC/D,CAAC,CAAC;AAEF,OAAO,EAAC,UAAU,EAAC,CAAC"}
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- interface ResultListContextType {
3
- checkedItems: number[];
4
- onCheckedChange: (item: number) => void;
5
- }
6
- export declare const ResultListContext: React.Context<ResultListContextType>;
7
- export declare const ResultListItemContext: React.Context<number>;
8
- export declare const useResultListItemContext: () => {
9
- isChecked: boolean;
10
- onCheckedChange: () => void;
11
- };
12
- export {};
13
- //# sourceMappingURL=ResultListContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultListContext.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/resultList/ResultListContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,UAAU,qBAAqB;IAC7B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,iBAAiB,sCAG5B,CAAC;AAEH,eAAO,MAAM,qBAAqB,uBAAyB,CAAC;AAE5D,eAAO,MAAM,wBAAwB;;;CAOpC,CAAC"}
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- export const ResultListContext = React.createContext({
3
- checkedItems: [],
4
- onCheckedChange: () => { },
5
- });
6
- export const ResultListItemContext = React.createContext(0);
7
- export const useResultListItemContext = () => {
8
- const value = React.useContext(ResultListItemContext);
9
- const { checkedItems, onCheckedChange } = React.useContext(ResultListContext);
10
- const isChecked = checkedItems.includes(value);
11
- return { isChecked, onCheckedChange: () => onCheckedChange(value) };
12
- };
13
- //# sourceMappingURL=ResultListContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultListContext.js","sourceRoot":"","sources":["../../../../src/components/layout/resultList/ResultListContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAwB;IAC1E,YAAY,EAAE,EAAE;IAChB,eAAe,EAAE,GAAG,EAAE,GAAE,CAAC;CAC1B,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;AAE5D,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,EAAE;IAC3C,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAAC,qBAAqB,CAAC,CAAC;IACtD,MAAM,EAAC,YAAY,EAAE,eAAe,EAAC,GAAG,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,CAAC;IAE5E,MAAM,SAAS,GAAG,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE/C,OAAO,EAAC,SAAS,EAAE,eAAe,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,KAAK,CAAC,EAAC,CAAC;AACpE,CAAC,CAAC"}
@@ -1,33 +0,0 @@
1
- import * as React from 'react';
2
- import { BodyTextProps } from '../../typography/bodyText';
3
- import { ButtonProps } from '../../actions/button';
4
- import { RichCopyText } from '../../typography/richText';
5
- export interface ResultListItemHeadlineProps extends BodyTextProps {
6
- }
7
- declare const ResultListItemHeadline: React.FC<ResultListItemHeadlineProps>;
8
- export interface ResultListItemDescriptionProps extends Omit<BodyTextProps, 'children'> {
9
- text: RichCopyText;
10
- }
11
- declare const ResultListItemDescription: React.FC<ResultListItemDescriptionProps>;
12
- export interface ResultListItemButtonContainerProps extends React.HTMLAttributes<HTMLDivElement> {
13
- children: React.ReactNode;
14
- }
15
- declare const ResultListItemButtonContainer: React.FC<ResultListItemButtonContainerProps>;
16
- export interface ResultListItemButtonProps extends Omit<ButtonProps, 'size' | 'fontSize'> {
17
- }
18
- declare const ResultListItemButton: React.FC<ResultListItemButtonProps>;
19
- export interface ResultListItemImageContainerProps extends React.HTMLAttributes<HTMLDivElement> {
20
- children: React.ReactNode;
21
- }
22
- declare const ResultListItemImageContainer: React.FC<ResultListItemImageContainerProps>;
23
- export interface ResultListItemFooterProps extends React.HTMLAttributes<HTMLDivElement> {
24
- children: React.ReactNode | React.ReactNode[];
25
- }
26
- declare const ResultListItemFooter: React.FC<ResultListItemFooterProps>;
27
- export interface ResultListItemProps extends React.HTMLAttributes<HTMLDivElement> {
28
- children: React.ReactNode | React.ReactNode[];
29
- checkboxId?: number;
30
- }
31
- declare const ResultListItem: React.FC<ResultListItemProps>;
32
- export { ResultListItem, ResultListItemHeadline, ResultListItemDescription, ResultListItemButton, ResultListItemButtonContainer, ResultListItemImageContainer, ResultListItemFooter, };
33
- //# sourceMappingURL=ResultListItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultListItem.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/resultList/ResultListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAW,aAAa,EAAC,MAAM,2BAA2B,CAAC;AAOlE,OAAO,EAAS,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAC,YAAY,EAAW,MAAM,2BAA2B,CAAC;AAEjE,MAAM,WAAW,2BAA4B,SAAQ,aAAa;CAAG;AAErE,QAAA,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CAQjE,CAAC;AAEF,MAAM,WAAW,8BACf,SAAQ,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC;IACvC,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,QAAA,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAOvE,CAAC;AAEF,MAAM,WAAW,kCACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,6BAA6B,EAAE,KAAK,CAAC,EAAE,CAC3C,kCAAkC,CAKnC,CAAC;AAEF,MAAM,WAAW,yBACf,SAAQ,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,UAAU,CAAC;CAAG;AAEnD,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAU7D,CAAC;AAEF,MAAM,WAAW,iCACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,4BAA4B,EAAE,KAAK,CAAC,EAAE,CAC1C,iCAAiC,CAKlC,CAAC;AAEF,MAAM,WAAW,yBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;CAC/C;AAED,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAW7D,CAAC;AAcF,MAAM,WAAW,mBACf,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC5C,QAAQ,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,SAAS,EAAE,CAAC;IAC9C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAqBjD,CAAC;AAEF,OAAO,EACL,cAAc,EACd,sBAAsB,EACtB,yBAAyB,EACzB,oBAAoB,EACpB,6BAA6B,EAC7B,4BAA4B,EAC5B,oBAAoB,GACrB,CAAC"}
@@ -1,26 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { BodyText } from '../../typography/bodyText';
3
- import { cn } from '../../../utils';
4
- import { Checkbox } from '../../actions/checkbox';
5
- import { ResultListItemContext, useResultListItemContext, } from './ResultListContext';
6
- import { Button } from '../../actions/button';
7
- import { RichText } from '../../typography/richText';
8
- const ResultListItemHeadline = ({ children, className, ...props }) => (_jsx(BodyText, { className: cn('font-semibold', className), ...props, children: children }));
9
- const ResultListItemDescription = ({ text, ...props }) => (_jsx(BodyText, { ...props, children: _jsx(RichText, { text: text.value }) }));
10
- const ResultListItemButtonContainer = ({ className, children, ...props }) => (_jsx("div", { className: cn('self-center max-w-44 w-full', className), ...props, children: children }));
11
- const ResultListItemButton = ({ className, ...props }) => (_jsx(Button, { className: cn('font-semibold', className), size: "resultListButton", fontSize: "lg", ...props }));
12
- const ResultListItemImageContainer = ({ className, children, ...props }) => (_jsx("div", { className: cn('max-w-36', className), ...props, children: children }));
13
- const ResultListItemFooter = ({ className, children, ...props }) => (_jsx("div", { className: cn('flex flex-col sm:flex-row gap-x-6 gap-y-1 mt-3', className), ...props, children: _jsx(BodyText, { variant: "small", children: children }) }));
14
- const ResultListItemCheckbox = () => {
15
- const { isChecked, onCheckedChange } = useResultListItemContext();
16
- return (_jsx("div", { className: "pr-3.5 self-center hidden sm:block", children: _jsx(Checkbox, { checked: isChecked, onCheckedChange: onCheckedChange }) }));
17
- };
18
- const ResultListItemClassNames = 'border-draeger-light-blue-150 border-b pb-2 flex flex-col sm:flex-row gap-6';
19
- const ResultListItem = ({ children, checkboxId, className, ...props }) => {
20
- if (checkboxId !== undefined) {
21
- return (_jsx(ResultListItemContext.Provider, { value: checkboxId, children: _jsxs("div", { className: cn(ResultListItemClassNames, className), ...props, children: [_jsx(ResultListItemCheckbox, {}), children] }) }));
22
- }
23
- return (_jsx("div", { className: cn(ResultListItemClassNames, className), ...props, children: children }));
24
- };
25
- export { ResultListItem, ResultListItemHeadline, ResultListItemDescription, ResultListItemButton, ResultListItemButtonContainer, ResultListItemImageContainer, ResultListItemFooter, };
26
- //# sourceMappingURL=ResultListItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResultListItem.js","sourceRoot":"","sources":["../../../../src/components/layout/resultList/ResultListItem.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- export * from './ResultList';
2
- export * from './ResultListItem';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/resultList/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from './ResultList';
2
- export * from './ResultListItem';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/layout/resultList/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabbar/TabBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AA2H/B,MAAM,MAAM,UAAU,GAAG;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAC,CAAC;AAEzD,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,mBAAmB;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,WAAW;IAC1B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAmXD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAqHxC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TabBar.js","sourceRoot":"","sources":["../../../../src/components/navigation/tabbar/TabBar.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,cAAc,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAC,EAAE,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AAC5C,OAAO,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AACnD,OAAO,EAAC,aAAa,EAAC,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAC,MAAM,EAAC,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAC,OAAO,EAAC,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAC,iBAAiB,EAAC,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAC,aAAa,EAAE,cAAc,EAAE,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAE9E,MAAM,cAAc,GAAG,CAAC,UAAkB,EAAE,KAAK,GAAG,GAAG,EAAE,EAAE,CACzD,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC;AAE7D,MAAM,gBAAgB,GAAG;IACvB,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,WAAW;CACb,CAAC;AAEX,MAAM,gBAAgB,GAAG,KAAK,EAAE,EAC9B,OAAO,EACP,OAAO,GAQR,EAAE,EAAE;IACH,MAAM,EAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAC,GAAG,OAAO,CAAC;IAC5C,IAAI,QAAQ,KAAK,SAAS;QAAE,OAAO;IAEnC,MAAM,SAAS,GAAG,gBAAgB,CAAC,IAAI,CAAC,CAAC;IACzC,MAAM,MAAM,GAAG,SAAS,GAAG,QAAQ,CAAC;IACpC,MAAM,IAAI,GAAG,cAAc,CAAC,SAAS,GAAG,QAAQ,CAAC,CAAC;IAElD,IAAI,WAAW,GAAG,CAAC,CAAC;IAEpB,MAAM,IAAI,OAAO,CAAO,OAAO,CAAC,EAAE;QAChC,MAAM,IAAI,GAAG,GAAG,EAAE;YAChB,WAAW,IAAI,CAAC,GAAG,EAAE,CAAC;YAEtB,MAAM,CAAC,GAAG,WAAW,GAAG,IAAI,CAAC;YAC7B,MAAM,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAEpB,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;gBACV,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;gBACnC,OAAO,CAAC,SAAS,CAAC,GAAG,QAAQ,GAAG,MAAM,GAAG,CAAC,CAAC;YAC7C,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC;gBAC/B,MAAM,CAAC,qBAAqB,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE,CAAC,CAAC;YAChD,CAAC;QACH,CAAC,CAAC;QAEF,IAAI,EAAE,CAAC;IACT,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,EAAC,WAAW,EAAE,KAAK,EAAC,CAAC;AAE5C;;;GAGG;AACH,MAAM,aAAa,GAAG,CAAC,CAAC;AACxB,MAAM,aAAa,GAAG,EAAE,CAAC;AACzB,MAAM,kBAAkB,GAAG,CAAC,CAAC;AAC7B,MAAM,eAAe,GAAG,EAAE,CAAC;AAE3B;;;EAGE;AAEF,MAAM,YAAY,GAAG,CAAC,cAAuB,EAAE,SAAkB,EAAE,EAAE;IACnE,MAAM,iBAAiB,GAAG,SAAS,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7D,MAAM,YAAY,GAAG,cAAc;QACjC,CAAC,CAAC,iBAAiB;QACnB,CAAC,CAAC,iBAAiB,GAAG,aAAa,CAAC;IAEtC,OAAO,aAAa,GAAG,YAAY,GAAG,eAAe,CAAC;AACxD,CAAC,CAAC;AAEF,MAAM,eAAe,GAAG,KAAK,EAC3B,MAAc,EACd,SAAkB,EAClB,KAAuD,EACvD,EAAE;IACF,cAAc,CAAC,WAAW,GAAG,IAAI,CAAC;IAClC,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,KAAK,EAAE,eAAe,EAAE,CAAC;IAEzB,IAAI,MAAM,EAAE,CAAC;QACX,MAAM,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAE,CAAC,QAAQ,EAAE,CAAC;QAChE,MAAM,CAAC,OAAO,CAAC,YAAY,CACzB,EAAC,QAAQ,EAAE,MAAM,EAAC,EAClB,WAAW,EACX,OAAO,GAAG,GAAG,GAAG,MAAM,CACvB,CAAC;QAEF,MAAM,oBAAoB,GAAG,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;QACpE,IAAI,CAAC,oBAAoB;YAAE,OAAO;QAElC,MAAM,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAC;QAChC,MAAM,eAAe,GAAG,oBAAoB,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC;QACzE,MAAM,SAAS,GAAG,QAAQ,GAAG,eAAe,CAAC;QAC7C,MAAM,SAAS,GAAG,YAAY,CAAC,SAAS,GAAG,QAAQ,EAAE,SAAS,CAAC,CAAC;QAEhE,MAAM,gBAAgB,CAAC;YACrB,OAAO,EAAE;gBACP,IAAI,EAAE,UAAU;gBAChB,QAAQ;gBACR,SAAS,EAAE,SAAS,GAAG,SAAS;aACjC;YACD,OAAO,EAAE,QAAQ,CAAC,eAAe;SAClC,CAAC,CAAC;QAEH,cAAc,CAAC,WAAW,GAAG,KAAK,CAAC;QACnC,MAAM,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC;IAClD,CAAC;AACH,CAAC,CAAC;AAqCF,uFAAuF;AACvF,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAE7B,MAAM,oBAAoB,GAAwC,CAAC,EACjE,MAAM,EACN,KAAK,EACL,QAAQ,EACR,SAAS,GACV,EAAE,EAAE,CAAC,CACJ,YACE,IAAI,EAAE,IAAI,MAAM,EAAE,iBACL,MAAM,EACnB,SAAS,EAAE,EAAE,CACX,sFAAsF,EACtF,SAAS;QACP,CAAC,CAAC,iCAAiC;QACnC,CAAC,CAAC,+BAA+B,CACpC,EACD,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,YAEtD,eACE,SAAS,EAAE,EAAE,CACX,sGAAsG,EACtG,8HAA8H,EAC9H,QAAQ,IAAI,qCAAqC,CAClD,YAEA,KAAK,GACD,GACL,CACL,CAAC;AAEF,uFAAuF;AACvF,MAAM,kBAAkB,GAAG,IAAI,CAAC;AAEhC,MAAM,gBAAgB,GAAoC,CAAC,EACzD,OAAO,EACP,aAAa,EACb,SAAS,EACT,QAAQ,EACR,eAAe,GAChB,EAAE,EAAE;IACH,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,EAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAC,CAAC,CAAC;IAC7D,MAAM,YAAY,GAAG,KAAK,CAAC,MAAM,CAAmB,IAAI,CAAC,CAAC;IAE1D,MAAM,gBAAgB,GAAG,CACvB,QAA+C,EAC/C,EAAE;QACF,MAAM,SAAS,GAAG,YAAY,CAAC,OAAQ,CAAC;QACxC,MAAM,YAAY,GAAG,SAAS,CAAC,qBAAqB,EAAE,CAAC;QACvD,MAAM,WAAW,GAAG,SAAS,CAAC,QAAQ,CAAC;QACvC,IAAI,KAAK,GAAG,CAAC,CAAC;QACd,IAAI,GAAG,GAAG,CAAC,CAAC;QAEZ,MAAM,qBAAqB,GACzB,SAAS,CAAC,WAAW,GAAG,kBAAkB;YAC1C,SAAS,CAAC,WAAW,GAAG,kBAAkB,CAAC;QAE7C,IAAI,qBAAqB,EAAE,CAAC;YAC1B,QAAQ,CAAC,EAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,MAAM,EAAC,CAAC,CAAC;YAC1C,OAAO;QACT,CAAC;QAED,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC;YAC5C,MAAM,UAAU,GAAG,WAAW,CAAC,CAAC,CAAE,CAAC;YACnC,MAAM,aAAa,GAAG,UAAU,CAAC,qBAAqB,EAAE,CAAC;YAEzD,IAAI,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;gBAAE,KAAK,EAAE,CAAC;YACzE,IAAI,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC;gBACrE,GAAG,GAAG,CAAC,CAAC;gBACR,MAAM;YACR,CAAC;QACH,CAAC;QAED,QAAQ,CAAC,EAAC,KAAK,EAAE,GAAG,EAAC,CAAC,CAAC;QACvB,QAAQ,IAAI,QAAQ,CAAC,EAAC,KAAK,EAAE,GAAG,EAAC,CAAC,CAAC;IACrC,CAAC,CAAC;IAEF,KAAK,CAAC,eAAe,CAAC,GAAG,EAAE;QACzB,IAAI,SAAS;YAAE,gBAAgB,EAAE,CAAC;;YAC7B,QAAQ,CAAC,EAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,MAAM,EAAC,CAAC,CAAC;QAE/C,MAAM,sBAAsB,GAAG,IAAI,cAAc,CAAC,GAAG,EAAE;YACrD,IAAI,SAAS;gBAAE,gBAAgB,EAAE,CAAC;;gBAC7B,eAAe,CAAC,YAAY,CAAC,OAAQ,CAAC,YAAY,CAAC,CAAC;QAC3D,CAAC,CAAC,CAAC;QAEH,sBAAsB,CAAC,OAAO,CAAC,YAAY,CAAC,OAAQ,CAAC,CAAC;QAEtD,OAAO,GAAG,EAAE,CAAC,sBAAsB,CAAC,UAAU,EAAE,CAAC;IACnD,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAEhB,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,SAAS,EAAE,CAAC;YACd,gBAAgB,CAAC,YAAY,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC,CAAC;QAC1E,CAAC;IACH,CAAC,EAAE,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC,CAAC;IAE/B,MAAM,qBAAqB,GAAG,CAC5B,YAAoB,EACpB,YAA0B,EAC2B,EAAE;QACvD,MAAM,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,EAAC,MAAM,EAAC,EAAE,EAAE,CAAC,MAAM,KAAK,YAAY,CAAC,CAAC;QACvE,MAAM,EAAC,KAAK,EAAE,GAAG,EAAC,GAAG,YAAY,CAAC;QAElC,IAAI,KAAK,IAAI,GAAG;YAAE,OAAO,EAAC,KAAK,EAAE,SAAS,EAAE,OAAO,EAAC,CAAC;QACrD,IAAI,KAAK,IAAI,KAAK;YAAE,OAAO,EAAC,KAAK,EAAE,SAAS,EAAE,MAAM,EAAC,CAAC;QAEtD,OAAO,EAAC,KAAK,EAAE,SAAS,EAAE,IAAI,EAAC,CAAC;IAClC,CAAC,CAAC;IAEF,MAAM,QAAQ,GAAG,KAAK,EAAE,IAAY,EAAE,YAAY,GAAG,KAAK,EAAE,EAAE;QAC5D,IAAI,CAAC,YAAY,CAAC,OAAO;YAAE,OAAO;QAClC,MAAM,EAAC,KAAK,EAAE,GAAG,EAAC,GAAG,YAAY,CAAC;QAClC,MAAM,EAAC,KAAK,EAAE,SAAS,EAAC,GAAG,qBAAqB,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QACrE,MAAM,SAAS,GAAG,YAAY,CAAC,OAAQ,CAAC;QACxC,MAAM,WAAW,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAChE,IAAI,UAAU,GAAG,IAAI,CAAC;QAEtB,IAAI,SAAS,KAAK,OAAO,EAAE,CAAC;YAC1B,IAAI,CAAC,GAAG,CAAC,CAAC;YACV,IAAI,cAAc,GAAG,CAAC,CAAC;YACvB,IAAI,WAAW,GAAG,CAAC,CAAC;YACpB,OAAO,CAAC,GAAG,KAAK,EAAE,CAAC;gBACjB,cAAc;oBACZ,WAAW,CAAC,CAAC,EAAE,CAAE,CAAC,qBAAqB,EAAE,CAAC,KAAK,GAAG,iBAAiB,CAAC;YACxE,CAAC;YACD,CAAC,GAAG,KAAK,CAAC;YAEV,MAAM,kBAAkB,GACtB,WAAW,CAAC,KAAK,CAAE,CAAC,qBAAqB,EAAE,CAAC,KAAK;gBACjD,WAAW,CAAC,GAAG,GAAG,CAAC,CAAE,CAAC,qBAAqB,EAAE,CAAC,KAAK,CAAC;YACtD,OAAO,WAAW,GAAG,kBAAkB,EAAE,CAAC;gBACxC,WAAW;oBACT,WAAW,CAAC,CAAC,EAAE,CAAE,CAAC,qBAAqB,EAAE,CAAC,KAAK,GAAG,iBAAiB,CAAC;YACxE,CAAC;YAED,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,cAAc,CAAC,CAAC;YACtD,QAAQ,CAAC,EAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,EAAC,CAAC,CAAC;QACzC,CAAC;aAAM,IAAI,SAAS,KAAK,MAAM,EAAE,CAAC;YAChC,MAAM,GAAG,GAAG,SAAS,CAAC,qBAAqB,EAAE,CAAC;YAC9C,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAE,CAAC,qBAAqB,EAAE,CAAC;YAElE,UAAU,GAAG,IAAI,CAAC,KAAK,CACrB,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,GAAG,SAAS,CAAC,UAAU,CAAC,CAC/D,CAAC;YACF,QAAQ,CAAC,EAAC,KAAK,EAAE,KAAK,GAAG,CAAC,EAAE,GAAG,EAAE,GAAG,EAAC,CAAC,CAAC;QACzC,CAAC;QAED,IAAI,SAAS,IAAI,UAAU,KAAK,IAAI,EAAE,CAAC;YACrC,MAAM,QAAQ,GAAG,SAAU,CAAC,UAAU,CAAC;YACvC,MAAM,gBAAgB,CAAC;gBACrB,OAAO,EAAE,EAAC,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAC;gBAC9D,OAAO,EAAE,SAAS;aACnB,CAAC,CAAC;YACH,gBAAgB,EAAE,CAAC;QACrB,CAAC;IACH,CAAC,CAAC;IAEF,MAAM,oBAAoB,GAAG,GAAG,EAAE;QAChC,IAAI,KAAK,CAAC,KAAK,KAAK,CAAC;YAAE,OAAO;QAC9B,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,CAAE,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC,CAAC;IAEF,MAAM,qBAAqB,GAAG,GAAG,EAAE;QACjC,IAAI,KAAK,CAAC,GAAG,KAAK,OAAO,CAAC,MAAM;YAAE,OAAO;QACzC,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAE,CAAC,MAAM,CAAC,CAAC;IACvC,CAAC,CAAC;IAEF,OAAO,CACL,cACE,SAAS,EAAE,EAAE,CACX,gCAAgC,EAChC,QAAQ,CAAC,CAAC,CAAC,uBAAuB,CAAC,CAAC,CAAC,gBAAgB,CACtD,YAED,MAAC,WAAW,IAAC,SAAS,EAAC,0BAA0B,aAC/C,cACE,GAAG,EAAE,YAAY,EACjB,SAAS,EAAE,EAAE,CACX,qIAAqI,CACtI,aAEA,OAAO,CAAC,GAAG,CAAC,CAAC,EAAC,MAAM,EAAE,KAAK,EAAC,EAAE,KAAK,EAAE,EAAE;4BACtC,MAAM,SAAS,GAAG,KAAK,IAAI,KAAK,CAAC,KAAK,IAAI,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC;4BAC5D,MAAM,QAAQ,GAAG,aAAa,KAAK,MAAM,CAAC;4BAC1C,OAAO,CACL,KAAC,oBAAoB,IAEnB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,IAJf,MAAM,CAKX,CACH,CAAC;wBACJ,CAAC,CAAC,EACD,SAAS,IAAI,CACZ,cACE,SAAS,EAAC,cAAc,EACxB,KAAK,EAAE,EAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI,EAAC,GACzC,CACH,IACE,EAEJ,CAAC,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC,IAAI,KAAK,CAAC,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,CACvD,eAAK,SAAS,EAAC,oCAAoC,aACjD,KAAC,MAAM,IACL,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,oBAAoB,EAChE,IAAI,EAAE,IAAI,EACV,SAAS,EAAC,kBAAkB,EAC5B,QAAQ,EAAE,KAAK,CAAC,KAAK,KAAK,CAAC,EAC3B,OAAO,EAAE,oBAAoB,YAE7B,KAAC,OAAO,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,aAAa,GAAI,GACrC,EACT,KAAC,MAAM,IACL,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,oBAAoB,EAChE,IAAI,EAAE,IAAI,EACV,SAAS,EAAC,aAAa,EACvB,OAAO,EAAE,qBAAqB,EAC9B,QAAQ,EAAE,KAAK,CAAC,GAAG,KAAK,OAAO,CAAC,MAAM,YAEtC,KAAC,OAAO,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,cAAc,GAAI,GACtC,IACL,CACP,IACW,GACV,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,kBAAkB,GAAsC,CAAC,EAC7D,MAAM,EACN,KAAK,EACL,OAAO,EACP,QAAQ,GACT,EAAE,EAAE,CAAC,CACJ,YACE,IAAI,EAAE,IAAI,MAAM,EAAE,EAClB,SAAS,EAAE,+CAA+C,iBAC7C,MAAM,EACnB,OAAO,EAAE,KAAK,CAAC,EAAE;QACf,OAAO,EAAE,CAAC;QACV,eAAe,CAAC,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;IACvC,CAAC,YAED,eACE,SAAS,EAAE,EAAE,CACX,gBAAgB,EAChB,QAAQ,IAAI,0DAA0D,CACvE,YAEA,KAAK,GACD,GACL,CACL,CAAC;AAEF,MAAM,cAAc,GAAkC,CAAC,EACrD,aAAa,EACb,OAAO,EACP,cAAc,GACf,EAAE,EAAE;IACH,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpE,MAAM,CAAC,EAAE,EAAE,YAAY,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;IAC5C,MAAM,cAAc,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IAC1D,MAAM,uBAAuB,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IAEnE,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,CAAC,cAAc,CAAC,OAAO;YAAE,OAAO;QACpC,oBAAoB,CAAC,cAAc,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC,CAAC;IAC9E,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAET,MAAM,oBAAoB,GAAG,CAAC,YAAoB,EAAE,EAAE,CACpD,OAAO,CAAC,SAAS,CAAC,CAAC,EAAC,MAAM,EAAC,EAAE,EAAE,CAAC,MAAM,KAAK,YAAY,CAAC,CAAC;IAE3D,MAAM,UAAU,GAAG,CACjB,YAAoB,EACpB,WAA2B,QAAQ,EACnC,EAAE;QACF,IAAI,CAAC,cAAc,CAAC,OAAO;YAAE,OAAO;QACpC,MAAM,WAAW,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;QAEvD,uBAAuB,CAAC,OAAQ,CAAC,QAAQ,CAAC;YACxC,GAAG,EAAE,WAAW,GAAG,EAAE;YACrB,QAAQ;SACT,CAAC,CAAC;IACL,CAAC,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,UAAU,CAAC,aAAa,EAAE,SAAS,CAAC,CAAC;IACvC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC;IAEpB,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,EAAE,IAAI,CAAC,uBAAuB,CAAC,OAAO;YAAE,OAAO;QAEnD,MAAM,oBAAoB,GAAG,GAAG,EAAE;YAChC,MAAM,WAAW,GAAG,oBAAoB,CAAC,aAAa,CAAC,CAAC;YACxD,uBAAuB,CAAC,OAAQ,CAAC,SAAS,GAAG,WAAW,GAAG,EAAE,CAAC;QAChE,CAAC,CAAC;QAEF,uBAAuB,CAAC,OAAQ,CAAC,gBAAgB,CAC/C,eAAe,EACf,oBAAoB,CACrB,CAAC;QAEF,OAAO,GAAG,EAAE,CACV,uBAAuB,CAAC,OAAO,EAAE,mBAAmB,CAClD,eAAe,EACf,oBAAoB,CACrB,CAAC;IACN,CAAC,EAAE,CAAC,EAAE,EAAE,aAAa,CAAC,CAAC,CAAC;IAExB,uEAAuE;IACvE,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,CAAC,uBAAuB,CAAC,OAAO;YAAE,OAAO;QAC7C,uBAAuB,CAAC,OAAO,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;QAEzD,IAAI,EAAE,EAAE,CAAC;YACP,MAAM,SAAS,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC;YACrD,uBAAuB,CAAC,OAAO,CAAC,YAAY,CAC1C,OAAO,EACP;oBACY,iBAAiB;qCACA,SAAS;sCACR,SAAS;SACtC,CACF,CAAC;QACJ,CAAC;IACH,CAAC,EAAE,CAAC,EAAE,EAAE,cAAc,CAAC,CAAC,CAAC;IAEzB,OAAO,CACL,eAAK,SAAS,EAAC,kEAAkE,aAC/E,cACE,GAAG,EAAE,uBAAuB,EAC5B,SAAS,EAAE,EAAE,CACX,sEAAsE,EACtE,EAAE,IAAI,2DAA2D,CAClE,YAED,KAAC,WAAW,IAAC,GAAG,EAAE,cAAc,YAC9B,aAAI,SAAS,EAAE,EAAE,CAAC,iBAAiB,CAAC,YACjC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAC,MAAM,EAAE,KAAK,EAAC,EAAE,EAAE,CAAC,CAChC,KAAC,kBAAkB,IAEjB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,YAAY,EACrB,QAAQ,EAAE,aAAa,KAAK,MAAM,IAJ7B,MAAM,CAKX,CACH,CAAC,GACC,GACO,GACV,EACN,KAAC,WAAW,IAAC,SAAS,EAAC,UAAU,YAC/B,KAAC,MAAM,IACL,OAAO,EAAE,eAAe,EACxB,SAAS,EAAE,EAAE,CACX,wDAAwD,EACxD,EAAE,IAAI,YAAY,CACnB,EACD,OAAO,EAAE,YAAY,YAErB,KAAC,OAAO,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,GAAI,GACvC,GACG,IACV,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA0B,CAAC,EAAC,OAAO,EAAE,aAAa,EAAC,EAAE,EAAE;IACxE,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACtD,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAC1D,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CACtD,aAAa,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,MAAM,IAAI,EAAE,CAC1C,CAAC;IACF,MAAM,CAAC,cAAc,EAAE,iBAAiB,CAAC,GAAG,KAAK,CAAC,QAAQ,CACxD,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,YAAY,CAAC,aAAa,CAAC,KAAK,MAAM,CACzE,CAAC;IACF,MAAM,YAAY,GAAG,KAAK,CAAC,MAAM,CAAiB,IAAI,CAAC,CAAC;IACxD,MAAM,QAAQ,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IAErC,iBAAiB,CACf,GAAG,EAAE,CAAC,WAAW,CAAC,YAAY,CAAC,OAAQ,CAAC,SAAS,GAAG,CAAC,CAAC,EACtD,EAAE,EACF,EAAE,CACH,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,sBAAsB,GAAG,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC;QAChE,IAAI,CAAC,sBAAsB;YAAE,OAAO;QAEpC,MAAM,QAAQ,GAAG,IAAI,gBAAgB,CAAC,UAAU,SAAS;YACvD,SAAS,CAAC,OAAO,CAAC,UAAU,QAAQ;gBAClC,IAAI,QAAQ,CAAC,IAAI,KAAK,YAAY,EAAE,CAAC;oBACnC,iBAAiB,CACf,QAAQ,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,YAAY,CAAC,aAAa,CAAC;wBAC3D,MAAM,CACT,CAAC;gBACJ,CAAC;YACH,CAAC,CAAC,CAAC;QACL,CAAC,CAAC,CAAC;QAEH,QAAQ,CAAC,OAAO,CAAC,sBAAsB,EAAE,EAAC,UAAU,EAAE,IAAI,EAAC,CAAC,CAAC;QAC7D,OAAO,GAAG,EAAE,CAAC,QAAQ,CAAC,UAAU,EAAE,CAAC;IACrC,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,aAAa,GAAG,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;QACxD,MAAM,OAAO,GAAG,QAAQ,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC;QACvD,IAAI,CAAC,OAAO;YAAE,OAAO;QAErB,UAAU,CAAC,GAAG,EAAE;YACd,eAAe,CAAC,aAAa,EAAE,CAAC,QAAQ,CAAC,CAAC;QAC5C,CAAC,EAAE,GAAG,CAAC,CAAC;IACV,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,aAAa,GAAG,KAAK,CAAC,IAAI,CAC9B,QAAQ,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,CAC/C,CAAC;QAEF,MAAM,CAAC,0BAA0B,EAAE,MAAM,CAAC,GAAG,QAAQ,CAAC,GAAG,EAAE;YACzD,IAAI,cAAc,CAAC,WAAW;gBAAE,OAAO;YAEvC,MAAM,YAAY,GAAG,YAAY,CAAC,OAAQ,CAAC,qBAAqB,EAAE,CAAC,MAAM,CAAC;YAC1E,IAAI,kBAAkB,GAAmB,IAAI,CAAC;YAE9C,aAAa,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;gBAC9B,IAAI,OAAO,CAAC,qBAAqB,EAAE,CAAC,GAAG,IAAI,YAAY,EAAE,CAAC;oBACxD,kBAAkB,GAAG,OAAO,CAAC;gBAC/B,CAAC;YACH,CAAC,CAAC,CAAC;YACH,IAAI,kBAAkB,EAAE,CAAC;gBACvB,gBAAgB,CACb,kBAA8B,CAAC,YAAY,CAAC,iBAAiB,CAAE,CACjE,CAAC;YACJ,CAAC;QACH,CAAC,EAAE,GAAG,CAAC,CAAC;QAER,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,0BAA0B,CAAC,CAAC;QAE9D,OAAO,GAAG,EAAE;YACV,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,0BAA0B,CAAC,CAAC;YACjE,MAAM,EAAE,CAAC;QACX,CAAC,CAAC;IACJ,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,8BACE,cACE,SAAS,EACP,oGAAoG,EAEtG,KAAK,EAAE;oBACL,GAAG,EAAE,cAAc;wBACjB,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,kBAAkB,IAAI;wBAC1C,CAAC,CAAC,GACE,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,aAAa,GAAG,kBAC7C,IAAI;iBACT,EACD,GAAG,EAAE,YAAY,YAEhB,QAAQ,IAAI,QAAQ,CAAC,CAAC,CAAC,CACtB,KAAC,cAAc,IACb,OAAO,EAAE,OAAO,EAChB,aAAa,EAAE,aAAa,EAC5B,cAAc,EAAE,cAAc,GAC9B,CACH,CAAC,CAAC,CAAC,CACF,KAAC,gBAAgB,IACf,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,OAAO,EAChB,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,CAAC,QAAQ,EACpB,QAAQ,EAAE,QAAQ,GAClB,CACH,GACG,EACN,cACE,EAAE,EAAC,kBAAkB,EACrB,KAAK,EAAE;oBACL,MAAM,EAAE,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC,CAAC,YAAY,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC,KAAK;iBACjE,GACD,IACD,CACJ,CAAC;AACJ,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/tabbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/navigation/tabbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -1,9 +0,0 @@
1
- import * as React from 'react';
2
- export type RichCopyText = {
3
- value?: string;
4
- };
5
- export interface RichTextProps extends React.HTMLAttributes<HTMLDivElement> {
6
- text?: string;
7
- }
8
- export declare const RichText: React.FC<RichTextProps>;
9
- //# sourceMappingURL=RichText.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RichText.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/richText/RichText.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,MAAM,YAAY,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AAE5C,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IACzE,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CACyB,CAAC"}
@@ -1,3 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- export const RichText = ({ text, ...props }) => text && _jsx("span", { dangerouslySetInnerHTML: { __html: text }, ...props });
3
- //# sourceMappingURL=RichText.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RichText.js","sourceRoot":"","sources":["../../../../src/components/typography/richText/RichText.tsx"],"names":[],"mappings":";AAQA,MAAM,CAAC,MAAM,QAAQ,GAA4B,CAAC,EAAC,IAAI,EAAE,GAAG,KAAK,EAAC,EAAE,EAAE,CACpE,IAAI,IAAI,eAAM,uBAAuB,EAAE,EAAC,MAAM,EAAE,IAAI,EAAC,KAAM,KAAK,GAAI,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './RichText';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/richText/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './RichText';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/typography/richText/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -1,19 +0,0 @@
1
- import * as React from 'react';
2
- import { type SectionWrapperProps } from '../../../components';
3
- export interface ContactUsSectionColumnProps {
4
- headline: string;
5
- phoneNumber: string;
6
- text01?: string;
7
- text02?: string;
8
- }
9
- export interface ContactUsSectionProps {
10
- title: string;
11
- children?: React.ReactNode;
12
- showMoreContent?: React.ReactNode;
13
- showButtonLabel?: string;
14
- hideButtonLabel?: string;
15
- sectionProps?: SectionWrapperProps;
16
- }
17
- export declare const ContactUsSectionColumn: React.FC<ContactUsSectionColumnProps>;
18
- export declare const ContactUsSection: React.FC<ContactUsSectionProps>;
19
- //# sourceMappingURL=ContactUsSection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContactUsSection.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/contactUsSection/ContactUsSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAC,KAAK,mBAAmB,EAAiB,MAAM,qBAAqB,CAAC;AAG7E,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,mBAAmB,CAAC;CACpC;AAED,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CAAC,2BAA2B,CA2BxE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAwC5D,CAAC"}
@@ -1,17 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { ContentArea } from '../../../components/layout/contentArea';
3
- import { Grid, GridItem } from '../../../components/layout/grid';
4
- import { Headline } from '../../../components/typography/headline';
5
- import { BodyText } from '../../../components/typography/bodyText';
6
- import { SvgIcon } from '../../../components/images-icons/svg-icon';
7
- import { IconChevronDown, IconPhone } from '../../../icons';
8
- import { SectionWrapper } from '../../../components';
9
- import { ShowMoreToggle, ShowMore, Button, RichText } from '../../../components';
10
- export const ContactUsSectionColumn = ({ headline, phoneNumber, text01, text02, }) => {
11
- return (_jsxs(GridItem, { children: [_jsx(Headline, { headingLevel: "h4", children: headline }), _jsxs("div", { className: "flex flex-col gap-3.5", children: [_jsx(BodyText, { variant: 'small', children: _jsx(RichText, { text: text01 }) }), _jsxs("div", { children: [_jsx("div", { className: "inline-block mr-2 align-middle", children: _jsx(SvgIcon, { icon: IconPhone, size: 'md' }) }), _jsx(BodyText, { variant: 'small', className: "inline-block align-middle", children: phoneNumber })] }), _jsx(BodyText, { variant: 'small', children: _jsx(RichText, { text: text02 }) })] })] }));
12
- };
13
- export const ContactUsSection = ({ title, children, showButtonLabel, hideButtonLabel, showMoreContent, sectionProps, }) => {
14
- const showMoreToggleButton = (_jsx(ShowMoreToggle, { children: isExpanded => (_jsx(Button, { icon: IconChevronDown, variant: isExpanded ? 'secondary-air-blue' : 'primary', children: isExpanded ? hideButtonLabel : showButtonLabel })) }));
15
- return (_jsx(SectionWrapper, { background: "paleBlue", ...sectionProps, children: _jsxs(ContentArea, { children: [_jsx(Headline, { headingLevel: "h3", className: "mb-12", children: title }), _jsx(Grid, { cols: 3, children: children }), showMoreContent && (_jsx(ShowMore, { className: "mt-12", color: "paleBlue", toggleElement: showMoreToggleButton, children: showMoreContent }))] }) }));
16
- };
17
- //# sourceMappingURL=ContactUsSection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContactUsSection.js","sourceRoot":"","sources":["../../../../src/web/sections/contactUsSection/ContactUsSection.tsx"],"names":[],"mappings":";AACA,OAAO,EAAC,WAAW,EAAC,MAAM,wCAAwC,CAAC;AACnE,OAAO,EAAC,IAAI,EAAE,QAAQ,EAAC,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,QAAQ,EAAC,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAC,OAAO,EAAC,MAAM,2CAA2C,CAAC;AAClE,OAAO,EAAC,eAAe,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAA2B,cAAc,EAAC,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAAC,cAAc,EAAE,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAC,MAAM,qBAAqB,CAAC;AAkB/E,MAAM,CAAC,MAAM,sBAAsB,GAA0C,CAAC,EAC5E,QAAQ,EACR,WAAW,EACX,MAAM,EACN,MAAM,GACP,EAAE,EAAE;IACH,OAAO,CACL,MAAC,QAAQ,eACP,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,YAAE,QAAQ,GAAY,EACjD,eAAK,SAAS,EAAC,uBAAuB,aACpC,KAAC,QAAQ,IAAC,OAAO,EAAE,OAAO,YACxB,KAAC,QAAQ,IAAC,IAAI,EAAE,MAAM,GAAI,GACjB,EACX,0BACE,cAAK,SAAS,EAAC,gCAAgC,YAC7C,KAAC,OAAO,IAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,GAAI,GACpC,EACN,KAAC,QAAQ,IAAC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAC,2BAA2B,YAC9D,WAAW,GACH,IACP,EACN,KAAC,QAAQ,IAAC,OAAO,EAAE,OAAO,YACxB,KAAC,QAAQ,IAAC,IAAI,EAAE,MAAM,GAAI,GACjB,IACP,IACG,CACZ,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAoC,CAAC,EAChE,KAAK,EACL,QAAQ,EACR,eAAe,EACf,eAAe,EACf,eAAe,EACf,YAAY,GACb,EAAE,EAAE;IACH,MAAM,oBAAoB,GAAG,CAC3B,KAAC,cAAc,cACZ,UAAU,CAAC,EAAE,CAAC,CACb,KAAC,MAAM,IACL,IAAI,EAAE,eAAe,EACrB,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,YAErD,UAAU,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,GACxC,CACV,GACc,CAClB,CAAC;IAEF,OAAO,CACL,KAAC,cAAc,IAAC,UAAU,EAAC,UAAU,KAAK,YAAY,YACpD,MAAC,WAAW,eACV,KAAC,QAAQ,IAAC,YAAY,EAAC,IAAI,EAAC,SAAS,EAAC,OAAO,YAC1C,KAAK,GACG,EACX,KAAC,IAAI,IAAC,IAAI,EAAE,CAAC,YAAG,QAAQ,GAAQ,EAC/B,eAAe,IAAI,CAClB,KAAC,QAAQ,IACP,SAAS,EAAC,OAAO,EACjB,KAAK,EAAC,UAAU,EAChB,aAAa,EAAE,oBAAoB,YAElC,eAAe,GACP,CACZ,IACW,GACC,CAClB,CAAC;AACJ,CAAC,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ContactUsSection';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/web/sections/contactUsSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './ContactUsSection';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/web/sections/contactUsSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}