carbon-react 153.3.0 → 153.3.1

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.
@@ -4,6 +4,6 @@ const HiddenCheckableInputStyle = styled.input`
4
4
  opacity: 0;
5
5
  margin: 0;
6
6
  position: relative;
7
- z-index: 999;
7
+ z-index: 2;
8
8
  `;
9
9
  export default HiddenCheckableInputStyle;
@@ -11,7 +11,7 @@ const calculatePosition = props => {
11
11
  } = positionFn(props);
12
12
  return {
13
13
  position,
14
- zIndex: ["sticky", "fixed"].includes(position) ? 1 : undefined,
14
+ zIndex: ["sticky", "fixed"].includes(position) ? 3 : undefined,
15
15
  ...rest
16
16
  };
17
17
  };
@@ -11,6 +11,6 @@ const HiddenCheckableInputStyle = _styledComponents.default.input`
11
11
  opacity: 0;
12
12
  margin: 0;
13
13
  position: relative;
14
- z-index: 999;
14
+ z-index: 2;
15
15
  `;
16
16
  var _default = exports.default = HiddenCheckableInputStyle;
@@ -20,7 +20,7 @@ const calculatePosition = props => {
20
20
  } = (0, _styledSystem.position)(props);
21
21
  return {
22
22
  position,
23
- zIndex: ["sticky", "fixed"].includes(position) ? 1 : undefined,
23
+ zIndex: ["sticky", "fixed"].includes(position) ? 3 : undefined,
24
24
  ...rest
25
25
  };
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "153.3.0",
3
+ "version": "153.3.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",