sag_components 2.0.0-beta31 → 2.0.0-beta33

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
@@ -5148,10 +5148,9 @@ const LinnerDataBox = props => {
5148
5148
  } = props;
5149
5149
  return /*#__PURE__*/React.createElement(LinnerContainer$1, {
5150
5150
  className: className,
5151
- backgroundColor: backgroundColor,
5151
+ backgroundColor: backgroundColor || "#FFFFFF",
5152
5152
  width: width || "100%",
5153
- height: height || "200px",
5154
- customDataFormat: customDataFormat
5153
+ height: height || "200px"
5155
5154
  }, data.map((item, index) => /*#__PURE__*/React.createElement(DataBoxWrap, {
5156
5155
  key: `${item.title}-${index}`,
5157
5156
  width: `${100 / data.length}%`