@sendoutcards/quantum-design-ui 1.7.51 → 1.7.52
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/dist/index.es.js +4 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -14114,7 +14114,10 @@ var Dialog = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
14114
14114
|
boxShadow: dialog.boxShadow,
|
|
14115
14115
|
inset: insetOverride !== null && insetOverride !== void 0 ? insetOverride : dialog.defaultInset,
|
|
14116
14116
|
outset: onClose ? {
|
|
14117
|
-
vertical:
|
|
14117
|
+
vertical: {
|
|
14118
|
+
xSmall: 'x8',
|
|
14119
|
+
medium: 'x0'
|
|
14120
|
+
},
|
|
14118
14121
|
horizontal: 'x1'
|
|
14119
14122
|
} : 'x0',
|
|
14120
14123
|
maxWidth: maxWidth,
|