sag_components 2.0.0-beta37 → 2.0.0-beta39

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
@@ -5085,13 +5085,16 @@ function _extends() {
5085
5085
  }, _extends.apply(null, arguments);
5086
5086
  }
5087
5087
 
5088
- const LinnerContainer$1 = dt.div`
5088
+ const LinnerContainer$1 = dt.div.attrs(props => ({
5089
+ style: {
5090
+ backgroundColor: props.$backgroundColor,
5091
+ width: props.$width,
5092
+ height: props.$height
5093
+ }
5094
+ }))`
5089
5095
  font-family: "Poppins", sans-serif;
5090
5096
  display: flex;
5091
5097
  justify-content: space-between;
5092
- width: ${props => props.$width || 'auto'};
5093
- height: ${props => props.$height || 'auto'};
5094
- background-color: ${props => props.$backgroundColor};
5095
5098
  padding: 50px 40px 30px;
5096
5099
  `;
5097
5100
  const DataBoxWrap = dt.div`