@20minutes/hela 0.1.2 → 0.1.3

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/dts/src/assets/scripts/breadcrumb.d.ts +2 -0
  2. package/dist/dts/src/assets/scripts/collapse.d.ts +1 -0
  3. package/dist/dts/src/assets/scripts/expander.d.ts +1 -0
  4. package/dist/dts/src/assets/scripts/main.d.ts +1 -0
  5. package/dist/dts/src/assets/scripts/scroll.d.ts +1 -0
  6. package/dist/dts/src/assets/scripts/tabs.d.ts +1 -0
  7. package/dist/dts/src/assets/scripts/theming.d.ts +2 -0
  8. package/dist/dts/src/components/atoms/Ad/Ad.d.ts +12 -0
  9. package/dist/dts/src/components/atoms/Ad/Ad.stories.d.ts +12 -0
  10. package/dist/dts/src/components/atoms/Ad/index.d.ts +1 -0
  11. package/dist/dts/src/components/atoms/Alert/Alert.d.ts +7 -0
  12. package/dist/dts/src/components/atoms/Alert/Alert.stories.d.ts +13 -0
  13. package/dist/dts/src/components/atoms/Alert/index.d.ts +1 -0
  14. package/dist/dts/src/components/atoms/Avatar/Avatar.d.ts +7 -0
  15. package/dist/dts/src/components/atoms/Avatar/Avatar.stories.d.ts +13 -0
  16. package/dist/dts/src/components/atoms/Avatar/index.d.ts +1 -0
  17. package/dist/dts/src/components/atoms/Button/Button.d.ts +10 -0
  18. package/dist/dts/src/components/atoms/Button/Button.stories.d.ts +15 -0
  19. package/dist/dts/src/components/atoms/Button/index.d.ts +1 -0
  20. package/dist/dts/src/components/atoms/Divider/Divider.d.ts +3 -0
  21. package/dist/dts/src/components/atoms/Divider/Divider.stories.d.ts +10 -0
  22. package/dist/dts/src/components/atoms/Divider/index.d.ts +1 -0
  23. package/dist/dts/src/components/atoms/DividerSection/DividerSection.d.ts +8 -0
  24. package/dist/dts/src/components/atoms/DividerSection/DividerSection.stories.d.ts +12 -0
  25. package/dist/dts/src/components/atoms/DividerSection/index.d.ts +1 -0
  26. package/dist/dts/src/components/atoms/Icon/Icon.d.ts +11 -0
  27. package/dist/dts/src/components/atoms/Icon/Icon.stories.d.ts +14 -0
  28. package/dist/dts/src/components/atoms/Icon/SvgSprite.d.ts +3 -0
  29. package/dist/dts/src/components/atoms/Icon/index.d.ts +2 -0
  30. package/dist/dts/src/components/atoms/Img/Img.d.ts +9 -0
  31. package/dist/dts/src/components/atoms/Img/Img.stories.d.ts +10 -0
  32. package/dist/dts/src/components/atoms/Img/index.d.ts +1 -0
  33. package/dist/dts/src/components/atoms/Input/Input.d.ts +6 -0
  34. package/dist/dts/src/components/atoms/Input/Input.stories.d.ts +10 -0
  35. package/dist/dts/src/components/atoms/Input/index.d.ts +1 -0
  36. package/dist/dts/src/components/atoms/Label/Label.d.ts +11 -0
  37. package/dist/dts/src/components/atoms/Label/Label.stories.d.ts +13 -0
  38. package/dist/dts/src/components/atoms/Label/index.d.ts +1 -0
  39. package/dist/dts/src/components/atoms/LabelSection/LabelSection.d.ts +5 -0
  40. package/dist/dts/src/components/atoms/LabelSection/LabelSection.stories.d.ts +11 -0
  41. package/dist/dts/src/components/atoms/LabelSection/index.d.ts +1 -0
  42. package/dist/dts/src/components/atoms/Link/Link.d.ts +9 -0
  43. package/dist/dts/src/components/atoms/Link/Link.stories.d.ts +18 -0
  44. package/dist/dts/src/components/atoms/Link/index.d.ts +1 -0
  45. package/dist/dts/src/components/atoms/Meta/Meta.d.ts +9 -0
  46. package/dist/dts/src/components/atoms/Meta/Meta.stories.d.ts +8 -0
  47. package/dist/dts/src/components/atoms/Meta/index.d.ts +1 -0
  48. package/dist/dts/src/components/atoms/Modal/Modal.d.ts +7 -0
  49. package/dist/dts/src/components/atoms/Modal/Modal.stories.d.ts +11 -0
  50. package/dist/dts/src/components/atoms/Modal/index.d.ts +1 -0
  51. package/dist/dts/src/components/atoms/Pipe/Pipe.d.ts +2 -0
  52. package/dist/dts/src/components/atoms/Pipe/Pipe.stories.d.ts +8 -0
  53. package/dist/dts/src/components/atoms/Pipe/index.d.ts +1 -0
  54. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.d.ts +10 -0
  55. package/dist/dts/src/components/atoms/ReadAlso/ReadAlso.stories.d.ts +8 -0
  56. package/dist/dts/src/components/atoms/ReadAlso/index.d.ts +1 -0
  57. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.d.ts +8 -0
  58. package/dist/dts/src/components/atoms/ScrollProgressBar/ScrollProgressBar.stories.d.ts +24 -0
  59. package/dist/dts/src/components/atoms/ScrollProgressBar/index.d.ts +1 -0
  60. package/dist/dts/src/components/atoms/Section/Section.d.ts +6 -0
  61. package/dist/dts/src/components/atoms/Section/Section.stories.d.ts +11 -0
  62. package/dist/dts/src/components/atoms/Section/index.d.ts +1 -0
  63. package/dist/dts/src/components/atoms/Switch/Switch.d.ts +8 -0
  64. package/dist/dts/src/components/atoms/Switch/Switch.stories.d.ts +8 -0
  65. package/dist/dts/src/components/atoms/Switch/index.d.ts +1 -0
  66. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.d.ts +7 -0
  67. package/dist/dts/src/components/atoms/SwitchDarkMode/SwitchDarkMode.stories.d.ts +8 -0
  68. package/dist/dts/src/components/atoms/SwitchDarkMode/index.d.ts +1 -0
  69. package/dist/dts/src/components/atoms/Tab/Tab.d.ts +10 -0
  70. package/dist/dts/src/components/atoms/Tab/Tab.stories.d.ts +16 -0
  71. package/dist/dts/src/components/atoms/Tab/index.d.ts +1 -0
  72. package/dist/dts/src/components/atoms/TabPanel/TabPanel.d.ts +7 -0
  73. package/dist/dts/src/components/atoms/TabPanel/TabPanel.stories.d.ts +8 -0
  74. package/dist/dts/src/components/atoms/TabPanel/index.d.ts +1 -0
  75. package/dist/dts/src/components/atoms/Tag/Tag.d.ts +10 -0
  76. package/dist/dts/src/components/atoms/Tag/Tag.stories.d.ts +15 -0
  77. package/dist/dts/src/components/atoms/Tag/index.d.ts +1 -0
  78. package/dist/dts/src/components/atoms/Typography/Heading.d.ts +8 -0
  79. package/dist/dts/src/components/atoms/Typography/Heading.stories.d.ts +13 -0
  80. package/dist/dts/src/components/atoms/Typography/Text.d.ts +6 -0
  81. package/dist/dts/src/components/atoms/Typography/Text.stories.d.ts +11 -0
  82. package/dist/dts/src/components/atoms/Typography/Typography.d.ts +8 -0
  83. package/dist/dts/src/components/atoms/Typography/index.d.ts +2 -0
  84. package/dist/dts/src/components/atoms/index.d.ts +24 -0
  85. package/dist/dts/src/components/index.d.ts +3 -0
  86. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.d.ts +8 -0
  87. package/dist/dts/src/components/molecules/Article/ArticleContent/ArticleContent.stories.d.ts +8 -0
  88. package/dist/dts/src/components/molecules/Article/ArticleContent/index.d.ts +1 -0
  89. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.d.ts +10 -0
  90. package/dist/dts/src/components/molecules/Article/ArticleHeader/ArticleHeader.stories.d.ts +10 -0
  91. package/dist/dts/src/components/molecules/Article/ArticleHeader/index.d.ts +1 -0
  92. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.d.ts +9 -0
  93. package/dist/dts/src/components/molecules/Article/ArticleImageCover/ArticleImageCover.stories.d.ts +15 -0
  94. package/dist/dts/src/components/molecules/Article/ArticleImageCover/index.d.ts +1 -0
  95. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.d.ts +8 -0
  96. package/dist/dts/src/components/molecules/Article/ArticleSummary/ArticleSummary.stories.d.ts +11 -0
  97. package/dist/dts/src/components/molecules/Article/ArticleSummary/index.d.ts +1 -0
  98. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.d.ts +6 -0
  99. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/ArticleVideoCover.stories.d.ts +8 -0
  100. package/dist/dts/src/components/molecules/Article/ArticleVideoCover/index.d.ts +1 -0
  101. package/dist/dts/src/components/molecules/Article/index.d.ts +5 -0
  102. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.d.ts +19 -0
  103. package/dist/dts/src/components/molecules/Breadcrumb/Breadcrumb.stories.d.ts +16 -0
  104. package/dist/dts/src/components/molecules/Breadcrumb/BreadcrumbRubric.d.ts +8 -0
  105. package/dist/dts/src/components/molecules/Breadcrumb/index.d.ts +1 -0
  106. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.d.ts +10 -0
  107. package/dist/dts/src/components/molecules/Card/CategoryCard/CategoryCard.stories.d.ts +6 -0
  108. package/dist/dts/src/components/molecules/Card/CategoryCard/index.d.ts +1 -0
  109. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.d.ts +11 -0
  110. package/dist/dts/src/components/molecules/Card/GameCard/GameCard.stories.d.ts +9 -0
  111. package/dist/dts/src/components/molecules/Card/GameCard/index.d.ts +1 -0
  112. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.d.ts +11 -0
  113. package/dist/dts/src/components/molecules/Card/HomeLiveCard/HomeLiveCard.stories.d.ts +9 -0
  114. package/dist/dts/src/components/molecules/Card/HomeLiveCard/index.d.ts +1 -0
  115. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.d.ts +15 -0
  116. package/dist/dts/src/components/molecules/Card/LargeCard/LargeCard.stories.d.ts +9 -0
  117. package/dist/dts/src/components/molecules/Card/LargeCard/index.d.ts +1 -0
  118. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.d.ts +13 -0
  119. package/dist/dts/src/components/molecules/Card/LiveCard/LiveCard.stories.d.ts +6 -0
  120. package/dist/dts/src/components/molecules/Card/LiveCard/index.d.ts +1 -0
  121. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.d.ts +10 -0
  122. package/dist/dts/src/components/molecules/Card/MediumCard/MediumCard.stories.d.ts +6 -0
  123. package/dist/dts/src/components/molecules/Card/MediumCard/index.d.ts +1 -0
  124. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.d.ts +8 -0
  125. package/dist/dts/src/components/molecules/Card/MenuCard/MenuCard.stories.d.ts +8 -0
  126. package/dist/dts/src/components/molecules/Card/MenuCard/index.d.ts +1 -0
  127. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.d.ts +16 -0
  128. package/dist/dts/src/components/molecules/Card/MostReadCard/MostReadCard.stories.d.ts +9 -0
  129. package/dist/dts/src/components/molecules/Card/MostReadCard/index.d.ts +1 -0
  130. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.d.ts +10 -0
  131. package/dist/dts/src/components/molecules/Card/NewsCard/NewsCard.stories.d.ts +9 -0
  132. package/dist/dts/src/components/molecules/Card/NewsCard/index.d.ts +1 -0
  133. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.d.ts +10 -0
  134. package/dist/dts/src/components/molecules/Card/OverviewCard/OverviewCard.stories.d.ts +10 -0
  135. package/dist/dts/src/components/molecules/Card/OverviewCard/index.d.ts +1 -0
  136. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.d.ts +13 -0
  137. package/dist/dts/src/components/molecules/Card/PodcastCard/PodcastCard.stories.d.ts +9 -0
  138. package/dist/dts/src/components/molecules/Card/PodcastCard/index.d.ts +1 -0
  139. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.d.ts +12 -0
  140. package/dist/dts/src/components/molecules/Card/RegionalCard/RegionalCard.stories.d.ts +9 -0
  141. package/dist/dts/src/components/molecules/Card/RegionalCard/index.d.ts +1 -0
  142. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.d.ts +15 -0
  143. package/dist/dts/src/components/molecules/Card/RubricCard/RubricCard.stories.d.ts +9 -0
  144. package/dist/dts/src/components/molecules/Card/RubricCard/index.d.ts +1 -0
  145. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.d.ts +8 -0
  146. package/dist/dts/src/components/molecules/Card/SmallCard/SmallCard.stories.d.ts +8 -0
  147. package/dist/dts/src/components/molecules/Card/SmallCard/index.d.ts +1 -0
  148. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.d.ts +10 -0
  149. package/dist/dts/src/components/molecules/Card/SmallGameCard/SmallGameCard.stories.d.ts +9 -0
  150. package/dist/dts/src/components/molecules/Card/SmallGameCard/index.d.ts +1 -0
  151. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.d.ts +10 -0
  152. package/dist/dts/src/components/molecules/Card/SmallLiveCard/SmallLiveCard.stories.d.ts +9 -0
  153. package/dist/dts/src/components/molecules/Card/SmallLiveCard/index.d.ts +1 -0
  154. package/dist/dts/src/components/molecules/Card/index.d.ts +16 -0
  155. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.d.ts +9 -0
  156. package/dist/dts/src/components/molecules/CategoryCards/CategoryCards.stories.d.ts +6 -0
  157. package/dist/dts/src/components/molecules/CategoryCards/index.d.ts +1 -0
  158. package/dist/dts/src/components/molecules/Collapse/Collapse.d.ts +11 -0
  159. package/dist/dts/src/components/molecules/Collapse/Collapse.stories.d.ts +8 -0
  160. package/dist/dts/src/components/molecules/Collapse/index.d.ts +1 -0
  161. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.d.ts +5 -0
  162. package/dist/dts/src/components/molecules/ErrorResponsesContent/ErrorResponsesContent.stories.d.ts +13 -0
  163. package/dist/dts/src/components/molecules/ErrorResponsesContent/index.d.ts +1 -0
  164. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.d.ts +13 -0
  165. package/dist/dts/src/components/molecules/FooterCategories/FooterCategories.stories.d.ts +18 -0
  166. package/dist/dts/src/components/molecules/FooterCategories/index.d.ts +1 -0
  167. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.d.ts +12 -0
  168. package/dist/dts/src/components/molecules/FooterLinks/FooterLinks.stories.d.ts +16 -0
  169. package/dist/dts/src/components/molecules/FooterLinks/index.d.ts +1 -0
  170. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.d.ts +10 -0
  171. package/dist/dts/src/components/molecules/HeaderBanner/HeaderBanner.stories.d.ts +13 -0
  172. package/dist/dts/src/components/molecules/HeaderBanner/index.d.ts +1 -0
  173. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.d.ts +9 -0
  174. package/dist/dts/src/components/molecules/HeaderPage/HeaderPage.stories.d.ts +24 -0
  175. package/dist/dts/src/components/molecules/HeaderPage/index.d.ts +1 -0
  176. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.d.ts +6 -0
  177. package/dist/dts/src/components/molecules/HeaderSideModal/HeaderSideModal.stories.d.ts +8 -0
  178. package/dist/dts/src/components/molecules/HeaderSideModal/index.d.ts +1 -0
  179. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.d.ts +8 -0
  180. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.stories.d.ts +5 -0
  181. package/dist/dts/src/components/molecules/Horoscope/HoroscopeContent/index.d.ts +1 -0
  182. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.d.ts +11 -0
  183. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/HoroscopeHomepageContent.stories.d.ts +5 -0
  184. package/dist/dts/src/components/molecules/Horoscope/HoroscopeHomepageContent/index.d.ts +1 -0
  185. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.d.ts +9 -0
  186. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/HoroscopeTiles.stories.d.ts +8 -0
  187. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTiles/index.d.ts +1 -0
  188. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.d.ts +10 -0
  189. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.stories.d.ts +8 -0
  190. package/dist/dts/src/components/molecules/Horoscope/HoroscopeTopicCard/index.d.ts +1 -0
  191. package/dist/dts/src/components/molecules/Horoscope/index.d.ts +4 -0
  192. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.d.ts +6 -0
  193. package/dist/dts/src/components/molecules/InfoBanner/InfoBanner.stories.d.ts +12 -0
  194. package/dist/dts/src/components/molecules/InfoBanner/index.d.ts +1 -0
  195. package/dist/dts/src/components/molecules/LiveCards/LiveCards.d.ts +8 -0
  196. package/dist/dts/src/components/molecules/LiveCards/LiveCards.stories.d.ts +6 -0
  197. package/dist/dts/src/components/molecules/LiveCards/index.d.ts +1 -0
  198. package/dist/dts/src/components/molecules/Menu/Menu.d.ts +15 -0
  199. package/dist/dts/src/components/molecules/Menu/Menu.stories.d.ts +6 -0
  200. package/dist/dts/src/components/molecules/Menu/index.d.ts +1 -0
  201. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.d.ts +15 -0
  202. package/dist/dts/src/components/molecules/MostReadArticles/MostReadArticles.stories.d.ts +5 -0
  203. package/dist/dts/src/components/molecules/MostReadArticles/index.d.ts +1 -0
  204. package/dist/dts/src/components/molecules/NewsCards/NewsCards.d.ts +9 -0
  205. package/dist/dts/src/components/molecules/NewsCards/NewsCards.stories.d.ts +5 -0
  206. package/dist/dts/src/components/molecules/NewsCards/index.d.ts +1 -0
  207. package/dist/dts/src/components/molecules/Newsletter/Newsletter.d.ts +9 -0
  208. package/dist/dts/src/components/molecules/Newsletter/Newsletter.stories.d.ts +5 -0
  209. package/dist/dts/src/components/molecules/Newsletter/index.d.ts +1 -0
  210. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.d.ts +8 -0
  211. package/dist/dts/src/components/molecules/OverviewBar/OverviewBar.stories.d.ts +6 -0
  212. package/dist/dts/src/components/molecules/OverviewBar/index.d.ts +1 -0
  213. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.d.ts +9 -0
  214. package/dist/dts/src/components/molecules/PartnerCards/PartnerCards.stories.d.ts +5 -0
  215. package/dist/dts/src/components/molecules/PartnerCards/index.d.ts +1 -0
  216. package/dist/dts/src/components/molecules/Signature/Signature.d.ts +10 -0
  217. package/dist/dts/src/components/molecules/Signature/Signature.stories.d.ts +8 -0
  218. package/dist/dts/src/components/molecules/Signature/index.d.ts +1 -0
  219. package/dist/dts/src/components/molecules/SocialBar/SocialBar.d.ts +10 -0
  220. package/dist/dts/src/components/molecules/SocialBar/SocialBar.stories.d.ts +14 -0
  221. package/dist/dts/src/components/molecules/SocialBar/index.d.ts +1 -0
  222. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.d.ts +11 -0
  223. package/dist/dts/src/components/molecules/SocialIcons/SocialIcons.stories.d.ts +16 -0
  224. package/dist/dts/src/components/molecules/SocialIcons/index.d.ts +1 -0
  225. package/dist/dts/src/components/molecules/Tabs/Tabs.d.ts +12 -0
  226. package/dist/dts/src/components/molecules/Tabs/Tabs.stories.d.ts +12 -0
  227. package/dist/dts/src/components/molecules/Tabs/index.d.ts +1 -0
  228. package/dist/dts/src/components/molecules/TagBar/TagBar.d.ts +6 -0
  229. package/dist/dts/src/components/molecules/TagBar/TagBar.stories.d.ts +5 -0
  230. package/dist/dts/src/components/molecules/TagBar/index.d.ts +1 -0
  231. package/dist/dts/src/components/molecules/Tiles/Tiles.d.ts +9 -0
  232. package/dist/dts/src/components/molecules/Tiles/Tiles.stories.d.ts +8 -0
  233. package/dist/dts/src/components/molecules/Tiles/index.d.ts +1 -0
  234. package/dist/dts/src/components/molecules/index.d.ts +25 -0
  235. package/dist/dts/src/components/organisms/Footer/Footer.d.ts +7 -0
  236. package/dist/dts/src/components/organisms/Footer/Footer.stories.d.ts +30 -0
  237. package/dist/dts/src/components/organisms/Footer/FooterDesktop.d.ts +5 -0
  238. package/dist/dts/src/components/organisms/Footer/FooterMobile.d.ts +5 -0
  239. package/dist/dts/src/components/organisms/Footer/Links.d.ts +12 -0
  240. package/dist/dts/src/components/organisms/Footer/index.d.ts +1 -0
  241. package/dist/dts/src/components/organisms/Header/Header.d.ts +7 -0
  242. package/dist/dts/src/components/organisms/Header/Header.stories.d.ts +16 -0
  243. package/dist/dts/src/components/organisms/Header/HeaderDesktop.d.ts +11 -0
  244. package/dist/dts/src/components/organisms/Header/HeaderMobile.d.ts +2 -0
  245. package/dist/dts/src/components/organisms/Header/index.d.ts +1 -0
  246. package/dist/dts/src/components/organisms/index.d.ts +2 -0
  247. package/dist/dts/src/hooks/index.d.ts +1 -0
  248. package/dist/dts/src/hooks/useLayoutEffect.d.ts +2 -0
  249. package/dist/dts/src/index.d.ts +3 -0
  250. package/dist/dts/src/types/Color.d.ts +4 -0
  251. package/dist/dts/src/types/LayoutType.d.ts +4 -0
  252. package/dist/dts/src/types/TabType.d.ts +1 -0
  253. package/dist/dts/src/types/ThemeType.d.ts +1 -0
  254. package/dist/dts/src/types/index.d.ts +4 -0
  255. package/dist/dts/src/utils/Draftjs.d.ts +2 -0
  256. package/dist/dts/src/utils/index.d.ts +1 -0
  257. package/dist/dts/src/utils/string.d.ts +2 -0
  258. package/package.json +3 -3
  259. package/dist/css/style.css +0 -2
  260. package/dist/fonts/Oswald-Bold.woff +0 -0
  261. package/dist/fonts/Oswald-Bold.woff2 +0 -0
  262. package/dist/fonts/SourceSerifPro-Bold.woff +0 -0
  263. package/dist/fonts/SourceSerifPro-Bold.woff2 +0 -0
  264. package/dist/fonts/SourceSerifPro-Italic.woff +0 -0
  265. package/dist/fonts/SourceSerifPro-Italic.woff2 +0 -0
  266. package/dist/fonts/SourceSerifPro-Regular.woff +0 -0
  267. package/dist/fonts/SourceSerifPro-Regular.woff2 +0 -0
  268. package/dist/index.d.ts +0 -627
  269. package/dist/index.es.js +0 -41758
  270. package/dist/index.umd.js +0 -326
  271. package/dist/js/main.min.js +0 -1
