gatsby-matrix-theme 2.0.2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/CHANGELOG.md +126 -0
  2. package/gatsby-config.js +36 -0
  3. package/package.json +2 -2
  4. package/src/components/atoms/cards/popup-card/index.js +59 -0
  5. package/src/components/atoms/cards/popup-card/popup-card.module.scss +88 -0
  6. package/src/components/atoms/cards/popup-card/popup-card.stories.js +61 -0
  7. package/src/components/molecules/faq/faq.module.scss +14 -10
  8. package/src/components/molecules/header/variants/article/index.js +3 -3
  9. package/src/components/molecules/header/variants/operator/index.js +3 -3
  10. package/src/components/molecules/info-grid/index.js +10 -10
  11. package/src/components/molecules/toplist/row/variant-one.js +1 -1
  12. package/src/components/molecules/toplist/row/variant-one.test.js +2 -6
  13. package/src/components/organisms/footer-navigation/footer-navigation.module.scss +7 -3
  14. package/src/components/organisms/footer-navigation/index.js +1 -1
  15. package/src/components/organisms/popup/index.js +117 -0
  16. package/src/components/organisms/popup/popup.module.scss +96 -0
  17. package/src/components/organisms/popup/popup.stories.js +61 -0
  18. package/src/components/organisms/popup/popup.test.js +33 -0
  19. package/src/components/organisms/toplist/{comparisonTable/comparisonTable.module.scss → comparison-table/comparison-table.module.scss} +0 -0
  20. package/src/components/organisms/toplist/{comparisonTable → comparison-table}/index.js +3 -3
  21. package/src/components/organisms/toplist/index.js +29 -34
  22. package/src/components/organisms/toplist/list/index.js +1 -5
  23. package/src/gatsby-core-theme/components/atoms/archive/items/index.js +2 -1
  24. package/src/{components → gatsby-core-theme/components}/atoms/bonus/bonus.test.js +0 -0
  25. package/src/{components → gatsby-core-theme/components}/atoms/bonus/index.js +0 -0
  26. package/src/gatsby-core-theme/components/atoms/module-title/index.js +119 -3
  27. package/src/{components → gatsby-core-theme/components}/atoms/spotlights/index.js +0 -0
  28. package/src/{components → gatsby-core-theme/components}/atoms/spotlights/spotlights.module.scss +0 -0
  29. package/src/gatsby-core-theme/components/molecules/content/index.js +22 -11
  30. package/src/gatsby-core-theme/components/molecules/footer/index.js +0 -1
  31. package/src/gatsby-core-theme/components/molecules/main/index.js +49 -5
  32. package/src/gatsby-core-theme/components/molecules/module/index.js +6 -7
  33. package/src/gatsby-core-theme/components/molecules/search/index.js +2 -1
  34. package/src/{components → gatsby-core-theme/components}/organisms/anchor/anchor.module.scss +0 -0
  35. package/src/{components → gatsby-core-theme/components}/organisms/anchor/index.js +0 -1
  36. package/src/{components → gatsby-core-theme/components}/organisms/cards/cards.stories.js +6 -6
  37. package/src/{components → gatsby-core-theme/components}/organisms/cards/index.js +16 -8
  38. package/src/gatsby-core-theme/components/organisms/carousel/index.js +2 -1
  39. package/src/gatsby-core-theme/components/pages/body/index.js +16 -6
  40. package/src/helpers/popup.js +26 -0
  41. package/src/helpers/sitemap.js +24 -0
  42. package/storybook/public/0.50c23d5b.iframe.bundle.js +1 -0
  43. package/storybook/public/{1.5aafa1c6.iframe.bundle.js → 1.eef04bc1.iframe.bundle.js} +1 -1
  44. package/storybook/public/10.454cae2f.iframe.bundle.js +1 -0
  45. package/storybook/public/{10.ff4158b6.iframe.bundle.js → 11.6ec11208.iframe.bundle.js} +1 -1
  46. package/storybook/public/5.5635a723.iframe.bundle.js +3 -0
  47. package/storybook/public/{5.4b77de4e.iframe.bundle.js.LICENSE.txt → 5.5635a723.iframe.bundle.js.LICENSE.txt} +0 -0
  48. package/storybook/public/5.5635a723.iframe.bundle.js.map +1 -0
  49. package/storybook/public/6.a0f625e4.iframe.bundle.js +1 -0
  50. package/storybook/public/7.4b9a5033.iframe.bundle.js +1 -0
  51. package/storybook/public/8.4148b63e.iframe.bundle.js +3 -0
  52. package/storybook/public/{7.065bf31c.iframe.bundle.js.LICENSE.txt → 8.4148b63e.iframe.bundle.js.LICENSE.txt} +0 -0
  53. package/storybook/public/8.4148b63e.iframe.bundle.js.map +1 -0
  54. package/storybook/public/{8.02dc3716.iframe.bundle.js → 9.08fee7fe.iframe.bundle.js} +1 -1
  55. package/storybook/public/iframe.html +1 -1
  56. package/storybook/public/main.38a6239c.iframe.bundle.js +1 -0
  57. package/storybook/public/runtime~main.d64660ee.iframe.bundle.js +1 -0
  58. package/storybook/public/vendors~main.aac219e4.iframe.bundle.js +7 -0
  59. package/storybook/public/{vendors~main.cec0edea.iframe.bundle.js.LICENSE.txt → vendors~main.aac219e4.iframe.bundle.js.LICENSE.txt} +0 -0
  60. package/storybook/public/vendors~main.aac219e4.iframe.bundle.js.map +1 -0
  61. package/src/components/atoms/author-box/author-box.module.scss +0 -92
  62. package/src/components/atoms/author-box/author-box.stories.js +0 -72
  63. package/src/components/atoms/author-box/author-box.test.js +0 -36
  64. package/src/components/atoms/author-box/index.js +0 -94
  65. package/src/components/atoms/module-title/index.js +0 -125
  66. package/src/components/atoms/module-title/module-title.module.scss +0 -52
  67. package/src/components/molecules/content/content.module.scss +0 -201
  68. package/src/components/molecules/content/content.stories.js +0 -79
  69. package/src/components/molecules/content/index.js +0 -81
  70. package/src/components/molecules/main/index.js +0 -51
  71. package/src/components/organisms/carousel/carousel.module.scss +0 -3
  72. package/src/components/organisms/carousel/index.js +0 -76
  73. package/src/gatsby-core-theme/components/molecules/header/index.js +0 -54
  74. package/src/gatsby-core-theme/components/organisms/toplist/index.js +0 -16
  75. package/src/gatsby-core-theme/components/organisms/toplist/toplist.stories.js +0 -105
  76. package/storybook/public/0.fcd9bade.iframe.bundle.js +0 -1
  77. package/storybook/public/5.4b77de4e.iframe.bundle.js +0 -3
  78. package/storybook/public/5.4b77de4e.iframe.bundle.js.map +0 -1
  79. package/storybook/public/6.df73e654.iframe.bundle.js +0 -1
  80. package/storybook/public/7.065bf31c.iframe.bundle.js +0 -3
  81. package/storybook/public/7.065bf31c.iframe.bundle.js.map +0 -1
  82. package/storybook/public/9.5532a106.iframe.bundle.js +0 -1
  83. package/storybook/public/main.3fea8a61.iframe.bundle.js +0 -1
  84. package/storybook/public/runtime~main.46d88268.iframe.bundle.js +0 -1
  85. package/storybook/public/vendors~main.cec0edea.iframe.bundle.js +0 -7
  86. package/storybook/public/vendors~main.cec0edea.iframe.bundle.js.map +0 -1
  87. package/tests/factories/modules/matrix/author-box.factory.js +0 -19

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.