beem-component 1.4.6 → 1.4.7

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.
@@ -133,7 +133,7 @@ BmModal.Header = function (_ref2) {
133
133
  });
134
134
  };
135
135
 
136
- BmModal.Body = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n > *:not(:last-child) {\n margin-bottom: 0.5rem;\n }\n max-height: ", ";\n ", "\n"])), function (_ref3) {
136
+ BmModal.Body = _styledComponents.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n > *:not(:last-child) {\n margin-bottom: 0.5rem;\n }\n max-height: ", ";\n overflow: auto;\n"])), function (_ref3) {
137
137
  var size = _ref3.size;
138
138
 
139
139
  if (size) {
@@ -145,9 +145,7 @@ BmModal.Body = _styledComponents.default.div(_templateObject5 || (_templateObjec
145
145
  }
146
146
 
147
147
  return "35.714rem";
148
- }, ''
149
- /* overflow: auto; */
150
- );
148
+ });
151
149
  BmModal.Footer = _styledComponents.default.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: flex;\n justify-content: space-between;\n"])));
152
150
  BmModal.propTypes = {
153
151
  size: _propTypes.default.string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
@@ -144,7 +144,7 @@ BmModal.Body = styled.div`
144
144
  }
145
145
  return "35.714rem";
146
146
  }};
147
- ${'' /* overflow: auto; */}
147
+ overflow: auto;
148
148
  `;
149
149
 
150
150
  BmModal.Footer = styled.div`