carbon-react 123.10.2 → 123.10.3

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.
@@ -10,6 +10,7 @@ const StyledTitleContent = styled.span`
10
10
  display: inline-block;
11
11
  line-height: 20px;
12
12
  margin: 0;
13
+ position: relative;
13
14
 
14
15
  ${({
15
16
  hasCustomLayout,
@@ -109,6 +110,7 @@ const StyledTitleContent = styled.span`
109
110
  ${(warning || info) && css`
110
111
  outline: 1px solid;
111
112
  outline-offset: -1px;
113
+ z-index: 2;
112
114
 
113
115
  ${info && !warning && css`
114
116
  outline-color: var(--colorsSemanticInfo500);
@@ -157,6 +159,7 @@ const StyledTitleContent = styled.span`
157
159
  ${error && css`
158
160
  outline: 2px solid var(--colorsSemanticNegative500);
159
161
  outline-offset: -2px;
162
+ z-index: 2;
160
163
 
161
164
  ${position === "top" && css`
162
165
  border-bottom-color: transparent;
@@ -319,7 +322,7 @@ const tabTitleStyles = css`
319
322
  ${({
320
323
  theme
321
324
  }) => `${!theme.focusRedesignOptOut ? addFocusStyling() : /* istanbul ignore next */oldFocusStyling}`}
322
- z-index: 2;
325
+ z-index: 3;
323
326
 
324
327
  ${isInSidebar && css`
325
328
  outline-offset: -3px;
@@ -19,6 +19,7 @@ const StyledTitleContent = _styledComponents.default.span`
19
19
  display: inline-block;
20
20
  line-height: 20px;
21
21
  margin: 0;
22
+ position: relative;
22
23
 
23
24
  ${({
24
25
  hasCustomLayout,
@@ -118,6 +119,7 @@ const StyledTitleContent = _styledComponents.default.span`
118
119
  ${(warning || info) && (0, _styledComponents.css)`
119
120
  outline: 1px solid;
120
121
  outline-offset: -1px;
122
+ z-index: 2;
121
123
 
122
124
  ${info && !warning && (0, _styledComponents.css)`
123
125
  outline-color: var(--colorsSemanticInfo500);
@@ -166,6 +168,7 @@ const StyledTitleContent = _styledComponents.default.span`
166
168
  ${error && (0, _styledComponents.css)`
167
169
  outline: 2px solid var(--colorsSemanticNegative500);
168
170
  outline-offset: -2px;
171
+ z-index: 2;
169
172
 
170
173
  ${position === "top" && (0, _styledComponents.css)`
171
174
  border-bottom-color: transparent;
@@ -329,7 +332,7 @@ const tabTitleStyles = (0, _styledComponents.css)`
329
332
  ${({
330
333
  theme
331
334
  }) => `${!theme.focusRedesignOptOut ? (0, _addFocusStyling.default)() : /* istanbul ignore next */oldFocusStyling}`}
332
- z-index: 2;
335
+ z-index: 3;
333
336
 
334
337
  ${isInSidebar && (0, _styledComponents.css)`
335
338
  outline-offset: -3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "123.10.2",
3
+ "version": "123.10.3",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",