sag_components 2.0.0-beta32 → 2.0.0-beta34

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/dist/index.esm.js CHANGED
@@ -5081,7 +5081,12 @@ const LinnerContainer$1 = dt.div`
5081
5081
  justify-content: space-between;
5082
5082
  width: ${props => props.width};
5083
5083
  height: ${props => props.height};
5084
- background-color: ${props => props.backgroundColor};
5084
+ ${_ref => {
5085
+ let {
5086
+ backgroundColor
5087
+ } = _ref;
5088
+ return backgroundColor && `background-color: ${backgroundColor};`;
5089
+ }}
5085
5090
  padding: 50px 40px 30px;
5086
5091
  `;
5087
5092
  const DataBoxWrap = dt.div`