@mailstep/design-system 0.8.23-beta.0 → 0.8.23-beta.1
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/package.json +1 -1
- package/ui/Blocks/CommonGrid/styles.js +1 -1
- package/ui/index.es.js +13626 -14244
- package/ui/index.umd.js +438 -444
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ export var BottomWrapper = styled(x.div)(templateObject_1 || (templateObject_1 =
|
|
|
13
13
|
var withPagination = _a.withPagination;
|
|
14
14
|
return (withPagination ? gridFooterHeight : 0);
|
|
15
15
|
});
|
|
16
|
-
export var ContentContainer = styled(x.div)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n background-color: white;\n box-shadow: gridShadow;\n border-radius: 8px;\n flex-grow: 1;\n height:
|
|
16
|
+
export var ContentContainer = styled(x.div)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n background-color: white;\n box-shadow: gridShadow;\n border-radius: 8px;\n flex-grow: 1;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n background-color: white;\n box-shadow: gridShadow;\n border-radius: 8px;\n flex-grow: 1;\n height: 100%;\n"])));
|
|
17
17
|
export var CommonGridWrap = styled(x.div)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n flex: 1;\n min-height: 0;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n\n @media (min-width: 1024px) {\n display: block;\n height: calc(100% - ", "px);\n flex: unset;\n min-height: unset;\n overflow: visible;\n }\n"], ["\n flex: 1;\n min-height: 0;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n\n @media (min-width: 1024px) {\n display: block;\n height: calc(100% - ", "px);\n flex: unset;\n min-height: unset;\n overflow: visible;\n }\n"])), function (_a) {
|
|
18
18
|
var withPagination = _a.withPagination;
|
|
19
19
|
return (withPagination ? gridFooterHeight : 0);
|