Skip to content

Commit

Permalink
feat: add digdir design system
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed Oct 3, 2023
1 parent 22688e7 commit 89eb88e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 7 deletions.
99 changes: 92 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@digdir/design-system-react": "^0.27.0",
"@digdir/design-system-tokens": "^0.7.0",
"@emotion/styled": "^11.10.5",
"@fellesdatakatalog/alert": "^0.3.6",
"@fellesdatakatalog/button": "^0.2.10",
Expand Down
1 change: 1 addition & 0 deletions src/app/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Redirect, Route, Switch } from 'react-router-dom';
import { Helmet } from 'react-helmet';
import PropTypes from 'prop-types';
import cx from 'classnames';
import '@digdir/design-system-tokens/brand/digdir/tokens.css';
import localization from '../lib/localization';
import { MainPage } from '../pages/main-page/main-page';
import { SearchPage } from '../pages/search-page/search-page';
Expand Down

0 comments on commit 89eb88e

Please sign in to comment.