carbon-react 146.4.4 → 146.4.5

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.
@@ -302,7 +302,7 @@ const StyledDayPicker = styled.div`
302
302
  ${officialReactDayPickerStyling}
303
303
 
304
304
  .rdp-root {
305
- z-index: 1000;
305
+ z-index: 2000;
306
306
  top: calc(100% + 1px);
307
307
  left: 0;
308
308
  background-color: var(--colorsUtilityYang100);
@@ -22,9 +22,7 @@ const PopoverContainerContentStyle = styled.div`
22
22
  box-shadow: var(--boxShadow100);
23
23
  min-width: 300px;
24
24
  position: absolute;
25
- z-index: ${({
26
- theme
27
- }) => theme.zIndex.popover};
25
+ z-index: 2000;
28
26
 
29
27
  ${({
30
28
  disableAnimation
@@ -311,7 +311,7 @@ const StyledDayPicker = _styledComponents.default.div`
311
311
  ${officialReactDayPickerStyling}
312
312
 
313
313
  .rdp-root {
314
- z-index: 1000;
314
+ z-index: 2000;
315
315
  top: calc(100% + 1px);
316
316
  left: 0;
317
317
  background-color: var(--colorsUtilityYang100);
@@ -31,9 +31,7 @@ const PopoverContainerContentStyle = exports.PopoverContainerContentStyle = _sty
31
31
  box-shadow: var(--boxShadow100);
32
32
  min-width: 300px;
33
33
  position: absolute;
34
- z-index: ${({
35
- theme
36
- }) => theme.zIndex.popover};
34
+ z-index: 2000;
37
35
 
38
36
  ${({
39
37
  disableAnimation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "146.4.4",
3
+ "version": "146.4.5",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",