@mailstep/design-system 0.6.29 → 0.6.30
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/CornerDialog/styles.js +1 -1
- package/ui/index.es.js +2 -1
- package/ui/index.umd.js +2 -1
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
|
|
|
3
3
|
return cooked;
|
|
4
4
|
};
|
|
5
5
|
import styled, { th } from '@xstyled/styled-components';
|
|
6
|
-
export var Container = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: fixed;\n z-index: 10;\n bottom: 3rem;\n right: 3rem;\n background: white;\n border-radius: 12px;\n box-shadow: cornerDialogShadow;\n width: 400px;\n padding: 50px 30px 30px;\n color: typoPrimary;\n transition: opacity 225ms linear;\n opacity: ", ";\n"], ["\n position: fixed;\n z-index: 10;\n bottom: 3rem;\n right: 3rem;\n background: white;\n border-radius: 12px;\n box-shadow: cornerDialogShadow;\n width: 400px;\n padding: 50px 30px 30px;\n color: typoPrimary;\n transition: opacity 225ms linear;\n opacity: ", ";\n"])), function (_a) {
|
|
6
|
+
export var Container = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: fixed;\n z-index: 10;\n bottom: 3rem;\n right: 3rem;\n background: white;\n border-radius: 12px;\n box-shadow: cornerDialogShadow;\n width: auto;\n max-width: 400px;\n padding: 50px 30px 30px;\n color: typoPrimary;\n transition: opacity 225ms linear;\n opacity: ", ";\n"], ["\n position: fixed;\n z-index: 10;\n bottom: 3rem;\n right: 3rem;\n background: white;\n border-radius: 12px;\n box-shadow: cornerDialogShadow;\n width: auto;\n max-width: 400px;\n padding: 50px 30px 30px;\n color: typoPrimary;\n transition: opacity 225ms linear;\n opacity: ", ";\n"])), function (_a) {
|
|
7
7
|
var $mounted = _a.$mounted;
|
|
8
8
|
return ($mounted ? 1 : 0);
|
|
9
9
|
});
|
package/ui/index.es.js
CHANGED
|
@@ -8189,7 +8189,8 @@ const rU = {
|
|
|
8189
8189
|
background: white;
|
|
8190
8190
|
border-radius: 12px;
|
|
8191
8191
|
box-shadow: cornerDialogShadow;
|
|
8192
|
-
width:
|
|
8192
|
+
width: auto;
|
|
8193
|
+
max-width: 400px;
|
|
8193
8194
|
padding: 50px 30px 30px;
|
|
8194
8195
|
color: typoPrimary;
|
|
8195
8196
|
transition: opacity 225ms linear;
|
package/ui/index.umd.js
CHANGED
|
@@ -934,7 +934,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
934
934
|
background: white;
|
|
935
935
|
border-radius: 12px;
|
|
936
936
|
box-shadow: cornerDialogShadow;
|
|
937
|
-
width:
|
|
937
|
+
width: auto;
|
|
938
|
+
max-width: 400px;
|
|
938
939
|
padding: 50px 30px 30px;
|
|
939
940
|
color: typoPrimary;
|
|
940
941
|
transition: opacity 225ms linear;
|