[WebApp][MM-51266]: Add compass (MUI wrapper components) in common components package (#22942)

* wrap all the components using compass-components with compass-components theme provider

Co-authored-by: @michelengelen 
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Ashish Dhama
2023-05-04 13:43:33 +05:30
коммит произвёл GitHub
родитель a496c14cc2
Коммит 389062193b
41 изменённых файлов: 1826 добавлений и 457 удалений

Просмотреть файл

@@ -45,8 +45,10 @@
},
"peerDependencies": {
"@babel/runtime-corejs3": "^7.17.8",
"@mui/base": "5.0.0-alpha.116",
"@mui/material": "5.11.7",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
"@mui/system": "5.11.16",
"@tippyjs/react": "^4.2.6",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
@@ -57,5 +59,8 @@
"shallow-equals": "^1.0.0",
"styled-components": "^5.3.5",
"tippy.js": "^6.3.7"
},
"dependencies": {
"color-blend": "4.0.0"
}
}