@mailstep/design-system 0.7.16-beta.4 → 0.7.16-beta.6

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.7.16-beta.4",
3
+ "version": "0.7.16-beta.6",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -10,7 +10,7 @@ var FooterHeight = {
10
10
  desktop: '60px'
11
11
  };
12
12
  var HeaderHeight = '75px';
13
- export var BottomWrapper = styled(x.div)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: fixed;\n bottom: 0;\n left: 0;\n width: 100%;\n height: ", ";\n background-color: transparent;\n\n @media (min-width: 1024px) {\n position: relative;\n padding-top: 10px;\n padding-bottom: 11px;\n margin-bottom: 0;\n height: ", ";\n background-color: bgLightGray;\n }\n\n & > * {\n @media (min-width: 1024px) {\n justify-content: flex-end;\n }\n }\n\n @media print {\n display: none;\n }\n"], ["\n position: fixed;\n bottom: 0;\n left: 0;\n width: 100%;\n height: ", ";\n background-color: transparent;\n\n @media (min-width: 1024px) {\n position: relative;\n padding-top: 10px;\n padding-bottom: 11px;\n margin-bottom: 0;\n height: ", ";\n background-color: bgLightGray;\n }\n\n & > * {\n @media (min-width: 1024px) {\n justify-content: flex-end;\n }\n }\n\n @media print {\n display: none;\n }\n"])), FooterHeight.mobile, FooterHeight.desktop);
13
+ export var BottomWrapper = styled(x.div)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: fixed;\n bottom: 9px;\n padding-top: 10px;\n padding-bottom: 10px;\n left: 0;\n width: 100%;\n height: ", ";\n background-color: bgLightGray;\n\n @media (min-width: 1024px) {\n position: relative;\n bottom: 0;\n margin-bottom: 0;\n height: ", ";\n }\n\n & > * {\n @media (min-width: 1024px) {\n justify-content: flex-end;\n }\n }\n\n @media print {\n display: none;\n }\n"], ["\n position: fixed;\n bottom: 9px;\n padding-top: 10px;\n padding-bottom: 10px;\n left: 0;\n width: 100%;\n height: ", ";\n background-color: bgLightGray;\n\n @media (min-width: 1024px) {\n position: relative;\n bottom: 0;\n margin-bottom: 0;\n height: ", ";\n }\n\n & > * {\n @media (min-width: 1024px) {\n justify-content: flex-end;\n }\n }\n\n @media print {\n display: none;\n }\n"])), FooterHeight.mobile, FooterHeight.desktop);
14
14
  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"])));
15
15
  export var CommonGridWrap = styled(x.div)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: calc(100% - ", ");\n\n @media (min-width: 1024px) {\n height: calc(100% - ", ");\n }\n"], ["\n height: calc(100% - ", ");\n\n @media (min-width: 1024px) {\n height: calc(100% - ", ");\n }\n"])), FooterHeight.mobile, FooterHeight.desktop);
16
16
  export var StyledButtonStrip = styled(x.div)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n position: relative;\n padding: 18px 20px;\n display: flex;\n justify-content: space-between;\n width: 100%;\n min-height: ", ";\n flex-wrap: wrap;\n z-index: 2;\n"], ["\n position: relative;\n padding: 18px 20px;\n display: flex;\n justify-content: space-between;\n width: 100%;\n min-height: ", ";\n flex-wrap: wrap;\n z-index: 2;\n"])), HeaderHeight);