Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroerta committed May 26, 2022
1 parent 75ec47c commit 15fbfc3
Show file tree
Hide file tree
Showing 3 changed files with 1,157 additions and 675 deletions.
2 changes: 1 addition & 1 deletion docs/docs/Packages/core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In this particular case, it's important to know that you cannot define media que

### handling the theme: set, use and get.

The `theme` handler is a singleton that will share across all your application/website the theme, so you can use it to refer colors, spacing, shadow (and [more..](./ThemeSpecification/overview.mdx), and most importantly the styles of your **components**.
The `theme` handler is a singleton that will share across all your application/website the theme, so you can use it to refer colors, spacing, shadow (and [more..](../ThemeSpecification/overview.mdx), and most importantly the styles of your **components**.

This singleton is exported by `@morfeo` but, 99% of the time, you don't need to use it directly, `morfeo` exposes a set of methods that cover most
of the common scenarios like `setting` one or more themes, `getting` the current theme, `using` a theme instead of another one.
Expand Down
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"@docusaurus/theme-live-codeblock": "^2.0.0-beta.18",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.18",
"@docusaurus/core": "2.0.0-beta.20",
"@docusaurus/preset-classic": "2.0.0-beta.20",
"@docusaurus/theme-live-codeblock": "2.0.0-beta.20",
"@docusaurus/theme-search-algolia": "2.0.0-beta.20",
"@mdx-js/react": "^1.6.21",
"@morfeo/dev-tools": "^0.5.0",
"@morfeo/preset-default": "^0.5.0",
"@morfeo/react": "^0.5.0",
"@morfeo/dev-tools": "^0.5.1",
"@morfeo/preset-default": "^0.5.1",
"@morfeo/react": "^0.5.1",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"file-loader": "^6.2.0",
"js-cookie": "^3.0.1",
"url-loader": "^4.1.1"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 15fbfc3

Please sign in to comment.