Skip to content

Commit

Permalink
Update cds core and add style sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipAB committed Oct 25, 2024
1 parent 6411f6a commit 0e36956
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 21 deletions.
5 changes: 4 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"styles": [
"node_modules/xterm/css/xterm.css",
"src/styles.scss",
"node_modules/prismjs/themes/prism.css"
"node_modules/prismjs/themes/prism.css",
"node_modules/@cds/core/global.min.css",
"node_modules/@cds/core/styles/theme.dark.min.css",
"node_modules/@clr/ui/clr-ui.min.css"
],
"scripts": [
"node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js",
Expand Down
39 changes: 25 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^17.3.12",
"@auth0/angular-jwt": "^5.1.2",
"@cds/core": "^6.7.0",
"@cds/core": "^6.9.2",
"@clr/angular": "^17.3.1",
"@clr/ui": "^17.3.1",
"@webcomponents/custom-elements": "^1.6.0",
Expand All @@ -39,7 +39,7 @@
"mermaid": "^10.6.0",
"moment": "^2.29.4",
"ng2-charts": "^4.0.0",
"ng2-dragula": "^5.0.0",
"ng2-dragula": "^5.1.0",
"ngx-dynamic-hooks": "^2.1.0",
"ngx-markdown": "^17.2.1",
"parse-duration": "^1.1.0",
Expand All @@ -62,8 +62,8 @@
"@angular/cli": "^17.3.10",
"@angular/compiler-cli": "^17.3.12",
"@types/jasmine": "~3.8.0",
"@types/marked": "^4.3.0",
"@types/node": "^12.11.1",
"@types/prismjs": "^1.26.5",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
Expand All @@ -78,4 +78,4 @@
"karma-jasmine-html-reporter": "^1.5.0",
"typescript": "^5.4.5"
}
}
}
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" id="favicon" type="image/x-icon" href="/assets/default/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<body cds-theme="light">
<app-root></app-root>
</body>
</html>

0 comments on commit 0e36956

Please sign in to comment.