@bytebrand/fe-ui-core 4.2.1 → 4.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -1,5 +1,6 @@
1
1
  import { styled } from '@mui/system';
2
2
  import { createTheme } from '@mui/material/styles';
3
+ import zIndex from '@mui/material/styles/zIndex';
3
4
 
4
5
  export const Theme = createTheme({
5
6
  components: {
@@ -34,6 +35,13 @@ export const Theme = createTheme({
34
35
  }
35
36
  }
36
37
  },
38
+ MuiPopover: {
39
+ styleOverrides: {
40
+ root: {
41
+ zIndex:20000
42
+ }
43
+ }
44
+ },
37
45
  MuiMenuItem: {
38
46
  styleOverrides: {
39
47
  root: ({ ownerState }) => ({