@alauda/ui 9.0.1-beta.3 → 9.0.1-beta.5

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.
@@ -2806,7 +2806,10 @@ const LabelPosition = {
2806
2806
  };
2807
2807
  const FormItemWidth = {
2808
2808
  Small: 'small',
2809
- Medium: 'medium', // deprecated
2809
+ /**
2810
+ * @deprecated Prefer to 'Large'
2811
+ */
2812
+ Medium: 'medium',
2810
2813
  Large: 'large',
2811
2814
  };
2812
2815