@20minutes/hela 0.1.3 → 0.1.4

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 (271) hide show
  1. package/dist/css/style.css +2 -0
  2. package/dist/fonts/Oswald-Bold.woff +0 -0
  3. package/dist/fonts/Oswald-Bold.woff2 +0 -0
  4. package/dist/fonts/SourceSerifPro-Bold.woff +0 -0
  5. package/dist/fonts/SourceSerifPro-Bold.woff2 +0 -0
  6. package/dist/fonts/SourceSerifPro-Italic.woff +0 -0
  7. package/dist/fonts/SourceSerifPro-Italic.woff2 +0 -0
  8. package/dist/fonts/SourceSerifPro-Regular.woff +0 -0
  9. package/dist/fonts/SourceSerifPro-Regular.woff2 +0 -0
  10. package/dist/index.d.ts +672 -0
  11. package/dist/index.es.js +42119 -0
  12. package/dist/index.umd.js +326 -0
  13. package/dist/js/main.min.js +1 -0
  14. package/package.json +1 -1
  15. package/dist/dts/src/assets/scripts/breadcrumb.d.ts +0 -2
  16. package/dist/dts/src/assets/scripts/collapse.d.ts +0 -1
  17. package/dist/dts/src/assets/scripts/expander.d.ts +0 -1
  18. package/dist/dts/src/assets/scripts/main.d.ts +0 -1
  19. package/dist/dts/src/assets/scripts/scroll.d.ts +0 -1
  20. package/dist/dts/src/assets/scripts/tabs.d.ts +0 -1
  21. package/dist/dts/src/assets/scripts/theming.d.ts +0 -2
  22. package/dist/dts/src/components/atoms/Ad/Ad.d.ts +0 -12
  23. package/dist/dts/src/components/atoms/Ad/Ad.stories.d.ts +0 -12
  24. package/dist/dts/src/components/atoms/Ad/index.d.ts +0 -1
  25. package/dist/dts/src/components/atoms/Alert/Alert.d.ts +0 -7
  26. package/dist/dts/src/components/atoms/Alert/Alert.stories.d.ts +0 -13
  27. package/dist/dts/src/components/atoms/Alert/index.d.ts +0 -1
  28. package/dist/dts/src/components/atoms/Avatar/Avatar.d.ts +0 -7
  29. package/dist/dts/src/components/atoms/Avatar/Avatar.stories.d.ts +0 -13
  30. package/dist/dts/src/components/atoms/Avatar/index.d.ts +0 -1
  31. package/dist/dts/src/components/atoms/Button/Button.d.ts +0 -10
  32. package/dist/dts/src/components/atoms/Button/Button.stories.d.ts +0 -15
  33. package/dist/dts/src/components/atoms/Button/index.d.ts +0 -1
  34. package/dist/dts/src/components/atoms/Divider/Divider.d.ts +0 -3
  35. package/dist/dts/src/components/atoms/Divider/Divider.stories.d.ts +0 -10
  36. package/dist/dts/src/components/atoms/Divider/index.d.ts +0 -1
  37. package/dist/dts/src/components/atoms/DividerSection/DividerSection.d.ts +0 -8
  38. package/dist/dts/src/components/atoms/DividerSection/DividerSection.stories.d.ts +0 -12
  39. package/dist/dts/src/components/atoms/DividerSection/index.d.ts +0 -1
  40. package/dist/dts/src/components/atoms/Icon/Icon.d.ts +0 -11
  41. package/dist/dts/src/components/atoms/Icon/Icon.stories.d.ts +0 -14
  42. package/dist/dts/src/components/atoms/Icon/SvgSprite.d.ts +0 -3
  43. package/dist/dts/src/components/atoms/Icon/index.d.ts +0 -2
  44. package/dist/dts/src/components/atoms/Img/Img.d.ts +0 -9
  45. package/dist/dts/src/components/atoms/Img/Img.stories.d.ts +0 -10
  46. package/dist/dts/src/components/atoms/Img/index.d.ts +0 -1
  47. package/dist/dts/src/components/atoms/Input/Input.d.ts +0 -6
  48. package/dist/dts/src/components/atoms/Input/Input.stories.d.ts +0 -10
  49. package/dist/dts/src/components/atoms/Input/index.d.ts +0 -1
  50. package/dist/dts/src/components/atoms/Label/Label.d.ts +0 -11
  51. package/dist/dts/src/components/atoms/Label/Label.stories.d.ts +0 -13
  52. package/dist/dts/src/components/atoms/Label/index.d.ts +0 -1
  53. package/dist/dts/src/components/atoms/LabelSection/LabelSection.d.ts +0 -5
  54. package/dist/dts/src/components/atoms/LabelSection/LabelSection.stories.d.ts +0 -11
  55. package/dist/dts/src/components/atoms/LabelSection/index.d.ts +0 -1
  56. package/dist/dts/src/components/atoms/Link/Link.d.ts +0 -9
  57. package/dist/dts/src/components/atoms/Link/Link.stories.d.ts +0 -18
  58. package/dist/dts/src/components/atoms/Link/index.d.ts +0 -1
  59. package/dist/dts/src/components/atoms/Meta/Meta.d.ts +0 -9
  60. package/dist/dts/src/components/atoms/Meta/Meta.stories.d.ts +0 -8
  61. package/dist/dts/src/components/atoms/Meta/index.d.ts +0 -1
  62. package/dist/dts/src/components/atoms/Modal/Modal.d.ts +0 -7
  63. package/dist/dts/src/components/atoms/Modal/Modal.stories.d.ts +0 -11
  64. package/dist/dts/src/components/atoms/Modal/index.d.ts +0 -1
  65. package/dist/dts/src/components/atoms/Pipe/Pipe.d.ts +0 -2
  66. package/dist/dts/src/components/atoms/Pipe/Pipe.stories.d.ts +0 -8
  67. package/dist/dts/src/components/atoms/Pipe/index.d.ts +0 -1
  68. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.d.ts +0 -10
  69. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.stories.d.ts +0 -8
  70. package/dist/dts/src/components/atoms/ReadAlso/index.d.ts +0 -1
  71. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.d.ts +0 -8
  72. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.stories.d.ts +0 -24
  73. package/dist/dts/src/components/atoms/ScrollProgressBar/index.d.ts +0 -1
  74. package/dist/dts/src/components/atoms/Section/Section.d.ts +0 -6
  75. package/dist/dts/src/components/atoms/Section/Section.stories.d.ts +0 -11
  76. package/dist/dts/src/components/atoms/Section/index.d.ts +0 -1
  77. package/dist/dts/src/components/atoms/Switch/Switch.d.ts +0 -8
  78. package/dist/dts/src/components/atoms/Switch/Switch.stories.d.ts +0 -8
  79. package/dist/dts/src/components/atoms/Switch/index.d.ts +0 -1
  80. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.d.ts +0 -7
  81. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.stories.d.ts +0 -8
  82. package/dist/dts/src/components/atoms/SwitchDarkMode/index.d.ts +0 -1
  83. package/dist/dts/src/components/atoms/Tab/Tab.d.ts +0 -10
  84. package/dist/dts/src/components/atoms/Tab/Tab.stories.d.ts +0 -16
  85. package/dist/dts/src/components/atoms/Tab/index.d.ts +0 -1
  86. package/dist/dts/src/components/atoms/TabPanel/TabPanel.d.ts +0 -7
  87. package/dist/dts/src/components/atoms/TabPanel/TabPanel.stories.d.ts +0 -8
  88. package/dist/dts/src/components/atoms/TabPanel/index.d.ts +0 -1
  89. package/dist/dts/src/components/atoms/Tag/Tag.d.ts +0 -10
  90. package/dist/dts/src/components/atoms/Tag/Tag.stories.d.ts +0 -15
  91. package/dist/dts/src/components/atoms/Tag/index.d.ts +0 -1
  92. package/dist/dts/src/components/atoms/Typography/Heading.d.ts +0 -8
  93. package/dist/dts/src/components/atoms/Typography/Heading.stories.d.ts +0 -13
  94. package/dist/dts/src/components/atoms/Typography/Text.d.ts +0 -6
  95. package/dist/dts/src/components/atoms/Typography/Text.stories.d.ts +0 -11
  96. package/dist/dts/src/components/atoms/Typography/Typography.d.ts +0 -8
  97. package/dist/dts/src/components/atoms/Typography/index.d.ts +0 -2
  98. package/dist/dts/src/components/atoms/index.d.ts +0 -24
  99. package/dist/dts/src/components/index.d.ts +0 -3
  100. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.d.ts +0 -8
  101. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.stories.d.ts +0 -8
  102. package/dist/dts/src/components/molecules/Article/ArticleContent/index.d.ts +0 -1
  103. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.d.ts +0 -10
  104. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.stories.d.ts +0 -10
  105. package/dist/dts/src/components/molecules/Article/ArticleHeader/index.d.ts +0 -1
  106. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.d.ts +0 -9
  107. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.stories.d.ts +0 -15
  108. package/dist/dts/src/components/molecules/Article/ArticleImageCover/index.d.ts +0 -1
  109. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.d.ts +0 -8
  110. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.stories.d.ts +0 -11
  111. package/dist/dts/src/components/molecules/Article/ArticleSummary/index.d.ts +0 -1
  112. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.d.ts +0 -6
  113. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.stories.d.ts +0 -8
  114. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/index.d.ts +0 -1
  115. package/dist/dts/src/components/molecules/Article/index.d.ts +0 -5
  116. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.d.ts +0 -19
  117. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.stories.d.ts +0 -16
  118. package/dist/dts/src/components/molecules/Breadcrumb/BreadcrumbRubric.d.ts +0 -8
  119. package/dist/dts/src/components/molecules/Breadcrumb/index.d.ts +0 -1
  120. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.d.ts +0 -10
  121. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.stories.d.ts +0 -6
  122. package/dist/dts/src/components/molecules/Card/CategoryCard/index.d.ts +0 -1
  123. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.d.ts +0 -11
  124. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.stories.d.ts +0 -9
  125. package/dist/dts/src/components/molecules/Card/GameCard/index.d.ts +0 -1
  126. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.d.ts +0 -11
  127. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.stories.d.ts +0 -9
  128. package/dist/dts/src/components/molecules/Card/HomeLiveCard/index.d.ts +0 -1
  129. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.d.ts +0 -15
  130. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.stories.d.ts +0 -9
  131. package/dist/dts/src/components/molecules/Card/LargeCard/index.d.ts +0 -1
  132. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.d.ts +0 -13
  133. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.stories.d.ts +0 -6
  134. package/dist/dts/src/components/molecules/Card/LiveCard/index.d.ts +0 -1
  135. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.d.ts +0 -10
  136. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.stories.d.ts +0 -6
  137. package/dist/dts/src/components/molecules/Card/MediumCard/index.d.ts +0 -1
  138. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.d.ts +0 -8
  139. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.stories.d.ts +0 -8
  140. package/dist/dts/src/components/molecules/Card/MenuCard/index.d.ts +0 -1
  141. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.d.ts +0 -16
  142. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.stories.d.ts +0 -9
  143. package/dist/dts/src/components/molecules/Card/MostReadCard/index.d.ts +0 -1
  144. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.d.ts +0 -10
  145. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.stories.d.ts +0 -9
  146. package/dist/dts/src/components/molecules/Card/NewsCard/index.d.ts +0 -1
  147. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.d.ts +0 -10
  148. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.stories.d.ts +0 -10
  149. package/dist/dts/src/components/molecules/Card/OverviewCard/index.d.ts +0 -1
  150. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.d.ts +0 -13
  151. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.stories.d.ts +0 -9
  152. package/dist/dts/src/components/molecules/Card/PodcastCard/index.d.ts +0 -1
  153. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.d.ts +0 -12
  154. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.stories.d.ts +0 -9
  155. package/dist/dts/src/components/molecules/Card/RegionalCard/index.d.ts +0 -1
  156. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.d.ts +0 -15
  157. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.stories.d.ts +0 -9
  158. package/dist/dts/src/components/molecules/Card/RubricCard/index.d.ts +0 -1
  159. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.d.ts +0 -8
  160. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.stories.d.ts +0 -8
  161. package/dist/dts/src/components/molecules/Card/SmallCard/index.d.ts +0 -1
  162. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.d.ts +0 -10
  163. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.stories.d.ts +0 -9
  164. package/dist/dts/src/components/molecules/Card/SmallGameCard/index.d.ts +0 -1
  165. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.d.ts +0 -10
  166. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.stories.d.ts +0 -9
  167. package/dist/dts/src/components/molecules/Card/SmallLiveCard/index.d.ts +0 -1
  168. package/dist/dts/src/components/molecules/Card/index.d.ts +0 -16
  169. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.d.ts +0 -9
  170. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.stories.d.ts +0 -6
  171. package/dist/dts/src/components/molecules/CategoryCards/index.d.ts +0 -1
  172. package/dist/dts/src/components/molecules/Collapse/Collapse.d.ts +0 -11
  173. package/dist/dts/src/components/molecules/Collapse/Collapse.stories.d.ts +0 -8
  174. package/dist/dts/src/components/molecules/Collapse/index.d.ts +0 -1
  175. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.d.ts +0 -5
  176. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.stories.d.ts +0 -13
  177. package/dist/dts/src/components/molecules/ErrorResponsesContent/index.d.ts +0 -1
  178. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.d.ts +0 -13
  179. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.stories.d.ts +0 -18
  180. package/dist/dts/src/components/molecules/FooterCategories/index.d.ts +0 -1
  181. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.d.ts +0 -12
  182. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.stories.d.ts +0 -16
  183. package/dist/dts/src/components/molecules/FooterLinks/index.d.ts +0 -1
  184. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.d.ts +0 -10
  185. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.stories.d.ts +0 -13
  186. package/dist/dts/src/components/molecules/HeaderBanner/index.d.ts +0 -1
  187. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.d.ts +0 -9
  188. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.stories.d.ts +0 -24
  189. package/dist/dts/src/components/molecules/HeaderPage/index.d.ts +0 -1
  190. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.d.ts +0 -6
  191. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.stories.d.ts +0 -8
  192. package/dist/dts/src/components/molecules/HeaderSideModal/index.d.ts +0 -1
  193. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.d.ts +0 -8
  194. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.stories.d.ts +0 -5
  195. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/index.d.ts +0 -1
  196. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.d.ts +0 -11
  197. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.stories.d.ts +0 -5
  198. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/index.d.ts +0 -1
  199. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.d.ts +0 -9
  200. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.stories.d.ts +0 -8
  201. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/index.d.ts +0 -1
  202. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.d.ts +0 -10
  203. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.stories.d.ts +0 -8
  204. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/index.d.ts +0 -1
  205. package/dist/dts/src/components/molecules/Horoscope/index.d.ts +0 -4
  206. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.d.ts +0 -6
  207. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.stories.d.ts +0 -12
  208. package/dist/dts/src/components/molecules/InfoBanner/index.d.ts +0 -1
  209. package/dist/dts/src/components/molecules/LiveCards/LiveCards.d.ts +0 -8
  210. package/dist/dts/src/components/molecules/LiveCards/LiveCards.stories.d.ts +0 -6
  211. package/dist/dts/src/components/molecules/LiveCards/index.d.ts +0 -1
  212. package/dist/dts/src/components/molecules/Menu/Menu.d.ts +0 -15
  213. package/dist/dts/src/components/molecules/Menu/Menu.stories.d.ts +0 -6
  214. package/dist/dts/src/components/molecules/Menu/index.d.ts +0 -1
  215. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.d.ts +0 -15
  216. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.stories.d.ts +0 -5
  217. package/dist/dts/src/components/molecules/MostReadArticles/index.d.ts +0 -1
  218. package/dist/dts/src/components/molecules/NewsCards/NewsCards.d.ts +0 -9
  219. package/dist/dts/src/components/molecules/NewsCards/NewsCards.stories.d.ts +0 -5
  220. package/dist/dts/src/components/molecules/NewsCards/index.d.ts +0 -1
  221. package/dist/dts/src/components/molecules/Newsletter/Newsletter.d.ts +0 -9
  222. package/dist/dts/src/components/molecules/Newsletter/Newsletter.stories.d.ts +0 -5
  223. package/dist/dts/src/components/molecules/Newsletter/index.d.ts +0 -1
  224. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.d.ts +0 -8
  225. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.stories.d.ts +0 -6
  226. package/dist/dts/src/components/molecules/OverviewBar/index.d.ts +0 -1
  227. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.d.ts +0 -9
  228. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.stories.d.ts +0 -5
  229. package/dist/dts/src/components/molecules/PartnerCards/index.d.ts +0 -1
  230. package/dist/dts/src/components/molecules/Signature/Signature.d.ts +0 -10
  231. package/dist/dts/src/components/molecules/Signature/Signature.stories.d.ts +0 -8
  232. package/dist/dts/src/components/molecules/Signature/index.d.ts +0 -1
  233. package/dist/dts/src/components/molecules/SocialBar/SocialBar.d.ts +0 -10
  234. package/dist/dts/src/components/molecules/SocialBar/SocialBar.stories.d.ts +0 -14
  235. package/dist/dts/src/components/molecules/SocialBar/index.d.ts +0 -1
  236. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.d.ts +0 -11
  237. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.stories.d.ts +0 -16
  238. package/dist/dts/src/components/molecules/SocialIcons/index.d.ts +0 -1
  239. package/dist/dts/src/components/molecules/Tabs/Tabs.d.ts +0 -12
  240. package/dist/dts/src/components/molecules/Tabs/Tabs.stories.d.ts +0 -12
  241. package/dist/dts/src/components/molecules/Tabs/index.d.ts +0 -1
  242. package/dist/dts/src/components/molecules/TagBar/TagBar.d.ts +0 -6
  243. package/dist/dts/src/components/molecules/TagBar/TagBar.stories.d.ts +0 -5
  244. package/dist/dts/src/components/molecules/TagBar/index.d.ts +0 -1
  245. package/dist/dts/src/components/molecules/Tiles/Tiles.d.ts +0 -9
  246. package/dist/dts/src/components/molecules/Tiles/Tiles.stories.d.ts +0 -8
  247. package/dist/dts/src/components/molecules/Tiles/index.d.ts +0 -1
  248. package/dist/dts/src/components/molecules/index.d.ts +0 -25
  249. package/dist/dts/src/components/organisms/Footer/Footer.d.ts +0 -7
  250. package/dist/dts/src/components/organisms/Footer/Footer.stories.d.ts +0 -30
  251. package/dist/dts/src/components/organisms/Footer/FooterDesktop.d.ts +0 -5
  252. package/dist/dts/src/components/organisms/Footer/FooterMobile.d.ts +0 -5
  253. package/dist/dts/src/components/organisms/Footer/Links.d.ts +0 -12
  254. package/dist/dts/src/components/organisms/Footer/index.d.ts +0 -1
  255. package/dist/dts/src/components/organisms/Header/Header.d.ts +0 -7
  256. package/dist/dts/src/components/organisms/Header/Header.stories.d.ts +0 -16
  257. package/dist/dts/src/components/organisms/Header/HeaderDesktop.d.ts +0 -11
  258. package/dist/dts/src/components/organisms/Header/HeaderMobile.d.ts +0 -2
  259. package/dist/dts/src/components/organisms/Header/index.d.ts +0 -1
  260. package/dist/dts/src/components/organisms/index.d.ts +0 -2
  261. package/dist/dts/src/hooks/index.d.ts +0 -1
  262. package/dist/dts/src/hooks/useLayoutEffect.d.ts +0 -2
  263. package/dist/dts/src/index.d.ts +0 -3
  264. package/dist/dts/src/types/Color.d.ts +0 -4
  265. package/dist/dts/src/types/LayoutType.d.ts +0 -4
  266. package/dist/dts/src/types/TabType.d.ts +0 -1
  267. package/dist/dts/src/types/ThemeType.d.ts +0 -1
  268. package/dist/dts/src/types/index.d.ts +0 -4
  269. package/dist/dts/src/utils/Draftjs.d.ts +0 -2
  270. package/dist/dts/src/utils/index.d.ts +0 -1
  271. package/dist/dts/src/utils/string.d.ts +0 -2
