sag_components 1.0.60 → 1.0.61

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.
@@ -21,15 +21,12 @@ var FilterContainer = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref
21
21
  height = _ref$height === void 0 ? 950 : _ref$height,
22
22
  props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
23
23
  return /*#__PURE__*/_react.default.createElement(_FilterContainer.FilterDivContainer, {
24
- className: props.className,
25
- width: width,
26
- height: height
27
- }, /*#__PURE__*/_react.default.createElement("div", {
28
24
  style: {
29
25
  width: "100%",
30
- height: "100%",
31
- backgroundColor: "green"
32
- },
26
+ height: "100%"
27
+ }
28
+ }, /*#__PURE__*/_react.default.createElement("div", {
29
+ className: props.className,
33
30
  ref: nodeRef
34
31
  }, props.children));
35
32
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {