-
- Downloads
feat(theme): changed mui styling engine to styled-components
parent
2d0a885d
No related branches found
No related tags found
Showing
- apps/web-graphpolaris/src/components/visualisations/semanticsubstrates/semanticsubstrates.tsx 16 additions, 15 deletions.../visualisations/semanticsubstrates/semanticsubstrates.tsx
- libs/shared/data-access/store/src/lib/colorPaletteConfigSlice.ts 6 additions, 0 deletions...ared/data-access/store/src/lib/colorPaletteConfigSlice.ts
- libs/shared/data-access/theme/src/lib/mapColorsConfigToMuiTheme.ts 1 addition, 0 deletions...ed/data-access/theme/src/lib/mapColorsConfigToMuiTheme.ts
- package.json 2 additions, 3 deletionspackage.json
- tsconfig.base.json 2 additions, 3 deletionstsconfig.base.json
- yarn.lock 20 additions, 181 deletionsyarn.lock
... | ... | @@ -11,10 +11,9 @@ |
"private": true, | ||
"dependencies": { | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@emotion/react": "^11.7.1", | ||
"@emotion/styled": "^11.6.0", | ||
"@mui/material": "^5.4.1", | ||
"@mui/styles": "^5.4.1", | ||
"@mui/styled-engine-sc": "^5.4.1", | ||
"@mui/system": "^5.4.1", | ||
"@reduxjs/toolkit": "^1.7.1", | ||
"@types/cytoscape": "^3.19.4", | ||
"@types/react-grid-layout": "^1.3.0", | ||
... | ... |
Please register or sign in to comment