@@ -1 +0,0 @@
1
- export * from './PodcastCard';
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { SocialBarProps } from '../../SocialBar';
3
- import { LayoutType } from '../../../../types';
4
- export interface RegionalCardProps {
5
- title: string;
6
- link: string;
7
- location: string;
8
- headline: string;
9
- socialBarProps: SocialBarProps;
10
- layout?: LayoutType;
11
- }
12
- export declare const RegionalCard: React.FC<RegionalCardProps>;
@@ -1,9 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./RegionalCard").RegionalCardProps>;
6
- };
7
- export default _default;
8
- export declare const Desktop: ComponentStory<React.FC<import("./RegionalCard").RegionalCardProps>>;
9
- export declare const Mobile: ComponentStory<React.FC<import("./RegionalCard").RegionalCardProps>>;
@@ -1 +0,0 @@
1
- export * from './RegionalCard';
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { SignatureProps } from '../../Signature';
3
- import { SocialBarProps } from '../../SocialBar';
4
- import { LayoutType } from '../../../../types';
5
- export interface RubricCardProps {
6
- title: string;
7
- link: string;
8
- headline: string;
9
- summary: string;
10
- cover: string;
11
- signatureProps: SignatureProps;
12
- socialBarProps: SocialBarProps;
13
- layout?: LayoutType;
14
- }
15
- export declare const RubricCard: React.FC<RubricCardProps>;
@@ -1,9 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./RubricCard").RubricCardProps>;
6
- };
7
- export default _default;
8
- export declare const Desktop: ComponentStory<React.FC<import("./RubricCard").RubricCardProps>>;
9
- export declare const Mobile: ComponentStory<React.FC<import("./RubricCard").RubricCardProps>>;
@@ -1 +0,0 @@
1
- export * from './RubricCard';
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- export interface SmallCardProps {
3
- title: string;
4
- link: string;
5
- headline: string;
6
- cover: string;
7
- }
8
- export declare const SmallCard: React.FC<SmallCardProps>;
@@ -1,8 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./SmallCard").SmallCardProps>;
6
- };
7
- export default _default;
8
- export declare const Desktop: ComponentStory<React.FC<import("./SmallCard").SmallCardProps>>;
@@ -1 +0,0 @@
1
- export * from './SmallCard';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { LayoutType } from '../../../../types';
3
- export interface SmallGameCardProps {
4
- title: string;
5
- link: string;
6
- headline: string;
7
- cover: string;
8
- layout?: LayoutType;
9
- }
10
- export declare const SmallGameCard: React.FC<SmallGameCardProps>;
@@ -1,9 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./SmallGameCard").SmallGameCardProps>;
6
- };
7
- export default _default;
8
- export declare const Desktop: ComponentStory<React.FC<import("./SmallGameCard").SmallGameCardProps>>;
9
- export declare const Mobile: ComponentStory<React.FC<import("./SmallGameCard").SmallGameCardProps>>;
@@ -1 +0,0 @@
1
- export * from './SmallGameCard';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { LayoutType } from '../../../../types';
3
- export interface SmallLiveCardProps {
4
- cover: string;
5
- link: string;
6
- headline: string;
7
- title: string;
8
- layout?: LayoutType;
9
- }
10
- export declare const SmallLiveCard: React.FC<SmallLiveCardProps>;
@@ -1,9 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./SmallLiveCard").SmallLiveCardProps>;
6
- };
7
- export default _default;
8
- export declare const Desktop: ComponentStory<React.FC<import("./SmallLiveCard").SmallLiveCardProps>>;
9
- export declare const Mobile: ComponentStory<React.FC<import("./SmallLiveCard").SmallLiveCardProps>>;
@@ -1 +0,0 @@
1
- export * from './SmallLiveCard';
@@ -1,16 +0,0 @@
1
- export * from './CategoryCard';
2
- export * from './GameCard';
3
- export * from './HomeLiveCard';
4
- export * from './LargeCard';
5
- export * from './LiveCard';
6
- export * from './MediumCard';
7
- export * from './MenuCard';
8
- export * from './MostReadCard';
9
- export * from './NewsCard';
10
- export * from './OverviewCard';
11
- export * from './PodcastCard';
12
- export * from './RegionalCard';
13
- export * from './RubricCard';
14
- export * from './SmallCard';
15
- export * from './SmallGameCard';
16
- export * from './SmallLiveCard';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { CategoryCardProps } from '../Card/CategoryCard';
3
- import { LayoutType } from '../../../types';
4
- export interface CategoryCardsProps {
5
- articles: CategoryCardProps[];
6
- label: string;
7
- layout?: LayoutType;
8
- }
9
- export declare const CategoryCards: React.FC<CategoryCardsProps>;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./CategoryCards").CategoryCardsProps>>;
4
- export default _default;
5
- export declare const Desktop: ComponentStory<React.FC<import("./CategoryCards").CategoryCardsProps>>;
6
- export declare const Mobile: ComponentStory<React.FC<import("./CategoryCards").CategoryCardsProps>>;
@@ -1 +0,0 @@
1
- export * from './CategoryCards';
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- export interface CollapseProps extends React.HTMLAttributes<HTMLDivElement> {
3
- headingClass?: string;
4
- listClass?: string;
5
- title: string;
6
- iconClass?: string;
7
- btnClass?: string;
8
- isOpen?: boolean;
9
- index: number;
10
- }
11
- export declare const Collapse: React.FC<CollapseProps>;
@@ -1,8 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./Collapse").CollapseProps>;
6
- };
7
- export default _default;
8
- export declare const Overview: ComponentStory<React.FC<import("./Collapse").CollapseProps>>;
@@ -1 +0,0 @@
1
- export * from './Collapse';
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- export interface ErrorResponsesContentProps {
3
- statusCode: '404' | '500';
4
- }
5
- export declare const ErrorResponsesContent: React.FC<ErrorResponsesContentProps>;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { ComponentStory } from '@storybook/react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./ErrorResponsesContent").ErrorResponsesContentProps>;
6
- args: {
7
- statusCode: string;
8
- };
9
- };
10
- export default _default;
11
- export declare const NotFound: ComponentStory<React.FC<import("./ErrorResponsesContent").ErrorResponsesContentProps>>;
12
- export declare const InternalServerError: ComponentStory<React.FC<import("./ErrorResponsesContent").ErrorResponsesContentProps>>;
13
- export declare const NotFoundMobile: ComponentStory<React.FC<import("./ErrorResponsesContent").ErrorResponsesContentProps>>;
@@ -1 +0,0 @@
1
- export * from './ErrorResponsesContent';
@@ -1,13 +0,0 @@
1
- import * as React from 'react';
2
- import { LayoutType } from '../../../types';
3
- export interface FooterCategoriesProps {
4
- layout?: LayoutType;
5
- categories: {
6
- name: string;
7
- links: {
8
- name: string;
9
- url: string;
10
- }[];
11
- }[];
12
- }
13
- export declare const FooterCategories: React.FC<FooterCategoriesProps>;
@@ -1,18 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./FooterCategories").FooterCategoriesProps>;
6
- args: {
7
- categories: {
8
- name: string;
9
- links: {
10
- name: string;
11
- url: string;
12
- }[];
13
- }[];
14
- };
15
- };
16
- export default _default;
17
- export declare const Desktop: ComponentStory<React.FC<import("./FooterCategories").FooterCategoriesProps>>;
18
- export declare const Mobile: ComponentStory<React.FC<import("./FooterCategories").FooterCategoriesProps>>;
@@ -1 +0,0 @@
1
- export * from './FooterCategories';
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- export interface FooterLinksProps {
3
- listClass?: string;
4
- footerBar: {
5
- links: {
6
- name: string;
7
- url: string;
8
- javascript?: string;
9
- }[];
10
- }[];
11
- }
12
- export declare const FooterLinks: React.FC<FooterLinksProps>;
@@ -1,16 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./FooterLinks").FooterLinksProps>;
6
- args: {
7
- footerBar: {
8
- links: {
9
- name: string;
10
- url: string;
11
- }[];
12
- }[];
13
- };
14
- };
15
- export default _default;
16
- export declare const Overview: ComponentStory<React.FC<import("./FooterLinks").FooterLinksProps>>;
@@ -1 +0,0 @@
1
- export * from './FooterLinks';
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import { IconHoroscopeName } from '../../atoms/Icon';
3
- export interface HeaderBannerProps {
4
- title: string;
5
- subtitle: string;
6
- icon?: IconHoroscopeName;
7
- variant?: 'lightBlue' | 'darkBlue' | 'yellow' | 'orange' | 'transparent';
8
- classname?: string;
9
- }
10
- export declare const HeaderBanner: React.FC<HeaderBannerProps>;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import { ComponentStory } from '@storybook/react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./HeaderBanner").HeaderBannerProps>;
6
- args: {
7
- title: string;
8
- subtitle: string;
9
- icon: string;
10
- };
11
- };
12
- export default _default;
13
- export declare const Overview: ComponentStory<React.FC<import("./HeaderBanner").HeaderBannerProps>>;
@@ -1 +0,0 @@
1
- export * from './HeaderBanner';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { RawDraftContentState } from 'draft-js';
3
- import { ColorSchemeTheme } from '../../../types';
4
- export interface HeaderPageProps {
5
- title: string;
6
- subtitle?: string | RawDraftContentState;
7
- colorScheme?: ColorSchemeTheme;
8
- }
9
- export declare const HeaderPage: React.FC<HeaderPageProps>;
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- import { ComponentStory } from '@storybook/react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./HeaderPage").HeaderPageProps>;
6
- args: {
7
- title: string;
8
- subtitle: {
9
- entityMap: {};
10
- blocks: {
11
- depth: number;
12
- data: {};
13
- inlineStyleRanges: never[];
14
- text: string;
15
- type: string;
16
- key: string;
17
- entityRanges: never[];
18
- }[];
19
- };
20
- };
21
- };
22
- export default _default;
23
- export declare const WithDraftAsSubtitle: ComponentStory<React.FC<import("./HeaderPage").HeaderPageProps>>;
24
- export declare const WithStringAsSubtitle: ComponentStory<React.FC<import("./HeaderPage").HeaderPageProps>>;
@@ -1 +0,0 @@
1
- export * from './HeaderPage';
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from '../../atoms';
3
- export interface HeaderSideModalProps extends ButtonProps {
4
- modalIconSize?: number | number[];
5
- }
6
- export declare const HeaderSideModal: React.FC<HeaderSideModalProps>;
@@ -1,8 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./HeaderSideModal").HeaderSideModalProps>;
6
- };
7
- export default _default;
8
- export declare const Overview: ComponentStory<React.FC<import("./HeaderSideModal").HeaderSideModalProps>>;
@@ -1 +0,0 @@
1
- export * from './HeaderSideModal';
@@ -1,8 +0,0 @@
1
- import * as React from 'react';
2
- import { InfoBannerProps } from '../../InfoBanner';
3
- import { HoroscopeTopicCardProps } from '../HoroscopeTopicCard';
4
- export interface HoroscopeContentProps {
5
- topics: HoroscopeTopicCardProps[];
6
- infoBannerProps: InfoBannerProps;
7
- }
8
- export declare const HoroscopeContent: React.FC<HoroscopeContentProps>;
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./HoroscopeContent").HoroscopeContentProps>>;
4
- export default _default;
5
- export declare const Overview: ComponentStory<React.FC<import("./HoroscopeContent").HoroscopeContentProps>>;
@@ -1 +0,0 @@
1
- export * from './HoroscopeContent';
@@ -1,11 +0,0 @@
1
- import * as React from 'react';
2
- import { LinkProps } from '../../../atoms';
3
- import { HeaderBannerProps, HoroscopeTopicCardProps } from '../..';
4
- export interface HoroscopeHomepageContentProps {
5
- signsContent: {
6
- heading: HeaderBannerProps;
7
- topics: HoroscopeTopicCardProps[];
8
- link: LinkProps;
9
- }[];
10
- }
11
- export declare const HoroscopeHomepageContent: React.FC<HoroscopeHomepageContentProps>;
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./HoroscopeHomepageContent").HoroscopeHomepageContentProps>>;
4
- export default _default;
5
- export declare const Overview: ComponentStory<React.FC<import("./HoroscopeHomepageContent").HoroscopeHomepageContentProps>>;
@@ -1 +0,0 @@
1
- export * from './HoroscopeHomepageContent';
@@ -1,9 +0,0 @@
1
- import * as React from 'react';
2
- export interface HoroscopeTilesProps {
3
- horoscopeSignsList: {
4
- label: string;
5
- slug: string;
6
- url: string;
7
- }[];
8
- }
9
- export declare const HoroscopeTiles: React.FC<HoroscopeTilesProps>;
@@ -1,8 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./HoroscopeTiles").HoroscopeTilesProps>;
6
- };
7
- export default _default;
8
- export declare const Overview: ComponentStory<React.FC<import("./HoroscopeTiles").HoroscopeTilesProps>>;
@@ -1 +0,0 @@
1
- export * from './HoroscopeTiles';
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import { IconName } from '../../../atoms';
3
- export interface HoroscopeTopicCardProps {
4
- icon: IconName;
5
- title: string;
6
- content: string;
7
- withBorder?: boolean;
8
- classnames?: string;
9
- }
10
- export declare const HoroscopeTopicCard: React.FC<HoroscopeTopicCardProps>;
@@ -1,8 +0,0 @@
1
- import { ComponentStory } from '@storybook/react';
2
- import React from 'react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./HoroscopeTopicCard").HoroscopeTopicCardProps>;
6
- };
7
- export default _default;
8
- export declare const Overview: ComponentStory<React.FC<import("./HoroscopeTopicCard").HoroscopeTopicCardProps>>;
@@ -1 +0,0 @@
1
- export * from './HoroscopeTopicCard';
@@ -1,4 +0,0 @@
1
- export * from './HoroscopeContent';
2
- export * from './HoroscopeHomepageContent';
3
- export * from './HoroscopeTiles';
4
- export * from './HoroscopeTopicCard';
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface InfoBannerProps {
3
- title: string;
4
- description: string;
5
- }
6
- export declare const InfoBanner: React.FC<InfoBannerProps>;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { ComponentStory } from '@storybook/react';
3
- declare const _default: {
4
- title: string;
5
- component: React.FC<import("./InfoBanner").InfoBannerProps>;
6
- args: {
7
- title: string;
8
- description: string;
9
- };
10
- };
11
- export default _default;
12
- export declare const Overview: ComponentStory<React.FC<import("./InfoBanner").InfoBannerProps>>;
@@ -1 +0,0 @@
1
- export * from './InfoBanner';
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { LiveCardProps } from '../Card/LiveCard';
3
- import { LayoutType } from '../../../types';
4
- export interface LiveCardsProps {
5
- articles: LiveCardProps[];
6
- layout?: LayoutType;
7
- }
8
- export declare const LiveCards: React.FC<LiveCardsProps>;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./LiveCards").LiveCardsProps>>;
4
- export default _default;
5
- export declare const Desktop: ComponentStory<React.FC<import("./LiveCards").LiveCardsProps>>;
6
- export declare const Mobile: ComponentStory<React.FC<import("./LiveCards").LiveCardsProps>>;
@@ -1 +0,0 @@
1
- export * from './LiveCards';
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { ColorSchemeTheme, LayoutType } from '../../../types';
3
- import { LinkProps, TagProps } from '../../atoms';
4
- export interface MenuProps {
5
- categories: {
6
- name: string;
7
- categoryLink?: string;
8
- theme?: ColorSchemeTheme;
9
- links: LinkProps[];
10
- tags?: TagProps[];
11
- }[];
12
- tagsActu: TagProps[];
13
- layout: LayoutType;
14
- }
15
- export declare const Menu: React.FC<MenuProps>;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./Menu").MenuProps>>;
4
- export default _default;
5
- export declare const Desktop: ComponentStory<React.FC<import("./Menu").MenuProps>>;
6
- export declare const Mobile: ComponentStory<React.FC<import("./Menu").MenuProps>>;
@@ -1 +0,0 @@
1
- export * from './Menu';
@@ -1,15 +0,0 @@
1
- import * as React from 'react';
2
- export interface MostReadArticlesProps {
3
- tabItems: {
4
- name: string;
5
- title: string;
6
- body: {
7
- rubricSlug: string;
8
- rubricName: string;
9
- title: string;
10
- url: string;
11
- }[];
12
- }[];
13
- tabItemActive?: string;
14
- }
15
- export declare const MostReadArticles: React.FC<MostReadArticlesProps>;
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./MostReadArticles").MostReadArticlesProps>>;
4
- export default _default;
5
- export declare const Overview: ComponentStory<React.FC<import("./MostReadArticles").MostReadArticlesProps>>;
@@ -1 +0,0 @@
1
- export * from './MostReadArticles';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { NewsCardProps } from '../Card/NewsCard';
3
- import { ColorSchemeTheme } from '../../../types';
4
- export interface NewsCardsProps {
5
- articles: NewsCardProps[];
6
- label: string;
7
- colorScheme: ColorSchemeTheme;
8
- }
9
- export declare const NewsCards: React.FC<NewsCardsProps>;
@@ -1,5 +0,0 @@
1
- import * as React from 'react';
2
- import { ComponentMeta, ComponentStory } from '@storybook/react';
3
- declare const _default: ComponentMeta<React.FC<import("./NewsCards").NewsCardsProps>>;
4
- export default _default;
5
- export declare const Overview: ComponentStory<React.FC<import("./NewsCards").NewsCardsProps>>;
@@ -1 +0,0 @@
1
- export * from './NewsCards';