Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Card UI #183

Merged
merged 16 commits into from
Sep 8, 2023
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ const config = {

// CONFIG: theme = currently using `classic`
// See: https://docusaurus.io/docs/api/themes/@docusaurus/theme-classic
theme: {
customCss: require.resolve("./src/css/custom.css"),
},
// theme: {
// customCss: require.resolve('./src/css/custom.css'),
// },
}),
],
],
Expand Down
7,822 changes: 5,146 additions & 2,676 deletions website/package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"devDependencies": {
"@docusaurus/core": "2.1.0",
"@docusaurus/module-type-aliases": "2.1.0",
"@docusaurus/plugin-ideal-image": "^2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/module-type-aliases": "^2.4.1",
"@docusaurus/plugin-ideal-image": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@fluentui/react-components": "^9.27.3",
"@fluentui/react-tags-preview": "^0.1.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
Expand Down
Loading