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.
- package/esm/__internal__/full-screen-heading/full-screen-heading.style.js +1 -0
- package/esm/components/dialog/dialog.style.js +1 -0
- package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +1 -1
- package/lib/__internal__/full-screen-heading/full-screen-heading.style.js +1 -0
- package/lib/components/dialog/dialog.style.js +1 -0
- package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styled from "styled-components";
|
|
2
2
|
const SidebarHeaderStyle = styled.div`
|
|
3
|
-
background-color: var(--
|
|
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(--
|
|
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%;
|