carbon-react 104.38.1 → 104.38.2

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.
@@ -14,7 +14,7 @@ const StyledStickyFooter = styled.div`
14
14
  position: sticky;
15
15
  bottom: 0;
16
16
  left: 0;
17
- background-color: var(--colorsComponentsNavigationYang100);
17
+ background-color: var(--colorsActionMinorYang100);
18
18
  box-shadow: var(--boxShadow150);
19
19
  z-index: 1000;
20
20
  `}
@@ -16,7 +16,7 @@ const SlideStyle = styled.div`
16
16
  opacity: 0.3;
17
17
  margin: 30px 0;
18
18
  box-shadow: var(--boxShadow200);
19
- background-color: var(--colorsComponentsNavigationYang100);
19
+ background-color: var(--colorsUtilityYang100);
20
20
 
21
21
  ${id === selectedIndex && css`
22
22
  transform: scale(1);
@@ -92,7 +92,7 @@ const StyledSelectListTableHeader = styled.thead`
92
92
  bottom: -8px;
93
93
  left: 0px;
94
94
  background-image: linear-gradient(
95
- var(--colorsComponentsNavigationYin100),
95
+ var(--colorsUtilityMajor800),
96
96
  var(--colorsUtilityYang100)
97
97
  );
98
98
  opacity: 0.03;
@@ -26,7 +26,7 @@ const StyledStickyFooter = _styledComponents.default.div`
26
26
  position: sticky;
27
27
  bottom: 0;
28
28
  left: 0;
29
- background-color: var(--colorsComponentsNavigationYang100);
29
+ background-color: var(--colorsActionMinorYang100);
30
30
  box-shadow: var(--boxShadow150);
31
31
  z-index: 1000;
32
32
  `}
@@ -28,7 +28,7 @@ const SlideStyle = _styledComponents.default.div`
28
28
  opacity: 0.3;
29
29
  margin: 30px 0;
30
30
  box-shadow: var(--boxShadow200);
31
- background-color: var(--colorsComponentsNavigationYang100);
31
+ background-color: var(--colorsUtilityYang100);
32
32
 
33
33
  ${id === selectedIndex && (0, _styledComponents.css)`
34
34
  transform: scale(1);
@@ -109,7 +109,7 @@ const StyledSelectListTableHeader = _styledComponents.default.thead`
109
109
  bottom: -8px;
110
110
  left: 0px;
111
111
  background-image: linear-gradient(
112
- var(--colorsComponentsNavigationYin100),
112
+ var(--colorsUtilityMajor800),
113
113
  var(--colorsUtilityYang100)
114
114
  );
115
115
  opacity: 0.03;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "104.38.1",
3
+ "version": "104.38.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {