@backstage/theme 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -627,4 +627,4 @@ declare module '@mui/material/styles' {
|
|
|
627
627
|
*/
|
|
628
628
|
declare const defaultComponentThemes: ThemeOptions['components'];
|
|
629
629
|
|
|
630
|
-
export { BackstagePalette, BackstagePaletteAdditions, BackstagePaletteOptions, BackstageTheme, BackstageThemeAdditions, BackstageThemeOptions, BackstageTypography, BaseThemeOptionsInput, OverrideComponentNameToClassKeys, PageTheme, PageThemeSelector, SimpleThemeOptions, SupportedThemes, SupportedVersions, UnifiedTheme, UnifiedThemeOptions, UnifiedThemeProvider, UnifiedThemeProviderProps, colorVariants, createBaseThemeOptions, createTheme, createThemeOptions, createThemeOverrides, createUnifiedTheme, createUnifiedThemeFromV4, darkTheme, defaultComponentThemes, defaultTypography, genPageTheme, lightTheme, pageTheme, palettes, shapes, themes, transformV5ComponentThemesToV4 };
|
|
630
|
+
export { type BackstagePalette, type BackstagePaletteAdditions, type BackstagePaletteOptions, type BackstageTheme, type BackstageThemeAdditions, type BackstageThemeOptions, type BackstageTypography, type BaseThemeOptionsInput, type OverrideComponentNameToClassKeys, type PageTheme, type PageThemeSelector, type SimpleThemeOptions, type SupportedThemes, type SupportedVersions, type UnifiedTheme, type UnifiedThemeOptions, UnifiedThemeProvider, type UnifiedThemeProviderProps, colorVariants, createBaseThemeOptions, createTheme, createThemeOptions, createThemeOverrides, createUnifiedTheme, createUnifiedThemeFromV4, darkTheme, defaultComponentThemes, defaultTypography, genPageTheme, lightTheme, pageTheme, palettes, shapes, themes, transformV5ComponentThemesToV4 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/theme",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "material-ui theme for use with Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@mui/material": "^5.12.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@backstage/cli": "^0.26.
|
|
44
|
+
"@backstage/cli": "^0.26.3",
|
|
45
45
|
"@mui/styles": "^5.14.18",
|
|
46
46
|
"@testing-library/jest-dom": "^6.0.0",
|
|
47
|
-
"@testing-library/react": "^
|
|
47
|
+
"@testing-library/react": "^15.0.0",
|
|
48
48
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|