@odx/ui 4.4.0 → 4.5.0

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 4.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c6c4202: Maintenance minor updates for angular and dev packages
8
+
9
+ ### Patch Changes
10
+
11
+ - 20a4b8b: z-index fixed for main menu
12
+
3
13
  ## 4.4.0
4
14
 
5
15
  ### Minor Changes
package/core-theme.css CHANGED
@@ -5134,6 +5134,7 @@ html body .odx-fs-italic {
5134
5134
  transform: translateX(-100%);
5135
5135
  transition-behavior: allow-discrete;
5136
5136
  width: 100%;
5137
+ z-index: var(--odx-v-layer-6);
5137
5138
  }
5138
5139
  .odx-main-menu__inner::backdrop {
5139
5140
  -webkit-backdrop-filter: blur(var(--odx-v-backdrop-blur));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
@@ -43,6 +43,7 @@
43
43
  transform: translateX(-100%);
44
44
  transition-behavior: allow-discrete;
45
45
  width: 100%;
46
+ z-index: var(--odx-v-layer-6);
46
47
 
47
48
  &::backdrop {
48
49
  backdrop-filter: blur(var(--odx-v-backdrop-blur));