@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.
Files changed (2) hide show
  1. package/dist/index.es.js +4 -1
  2. 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: 'x0',
14117
+ vertical: {
14118
+ xSmall: 'x8',
14119
+ medium: 'x0'
14120
+ },
14118
14121
  horizontal: 'x1'
14119
14122
  } : 'x0',
14120
14123
  maxWidth: maxWidth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.51",
3
+ "version": "1.7.52",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",