Merge branch 'master' into scalable-sidebar-new-implementation

This commit is contained in:
hiba-aldalaty
2021-10-26 10:57:20 +01:00
983 changed files with 22920 additions and 6881 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/theme
## 0.2.11
### Patch Changes
- 75bc878221: Internal refactor to avoid importing all of `@material-ui/core`.
## 0.2.10
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/theme",
"description": "material-ui theme for use with Backstage.",
"version": "0.2.10",
"version": "0.2.11",
"private": false,
"publishConfig": {
"access": "public",
@@ -31,7 +31,7 @@
"@material-ui/core": "^4.12.2"
},
"devDependencies": {
"@backstage/cli": "^0.7.9"
"@backstage/cli": "^0.8.0"
},
"files": [
"dist"
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { createTheme as createMuiTheme } from '@material-ui/core';
import { createTheme as createMuiTheme } from '@material-ui/core/styles';
import { darken, lighten } from '@material-ui/core/styles/colorManipulator';
import { Overrides } from '@material-ui/core/styles/overrides';