gatsby-matrix-theme 3.2.27 → 4.0.2
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.
- package/CHANGELOG.md +68 -0
- package/gatsby-config.js +1 -6
- package/package.json +2 -2
- package/src/components/atoms/cards/base-card/index.js +1 -1
- package/src/components/atoms/cards/operator-card/index.js +19 -23
- package/src/components/atoms/cards/operator-card/operator-card.module.scss +23 -49
- package/src/components/atoms/cards/payment-method-card/index.js +1 -0
- package/src/components/atoms/cards/software-provider-card/index.js +1 -0
- package/src/components/atoms/footer/bottom/index.js +1 -10
- package/src/components/atoms/footer/top/index.js +1 -10
- package/src/components/atoms/table/column/index.js +5 -2
- package/src/components/pages/contact-us/index.js +1 -1
- package/src/{components/molecules → gatsby-core-theme/components/atoms}/info-grid/index.js +0 -0
- package/src/{components/molecules → gatsby-core-theme/components/atoms}/info-grid/info-grid.module.scss +0 -0
- package/src/{components/molecules → gatsby-core-theme/components/atoms}/info-grid/info-grid.stories.js +1 -0
- package/src/gatsby-core-theme/components/atoms/spotlights/index.js +14 -0
- package/src/gatsby-core-theme/components/atoms/spotlights/spotlights-site.module.scss +1 -0
- package/src/gatsby-core-theme/components/atoms/spotlights/spotlights-theme.module.scss +101 -0
- package/src/gatsby-core-theme/components/molecules/content/content.module.scss +16 -0
- package/src/gatsby-core-theme/components/molecules/content/index.js +7 -7
- package/src/gatsby-core-theme/components/molecules/footer/footer.module.scss +11 -2
- package/src/gatsby-core-theme/components/molecules/footer/index.js +9 -10
- package/src/{components → gatsby-core-theme/components}/molecules/header/header.test.js +0 -0
- package/src/{components → gatsby-core-theme/components}/molecules/header/index.js +12 -4
- package/src/gatsby-core-theme/components/molecules/module/index.js +4 -3
- package/src/gatsby-core-theme/components/molecules/module/module.module.scss +3 -0
- package/src/gatsby-core-theme/components/molecules/search/index.js +3 -2
- package/src/gatsby-core-theme/components/molecules/search/search.module.scss +39 -0
- package/src/gatsby-core-theme/components/organisms/anchor/index.js +13 -16
- package/src/{components → gatsby-core-theme/components}/organisms/toplist/index.js +1 -1
- package/src/{components → gatsby-core-theme/components}/organisms/toplist/list/index.js +0 -0
- package/src/{components → gatsby-core-theme/components}/organisms/toplist/list/list.module.scss +0 -0
- package/src/gatsby-core-theme/components/pages/body/index.js +7 -4
- package/src/gatsby-core-theme/styles/utils/variables/_main.scss +18 -0
- package/storybook/public/{0.e515c4bf.iframe.bundle.js → 0.d24a0c90.iframe.bundle.js} +1 -1
- package/storybook/public/{10.ff8f20a0.iframe.bundle.js → 10.2522d665.iframe.bundle.js} +1 -1
- package/storybook/public/{15.baadf857.iframe.bundle.js → 11.188b4e9c.iframe.bundle.js} +1 -1
- package/storybook/public/{16.9d6c22db.iframe.bundle.js → 12.dc60f46f.iframe.bundle.js} +1 -1
- package/storybook/public/{5.6967d34e.iframe.bundle.js → 5.d5718771.iframe.bundle.js} +3 -3
- package/storybook/public/{5.6967d34e.iframe.bundle.js.LICENSE.txt → 5.d5718771.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook/public/5.d5718771.iframe.bundle.js.map +1 -0
- package/storybook/public/{6.892dc208.iframe.bundle.js → 6.064e5aae.iframe.bundle.js} +1 -1
- package/storybook/public/{7.061faab7.iframe.bundle.js → 7.dbd57ff4.iframe.bundle.js} +1 -1
- package/storybook/public/{8.fd6b3f00.iframe.bundle.js → 8.deb9a974.iframe.bundle.js} +1 -1
- package/storybook/public/{9.f220a5b6.iframe.bundle.js → 9.1c63a217.iframe.bundle.js} +3 -3
- package/storybook/public/{9.f220a5b6.iframe.bundle.js.LICENSE.txt → 9.1c63a217.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook/public/9.1c63a217.iframe.bundle.js.map +1 -0
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/main.edf8e107.iframe.bundle.js +1 -0
- package/storybook/public/runtime~main.c941bf72.iframe.bundle.js +1 -0
- package/storybook/public/vendors~main.2ee68090.iframe.bundle.js +7 -0
- package/storybook/public/{vendors~main.0a927976.iframe.bundle.js.LICENSE.txt → vendors~main.2ee68090.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook/public/vendors~main.2ee68090.iframe.bundle.js.map +1 -0
- package/src/components/atoms/toplist/heading/heading.module.scss +0 -14
- package/src/components/atoms/toplist/heading/index.js +0 -12
- package/src/gatsby-core-theme/components/atoms/archive/items/index.js +0 -17
- package/src/gatsby-core-theme/components/atoms/menu/items/item/item.module.scss +0 -55
- package/src/gatsby-core-theme/components/atoms/spotlights/spotlights.module.scss +0 -99
- package/src/gatsby-core-theme/components/organisms/navigation/index.js +0 -134
- package/storybook/public/11.a965ed36.iframe.bundle.js +0 -1
- package/storybook/public/12.f31f86bb.iframe.bundle.js +0 -1
- package/storybook/public/13.c72a573a.iframe.bundle.js +0 -1
- package/storybook/public/14.454a253c.iframe.bundle.js +0 -1
- package/storybook/public/5.6967d34e.iframe.bundle.js.map +0 -1
- package/storybook/public/9.f220a5b6.iframe.bundle.js.map +0 -1
- package/storybook/public/main.08905184.iframe.bundle.js +0 -1
- package/storybook/public/runtime~main.3d3135a4.iframe.bundle.js +0 -1
- package/storybook/public/vendors~main.0a927976.iframe.bundle.js +0 -7
- package/storybook/public/vendors~main.0a927976.iframe.bundle.js.map +0 -1
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.