@evergis/react 4.0.88 → 4.0.89

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/dist/index.js CHANGED
@@ -10180,7 +10180,7 @@ const BottomBlurHeaderMixin = styled.css `
10180
10180
  }
10181
10181
 
10182
10182
  ${HeaderFrontView} {
10183
- z-index: 12;
10183
+ z-index: 100;
10184
10184
  }
10185
10185
  `;
10186
10186
  const BackgroundHeaderWrapper = styled.div `
package/dist/react.esm.js CHANGED
@@ -10178,7 +10178,7 @@ const BottomBlurHeaderMixin = css `
10178
10178
  }
10179
10179
 
10180
10180
  ${HeaderFrontView} {
10181
- z-index: 12;
10181
+ z-index: 100;
10182
10182
  }
10183
10183
  `;
10184
10184
  const BackgroundHeaderWrapper = styled.div `
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.88",
2
+ "version": "4.0.89",
3
3
  "name": "@evergis/react",
4
4
  "author": "Everpoint",
5
5
  "license": "MIT",
@@ -87,5 +87,5 @@
87
87
  "uuid": "^13.0.0",
88
88
  "wkt": "^0.1.1"
89
89
  },
90
- "gitHead": "79f58e4889c3b81dbf0564511c650692fea176ce"
90
+ "gitHead": "b63f9efbcdddfb96026412a49f18d98c127dab67"
91
91
  }