@vention/machine-ui 5.7.8 → 5.8.1

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/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -2920,7 +2920,7 @@ function getAlertPadding(alertProps) {
2920
2920
  return "8px 12px";
2921
2921
  }
2922
2922
  }
2923
- return alertProps.size === "small" ? "12px 12px 16px 12px" : "20px 20px 24px 20px";
2923
+ return alertProps.size === "small" ? "12px" : "20px";
2924
2924
  }
2925
2925
  function getMarginRightValueForContent$1(alertProps) {
2926
2926
  if (alertProps.isSingleLine) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "5.7.8",
3
+ "version": "5.8.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"