@@ -0,0 +1,2 @@
1
+ export declare const onListenBreadcrumbSize: (breadcrumbContainerElement?: null | HTMLDivElement) => void;
2
+ export declare const onListenResize: (breadcrumbContainerElement?: null | HTMLDivElement) => void;
@@ -0,0 +1 @@
1
+ export declare const collapseListener: (collapse?: null | HTMLButtonElement) => void;
@@ -0,0 +1 @@
1
+ export declare const listenerOfExpander: (expandBtn?: null | HTMLButtonElement) => void;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export declare const listenerOfScroll: (scrollProgressBarElement?: null | HTMLDivElement, hasLimit?: boolean) => void;
@@ -0,0 +1 @@
1
+ export declare const listenerOfTabsElement: (tabsContainerElement?: null | HTMLDivElement) => void;
@@ -0,0 +1,2 @@
1
+ export declare const initThemeFromLocalStorage: (switchDarkModeElement?: null | HTMLButtonElement) => void;
2
+ export declare const listenerOfSwitchDarkModeElement: (switchDarkModeElement?: null | HTMLButtonElement) => void;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ export interface AdProps {
3
+ adUnitCompletePath: string;
4
+ classes?: string;
5
+ lazyload?: {
6
+ delayed: boolean;
7
+ distanceVisible?: number;
8
+ };
9
+ variant?: 'ATF' | 'BAN' | 'PAVE' | 'HEADER' | 'ARTICLE';
10
+ adMention?: boolean;
11
+ }
12
+ export declare const Ad: React.FC<AdProps>;
@@ -0,0 +1,12 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Ad").AdProps>;
6
+ args: {
7
+ variant: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const BasicPaveATF: ComponentStory<React.FC<import("./Ad").AdProps>>;
12
+ export declare const WithPlaceholder: ComponentStory<React.FC<import("./Ad").AdProps>>;
@@ -0,0 +1 @@
1
+ export * from './Ad';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface AlertProps {
3
+ variant?: 'success' | 'warning' | 'error';
4
+ title: string;
5
+ description?: string;
6
+ }
7
+ export declare const Alert: React.FC<AlertProps>;
@@ -0,0 +1,13 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Alert").AlertProps>;
6
+ args: {
7
+ description: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Success: ComponentStory<React.FC<import("./Alert").AlertProps>>;
12
+ export declare const Warning: ComponentStory<React.FC<import("./Alert").AlertProps>>;
13
+ export declare const Error: ComponentStory<React.FC<import("./Alert").AlertProps>>;
@@ -0,0 +1 @@
1
+ export * from './Alert';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface AvatarProps {
3
+ img: string;
4
+ imgHD: string;
5
+ alt?: string;
6
+ }
7
+ export declare const Avatar: React.FC<AvatarProps>;
@@ -0,0 +1,13 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Avatar").AvatarProps>;
6
+ args: {
7
+ img: string;
8
+ imgHD: string;
9
+ alt: string;
10
+ };
11
+ };
12
+ export default _default;
13
+ export declare const Overview: ComponentStory<React.FC<import("./Avatar").AvatarProps>>;
@@ -0,0 +1 @@
1
+ export * from './Avatar';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { IconName } from '../Icon';
3
+ export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4
+ variant?: 'primary' | 'secondary' | 'simple' | 'navigation';
5
+ children?: React.ReactNode;
6
+ icon?: IconName;
7
+ iconClassNames?: string;
8
+ iconSize?: number | number[];
9
+ }
10
+ export declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,15 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>;
6
+ args: {
7
+ variant: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Primary: ComponentStory<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
12
+ export declare const Secondary: ComponentStory<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
13
+ export declare const WithIcon: ComponentStory<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
14
+ export declare const Simple: ComponentStory<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
15
+ export declare const Navigation: ComponentStory<React.ForwardRefExoticComponent<import("./Button").ButtonProps & React.RefAttributes<HTMLButtonElement>>>;
@@ -0,0 +1 @@
1
+ export * from './Button';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare type DividerProps = React.HTMLAttributes<HTMLHRElement>;
3
+ export declare const Divider: React.FC<DividerProps>;
@@ -0,0 +1,10 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Divider").DividerProps>;
6
+ args: {};
7
+ };
8
+ export default _default;
9
+ export declare const Overview: ComponentStory<React.FC<import("./Divider").DividerProps>>;
10
+ export declare const WithUtilities: ComponentStory<React.FC<import("./Divider").DividerProps>>;
@@ -0,0 +1 @@
1
+ export * from './Divider';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { ColorSchemeTheme } from '../../../types';
3
+ export interface DividerSectionProps {
4
+ withIcon?: boolean;
5
+ classnames?: string;
6
+ colorScheme?: ColorSchemeTheme;
7
+ }
8
+ export declare const DividerSection: React.FC<DividerSectionProps>;
@@ -0,0 +1,12 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./DividerSection").DividerSectionProps>;
6
+ args: {
7
+ colorScheme: string;
8
+ withIcon: boolean;
9
+ };
10
+ };
11
+ export default _default;
12
+ export declare const Overview: ComponentStory<React.FC<import("./DividerSection").DividerSectionProps>>;
@@ -0,0 +1 @@
1
+ export * from './DividerSection';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export declare type IconName = '20mn-pub' | 'apple' | 'arrow' | 'bookmark' | 'chevron' | 'close' | 'clover' | 'comment' | 'connect' | 'dailymotion' | 'darkmode' | 'diode-leaning' | 'diode' | 'facebook' | 'flipboard' | 'googleplay' | 'health' | 'heart' | 'horoscope' | 'home' | 'instagram' | 'jeux' | 'journal' | 'local' | 'logo' | 'menu' | 'mood' | 'newsletters' | 'not-found' | 'notification' | 'podcast' | 'report' | 'search' | 'server-error' | 'share' | 'snapchat' | 'tiktok' | 'twitter' | 'view' | 'youtube' | 'work';
3
+ export declare type IconHoroscopeName = 'horoscope-belier' | 'horoscope-taureau' | 'horoscope-gemeaux' | 'horoscope-cancer' | 'horoscope-lion' | 'horoscope-vierge' | 'horoscope-balance' | 'horoscope-scorpion' | 'horoscope-sagittaire' | 'horoscope-capricorne' | 'horoscope-verseau' | 'horoscope-poissons' | 'horoscope-buffle' | 'horoscope-cheval' | 'horoscope-chevre' | 'horoscope-chien' | 'horoscope-cochon' | 'horoscope-coq' | 'horoscope-dragon' | 'horoscope-lapin' | 'horoscope-rat' | 'horoscope-serpent' | 'horoscope-singe' | 'horoscope-tigre';
4
+ export interface IconProps extends Omit<React.SVGAttributes<SVGElement>, 'width' | 'height'> {
5
+ className?: string;
6
+ name: IconName | IconHoroscopeName;
7
+ size?: number | number[];
8
+ withBorder?: boolean;
9
+ isRounded?: boolean;
10
+ }
11
+ export declare const Icon: React.FC<IconProps>;
@@ -0,0 +1,14 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Icon").IconProps>;
6
+ args: {
7
+ name: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Overview: ComponentStory<React.FC<import("./Icon").IconProps>>;
12
+ export declare const withBorder: ComponentStory<React.FC<import("./Icon").IconProps>>;
13
+ export declare const withBgColor: ComponentStory<React.FC<import("./Icon").IconProps>>;
14
+ export declare const rounded: ComponentStory<React.FC<import("./Icon").IconProps>>;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgSprite: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgSprite;
@@ -0,0 +1,2 @@
1
+ export * from './Icon';
2
+ export { default as SvgSprite } from './SvgSprite';
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface ImgProps extends React.ImgHTMLAttributes<HTMLImageElement> {
3
+ src: string;
4
+ defaultFormat: string;
5
+ formats?: string[];
6
+ sizes?: string;
7
+ alt?: string;
8
+ }
9
+ export declare const Img: React.FC<ImgProps>;
@@ -0,0 +1,10 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Img").ImgProps>;
6
+ };
7
+ export default _default;
8
+ export declare const Overview: ComponentStory<React.FC<import("./Img").ImgProps>>;
9
+ export declare const ResponsiveImage: ComponentStory<React.FC<import("./Img").ImgProps>>;
10
+ export declare const Placeholder: ComponentStory<React.FC<import("./Img").ImgProps>>;
@@ -0,0 +1 @@
1
+ export * from './Img';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { IconName } from '../Icon';
3
+ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
4
+ icon?: IconName;
5
+ }
6
+ export declare const Input: React.FC<InputProps>;
@@ -0,0 +1,10 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Input").InputProps>;
6
+ };
7
+ export default _default;
8
+ export declare const Primary: ComponentStory<React.FC<import("./Input").InputProps>>;
9
+ export declare const WithIcon: ComponentStory<React.FC<import("./Input").InputProps>>;
10
+ export declare const NewsletterInput: ComponentStory<React.FC<import("./Input").InputProps>>;
@@ -0,0 +1 @@
1
+ export * from './Input';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Color } from '../../../types';
3
+ export interface LabelProps {
4
+ children: React.ReactNode;
5
+ variant?: 'subtle' | 'solid';
6
+ withLeftDivider?: boolean;
7
+ withRightDivider?: boolean;
8
+ colorScheme?: Color;
9
+ isUppercase?: boolean;
10
+ }
11
+ export declare const Label: React.FC<LabelProps>;
@@ -0,0 +1,13 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Label").LabelProps>;
6
+ args: {
7
+ children: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Overview: ComponentStory<React.FC<import("./Label").LabelProps>>;
12
+ export declare const SolidWithRightDivider: ComponentStory<React.FC<import("./Label").LabelProps>>;
13
+ export declare const withLeftDivider: ComponentStory<React.FC<import("./Label").LabelProps>>;
@@ -0,0 +1 @@
1
+ export * from './Label';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ export interface LabelSectionProps {
3
+ children: React.ReactNode;
4
+ }
5
+ export declare const LabelSection: React.FC<LabelSectionProps>;
@@ -0,0 +1,11 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./LabelSection").LabelSectionProps>;
6
+ args: {
7
+ children: JSX.Element;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Overview: ComponentStory<React.FC<import("./LabelSection").LabelSectionProps>>;
@@ -0,0 +1 @@
1
+ export * from './LabelSection';
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ export interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> {
3
+ children: React.ReactNode;
4
+ variant?: 'default' | 'primary-button' | 'secondary-button';
5
+ isTargetBlank?: boolean;
6
+ isNofollow?: boolean;
7
+ isSponsored?: boolean;
8
+ }
9
+ export declare const Link: React.FC<LinkProps>;
@@ -0,0 +1,18 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Link").LinkProps>;
6
+ args: {
7
+ children: string;
8
+ href: string;
9
+ variant: string;
10
+ isTargetBlank: boolean;
11
+ isNofollow: boolean;
12
+ isSponsored: boolean;
13
+ };
14
+ };
15
+ export default _default;
16
+ export declare const Default: ComponentStory<React.FC<import("./Link").LinkProps>>;
17
+ export declare const PrimaryButtonLink: ComponentStory<React.FC<import("./Link").LinkProps>>;
18
+ export declare const SecondaryButtonLink: ComponentStory<React.FC<import("./Link").LinkProps>>;
@@ -0,0 +1 @@
1
+ export * from './Link';
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ declare type MetaTagProps = 'name' | 'property' | 'content';
3
+ export interface MetaProps {
4
+ metaPropsList: {
5
+ [key in MetaTagProps]?: string;
6
+ }[];
7
+ }
8
+ export declare const Meta: React.FC<MetaProps>;
9
+ export {};
@@ -0,0 +1,8 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Meta").MetaProps>;
6
+ };
7
+ export default _default;
8
+ export declare const DefaultMeta: ComponentStory<React.FC<import("./Meta").MetaProps>>;
@@ -0,0 +1 @@
1
+ export * from './Meta';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface ModalProps {
3
+ children: React.ReactNode;
4
+ variant?: 'center' | 'left' | 'right';
5
+ contentClassName?: string;
6
+ }
7
+ export declare const Modal: React.FC<ModalProps>;
@@ -0,0 +1,11 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Modal").ModalProps>;
6
+ args: {
7
+ children: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Default: ComponentStory<React.FC<import("./Modal").ModalProps>>;
@@ -0,0 +1 @@
1
+ export * from './Modal';
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare function Pipe(): JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import { Pipe } from './Pipe';
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof Pipe;
6
+ };
7
+ export default _default;
8
+ export declare const Overview: ComponentStory<typeof Pipe>;
@@ -0,0 +1 @@
1
+ export * from './Pipe';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ export interface ReadAlsoProps {
3
+ title: string;
4
+ link: string;
5
+ label: string;
6
+ isNofollow: boolean;
7
+ isSponsored: boolean;
8
+ isTargetBlank: boolean;
9
+ }
10
+ export declare const ReadAlso: React.FC<ReadAlsoProps>;
@@ -0,0 +1,8 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./ReadAlso").ReadAlsoProps>;
6
+ };
7
+ export default _default;
8
+ export declare const Overview: ComponentStory<React.FC<import("./ReadAlso").ReadAlsoProps>>;
@@ -0,0 +1 @@
1
+ export * from './ReadAlso';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { ColorSchemeTheme } from '../../../types';
3
+ export interface ScrollProgressBarProps extends React.HTMLAttributes<HTMLDivElement> {
4
+ colorScheme?: ColorSchemeTheme;
5
+ hasLimit?: boolean;
6
+ variant?: 'article-mobile';
7
+ }
8
+ export declare const ScrollProgressBar: React.FC<ScrollProgressBarProps>;
@@ -0,0 +1,24 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./ScrollProgressBar").ScrollProgressBarProps>;
6
+ args: {
7
+ colorScheme: string;
8
+ hasLimit: boolean;
9
+ };
10
+ parameters: {
11
+ viewport: {
12
+ defaultViewport: string;
13
+ };
14
+ };
15
+ argTypes: {
16
+ variant: {
17
+ control: boolean;
18
+ };
19
+ };
20
+ };
21
+ export default _default;
22
+ export declare const ProgressEndsAtTags: ComponentStory<React.FC<import("./ScrollProgressBar").ScrollProgressBarProps>>;
23
+ export declare const ProgressEndsAtArticleBottom: ComponentStory<React.FC<import("./ScrollProgressBar").ScrollProgressBarProps>>;
24
+ export declare const ProgressFullWindow: ComponentStory<React.FC<import("./ScrollProgressBar").ScrollProgressBarProps>>;
@@ -0,0 +1 @@
1
+ export * from './ScrollProgressBar';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export interface SectionProps {
3
+ inner?: boolean;
4
+ children: React.ReactNode;
5
+ }
6
+ export declare const Section: React.FC<SectionProps>;
@@ -0,0 +1,11 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Section").SectionProps>;
6
+ args: {
7
+ children: string;
8
+ };
9
+ };
10
+ export default _default;
11
+ export declare const Overview: ComponentStory<React.FC<import("./Section").SectionProps>>;
@@ -0,0 +1 @@
1
+ export * from './Section';
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export interface SwitchProps {
3
+ id?: string;
4
+ className?: string;
5
+ label?: string;
6
+ isChecked?: boolean;
7
+ }
8
+ export declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,8 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.ForwardRefExoticComponent<import("./Switch").SwitchProps & React.RefAttributes<HTMLButtonElement>>;
6
+ };
7
+ export default _default;
8
+ export declare const Primary: ComponentStory<React.ForwardRefExoticComponent<import("./Switch").SwitchProps & React.RefAttributes<HTMLButtonElement>>>;
@@ -0,0 +1 @@
1
+ export * from './Switch';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export interface SwitchDarkModeProps {
3
+ id?: string;
4
+ label?: string;
5
+ isChecked?: boolean;
6
+ }
7
+ export declare const SwitchDarkMode: ({ id, label, isChecked }: SwitchDarkModeProps) => JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: ({ id, label, isChecked }: import("./SwitchDarkMode").SwitchDarkModeProps) => JSX.Element;
6
+ };
7
+ export default _default;
8
+ export declare const Primary: ComponentStory<({ id, label, isChecked }: import("./SwitchDarkMode").SwitchDarkModeProps) => JSX.Element>;
@@ -0,0 +1 @@
1
+ export * from './SwitchDarkMode';
@@ -0,0 +1,10 @@
1
+ import React, { ButtonHTMLAttributes } from 'react';
2
+ import { ColorSchemeTheme, TabType } from '../../../types';
3
+ export interface TabProps extends ButtonHTMLAttributes<HTMLButtonElement> {
4
+ variant?: TabType;
5
+ name: string;
6
+ colorScheme?: ColorSchemeTheme;
7
+ isSelected?: boolean;
8
+ index?: 0 | -1;
9
+ }
10
+ export declare const Tab: React.FC<TabProps>;
@@ -0,0 +1,16 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./Tab").TabProps>;
6
+ args: {
7
+ variant: string;
8
+ isSelected: boolean;
9
+ index: number;
10
+ };
11
+ };
12
+ export default _default;
13
+ export declare const Default: ComponentStory<React.FC<import("./Tab").TabProps>>;
14
+ export declare const DefaultIsSelected: ComponentStory<React.FC<import("./Tab").TabProps>>;
15
+ export declare const Secondary: ComponentStory<React.FC<import("./Tab").TabProps>>;
16
+ export declare const SecondaryIsSelected: ComponentStory<React.FC<import("./Tab").TabProps>>;
@@ -0,0 +1 @@
1
+ export * from './Tab';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ export interface TabPanelProps {
3
+ name: string;
4
+ children: React.ReactNode;
5
+ isHidden?: boolean;
6
+ }
7
+ export declare const TabPanel: React.FC<TabPanelProps>;
@@ -0,0 +1,8 @@
1
+ import { ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: React.FC<import("./TabPanel").TabPanelProps>;
6
+ };
7
+ export default _default;
8
+ export declare const Overview: ComponentStory<React.FC<import("./TabPanel").TabPanelProps>>;
@@ -0,0 +1 @@
1
+ export * from './TabPanel';