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
|
|
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