@20minutes/hela 0.1.131 → 0.1.133

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 (93) hide show
  1. package/dist/index.es.js +2204 -2121
  2. package/dist/index.umd.js +2 -2
  3. package/dist/js/scripts.es.js +12 -12
  4. package/dist/js/scripts.umd.js +1 -1
  5. package/dist/scss/abstracts/variables/_token-variables.scss +1 -1
  6. package/dist/scss/abstracts/variables/_variables.scss +1 -1
  7. package/dist/src/components/atoms/BlockDiode/BlockDiode.d.ts +9 -0
  8. package/dist/src/components/atoms/BlockDiode/BlockDiode.stories.d.ts +57 -0
  9. package/dist/src/components/atoms/BlockDiode/index.d.ts +1 -0
  10. package/dist/src/components/atoms/DiodeRubricIcon/DiodeRubricIcon.d.ts +1 -1
  11. package/dist/src/components/atoms/DividerSection/DividerSection.d.ts +2 -2
  12. package/dist/src/components/atoms/DividerSection/DividerSection.stories.d.ts +4 -2
  13. package/dist/src/components/atoms/DividerVertical/DividerVertical.d.ts +6 -0
  14. package/dist/src/components/atoms/DividerVertical/DividerVertical.stories.d.ts +49 -0
  15. package/dist/src/components/atoms/DividerVertical/index.d.ts +1 -0
  16. package/dist/src/components/atoms/Icon/Icon.stories.d.ts +1 -1
  17. package/dist/src/components/atoms/Input/Input.d.ts +1 -1
  18. package/dist/src/components/atoms/Input/Input.stories.d.ts +1 -1
  19. package/dist/src/components/atoms/Layout/Flex/Flex.d.ts +1 -1
  20. package/dist/src/components/atoms/Layout/Flex/FlexItem/FlexItem.d.ts +1 -1
  21. package/dist/src/components/atoms/Layout/Grid/Grid.d.ts +1 -1
  22. package/dist/src/components/atoms/Link/Link.d.ts +1 -1
  23. package/dist/src/components/atoms/Section/Section.d.ts +1 -1
  24. package/dist/src/components/atoms/Select/Select.d.ts +1 -1
  25. package/dist/src/components/atoms/Skeleton/Skeleton.d.ts +1 -1
  26. package/dist/src/components/atoms/Slider/Slider.d.ts +2 -3
  27. package/dist/src/components/atoms/Switch/Switch.d.ts +1 -1
  28. package/dist/src/components/atoms/SwitchDarkMode/SwitchDarkMode.d.ts +1 -2
  29. package/dist/src/components/atoms/Textarea/Textarea.d.ts +1 -1
  30. package/dist/src/components/atoms/Textarea/Textarea.stories.d.ts +1 -1
  31. package/dist/src/components/atoms/Typography/Typography.d.ts +1 -1
  32. package/dist/src/components/atoms/index.d.ts +2 -0
  33. package/dist/src/components/molecules/Article/ArticleBrandBanner/ArticleBrandBanner.d.ts +1 -1
  34. package/dist/src/components/molecules/Article/ArticleHeader/ArticleHeader.d.ts +1 -2
  35. package/dist/src/components/molecules/Article/Media/Media.d.ts +1 -1
  36. package/dist/src/components/molecules/Breadcrumb/Breadcrumb.d.ts +2 -3
  37. package/dist/src/components/molecules/Card/CardFooter/CardFooter.d.ts +1 -1
  38. package/dist/src/components/molecules/Card/CardImage/CardImage.d.ts +1 -1
  39. package/dist/src/components/molecules/Card/CardTitle/CardTitle.d.ts +2 -2
  40. package/dist/src/components/molecules/Card/Templates/CardExtraLarge/CardExtraLarge.d.ts +2 -3
  41. package/dist/src/components/molecules/Card/Templates/CardExtraSmall/CardExtraSmall.d.ts +2 -3
  42. package/dist/src/components/molecules/Card/Templates/CardLarge/CardLarge.d.ts +2 -3
  43. package/dist/src/components/molecules/Card/Templates/CardMedium/CardMedium.d.ts +1 -1
  44. package/dist/src/components/molecules/Card/Templates/CardMostRead/CardMostRead.d.ts +1 -2
  45. package/dist/src/components/molecules/Card/Templates/CardOverview/CardOverview.d.ts +1 -1
  46. package/dist/src/components/molecules/Card/Templates/CardSmall/CardSmall.d.ts +1 -2
  47. package/dist/src/components/molecules/Citation/Citation.d.ts +1 -1
  48. package/dist/src/components/molecules/Comment/Comment.d.ts +1 -1
  49. package/dist/src/components/molecules/Comment/Comment.stories.d.ts +10 -0
  50. package/dist/src/components/molecules/ContactDetailsBlock/ContactDetailsBlock.d.ts +1 -1
  51. package/dist/src/components/molecules/ContactForm/ContactForm.d.ts +1 -1
  52. package/dist/src/components/molecules/ErrorContent/ErrorContent.d.ts +1 -1
  53. package/dist/src/components/molecules/Header/HeaderBanner/HeaderBanner.d.ts +1 -1
  54. package/dist/src/components/molecules/Header/HeaderMini/HeaderMini.d.ts +1 -1
  55. package/dist/src/components/molecules/Header/HeaderPage/HeaderPage.d.ts +2 -2
  56. package/dist/src/components/molecules/Header/HeaderSideModal/HeaderSideModal.d.ts +1 -1
  57. package/dist/src/components/molecules/Horoscope/HoroscopeContent/HoroscopeContent.d.ts +1 -1
  58. package/dist/src/components/molecules/Horoscope/HoroscopeTopicCard/HoroscopeTopicCard.d.ts +1 -1
  59. package/dist/src/components/molecules/Live/LiveIndicator/LiveIndicator.d.ts +1 -1
  60. package/dist/src/components/molecules/Live/LiveQuestionForm/LiveQuestionForm.d.ts +1 -1
  61. package/dist/src/components/molecules/Live/LiveQuestionSubmitted/LiveQuestionSubmitted.d.ts +1 -1
  62. package/dist/src/components/molecules/Live/LiveTalk/LiveTalk.d.ts +1 -1
  63. package/dist/src/components/molecules/Live/LiveTitle/LiveTitle.d.ts +1 -1
  64. package/dist/src/components/molecules/Menu/Menu.d.ts +3 -5
  65. package/dist/src/components/molecules/MostReadArticles/MostReadArticles.d.ts +2 -2
  66. package/dist/src/components/molecules/Newsletter/Newsletter.d.ts +1 -2
  67. package/dist/src/components/molecules/OverviewBar/OverviewBar.d.ts +2 -3
  68. package/dist/src/components/molecules/Pagination/Pagination.d.ts +7 -0
  69. package/dist/src/components/molecules/Pagination/Pagination.stories.d.ts +40 -0
  70. package/dist/src/components/molecules/Pagination/index.d.ts +1 -0
  71. package/dist/src/components/molecules/PartnerCards/PartnerCards.d.ts +1 -1
  72. package/dist/src/components/molecules/ReadAlsoBanner/ReadAlsoBanner.d.ts +2 -2
  73. package/dist/src/components/molecules/ReadAlsoBanner/ReadAlsoBanner.stories.d.ts +0 -7
  74. package/dist/src/components/molecules/RubricCards/RubricCards.d.ts +1 -1
  75. package/dist/src/components/molecules/Signature/Signature.d.ts +2 -3
  76. package/dist/src/components/molecules/SmartBanner/SmartBanner.d.ts +1 -1
  77. package/dist/src/components/molecules/SocialBar/SocialItem/SocialBarItem.d.ts +1 -1
  78. package/dist/src/components/molecules/Sponsor/Sponsor.d.ts +1 -1
  79. package/dist/src/components/molecules/SubMenu/SubMenu.d.ts +2 -2
  80. package/dist/src/components/molecules/SubMenu/SubMenu.stories.d.ts +1 -1
  81. package/dist/src/components/molecules/Tabs/Tabs.d.ts +1 -1
  82. package/dist/src/components/molecules/TagBar/TagBar.d.ts +2 -1
  83. package/dist/src/components/molecules/TagBar/TagBar.stories.d.ts +1 -0
  84. package/dist/src/components/molecules/Tiles/Tiles.d.ts +1 -1
  85. package/dist/src/components/molecules/index.d.ts +1 -0
  86. package/dist/src/components/organisms/Footer/FooterDesktop.d.ts +1 -1
  87. package/dist/src/components/organisms/Footer/FooterMobile.d.ts +1 -1
  88. package/dist/src/components/organisms/Header/Header.d.ts +1 -1
  89. package/dist/src/components/organisms/Header/HeaderDesktop.d.ts +1 -1
  90. package/dist/src/constants/tokenVariables.d.ts +3 -0
  91. package/dist/src/types/CardType.d.ts +1 -1
  92. package/dist/style.css +1 -1
  93. package/package.json +31 -31

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.