@mailstep/design-system 0.7.16-beta.3 → 0.7.16-beta.4
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 +2 -1
- package/ui/index.umd.js +2 -1
package/package.json
CHANGED
|
@@ -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:
|
|
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);
|
|
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);
|
package/ui/index.es.js
CHANGED
|
@@ -43131,7 +43131,7 @@ const JTe = (e = {}, t) => bxe(e, (r) => {
|
|
|
43131
43131
|
left: 0;
|
|
43132
43132
|
width: 100%;
|
|
43133
43133
|
height: ${W1.mobile};
|
|
43134
|
-
background-color:
|
|
43134
|
+
background-color: transparent;
|
|
43135
43135
|
|
|
43136
43136
|
@media (min-width: 1024px) {
|
|
43137
43137
|
position: relative;
|
|
@@ -43139,6 +43139,7 @@ const JTe = (e = {}, t) => bxe(e, (r) => {
|
|
|
43139
43139
|
padding-bottom: 11px;
|
|
43140
43140
|
margin-bottom: 0;
|
|
43141
43141
|
height: ${W1.desktop};
|
|
43142
|
+
background-color: bgLightGray;
|
|
43142
43143
|
}
|
|
43143
43144
|
|
|
43144
43145
|
& > * {
|
package/ui/index.umd.js
CHANGED
|
@@ -2975,7 +2975,7 @@ Avoid returning a new reference inside your input selector, e.g.
|
|
|
2975
2975
|
left: 0;
|
|
2976
2976
|
width: 100%;
|
|
2977
2977
|
height: ${Q2.mobile};
|
|
2978
|
-
background-color:
|
|
2978
|
+
background-color: transparent;
|
|
2979
2979
|
|
|
2980
2980
|
@media (min-width: 1024px) {
|
|
2981
2981
|
position: relative;
|
|
@@ -2983,6 +2983,7 @@ Avoid returning a new reference inside your input selector, e.g.
|
|
|
2983
2983
|
padding-bottom: 11px;
|
|
2984
2984
|
margin-bottom: 0;
|
|
2985
2985
|
height: ${Q2.desktop};
|
|
2986
|
+
background-color: bgLightGray;
|
|
2986
2987
|
}
|
|
2987
2988
|
|
|
2988
2989
|
& > * {
|