carbon-react 111.1.0 → 111.2.0

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 StyledFullScreenHeading = styled.div`
10
10
  }) => hasContent && css`
11
11
  border-bottom: 1px solid var(--colorsUtilityMajor050);
12
12
  `}
13
+ background-color: var(--colorsUtilityYang100);
13
14
  display: flex;
14
15
  justify-content: space-between;
15
16
  align-items: flex-start;
@@ -120,6 +120,7 @@ const StyledDialog = styled.div`
120
120
  }
121
121
  `;
122
122
  const StyledDialogTitle = styled.div`
123
+ background-color: var(--colorsUtilityYang100);
123
124
  padding: 23px ${HORIZONTAL_PADDING}px 0;
124
125
  border-bottom: 1px solid #ccd6db;
125
126
  ${({
@@ -1,6 +1,6 @@
1
1
  import styled from "styled-components";
2
2
  const SidebarHeaderStyle = styled.div`
3
- background-color: var(--colorsUtilityMajor025);
3
+ background-color: var(--colorsUtilityYang100);
4
4
  box-shadow: inset 0 -1px 0 0 var(--colorsUtilityMajor100);
5
5
  box-sizing: border-box;
6
6
  width: 100%;
@@ -24,6 +24,7 @@ const StyledFullScreenHeading = _styledComponents.default.div`
24
24
  }) => hasContent && (0, _styledComponents.css)`
25
25
  border-bottom: 1px solid var(--colorsUtilityMajor050);
26
26
  `}
27
+ background-color: var(--colorsUtilityYang100);
27
28
  display: flex;
28
29
  justify-content: space-between;
29
30
  align-items: flex-start;
@@ -141,6 +141,7 @@ const StyledDialog = _styledComponents.default.div`
141
141
  `;
142
142
  exports.StyledDialog = StyledDialog;
143
143
  const StyledDialogTitle = _styledComponents.default.div`
144
+ background-color: var(--colorsUtilityYang100);
144
145
  padding: 23px ${_dialog.HORIZONTAL_PADDING}px 0;
145
146
  border-bottom: 1px solid #ccd6db;
146
147
  ${({
@@ -10,7 +10,7 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
11
 
12
12
  const SidebarHeaderStyle = _styledComponents.default.div`
13
- background-color: var(--colorsUtilityMajor025);
13
+ background-color: var(--colorsUtilityYang100);
14
14
  box-shadow: inset 0 -1px 0 0 var(--colorsUtilityMajor100);
15
15
  box-sizing: border-box;
16
16
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "111.1.0",
3
+ "version": "111.2.0",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",