@pingux/astro 1.17.0-alpha.5 → 1.17.0-alpha.6

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.
@@ -189,7 +189,7 @@ var InnerPanel = function InnerPanel(_ref2) {
189
189
  onPress: state.open
190
190
  }, "Open Panel"), outer), messagesOpen && (0, _react2.jsx)(_index.Messages, {
191
191
  sx: {
192
- zIndex: 3
192
+ zIndex: 11
193
193
  }
194
194
  }, (0, _react2.jsx)(_collections.Item, {
195
195
  key: "message2",
@@ -10,7 +10,7 @@ exports["default"] = void 0;
10
10
  var overlayPanel = {
11
11
  position: 'fixed',
12
12
  overflowY: 'scroll',
13
- zIndex: 1,
13
+ zIndex: 10,
14
14
  top: 0,
15
15
  bottom: 0,
16
16
  right: '-100%',
@@ -42,7 +42,7 @@ var overlayPanel = {
42
42
  };
43
43
  var overlayPanelInner = {
44
44
  position: 'absolute',
45
- zIndex: 2,
45
+ zIndex: 9,
46
46
  bottom: 0,
47
47
  right: 0,
48
48
  background: 'white',
@@ -155,7 +155,7 @@ export var InnerPanel = function InnerPanel(_ref2) {
155
155
  onPress: state.open
156
156
  }, "Open Panel"), outer), messagesOpen && ___EmotionJSX(Messages, {
157
157
  sx: {
158
- zIndex: 3
158
+ zIndex: 11
159
159
  }
160
160
  }, ___EmotionJSX(Item, {
161
161
  key: "message2",
@@ -1,7 +1,7 @@
1
1
  var overlayPanel = {
2
2
  position: 'fixed',
3
3
  overflowY: 'scroll',
4
- zIndex: 1,
4
+ zIndex: 10,
5
5
  top: 0,
6
6
  bottom: 0,
7
7
  right: '-100%',
@@ -33,7 +33,7 @@ var overlayPanel = {
33
33
  };
34
34
  var overlayPanelInner = {
35
35
  position: 'absolute',
36
- zIndex: 2,
36
+ zIndex: 9,
37
37
  bottom: 0,
38
38
  right: 0,
39
39
  background: 'white',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.17.0-alpha.5",
3
+ "version": "1.17.0-alpha.6",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",